LibreOffice Module sw (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SwConvertTableDlg Class Referencefinal

#include <convert.hxx>

Inheritance diagram for SwConvertTableDlg:
[legend]
Collaboration diagram for SwConvertTableDlg:
[legend]

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::RadioButtonm_xTabBtn
 
std::unique_ptr< weld::RadioButtonm_xSemiBtn
 
std::unique_ptr< weld::RadioButtonm_xParaBtn
 
std::unique_ptr< weld::RadioButtonm_xOtherBtn
 
std::unique_ptr< weld::Entrym_xOtherEd
 
std::unique_ptr< weld::CheckButtonm_xKeepColumn
 
std::unique_ptr< weld::Containerm_xOptions
 
std::unique_ptr< weld::CheckButtonm_xHeaderCB
 
std::unique_ptr< weld::CheckButtonm_xRepeatHeaderCB
 
std::unique_ptr< weld::Containerm_xRepeatRows
 
std::unique_ptr< weld::SpinButtonm_xRepeatHeaderNF
 
std::unique_ptr< weld::CheckButtonm_xDontSplitCB
 
std::unique_ptr< weld::Buttonm_xAutoFormatBtn
 
std::unique_ptr< SwTableAutoFormatmxTAutoFormat
 
SwWrtShellm_pShell
 

Detailed Description

Definition at line 31 of file convert.hxx.

Constructor & Destructor Documentation

◆ SwConvertTableDlg()

SwConvertTableDlg::SwConvertTableDlg ( SwView rView,
bool  bToTable 
)

Member Function Documentation

◆ DECL_LINK() [1/4]

SwConvertTableDlg::DECL_LINK ( AutoFormatHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/4]

SwConvertTableDlg::DECL_LINK ( BtnHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [3/4]

SwConvertTableDlg::DECL_LINK ( CheckBoxHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [4/4]

SwConvertTableDlg::DECL_LINK ( RepeatHeaderCheckBoxHdl  ,
weld::Toggleable ,
void   
)
private

◆ GetValues()

void SwConvertTableDlg::GetValues ( sal_Unicode rDelim,
SwInsertTableOptions rInsTableOpts,
SwTableAutoFormat const *&  prTAFormat 
)

Member Data Documentation

◆ m_pShell

SwWrtShell* SwConvertTableDlg::m_pShell
private

Definition at line 52 of file convert.hxx.

◆ m_xAutoFormatBtn

std::unique_ptr<weld::Button> SwConvertTableDlg::m_xAutoFormatBtn
private

Definition at line 49 of file convert.hxx.

Referenced by SwConvertTableDlg().

◆ m_xDontSplitCB

std::unique_ptr<weld::CheckButton> SwConvertTableDlg::m_xDontSplitCB
private

Definition at line 48 of file convert.hxx.

Referenced by GetValues(), and SwConvertTableDlg().

◆ m_xHeaderCB

std::unique_ptr<weld::CheckButton> SwConvertTableDlg::m_xHeaderCB
private

Definition at line 42 of file convert.hxx.

Referenced by GetValues(), and SwConvertTableDlg().

◆ m_xKeepColumn

std::unique_ptr<weld::CheckButton> SwConvertTableDlg::m_xKeepColumn
private

Definition at line 38 of file convert.hxx.

Referenced by GetValues(), and SwConvertTableDlg().

◆ m_xOptions

std::unique_ptr<weld::Container> SwConvertTableDlg::m_xOptions
private

Definition at line 40 of file convert.hxx.

Referenced by SwConvertTableDlg().

◆ m_xOtherBtn

std::unique_ptr<weld::RadioButton> SwConvertTableDlg::m_xOtherBtn
private

Definition at line 36 of file convert.hxx.

Referenced by GetValues(), and SwConvertTableDlg().

◆ m_xOtherEd

std::unique_ptr<weld::Entry> SwConvertTableDlg::m_xOtherEd
private

Definition at line 37 of file convert.hxx.

Referenced by GetValues(), and SwConvertTableDlg().

◆ m_xParaBtn

std::unique_ptr<weld::RadioButton> SwConvertTableDlg::m_xParaBtn
private

Definition at line 35 of file convert.hxx.

Referenced by SwConvertTableDlg().

◆ m_xRepeatHeaderCB

std::unique_ptr<weld::CheckButton> SwConvertTableDlg::m_xRepeatHeaderCB
private

Definition at line 43 of file convert.hxx.

Referenced by GetValues(), and SwConvertTableDlg().

◆ m_xRepeatHeaderNF

std::unique_ptr<weld::SpinButton> SwConvertTableDlg::m_xRepeatHeaderNF
private

Definition at line 46 of file convert.hxx.

Referenced by GetValues().

◆ m_xRepeatRows

std::unique_ptr<weld::Container> SwConvertTableDlg::m_xRepeatRows
private

Definition at line 45 of file convert.hxx.

◆ m_xSemiBtn

std::unique_ptr<weld::RadioButton> SwConvertTableDlg::m_xSemiBtn
private

Definition at line 34 of file convert.hxx.

Referenced by GetValues(), and SwConvertTableDlg().

◆ m_xTabBtn

std::unique_ptr<weld::RadioButton> SwConvertTableDlg::m_xTabBtn
private

Definition at line 33 of file convert.hxx.

Referenced by GetValues(), and SwConvertTableDlg().

◆ mxTAutoFormat

std::unique_ptr<SwTableAutoFormat> SwConvertTableDlg::mxTAutoFormat
private

Definition at line 51 of file convert.hxx.

Referenced by GetValues().


The documentation for this class was generated from the following files: