LibreOffice Module sw (master) 1
|
#include <abstract.hxx>
Public Member Functions | |
SwInsertAbstractDlg (weld::Window *pParent) | |
virtual | ~SwInsertAbstractDlg () override |
sal_uInt8 | GetLevel () const |
sal_uInt8 | GetPara () const |
Public Member Functions inherited from SfxDialogController | |
SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId) | |
virtual void | Activate () |
virtual void | Deactivate () |
virtual void | ChildWinDispose () |
virtual void | Close () |
virtual void | EndDialog (int nResponse) |
virtual bool | CloseOnHide () const |
Private Attributes | |
std::unique_ptr< weld::SpinButton > | m_xLevelNF |
std::unique_ptr< weld::SpinButton > | m_xParaNF |
Definition at line 23 of file abstract.hxx.
SwInsertAbstractDlg::SwInsertAbstractDlg | ( | weld::Window * | pParent | ) |
Definition at line 22 of file abstract.cxx.
|
overridevirtual |
Definition at line 29 of file abstract.cxx.
sal_uInt8 SwInsertAbstractDlg::GetLevel | ( | ) | const |
Definition at line 31 of file abstract.cxx.
References m_xLevelNF.
sal_uInt8 SwInsertAbstractDlg::GetPara | ( | ) | const |
Definition at line 36 of file abstract.cxx.
References m_xParaNF.
|
private |
Definition at line 25 of file abstract.hxx.
Referenced by GetLevel().
|
private |
Definition at line 26 of file abstract.hxx.
Referenced by GetPara().