Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/axes/
H A DTickmarks_Equidistant.cxx321 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()
[all …]
H A DTickmarkHelper.cxx587 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()
[all …]

Completed in 379 milliseconds