Home
last modified time | relevance | path

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

/aoo42x/main/chart2/source/view/axes/
H A DTickmarks_Equidistant.cxx330 sal_Int32 nRealMajorTickCount = 0; in getAllTicks() local
337 aAllTicks[0][nRealMajorTickCount] = *pValue; in getAllTicks()
338 nRealMajorTickCount++; in getAllTicks()
340 if(!nRealMajorTickCount) in getAllTicks()
342 aAllTicks[0].realloc(nRealMajorTickCount); in getAllTicks()
H A DTickmarkHelper.cxx596 sal_Int32 nRealMajorTickCount = 0; in getAllTicks() local
603 aAllTicks[0][nRealMajorTickCount] = *pValue; in getAllTicks()
604 nRealMajorTickCount++; in getAllTicks()
606 if(!nRealMajorTickCount) in getAllTicks()
608 aAllTicks[0].realloc(nRealMajorTickCount); in getAllTicks()

Completed in 11 milliseconds