LibreOffice Module svx (master) 1
|
#include <datanavi.hxx>
Public Member Functions | |
NamespaceItemDialog (AddConditionDialog *pParent, css::uno::Reference< css::container::XNameContainer > &_rContainer) | |
virtual | ~NamespaceItemDialog () override |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () 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 (SelectHdl, weld::TreeView &, void) | |
DECL_LINK (ClickHdl, weld::Button &, void) | |
DECL_LINK (OKHdl, weld::Button &, void) | |
void | LoadNamespaces () |
Private Attributes | |
AddConditionDialog * | m_pConditionDlg |
std::vector< OUString > | m_aRemovedList |
css::uno::Reference< css::container::XNameContainer > & | m_rNamespaces |
std::unique_ptr< weld::TreeView > | m_xNamespacesList |
std::unique_ptr< weld::Button > | m_xAddNamespaceBtn |
std::unique_ptr< weld::Button > | m_xEditNamespaceBtn |
std::unique_ptr< weld::Button > | m_xDeleteNamespaceBtn |
std::unique_ptr< weld::Button > | m_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::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 440 of file datanavi.hxx.
svxform::NamespaceItemDialog::NamespaceItemDialog | ( | AddConditionDialog * | pParent, |
css::uno::Reference< css::container::XNameContainer > & | _rContainer | ||
) |
Definition at line 2660 of file datanavi.cxx.
References LINK, LoadNamespaces(), m_xAddNamespaceBtn, m_xDeleteNamespaceBtn, m_xEditNamespaceBtn, m_xNamespacesList, and m_xOKBtn.
|
overridevirtual |
Definition at line 2690 of file datanavi.cxx.
|
private |
|
private |
|
private |
|
private |
Definition at line 2775 of file datanavi.cxx.
References Any, Exception, m_rNamespaces, m_xNamespacesList, sPrefix, and TOOLS_WARN_EXCEPTION.
Referenced by NamespaceItemDialog().
|
private |
Definition at line 444 of file datanavi.hxx.
|
private |
Definition at line 443 of file datanavi.hxx.
|
private |
Definition at line 447 of file datanavi.hxx.
Referenced by LoadNamespaces().
|
private |
Definition at line 450 of file datanavi.hxx.
Referenced by NamespaceItemDialog().
|
private |
Definition at line 452 of file datanavi.hxx.
Referenced by NamespaceItemDialog().
|
private |
Definition at line 451 of file datanavi.hxx.
Referenced by NamespaceItemDialog().
|
private |
Definition at line 449 of file datanavi.hxx.
Referenced by LoadNamespaces(), and NamespaceItemDialog().
|
private |
Definition at line 453 of file datanavi.hxx.
Referenced by NamespaceItemDialog().