Lines Matching refs:mpStaticImpl

744 	IntrospectionAccessStatic_Impl* mpStaticImpl;  member in stoc_inspect::ImplIntrospectionAccess
793 : maInspectedObject( obj ), mpStaticImpl( pStaticImpl_ ), maAdapter() in ImplIntrospectionAccess()
795 mpStaticImpl->acquire(); in ImplIntrospectionAccess()
808 mpStaticImpl->release(); in ~ImplIntrospectionAccess()
832 IntrospectionAccessStatic_Impl* mpStaticImpl; member in stoc_inspect::ImplIntrospectionAdapter
928 : mpAccess( pAccess_), mrInspectedObject( obj ), mpStaticImpl( pStaticImpl_ ) in ImplIntrospectionAdapter()
930 mpStaticImpl->acquire(); in ImplIntrospectionAdapter()
950 mpStaticImpl->release(); in ~ImplIntrospectionAdapter()
998 mpStaticImpl->setPropertyValue( mrInspectedObject, aPropertyName, aValue ); in setPropertyValue()
1004 return mpStaticImpl->getPropertyValue( mrInspectedObject, aPropertyName ); in getPropertyValue()
1074 return mpStaticImpl->getProperties(); in getProperties()
1232 sal_Int32 i = mpStaticImpl->getPropertyIndex( Name ); in getProperty()
1236 sal_Int32 nConcept = mpStaticImpl->getPropertyConcepts().getConstArray()[ i ]; in getProperty()
1239 const Property* pProps = mpStaticImpl->getProperties().getConstArray(); in getProperty()
1252 sal_Int32 i = mpStaticImpl->getPropertyIndex( Name ); in hasProperty()
1256 sal_Int32 nConcept = mpStaticImpl->getPropertyConcepts().getConstArray()[ i ]; in hasProperty()
1272 return mpStaticImpl->getProperties(); in getProperties()
1288 nCount += mpStaticImpl->mnPropertySetPropCount; in getProperties()
1290 nCount += mpStaticImpl->mnAttributePropCount; in getProperties()
1292 nCount += mpStaticImpl->mnMethodPropCount; in getProperties()
1300 Sequence<Property> aPropSeq = mpStaticImpl->getProperties(); in getProperties()
1302 const sal_Int32* pConcepts = mpStaticImpl->getPropertyConcepts().getConstArray(); in getProperties()
1338 sal_Int32 i = mpStaticImpl->getMethodIndex( Name ); in getMethod()
1342 sal_Int32 nConcept = mpStaticImpl->getMethodConcepts().getConstArray()[ i ]; in getMethod()
1345 const Reference<XIdlMethod>* pMethods = mpStaticImpl->getMethods().getConstArray(); in getMethod()
1357 sal_Int32 i = mpStaticImpl->getMethodIndex( Name ); in hasMethod()
1361 sal_Int32 nConcept = mpStaticImpl->getMethodConcepts().getConstArray()[ i ]; in hasMethod()
1383 return mpStaticImpl->getMethods(); in getMethods()
1393 Sequence< Reference<XIdlMethod> > aMethodSeq = mpStaticImpl->getMethods(); in getMethods()
1395 const sal_Int32* pConcepts = mpStaticImpl->getMethodConcepts().getConstArray(); in getMethods()
1451 return mpStaticImpl->getSupportedListeners(); in getSupportedListeners()
1461 xAdapter = *( new ImplIntrospectionAdapter( this, maInspectedObject, mpStaticImpl ) ); in queryAdapter()
1491 mpStaticImpl->maLowerToExactNameMap.find( toLower( rApproximateName ) ); in getExactName()
1492 if( !( aIt == mpStaticImpl->maLowerToExactNameMap.end() ) ) in getExactName()