Home
last modified time | relevance | path

Searched refs:GetEndColor (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx612 aGradientRecords.push_back( GradRecord( 0x00, maGradient.GetEndColor() ) ); in Impl_addGradient()
645 aGradientRecords.push_back( GradRecord( 0x00, maGradient.GetEndColor() ) ); in Impl_addGradient()
647 aGradientRecords.push_back( GradRecord( 0xff, maGradient.GetEndColor() ) ); in Impl_addGradient()
662 aGradientRecords.push_back( GradRecord( 0xff, maGradient.GetEndColor() ) ); in Impl_addGradient()
H A Dswfwriter1.cxx1641 …_Int32)rGradient.GetStartColor().GetLuminance() + (sal_Int32)rGradient.GetEndColor().GetLuminance(… in Impl_writeActions()
/trunk/main/svx/source/unodraw/
H A Dunobrushitemhelper.cxx167 const sal_uInt16 nEndLuminance(rGradient.GetEndColor().GetLuminance()); in getTransparenceForSvxBrushItem()
231 …const basegfx::BColor aEndColor(aXGradient.GetEndColor().getBColor() * (aXGradient.GetEndIntens() … in getSvxBrushItemFromSourceSet()
H A DXPropertyTable.cxx601 aGradient.EndColor = (sal_Int32)aXGradient.GetEndColor().GetColor(); in getAny()
/trunk/main/cui/source/tabpages/
H A Dtpgradnt.cxx861 aLbColorTo.SelectEntry( pGradient->GetEndColor() ); in IMPL_LINK()
865 aLbColorTo.InsertEntry( pGradient->GetEndColor(), String() ); in IMPL_LINK()
866 aLbColorTo.SelectEntry( pGradient->GetEndColor() ); in IMPL_LINK()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx410 const sal_uInt8 nEndLuminance(rGradient.GetEndColor().GetLuminance()); in createNewSdrFillAttribute()
449 const Color aEndColor(aXGradient.GetEndColor()); in createNewSdrFillAttribute()
590 const sal_uInt8 nEndLuminance(rGradient.GetEndColor().GetLuminance()); in createNewTransparenceGradientAttribute()
/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx207 Color aEndCol = rGradient.GetEndColor(); in ImplDrawLinearGradient()
408 Color aEndCol( rGradient.GetEndColor() ); in ImplDrawComplexGradient()
688 Color aEndCol( aGradient.GetEndColor() ); in DrawGradient()
866 Color aEndCol( aGradient.GetEndColor() ); in DrawGradient()
H A Dprint2.cxx1530 const Color& rEndColor = rGradient.GetEndColor(); in DrawGradientEx()
1573 const Color& rEndColor = rGradient.GetEndColor(); in DrawGradientEx()
H A Doutdev6.cxx648 …if( ( rTransparenceGradient.GetStartColor() == aBlack && rTransparenceGradient.GetEndColor() == aB… in DrawTransparent()
1086 … ImplDrawColorWallpaper( nX, nY, nWidth, nHeight, rWallpaper.GetGradient().GetEndColor() ); in ImplDrawGradientWallpaper()
H A Dgdimtf.cxx2162 aGradient.SetEndColor( pFncCol( aGradient.GetEndColor(), pColParam ) ); in ImplExchangeColors()
2243 aGradient.SetEndColor( pFncCol( aGradient.GetEndColor(), pColParam ) ); in ImplExchangeColors()
2254 aGradient.SetEndColor( pFncCol( aGradient.GetEndColor(), pColParam ) ); in ImplExchangeColors()
H A Dpdfwriter_impl2.cxx418 … if( rTransparenceGradient.GetStartColor() == rTransparenceGradient.GetEndColor() ) in playMetafile()
H A Dcvtsvm.cxx1920 ImplWriteColor( rOStm, rGrad.GetEndColor() ); in ImplWriteActions()
/trunk/main/svx/source/sidebar/area/
H A DAreaTransparencyGradientControl.cxx256 && ((sal_uInt16)((((sal_uInt16)rGradient.GetEndColor().GetRed() + 1) * 100) / 255)) in InitStatus()
270 …maMtrTrgrEndValue.SetValue((sal_uInt16)((((sal_uInt16)aGradient.GetEndColor().GetRed() + 1) * 100)… in InitStatus()
/trunk/main/svx/source/svdraw/
H A Dgradtrns.cxx46 rV.aCol2 = rG.aGradient.GetEndColor(); in GradToVec()
197 if(rV.aCol2 != rGOld.aGradient.GetEndColor()) in VecToGrad()
H A Dsvdfmtf.cxx1264 aXGradient.SetEndColor(rGrad.GetEndColor()); in DoAction()
1439 rGradient.GetEndColor(), in DoAction()
1510 rGradient.GetEndColor(), in DoAction()
1553 basegfx::BColor aEnd(rGradient.GetEndColor().getBColor()); in DoAction()
H A Dsvdetc.cxx532 Color aCol2(rGrad.GetEndColor()); in GetDraftFillColor()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx3714 nTmp = VCLTOSVCOL( aGradient.GetEndColor().GetRed() ); rOut << nTmp; in Store()
3715 nTmp = VCLTOSVCOL( aGradient.GetEndColor().GetGreen() ); rOut << nTmp; in Store()
3716 nTmp = VCLTOSVCOL( aGradient.GetEndColor().GetBlue() ); rOut << nTmp; in Store()
3808 aGradient2.EndColor = (sal_Int32)aXGradient.GetEndColor().GetColor(); in QueryValue()
3834 aGradient2.EndColor = (sal_Int32)aXGradient.GetEndColor().GetColor(); in QueryValue()
3857 …case MID_GRADIENT_ENDCOLOR: rVal <<= (sal_Int32)GetGradientValue().GetEndColor().GetColor(); break; in QueryValue()
H A Dxtabgrdt.cxx175 basegfx::BColor aEnd(rGradient.GetEndColor().getBColor()); in CreateBitmapForUI()
/trunk/main/svx/inc/svx/
H A Dxgrad.hxx72 Color GetEndColor() const { return aEndColor; } in GetEndColor() function in XGradient
/trunk/main/vcl/inc/vcl/
H A Dgradient.hxx97 const Color& GetEndColor() const { return mpImplGradient->maEndColor; } in GetEndColor() function in Gradient
/trunk/main/sfx2/source/sidebar/
H A DTools.cxx116 aVclGradient.GetEndColor().GetRGBColor(), in VclToAwtGradient()
/trunk/main/sd/source/ui/view/
H A Ddrviews9.cxx843 : rGradient.GetEndColor (); in AttrState()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx1658 aVCLGradient.GetEndColor(), in processBasePrimitive2D()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx203 …Color aStartColor( rGradient.GetStartColor() ), aEndColor( rGradient.GetEndColor() ); in AddGradientDef()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx2039 aXGradient.GetEndColor(), in AdaptObjColor()

Completed in 172 milliseconds

12