Searched refs:xImpReg (Results 1 – 2 of 2) sorted by relevance
95 Reference< XImplementationRegistration > xImpReg( xIFace, UNO_QUERY); in SAL_IMPLEMENT_MAIN() local96 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()
167 XImplementationRegistration xImpReg = in main() local172 xImpReg.registerImplementation( "com.sun.star.loader.Java2", jar, xRDB ); in main()
Completed in 23 milliseconds