Home
last modified time | relevance | path

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

/AOO41X/main/chart2/source/model/main/
H A DAxis.cxx398 sal_Int32 nNewSubIncCount = m_aScaleData.IncrementData.SubIncrements.getLength(); in AllocateSubGrids() local
401 if( nOldSubIncCount > nNewSubIncCount ) in AllocateSubGrids()
404 for( sal_Int32 i = nNewSubIncCount; i < nOldSubIncCount; ++i ) in AllocateSubGrids()
406 m_aSubGridProperties.realloc( nNewSubIncCount ); in AllocateSubGrids()
408 else if( nOldSubIncCount < nNewSubIncCount ) in AllocateSubGrids()
410 m_aSubGridProperties.realloc( nNewSubIncCount ); in AllocateSubGrids()
413 for( sal_Int32 i = nOldSubIncCount; i < nNewSubIncCount; ++i ) in AllocateSubGrids()