LibreOffice Module svx (master)
1
|
#include <datanavi.hxx>
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 |
![]() | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
![]() | |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OString &rHelpId) |
OString | 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 |
ItemNode * | m_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::Entry > | m_xNameED |
std::unique_ptr< weld::Entry > | m_xActionED |
std::unique_ptr< weld::ComboBox > | m_xMethodLB |
std::unique_ptr< weld::Entry > | m_xRefED |
std::unique_ptr< weld::Button > | m_xRefBtn |
std::unique_ptr< weld::ComboBox > | m_xBindLB |
std::unique_ptr< weld::ComboBox > | m_xReplaceLB |
std::unique_ptr< weld::Button > | m_xOKBtn |
Additional Inherited Members | |
![]() | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
![]() | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 485 of file datanavi.hxx.
svxform::AddSubmissionDialog::AddSubmissionDialog | ( | weld::Window * | pParent, |
ItemNode * | pNode, | ||
const css::uno::Reference< css::xforms::XFormsUIHelper1 > & | rUIHelper | ||
) |
Definition at line 2811 of file datanavi.cxx.
References FillAllBoxes(), LINK, m_xOKBtn, and m_xRefBtn.
|
overridevirtual |
Definition at line 2832 of file datanavi.cxx.
References m_xCreatedBinding, and m_xUIHelper.
|
private |
|
private |
|
private |
Definition at line 2910 of file datanavi.cxx.
References Any, Exception, m_aMethodString, m_aReplaceString, m_pItemNode, m_xActionED, m_xBindLB, m_xCreatedBinding, m_xMethodLB, m_xNameED, svxform::ItemNode::m_xPropSet, m_xRefBtn, m_xRefED, m_xReplaceLB, m_xSubmission, m_xTempBinding, m_xUIHelper, nPos, SvxResId(), TOOLS_WARN_EXCEPTION, svxform::ReplaceString::toUI(), svxform::MethodString::toUI(), and xModel.
Referenced by AddSubmissionDialog().
|
inline |
Definition at line 523 of file datanavi.hxx.
Referenced by svxform::XFormsPage::DoToolBoxAction().
|
private |
Definition at line 488 of file datanavi.hxx.
Referenced by FillAllBoxes().
|
private |
Definition at line 489 of file datanavi.hxx.
Referenced by FillAllBoxes().
|
private |
Definition at line 491 of file datanavi.hxx.
Referenced by FillAllBoxes().
|
private |
Definition at line 505 of file datanavi.hxx.
Referenced by FillAllBoxes().
|
private |
Definition at line 509 of file datanavi.hxx.
Referenced by FillAllBoxes().
|
private |
Definition at line 502 of file datanavi.hxx.
Referenced by FillAllBoxes(), and ~AddSubmissionDialog().
|
private |
Definition at line 506 of file datanavi.hxx.
Referenced by FillAllBoxes().
|
private |
Definition at line 504 of file datanavi.hxx.
Referenced by FillAllBoxes().
|
private |
Definition at line 496 of file datanavi.hxx.
|
private |
Definition at line 511 of file datanavi.hxx.
Referenced by AddSubmissionDialog().
|
private |
Definition at line 508 of file datanavi.hxx.
Referenced by AddSubmissionDialog(), and FillAllBoxes().
|
private |
Definition at line 507 of file datanavi.hxx.
Referenced by FillAllBoxes().
|
private |
Definition at line 510 of file datanavi.hxx.
Referenced by FillAllBoxes().
|
private |
Definition at line 498 of file datanavi.hxx.
Referenced by FillAllBoxes().
|
private |
Definition at line 500 of file datanavi.hxx.
Referenced by FillAllBoxes().
|
private |
Definition at line 494 of file datanavi.hxx.
Referenced by FillAllBoxes(), and ~AddSubmissionDialog().