Lines Matching refs:xMgr

91 …ence<XIdlClass> TypeToIdlClass( const Type& rType, const Reference< XMultiServiceFactory > & xMgr )  in TypeToIdlClass()  argument
104 xRefl = Reference< XIdlReflection >( xMgr->createInstance( in TypeToIdlClass()
120 …oString( const Any& aValue, sal_Bool bIncludeType, const Reference< XMultiServiceFactory > & xMgr ) in AnyToString() argument
227 Reference< XIdlClass > xIdlClass = TypeToIdlClass( aValType, xMgr ); in AnyToString()
281 ImplPropertySetInfo( const Reference< XMultiServiceFactory > & xMgr ) in ImplPropertySetInfo() argument
282 : mxMgr( xMgr ) {} in ImplPropertySetInfo()
451 ImplIntroTest( const Reference< XMultiServiceFactory > & xMgr ) in ImplIntroTest() argument
452 : mxMgr( xMgr ) in ImplIntroTest()
946 Any getIntrospectionTestObject( const Reference< XMultiServiceFactory > & xMgr ) in getIntrospectionTestObject() argument
949 Reference< XIntroTest > xTestObj = new ImplIntroTest( xMgr ); in getIntrospectionTestObject()
954 static sal_Bool test_introsp( Reference< XMultiServiceFactory > xMgr, in test_introsp() argument
1146 Any aObjAny = getIntrospectionTestObject( xMgr ); in test_introsp()
1273 …OString aValStr = OUStringToOString( AnyToString( aPropVal, sal_False, xMgr ), RTL_TEXTENCODING_AS… in test_introsp()
1367 OUString aStr = AnyToString( aPropVal, sal_False, xMgr ); in test_introsp()
1546 …Reference< XMultiServiceFactory > xMgr( createRegistryServiceFactory( OUString::createFromAscii("s… in SAL_IMPLEMENT_MAIN() local
1552xMgr->createInstance( OUString::createFromAscii("com.sun.star.registry.ImplementationRegistration"… in SAL_IMPLEMENT_MAIN()
1563 …Reference< XIdlReflection > xRefl( xMgr->createInstance( OUString::createFromAscii("com.sun.star.r… in SAL_IMPLEMENT_MAIN()
1574 …Reference< XIntrospection > xIntrosp( xMgr->createInstance( OUString::createFromAscii("com.sun.sta… in SAL_IMPLEMENT_MAIN()
1578 bSucc = test_introsp( xMgr, xRefl, xIntrosp ); in SAL_IMPLEMENT_MAIN()
1591 Reference< XComponent >( xMgr, UNO_QUERY )->dispose(); in SAL_IMPLEMENT_MAIN()