Home
last modified time | relevance | path

Searched refs:nReallocLength (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/chart2/source/view/main/
H A DClipping.cxx185 sal_Int32 nReallocLength = nReservePointCount; in lcl_addPointToPoly() local
186 if( nNewResultPointCount > nReallocLength ) in lcl_addPointToPoly()
188 nReallocLength = nNewResultPointCount; in lcl_addPointToPoly()
191 pOuterSequenceX->realloc(nReallocLength); in lcl_addPointToPoly()
192 pOuterSequenceY->realloc(nReallocLength); in lcl_addPointToPoly()
193 pOuterSequenceZ->realloc(nReallocLength); in lcl_addPointToPoly()