Home
last modified time | relevance | path

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

/aoo42x/main/chart2/source/view/axes/
H A DTickmarks_Equidistant.cxx551 bool EquidistantTickIter::isAtLastPartTick() in isAtLastPartTick() function in chart::EquidistantTickIter
595 if( m_nCurrentDepth==m_nMaxDepth && isAtLastPartTick() ) in gotoNext()
602 while( m_nCurrentDepth && isAtLastPartTick() ); in gotoNext()
H A DTickmarkHelper.cxx220 bool EquidistantTickIter::isAtLastPartTick() in isAtLastPartTick() function in chart::EquidistantTickIter
264 if( m_nCurrentDepth==m_nMaxDepth && isAtLastPartTick() ) in gotoNext()
271 while( m_nCurrentDepth && isAtLastPartTick() ); in gotoNext()
H A DTickmarks_Equidistant.hxx65 bool isAtLastPartTick();

Completed in 28 milliseconds