| /trunk/main/vcl/source/window/ |
| H A D | split.cxx | 107 if( GetSettings().GetStyleSettings().GetFaceColor().IsDark() ) in ImplInit() 761 Color oldFaceColor = ((AllSettings *) rDCEvt.GetData())->GetStyleSettings().GetFaceColor(); in DataChanged() 762 Color newFaceColor = Application::GetSettings().GetStyleSettings().GetFaceColor(); in DataChanged() 783 SetFillColor( GetSettings().GetStyleSettings().GetFaceColor() ); in Paint()
|
| H A D | decoview.cxx | 644 aLightColor = rStyleSettings.GetFaceColor(); in DrawHighlightFrame() 836 (pDev->GetSettings().GetStyleSettings().GetFaceColor().IsDark()) in ImplDrawFrame() 926 rStyleSettings.GetFaceColor(), in ImplDrawFrame() 927 rStyleSettings.GetFaceColor() ); in ImplDrawFrame() 1152 pDev->SetFillColor( rStyleSettings.GetFaceColor() ); in ImplDrawButton()
|
| H A D | dockmgr.cxx | 113 SetBackground( GetSettings().GetStyleSettings().GetFaceColor() ); in ImplDockFloatWin2() 667 SetLineColor( GetSettings().GetStyleSettings().GetFaceColor() ); in DrawBorder() 699 SetFillColor( GetSettings().GetStyleSettings().GetFaceColor() ); in DrawGrip()
|
| H A D | status.cxx | 250 aColor = rStyleSettings.GetFaceColor(); in ImplInitSettings() 1621 if ( aPrgsColor == rStyleSettings.GetFaceColor() ) in StartProgressMode() 1662 SetFillColor( GetSettings().GetStyleSettings().GetFaceColor() ); in EndProgressMode()
|
| H A D | dockingarea.cxx | 68 pThis->SetBackground( Wallpaper( pThis->GetSettings().GetStyleSettings().GetFaceColor() ) ); in ImplInitBackground()
|
| /trunk/main/reportdesign/source/ui/dlg/ |
| H A D | AddField.cxx | 180 SetBackground( Wallpaper( Application::GetSettings().GetStyleSettings().GetFaceColor()) ); in OAddFieldWindow() 184 …m_aActions.SetBackground( Wallpaper( Application::GetSettings().GetStyleSettings().GetFaceColor())… in OAddFieldWindow() 201 m_aFixedLine.SetControlBackground( GetSettings().GetStyleSettings().GetFaceColor() ); in OAddFieldWindow() 202 m_aHelpText.SetControlBackground( GetSettings().GetStyleSettings().GetFaceColor() ); in OAddFieldWindow()
|
| /trunk/main/reportdesign/source/ui/report/ |
| H A D | ScrollHelper.cxx | 356 SetBackground( Wallpaper( Application::GetSettings().GetStyleSettings().GetFaceColor() )); in ImplInitSettings() 358 SetFillColor( Application::GetSettings().GetStyleSettings().GetFaceColor() ); in ImplInitSettings() 359 SetTextFillColor( Application::GetSettings().GetStyleSettings().GetFaceColor() ); in ImplInitSettings()
|
| H A D | DesignView.cxx | 476 SetBackground( Wallpaper( Application::GetSettings().GetStyleSettings().GetFaceColor() )); in ImplInitSettings() 478 SetFillColor( Application::GetSettings().GetStyleSettings().GetFaceColor() ); in ImplInitSettings() 479 SetTextFillColor( Application::GetSettings().GetStyleSettings().GetFaceColor() ); in ImplInitSettings()
|
| /trunk/main/svtools/source/misc/ |
| H A D | helpagentwindow.cxx | 124 SetLineColor( GetSettings().GetStyleSettings().GetFaceColor() ); in Paint() 125 SetFillColor( GetSettings().GetStyleSettings().GetFaceColor() ); in Paint()
|
| /trunk/main/dbaccess/source/ui/querydesign/ |
| H A D | TableWindowTitle.cxx | 86 SetBackground(Wallpaper(Color(aSystemStyle.GetFaceColor()))); in DBG_NAME() 220 SetBackground(Wallpaper(Color(aSystemStyle.GetFaceColor()))); in DataChanged()
|
| H A D | TableWindow.cxx | 121 SetBackground(Wallpaper(aSystemStyle.GetFaceColor())); in DBG_NAME() 340 SetBackground(Wallpaper(Color(aSystemStyle.GetFaceColor()))); in DataChanged()
|
| H A D | JoinDesignView.cxx | 128 SetBackground( Wallpaper( Application::GetSettings().GetStyleSettings().GetFaceColor()) ); in Construct()
|
| /trunk/main/svtools/source/control/ |
| H A D | ruler.cxx | 742 maVirDev.SetFillColor( rStyleSettings.GetFaceColor() ); in ImplDrawBorders() 857 maVirDev.SetFillColor( rStyleSettings.GetFaceColor() ); in ImplDrawIndent() 862 maVirDev.SetFillColor( rStyleSettings.GetFaceColor() ); in ImplDrawIndent() 1109 pDevice->SetFillColor( GetSettings().GetStyleSettings().GetFaceColor() ); in ImplDrawTab() 1169 aColor = rStyleSettings.GetFaceColor(); in ImplInitSettings() 1339 maVirDev.SetFillColor( rStyleSettings.GetFaceColor() ); in ImplFormat() 1526 SetFillColor( rStyleSettings.GetFaceColor() ); in ImplDrawExtra()
|
| H A D | valueset.cxx | 189 aColor = rStyleSettings.GetFaceColor(); in ImplInitSettings() 297 maVirDev.SetFillColor( rStyleSettings.GetFaceColor() ); in ImplFormatItem() 703 SetFillColor( rStyleSettings.GetFaceColor() ); in ImplDrawItemText() 1667 SetFillColor( rStyleSettings.GetFaceColor() ); in Paint()
|
| H A D | prgsbar.cxx | 118 aColor = rStyleSettings.GetFaceColor(); in ImplInitSettings()
|
| /trunk/main/sc/source/ui/view/ |
| H A D | hdrcont.cxx | 226 sal_Bool bDark = rStyleSettings.GetFaceColor().IsDark(); in Paint() 324 SetFillColor( rStyleSettings.GetFaceColor() ); in Paint() 441 SetBackground( Color( rStyleSettings.GetFaceColor() ) ); in Paint()
|
| /trunk/main/vcl/source/control/ |
| H A D | button.cxx | 1564 aStyleSettings.SetFaceColor( GetSettings().GetStyleSettings().GetFaceColor() ); in Draw() 2225 SetFillColor( rStyleSettings.GetFaceColor() ); in ImplDrawRadioButtonState() 3068 aColorAry2[0] = rStyleSettings.GetFaceColor(); in LoadThemedImageList() 3093 (pSVData->maCtrlData.mnLastRadioFColor != rStyleSettings.GetFaceColor().GetColor()) || in GetRadioImage() 3100 pSVData->maCtrlData.mnLastRadioFColor = rStyleSettings.GetFaceColor().GetColor(); in GetRadioImage() 3112 pColorAry2[0] = rStyleSettings.GetFaceColor(); in GetRadioImage() 4011 (pSVData->maCtrlData.mnLastCheckFColor != rStyleSettings.GetFaceColor().GetColor()) || in GetCheckImage() 4018 pSVData->maCtrlData.mnLastCheckFColor = rStyleSettings.GetFaceColor().GetColor(); in GetCheckImage()
|
| /trunk/main/vcl/source/gdi/ |
| H A D | wall.cxx | 462 g.SetStartColor( Application::GetSettings().GetStyleSettings().GetFaceColor() ); in ImplGetApplicationGradient() 465 g.SetEndColor( Application::GetSettings().GetStyleSettings().GetFaceColor() ); in ImplGetApplicationGradient()
|
| /trunk/main/sc/source/ui/cctrl/ |
| H A D | tbzoomsliderctrl.cxx | 473 aStartColor = GetSettings().GetStyleSettings().GetFaceColor(); in DoPaint() 474 aEndColor = GetSettings().GetStyleSettings().GetFaceColor(); in DoPaint()
|
| H A D | dpcontrol.cxx | 134 mpOutDev->SetLineColor(mpStyle->GetFaceColor()); in draw() 135 mpOutDev->SetFillColor(mpStyle->GetFaceColor()); in draw() 208 mpOutDev->SetFillColor(mpStyle->GetFaceColor()); in drawPopupButton()
|
| /trunk/main/dbaccess/source/ui/tabledesign/ |
| H A D | TableDesignHelpBar.cxx | 53 m_pTextWin->SetControlBackground( GetSettings().GetStyleSettings().GetFaceColor() ); in DBG_NAME()
|
| /trunk/main/sc/source/ui/Accessibility/ |
| H A D | AccessibleDataPilotControl.cxx | 404 …nColor = (mpFieldWindow->GetType() == PIVOTFIELDTYPE_SELECT) ? rStyleSett.GetFaceColor().GetColor(… in getBackground() 632 nColor = mpFieldWindow->GetSettings().GetStyleSettings().GetFaceColor().GetColor(); in getBackground()
|
| /trunk/main/dbaccess/source/ui/browser/ |
| H A D | dataview.cxx | 131 … ColorChanger aColors( this, COL_TRANSPARENT, GetSettings().GetStyleSettings().GetFaceColor() ); in Paint()
|
| /trunk/main/vcl/unx/generic/gdi/ |
| H A D | cdeint.cxx | 227 if ( aStyleSettings.GetFaceColor() == COL_LIGHTGRAY ) in GetSystemLook()
|
| /trunk/main/dbaccess/source/ui/control/ |
| H A D | VertSplitView.cxx | 99 SetBackground( rStyleSettings.GetFaceColor() ); in ImplInitSettings()
|