Home
last modified time | relevance | path

Searched refs:nBrightness (Results 1 – 5 of 5) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4020 …sal_Int16 nBrightness = (sal_Int16)( (sal_Int32)GetPropertyValue( DFF_Prop_pictureBrightness, 0 )… in ImportGraphic() local
4032 if (( nContrast == -70 ) && ( nBrightness == 70 )) in ImportGraphic()
4035 nBrightness = 0; in ImportGraphic()
4042 …if ( nContrast || nBrightness || ( nGamma != 0x10000 ) || ( eDrawMode != GRAPHICDRAWMODE_STANDARD … in ImportGraphic()
4046 if ( nBrightness ) in ImportGraphic()
4047 rSet.Put( SdrGrafLuminanceItem( nBrightness ) ); in ImportGraphic()
4060 nBrightness = 70; in ImportGraphic()
4068 if ( nBrightness || nContrast || ( nGamma != 0x10000 ) ) in ImportGraphic()
4069 …aBitmapEx.Adjust( nBrightness, (sal_Int16)nContrast, 0, 0, 0, (double)nGamma / 0x10000, sal_False … in ImportGraphic()
4082 if ( nBrightness || nContrast || ( nGamma != 0x10000 ) ) in ImportGraphic()
[all …]
/trunk/main/oox/source/drawingml/
H A Dfillproperties.cxx401 …sal_Int16 nBrightness = getLimitedValue< sal_Int16, sal_Int32 >( maBlipProps.moBrightness.get( 0 )… in pushToPropMap() local
402 if( nBrightness != 0 ) in pushToPropMap()
403 rPropMap[ PROP_AdjustLuminance ] <<= nBrightness; in pushToPropMap()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsTheme.cxx60 sal_uInt16 nBrightness (0); in HGBAdapt() local
61 Color(aColorData).RGBtoHSB(nHue, nSaturation, nBrightness); in HGBAdapt()
65 nNewBrightness>=0 ? nNewBrightness : nBrightness); in HGBAdapt()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx1704 sal_Int16 nBrightness = 0; in WriteGrfAttr() local
1715 nBrightness = ((SfxInt16Item*)pItem)->GetValue(); in WriteGrfAttr()
1732 nBrightness += 70; in WriteGrfAttr()
1733 if (nBrightness > 100) in WriteGrfAttr()
1734 nBrightness = 100; in WriteGrfAttr()
1767 if (nBrightness != 0) in WriteGrfAttr()
1768 rPropOpt.AddOpt( ESCHER_Prop_pictureBrightness, nBrightness * 327 ); in WriteGrfAttr()
/trunk/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx236 sal_Int32 nBrightness; member in writerfilter::dmapper::GraphicImport_Impl
297 ,nBrightness(0) in GraphicImport_Impl()
1269 m_pImpl->nBrightness = ( (sal_Int32) nIntValue / 327 ); in ProcessShapeOptions()
1671 m_pImpl->nBrightness == 70 ) in createGraphicObject()
1675 m_pImpl->nBrightness = 0; in createGraphicObject()
1682 uno::makeAny((sal_Int16)m_pImpl->nBrightness)); in createGraphicObject()

Completed in 77 milliseconds