Home
last modified time | relevance | path

Searched refs:xGlobalCfg (Results 1 – 2 of 2) sorted by relevance

/trunk/main/framework/source/accelerators/
H A Dacceleratorexecute.cxx133 css::uno::Reference< css::ui::XAcceleratorConfiguration > xGlobalCfg; in init() local
138 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() local
257 if (xGlobalCfg.is()) in impl_ts_findCommand()
258 sCommand = xGlobalCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()
/trunk/main/svtools/source/misc/
H A Dacceleratorexecute.cxx186 css::uno::Reference< css::ui::XAcceleratorConfiguration > xGlobalCfg; in init() local
191 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() local
348 if (xGlobalCfg.is()) in impl_ts_findCommand()
349 sCommand = xGlobalCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()

Completed in 19 milliseconds