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

#include <swdlgfact.hxx>

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

Public Member Functions

 AbstractInsTableDlg_Impl (std::shared_ptr< weld::DialogController > p)
 
virtual void GetValues (OUString &rName, sal_uInt16 &rRow, sal_uInt16 &rCol, SwInsertTableOptions &rInsTableFlags, OUString &rTableAutoFormatName, std::unique_ptr< SwTableAutoFormat > &prTAFormat) override
 
virtual std::shared_ptr< weld::DialogControllergetDialogController () override
 
virtual void GetValues (OUString &rName, sal_uInt16 &rRow, sal_uInt16 &rCol, SwInsertTableOptions &rInsTableFlags, OUString &rTableAutoFormatName, std::unique_ptr< SwTableAutoFormat > &prTAFormat)=0
 
virtual std::shared_ptr< weld::DialogControllergetDialogController ()=0
 

Private Attributes

std::shared_ptr< weld::DialogControllerm_xDlg
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractInsTableDlg
virtual ~AbstractInsTableDlg ()=default
 

Detailed Description

Definition at line 540 of file swdlgfact.hxx.

Constructor & Destructor Documentation

◆ AbstractInsTableDlg_Impl()

AbstractInsTableDlg_Impl::AbstractInsTableDlg_Impl ( std::shared_ptr< weld::DialogController p)
inlineexplicit

Definition at line 544 of file swdlgfact.hxx.

References p.

Member Function Documentation

◆ getDialogController()

virtual std::shared_ptr< weld::DialogController > AbstractInsTableDlg_Impl::getDialogController ( )
inlineoverridevirtual

Implements AbstractInsTableDlg.

Definition at line 551 of file swdlgfact.hxx.

References m_xDlg.

◆ GetValues()

void AbstractInsTableDlg_Impl::GetValues ( OUString &  rName,
sal_uInt16 &  rRow,
sal_uInt16 &  rCol,
SwInsertTableOptions rInsTableFlags,
OUString &  rTableAutoFormatName,
std::unique_ptr< SwTableAutoFormat > &  prTAFormat 
)
overridevirtual

Implements AbstractInsTableDlg.

Definition at line 685 of file swdlgfact.cxx.

References SwInsTableDlg::GetValues(), and m_xDlg.

Member Data Documentation

◆ m_xDlg

std::shared_ptr<weld::DialogController> AbstractInsTableDlg_Impl::m_xDlg
private

Definition at line 542 of file swdlgfact.hxx.

Referenced by getDialogController(), and GetValues().


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