LibreOffice Module sc (master) 1
|
#include <dapidata.hxx>
Public Member Functions | |
ScDataPilotDatabaseDlg (weld::Window *pParent) | |
virtual | ~ScDataPilotDatabaseDlg () override |
void | GetValues (ScImportSourceDesc &rDesc) |
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 | |
void | FillObjects () |
DECL_LINK (SelectHdl, weld::ComboBox &, void) | |
Private Attributes | |
std::unique_ptr< weld::ComboBox > | m_xLbDatabase |
std::unique_ptr< weld::ComboBox > | m_xCbObject |
std::unique_ptr< weld::ComboBox > | m_xLbType |
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 26 of file dapidata.hxx.
ScDataPilotDatabaseDlg::ScDataPilotDatabaseDlg | ( | weld::Window * | pParent | ) |
Definition at line 42 of file dapidata.cxx.
References aName, FillObjects(), comphelper::getProcessComponentContext(), LINK, m_xLbDatabase, m_xLbType, and TOOLS_WARN_EXCEPTION.
|
overridevirtual |
Definition at line 76 of file dapidata.cxx.
|
private |
|
private |
Definition at line 104 of file dapidata.cxx.
References aName, DP_TYPELIST_QUERY, DP_TYPELIST_TABLE, comphelper::getProcessComponentContext(), m_xCbObject, m_xLbDatabase, m_xLbType, and TOOLS_WARN_EXCEPTION.
Referenced by ScDataPilotDatabaseDlg().
void ScDataPilotDatabaseDlg::GetValues | ( | ScImportSourceDesc & | rDesc | ) |
Definition at line 80 of file dapidata.cxx.
References ScImportSourceDesc::aDBName, ScImportSourceDesc::aObject, ScImportSourceDesc::bNative, DP_TYPELIST_QUERY, DP_TYPELIST_SQLNAT, DP_TYPELIST_TABLE, m_xCbObject, m_xLbDatabase, m_xLbType, and ScImportSourceDesc::nType.
|
private |
Definition at line 30 of file dapidata.hxx.
Referenced by FillObjects(), and GetValues().
|
private |
Definition at line 29 of file dapidata.hxx.
Referenced by FillObjects(), GetValues(), and ScDataPilotDatabaseDlg().
|
private |
Definition at line 31 of file dapidata.hxx.
Referenced by FillObjects(), GetValues(), and ScDataPilotDatabaseDlg().