Home
last modified time | relevance | path

Searched refs:rStyleSettings (Results 101 – 116 of 116) sorted by relevance

12345

/trunk/main/vcl/source/window/
H A Dprintdlg.cxx2616 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in Paint() local
2617 Color aPrgsColor = rStyleSettings.GetHighlightColor(); in Paint()
2618 if ( aPrgsColor == rStyleSettings.GetFaceColor() ) in Paint()
2619 aPrgsColor = rStyleSettings.GetDarkShadowColor(); in Paint()
H A Dmenu.cxx3960 const StyleSettings& rStyleSettings = pWin->GetSettings().GetStyleSettings(); in ImplInitMenuWindow() local
3963 pWin->SetPointFont( rStyleSettings.GetMenuFont() ); in ImplInitMenuWindow()
3986 pWin->SetBackground( Wallpaper( rStyleSettings.GetMenuColor() ) ); in ImplInitMenuWindow()
3990 pWin->SetTextColor( rStyleSettings.GetMenuBarTextColor() ); in ImplInitMenuWindow()
3992 pWin->SetTextColor( rStyleSettings.GetMenuTextColor() ); in ImplInitMenuWindow()
/trunk/main/sw/source/ui/utlui/
H A Dnavipi.cxx1550 const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in DataChanged() local
1551 Color aBgColor = rStyleSettings.GetFaceColor(); in DataChanged()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx2955 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplInitFont() local
2956 … bNonAntialiased |= ((rStyleSettings.GetDisplayOptions() & DISPLAY_OPTION_AA_DISABLE) != 0); in ImplInitFont()
2957 …bNonAntialiased |= (int(rStyleSettings.GetAntialiasingMinPixelHeight()) > mpFontEntry->maFontSelDa… in ImplInitFont()
6352 const StyleSettings& rStyleSettings( rTargetDevice.GetSettings().GetStyleSettings() ); in ImplDrawText() local
6353 if( rStyleSettings.GetHighContrastMode() ) in ImplDrawText()
6362 aCol = rStyleSettings.GetFaceColor(); in ImplDrawText()
7050 const StyleSettings& rStyleSettings( GetSettings().GetStyleSettings() ); in DrawCtrlText() local
7051 if( rStyleSettings.GetHighContrastMode() ) in DrawCtrlText()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx1443 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in UserDraw() local
1453 pDev->SetFillColor(rStyleSettings.GetFieldColor()); in UserDraw()
/trunk/main/vcl/source/control/
H A Dcombobox.cxx1290 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in Draw() local
1291 pDev->SetTextColor( rStyleSettings.GetDisableColor() ); in Draw()
H A Dlstbox.cxx444 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in Draw() local
445 pDev->SetTextColor( rStyleSettings.GetDisableColor() ); in Draw()
/trunk/main/cui/source/tabpages/
H A Dnumfmt.cxx176 const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in InitSettings() local
193 SetBackground( rStyleSettings.GetWindowColor() ); in InitSettings()
H A Dbackgrnd.cxx300 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in Paint() local
301 SetBackground(Wallpaper(rStyleSettings.GetWindowColor())); in Paint()
H A Dnumpages.cxx2670 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in Paint() local
2671 const Color aBackColor = rStyleSettings.GetFieldColor(); in Paint()
2672 const Color aTextColor = rStyleSettings.GetFieldTextColor(); in Paint()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx2761 const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in SeekCursor() local
2762 rFont.SetColor( rStyleSettings.GetHighlightTextColor() ); in SeekCursor()
2763 rFont.SetFillColor( rStyleSettings.GetHighlightColor() ); in SeekCursor()
3755 … const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in Paint() local
3756 aFontColor = rStyleSettings.GetHighlightColor() ; in Paint()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx1088 const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in cairosubcallback() local
1089 const void* pFontOptions = rStyleSettings.GetCairoFontOptions(); in cairosubcallback()
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx1618 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in StateChanged() local
1620 Font aFont = rStyleSettings.GetGroupFont(); in StateChanged()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx1095 const StyleSettings& rStyleSettings = pView->GetSettings().GetStyleSettings(); in DrawNet() local
1096 Color aCol= rStyleSettings.GetFaceColor(); in DrawNet()
1099 aCol = rStyleSettings.GetShadowColor(); in DrawNet()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx1633 const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in CreateBitmaps() local
1636 ::Color aBackCol( rStyleSettings.GetWindowColor() ); in CreateBitmaps()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx750 const StyleSettings& rStyleSettings = pWindows[i]->GetSettings().GetStyleSettings(); in ImplInitWindow() local
751 Font aFont = rStyleSettings.GetFieldFont(); in ImplInitWindow()

Completed in 246 milliseconds

12345