Searched refs:m_nCurrentDepth (Results 1 – 3 of 3) sorted by relevance
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()581 m_nCurrentDepth = getStartDepth(); in gotoFirst()582 m_pnPositions[m_nCurrentDepth] = 0; in gotoFirst()600 m_nCurrentDepth--; in gotoNext()608 m_nCurrentDepth++; in gotoNext()613 m_pnPositions[m_nCurrentDepth] = m_pnPositions[m_nCurrentDepth]+1; in gotoNext()648 m_fCurrentValue = getTickValue(m_nCurrentDepth, m_pnPositions[m_nCurrentDepth]); in nextValue()658 (*m_pInfoTicks)[m_nCurrentDepth].size()) > m_pnPositions[m_nCurrentDepth] ) in nextInfo()[all …]
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()250 m_nCurrentDepth = getStartDepth(); in gotoFirst()251 m_pnPositions[m_nCurrentDepth] = 0; in gotoFirst()269 m_nCurrentDepth--; in gotoNext()277 m_nCurrentDepth++; in gotoNext()282 m_pnPositions[m_nCurrentDepth] = m_pnPositions[m_nCurrentDepth]+1; in gotoNext()317 m_fCurrentValue = getTickValue(m_nCurrentDepth, m_pnPositions[m_nCurrentDepth]); in nextValue()327 (*m_pInfoTicks)[m_nCurrentDepth].size()) > m_pnPositions[m_nCurrentDepth] ) in nextInfo()[all …]
56 sal_Int32 getCurrentDepth() const { return m_nCurrentDepth; } in getCurrentDepth()109 sal_Int32 m_nCurrentDepth; member in chart::EquidistantTickIter
Completed in 20 milliseconds