LibreOffice
LibreOffice 5.3 SDK API Reference
|
implements a component which can default-fill the help section of an ObjectInspector. More...
import "DefaultHelpProvider.idl";
Public Member Functions | |
raises (::com::sun::star::lang::IllegalArgumentException) | |
creates a help provider instance More... | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
implements a component which can default-fill the help section of an ObjectInspector.
The component registers a XPropertyControlObserver at an XObjectInspectoryUI interface. Whenever it then is notified of a XPropertyControl getting the focus, it will try to deduce the extended help text of this control's window, and set this help text at the object inspector's help section.
raises | ( | ::com::sun::star::lang::IllegalArgumentException | ) |
creates a help provider instance
InspectorUI | provides access to the UI of the ObjectInspector which should be observed. Must not be NULL . |
com::sun::star::lang::IllegalArgumentException | if the given inspector UI is NULL . |