Searched refs:xModuleCfg (Results 1 – 4 of 4) sorted by relevance
/trunk/main/framework/source/accelerators/ |
H A D | acceleratorexecute.cxx | 134 css::uno::Reference< css::ui::XAcceleratorConfiguration > xModuleCfg; in init() local 142 xModuleCfg = AcceleratorExecute::impl_st_openModuleConfig(xSMGR, xEnv); in init() 158 m_xModuleCfg = xModuleCfg; in init() 234 css::uno::Reference< css::ui::XAcceleratorConfiguration > xModuleCfg = m_xModuleCfg; in impl_ts_findCommand() local 250 if (xModuleCfg.is()) in impl_ts_findCommand() 251 sCommand = xModuleCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()
|
/trunk/main/svtools/source/misc/ |
H A D | acceleratorexecute.cxx | 187 css::uno::Reference< css::ui::XAcceleratorConfiguration > xModuleCfg; in init() local 195 xModuleCfg = AcceleratorExecute::st_openModuleConfig(xSMGR, xEnv); in init() 211 m_xModuleCfg = xModuleCfg; in init() 318 css::uno::Reference< css::ui::XAcceleratorConfiguration > xModuleCfg = m_xModuleCfg; in impl_ts_findCommand() local 338 if (xModuleCfg.is()) in impl_ts_findCommand() 339 sCommand = xModuleCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()
|
/trunk/main/vcl/source/control/ |
H A D | edit.cxx | 899 …uno::Reference< container::XNameAccess > xModuleCfg( ::comphelper::ConfigurationHelper::openConfig( in ImplInsertText() local 908 …g = ::comphelper::ConfigurationHelper::readRelativeKey( xModuleCfg, sRelNode, sCTLS… in ImplInsertText() 909 …gRestricted = ::comphelper::ConfigurationHelper::readRelativeKey( xModuleCfg, sRelNode, sCTLS… in ImplInsertText() 910 …gTypeAndReplace = ::comphelper::ConfigurationHelper::readRelativeKey( xModuleCfg, sRelNode, sCTLS… in ImplInsertText() 911 … = ::comphelper::ConfigurationHelper::readRelativeKey( xModuleCfg, sRelNode, sCTLF… in ImplInsertText()
|
/trunk/main/framework/source/loadenv/ |
H A D | loadenv.cxx | 1864 …css::uno::Reference< css::container::XNameAccess > xModuleCfg(::comphelper::ConfigurationHelper::o… in impl_applyPersistentWindowState() local 1874 …::comphelper::ConfigurationHelper::readRelativeKey(xModuleCfg, sModule, OFFICEFACTORY_PROPNAME_WIN… in impl_applyPersistentWindowState()
|
Completed in 45 milliseconds