Searched refs:nCatIndex (Results 1 – 2 of 2) sorted by relevance
478 sal_Int32 nCatIndex = 0; in createAllTickInfosFromComplexCategories() local486 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() local519 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 …]
1669 for( sal_Int32 nCatIndex = nStartCategoryIndex; nCatIndex <= nEndCategoryIndex; nCatIndex++ ) in calculateYMinAndMaxForCategoryRange() local1674 this->calculateYMinAndMaxForCategory( nCatIndex in calculateYMinAndMaxForCategoryRange()
Completed in 42 milliseconds