LibreOffice Module sw (master) 1
|
#include <convert.hxx>
Public Member Functions | |
SwConvertTableDlg (SwView &rView, bool bToTable) | |
void | GetValues (sal_Unicode &rDelim, SwInsertTableOptions &rInsTableOpts, SwTableAutoFormat const *&prTAFormat) |
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 Member Functions | |
DECL_LINK (AutoFormatHdl, weld::Button &, void) | |
DECL_LINK (BtnHdl, weld::Toggleable &, void) | |
DECL_LINK (CheckBoxHdl, weld::Toggleable &, void) | |
DECL_LINK (RepeatHeaderCheckBoxHdl, weld::Toggleable &, void) | |
Private Attributes | |
std::unique_ptr< weld::RadioButton > | m_xTabBtn |
std::unique_ptr< weld::RadioButton > | m_xSemiBtn |
std::unique_ptr< weld::RadioButton > | m_xParaBtn |
std::unique_ptr< weld::RadioButton > | m_xOtherBtn |
std::unique_ptr< weld::Entry > | m_xOtherEd |
std::unique_ptr< weld::CheckButton > | m_xKeepColumn |
std::unique_ptr< weld::Container > | m_xOptions |
std::unique_ptr< weld::CheckButton > | m_xHeaderCB |
std::unique_ptr< weld::CheckButton > | m_xRepeatHeaderCB |
std::unique_ptr< weld::Container > | m_xRepeatRows |
std::unique_ptr< weld::SpinButton > | m_xRepeatHeaderNF |
std::unique_ptr< weld::CheckButton > | m_xDontSplitCB |
std::unique_ptr< weld::Button > | m_xAutoFormatBtn |
std::unique_ptr< SwTableAutoFormat > | mxTAutoFormat |
SwWrtShell * | m_pShell |
Definition at line 31 of file convert.hxx.
SwConvertTableDlg::SwConvertTableDlg | ( | SwView & | rView, |
bool | bToTable | ||
) |
Definition at line 87 of file convert.cxx.
References bIsKeepColumn, SwView::GetDocShell(), GetHtmlMode(), SwModuleOptions::GetInsTableFlags(), Headline, HTMLMODE_ON, LINK, m_pShell, m_xAutoFormatBtn, m_xDialog, m_xDontSplitCB, m_xHeaderCB, m_xKeepColumn, m_xOptions, m_xOtherBtn, m_xOtherEd, m_xParaBtn, m_xRepeatHeaderCB, m_xSemiBtn, m_xTabBtn, SwInsertTableOptions::mnInsMode, SwInsertTableOptions::mnRowsToRepeat, nSaveButtonState, SplitLayout, SW_MOD, SwResId(), and uOther.
|
private |
|
private |
|
private |
|
private |
void SwConvertTableDlg::GetValues | ( | sal_Unicode & | rDelim, |
SwInsertTableOptions & | rInsTableOpts, | ||
SwTableAutoFormat const *& | prTAFormat | ||
) |
Definition at line 39 of file convert.cxx.
References bIsKeepColumn, cParaDelim, Headline, m_xDontSplitCB, m_xHeaderCB, m_xKeepColumn, m_xOtherBtn, m_xOtherEd, m_xRepeatHeaderCB, m_xRepeatHeaderNF, m_xSemiBtn, m_xTabBtn, SwInsertTableOptions::mnInsMode, SwInsertTableOptions::mnRowsToRepeat, mxTAutoFormat, NONE, nSaveButtonState, SplitLayout, and uOther.
|
private |
Definition at line 52 of file convert.hxx.
|
private |
Definition at line 49 of file convert.hxx.
Referenced by SwConvertTableDlg().
|
private |
Definition at line 48 of file convert.hxx.
Referenced by GetValues(), and SwConvertTableDlg().
|
private |
Definition at line 42 of file convert.hxx.
Referenced by GetValues(), and SwConvertTableDlg().
|
private |
Definition at line 38 of file convert.hxx.
Referenced by GetValues(), and SwConvertTableDlg().
|
private |
Definition at line 40 of file convert.hxx.
Referenced by SwConvertTableDlg().
|
private |
Definition at line 36 of file convert.hxx.
Referenced by GetValues(), and SwConvertTableDlg().
|
private |
Definition at line 37 of file convert.hxx.
Referenced by GetValues(), and SwConvertTableDlg().
|
private |
Definition at line 35 of file convert.hxx.
Referenced by SwConvertTableDlg().
|
private |
Definition at line 43 of file convert.hxx.
Referenced by GetValues(), and SwConvertTableDlg().
|
private |
Definition at line 46 of file convert.hxx.
Referenced by GetValues().
|
private |
Definition at line 45 of file convert.hxx.
|
private |
Definition at line 34 of file convert.hxx.
Referenced by GetValues(), and SwConvertTableDlg().
|
private |
Definition at line 33 of file convert.hxx.
Referenced by GetValues(), and SwConvertTableDlg().
|
private |
Definition at line 51 of file convert.hxx.
Referenced by GetValues().