Searched refs:rBorderColor (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sfx2/source/sidebar/ |
H A D | DrawHelper.cxx | 219 const Color& rBorderColor, in DrawRoundedRectangle() argument 222 rDevice.SetLineColor(rBorderColor); in DrawRoundedRectangle()
|
H A D | DrawHelper.hxx | 71 const Color& rBorderColor,
|
/aoo4110/main/svx/source/dialog/ |
H A D | swframeexample.cxx | 445 …le::DrawInnerFrame_Impl(const Rectangle &rRect, const Color &rFillColor, const Color &rBorderColor) in DrawInnerFrame_Impl() argument 447 DrawRect_Impl(rRect, rFillColor, rBorderColor); in DrawInnerFrame_Impl()
|
/aoo4110/main/svx/inc/svx/ |
H A D | swframeexample.hxx | 71 …le DrawInnerFrame_Impl(const Rectangle &rRect, const Color &rFillColor, const Color &rBorderColor);
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmlatr.cxx | 2265 const Color& rBorderColor = pBorderLine->GetColor(); in OutHTML_SwTxtNode() local 2266 if( !rBorderColor.IsRGBEqual( Color(COL_GRAY) ) ) in OutHTML_SwTxtNode() 2270 HTMLOutFuncs::Out_Color( rWrt.Strm(), rBorderColor, in OutHTML_SwTxtNode()
|
H A D | htmltab.cxx | 1029 const Color& rBorderColor = pOptions->aBorderColor; in InitCtor() local 1055 aTopBorderLine.SetColor( rBorderColor ); in InitCtor() 1066 aLeftBorderLine.SetColor( rBorderColor ); in InitCtor() 1080 aBorderLine.SetColor( rBorderColor ); in InitCtor()
|
Completed in 69 milliseconds