Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx236 sal_Int32 nBrightness; member in writerfilter::dmapper::GraphicImport_Impl
297 ,nBrightness(0) in GraphicImport_Impl()
1268 m_pImpl->nBrightness = ( (sal_Int32) nIntValue / 327 ); in ProcessShapeOptions()
1670 m_pImpl->nBrightness == 70 ) in createGraphicObject()
1674 m_pImpl->nBrightness = 0; in createGraphicObject()
1681 uno::makeAny((sal_Int16)m_pImpl->nBrightness)); in createGraphicObject()
/aoo41x/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()
/aoo41x/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx1715 sal_Int16 nBrightness = 0; in WriteGrfAttr() local
1726 nBrightness = ((SfxInt16Item*)pItem)->GetValue(); in WriteGrfAttr()
1743 nBrightness += 70; in WriteGrfAttr()
1744 if (nBrightness > 100) in WriteGrfAttr()
1745 nBrightness = 100; in WriteGrfAttr()
1778 if (nBrightness != 0) in WriteGrfAttr()
1779 rPropOpt.AddOpt( ESCHER_Prop_pictureBrightness, nBrightness * 327 ); in WriteGrfAttr()
/aoo41x/main/filter/source/msfilter/
H A Dmsdffimp.cxx4001 …sal_Int16 nBrightness = (sal_Int16)( (sal_Int32)GetPropertyValue( DFF_Prop_pictureBrightness, 0 )… in ImportGraphic() local
4013 if (( nContrast == -70 ) && ( nBrightness == 70 )) in ImportGraphic()
4016 nBrightness = 0; in ImportGraphic()
4023 …if ( nContrast || nBrightness || ( nGamma != 0x10000 ) || ( eDrawMode != GRAPHICDRAWMODE_STANDARD … in ImportGraphic()
4027 if ( nBrightness ) in ImportGraphic()
4028 rSet.Put( SdrGrafLuminanceItem( nBrightness ) ); in ImportGraphic()
4041 nBrightness = 70; in ImportGraphic()
4049 if ( nBrightness || nContrast || ( nGamma != 0x10000 ) ) in ImportGraphic()
4050 …aBitmapEx.Adjust( nBrightness, (sal_Int16)nContrast, 0, 0, 0, (double)nGamma / 0x10000, sal_False … in ImportGraphic()
4063 if ( nBrightness || nContrast || ( nGamma != 0x10000 ) ) in ImportGraphic()
[all …]

Completed in 88 milliseconds