LibreOffice Module sw (master)
1
|
#include <swmodule.hxx>
#include <wrtsh.hxx>
#include <dbfld.hxx>
#include <doc.hxx>
#include "flddb.hxx"
#include <dbconfig.hxx>
#include <dbmgr.hxx>
#include <o3tl/string_view.hxx>
Go to the source code of this file.
Macros | |
#define | USER_DATA_VERSION_1 "1" |
#define | USER_DATA_VERSION USER_DATA_VERSION_1 |
Functions | |
IMPL_LINK (SwFieldDBPage, TypeListBoxHdl, weld::TreeView &, rBox, void) | |
IMPL_LINK_NOARG (SwFieldDBPage, NumSelectHdl, weld::ComboBox &, void) | |
IMPL_LINK (SwFieldDBPage, TreeSelectHdl, weld::TreeView &, rBox, void) | |
IMPL_LINK_NOARG (SwFieldDBPage, AddDBHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwFieldDBPage, ModifyHdl, weld::Entry &, void) | |
#define USER_DATA_VERSION USER_DATA_VERSION_1 |
Definition at line 31 of file flddb.cxx.
Referenced by SwFieldDBPage::FillUserData().
#define USER_DATA_VERSION_1 "1" |
Definition at line 30 of file flddb.cxx.
Referenced by SwFieldDBPage::Reset().
IMPL_LINK | ( | SwFieldDBPage | , |
TypeListBoxHdl | , | ||
weld::TreeView & | , | ||
rBox | , | ||
void | |||
) |
IMPL_LINK | ( | SwFieldDBPage | , |
TreeSelectHdl | , | ||
weld::TreeView & | , | ||
rBox | , | ||
void | |||
) |
IMPL_LINK_NOARG | ( | SwFieldDBPage | , |
NumSelectHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
IMPL_LINK_NOARG | ( | SwFieldDBPage | , |
AddDBHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 488 of file flddb.cxx.
References GetFrameWeld(), and SwDBManager::LoadAndRegisterDataSource().
IMPL_LINK_NOARG | ( | SwFieldDBPage | , |
ModifyHdl | , | ||
weld::Entry & | , | ||
void | |||
) |