Lines Matching refs:rsCommandName
123 const OUString& rsCommandName, in GetLabelForCommand() argument
128 const OUString sLabel (GetCommandLabel(rsCommandName)); in GetLabelForCommand()
129 const OUString sShortCut (GetCommandShortcut(rsCommandName)); in GetLabelForCommand()
261 OUString CommandInfoProvider::GetCommandShortcut (const OUString& rsCommandName) in GetCommandShortcut() argument
265 …hortcut = RetrieveShortcutsFromConfiguration(GetDocumentAcceleratorConfiguration(), rsCommandName); in GetCommandShortcut()
269 …sShortcut = RetrieveShortcutsFromConfiguration(GetModuleAcceleratorConfiguration(), rsCommandName); in GetCommandShortcut()
273 …sShortcut = RetrieveShortcutsFromConfiguration(GetGlobalAcceleratorConfiguration(), rsCommandName); in GetCommandShortcut()
285 const OUString& rsCommandName) in RetrieveShortcutsFromConfiguration() argument
292 aCommands[0] = rsCommandName; in RetrieveShortcutsFromConfiguration()
314 …nce<beans::PropertyValue> CommandInfoProvider::GetCommandProperties (const OUString& rsCommandName) in GetCommandProperties() argument
330 xUICommandLabels->getByName(rsCommandName) >>= aProperties; in GetCommandProperties()
343 OUString CommandInfoProvider::GetCommandLabel (const OUString& rsCommandName) in GetCommandLabel() argument
345 const Sequence<beans::PropertyValue> aProperties (GetCommandProperties(rsCommandName)); in GetCommandLabel()