LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
XSolverDescription Interface Reference

gives access to user-visible strings for a solver. More...

import "XSolverDescription.idl";

Inheritance diagram for XSolverDescription:
XInterface

Public Member Functions

string getPropertyDescription ([in] string aPropertyName)
 returns a short description for a property in the component's com::sun::star::beans::XPropertySet interface.
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object.
 
void acquire ()
 increases the reference counter by one.
 
void release ()
 decreases the reference counter by one.
 

Public Attributes

string ComponentDescription
 A user-visible name of the component.
 
string StatusDescription
 After calling solve, a message describing the status (explaining why no solution was found).
 

Detailed Description

gives access to user-visible strings for a solver.

Member Function Documentation

◆ getPropertyDescription()

string getPropertyDescription ( [in] string aPropertyName)

returns a short description for a property in the component's com::sun::star::beans::XPropertySet interface.

Member Data Documentation

◆ ComponentDescription

string ComponentDescription
attributereadonly

A user-visible name of the component.

◆ StatusDescription

string StatusDescription
attributereadonly

After calling solve, a message describing the status (explaining why no solution was found).


The documentation for this interface was generated from the following file: