Lines Matching refs:CommandInfoProvider

53 …FrameListener (sfx2::sidebar::CommandInfoProvider& rInfoProvider, const Reference<frame::XFrame>& …  in FrameListener()
78 sfx2::sidebar::CommandInfoProvider& mrInfoProvider;
87 CommandInfoProvider& CommandInfoProvider::Instance (void) in Instance()
89 static CommandInfoProvider aProvider; in Instance()
96 CommandInfoProvider::CommandInfoProvider (void) in CommandInfoProvider() function in sfx2::sidebar::CommandInfoProvider
110 CommandInfoProvider::~CommandInfoProvider (void) in ~CommandInfoProvider()
122 OUString CommandInfoProvider::GetLabelForCommand ( in GetLabelForCommand()
139 void CommandInfoProvider::SetFrame (const Reference<frame::XFrame>& rxFrame) in SetFrame()
165 Reference<ui::XAcceleratorConfiguration> CommandInfoProvider::GetDocumentAcceleratorConfiguration (… in GetDocumentAcceleratorConfiguration()
201 Reference<ui::XAcceleratorConfiguration> CommandInfoProvider::GetModuleAcceleratorConfiguration (vo… in GetModuleAcceleratorConfiguration()
229 Reference<ui::XAcceleratorConfiguration> CommandInfoProvider::GetGlobalAcceleratorConfiguration (vo… in GetGlobalAcceleratorConfiguration()
245 OUString CommandInfoProvider::GetModuleIdentifier (void) in GetModuleIdentifier()
261 OUString CommandInfoProvider::GetCommandShortcut (const OUString& rsCommandName) in GetCommandShortcut()
283 OUString CommandInfoProvider::RetrieveShortcutsFromConfiguration( in RetrieveShortcutsFromConfiguration()
314 Sequence<beans::PropertyValue> CommandInfoProvider::GetCommandProperties (const OUString& rsCommand… in GetCommandProperties()
343 OUString CommandInfoProvider::GetCommandLabel (const OUString& rsCommandName) in GetCommandLabel()