LibreOffice Module svx (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
svxform::AddSubmissionDialog Class Referencefinal

#include <datanavi.hxx>

Inheritance diagram for svxform::AddSubmissionDialog:
[legend]
Collaboration diagram for svxform::AddSubmissionDialog:
[legend]

Public Member Functions

 AddSubmissionDialog (weld::Window *pParent, ItemNode *pNode, const css::uno::Reference< css::xforms::XFormsUIHelper1 > &rUIHelper)
 
virtual ~AddSubmissionDialog () override
 
const css::uno::Reference< css::xforms::XSubmission > & GetNewSubmission () 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

 DECL_LINK (RefHdl, weld::Button &, void)
 
 DECL_LINK (OKHdl, weld::Button &, void)
 
void FillAllBoxes ()
 

Private Attributes

MethodString m_aMethodString
 
ReplaceString m_aReplaceString
 
ItemNodem_pItemNode
 
css::uno::Reference< css::xforms::XFormsUIHelper1 > m_xUIHelper
 
css::uno::Reference< css::xforms::XSubmission > m_xNewSubmission
 
css::uno::Reference< css::beans::XPropertySet > m_xSubmission
 
css::uno::Reference< css::beans::XPropertySet > m_xTempBinding
 
css::uno::Reference< css::beans::XPropertySet > m_xCreatedBinding
 
std::unique_ptr< weld::Entrym_xNameED
 
std::unique_ptr< weld::Entrym_xActionED
 
std::unique_ptr< weld::ComboBoxm_xMethodLB
 
std::unique_ptr< weld::Entrym_xRefED
 
std::unique_ptr< weld::Buttonm_xRefBtn
 
std::unique_ptr< weld::ComboBoxm_xBindLB
 
std::unique_ptr< weld::ComboBoxm_xReplaceLB
 
std::unique_ptr< weld::Buttonm_xOKBtn
 

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 491 of file datanavi.hxx.

Constructor & Destructor Documentation

◆ AddSubmissionDialog()

svxform::AddSubmissionDialog::AddSubmissionDialog ( weld::Window pParent,
ItemNode pNode,
const css::uno::Reference< css::xforms::XFormsUIHelper1 > &  rUIHelper 
)

Definition at line 2845 of file datanavi.cxx.

References FillAllBoxes(), LINK, m_xOKBtn, and m_xRefBtn.

◆ ~AddSubmissionDialog()

svxform::AddSubmissionDialog::~AddSubmissionDialog ( )
overridevirtual

Definition at line 2866 of file datanavi.cxx.

References m_xCreatedBinding, and m_xUIHelper.

Member Function Documentation

◆ DECL_LINK() [1/2]

svxform::AddSubmissionDialog::DECL_LINK ( OKHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/2]

svxform::AddSubmissionDialog::DECL_LINK ( RefHdl  ,
weld::Button ,
void   
)
private

◆ FillAllBoxes()

void svxform::AddSubmissionDialog::FillAllBoxes ( )
private

◆ GetNewSubmission()

const css::uno::Reference< css::xforms::XSubmission > & svxform::AddSubmissionDialog::GetNewSubmission ( ) const
inline

Definition at line 529 of file datanavi.hxx.

Referenced by svxform::XFormsPage::DoToolBoxAction().

Member Data Documentation

◆ m_aMethodString

MethodString svxform::AddSubmissionDialog::m_aMethodString
private

Definition at line 494 of file datanavi.hxx.

Referenced by FillAllBoxes().

◆ m_aReplaceString

ReplaceString svxform::AddSubmissionDialog::m_aReplaceString
private

Definition at line 495 of file datanavi.hxx.

Referenced by FillAllBoxes().

◆ m_pItemNode

ItemNode* svxform::AddSubmissionDialog::m_pItemNode
private

Definition at line 497 of file datanavi.hxx.

Referenced by FillAllBoxes().

◆ m_xActionED

std::unique_ptr<weld::Entry> svxform::AddSubmissionDialog::m_xActionED
private

Definition at line 511 of file datanavi.hxx.

Referenced by FillAllBoxes().

◆ m_xBindLB

std::unique_ptr<weld::ComboBox> svxform::AddSubmissionDialog::m_xBindLB
private

Definition at line 515 of file datanavi.hxx.

Referenced by FillAllBoxes().

◆ m_xCreatedBinding

css::uno::Reference< css::beans::XPropertySet > svxform::AddSubmissionDialog::m_xCreatedBinding
private

Definition at line 508 of file datanavi.hxx.

Referenced by FillAllBoxes(), and ~AddSubmissionDialog().

◆ m_xMethodLB

std::unique_ptr<weld::ComboBox> svxform::AddSubmissionDialog::m_xMethodLB
private

Definition at line 512 of file datanavi.hxx.

Referenced by FillAllBoxes().

◆ m_xNameED

std::unique_ptr<weld::Entry> svxform::AddSubmissionDialog::m_xNameED
private

Definition at line 510 of file datanavi.hxx.

Referenced by FillAllBoxes().

◆ m_xNewSubmission

css::uno::Reference< css::xforms::XSubmission > svxform::AddSubmissionDialog::m_xNewSubmission
private

Definition at line 502 of file datanavi.hxx.

◆ m_xOKBtn

std::unique_ptr<weld::Button> svxform::AddSubmissionDialog::m_xOKBtn
private

Definition at line 517 of file datanavi.hxx.

Referenced by AddSubmissionDialog().

◆ m_xRefBtn

std::unique_ptr<weld::Button> svxform::AddSubmissionDialog::m_xRefBtn
private

Definition at line 514 of file datanavi.hxx.

Referenced by AddSubmissionDialog(), and FillAllBoxes().

◆ m_xRefED

std::unique_ptr<weld::Entry> svxform::AddSubmissionDialog::m_xRefED
private

Definition at line 513 of file datanavi.hxx.

Referenced by FillAllBoxes().

◆ m_xReplaceLB

std::unique_ptr<weld::ComboBox> svxform::AddSubmissionDialog::m_xReplaceLB
private

Definition at line 516 of file datanavi.hxx.

Referenced by FillAllBoxes().

◆ m_xSubmission

css::uno::Reference< css::beans::XPropertySet > svxform::AddSubmissionDialog::m_xSubmission
private

Definition at line 504 of file datanavi.hxx.

Referenced by FillAllBoxes().

◆ m_xTempBinding

css::uno::Reference< css::beans::XPropertySet > svxform::AddSubmissionDialog::m_xTempBinding
private

Definition at line 506 of file datanavi.hxx.

Referenced by FillAllBoxes().

◆ m_xUIHelper

css::uno::Reference< css::xforms::XFormsUIHelper1 > svxform::AddSubmissionDialog::m_xUIHelper
private

Definition at line 500 of file datanavi.hxx.

Referenced by FillAllBoxes(), and ~AddSubmissionDialog().


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