Searched refs:rLoader (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/bridges/test/ |
H A D | testoffice.cxx | 143 Reference < XComponentLoader > rLoader( in testDocument() local 147 OSL_ASSERT( rLoader.is() ); in testDocument() 172 rLoader->loadComponentFromURL( in testDocument()
|
/aoo41x/main/remotebridges/examples/ |
H A D | officeclient.cxx | 167 Reference < XComponentLoader > rLoader( in run() local 171 if( rLoader.is() ) in run() 194 rLoader->loadComponentFromURL( in run()
|
/aoo41x/main/jurt/demo/com/sun/star/demo/ |
H A D | TestOffice.java | 108 …XComponentLoader rLoader = UnoRuntime.queryInterface(XComponentLoader.class, rSmgr.createInstance(… in testDocument() local 131 XComponent rComponent = rLoader.loadComponentFromURL(urls[i], "_blank", 0, new PropertyValue[0]); in testDocument()
|
/aoo41x/main/stoc/source/implementationregistration/ |
H A D | implreg.cxx | 1445 Reference< XImplementationLoader > rLoader; in initialize() local 1452 aArgs.getConstArray()[0] >>= rLoader; in initialize() 1454 if( !rLoader.is()) { in initialize() 1459 buf.append( getCppuType( &rLoader ).getTypeName() ); in initialize() 1518 doRegister(m_xSMgr, m_xCtx, rLoader , rReg, loaderServiceName , locationUrl, locationUrl); in initialize()
|
/aoo41x/main/filter/source/config/cache/ |
H A D | filtercache.cxx | 1313 CacheItem& rLoader = pIt->second; in impl_validateAndOptimize() local 1314 css::uno::Any& rTypesReg = rLoader[PROPNAME_TYPES]; in impl_validateAndOptimize()
|
Completed in 57 milliseconds