Lines Matching refs:xCoreReflection
245 Reference<XIdlReflection> xCoreReflection; member in stoc_inv::Invocation_Impl
281 , xCoreReflection( rCR ) in Invocation_Impl()
585 Reference < XIdlClass > r = TypeToIdlClass( aProp.Type, xCoreReflection ); in setValue()
586 if( r->isAssignableFrom( TypeToIdlClass( Value.getValueType(), xCoreReflection ) ) ) in setValue()
601 TypeToIdlClass( _xNameContainer->getElementType(), xCoreReflection ); in setValue()
602 if( r->isAssignableFrom(TypeToIdlClass( Value.getValueType(), xCoreReflection ) ) ) in setValue()
694 … (rDestType->isAssignableFrom( TypeToIdlClass( pInParams[nPos].getValueType(), xCoreReflection ) )) in invoke()
1126 Reference<XIdlReflection> xCoreReflection; member in stoc_inv::InvocationService
1147 >>= xCoreReflection; in InvocationService()
1148 OSL_ENSURE( xCoreReflection.is(), "### CoreReflection singleton not accessible!?" ); in InvocationService()
1149 if (! xCoreReflection.is()) in InvocationService()
1205 xTypeConverter, xIntrospection, xCoreReflection ) ); in createInstanceWithArguments()