Lines Matching refs:xMgr
947 static sal_Bool test_adapter( const Reference< XMultiServiceFactory > & xMgr ) in test_adapter() argument
950 …xMgr->createInstance( OUString::createFromAscii("com.sun.star.script.InvocationAdapterFactory") ),… in test_adapter()
954 Reference< XInvocation > xInvok( new XLB_Invocation( xMgr, xOriginal ) ); in test_adapter()
992 static sal_Bool test_invocation( const Reference< XMultiServiceFactory > & xMgr ) in test_invocation() argument
995 …xMgr->createInstance( OUString::createFromAscii("com.sun.star.script.InvocationAdapterFactory") ),… in test_invocation()
997 xMgr->createInstance( OUString::createFromAscii("com.sun.star.script.Invocation") ), UNO_QUERY ); in test_invocation()
1012 Reference< XMultiServiceFactory > xMgr( createRegistryServiceFactory( in SAL_IMPLEMENT_MAIN() local
1018 xMgr->createInstance( in SAL_IMPLEMENT_MAIN()
1046 if (test_adapter( xMgr )) in SAL_IMPLEMENT_MAIN()
1049 if (test_invocation( xMgr )) in SAL_IMPLEMENT_MAIN()
1062 Reference< XComponent >( xMgr, UNO_QUERY )->dispose(); in SAL_IMPLEMENT_MAIN()