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) |
![]() | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
![]() | |
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 OString &rHelpId) |
OString | 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 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 543 of file datanavi.hxx.
svxform::AddInstanceDialog::AddInstanceDialog | ( | weld::Window * | pParent, |
bool | _bEdit | ||
) |
Definition at line 3043 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 3061 of file datanavi.cxx.
|
private |
|
inline |
Definition at line 560 of file datanavi.hxx.
Referenced by svxform::IMPL_LINK().
|
inline |
Definition at line 562 of file datanavi.hxx.
Referenced by svxform::IMPL_LINK().
|
inline |
Definition at line 564 of file datanavi.hxx.
Referenced by svxform::IMPL_LINK().
|
inline |
Definition at line 565 of file datanavi.hxx.
Referenced by svxform::IMPL_LINK().
|
inline |
Definition at line 561 of file datanavi.hxx.
Referenced by svxform::IMPL_LINK().
|
inline |
Definition at line 563 of file datanavi.hxx.
Referenced by svxform::IMPL_LINK().
|
private |
Definition at line 546 of file datanavi.hxx.
Referenced by AddInstanceDialog().
|
private |
Definition at line 552 of file datanavi.hxx.
Referenced by AddInstanceDialog().
|
private |
Definition at line 550 of file datanavi.hxx.
Referenced by AddInstanceDialog().
|
private |
Definition at line 551 of file datanavi.hxx.
|
private |
Definition at line 548 of file datanavi.hxx.
|
private |
Definition at line 549 of file datanavi.hxx.
Referenced by AddInstanceDialog().