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.GetShadowColor() ); in ImplDrawGrip()
367 pThis->DrawPixel( Point(x, i+1), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
368 pThis->DrawPixel( Point(x+1, i+1), rStyleSettings.GetFaceColor() ); in ImplDrawGrip()
385 pThis->DrawPixel( Point(i, y), rStyleSettings.GetDarkShadowColor() ); in ImplDrawGrip()
386 pThis->DrawPixel( Point(i+1, y), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
388 pThis->DrawPixel( Point(i, y+1), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
389 pThis->DrawPixel( Point(i+1, y+1), rStyleSettings.GetFaceColor() ); in ImplDrawGrip()
670 const StyleSettings& rStyleSettings = pWin->GetSettings().GetStyleSettings(); in ImplDrawBorder() local
683 pWin->SetLineColor( rStyleSettings.GetShadowColor() ); in ImplDrawBorder()
685 pWin->SetLineColor( rStyleSettings.GetLightColor() ); in ImplDrawBorder()
691 pWin->SetLineColor( rStyleSettings.GetShadowColor() ); in ImplDrawBorder()
693 pWin->SetLineColor( rStyleSettings.GetLightColor() ); in ImplDrawBorder()
701 pWin->SetLineColor( rStyleSettings.GetShadowColor() ); in ImplDrawBorder()
704 pWin->SetLineColor( rStyleSettings.GetLightColor() ); in ImplDrawBorder()
711 pWin->SetLineColor( rStyleSettings.GetShadowColor() ); in ImplDrawBorder()
714 pWin->SetLineColor( rStyleSettings.GetLightColor() ); in ImplDrawBorder()
725 pWin->SetLineColor( rStyleSettings.GetShadowColor() ); in ImplDrawBorder()
727 pWin->SetLineColor( rStyleSettings.GetLightColor() ); in ImplDrawBorder()
1528 const StyleSettings& rStyleSettings = pOutDev->GetSettings().GetStyleSettings(); in ImplDrawOutButton() local
1529 Color aShadowColor = rStyleSettings.GetShadowColor(); in ImplDrawOutButton()
1535 aShadowColor = rStyleSettings.GetDarkShadowColor(); in ImplDrawOutButton()
1548 pOutDev->SetLineColor( rStyleSettings.GetLightColor() ); in ImplDrawOutButton()
1661 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplInitSettings() local
1665 Font aFont = rStyleSettings.GetToolFont(); in ImplInitSettings()
1677 aColor = rStyleSettings.GetButtonTextColor(); in ImplInitSettings()
1679 aColor = rStyleSettings.GetWindowTextColor(); in ImplInitSettings()
1701 mpData->maDisplayBackground = Wallpaper( rStyleSettings.GetFaceColor() ); in ImplInitSettings()
1706 aColor = rStyleSettings.GetFaceColor(); in ImplInitSettings()
1708 aColor = rStyleSettings.GetWindowColor(); in ImplInitSettings()
3456 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplDrawItem() local
3464 if( rStyleSettings.GetFaceColor() == Color( COL_WHITE ) ) in ImplDrawItem()
3482 SetLineColor( rStyleSettings.GetSeparatorColor() ); in ImplDrawItem()
3522 SetZoomedPointFont( rStyleSettings.GetAppFont() ); in ImplDrawItem()
3524 SetFillColor( rStyleSettings.GetFieldColor() ); in ImplDrawItem()
3525 SetTextColor( rStyleSettings.GetFieldTextColor() ); in ImplDrawItem()
3789 SetFillColor( rStyleSettings.GetShadowColor() ); in ImplDrawItem()