Lines Matching refs:aAllTicks
587 uno::Sequence< uno::Sequence< double > > aAllTicks; in getAllTicks() local
593 aAllTicks.realloc(nDepthCount); in getAllTicks()
594 aAllTicks[0].realloc(nMaxMajorTickCount); in getAllTicks()
603 aAllTicks[0][nRealMajorTickCount] = *pValue; in getAllTicks()
608 aAllTicks[0].realloc(nRealMajorTickCount); in getAllTicks()
611 this->addSubTicks( 1, aAllTicks ); in getAllTicks()
629 uno::Sequence< double >& rTicks = aAllTicks[nDepth]; in getAllTicks()
662 rAllTickInfos.resize(aAllTicks.getLength()); in getAllTicks()
663 for( nDepth=0 ;nDepth<aAllTicks.getLength(); nDepth++ ) in getAllTicks()
665 sal_Int32 nCount = aAllTicks[nDepth].getLength(); in getAllTicks()
669 rAllTickInfos[nDepth][nN].fScaledTickValue = aAllTicks[nDepth][nN]; in getAllTicks()