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

dialog to adjust field-commands More...

#include <dlgfield.hxx>

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

Public Member Functions

 SdModifyFieldDlg (weld::Window *pWindow, const SvxFieldData *pInField, SfxItemSet aSet)
 dialog to edit field commands More...
 
virtual ~SdModifyFieldDlg () override
 
SvxFieldDataGetField ()
 Returns the new field, owned by caller. More...
 
SfxItemSet GetItemSet () const
 
- 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 FillFormatList ()
 
void FillControls ()
 
 DECL_LINK (LanguageChangeHdl, weld::ComboBox &, void)
 

Private Attributes

SfxItemSet m_aInputSet
 
const SvxFieldDatam_pField
 
std::unique_ptr< weld::RadioButtonm_xRbtFix
 
std::unique_ptr< weld::RadioButtonm_xRbtVar
 
std::unique_ptr< SvxLanguageBoxm_xLbLanguage
 
std::unique_ptr< weld::ComboBoxm_xLbFormat
 

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

dialog to adjust field-commands

Definition at line 32 of file dlgfield.hxx.

Constructor & Destructor Documentation

◆ SdModifyFieldDlg()

SdModifyFieldDlg::SdModifyFieldDlg ( weld::Window pWindow,
const SvxFieldData pInField,
SfxItemSet  aSet 
)

dialog to edit field commands

Definition at line 39 of file dlgfield.cxx.

References FillControls(), LINK, and m_xLbLanguage.

◆ ~SdModifyFieldDlg()

SdModifyFieldDlg::~SdModifyFieldDlg ( )
overridevirtual

Definition at line 53 of file dlgfield.cxx.

Member Function Documentation

◆ DECL_LINK()

SdModifyFieldDlg::DECL_LINK ( LanguageChangeHdl  ,
weld::ComboBox ,
void   
)
private

◆ FillControls()

void SdModifyFieldDlg::FillControls ( )
private

◆ FillFormatList()

void SdModifyFieldDlg::FillFormatList ( )
private

◆ GetField()

SvxFieldData * SdModifyFieldDlg::GetField ( )

◆ GetItemSet()

SfxItemSet SdModifyFieldDlg::GetItemSet ( ) const

Member Data Documentation

◆ m_aInputSet

SfxItemSet SdModifyFieldDlg::m_aInputSet
private

Definition at line 35 of file dlgfield.hxx.

Referenced by FillControls(), and GetItemSet().

◆ m_pField

const SvxFieldData* SdModifyFieldDlg::m_pField
private

Definition at line 36 of file dlgfield.hxx.

Referenced by FillControls(), FillFormatList(), and GetField().

◆ m_xLbFormat

std::unique_ptr<weld::ComboBox> SdModifyFieldDlg::m_xLbFormat
private

Definition at line 41 of file dlgfield.hxx.

Referenced by FillControls(), FillFormatList(), and GetField().

◆ m_xLbLanguage

std::unique_ptr<SvxLanguageBox> SdModifyFieldDlg::m_xLbLanguage
private

Definition at line 40 of file dlgfield.hxx.

Referenced by FillControls(), FillFormatList(), GetItemSet(), and SdModifyFieldDlg().

◆ m_xRbtFix

std::unique_ptr<weld::RadioButton> SdModifyFieldDlg::m_xRbtFix
private

Definition at line 38 of file dlgfield.hxx.

Referenced by FillControls(), and GetField().

◆ m_xRbtVar

std::unique_ptr<weld::RadioButton> SdModifyFieldDlg::m_xRbtVar
private

Definition at line 39 of file dlgfield.hxx.

Referenced by FillControls(), and GetField().


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