Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/axes/
H A DTickmarks_Equidistant.cxx527 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 …]
H A DTickmarkHelper.cxx196 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 …]
H A DTickmarks_Equidistant.hxx56 sal_Int32 getCurrentDepth() const { return m_nCurrentDepth; } in getCurrentDepth()
109 sal_Int32 m_nCurrentDepth; member in chart::EquidistantTickIter

Completed in 30 milliseconds