Lines Matching refs:pForceColor

796 void lclSetColorToOutDev( OutputDevice& rDev, const Style& rStyle, const Color* pForceColor )  in lclSetColorToOutDev()  argument
799 rDev.SetLineColor( pForceColor ? *pForceColor : rStyle.GetColor() ); in lclSetColorToOutDev()
800 rDev.SetFillColor( pForceColor ? *pForceColor : rStyle.GetColor() ); in lclSetColorToOutDev()
909 const Style& rBorder, const BorderResult& rResult, const Color* pForceColor ) in lclDrawHorFrameBorder() argument
916 lclSetColorToOutDev( rDev, rBorder, pForceColor ); in lclDrawHorFrameBorder()
964 const Style& rBorder, const BorderResult& rResult, const Color* pForceColor ) in lclDrawVerFrameBorder() argument
971 lclSetColorToOutDev( rDev, rBorder, pForceColor ); in lclDrawVerFrameBorder()
1139 const Color* pForceColor, bool bDiagDblClip ) in lclDrawDiagFrameBorder() argument
1147 lclSetColorToOutDev( rDev, rBorder, pForceColor ); in lclDrawDiagFrameBorder()
1174 const Color* pForceColor, bool bDiagDblClip ) in lclDrawDiagFrameBorders() argument
1184 …lclDrawDiagFrameBorder( rDev, rRect, false, rBLTR, rResult.maBLTR, rTLBR, pForceColor, bDiagDblCli… in lclDrawDiagFrameBorders()
1186 …lclDrawDiagFrameBorder( rDev, rRect, true, rTLBR, rResult.maTLBR, rBLTR, pForceColor, bDiagDblClip… in lclDrawDiagFrameBorders()
1188 …lclDrawDiagFrameBorder( rDev, rRect, false, rBLTR, rResult.maBLTR, rTLBR, pForceColor, bDiagDblCli… in lclDrawDiagFrameBorders()
1404 const Color* pForceColor ) in DrawHorFrameBorder() argument
1412 lclDrawHorFrameBorder( rDev, rLPos, rRPos, rBorder, aResult, pForceColor ); in DrawHorFrameBorder()
1420 const Color* pForceColor ) in DrawHorFrameBorder() argument
1428 pForceColor ); in DrawHorFrameBorder()
1432 const Point& rLPos, const Point& rRPos, const Style& rBorder, const Color* pForceColor ) in DrawHorFrameBorder() argument
1435 lclDrawHorFrameBorder( rDev, rLPos, rRPos, rBorder, BorderResult(), pForceColor ); in DrawHorFrameBorder()
1444 const Color* pForceColor ) in DrawVerFrameBorder() argument
1452 lclDrawVerFrameBorder( rDev, rTPos, rBPos, rBorder, aResult, pForceColor ); in DrawVerFrameBorder()
1460 const Color* pForceColor ) in DrawVerFrameBorder() argument
1468 pForceColor ); in DrawVerFrameBorder()
1472 const Point& rTPos, const Point& rBPos, const Style& rBorder, const Color* pForceColor ) in DrawVerFrameBorder() argument
1475 lclDrawVerFrameBorder( rDev, rTPos, rBPos, rBorder, BorderResult(), pForceColor ); in DrawVerFrameBorder()
1481 const Point& rTPos, const Point& rBPos, const Style& rBorder, const Color* pForceColor ) in DrawVerFrameBorderSlanted() argument
1488 DrawVerFrameBorder( rDev, rTPos, rBPos, rBorder, pForceColor ); in DrawVerFrameBorderSlanted()
1497 lclSetColorToOutDev( rDev, aScaled, pForceColor ); in DrawVerFrameBorderSlanted()
1514 const Color* pForceColor, bool bDiagDblClip ) in DrawDiagFrameBorders() argument
1521 lclDrawDiagFrameBorders( rDev, rRect, rTLBR, rBLTR, aResult, pForceColor, bDiagDblClip ); in DrawDiagFrameBorders()