Searched refs:getCommandByKeyEvent (Results 1 – 7 of 7) sorted by relevance
244 sCommand = xDocCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()251 sCommand = xModuleCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()258 sCommand = xGlobalCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()
175 ::rtl::OUString SAL_CALL XMLBasedAcceleratorConfiguration::getCommandByKeyEvent(const css::awt::Key… in getCommandByKeyEvent() function in framework::XMLBasedAcceleratorConfiguration740 ::rtl::OUString SAL_CALL XCUBasedAcceleratorConfiguration::getCommandByKeyEvent(const css::awt::Key… in getCommandByKeyEvent() function in framework::XCUBasedAcceleratorConfiguration
329 sCommand = xDocCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()339 sCommand = xModuleCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()349 sCommand = xGlobalCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()
146 virtual ::rtl::OUString SAL_CALL getCommandByKeyEvent(const css::awt::KeyEvent& aKeyEvent)360 virtual ::rtl::OUString SAL_CALL getCommandByKeyEvent(const css::awt::KeyEvent& aKeyEvent)
391 sCmdFromCache = xAccelCfg.getCommandByKeyEvent(convertShortcut2AWTKey(sKeys[i])); in impl_checkGetKeyCommands()650 String test = m_xDocumentAccelCfg.getCommandByKeyEvent(convertShortcut2AWTKey("F2")); in LoadDocumentAcceleratorConfiguration()
122 string getCommandByKeyEvent( [in] com::sun::star::awt::KeyEvent aKeyEvent )
909 ::rtl::OUString sCommand = xAccMgr->getCommandByKeyEvent(aAWTKey); in Init()
Completed in 39 milliseconds