LibreOffice
LibreOffice 24.2 SDK API Reference
|
Reflects a singleton. More...
import <XSingletonTypeDescription.idl;
Public Member Functions | |
XServiceTypeDescription | getService () |
Returns the service associated with the singleton. | |
![]() | |
com::sun::star::uno::TypeClass | getTypeClass () |
Returns the type class of the reflected UNOIDL entity. | |
string | getName () |
Returns the fully qualified name of the UNOIDL entity. | |
![]() | |
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. | |
Reflects a singleton.
This type is superseded by XSingletonTypeDescription2, which supports interface-based singletons, in addition to the obsolete, service-based singletons.
The type class of this type is com::sun::star::uno::TypeClass::SINGLETON.
XServiceTypeDescription getService | ( | ) |
Returns the service associated with the singleton.
NULL
is returned