|
Sequence< beans::PropertyValue > | vcl::CommandInfoProvider::GetCommandProperties (const OUString &rsCommandName, const OUString &rsModuleName) |
| Return a label for the given command. More...
|
|
OUString | vcl::CommandInfoProvider::GetLabelForCommand (const css::uno::Sequence< css::beans::PropertyValue > &rProperties) |
| Return a label for the given command. More...
|
|
OUString | vcl::CommandInfoProvider::GetMenuLabelForCommand (const css::uno::Sequence< css::beans::PropertyValue > &rProperties) |
|
OUString | vcl::CommandInfoProvider::GetPopupLabelForCommand (const css::uno::Sequence< css::beans::PropertyValue > &rProperties) |
|
OUString | vcl::CommandInfoProvider::GetTooltipLabelForCommand (const css::uno::Sequence< css::beans::PropertyValue > &rProperties) |
|
VCL_DLLPUBLIC OUString | vcl::CommandInfoProvider::GetTooltipForCommand (const OUString &rsCommandName, const css::uno::Sequence< css::beans::PropertyValue > &rProperties, const css::uno::Reference< css::frame::XFrame > &rxFrame) |
| Return a tooltip for the given command. More...
|
|
VCL_DLLPUBLIC OUString | vcl::CommandInfoProvider::GetCommandShortcut (const OUString &rCommandName, const css::uno::Reference< css::frame::XFrame > &rxFrame) |
| Returns the shortcut for a command in human-readable form. More...
|
|
VCL_DLLPUBLIC KeyCode | vcl::CommandInfoProvider::GetCommandKeyCodeShortcut (const OUString &rCommandName, const css::uno::Reference< css::frame::XFrame > &rxFrame) |
|
OUString | vcl::CommandInfoProvider::GetRealCommandForCommand (const css::uno::Sequence< css::beans::PropertyValue > &rProperties) |
|
VCL_DLLPUBLIC css::uno::Reference< css::graphic::XGraphic > | vcl::CommandInfoProvider::GetXGraphicForCommand (const OUString &rsCommandName, const css::uno::Reference< css::frame::XFrame > &rxFrame, vcl::ImageType eImageType=vcl::ImageType::Small) |
|
VCL_DLLPUBLIC Image | vcl::CommandInfoProvider::GetImageForCommand (const OUString &rsCommandName, const css::uno::Reference< css::frame::XFrame > &rxFrame, vcl::ImageType eImageType=vcl::ImageType::Small) |
|
sal_Int32 | vcl::CommandInfoProvider::GetPropertiesForCommand (const OUString &rsCommandName, const OUString &rsModuleName) |
|
bool | vcl::CommandInfoProvider::IsRotated (const OUString &rsCommandName, const OUString &rsModuleName) |
|
bool | vcl::CommandInfoProvider::IsMirrored (const OUString &rsCommandName, const OUString &rsModuleName) |
|
bool | vcl::CommandInfoProvider::IsExperimental (const OUString &rsCommandName, const OUString &rModuleName) |
| Returns whether the command is experimental. More...
|
|
VCL_DLLPUBLIC OUString | vcl::CommandInfoProvider::GetModuleIdentifier (const css::uno::Reference< css::frame::XFrame > &rxFrame) |
|