Searched refs:getTickValue (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/chart2/source/view/axes/ |
H A D | Tickmarks_Equidistant.cxx | 471 double fParentValue = getTickValue(0,0); in initIter() 480 if(getTickValue(nDepth,nN) < fParentValue) in initIter() 488 double fNextParentValue = getTickValue(nDepth,0); in initIter() 513 double fThisValue = getTickValue(nDepth,0); in getStartDepth() 527 m_fCurrentValue = getTickValue(m_nCurrentDepth, m_pnPositions[m_nCurrentDepth]); in firstValue() 648 m_fCurrentValue = getTickValue(m_nCurrentDepth, m_pnPositions[m_nCurrentDepth]); in nextValue()
|
H A D | TickmarkHelper.cxx | 140 double fParentValue = getTickValue(0,0); in initIter() 149 if(getTickValue(nDepth,nN) < fParentValue) in initIter() 157 double fNextParentValue = getTickValue(nDepth,0); in initIter() 182 double fThisValue = getTickValue(nDepth,0); in getStartDepth() 196 m_fCurrentValue = getTickValue(m_nCurrentDepth, m_pnPositions[m_nCurrentDepth]); in firstValue() 317 m_fCurrentValue = getTickValue(m_nCurrentDepth, m_pnPositions[m_nCurrentDepth]); in nextValue()
|
H A D | Tickmarks_Equidistant.hxx | 74 double getTickValue(sal_Int32 nDepth, sal_Int32 nIndex) const in getTickValue() function in chart::EquidistantTickIter
|
Completed in 16 milliseconds