Home
last modified time | relevance | path

Searched refs:mxCoreReflection (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/stoc/source/inspect/
H A Dintrospection.cxx200 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
1792 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 …]
/aoo41x/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx133 Reference< XIdlReflection > mxCoreReflection; member in comphelper::ImplEventAttacherManager
458 if( !mxCoreReflection.is() ) in getReflection()
461 mxCoreReflection = Reference< XIdlReflection >( xIFace, UNO_QUERY); in getReflection()
463 return mxCoreReflection; in getReflection()

Completed in 37 milliseconds