Home
last modified time | relevance | path

Searched refs:nTickIndex (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/chart2/source/view/axes/
H A DTickmarks_Equidistant.cxx617 bool EquidistantTickIter::gotoIndex( sal_Int32 nTickIndex ) in gotoIndex() argument
619 if( nTickIndex < 0 ) in gotoIndex()
621 if( nTickIndex >= m_nTickCount ) in gotoIndex()
624 if( nTickIndex < m_nCurrentPos ) in gotoIndex()
628 while( nTickIndex > m_nCurrentPos ) in gotoIndex()
H A DTickmarkHelper.cxx286 bool EquidistantTickIter::gotoIndex( sal_Int32 nTickIndex ) in gotoIndex() argument
288 if( nTickIndex < 0 ) in gotoIndex()
290 if( nTickIndex >= m_nTickCount ) in gotoIndex()
293 if( nTickIndex < m_nCurrentPos ) in gotoIndex()
297 while( nTickIndex > m_nCurrentPos ) in gotoIndex()
H A DTickmarks_Equidistant.hxx59 bool gotoIndex( sal_Int32 nTickIndex );

Completed in 26 milliseconds