Searched refs:mxCoreReflection (Results 1 – 2 of 2) sorted by relevance
200 Reference< XIdlReflection > mxCoreReflection; member in stoc_inspect::IntrospectionAccessStatic_Impl301 : mxCoreReflection( xCoreReflection_ ) in IntrospectionAccessStatic_Impl()370 Reference< XIdlClass > xClass = mxCoreReflection->forName( aTypeName ); in getMethodIndex()476 Reference< XIdlClass > xPropClass = mxCoreReflection->forName( aTypeName ); in setPropertyValueByIndex()1707 Reference< XIdlReflection > mxCoreReflection; member in stoc_inspect::ImplIntrospection1792 OSL_ENSURE( mxCoreReflection.is(), "### CoreReflection singleton not accessible!?" ); in ImplIntrospection()1795 if (! mxCoreReflection.is()) in ImplIntrospection()2050 IntrospectionAccessStatic_Impl* pAccess = new IntrospectionAccessStatic_Impl( mxCoreReflection ); in implInspect()2130 pAccess = new IntrospectionAccessStatic_Impl( mxCoreReflection ); in implInspect()2182 pAccess = new IntrospectionAccessStatic_Impl( mxCoreReflection ); in implInspect()[all …]
133 Reference< XIdlReflection > mxCoreReflection; member in comphelper::ImplEventAttacherManager458 if( !mxCoreReflection.is() ) in getReflection()461 mxCoreReflection = Reference< XIdlReflection >( xIFace, UNO_QUERY); in getReflection()463 return mxCoreReflection; in getReflection()
Completed in 30 milliseconds