Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/view/axes/
H A DTickmarks_Equidistant.cxx471 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 DTickmarkHelper.cxx140 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 DTickmarks_Equidistant.hxx74 double getTickValue(sal_Int32 nDepth, sal_Int32 nIndex) const in getTickValue() function in chart::EquidistantTickIter

Completed in 29 milliseconds