LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies specific functions of a module based user interface configuration manager interface. More...
import"XModuleUIConfigurationManager.idl";
Public Member Functions | |
boolean | isDefaultSettings ([in] string ResourceURL) raises ( com::sun::star::lang::IllegalArgumentException ) |
determine if the settings of a user interface element is part of the default layer of the user interface configuration manager. More... | |
::com::sun::star::container::XIndexAccess | getDefaultSettings ([in] string ResourceURL) raises ( com::sun::star::container::NoSuchElementException, com::sun::star::lang::IllegalArgumentException ) |
retrieves the settings from the default layer of the user interface configuration manager if it has a default layer. 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... | |
specifies specific functions of a module based user interface configuration manager interface.
A module user interface configuration manager supports, unlike a document based ui configuration manager, two layers of configuration settings data:
::com::sun::star::container::XIndexAccess getDefaultSettings | ( | [in] string | ResourceURL | ) | |
raises | ( | com::sun::star::container::NoSuchElementException, | |||
com::sun::star::lang::IllegalArgumentException | |||||
) |
retrieves the settings from the default layer of the user interface configuration manager if it has a default layer.
ResourceURL | a resource URL which identifies the user interface element. A resource URL must meet the following syntax: "private:resource/$type/$name. It is only allowed to use ASCII characters for type and name. |
TRUE
if default settings have been found in the default layer, otherwise FALSE
. boolean isDefaultSettings | ( | [in] string | ResourceURL | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException | |||
) |
determine if the settings of a user interface element is part of the default layer of the user interface configuration manager.
ResourceURL | a resource URL which identifies the user interface element. A resource URL must meet the following syntax: "private:resource/$type/$name. It is only allowed to use ASCII characters for type and name. |
TRUE
if settings have been found in the default layer, otherwise FALSE
.