Home
last modified time | relevance | path

Searched refs:maEdgeBlendingBottomRightColor (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/vcl/source/app/
H A Dsettings.cxx435 maEdgeBlendingBottomRightColor = RGB_COLORDATA(0x40, 0x40, 0x40); in ImplStyleData()
548 maEdgeBlendingBottomRightColor = rData.maEdgeBlendingBottomRightColor; in ImplStyleData()
1069 … (mpData->maEdgeBlendingBottomRightColor == rSet.mpData->maEdgeBlendingBottomRightColor) && in operator ==()
/AOO42X/main/vcl/inc/vcl/
H A Dsettings.hxx436 Color maEdgeBlendingBottomRightColor; member in ImplStyleData
939 …mRightColor(const Color& rBottomRight) { CopyData(); mpData->maEdgeBlendingBottomRightColor = rBot… in SetEdgeBlendingBottomRightColor()
940 …t Color& GetEdgeBlendingBottomRightColor() const { return mpData->maEdgeBlendingBottomRightColor; } in GetEdgeBlendingBottomRightColor()