:: com :: sun :: star :: ui ::
|
unpublished |
service ModuleUICommandDescription |
|
|
- Usage Restrictions
- not published
- Description
- a service which provides information about the user interface commands 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.
- Since
- OOo 2.0
|
Exported Interfaces - Summary |
::com::sun::star::container::XNameAccess |
provides access to user interface commands of an installed module.
(details)
|
Exported Interfaces - Details |
::com::sun::star::container::XNameAccess
- Description
- provides access to user interface commands of an installed module.
An implementation must provide a com::sun::star::uno::Sequence which
has ::com::sun::star::beans::PropertyValue as entries. The following
entries a defined:
- Label
a string which specifies the short name of the user interface command with
mnemonic and optional subsequent ... if the command needs additional user input. This string
can directly be used to set the text of a menu item.
- Name
a string which specifies the short name of the user interface command without
any additional information. It can be used for the bubble help.
- Popup
a boolean which specifies if the user interface command is a unique
identifier for a pop-up menu. A pop-up menu has a label, but is not bound to a command.
The key to a user interface command description is the user interface command itself which has
the following syntax ".uno:$Command". For example ".uno:Open" shows the file open dialog.
A complete list of user interface commands can be found inside the latest OpenOffice Developers Guide
or online at http://framework.openoffice.org.
- See also
- ::com::sun::star::frame::ModuleManager
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.