Lines Matching refs:xSMgr
625 const Reference< XMultiServiceFactory > &xSMgr, in hasService()
630 Reference< XContentEnumerationAccess > access( xSMgr, UNO_QUERY ); in hasService()
646 Reference< XMultiServiceFactory > &xSMgr, in bootstrap()
660 xSMgr = createRegistryServiceFactory( in bootstrap()
667 xSMgr = createRegistryServiceFactory( in bootstrap()
675 xSMgr = createRegistryServiceFactory( in bootstrap()
682 xSMgr = createRegistryServiceFactory( in bootstrap()
688 xSMgr = createServiceFactory(); in bootstrap()
691 xSMgr->createInstance( in bootstrap()
720 ! hasService( xSMgr, "com.sun.star.loader.Java2" ) ) in bootstrap()
728 xSMgr, in bootstrap()
734 xSMgr, in bootstrap()
736 Reference <XSet> xSet( xSMgr, UNO_QUERY ); in bootstrap()
775 Reference< XMultiServiceFactory > xSMgr; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
779 bootstrap( aOptions, xSMgr ,xReg ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
793 xSMgr->createInstance( in SAL_IMPLEMENT_MAIN_WITH_ARGS()
835 Reference< XComponent > xComponent( xSMgr, UNO_QUERY ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()