Home
last modified time | relevance | path

Searched refs:xCoreReflection (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/stoc/source/invocation/
H A Dinvocation.cxx245 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()
1126 Reference<XIdlReflection> xCoreReflection; member in stoc_inv::InvocationService
1147 >>= xCoreReflection; in InvocationService()
1148 OSL_ENSURE( xCoreReflection.is(), "### CoreReflection singleton not accessable!?" ); in InvocationService()
1149 if (! xCoreReflection.is()) in InvocationService()
[all …]
/aoo41x/main/basic/source/classes/
H A Dsbunoobj.cxx184 static Reference< XIdlReflection > xCoreReflection; in getCoreReflection_Impl() local
187 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 …]
/aoo41x/main/pyuno/source/module/
H A Dpyuno_runtime.cxx276 c->xCoreReflection = Reference< XIdlReflection > ( in create()
281 if( ! c->xCoreReflection.is() ) in create()
H A Dpyuno_impl.hxx208 com::sun::star::uno::Reference< com::sun::star::reflection::XIdlReflection > xCoreReflection; member
H A Dpyuno_module.cxx261 … Reference<XIdlClass> idl_class ( c->xCoreReflection->forName (typeName),UNO_QUERY); in createUnoStructHelper()

Completed in 122 milliseconds