LibreOffice Module chart2 (master) 1
|
The data table properties (data) used by the dialog. More...
#include <dlg_InsertDataTable.hxx>
Public Attributes | |
bool | mbShow = true |
bool | mbHorizontalBorders = false |
bool | mbVerticalBorders = false |
bool | mbOutline = false |
bool | mbKeys = false |
The data table properties (data) used by the dialog.
Definition at line 18 of file dlg_InsertDataTable.hxx.
bool chart::DataTableDialogData::mbHorizontalBorders = false |
Definition at line 21 of file dlg_InsertDataTable.hxx.
Referenced by chart::InsertDataTableDialog::getDataTableDialogData(), and chart::InsertDataTableDialog::init().
bool chart::DataTableDialogData::mbKeys = false |
Definition at line 24 of file dlg_InsertDataTable.hxx.
Referenced by chart::InsertDataTableDialog::getDataTableDialogData(), and chart::InsertDataTableDialog::init().
bool chart::DataTableDialogData::mbOutline = false |
Definition at line 23 of file dlg_InsertDataTable.hxx.
Referenced by chart::InsertDataTableDialog::getDataTableDialogData(), and chart::InsertDataTableDialog::init().
bool chart::DataTableDialogData::mbShow = true |
Definition at line 20 of file dlg_InsertDataTable.hxx.
Referenced by chart::InsertDataTableDialog::changeEnabled(), chart::InsertDataTableDialog::getDataTableDialogData(), and chart::InsertDataTableDialog::init().
bool chart::DataTableDialogData::mbVerticalBorders = false |
Definition at line 22 of file dlg_InsertDataTable.hxx.
Referenced by chart::InsertDataTableDialog::getDataTableDialogData(), and chart::InsertDataTableDialog::init().