Lines Matching refs:pAccess

2047 	IntrospectionAccessStatic_Impl* pAccess = NULL;  in implInspect()  local
2050 IntrospectionAccessStatic_Impl* pAccess = new IntrospectionAccessStatic_Impl( mxCoreReflection ); in implInspect() local
2130 pAccess = new IntrospectionAccessStatic_Impl( mxCoreReflection ); in implInspect()
2134 pAccess->acquire(); in implInspect()
2161 aTPCache[ aKeySeq ] = pAccess; in implInspect()
2182 pAccess = new IntrospectionAccessStatic_Impl( mxCoreReflection ); in implInspect()
2186 pAccess->acquire(); in implInspect()
2213 aCache[ aKeySeq ] = pAccess; in implInspect()
2233 if( !pAccess ) in implInspect()
2234 pAccess = new IntrospectionAccessStatic_Impl( mxCoreReflection ); in implInspect()
2237 sal_Int32& rPropCount = pAccess->mnPropCount; in implInspect()
2238 IntrospectionNameMap& rPropNameMap = pAccess->maPropertyNameMap; in implInspect()
2239 IntrospectionNameMap& rMethodNameMap = pAccess->maMethodNameMap; in implInspect()
2240 LowerToExactNameMap& rLowerToExactNameMap = pAccess->maLowerToExactNameMap; in implInspect()
2243 pAllPropArray = pAccess->maAllPropertySeq.getArray(); in implInspect()
2244 pInterfaces1 = pAccess->aInterfaceSeq1.getArray(); in implInspect()
2245 pInterfaces2 = pAccess->aInterfaceSeq2.getArray(); in implInspect()
2246 pMapTypeArray = pAccess->maMapTypeSeq.getArray(); in implInspect()
2247 pPropertyConceptArray = pAccess->maPropertyConceptSeq.getArray(); in implInspect()
2262 sal_Bool bFast = pAccess->mbFastPropSet = xDummy.is(); in implInspect()
2270 pAccess->mpOrgPropertyHandleArray = new sal_Int32[ nLen ]; in implInspect()
2275 pAccess->checkPropertyArraysSize in implInspect()
2281 pAccess->mpOrgPropertyHandleArray[ i ] = rProp.Handle; in implInspect()
2289 pAccess->mnPropertySetPropCount++; in implInspect()
2389 pAccess->checkPropertyArraysSize in implInspect()
2427 pAccess->checkInterfaceArraySize( pAccess->aInterfaceSeq1, in implInspect()
2434 pAccess->mnAttributePropCount++; in implInspect()
2566 pAccess->checkPropertyArraysSize in implInspect()
2583 pAccess->checkInterfaceArraySize( pAccess->aInterfaceSeq1, in implInspect()
2590 pAccess->mnMethodPropCount++; in implInspect()
2644 pAccess->checkInterfaceArraySize( pAccess->aInterfaceSeq2, in implInspect()
2784 pAccess->checkPropertyArraysSize in implInspect()
2801 pAccess->checkInterfaceArraySize( pAccess->aInterfaceSeq2, in implInspect()
2808 pAccess->mnMethodPropCount++; in implInspect()
2836 pAccess->maAllMethodSeq.realloc( nExportedMethodCount + iAllExportedMethod ); in implInspect()
2837 pAccess->maMethodConceptSeq.realloc( nExportedMethodCount + iAllExportedMethod ); in implInspect()
2838 pAccess->maSupportedListenerSeq.realloc( nSupportedListenerCount + iAllSupportedListener ); in implInspect()
2841 Reference<XIdlMethod>* pDestMethods = pAccess->maAllMethodSeq.getArray(); in implInspect()
2842 sal_Int32* pMethodConceptArray = pAccess->maMethodConceptSeq.getArray(); in implInspect()
2843 Type* pListenerClassRefs = pAccess->maSupportedListenerSeq.getArray(); in implInspect()
2954 sal_Int32& rMethCount = pAccess->mnMethCount; in implInspect()
2956 pAccess->maAllMethodSeq.realloc( rMethCount ); in implInspect()
2957 pAccess->maMethodConceptSeq.realloc( rMethCount ); in implInspect()
2960 pAccess->maAllPropertySeq.realloc( rPropCount ); in implInspect()
2961 pAccess->maPropertyConceptSeq.realloc( rPropCount ); in implInspect()
2962 pAccess->maMapTypeSeq.realloc( rPropCount ); in implInspect()
2976 return pAccess; in implInspect()
2991 pAccess->checkPropertyArraysSize in implInspect()
3015 pAccess->checkInterfaceArraySize( pAccess->aInterfaceSeq1, in implInspect()
3022 pAccess->mnAttributePropCount++; in implInspect()
3030 pAccess->maAllPropertySeq.realloc( pAccess->mnPropCount ); in implInspect()
3032 return pAccess; in implInspect()