Home
last modified time | relevance | path

Searched refs:bUseContrast (Results 1 – 9 of 9) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/tools/
H A DPreviewRenderer.cxx151 const bool bUseContrast ( in RenderSubstitution() local
153 mpPreviewDevice->SetDrawMode (bUseContrast in RenderSubstitution()
218 bool bUseContrast (bObeyHighContrastMode in Initialize() local
220 mpPreviewDevice->SetDrawMode (bUseContrast in Initialize()
426 bool bUseContrast = Application::GetSettings().GetStyleSettings(). in ScaleBitmap() local
428 mpPreviewDevice->SetDrawMode (bUseContrast in ScaleBitmap()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/tools/
H A DPreviewRenderer.cxx151 const bool bUseContrast ( in RenderSubstitution() local
153 mpPreviewDevice->SetDrawMode (bUseContrast in RenderSubstitution()
218 bool bUseContrast (bObeyHighContrastMode in Initialize() local
220 mpPreviewDevice->SetDrawMode (bUseContrast in Initialize()
426 bool bUseContrast = Application::GetSettings().GetStyleSettings(). in ScaleBitmap() local
428 mpPreviewDevice->SetDrawMode (bUseContrast in ScaleBitmap()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/dlg/
H A Ddocprev.cxx86 …bool bUseContrast = aAccOptions.GetIsForPagePreviews() && Application::GetSettings().GetStyleSetti… in Paint() local
87 SetDrawMode( bUseContrast in Paint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/main/
H A DChartWindow.cxx254 bool bUseContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); in adjustHighContrastMode() local
255 GetOutDev()->SetDrawMode( bUseContrast ? nContrastMode : DrawModeFlags::Default ); in adjustHighContrastMode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/main/
H A DChartWindow.cxx253 bool bUseContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); in adjustHighContrastMode() local
254 SetDrawMode( bUseContrast ? nContrastMode : DrawModeFlags::Default ); in adjustHighContrastMode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Dsdwindow.cxx86 bool bUseContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); in Window() local
87 GetOutDev()->SetDrawMode( bUseContrast in Window()
H A Dfrmview.cxx228 bool bUseContrast = Application::GetSettings().GetStyleSettings().GetHighContrastMode(); in FrameView() local
229 mnDrawMode = bUseContrast ? OUTPUT_DRAWMODE_CONTRAST : OUTPUT_DRAWMODE_COLOR; in FrameView()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Dsdwindow.cxx85 bool bUseContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); in Window() local
86 SetDrawMode( bUseContrast in Window()
H A Dfrmview.cxx227 bool bUseContrast = Application::GetSettings().GetStyleSettings().GetHighContrastMode(); in FrameView() local
228 mnDrawMode = bUseContrast ? OUTPUT_DRAWMODE_CONTRAST : OUTPUT_DRAWMODE_COLOR; in FrameView()