Lines Matching refs:aAllTicks
321 uno::Sequence< uno::Sequence< double > > aAllTicks; in getAllTicks() local
327 aAllTicks.realloc(nDepthCount); in getAllTicks()
328 aAllTicks[0].realloc(nMaxMajorTickCount); in getAllTicks()
337 aAllTicks[0][nRealMajorTickCount] = *pValue; in getAllTicks()
342 aAllTicks[0].realloc(nRealMajorTickCount); in getAllTicks()
345 this->addSubTicks( 1, aAllTicks ); in getAllTicks()
363 uno::Sequence< double >& rTicks = aAllTicks[nDepth]; in getAllTicks()
396 rAllTickInfos.resize(aAllTicks.getLength()); in getAllTicks()
397 for( nDepth=0 ;nDepth<aAllTicks.getLength(); nDepth++ ) in getAllTicks()
399 sal_Int32 nCount = aAllTicks[nDepth].getLength(); in getAllTicks()
407 aTickInfo.fScaledTickValue = aAllTicks[nDepth][nN]; in getAllTicks()