Lines Matching refs:realloc

303 	aInterfaceSeq1.realloc( ARRAY_SIZE_STEP );  in IntrospectionAccessStatic_Impl()
304 aInterfaceSeq2.realloc( ARRAY_SIZE_STEP ); in IntrospectionAccessStatic_Impl()
307 maAllPropertySeq.realloc( ARRAY_SIZE_STEP ); in IntrospectionAccessStatic_Impl()
308 maMapTypeSeq.realloc( ARRAY_SIZE_STEP ); in IntrospectionAccessStatic_Impl()
309 maPropertyConceptSeq.realloc( ARRAY_SIZE_STEP ); in IntrospectionAccessStatic_Impl()
698 maAllPropertySeq.realloc( nLen + ARRAY_SIZE_STEP ); in checkPropertyArraysSize()
701 maMapTypeSeq.realloc( nLen + ARRAY_SIZE_STEP ); in checkPropertyArraysSize()
704 maPropertyConceptSeq.realloc( nLen + ARRAY_SIZE_STEP ); in checkPropertyArraysSize()
720 rSeq.realloc( nNewSize ); in checkInterfaceArraySize()
917 virtual void SAL_CALL realloc(Any& array, sal_Int32 length)
1178 void ImplIntrospectionAdapter::realloc(Any& array, sal_Int32 length) in realloc() function in stoc_inspect::ImplIntrospectionAdapter
1181 mxObjIdlArray->realloc( array, length ); in realloc()
1296 pThis->maLastPropertySeq.realloc( nCount ); in getProperties()
1402 pThis->maLastMethodSeq.realloc( nLen ); in getMethods()
1439 pThis->maLastMethodSeq.realloc( iDest ); in getMethods()
2073 SupportedClassSeq.realloc( nTypeCount ); in implInspect()
2100 SupportedClassSeq.realloc( 1 ); in implInspect()
2351 aClassSeq.realloc( nIfaceCount + 1 ); 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()
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()
3030 pAccess->maAllPropertySeq.realloc( pAccess->mnPropCount ); in implInspect()