Searched refs:nNewSubIncCount (Results 1 – 1 of 1) sorted by relevance
398 sal_Int32 nNewSubIncCount = m_aScaleData.IncrementData.SubIncrements.getLength(); in AllocateSubGrids() local401 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()