LibreOffice Module sc (master) 1
|
#include <datafdlg.hxx>
Public Member Functions | |
ScDataFormDlg (weld::Window *pParent, ScTabViewShell *pTabViewShell) | |
virtual | ~ScDataFormDlg () override |
void | FillCtrls () |
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 | |
void | SetButtonState () |
DECL_LINK (Impl_NewHdl, weld::Button &, void) | |
DECL_LINK (Impl_PrevHdl, weld::Button &, void) | |
DECL_LINK (Impl_NextHdl, weld::Button &, void) | |
DECL_LINK (Impl_RestoreHdl, weld::Button &, void) | |
DECL_LINK (Impl_DeleteHdl, weld::Button &, void) | |
DECL_LINK (Impl_CloseHdl, weld::Button &, void) | |
DECL_LINK (Impl_ScrollHdl, weld::ScrolledWindow &, void) | |
DECL_LINK (Impl_DataModifyHdl, weld::Entry &, void) | |
Private Attributes | |
OUString | sNewRecord |
ScTabViewShell * | pTabViewShell |
ScDocument * | pDoc |
sal_uInt16 | aColLength |
SCROW | nCurrentRow |
SCCOL | nStartCol |
SCCOL | nEndCol |
SCROW | nStartRow |
SCROW | nEndRow |
SCTAB | nTab |
std::unique_ptr< weld::Button > | m_xBtnNew |
std::unique_ptr< weld::Button > | m_xBtnDelete |
std::unique_ptr< weld::Button > | m_xBtnRestore |
std::unique_ptr< weld::Button > | m_xBtnPrev |
std::unique_ptr< weld::Button > | m_xBtnNext |
std::unique_ptr< weld::Button > | m_xBtnClose |
std::unique_ptr< weld::ScrolledWindow > | m_xSlider |
std::unique_ptr< weld::Container > | m_xGrid |
std::unique_ptr< weld::Label > | m_xFixedText |
std::vector< std::unique_ptr< ScDataFormFragment > > | m_aEntries |
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 22 of file datafdlg.hxx.
ScDataFormDlg::ScDataFormDlg | ( | weld::Window * | pParent, |
ScTabViewShell * | pTabViewShell | ||
) |
Definition at line 20 of file datafdlg.cxx.
References aColLength, ScRange::aEnd, ScRange::aStart, ScAddress::Col(), FillCtrls(), ScDocument::GetColWidth(), ScViewData::GetDocument(), ScViewData::GetSimpleArea(), ScDocument::GetString(), ScViewData::GetTabNo(), ScTabView::GetViewData(), i, LINK, m_aEntries, m_xBtnClose, m_xBtnDelete, m_xBtnNew, m_xBtnNext, m_xBtnPrev, m_xBtnRestore, m_xFixedText, m_xGrid, m_xSlider, MAX_DATAFORM_COLS, MAX_DATAFORM_ROWS, nCurrentRow, nEndCol, nEndRow, nIndex, nStartCol, nStartRow, nTab, pDoc, pTabViewShell, ScAddress::Row(), SetButtonState(), and sNewRecord.
|
overridevirtual |
Definition at line 190 of file datafdlg.cxx.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void ScDataFormDlg::FillCtrls | ( | ) |
Definition at line 194 of file datafdlg.cxx.
References aColLength, ScDocument::GetString(), i, m_aEntries, m_xFixedText, m_xSlider, nCurrentRow, nEndRow, nStartCol, nStartRow, nTab, pDoc, and sNewRecord.
Referenced by ScDataFormDlg().
|
private |
Definition at line 320 of file datafdlg.cxx.
References m_aEntries, m_xBtnDelete, m_xBtnNext, m_xBtnPrev, m_xBtnRestore, nCurrentRow, nEndRow, and nStartRow.
Referenced by ScDataFormDlg().
|
private |
Definition at line 29 of file datafdlg.hxx.
Referenced by FillCtrls(), and ScDataFormDlg().
|
private |
Definition at line 46 of file datafdlg.hxx.
Referenced by FillCtrls(), ScDataFormDlg(), and SetButtonState().
|
private |
Definition at line 42 of file datafdlg.hxx.
Referenced by ScDataFormDlg().
|
private |
Definition at line 38 of file datafdlg.hxx.
Referenced by ScDataFormDlg(), and SetButtonState().
|
private |
Definition at line 37 of file datafdlg.hxx.
Referenced by ScDataFormDlg().
|
private |
Definition at line 41 of file datafdlg.hxx.
Referenced by ScDataFormDlg(), and SetButtonState().
|
private |
Definition at line 40 of file datafdlg.hxx.
Referenced by ScDataFormDlg(), and SetButtonState().
|
private |
Definition at line 39 of file datafdlg.hxx.
Referenced by ScDataFormDlg(), and SetButtonState().
|
private |
Definition at line 45 of file datafdlg.hxx.
Referenced by FillCtrls(), and ScDataFormDlg().
|
private |
Definition at line 44 of file datafdlg.hxx.
Referenced by ScDataFormDlg().
|
private |
Definition at line 43 of file datafdlg.hxx.
Referenced by FillCtrls(), and ScDataFormDlg().
|
private |
Definition at line 30 of file datafdlg.hxx.
Referenced by FillCtrls(), ScDataFormDlg(), and SetButtonState().
|
private |
Definition at line 32 of file datafdlg.hxx.
Referenced by ScDataFormDlg().
|
private |
Definition at line 34 of file datafdlg.hxx.
Referenced by FillCtrls(), ScDataFormDlg(), and SetButtonState().
|
private |
Definition at line 31 of file datafdlg.hxx.
Referenced by FillCtrls(), and ScDataFormDlg().
|
private |
Definition at line 33 of file datafdlg.hxx.
Referenced by FillCtrls(), ScDataFormDlg(), and SetButtonState().
|
private |
Definition at line 35 of file datafdlg.hxx.
Referenced by FillCtrls(), and ScDataFormDlg().
|
private |
Definition at line 28 of file datafdlg.hxx.
Referenced by FillCtrls(), and ScDataFormDlg().
|
private |
Definition at line 27 of file datafdlg.hxx.
Referenced by ScDataFormDlg().
|
private |
Definition at line 25 of file datafdlg.hxx.
Referenced by FillCtrls(), and ScDataFormDlg().