Lines Matching refs:xSMGR
87 …owState::PersistentWindowState(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR) in DEFINE_XINTERFACE_4()
89 , m_xSMGR (xSMGR ) in DEFINE_XINTERFACE_4()
136 css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR = m_xSMGR ; in frameAction() local
152 ::rtl::OUString sModuleName = PersistentWindowState::implst_identifyModule(xSMGR, xFrame); in frameAction()
162 …OUString sWindowState = PersistentWindowState::implst_getWindowStateFromConfig(xSMGR, sModuleName); in frameAction()
183 … PersistentWindowState::implst_setWindowStateOnConfig(xSMGR, sModuleName, sWindowState); in frameAction()
199 …wState::implst_identifyModule(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR , in implst_identifyModule() argument
205 xSMGR->createInstance(SERVICENAME_MODULEMANAGER), in implst_identifyModule()
221 …getWindowStateFromConfig(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR , in implst_getWindowStateFromConfig() argument
237 ::comphelper::ConfigurationHelper::readDirectKey(xSMGR, in implst_getWindowStateFromConfig()
252 …_setWindowStateOnConfig(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR , in implst_setWindowStateOnConfig() argument
267 ::comphelper::ConfigurationHelper::writeDirectKey(xSMGR, in implst_setWindowStateOnConfig()