Home
last modified time | relevance | path

Searched refs:rTickIter (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/chart2/source/view/axes/
H A DVPolarAngleAxis.cxx61 , 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 DVCartesianAxis.cxx590 , 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 DVPolarAngleAxis.hxx55 , EquidistantTickIter& rTickIter
H A DVCartesianAxis.hxx110 , TickIter& rTickIter

Completed in 33 milliseconds