Lines Matching refs:IntrospectionAccessStatic_Impl
194 class IntrospectionAccessStatic_Impl class
267 IntrospectionAccessStatic_Impl( Reference< XIdlReflection > xCoreReflection_ );
268 ~IntrospectionAccessStatic_Impl() in ~IntrospectionAccessStatic_Impl()
300 IntrospectionAccessStatic_Impl::IntrospectionAccessStatic_Impl( Reference< XIdlReflection > xCoreRe… in IntrospectionAccessStatic_Impl() function in stoc_inspect::IntrospectionAccessStatic_Impl
330 sal_Int32 IntrospectionAccessStatic_Impl::getPropertyIndex( const ::rtl::OUString& aPropertyName ) … in getPropertyIndex()
333 IntrospectionAccessStatic_Impl* pThis = (IntrospectionAccessStatic_Impl*)this; in getPropertyIndex()
340 sal_Int32 IntrospectionAccessStatic_Impl::getMethodIndex( const ::rtl::OUString& aMethodName ) const in getMethodIndex()
343 IntrospectionAccessStatic_Impl* pThis = (IntrospectionAccessStatic_Impl*)this; in getMethodIndex()
426 void IntrospectionAccessStatic_Impl::setPropertyValue( const Any& obj, const ::rtl::OUString& aProp… in setPropertyValue()
436 void IntrospectionAccessStatic_Impl::setPropertyValueByIndex(const Any& obj, sal_Int32 nSequenceInd… in setPropertyValueByIndex()
570 Any IntrospectionAccessStatic_Impl::getPropertyValue( const Any& obj, const ::rtl::OUString& aPrope… in getPropertyValue()
579 Any IntrospectionAccessStatic_Impl::getPropertyValueByIndex(const Any& obj, sal_Int32 nSequenceInde… in getPropertyValueByIndex()
687 void IntrospectionAccessStatic_Impl::checkPropertyArraysSize in checkPropertyArraysSize()
709 void IntrospectionAccessStatic_Impl::checkInterfaceArraySize( Sequence< Reference<XInterface> >& rS… in checkInterfaceArraySize()
744 IntrospectionAccessStatic_Impl* mpStaticImpl;
758 ImplIntrospectionAccess( const Any& obj, IntrospectionAccessStatic_Impl* pStaticImpl_ );
792 ( const Any& obj, IntrospectionAccessStatic_Impl* pStaticImpl_ ) in ImplIntrospectionAccess()
832 IntrospectionAccessStatic_Impl* mpStaticImpl;
848 const Any& obj, IntrospectionAccessStatic_Impl* pStaticImpl_ );
927 const Any& obj, IntrospectionAccessStatic_Impl* pStaticImpl_ ) in ImplIntrospectionAdapter()
1558 IntrospectionAccessStatic_Impl*,
1657 IntrospectionAccessStatic_Impl*,
1701 IntrospectionAccessStatic_Impl* implInspect(const Any& aToInspectObj);
1947 IntrospectionAccessStatic_Impl* pStaticImpl = implInspect( aRealInspectObj ); in inspect()
1954 IntrospectionAccessStatic_Impl* pStaticImpl = implInspect( aToInspectObj ); in inspect()
2015 IntrospectionAccessStatic_Impl* ImplIntrospection::implInspect(const Any& aToInspectObj) in implInspect()
2047 IntrospectionAccessStatic_Impl* pAccess = NULL; in implInspect()
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()