Searched refs:rCoordinateSystemResolution (Results 1 – 3 of 3) sorted by relevance
70 …ystemResolution( const ::com::sun::star::uno::Sequence< sal_Int32 >& rCoordinateSystemResolution );250 …SystemResolution( const ::com::sun::star::uno::Sequence< sal_Int32 >& rCoordinateSystemResolution ) in setCoordinateSystemResolution() argument255 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()
276 …ystemResolution( const ::com::sun::star::uno::Sequence< sal_Int32 >& rCoordinateSystemResolution );
1819 …sPlotter::setCoordinateSystemResolution( const Sequence< sal_Int32 >& rCoordinateSystemResolution ) in setCoordinateSystemResolution() argument1821 m_aCoordinateSystemResolution = rCoordinateSystemResolution; in setCoordinateSystemResolution()
Completed in 35 milliseconds