Lines Matching refs:rStyleSettings

350         const StyleSettings&    rStyleSettings = pThis->GetSettings().GetStyleSettings();  in ImplDrawGrip()  local
351 pThis->SetLineColor( rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
364 pThis->DrawPixel( Point(x, i), rStyleSettings.GetDarkShadowColor() ); in ImplDrawGrip()
365 pThis->DrawPixel( Point(x+1, i), rStyleSettings.GetDarkShadowColor() ); in ImplDrawGrip()
367 pThis->DrawPixel( Point(x, i+1), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
368 pThis->DrawPixel( Point(x+1, i+1), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
381 pThis->DrawPixel( Point(i, y), rStyleSettings.GetDarkShadowColor() ); in ImplDrawGrip()
382 pThis->DrawPixel( Point(i+1, y), rStyleSettings.GetDarkShadowColor() ); in ImplDrawGrip()
384 pThis->DrawPixel( Point(i, y+1), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
385 pThis->DrawPixel( Point(i+1, y+1), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
662 const StyleSettings& rStyleSettings = pWin->GetSettings().GetStyleSettings(); in ImplDrawBorder() local
675 pWin->SetLineColor( rStyleSettings.GetShadowColor() ); in ImplDrawBorder()
677 pWin->SetLineColor( rStyleSettings.GetLightColor() ); in ImplDrawBorder()
683 pWin->SetLineColor( rStyleSettings.GetShadowColor() ); in ImplDrawBorder()
685 pWin->SetLineColor( rStyleSettings.GetLightColor() ); in ImplDrawBorder()
693 pWin->SetLineColor( rStyleSettings.GetShadowColor() ); in ImplDrawBorder()
696 pWin->SetLineColor( rStyleSettings.GetLightColor() ); in ImplDrawBorder()
703 pWin->SetLineColor( rStyleSettings.GetShadowColor() ); in ImplDrawBorder()
706 pWin->SetLineColor( rStyleSettings.GetLightColor() ); in ImplDrawBorder()
717 pWin->SetLineColor( rStyleSettings.GetShadowColor() ); in ImplDrawBorder()
719 pWin->SetLineColor( rStyleSettings.GetLightColor() ); in ImplDrawBorder()
1520 const StyleSettings& rStyleSettings = pOutDev->GetSettings().GetStyleSettings(); in ImplDrawOutButton() local
1521 Color aShadowColor = rStyleSettings.GetShadowColor(); in ImplDrawOutButton()
1527 aShadowColor = rStyleSettings.GetDarkShadowColor(); in ImplDrawOutButton()
1540 pOutDev->SetLineColor( rStyleSettings.GetLightColor() ); in ImplDrawOutButton()
1653 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplInitSettings() local
1657 Font aFont = rStyleSettings.GetToolFont(); in ImplInitSettings()
1669 aColor = rStyleSettings.GetButtonTextColor(); in ImplInitSettings()
1671 aColor = rStyleSettings.GetWindowTextColor(); in ImplInitSettings()
1693 mpData->maDisplayBackground = Wallpaper( rStyleSettings.GetFaceColor() ); in ImplInitSettings()
1698 aColor = rStyleSettings.GetFaceColor(); in ImplInitSettings()
1700 aColor = rStyleSettings.GetWindowColor(); in ImplInitSettings()
3448 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplDrawItem() local
3456 if( rStyleSettings.GetFaceColor() == Color( COL_WHITE ) ) in ImplDrawItem()
3474 SetLineColor( rStyleSettings.GetSeparatorColor() ); in ImplDrawItem()
3514 SetZoomedPointFont( rStyleSettings.GetAppFont() ); in ImplDrawItem()
3516 SetFillColor( rStyleSettings.GetFieldColor() ); in ImplDrawItem()
3517 SetTextColor( rStyleSettings.GetFieldTextColor() ); in ImplDrawItem()
3781 SetFillColor( rStyleSettings.GetShadowColor() ); in ImplDrawItem()