LibreOffice Module svx (master) 1
|
#include <datanavi.hxx>
Public Member Functions | |
AddInstanceDialog (weld::Window *pParent, bool _bEdit) | |
virtual | ~AddInstanceDialog () override |
OUString | GetName () const |
void | SetName (const OUString &rName) |
OUString | GetURL () const |
void | SetURL (const OUString &rURL) |
bool | IsLinkInstance () const |
void | SetLinkInstance (bool bLink) |
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 (FilePickerHdl, weld::Button &, void) | |
Private Attributes | |
OUString | m_sAllFilterName |
std::unique_ptr< weld::Entry > | m_xNameED |
std::unique_ptr< SvtURLBox > | m_xURLED |
std::unique_ptr< weld::Button > | m_xFilePickerBtn |
std::unique_ptr< weld::CheckButton > | m_xLinkInstanceCB |
std::unique_ptr< weld::Label > | m_xAltTitle |
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 550 of file datanavi.hxx.
svxform::AddInstanceDialog::AddInstanceDialog | ( | weld::Window * | pParent, |
bool | _bEdit | ||
) |
Definition at line 3077 of file datanavi.cxx.
References Translate::Create(), Translate::get(), LINK, m_sAllFilterName, m_xAltTitle, weld::GenericDialogController::m_xDialog, m_xFilePickerBtn, and m_xURLED.
|
overridevirtual |
Definition at line 3095 of file datanavi.cxx.
|
private |
|
inline |
Definition at line 567 of file datanavi.hxx.
Referenced by svxform::IMPL_LINK().
|
inline |
Definition at line 569 of file datanavi.hxx.
Referenced by svxform::IMPL_LINK().
|
inline |
Definition at line 571 of file datanavi.hxx.
Referenced by svxform::IMPL_LINK().
|
inline |
Definition at line 572 of file datanavi.hxx.
Referenced by svxform::IMPL_LINK().
|
inline |
Definition at line 568 of file datanavi.hxx.
Referenced by svxform::IMPL_LINK().
|
inline |
Definition at line 570 of file datanavi.hxx.
Referenced by svxform::IMPL_LINK().
|
private |
Definition at line 553 of file datanavi.hxx.
Referenced by AddInstanceDialog().
|
private |
Definition at line 559 of file datanavi.hxx.
Referenced by AddInstanceDialog().
|
private |
Definition at line 557 of file datanavi.hxx.
Referenced by AddInstanceDialog().
|
private |
Definition at line 558 of file datanavi.hxx.
|
private |
Definition at line 555 of file datanavi.hxx.
|
private |
Definition at line 556 of file datanavi.hxx.
Referenced by AddInstanceDialog().