Home
last modified time | relevance | path

Searched refs:fAdaptedStartParent (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/chart2/source/view/axes/
H A DTickmarks_Equidistant.cxx271 double fAdaptedStartParent = fStartParentTick; in getMinorTick() local
276 fAdaptedStartParent = m_xInverseScaling->doScaling(fStartParentTick); in getMinorTick()
280 …double fDistance = (fAdaptedNextParent - fAdaptedStartParent)/m_rIncrement.SubIncrements[nDepth-1]… in getMinorTick()
282 m_pfCurrentValues[nDepth] = fAdaptedStartParent + nTick*fDistance; in getMinorTick()
H A DTickmarkHelper.cxx536 double fAdaptedStartParent = fStartParentTick; in getMinorTick() local
541 fAdaptedStartParent = m_xInverseScaling->doScaling(fStartParentTick); in getMinorTick()
545 …double fDistance = (fAdaptedNextParent - fAdaptedStartParent)/m_rIncrement.SubIncrements[nDepth-1]… in getMinorTick()
547 m_pfCurrentValues[nDepth] = fAdaptedStartParent + nTick*fDistance; in getMinorTick()

Completed in 11 milliseconds