:: com :: sun :: star :: sheet ::

unpublished interface XSolverDescription
Usage Restrictions
not published
Description
gives access to user-visible strings for a solver.

Methods' Summary
getPropertyDescription returns a short description for a property in the component's ::com::sun::star::beans::XPropertySet interface.  
Attributes' Summary
ComponentDescription A user-visible name of the component.  
StatusDescription After calling solve, a message describing the status (explaining why no solution was found).  
Methods' Details
getPropertyDescription
string
getPropertyDescription( [in] string  aPropertyName );

Description
returns a short description for a property in the component's ::com::sun::star::beans::XPropertySet interface.
Attributes' Details
ComponentDescription
[ readonly ] string ComponentDescription;
Description
A user-visible name of the component.
StatusDescription
[ readonly ] string StatusDescription;
Description
After calling solve, a message describing the status (explaining why no solution was found).
Top of Page