LibreOffice Module vcl (master) 1
Namespaces | Functions
commandinfoprovider.hxx File Reference
#include <vcl/dllapi.h>
#include <vcl/image.hxx>
#include <vcl/keycod.hxx>
Include dependency graph for commandinfoprovider.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::frame
 
namespace  com::sun::star::beans
 
namespace  vcl
 
namespace  vcl::CommandInfoProvider
 

Functions

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)