Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/inc/
H A DPlottingPositionHelper.hxx70 …ystemResolution( const ::com::sun::star::uno::Sequence< sal_Int32 >& rCoordinateSystemResolution );
250 …SystemResolution( const ::com::sun::star::uno::Sequence< sal_Int32 >& rCoordinateSystemResolution ) in setCoordinateSystemResolution() argument
255 if( rCoordinateSystemResolution.getLength() > 0 ) in setCoordinateSystemResolution()
256 m_nXResolution = rCoordinateSystemResolution[0]; in setCoordinateSystemResolution()
257 if( rCoordinateSystemResolution.getLength() > 1 ) in setCoordinateSystemResolution()
258 m_nYResolution = rCoordinateSystemResolution[1]; in setCoordinateSystemResolution()
259 if( rCoordinateSystemResolution.getLength() > 2 ) in setCoordinateSystemResolution()
260 m_nZResolution = rCoordinateSystemResolution[2]; in setCoordinateSystemResolution()
H A DVSeriesPlotter.hxx276 …ystemResolution( const ::com::sun::star::uno::Sequence< sal_Int32 >& rCoordinateSystemResolution );
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx1819 …sPlotter::setCoordinateSystemResolution( const Sequence< sal_Int32 >& rCoordinateSystemResolution ) in setCoordinateSystemResolution() argument
1821 m_aCoordinateSystemResolution = rCoordinateSystemResolution; in setCoordinateSystemResolution()

Completed in 24 milliseconds