Home
last modified time | relevance | path

Searched refs:aDepthEnd (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/chart2/source/view/axes/
H A DVCartesianGrid.cxx237 … const ::std::vector< ::std::vector< TickInfo > >::const_iterator aDepthEnd = aAllTickInfos.end(); in createShapes() local
239 if(aDepthIter == aDepthEnd)//no tickmarks at all in createShapes()
245 ; aDepthIter != aDepthEnd && nDepth < nLinePropertiesCount in createShapes()
H A DVCartesianAxis.cxx1480 …const ::std::vector< ::std::vector< TickInfo > >::const_iterator aDepthEnd = m_aAllTickInfos.end(… in updatePositions() local
1481 for( sal_Int32 nDepth=0; aDepthIter != aDepthEnd; aDepthIter++, nDepth++ ) in updatePositions()
1606 …const ::std::vector< ::std::vector< TickInfo > >::const_iterator aDepthEnd = aComplexTickInfos.en… in createShapes() local
1607 …for( sal_Int32 nDepth=0; aDepthIter != aDepthEnd && nDepth < nTickmarkPropertiesCount; aDepthIter+… in createShapes()
1627 … const ::std::vector< ::std::vector< TickInfo > >::const_iterator aDepthEnd = rAllTickInfos.end(); in createShapes() local
1628 if(aDepthIter == aDepthEnd)//no tickmarks at all in createShapes()
1632 …for( sal_Int32 nDepth=0; aDepthIter != aDepthEnd && nDepth < nTickmarkPropertiesCount; aDepthIter+… in createShapes()
H A DVAxisBase.cxx228 …const ::std::vector< ::std::vector< TickInfo > >::const_iterator aDepthEnd = m_aAllTickInfos.end(… in removeTextShapesFromTicks() local
229 for( ; aDepthIter != aDepthEnd; aDepthIter++ ) in removeTextShapesFromTicks()
H A DVPolarGrid.cxx191 …const ::std::vector< ::std::vector< TickInfo > >::const_iterator aDepthEnd = rRadiusTickInfos.end… in create2DRadiusGrid() local
193 ; aDepthIter != aDepthEnd && nDepth < nLinePropertiesCount in create2DRadiusGrid()
H A DTickmarks.cxx313 … const ::std::vector< ::std::vector< TickInfo > >::const_iterator aDepthEnd = rAllTickInfos.end(); in updateScreenValues() local
314 for( ; aDepthIter != aDepthEnd; aDepthIter++ ) in updateScreenValues()
H A DTickmarkHelper.cxx894 … const ::std::vector< ::std::vector< TickInfo > >::const_iterator aDepthEnd = rAllTickInfos.end(); in updateScreenValues() local
895 for( ; aDepthIter != aDepthEnd; aDepthIter++ ) in updateScreenValues()

Completed in 43 milliseconds