Searched refs:m_nXResolution (Results 1 – 2 of 2) sorted by relevance
137 sal_Int32 m_nXResolution; member in chart::PlottingPositionHelper252 m_nXResolution = 1000; in setCoordinateSystemResolution()256 m_nXResolution = rCoordinateSystemResolution[0]; in setCoordinateSystemResolution()280 …bool bSameX = ( static_cast<sal_Int32>(m_nXResolution*(fX - fScaledMinX)/(fScaledMaxX-fScaledMinX)) in isSameForGivenResolution()281 … == static_cast<sal_Int32>(m_nXResolution*(fX2 - fScaledMinX)/(fScaledMaxX-fScaledMinX)) ); in isSameForGivenResolution()
54 , m_nXResolution( 1000 ) in PlottingPositionHelper()71 , m_nXResolution( rSource.m_nXResolution ) in PlottingPositionHelper()
Completed in 43 milliseconds