LibreOffice Module vcl (master) 1
|
#include <svdata.hxx>
Public Attributes | |
std::vector< Image > | maCheckImgList |
std::vector< Image > | maRadioImgList |
std::optional< Image > | moDisclosurePlus |
std::optional< Image > | moDisclosureMinus |
ImplTBDragMgr * | mpTBDragMgr = nullptr |
sal_uInt16 | mnCheckStyle = 0 |
sal_uInt16 | mnRadioStyle = 0 |
Color | mnLastCheckFColor |
Color | mnLastCheckWColor |
Color | mnLastCheckLColor |
Color | mnLastRadioFColor |
Color | mnLastRadioWColor |
Color | mnLastRadioLColor |
FieldUnitStringList | maFieldUnitStrings |
FieldUnitStringList | maCleanUnitStrings |
Definition at line 273 of file svdata.hxx.
std::vector<Image> ImplSVCtrlData::maCheckImgList |
Definition at line 275 of file svdata.hxx.
Referenced by DeInitVCL(), and CheckBox::GetCheckImage().
FieldUnitStringList ImplSVCtrlData::maCleanUnitStrings |
Definition at line 289 of file svdata.hxx.
Referenced by ImplDeInitSVData(), and ImplGetCleanedFieldUnits().
FieldUnitStringList ImplSVCtrlData::maFieldUnitStrings |
Definition at line 288 of file svdata.hxx.
Referenced by ImplDeInitSVData(), and ImplGetFieldUnits().
std::vector<Image> ImplSVCtrlData::maRadioImgList |
Definition at line 276 of file svdata.hxx.
Referenced by DeInitVCL(), and RadioButton::GetRadioImage().
sal_uInt16 ImplSVCtrlData::mnCheckStyle = 0 |
Definition at line 280 of file svdata.hxx.
Referenced by CheckBox::GetCheckImage().
Color ImplSVCtrlData::mnLastCheckFColor |
Definition at line 282 of file svdata.hxx.
Referenced by CheckBox::GetCheckImage().
Color ImplSVCtrlData::mnLastCheckLColor |
Definition at line 284 of file svdata.hxx.
Referenced by CheckBox::GetCheckImage().
Color ImplSVCtrlData::mnLastCheckWColor |
Definition at line 283 of file svdata.hxx.
Referenced by CheckBox::GetCheckImage().
Color ImplSVCtrlData::mnLastRadioFColor |
Definition at line 285 of file svdata.hxx.
Referenced by RadioButton::GetRadioImage().
Color ImplSVCtrlData::mnLastRadioLColor |
Definition at line 287 of file svdata.hxx.
Referenced by RadioButton::GetRadioImage().
Color ImplSVCtrlData::mnLastRadioWColor |
Definition at line 286 of file svdata.hxx.
Referenced by RadioButton::GetRadioImage().
sal_uInt16 ImplSVCtrlData::mnRadioStyle = 0 |
Definition at line 281 of file svdata.hxx.
Referenced by RadioButton::GetRadioImage().
std::optional<Image> ImplSVCtrlData::moDisclosureMinus |
Definition at line 278 of file svdata.hxx.
Referenced by DeInitVCL(), and DisclosureButton::ImplDrawCheckBoxState().
std::optional<Image> ImplSVCtrlData::moDisclosurePlus |
Definition at line 277 of file svdata.hxx.
Referenced by DeInitVCL(), and DisclosureButton::ImplDrawCheckBoxState().
ImplTBDragMgr* ImplSVCtrlData::mpTBDragMgr = nullptr |
Definition at line 279 of file svdata.hxx.
Referenced by ToolBox::dispose(), and ImplGetTBDragMgr().