Lines Matching refs:xModule
125 …String SAL_CALL ModuleManager::identify(const css::uno::Reference< css::uno::XInterface >& xModule) in identify() argument
131 css::uno::Reference< css::frame::XFrame > xFrame (xModule, css::uno::UNO_QUERY); in identify()
132 css::uno::Reference< css::awt::XWindow > xWindow (xModule, css::uno::UNO_QUERY); in identify()
133 css::uno::Reference< css::frame::XController > xController(xModule, css::uno::UNO_QUERY); in identify()
134 css::uno::Reference< css::frame::XModel > xModel (xModule, css::uno::UNO_QUERY); in identify()
215 css::uno::Reference< css::container::XNameReplace > xModule ; in replaceByName() local
217 xModules->getByName(sName) >>= xModule; in replaceByName()
218 if (!xModule.is()) in replaceByName()
235 xModule->replaceByName(sPropName, aPropValue); in replaceByName()
251 css::uno::Reference< css::container::XNameAccess > xModule; in getByName() local
252 xCFG->getByName(sName) >>= xModule; in getByName()
253 if (!xModule.is()) in getByName()
261 const css::uno::Sequence< ::rtl::OUString > lPropNames = xModule->getElementNames(); in getByName()
270 lProps[sPropName] = xModule->getByName(sPropName); in getByName()
397 css::uno::Reference< css::frame::XModule > xModule(xComponent, css::uno::UNO_QUERY); in implts_identify() local
398 if (xModule.is()) in implts_identify()
399 return xModule->getIdentifier(); in implts_identify()