LibreOffice Module sc (master) 1
|
#include <dataproviderdlg.hxx>
#include <document.hxx>
#include <dataprovider.hxx>
#include <datatransformation.hxx>
#include <datamapper.hxx>
#include <dbdata.hxx>
#include <comphelper/string.hxx>
#include <sal/log.hxx>
#include <sfx2/filedlghelper.hxx>
#include <unotools/charclass.hxx>
#include <utility>
#include <vcl/svapp.hxx>
Go to the source code of this file.
Classes | |
class | ScDataTransformationBaseControl |
Functions | |
IMPL_LINK_NOARG (ScDataProviderDlg, ScrollToEnd, Timer *, void) | |
IMPL_LINK_NOARG (ScDataProviderDlg, ApplyQuitHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScDataProviderDlg, CancelQuitHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScDataProviderDlg, TransformationListHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScDataProviderDlg, ProviderSelectHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (ScDataProviderDlg, IDEditHdl, weld::Entry &, void) | |
IMPL_LINK_NOARG (ScDataProviderDlg, URLEditHdl, weld::Entry &, void) | |
IMPL_LINK_NOARG (ScDataProviderDlg, ApplyBtnHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScDataProviderDlg, BrowseBtnHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScDataProviderDlg, TransformationSelectHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (ScDeleteColumnTransformationControl, DeleteHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScSplitColumnTransformationControl, DeleteHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScMergeColumnTransformationControl, DeleteHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScNumberTransformation, DeleteHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScAggregateFunction, DeleteHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScSortTransformationControl, DeleteHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScColumnTextTransformation, DeleteHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScReplaceNullTransformation, DeleteHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScDateTimeTransformation, DeleteHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScFindReplaceTransformation, DeleteHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScDeleteRowTransformation, DeleteHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScSwapRowsTransformation, DeleteHdl, weld::Button &, void) | |
IMPL_LINK_NOARG | ( | ScAggregateFunction | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 1085 of file dataproviderdlg.cxx.
References mnIndex.
IMPL_LINK_NOARG | ( | ScColumnTextTransformation | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 1095 of file dataproviderdlg.cxx.
References mnIndex.
IMPL_LINK_NOARG | ( | ScDataProviderDlg | , |
ApplyBtnHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 891 of file dataproviderdlg.cxx.
IMPL_LINK_NOARG | ( | ScDataProviderDlg | , |
ApplyQuitHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 852 of file dataproviderdlg.cxx.
IMPL_LINK_NOARG | ( | ScDataProviderDlg | , |
BrowseBtnHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 897 of file dataproviderdlg.cxx.
References sfx2::FileDialogHelper::CalcDataProvider, ERRCODE_NONE, sfx2::FileDialogHelper::Execute(), sfx2::FileDialogHelper::GetPath(), m_xDialog, and sfx2::FileDialogHelper::SetContext().
IMPL_LINK_NOARG | ( | ScDataProviderDlg | , |
CancelQuitHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 857 of file dataproviderdlg.cxx.
References m_xDialog, and RET_CANCEL.
IMPL_LINK_NOARG | ( | ScDataProviderDlg | , |
IDEditHdl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 881 of file dataproviderdlg.cxx.
IMPL_LINK_NOARG | ( | ScDataProviderDlg | , |
ProviderSelectHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 876 of file dataproviderdlg.cxx.
IMPL_LINK_NOARG | ( | ScDataProviderDlg | , |
ScrollToEnd | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 847 of file dataproviderdlg.cxx.
IMPL_LINK_NOARG | ( | ScDataProviderDlg | , |
TransformationListHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 862 of file dataproviderdlg.cxx.
References i.
IMPL_LINK_NOARG | ( | ScDataProviderDlg | , |
TransformationSelectHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 908 of file dataproviderdlg.cxx.
IMPL_LINK_NOARG | ( | ScDataProviderDlg | , |
URLEditHdl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 886 of file dataproviderdlg.cxx.
IMPL_LINK_NOARG | ( | ScDateTimeTransformation | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 1105 of file dataproviderdlg.cxx.
References mnIndex.
IMPL_LINK_NOARG | ( | ScDeleteColumnTransformationControl | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 1065 of file dataproviderdlg.cxx.
References mnIndex.
IMPL_LINK_NOARG | ( | ScDeleteRowTransformation | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 1115 of file dataproviderdlg.cxx.
References mnIndex.
IMPL_LINK_NOARG | ( | ScFindReplaceTransformation | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 1110 of file dataproviderdlg.cxx.
References mnIndex.
IMPL_LINK_NOARG | ( | ScMergeColumnTransformationControl | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 1075 of file dataproviderdlg.cxx.
References mnIndex.
IMPL_LINK_NOARG | ( | ScNumberTransformation | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 1080 of file dataproviderdlg.cxx.
References mnIndex.
IMPL_LINK_NOARG | ( | ScReplaceNullTransformation | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 1100 of file dataproviderdlg.cxx.
References mnIndex.
IMPL_LINK_NOARG | ( | ScSortTransformationControl | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 1090 of file dataproviderdlg.cxx.
References mnIndex.
IMPL_LINK_NOARG | ( | ScSplitColumnTransformationControl | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 1070 of file dataproviderdlg.cxx.
References mnIndex.
IMPL_LINK_NOARG | ( | ScSwapRowsTransformation | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 1120 of file dataproviderdlg.cxx.
References mnIndex.