LibreOffice Module chart2 (master) 1
|
#include <dlg_DataSource.hxx>
Public Member Functions | |
DataSourceDialog (weld::Window *pParent, const rtl::Reference<::chart::ChartModel > &xChartDocument) | |
virtual | ~DataSourceDialog () override |
virtual short | run () override |
virtual void | setInvalidPage (BuilderPage *pTabPage) override |
virtual void | setValidPage (BuilderPage *pTabPage) override |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Member Functions | |
DECL_LINK (ActivatePageHdl, const OUString &, void) | |
DECL_LINK (DeactivatePageHdl, const OUString &, bool) | |
Private Attributes | |
std::unique_ptr< ChartTypeTemplateProvider > | m_apDocTemplateProvider |
std::unique_ptr< DialogModel > | m_apDialogModel |
std::unique_ptr< RangeChooserTabPage > | m_xRangeChooserTabPage |
std::unique_ptr< DataSourceTabPage > | m_xDataSourceTabPage |
bool | m_bRangeChooserTabIsValid |
bool | m_bDataSourceTabIsValid |
bool | m_bTogglingEnabled |
std::unique_ptr< weld::Notebook > | m_xTabControl |
std::unique_ptr< weld::Button > | m_xBtnOK |
Static Private Attributes | |
static sal_uInt16 | m_nLastPageId = 0 |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 37 of file dlg_DataSource.hxx.
|
explicit |
Definition at line 79 of file dlg_DataSource.cxx.
References LINK, m_apDialogModel, m_apDocTemplateProvider, m_nLastPageId, m_xDataSourceTabPage, m_xRangeChooserTabPage, and m_xTabControl.
|
overridevirtual |
Definition at line 107 of file dlg_DataSource.cxx.
References m_nLastPageId, m_xDataSourceTabPage, m_xRangeChooserTabPage, and m_xTabControl.
|
private |
|
private |
|
overridevirtual |
Reimplemented from weld::DialogController.
Definition at line 114 of file dlg_DataSource.cxx.
References m_xDataSourceTabPage, m_xRangeChooserTabPage, and RET_OK.
Referenced by chart::ChartController::executeDispatch_SourceData().
|
overridevirtual |
Definition at line 141 of file dlg_DataSource.cxx.
References m_bDataSourceTabIsValid, m_bRangeChooserTabIsValid, m_bTogglingEnabled, m_xBtnOK, m_xDataSourceTabPage, m_xRangeChooserTabPage, and m_xTabControl.
|
overridevirtual |
Definition at line 162 of file dlg_DataSource.cxx.
References m_bDataSourceTabIsValid, m_bRangeChooserTabIsValid, m_bTogglingEnabled, m_xBtnOK, m_xDataSourceTabPage, and m_xRangeChooserTabPage.
|
private |
Definition at line 59 of file dlg_DataSource.hxx.
Referenced by DataSourceDialog().
|
private |
Definition at line 58 of file dlg_DataSource.hxx.
Referenced by DataSourceDialog().
|
private |
Definition at line 64 of file dlg_DataSource.hxx.
Referenced by setInvalidPage(), and setValidPage().
|
private |
Definition at line 63 of file dlg_DataSource.hxx.
Referenced by setInvalidPage(), and setValidPage().
|
private |
Definition at line 65 of file dlg_DataSource.hxx.
Referenced by setInvalidPage(), and setValidPage().
|
staticprivate |
Definition at line 70 of file dlg_DataSource.hxx.
Referenced by DataSourceDialog(), and ~DataSourceDialog().
|
private |
Definition at line 68 of file dlg_DataSource.hxx.
Referenced by setInvalidPage(), and setValidPage().
|
private |
Definition at line 62 of file dlg_DataSource.hxx.
Referenced by DataSourceDialog(), run(), setInvalidPage(), setValidPage(), and ~DataSourceDialog().
|
private |
Definition at line 61 of file dlg_DataSource.hxx.
Referenced by DataSourceDialog(), run(), setInvalidPage(), setValidPage(), and ~DataSourceDialog().
|
private |
Definition at line 67 of file dlg_DataSource.hxx.
Referenced by DataSourceDialog(), setInvalidPage(), and ~DataSourceDialog().