LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_util_XModeSelector_idl__
20 #define __com_sun_star_util_XModeSelector_idl__
28 module
com { module sun { module star { module util {
is supported by objects which supply different modes.
Definition: XModeSelector.idl:34
sequence< string > getSupportedModes()
boolean supportsMode([in] string aMode)
asks whether a mode is supported or not.
Definition: Ambiguous.idl:22
void setMode([in] string aMode)
sets a new mode for the implementing object.
base interface of all UNO interfaces
Definition: XInterface.idl:48
This exception is thrown when a feature of an interface is not supported.
Definition: NoSupportException.idl:39