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 <unotools/charclass.hxx>
#include <vcl/svapp.hxx>
#include <utility>
Go to the source code of this file.
Classes | |
class | ScDataProviderBaseControl |
class | ScDataTransformationBaseControl |
Functions | |
IMPL_LINK_NOARG (ScDataProviderBaseControl, ProviderSelectHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (ScDataProviderBaseControl, IDEditHdl, weld::Entry &, void) | |
IMPL_LINK_NOARG (ScDataProviderBaseControl, URLEditHdl, weld::Entry &, void) | |
IMPL_LINK_NOARG (ScDataProviderBaseControl, ApplyBtnHdl, weld::Button &, void) | |
IMPL_LINK (ScDataProviderDlg, StartMenuHdl, const OString &, rIdent, void) | |
IMPL_LINK_NOARG (ScDataProviderDlg, ScrollToEnd, Timer *, void) | |
IMPL_LINK (ScDataProviderDlg, ColumnMenuHdl, const OString &, rIdent, void) | |
IMPL_LINK (ScDataProviderDlg, ImportHdl, ScDataProviderBaseControl *, pCtrl, 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 | ( | ScDataProviderDlg | , |
StartMenuHdl | , | ||
const OString & | , | ||
rIdent | , | ||
void | |||
) |
Definition at line 783 of file dataproviderdlg.cxx.
IMPL_LINK | ( | ScDataProviderDlg | , |
ColumnMenuHdl | , | ||
const OString & | , | ||
rIdent | , | ||
void | |||
) |
Definition at line 801 of file dataproviderdlg.cxx.
IMPL_LINK | ( | ScDataProviderDlg | , |
ImportHdl | , | ||
ScDataProviderBaseControl * | , | ||
pCtrl | , | ||
void | |||
) |
Definition at line 816 of file dataproviderdlg.cxx.
IMPL_LINK_NOARG | ( | ScDataProviderBaseControl | , |
ProviderSelectHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 109 of file dataproviderdlg.cxx.
IMPL_LINK_NOARG | ( | ScDataProviderBaseControl | , |
IDEditHdl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 114 of file dataproviderdlg.cxx.
IMPL_LINK_NOARG | ( | ScDataProviderBaseControl | , |
URLEditHdl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 119 of file dataproviderdlg.cxx.
IMPL_LINK_NOARG | ( | ScDataProviderBaseControl | , |
ApplyBtnHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 124 of file dataproviderdlg.cxx.
IMPL_LINK_NOARG | ( | ScDataProviderDlg | , |
ScrollToEnd | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 796 of file dataproviderdlg.cxx.
IMPL_LINK_NOARG | ( | ScDeleteColumnTransformationControl | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 939 of file dataproviderdlg.cxx.
References mnIndex.
IMPL_LINK_NOARG | ( | ScSplitColumnTransformationControl | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 944 of file dataproviderdlg.cxx.
References mnIndex.
IMPL_LINK_NOARG | ( | ScMergeColumnTransformationControl | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 949 of file dataproviderdlg.cxx.
References mnIndex.
IMPL_LINK_NOARG | ( | ScNumberTransformation | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 954 of file dataproviderdlg.cxx.
References mnIndex.
IMPL_LINK_NOARG | ( | ScAggregateFunction | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 959 of file dataproviderdlg.cxx.
References mnIndex.
IMPL_LINK_NOARG | ( | ScSortTransformationControl | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 964 of file dataproviderdlg.cxx.
References mnIndex.
IMPL_LINK_NOARG | ( | ScColumnTextTransformation | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 969 of file dataproviderdlg.cxx.
References mnIndex.
IMPL_LINK_NOARG | ( | ScReplaceNullTransformation | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 974 of file dataproviderdlg.cxx.
References mnIndex.
IMPL_LINK_NOARG | ( | ScDateTimeTransformation | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 979 of file dataproviderdlg.cxx.
References mnIndex.