LibreOffice Module sw (master) 1
Macros | Functions
fldvar.cxx File Reference
#include <swtypes.hxx>
#include <sfx2/linkmgr.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <usrfld.hxx>
#include <docufld.hxx>
#include <expfld.hxx>
#include <ddefld.hxx>
#include <wrtsh.hxx>
#include <doc.hxx>
#include <docary.hxx>
#include <swmodule.hxx>
#include "fldvar.hxx"
#include "flddinf.hxx"
#include <calc.hxx>
#include <svl/numformat.hxx>
#include <svl/zformat.hxx>
#include <o3tl/string_view.hxx>
#include <strings.hrc>
Include dependency graph for fldvar.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_NOARG (SwFieldVarPage, TypeHdl, weld::TreeView &, void)
 
 IMPL_LINK (SwFieldVarPage, SubTypeListBoxHdl, weld::TreeView &, rBox, void)
 
static sal_uInt32 lcl_getUsedNumFormat (const SwNumFormatTreeView &rNumFormatLB, bool &rbText)
 
 IMPL_LINK (SwFieldVarPage, SubTypeInsertHdl, weld::TreeView &, rBox, bool)
 
 IMPL_LINK_NOARG (SwFieldVarPage, ModifyHdl, weld::Entry &, void)
 
 IMPL_LINK (SwFieldVarPage, TBClickHdl, weld::Button &, rBox, void)
 
 IMPL_LINK_NOARG (SwFieldVarPage, ChapterHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (SwFieldVarPage, SeparatorHdl, weld::Entry &, void)
 

Macro Definition Documentation

◆ USER_DATA_VERSION

#define USER_DATA_VERSION   USER_DATA_VERSION_1

Definition at line 40 of file fldvar.cxx.

◆ USER_DATA_VERSION_1

#define USER_DATA_VERSION_1   "1"

Definition at line 39 of file fldvar.cxx.

Function Documentation

◆ IMPL_LINK() [1/3]

IMPL_LINK ( SwFieldVarPage  ,
SubTypeInsertHdl  ,
weld::TreeView ,
rBox  ,
bool   
)

Definition at line 558 of file fldvar.cxx.

References Formel.

◆ IMPL_LINK() [2/3]

IMPL_LINK ( SwFieldVarPage  ,
SubTypeListBoxHdl  ,
weld::TreeView ,
rBox  ,
void   
)

Definition at line 223 of file fldvar.cxx.

◆ IMPL_LINK() [3/3]

IMPL_LINK ( SwFieldVarPage  ,
TBClickHdl  ,
weld::Button ,
rBox  ,
void   
)

◆ IMPL_LINK_NOARG() [1/4]

IMPL_LINK_NOARG ( SwFieldVarPage  ,
ChapterHdl  ,
weld::ComboBox ,
void   
)

Definition at line 1111 of file fldvar.cxx.

◆ IMPL_LINK_NOARG() [2/4]

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

◆ IMPL_LINK_NOARG() [3/4]

IMPL_LINK_NOARG ( SwFieldVarPage  ,
SeparatorHdl  ,
weld::Entry ,
void   
)

Definition at line 1120 of file fldvar.cxx.

◆ IMPL_LINK_NOARG() [4/4]

IMPL_LINK_NOARG ( SwFieldVarPage  ,
TypeHdl  ,
weld::TreeView ,
void   
)

Definition at line 193 of file fldvar.cxx.

◆ lcl_getUsedNumFormat()

static sal_uInt32 lcl_getUsedNumFormat ( const SwNumFormatTreeView rNumFormatLB,
bool &  rbText 
)
inlinestatic