Searched refs:xCoreReflection (Results 1 – 5 of 5) sorted by relevance
245 Reference<XIdlReflection> xCoreReflection; member in stoc_inv::Invocation_Impl281 , 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()1126 Reference<XIdlReflection> xCoreReflection; member in stoc_inv::InvocationService1147 >>= xCoreReflection; in InvocationService()1148 OSL_ENSURE( xCoreReflection.is(), "### CoreReflection singleton not accessible!?" ); in InvocationService()1149 if (! xCoreReflection.is()) in InvocationService()[all …]
184 static Reference< XIdlReflection > xCoreReflection; in getCoreReflection_Impl() local187 if( !xCoreReflection.is() ) in getCoreReflection_Impl()194 >>= xCoreReflection; in getCoreReflection_Impl()197 if( !xCoreReflection.is() ) in getCoreReflection_Impl()204 return xCoreReflection; in getCoreReflection_Impl()215 if( xCoreReflection.is() ) in getCoreReflection_HierarchicalNameAccess_Impl()2994 if( !xCoreReflection.is() ) in Impl_CreateUnoStruct()3002 xClass = xCoreReflection->forName( aClassName ); in Impl_CreateUnoStruct()3247 if( !xCoreReflection.is() ) in RTL_Impl_HasInterfaces()3493 if( xCoreReflection.is() ) in Find()[all …]
276 c->xCoreReflection = Reference< XIdlReflection > ( in create()281 if( ! c->xCoreReflection.is() ) in create()
208 com::sun::star::uno::Reference< com::sun::star::reflection::XIdlReflection > xCoreReflection; member
261 … Reference<XIdlClass> idl_class ( c->xCoreReflection->forName (typeName),UNO_QUERY); in createUnoStructHelper()
Completed in 51 milliseconds