Home
last modified time | relevance | path

Searched refs:mbHCMode (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/inc/
H A Dfrmselimpl.hxx141 bool mbHCMode; /// true = High contrast mode. member
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/inc/
H A Dfrmselimpl.hxx141 bool mbHCMode; /// true = High contrast mode. member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dfrmsel.cxx232 mbHCMode( false ), in FrameSelectorImpl()
296 mbHCMode = rSettings.GetHighContrastMode(); in InitColors()
298 maMarkCol.operator=(maBackCol).Merge(maArrowCol, mbHCMode ? 0x80 : 0xC0); in InitColors()
617 Color aColor( mbHCMode ? maHCLineCol : rColor ); in GetDrawLineColor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dfrmsel.cxx238 mbHCMode( false ), in FrameSelectorImpl()
303 mbHCMode = rSettings.GetHighContrastMode(); in InitColors()
627 Color aColor( mbHCMode ? maHCLineCol : rColor ); in GetDrawLineColor()