LibreOffice
LibreOffice 7.4 SDK API Reference
|
a service which provides information about the user interface command categories of a single module. More...
import"ModuleUICategoryDescription.idl";
Exported Interfaces | |
interface | com::sun::star::container::XNameAccess |
provides access to user interface command categories of an installed module. More... | |
Additional Inherited Members | |
![]() | |
any | getByName ([in] string aName) raises ( com::sun::star::container::NoSuchElementException, com::sun::star::lang::WrappedTargetException ) |
sequence< string > | getElementNames () |
boolean | hasByName ([in] string aName) |
![]() | |
type | getElementType () |
boolean | hasElements () |
![]() | |
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... | |
a service which provides information about the user interface command categories of a single module.
Every OpenOffice.org module has an amount of commands that can be used by user interface elements. This service provides access to the user interface commands that are part of a single OpenOffice.org module, like Writer or Calc.
interface com::sun::star::container::XNameAccess |
provides access to user interface command categories of an installed module.
An implementation must provide a language dependent string which can be used by a UI to display the category name. The key to a user interface command category depends on the specific implementation. OpenOffice.org uses a pre-defined number of identifiers defined in com::sun::star::frame::CommandGroup.