Searched refs:nTickIndex (Results 1 – 3 of 3) sorted by relevance
617 bool EquidistantTickIter::gotoIndex( sal_Int32 nTickIndex ) in gotoIndex() argument619 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()
286 bool EquidistantTickIter::gotoIndex( sal_Int32 nTickIndex ) in gotoIndex() argument288 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()
59 bool gotoIndex( sal_Int32 nTickIndex );
Completed in 20 milliseconds