Searched refs:rTickIter (Results 1 – 4 of 4) sorted by relevance
/trunk/main/chart2/source/view/axes/ |
H A D | VCartesianAxis.cxx | 590 , TickIter& rTickIter in createTextShapes() argument 657 for( TickInfo* pTickInfo = rTickIter.firstInfo() in createTextShapes() 659 ; pTickInfo = rTickIter.nextInfo(), nTick++ ) in createTextShapes() 699 … removeShapesAtWrongRhythm( rTickIter, rAxisLabelProperties.nRhythm, nTick, xTarget ); in createTextShapes() 786 … removeShapesAtWrongRhythm( rTickIter, rAxisLabelProperties.nRhythm, nTick, xTarget ); in createTextShapes() 1250 void lcl_hideIdenticalScreenValues( TickIter& rTickIter ) in lcl_hideIdenticalScreenValues() argument 1252 TickInfo* pPreviousTickInfo = rTickIter.firstInfo(); in lcl_hideIdenticalScreenValues() 1256 for( TickInfo* pTickInfo = rTickIter.nextInfo(); pTickInfo; pTickInfo = rTickIter.nextInfo()) in lcl_hideIdenticalScreenValues()
|
H A D | VPolarAngleAxis.cxx | 61 , EquidistantTickIter& rTickIter in createTextShapes_ForAngleAxis() argument 94 for( TickInfo* pTickInfo = rTickIter.firstInfo() in createTextShapes_ForAngleAxis() 96 ; pTickInfo = rTickIter.nextInfo(), nTick++ ) in createTextShapes_ForAngleAxis()
|
H A D | VPolarAngleAxis.hxx | 55 , EquidistantTickIter& rTickIter
|
H A D | VCartesianAxis.hxx | 110 , TickIter& rTickIter
|
Completed in 31 milliseconds