Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/toolkit/
H A Dedit.hxx79 mbForceControlBackground:1, member in Edit
242 void SetForceControlBackground(bool b) { mbForceControlBackground = b; } in SetForceControlBackground()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dedit.hxx83 mbForceControlBackground:1, member in Edit
259 void SetForceControlBackground(bool b) { mbForceControlBackground = b; } in SetForceControlBackground()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dedit.cxx276 mbForceControlBackground = false; in ImplInitEditData()
508 if (mbForceControlBackground && IsControlBackground()) in ImplRepaint()
580 if( mbForceControlBackground && IsControlBackground() ) in ImplRepaint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dedit.cxx268 mbForceControlBackground = false; in ImplInitEditData()
501 if (mbForceControlBackground && IsControlBackground()) in ImplRepaint()
573 if( mbForceControlBackground && IsControlBackground() ) in ImplRepaint()