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()1642 Reference< XIdlReflection > mxCoreReflection; member in stoc_inspect::ImplIntrospection1725 …CII_USTRINGPARAM("/singletons/com.sun.star.reflection.theCoreReflection") ) ) >>= mxCoreReflection; in ImplIntrospection()1726 OSL_ENSURE( mxCoreReflection.is(), "### CoreReflection singleton not accessible!?" ); in ImplIntrospection()1729 if (! mxCoreReflection.is()) in ImplIntrospection()1736 …mxElementAccessClass = mxCoreReflection->forName( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("co… in ImplIntrospection()1737 …mxNameContainerClass = mxCoreReflection->forName( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("co… in ImplIntrospection()[all …]
133 Reference< XIdlReflection > mxCoreReflection; member in comphelper::ImplEventAttacherManager440 if( !mxCoreReflection.is() ) in getReflection()443 mxCoreReflection = Reference< XIdlReflection >( xIFace, UNO_QUERY); in getReflection()445 return mxCoreReflection; in getReflection()