Searched refs:_contrast (Results 1 – 2 of 2) sorted by relevance
80 ScVbaPictureFormat::setContrast( double _contrast ) throw (uno::RuntimeException) in setContrast() argument82 checkParameterRangeInDouble( _contrast, 0.0, 1.0 ); in setContrast()83 double fContrast = _contrast * 200 - 100; in setContrast()
50 virtual void SAL_CALL setContrast( double _contrast ) throw (css::uno::RuntimeException);
Completed in 14 milliseconds