Home
last modified time | relevance | path

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

12345

/trunk/main/svx/source/gallery2/
H A Dgalctrl.cxx305 const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in drawTransparenceBackground() local
307 if(rStyleSettings.GetPreviewUsesCheckeredBackground()) in drawTransparenceBackground()
319 rOut.SetFillColor(rStyleSettings.GetFieldColor()); in drawTransparenceBackground()
/trunk/main/sc/source/ui/navipi/
H A Dscenwnd.cxx250 const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in Paint() local
251 Color aBgColor = rStyleSettings.GetFaceColor(); in Paint()
H A Dnavipi.cxx838 const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in Paint() local
839 Color aBgColor = rStyleSettings.GetFaceColor(); in Paint()
/trunk/main/svx/source/tbxctrls/
H A Dfontworkgallery.cxx124 const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in initFavorites() local
140 if(rStyleSettings.GetPreviewUsesCheckeredBackground()) in initFavorites()
150 aVDev.SetBackground(rStyleSettings.GetFieldColor()); in initFavorites()
/trunk/main/sd/source/ui/view/
H A Dsdwindow.cxx949 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in DataChanged() local
954 if( rStyleSettings.GetHighContrastMode() ) in DataChanged()
959 if( rStyleSettings.GetHighContrastMode() && aAccOptions.GetIsForPagePreviews() ) in DataChanged()
H A Dsdview.cxx1119 const StyleSettings& rStyleSettings = pWindow->GetSettings().GetStyleSettings(); in onAccessibilityOptionsChanged() local
1127 if( rStyleSettings.GetHighContrastMode() ) in onAccessibilityOptionsChanged()
1136 if( rStyleSettings.GetHighContrastMode() && aAccOptions.GetIsForPagePreviews() ) in onAccessibilityOptionsChanged()
/trunk/main/vcl/source/window/
H A Dfloatwin.cxx150 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplInitSettings() local
156 aColor = rStyleSettings.GetFaceColor(); in ImplInitSettings()
158 aColor = rStyleSettings.GetWindowColor(); in ImplInitSettings()
H A Ddockwin.cxx385 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplInitSettings() local
391 aColor = rStyleSettings.GetFaceColor(); in ImplInitSettings()
393 aColor = rStyleSettings.GetWindowColor(); in ImplInitSettings()
H A Dwindow.cxx989 const StyleSettings& rStyleSettings = maSettings.GetStyleSettings(); in ImplInit() local
990 sal_uInt16 nScreenZoom = rStyleSettings.GetScreenZoom(); in ImplInit()
993 maFont = rStyleSettings.GetAppFont(); in ImplInit()
998 SetTextColor( rStyleSettings.GetButtonTextColor() ); in ImplInit()
999 SetBackground( Wallpaper( rStyleSettings.GetFaceColor() ) ); in ImplInit()
1003 SetTextColor( rStyleSettings.GetWindowTextColor() ); in ImplInit()
1004 SetBackground( Wallpaper( rStyleSettings.GetWindowColor() ) ); in ImplInit()
1697 sal_uInt16 nScreenZoom = rStyleSettings.GetScreenZoom(); in ImplInitResolutionSettings()
1700 SetPointFont( rStyleSettings.GetAppFont() ); in ImplInitResolutionSettings()
5756 nTitleWidth += rStyleSettings.GetTitleHeight() * 3; in CalcTitleWidth()
[all …]
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3506 case mso_syscolorButtonFace : aColor = rStyleSettings.GetFaceColor(); break; in MSO_CLR_ToColor()
3508 case mso_syscolorMenu : aColor = rStyleSettings.GetMenuColor(); break; in MSO_CLR_ToColor()
3511 case mso_syscolorHighlight : aColor = rStyleSettings.GetHighlightColor(); break; in MSO_CLR_ToColor()
3515 case mso_syscolorButtonShadow : aColor = rStyleSettings.GetShadowColor(); break; in MSO_CLR_ToColor()
3517 case mso_syscolorGrayText : aColor = rStyleSettings.GetDeactiveColor(); break; in MSO_CLR_ToColor()
3520 case mso_syscolorInfoBackground : aColor = rStyleSettings.GetFaceColor(); break; in MSO_CLR_ToColor()
3521 case mso_syscolorInfoText : aColor = rStyleSettings.GetInfoTextColor(); break; in MSO_CLR_ToColor()
3522 case mso_syscolorMenuText : aColor = rStyleSettings.GetMenuTextColor(); break; in MSO_CLR_ToColor()
3523 case mso_syscolorScrollbar : aColor = rStyleSettings.GetFaceColor(); break; in MSO_CLR_ToColor()
3524 case mso_syscolorWindow : aColor = rStyleSettings.GetWindowColor(); break; in MSO_CLR_ToColor()
[all …]
/trunk/main/basctl/source/basicide/
H A Dbaside3.cxx1405 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in InitSettings() local
1409 aFont = rStyleSettings.GetFieldFont(); in InitSettings()
1415 SetTextColor( rStyleSettings.GetFieldTextColor() ); in InitSettings()
1420 SetBackground( rStyleSettings.GetFieldColor() ); in InitSettings()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondition.cxx414 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in Paint() local
415 ColorChanger aColors( this, rStyleSettings.GetShadowColor(), rStyleSettings.GetDialogColor() ); in Paint()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx1288 const StyleSettings& rStyleSettings = GetWindow()->GetSettings().GetStyleSettings(); in getStyles() local
1294 Font = VCLUnoHelper::CreateFontDescriptor( rStyleSettings.GetAppFont() ); in getStyles()
1295 ForegroundColor = rStyleSettings.GetWindowTextColor().GetColor(); in getStyles()
1296 BackgroundColor = rStyleSettings.GetWindowColor().GetColor(); in getStyles()
1301 Font = VCLUnoHelper::CreateFontDescriptor( rStyleSettings.GetAppFont() ); in getStyles()
1302 ForegroundColor = rStyleSettings.GetDialogTextColor().GetColor(); in getStyles()
1303 BackgroundColor = rStyleSettings.GetDialogColor().GetColor(); in getStyles()
/trunk/main/svx/source/svdraw/
H A Dsvdhdl.cxx702 const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in CreateOverlayObject() local
703 sal_Bool bIsHighContrast(rStyleSettings.GetHighContrastMode()); in CreateOverlayObject()
2402 const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in CreateB2dIAObject() local
2403 sal_Bool bIsHighContrast(rStyleSettings.GetHighContrastMode()); in CreateB2dIAObject()
2432 …const sal_uInt32 nBlinkTime = sal::static_int_cast<sal_uInt32>(rStyleSettings.GetCursorBlinkTime()… in CreateB2dIAObject()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1545 const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in SeekCursor() local
1546 rFont.SetColor( rStyleSettings.GetHighlightTextColor() ); in SeekCursor()
1547 rFont.SetFillColor( rStyleSettings.GetHighlightColor() ); in SeekCursor()
2084 const StyleSettings& rStyleSettings = pOutDev->GetSettings().GetStyleSettings(); in ImpPaint() local
2194 pOutDev->SetTextColor( rStyleSettings.GetHighlightTextColor() ); in ImpPaint()
2195 pOutDev->SetTextFillColor( rStyleSettings.GetHighlightColor() ); in ImpPaint()
2237 pOutDev->SetFillColor( rStyleSettings.GetHighlightColor() ); in ImpPaint()
/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.cxx210 const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in CreateB2dIAObject() local
245 …const sal_uInt32 nBlinkTime = sal::static_int_cast<sal_uInt32>(rStyleSettings.GetCursorBlinkTime()… in CreateB2dIAObject()
/trunk/main/cui/source/dialogs/
H A Dcuicharmap.cxx180 const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in Paint() local
181 const Color aWindowTextColor( rStyleSettings.GetDialogTextColor() ); in Paint()
/trunk/main/svx/source/dialog/
H A Dgraphctl.cxx158 const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in SetWinStyle() local
159 SetBackground( Wallpaper( rStyleSettings.GetWindowColor() ) ); in SetWinStyle()
H A Dfntctrl.cxx433 const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in InitSettings() local
450 SetBackground( rStyleSettings.GetWindowColor() ); in InitSettings()
H A Drubydialog.cxx790 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in UpdateColors() local
796 Color aNewFillCol( rStyleSettings.GetWindowColor() ); in UpdateColors()
/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx2646 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in InitSettings() local
2650 aFont = rStyleSettings.GetFieldFont(); in InitSettings()
2651 aFont.SetColor( rStyleSettings.GetWindowTextColor() ); in InitSettings()
2659 SetTextColor( rStyleSettings.GetFieldTextColor() ); in InitSettings()
2664 SetBackground( rStyleSettings.GetFieldColor() ); in InitSettings()
H A Dsvimpicn.cxx1306 const StyleSettings& rStyleSettings = pView->GetSettings().GetStyleSettings(); in PaintResizeRect() local
1307 Color aNewColor = rStyleSettings.GetFaceColor(); in PaintResizeRect()
2025 const StyleSettings& rStyleSettings = pOut->GetSettings().GetStyleSettings(); in PaintEmphasis() local
2028 aNewColor = rStyleSettings.GetHighlightColor(); in PaintEmphasis()
2033 aNewColor =rStyleSettings.GetFieldColor(); in PaintEmphasis()
2096 const StyleSettings& rStyleSettings = pOut->GetSettings().GetStyleSettings(); in PaintEntry() local
2098 aNewFont.SetColor( rStyleSettings.GetHighlightTextColor() ); in PaintEntry()
H A Dimivctl1.cxx4072 const StyleSettings& rStyleSettings = pView->GetSettings().GetStyleSettings(); in InitSettings() local
4077 Font aFont( rStyleSettings.GetFieldFont() ); in InitSettings()
4080 aFont.SetColor( rStyleSettings.GetWindowTextColor() ); in InitSettings()
4088 pView->SetTextColor( rStyleSettings.GetFieldTextColor() ); in InitSettings()
4093 pView->SetBackground( rStyleSettings.GetFieldColor()); in InitSettings()
4095 long nScrBarSize = rStyleSettings.GetScrollBarSize(); in InitSettings()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx608 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in StateChanged() local
610 Font aFont = rStyleSettings.GetGroupFont(); in StateChanged()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx794 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in Draw() local
795 pDev->SetLineColor(rStyleSettings.GetDarkShadowColor()); in Draw()
800 pDev->SetLineColor(rStyleSettings.GetShadowColor()); in Draw()

Completed in 270 milliseconds

12345