LibreOffice Module sw (master) 1
Macros | Functions
flddb.cxx File Reference
#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>
Include dependency graph for flddb.cxx:

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)
 

Macro Definition Documentation

◆ USER_DATA_VERSION

#define USER_DATA_VERSION   USER_DATA_VERSION_1

Definition at line 31 of file flddb.cxx.

◆ USER_DATA_VERSION_1

#define USER_DATA_VERSION_1   "1"

Definition at line 30 of file flddb.cxx.

Function Documentation

◆ IMPL_LINK() [1/2]

IMPL_LINK ( SwFieldDBPage  ,
TreeSelectHdl  ,
weld::TreeView ,
rBox  ,
void   
)

Definition at line 447 of file flddb.cxx.

References Database.

◆ IMPL_LINK() [2/2]

IMPL_LINK ( SwFieldDBPage  ,
TypeListBoxHdl  ,
weld::TreeView ,
rBox  ,
void   
)

Definition at line 273 of file flddb.cxx.

◆ IMPL_LINK_NOARG() [1/3]

IMPL_LINK_NOARG ( SwFieldDBPage  ,
AddDBHdl  ,
weld::Button ,
void   
)

Definition at line 487 of file flddb.cxx.

References GetFrameWeld(), and SwDBManager::LoadAndRegisterDataSource().

◆ IMPL_LINK_NOARG() [2/3]

IMPL_LINK_NOARG ( SwFieldDBPage  ,
ModifyHdl  ,
weld::Entry ,
void   
)

Definition at line 501 of file flddb.cxx.

◆ IMPL_LINK_NOARG() [3/3]

IMPL_LINK_NOARG ( SwFieldDBPage  ,
NumSelectHdl  ,
weld::ComboBox ,
void   
)

Definition at line 413 of file flddb.cxx.