Home
last modified time | relevance | path

Searched refs:aEndColor (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sd/source/ui/func/
H A Dfucopy.cxx145 Color aStartColor, aEndColor; in DoExecute() local
175 aEndColor = ( ( const XColorItem* ) pPoolItem )->GetColorValue(); in DoExecute()
176 if( aStartColor == aEndColor ) in DoExecute()
286 …sal_uInt8 nRed = aStartColor.GetRed() + (sal_uInt8) ( ( (long) aEndColor.GetRed() - (long) aStartC… in DoExecute()
287 …sal_uInt8 nGreen = aStartColor.GetGreen() + (sal_uInt8) ( ( (long) aEndColor.GetGreen() - (long) a… in DoExecute()
288 …sal_uInt8 nBlue = aStartColor.GetBlue() + (sal_uInt8) ( ( (long) aEndColor.GetBlue() - (long) aSta… in DoExecute()
/trunk/main/sc/source/ui/cctrl/
H A Dtbzoomsliderctrl.cxx472 Color aStartColor,aEndColor; in DoPaint() local
474 aEndColor = GetSettings().GetStyleSettings().GetFaceColor(); in DoPaint()
475 if( aEndColor.IsDark() ) in DoPaint()
476 aStartColor = aEndColor; in DoPaint()
483 g.SetEndColor( aEndColor ); in DoPaint()
/trunk/main/svx/inc/svx/
H A Dxgrad.hxx40 Color aEndColor; member in XGradient
61 void SetEndColor(const Color& rColor) { aEndColor = rColor; } in SetEndColor()
72 Color GetEndColor() const { return aEndColor; } in GetEndColor()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx203 …Color aStartColor( rGradient.GetStartColor() ), aEndColor( rGradient.GetEndColor() ); in AddGradientDef() local
217aEndColor.SetRed( (sal_uInt8)( ( (long) aEndColor.GetRed() * rGradient.GetEndIntensity() ) / 100 )… in AddGradientDef()
218aEndColor.SetGreen( (sal_uInt8)( ( (long) aEndColor.GetGreen() * rGradient.GetEndIntensity() ) / 1… in AddGradientDef()
219aEndColor.SetBlue( (sal_uInt8)( ( (long) aEndColor.GetBlue() * rGradient.GetEndIntensity() ) / 100… in AddGradientDef()
249 …ImplGetColorStr( ( rGradient.GetStyle() == GRADIENT_AXIAL ) ? aEndColor : aStartColor, aColorStr ); in AddGradientDef()
271 ImplGetColorStr( aEndColor, aColorStr ); in AddGradientDef()
294 ImplGetColorStr( aEndColor, aColorStr ); in AddGradientDef()
/trunk/main/reportdesign/source/ui/report/
H A DEndMarker.cxx71 Color aEndColor(Color::HSBtoRGB(nHue, nSat, nBri)); in Paint() local
72 Gradient aGradient(GRADIENT_LINEAR,aStartColor,aEndColor); in Paint()
H A DStartMarker.cxx141 Color aEndColor(Color::HSBtoRGB(nHue, nSat, nBri)); in Paint() local
142 Gradient aGradient(GRADIENT_LINEAR,aStartColor,aEndColor); in Paint()
/trunk/main/svx/source/unodraw/
H A Dunobrushitemhelper.cxx231 …const basegfx::BColor aEndColor(aXGradient.GetEndColor().getBColor() * (aXGradient.GetEndIntens() … in getSvxBrushItemFromSourceSet() local
234 Color aMixedColor((aStartColor + aEndColor) * 0.5); in getSvxBrushItemFromSourceSet()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclpixelprocessor2d.cxx364 … basegfx::BColor aEndColor(maBColorModifierStack.getModifiedColor(rGradient.getEndColor())); in processBasePrimitive2D() local
371 if(aStartColor == aEndColor) in processBasePrimitive2D()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx646 const uno::Sequence< double > aEndColor( in createGradientAction() local
662 aColors[0] = aEndColor; in createGradientAction()
664 aColors[2] = aEndColor; in createGradientAction()
672 aColors[1] = aEndColor; in createGradientAction()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx449 const Color aEndColor(aXGradient.GetEndColor()); in createNewSdrFillAttribute() local
451 basegfx::BColor aEnd(aEndColor.getBColor()); in createNewSdrFillAttribute()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx3456 aEndColor( Color( COL_WHITE ) ), in XGradient()
3485 aEndColor(rEnd), in XGradient()
3510 aEndColor == rGradient.aEndColor && in operator ==()
/trunk/main/vcl/inc/vcl/
H A Dmenu.hxx121 Color aEndColor; member
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx861 const Color aEndColor(rGradient.GetEndColor()); in createFillGradientAttribute() local
863 basegfx::BColor aEnd(aEndColor.getBColor()); in createFillGradientAttribute()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx272 ::Color aEndColor( in ImpCreateShadowObjectClone()
278 aGradient.SetEndColor(aEndColor); in ImpCreateShadowObjectClone()
/trunk/main/vcl/source/window/
H A Dmenu.cxx2937 Gradient aGrad( GRADIENT_LINEAR, pLogo->aStartColor, pLogo->aEndColor ); in ImplPaint()

Completed in 188 milliseconds