Home
last modified time | relevance | path

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

/aoo42x/main/chart2/source/view/inc/
H A DPlottingPositionHelper.hxx139 sal_Int32 m_nZResolution; member in chart::PlottingPositionHelper
254 m_nZResolution = 1000; in setCoordinateSystemResolution()
260 m_nZResolution = rCoordinateSystemResolution[2]; in setCoordinateSystemResolution()
286 …bool bSameZ = ( static_cast<sal_Int32>(m_nZResolution*(fZ - fScaledMinZ)/(fScaledMaxZ-fScaledMinZ)) in isSameForGivenResolution()
287 … == static_cast<sal_Int32>(m_nZResolution*(fZ2 - fScaledMinZ)/(fScaledMaxZ-fScaledMinZ)) ); in isSameForGivenResolution()
/aoo42x/main/chart2/source/view/main/
H A DPlottingPositionHelper.cxx56 , m_nZResolution( 1000 ) in PlottingPositionHelper()
73 , m_nZResolution( rSource.m_nZResolution ) in PlottingPositionHelper()

Completed in 19 milliseconds