LibreOffice
LibreOffice 24.2 SDK API Reference
|
is supported by objects which supply different modes. More...
import"XModeSelector.idl";
Public Member Functions | |
void | setMode ([in] string aMode) raises ( com::sun::star::lang::NoSupportException ) |
sets a new mode for the implementing object. More... | |
string | getMode () |
sequence< string > | getSupportedModes () |
boolean | supportsMode ([in] string aMode) |
asks whether a mode is supported or not. More... | |
Public Member Functions inherited from XInterface | |
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... | |
is supported by objects which supply different modes.
string getMode | ( | ) |
sequence<string> getSupportedModes | ( | ) |
void setMode | ( | [in] string | aMode | ) | |
raises | ( | com::sun::star::lang::NoSupportException | |||
) |
sets a new mode for the implementing object.
boolean supportsMode | ( | [in] string | aMode | ) |
asks whether a mode is supported or not.