/** Return a label for the given command. @paramrsCommandName Thecommandnameisexpectedtostartwith.uno: @paramrsModuleName Thecurrentapplicationmodule. @return Thecommandproperties.
*/
VCL_DLLPUBLIC css::uno::Sequence<css::beans::PropertyValue> GetCommandProperties(const OUString& rsCommandName, const OUString& rsModuleName);
/** Return a label for the given command. @paramrProperties ThepropertiesfromGetCommandProperties. @return Thecommandlabel.
*/
VCL_DLLPUBLIC OUString GetLabelForCommand(const css::uno::Sequence<css::beans::PropertyValue>& rProperties);
/** Return a tooltip for the given command. Falls back to label if command has no tooltip. @paramrsCommandName Thecommandnameisexpectedtostartwith.uno: @paramrProperties ThepropertiesfromGetCommandProperties. @paramrxFrame Theframeisusedtoidentifythemoduleanddocument. @return Thereturnedlabelcontainsthekeyboardaccelerator,if oneisdefinedandbIncludeShortcutistrue.
*/
VCL_DLLPUBLIC OUString GetTooltipForCommand ( const OUString& rsCommandName, const css::uno::Sequence<css::beans::PropertyValue>& rProperties, const css::uno::Reference<css::frame::XFrame>& rxFrame);
/** Returns the shortcut for a command in human-readable form */
VCL_DLLPUBLIC OUString GetCommandShortcut (const OUString& rCommandName, const css::uno::Reference<css::frame::XFrame>& rxFrame);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.