Searched refs:m_nCurrentDepth (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/chart2/source/view/axes/ |
| H A D | Tickmarks_Equidistant.cxx | 433 , m_nCurrentDepth(-1), m_nCurrentPos(-1), m_fCurrentValue( 0.0 ) in EquidistantTickIter() 447 , m_nCurrentDepth(-1), m_nCurrentPos(-1), m_fCurrentValue( 0.0 ) in EquidistantTickIter() 527 m_fCurrentValue = getTickValue(m_nCurrentDepth, m_pnPositions[m_nCurrentDepth]); in firstValue() 536 return &(*m_pInfoTicks)[m_nCurrentDepth][m_pnPositions[m_nCurrentDepth]]; in firstInfo() 553 if(!m_nCurrentDepth) in isAtLastPartTick() 555 sal_Int32 nIntervalCount = getIntervalCount( m_nCurrentDepth ); in isAtLastPartTick() 558 if( m_pbIntervalFinished[m_nCurrentDepth] ) in isAtLastPartTick() 560 sal_Int32 nPos = m_pnPositions[m_nCurrentDepth]+1; in isAtLastPartTick() 561 if(m_pnPreParentCount[m_nCurrentDepth]) in isAtLastPartTick() 562 nPos += nIntervalCount-1 - m_pnPreParentCount[m_nCurrentDepth]; in isAtLastPartTick() [all …]
|
| H A D | TickmarkHelper.cxx | 102 , m_nCurrentDepth(-1), m_nCurrentPos(-1), m_fCurrentValue( 0.0 ) in EquidistantTickIter() 116 , m_nCurrentDepth(-1), m_nCurrentPos(-1), m_fCurrentValue( 0.0 ) in EquidistantTickIter() 196 m_fCurrentValue = getTickValue(m_nCurrentDepth, m_pnPositions[m_nCurrentDepth]); in firstValue() 205 return &(*m_pInfoTicks)[m_nCurrentDepth][m_pnPositions[m_nCurrentDepth]]; in firstInfo() 222 if(!m_nCurrentDepth) in isAtLastPartTick() 224 sal_Int32 nIntervalCount = getIntervalCount( m_nCurrentDepth ); in isAtLastPartTick() 227 if( m_pbIntervalFinished[m_nCurrentDepth] ) in isAtLastPartTick() 229 sal_Int32 nPos = m_pnPositions[m_nCurrentDepth]+1; in isAtLastPartTick() 230 if(m_pnPreParentCount[m_nCurrentDepth]) in isAtLastPartTick() 231 nPos += nIntervalCount-1 - m_pnPreParentCount[m_nCurrentDepth]; in isAtLastPartTick() [all …]
|
| H A D | Tickmarks_Equidistant.hxx | 56 sal_Int32 getCurrentDepth() const { return m_nCurrentDepth; } in getCurrentDepth() 109 sal_Int32 m_nCurrentDepth; member in chart::EquidistantTickIter
|