Searched refs:xAccMgr (Results 1 – 1 of 1) sorted by relevance
863 …celeratorConfigPage::Init(const css::uno::Reference< css::ui::XAcceleratorConfiguration >& xAccMgr) in Init() argument865 if (!xAccMgr.is()) in Init()901 css::uno::Sequence< css::awt::KeyEvent > lKeys = xAccMgr->getAllKeyEvents(); in Init()909 ::rtl::OUString sCommand = xAccMgr->getCommandByKeyEvent(aAWTKey); in Init()948 …eleratorConfigPage::Apply(const css::uno::Reference< css::ui::XAcceleratorConfiguration >& xAccMgr) in Apply() argument950 if (!xAccMgr.is()) in Apply()972 xAccMgr->setKeyEvent(aAWTKey, sCommand); in Apply()974 xAccMgr->removeKeyEvent(aAWTKey); in Apply()
Completed in 8 milliseconds