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::ImplIntrospection1791 …CII_USTRINGPARAM("/singletons/com.sun.star.reflection.theCoreReflection") ) ) >>= mxCoreReflection; in ImplIntrospection()1792 OSL_ENSURE( mxCoreReflection.is(), "### CoreReflection singleton not accessible!?" ); in ImplIntrospection()1795 if (! mxCoreReflection.is()) in ImplIntrospection()1802 …mxElementAccessClass = mxCoreReflection->forName( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("co… in ImplIntrospection()1803 …mxNameContainerClass = mxCoreReflection->forName( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("co… in ImplIntrospection()[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()