Searched refs:xGlobalCfg (Results 1 – 2 of 2) sorted by relevance
133 css::uno::Reference< css::ui::XAcceleratorConfiguration > xGlobalCfg; in init() local138 xGlobalCfg = AcceleratorExecute::impl_st_openGlobalConfig(xSMGR); in init()157 m_xGlobalCfg = xGlobalCfg; in init()233 css::uno::Reference< css::ui::XAcceleratorConfiguration > xGlobalCfg = m_xGlobalCfg; in impl_ts_findCommand() local257 if (xGlobalCfg.is()) in impl_ts_findCommand()258 sCommand = xGlobalCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()
186 css::uno::Reference< css::ui::XAcceleratorConfiguration > xGlobalCfg; in init() local191 xGlobalCfg = AcceleratorExecute::st_openGlobalConfig(xSMGR); in init()210 m_xGlobalCfg = xGlobalCfg; in init()317 css::uno::Reference< css::ui::XAcceleratorConfiguration > xGlobalCfg = m_xGlobalCfg; in impl_ts_findCommand() local348 if (xGlobalCfg.is()) in impl_ts_findCommand()349 sCommand = xGlobalCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()
Completed in 13 milliseconds