Home
last modified time | relevance | path

Searched refs:_contrast (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbapictureformat.cxx80 ScVbaPictureFormat::setContrast( double _contrast ) throw (uno::RuntimeException) in setContrast() argument
82 checkParameterRangeInDouble( _contrast, 0.0, 1.0 ); in setContrast()
83 double fContrast = _contrast * 200 - 100; in setContrast()
H A Dvbapictureformat.hxx50 virtual void SAL_CALL setContrast( double _contrast ) throw (css::uno::RuntimeException);

Completed in 16 milliseconds