Searched refs:bUseContrast (Results 1 – 6 of 6) sorted by relevance
188 const bool bUseContrast ( in RenderSubstitution() local190 mpPreviewDevice->SetDrawMode (bUseContrast in RenderSubstitution()264 bool bUseContrast (bObeyHighContrastMode in Initialize() local266 mpPreviewDevice->SetDrawMode (bUseContrast in Initialize()498 bool bUseContrast = Application::GetSettings().GetStyleSettings(). in ScaleBitmap() local500 mpPreviewDevice->SetDrawMode (bUseContrast in ScaleBitmap()
175 bool bUseContrast = UseHighContrastSetting(); in SfxPreviewWin() local176 SetDrawMode( bUseContrast ? OUTPUT_DRAWMODE_CONTRAST : OUTPUT_DRAWMODE_COLOR ); in SfxPreviewWin()218 bool bUseContrast = UseHighContrastSetting(); in DataChanged() local219 SetDrawMode( bUseContrast ? OUTPUT_DRAWMODE_CONTRAST : OUTPUT_DRAWMODE_COLOR ); in DataChanged()
238 bool bUseContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); in adjustHighContrastMode() local239 SetDrawMode( bUseContrast ? nContrastMode : DRAWMODE_DEFAULT ); in adjustHighContrastMode()
142 …bool bUseContrast = aAccOptions.GetIsForPagePreviews() && Application::GetSettings().GetStyleSetti… in Paint() local143 SetDrawMode( bUseContrast in Paint()
93 bool bUseContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); in Window() local94 SetDrawMode( bUseContrast in Window()
252 bool bUseContrast = Application::GetSettings().GetStyleSettings().GetHighContrastMode(); in FrameView() local253 mnDrawMode = bUseContrast ? OUTPUT_DRAWMODE_CONTRAST : OUTPUT_DRAWMODE_COLOR; in FrameView()
Completed in 66 milliseconds