Home
last modified time | relevance | path

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

/aoo42x/main/stoc/test/excomp/
H A Dexcomp.cxx95 Reference< XImplementationRegistration > xImpReg( xIFace, UNO_QUERY); in SAL_IMPLEMENT_MAIN() local
96 TEST_ENSHURE( xImpReg.is(), "excomp error 1" ); in SAL_IMPLEMENT_MAIN()
99 xImpReg->registerImplementation(OUString::createFromAscii("com.sun.star.loader.SharedLibrary"), in SAL_IMPLEMENT_MAIN()
102 xImpReg->registerImplementation(OUString::createFromAscii("com.sun.star.loader.SharedLibrary"), in SAL_IMPLEMENT_MAIN()
124 xImpReg->revokeImplementation(compName1, Reference< XSimpleRegistry >() ); in SAL_IMPLEMENT_MAIN()
125 xImpReg->revokeImplementation(compName2, Reference< XSimpleRegistry >() ); in SAL_IMPLEMENT_MAIN()
/aoo42x/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DFactory_Test.java167 XImplementationRegistration xImpReg = in main() local
172 xImpReg.registerImplementation( "com.sun.star.loader.Java2", jar, xRDB ); in main()

Completed in 17 milliseconds