LibreOffice Module cui (master) 1
|
#include <newtabledlg.hxx>
Public Member Functions | |
SvxNewTableDialogWrapper (weld::Window *pParent) | |
virtual std::shared_ptr< weld::DialogController > | getDialogController () override |
virtual sal_Int32 | getRows () const override |
virtual sal_Int32 | getColumns () const override |
virtual sal_Int32 | getRows () const=0 |
virtual sal_Int32 | getColumns () const=0 |
virtual std::shared_ptr< weld::DialogController > | getDialogController ()=0 |
Private Attributes | |
std::shared_ptr< weld::DialogController > | m_xDlg |
Additional Inherited Members | |
Protected Member Functions inherited from SvxAbstractNewTableDialog | |
virtual | ~SvxAbstractNewTableDialog ()=default |
Definition at line 37 of file newtabledlg.hxx.
|
inline |
Definition at line 43 of file newtabledlg.hxx.
References make_shared().
|
inlineoverridevirtual |
Implements SvxAbstractNewTableDialog.
Definition at line 62 of file newtabledlg.hxx.
References SvxNewTableDialog::getColumns(), and m_xDlg.
|
inlineoverridevirtual |
Implements SvxAbstractNewTableDialog.
Definition at line 48 of file newtabledlg.hxx.
References m_xDlg.
|
inlineoverridevirtual |
Implements SvxAbstractNewTableDialog.
Definition at line 53 of file newtabledlg.hxx.
References SvxNewTableDialog::getRows(), and m_xDlg.
|
private |
Definition at line 40 of file newtabledlg.hxx.
Referenced by getColumns(), getDialogController(), and getRows().