Home
last modified time | relevance | path

Searched refs:aSystemStyle (Results 1 – 8 of 8) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx120 const StyleSettings& aSystemStyle = Application::GetSettings().GetStyleSettings(); in DBG_NAME() local
121 SetBackground(Wallpaper(aSystemStyle.GetFaceColor())); in DBG_NAME()
124 SetTextColor(aSystemStyle.GetButtonTextColor()); in DBG_NAME()
339 const StyleSettings& aSystemStyle = Application::GetSettings().GetStyleSettings(); in DataChanged() local
340 SetBackground(Wallpaper(Color(aSystemStyle.GetFaceColor()))); in DataChanged()
341 SetTextColor(aSystemStyle.GetButtonTextColor()); in DataChanged()
356 const StyleSettings& aSystemStyle = Application::GetSettings().GetStyleSettings(); in Draw3DBorder() local
359 SetLineColor(aSystemStyle.GetDarkShadowColor()); in Draw3DBorder()
364 SetLineColor(aSystemStyle.GetShadowColor()); in Draw3DBorder()
370 SetLineColor(aSystemStyle.GetLightColor()); in Draw3DBorder()
H A DTableWindowTitle.cxx85 StyleSettings aSystemStyle = Application::GetSettings().GetStyleSettings(); in DBG_NAME() local
86 SetBackground(Wallpaper(Color(aSystemStyle.GetFaceColor()))); in DBG_NAME()
87 SetTextColor(aSystemStyle.GetButtonTextColor()); in DBG_NAME()
219 StyleSettings aSystemStyle = Application::GetSettings().GetStyleSettings(); in DataChanged() local
220 SetBackground(Wallpaper(Color(aSystemStyle.GetFaceColor()))); in DataChanged()
221 SetTextColor(aSystemStyle.GetButtonTextColor()); in DataChanged()
H A DJoinTableView.cxx707 StyleSettings aSystemStyle = Application::GetSettings().GetStyleSettings(); in InitColors() local
708 SetBackground(Wallpaper(Color(aSystemStyle.GetDialogColor()))); in InitColors()
/trunk/main/dbaccess/source/ui/inc/
H A DFieldControls.hxx49 StyleSettings aSystemStyle = Application::GetSettings().GetStyleSettings(); in lcl_setSpecialReadOnly() local
50 …const Color& rNewColor = _bReadOnly ? aSystemStyle.GetDialogColor() : aSystemStyle.GetFieldColor(); in lcl_setSpecialReadOnly()
/trunk/main/dbaccess/source/ui/control/
H A Dcurledit.cxx96 StyleSettings aSystemStyle = Application::GetSettings().GetStyleSettings(); in SetText() local
97 m_pForcedPrefix->SetBackground(Wallpaper(aSystemStyle.GetDialogColor())); in SetText()
H A Dmarktree.cxx79 StyleSettings aSystemStyle = Application::GetSettings().GetStyleSettings(); in Paint() local
80 aNewFont.SetColor(aSystemStyle.GetDisableColor()); in Paint()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx277 StyleSettings aSystemStyle = Application::GetSettings().GetStyleSettings(); in Init() local
278 nFieldNameWidth -= aSystemStyle.GetScrollBarSize(); in Init()
/trunk/main/svtools/source/dialogs/
H A Daddresstemplate.cxx702 StyleSettings aSystemStyle = GetSettings().GetStyleSettings(); in implConstruct() local
703 const Color& rNewColor = aSystemStyle.GetDialogColor(); in implConstruct()

Completed in 42 milliseconds