Searched refs:nRealMajorTickCount (Results 1 – 2 of 2) sorted by relevance
330 sal_Int32 nRealMajorTickCount = 0; in getAllTicks() local337 aAllTicks[0][nRealMajorTickCount] = *pValue; in getAllTicks()338 nRealMajorTickCount++; in getAllTicks()340 if(!nRealMajorTickCount) in getAllTicks()342 aAllTicks[0].realloc(nRealMajorTickCount); in getAllTicks()
596 sal_Int32 nRealMajorTickCount = 0; in getAllTicks() local603 aAllTicks[0][nRealMajorTickCount] = *pValue; in getAllTicks()604 nRealMajorTickCount++; in getAllTicks()606 if(!nRealMajorTickCount) in getAllTicks()608 aAllTicks[0].realloc(nRealMajorTickCount); in getAllTicks()
Completed in 20 milliseconds