/aoo41x/main/sd/source/ui/func/ |
H A D | fucopy.cxx | 145 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()
|
/aoo41x/main/svx/inc/svx/ |
H A D | xgrad.hxx | 40 Color aEndColor; member in XGradient 61 void SetEndColor(const Color& rColor) { aEndColor = rColor; } in SetEndColor() 72 Color GetEndColor() const { return aEndColor; } in GetEndColor()
|
/aoo41x/main/sc/source/ui/cctrl/ |
H A D | tbzoomsliderctrl.cxx | 472 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()
|
/aoo41x/main/filter/source/svg/ |
H A D | svgwriter.cxx | 203 …Color aStartColor( rGradient.GetStartColor() ), aEndColor( rGradient.GetEndColor() ); in AddGradientDef() local 217 …aEndColor.SetRed( (sal_uInt8)( ( (long) aEndColor.GetRed() * rGradient.GetEndIntensity() ) / 100 )… in AddGradientDef() 218 …aEndColor.SetGreen( (sal_uInt8)( ( (long) aEndColor.GetGreen() * rGradient.GetEndIntensity() ) / 1… in AddGradientDef() 219 …aEndColor.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()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | EndMarker.cxx | 71 Color aEndColor(Color::HSBtoRGB(nHue, nSat, nBri)); in Paint() local 72 Gradient aGradient(GRADIENT_LINEAR,aStartColor,aEndColor); in Paint()
|
H A D | StartMarker.cxx | 141 Color aEndColor(Color::HSBtoRGB(nHue, nSat, nBri)); in Paint() local 142 Gradient aGradient(GRADIENT_LINEAR,aStartColor,aEndColor); in Paint()
|
/aoo41x/main/drawinglayer/source/processor2d/ |
H A D | vclpixelprocessor2d.cxx | 364 … basegfx::BColor aEndColor(maBColorModifierStack.getModifiedColor(rGradient.getEndColor())); in processBasePrimitive2D() local 371 if(aStartColor == aEndColor) in processBasePrimitive2D()
|
/aoo41x/main/svx/source/sdr/primitive2d/ |
H A D | sdrattributecreator.cxx | 449 const Color aEndColor(aXGradient.GetEndColor()); in createNewSdrFillAttribute() local 451 basegfx::BColor aEnd(aEndColor.getBColor()); in createNewSdrFillAttribute()
|
/aoo41x/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 646 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()
|
/aoo41x/main/svx/source/xoutdev/ |
H A D | xattr.cxx | 3456 aEndColor( Color( COL_WHITE ) ), in XGradient() 3485 aEndColor(rEnd), in XGradient() 3510 aEndColor == rGradient.aEndColor && in operator ==()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | menu.hxx | 121 Color aEndColor; member
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 861 const Color aEndColor(rGradient.GetEndColor()); in createFillGradientAttribute() local 863 basegfx::BColor aEnd(aEndColor.getBColor()); in createFillGradientAttribute()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 272 ::Color aEndColor( in ImpCreateShadowObjectClone() 278 aGradient.SetEndColor(aEndColor); in ImpCreateShadowObjectClone()
|
/aoo41x/main/vcl/source/window/ |
H A D | menu.cxx | 2937 Gradient aGrad( GRADIENT_LINEAR, pLogo->aStartColor, pLogo->aEndColor ); in ImplPaint()
|