Home
last modified time | relevance | path

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

/trunk/main/vbahelper/source/vbahelper/
H A Dvbapictureformat.cxx61 ScVbaPictureFormat::setBrightness( double _brightness ) throw (uno::RuntimeException) in setBrightness() argument
63 checkParameterRangeInDouble( _brightness, 0.0, 1.0 ); in setBrightness()
64 double fLuminance = _brightness * 200 - 100; in setBrightness()
H A Dvbapictureformat.hxx48 virtual void SAL_CALL setBrightness( double _brightness ) throw (css::uno::RuntimeException);

Completed in 12 milliseconds