Searched refs:m_nZResolution (Results 1 – 2 of 2) sorted by relevance
139 sal_Int32 m_nZResolution; member in chart::PlottingPositionHelper254 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()
56 , m_nZResolution( 1000 ) in PlottingPositionHelper()73 , m_nZResolution( rSource.m_nZResolution ) in PlottingPositionHelper()
Completed in 12 milliseconds