LibreOffice Module sc (master) 1
|
#include <dapitype.hxx>
Public Member Functions | |
ScDataPilotServiceDlg (weld::Window *pParent, const std::vector< OUString > &rServices) | |
virtual | ~ScDataPilotServiceDlg () override |
OUString | GetServiceName () const |
OUString | GetParSource () const |
OUString | GetParName () const |
OUString | GetParUser () const |
OUString | GetParPass () const |
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 Attributes | |
std::unique_ptr< weld::ComboBox > | m_xLbService |
std::unique_ptr< weld::Entry > | m_xEdSource |
std::unique_ptr< weld::Entry > | m_xEdName |
std::unique_ptr< weld::Entry > | m_xEdUser |
std::unique_ptr< weld::Entry > | m_xEdPasswd |
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 49 of file dapitype.hxx.
ScDataPilotServiceDlg::ScDataPilotServiceDlg | ( | weld::Window * | pParent, |
const std::vector< OUString > & | rServices | ||
) |
Definition at line 109 of file dapitype.cxx.
References aName, and m_xLbService.
|
overridevirtual |
Definition at line 124 of file dapitype.cxx.
OUString ScDataPilotServiceDlg::GetParName | ( | ) | const |
Definition at line 138 of file dapitype.cxx.
References m_xEdName.
OUString ScDataPilotServiceDlg::GetParPass | ( | ) | const |
Definition at line 148 of file dapitype.cxx.
References m_xEdPasswd.
OUString ScDataPilotServiceDlg::GetParSource | ( | ) | const |
Definition at line 133 of file dapitype.cxx.
References m_xEdSource.
OUString ScDataPilotServiceDlg::GetParUser | ( | ) | const |
Definition at line 143 of file dapitype.cxx.
References m_xEdUser.
OUString ScDataPilotServiceDlg::GetServiceName | ( | ) | const |
Definition at line 128 of file dapitype.cxx.
References m_xLbService.
|
private |
Definition at line 54 of file dapitype.hxx.
Referenced by GetParName().
|
private |
Definition at line 56 of file dapitype.hxx.
Referenced by GetParPass().
|
private |
Definition at line 53 of file dapitype.hxx.
Referenced by GetParSource().
|
private |
Definition at line 55 of file dapitype.hxx.
Referenced by GetParUser().
|
private |
Definition at line 52 of file dapitype.hxx.
Referenced by GetServiceName(), and ScDataPilotServiceDlg().