Lines Matching refs:ImplIntrospectionAccess

193 class ImplIntrospectionAccess;
197 friend class ImplIntrospectionAccess;
733 class ImplIntrospectionAccess : public IntrospectionAccessHelper class
758 ImplIntrospectionAccess( const Any& obj, IntrospectionAccessStatic_Impl* pStaticImpl_ );
759 ~ImplIntrospectionAccess();
791 ImplIntrospectionAccess::ImplIntrospectionAccess in ImplIntrospectionAccess() function in stoc_inspect::ImplIntrospectionAccess
806 ImplIntrospectionAccess::~ImplIntrospectionAccess() in ~ImplIntrospectionAccess()
826 ::rtl::Reference< ImplIntrospectionAccess > mpAccess;
847 ImplIntrospectionAdapter( ImplIntrospectionAccess* pAccess_,
926 ImplIntrospectionAdapter::ImplIntrospectionAdapter( ImplIntrospectionAccess* pAccess_, in ImplIntrospectionAdapter()
1208 sal_Int32 ImplIntrospectionAccess::getSuppliedMethodConcepts(void) in getSuppliedMethodConcepts()
1219 sal_Int32 ImplIntrospectionAccess::getSuppliedPropertyConcepts(void) in getSuppliedPropertyConcepts()
1228 Property ImplIntrospectionAccess::getProperty(const ::rtl::OUString& Name, sal_Int32 PropertyConcep… in getProperty()
1249 sal_Bool ImplIntrospectionAccess::hasProperty(const ::rtl::OUString& Name, sal_Int32 PropertyConcep… in hasProperty()
1263 Sequence< Property > ImplIntrospectionAccess::getProperties(sal_Int32 PropertyConcepts) in getProperties()
1295 ImplIntrospectionAccess* pThis = (ImplIntrospectionAccess*)this; // const umgehen in getProperties()
1334 Reference<XIdlMethod> ImplIntrospectionAccess::getMethod(const ::rtl::OUString& Name, sal_Int32 Met… in getMethod()
1354 sal_Bool ImplIntrospectionAccess::hasMethod(const ::rtl::OUString& Name, sal_Int32 MethodConcepts) in hasMethod()
1368 Sequence< Reference<XIdlMethod> > ImplIntrospectionAccess::getMethods(sal_Int32 MethodConcepts) in getMethods()
1371 ImplIntrospectionAccess* pThis = (ImplIntrospectionAccess*)this; // const umgehen in getMethods()
1448 Sequence< Type > ImplIntrospectionAccess::getSupportedListeners(void) in getSupportedListeners()
1454 Reference<XInterface> SAL_CALL ImplIntrospectionAccess::queryAdapter( const Type& rType ) in queryAdapter()
1471 Any ImplIntrospectionAccess::getMaterial(void) throw(RuntimeException) in getMaterial()
1487 ::rtl::OUString ImplIntrospectionAccess::getExactName( const ::rtl::OUString& rApproximateName ) th… in getExactName()
1949 xAccess = new ImplIntrospectionAccess( aRealInspectObj, pStaticImpl ); in inspect()
1956 xAccess = new ImplIntrospectionAccess( aToInspectObj, pStaticImpl ); in inspect()