Home
last modified time | relevance | path

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

/aoo42x/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx478 sal_Int32 nCatIndex = 0; in createAllTickInfosFromComplexCategories() local
486 if( nCatIndex + 1.0 + nCount >= m_aScale.Maximum ) in createAllTickInfosFromComplexCategories()
496 nCatIndex += nCount; in createAllTickInfosFromComplexCategories()
497 if( nCatIndex + 1.0 >= m_aScale.Maximum ) in createAllTickInfosFromComplexCategories()
512 sal_Int32 nCatIndex = 0; in createAllTickInfosFromComplexCategories() local
519 aTickInfo.fScaledTickValue = nCatIndex + 1.0; in createAllTickInfosFromComplexCategories()
521 nCatIndex += aCat.Count; in createAllTickInfosFromComplexCategories()
522 if( nCatIndex + 1.0 > m_aScale.Maximum ) in createAllTickInfosFromComplexCategories()
526 while( nCatIndex + 1.0 < m_aScale.Maximum ) in createAllTickInfosFromComplexCategories()
529 aTickInfo.fScaledTickValue = nCatIndex + 1.0; in createAllTickInfosFromComplexCategories()
[all …]
/aoo42x/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx1669 for( sal_Int32 nCatIndex = nStartCategoryIndex; nCatIndex <= nEndCategoryIndex; nCatIndex++ ) in calculateYMinAndMaxForCategoryRange() local
1674 this->calculateYMinAndMaxForCategory( nCatIndex in calculateYMinAndMaxForCategoryRange()

Completed in 31 milliseconds