|
LibreOffice Module chart2 (master) 1
|
#include <DialogModel.hxx>
Public Member Functions | |
| DialogModelTimeBasedInfo () | |
Public Attributes | |
| bool | bTimeBased |
| sal_Int32 | nStart |
| sal_Int32 | nEnd |
Definition at line 55 of file DialogModel.hxx.
| chart::DialogModelTimeBasedInfo::DialogModelTimeBasedInfo | ( | ) |
Definition at line 339 of file DialogModel.cxx.
| bool chart::DialogModelTimeBasedInfo::bTimeBased |
Definition at line 59 of file DialogModel.hxx.
Referenced by chart::DialogModel::setTimeBasedRange(), chart::DataSourceTabPage::updateModelFromControl(), and chart::DialogModel::~DialogModel().
| sal_Int32 chart::DialogModelTimeBasedInfo::nEnd |
Definition at line 61 of file DialogModel.hxx.
Referenced by chart::DialogModel::setTimeBasedRange(), chart::DataSourceTabPage::updateModelFromControl(), and chart::DialogModel::~DialogModel().
| sal_Int32 chart::DialogModelTimeBasedInfo::nStart |
Definition at line 60 of file DialogModel.hxx.
Referenced by chart::DialogModel::setTimeBasedRange(), chart::DataSourceTabPage::updateModelFromControl(), and chart::DialogModel::~DialogModel().