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

#include <DateFormFieldDialog.hxx>

Inheritance diagram for sw::DateFormFieldDialog:
[legend]
Collaboration diagram for sw::DateFormFieldDialog:
[legend]

Public Member Functions

 DateFormFieldDialog (weld::Widget *pParent, sw::mark::IDateFieldmark *pDateField, SwDoc &rDoc)
 
virtual ~DateFormFieldDialog () override
 
virtual short run () override
 
- Public Member Functions inherited from weld::GenericDialogController
 GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false)
 
virtual DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () const
 
virtual short run ()
 
void set_title (const OUString &rTitle)
 
OUString get_title () const
 
void set_help_id (const OUString &rHelpId)
 
OUString get_help_id () const
 
void response (int nResponse)
 
virtual ~DialogController () COVERITY_NOEXCEPT_FALSE
 

Private Member Functions

void Apply ()
 
void InitControls ()
 

Private Attributes

sw::mark::IDateFieldmarkm_pDateField
 
SvNumberFormatterm_pNumberFormatter
 
std::unique_ptr< SwNumFormatTreeViewm_xFormatLB
 

Additional Inherited Members

- Static Public Member Functions inherited from weld::DialogController
static bool runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &)
 
- Protected Attributes inherited from weld::GenericDialogController
std::unique_ptr< weld::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 26 of file DateFormFieldDialog.hxx.

Constructor & Destructor Documentation

◆ DateFormFieldDialog()

sw::DateFormFieldDialog::DateFormFieldDialog ( weld::Widget pParent,
sw::mark::IDateFieldmark pDateField,
SwDoc rDoc 
)

◆ ~DateFormFieldDialog()

sw::DateFormFieldDialog::~DateFormFieldDialog ( )
overridevirtual

Definition at line 40 of file DateFormFieldDialog.cxx.

Member Function Documentation

◆ Apply()

void sw::DateFormFieldDialog::Apply ( )
private

◆ InitControls()

void sw::DateFormFieldDialog::InitControls ( )
private

◆ run()

virtual short sw::DateFormFieldDialog::run ( )
inlineoverridevirtual

Reimplemented from weld::DialogController.

Definition at line 41 of file DateFormFieldDialog.hxx.

References Apply(), and RET_OK.

Member Data Documentation

◆ m_pDateField

sw::mark::IDateFieldmark* sw::DateFormFieldDialog::m_pDateField
private

Definition at line 29 of file DateFormFieldDialog.hxx.

Referenced by Apply(), and InitControls().

◆ m_pNumberFormatter

SvNumberFormatter* sw::DateFormFieldDialog::m_pNumberFormatter
private

Definition at line 30 of file DateFormFieldDialog.hxx.

Referenced by Apply(), and InitControls().

◆ m_xFormatLB

std::unique_ptr<SwNumFormatTreeView> sw::DateFormFieldDialog::m_xFormatLB
private

Definition at line 32 of file DateFormFieldDialog.hxx.

Referenced by Apply(), DateFormFieldDialog(), and InitControls().


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