Lines Matching refs:mxCoreReflection

200 	Reference< XIdlReflection > mxCoreReflection;  member in stoc_inspect::IntrospectionAccessStatic_Impl
301 : 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::ImplIntrospection
1791 …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()
1804 …mxNameAccessClass = mxCoreReflection->forName( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.s… in ImplIntrospection()
1805 …mxIndexContainerClass = mxCoreReflection->forName( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("c… in ImplIntrospection()
1806 …mxIndexAccessClass = mxCoreReflection->forName( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.… in ImplIntrospection()
1807 …mxEnumerationAccessClass = mxCoreReflection->forName( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM… in ImplIntrospection()
1808 …mxInterfaceClass = mxCoreReflection->forName( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.su… in ImplIntrospection()
1809 …mxAggregationClass = mxCoreReflection->forName( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.… in ImplIntrospection()
1940 …Reference< XIdlClass > xIdlClass = mxCoreReflection->forName(((Type*)(aToInspectObj.getValue()))->… in inspect()
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()
2234 pAccess = new IntrospectionAccessStatic_Impl( mxCoreReflection ); in implInspect()