LibreOffice Module sw (master) 1
Functions | Variables
insfnote.cxx File Reference
#include <hintids.hxx>
#include <svl/eitem.hxx>
#include <svl/stritem.hxx>
#include <editeng/fontitem.hxx>
#include <fmtftn.hxx>
#include <swundo.hxx>
#include <cmdid.h>
#include <wrtsh.hxx>
#include <insfnote.hxx>
#include <svx/svxdlg.hxx>
#include <memory>
Include dependency graph for insfnote.cxx:

Go to the source code of this file.

Functions

 IMPL_LINK_NOARG (SwInsFootNoteDlg, NumberEditHdl, weld::Entry &, void)
 
 IMPL_LINK (SwInsFootNoteDlg, NumberToggleHdl, weld::Toggleable &, rButton, void)
 
 IMPL_LINK_NOARG (SwInsFootNoteDlg, NumberExtCharHdl, weld::Button &, void)
 
 IMPL_LINK (SwInsFootNoteDlg, NextPrevHdl, weld::Button &, rBtn, void)
 

Variables

static bool bFootnote = true
 

Function Documentation

◆ IMPL_LINK() [1/2]

IMPL_LINK ( SwInsFootNoteDlg  ,
NextPrevHdl  ,
weld::Button ,
rBtn  ,
void   
)

Definition at line 129 of file insfnote.cxx.

References Init().

◆ IMPL_LINK() [2/2]

IMPL_LINK ( SwInsFootNoteDlg  ,
NumberToggleHdl  ,
weld::Toggleable ,
rButton  ,
void   
)

Definition at line 77 of file insfnote.cxx.

◆ IMPL_LINK_NOARG() [1/2]

IMPL_LINK_NOARG ( SwInsFootNoteDlg  ,
NumberEditHdl  ,
weld::Entry ,
void   
)

Definition at line 71 of file insfnote.cxx.

◆ IMPL_LINK_NOARG() [2/2]

IMPL_LINK_NOARG ( SwInsFootNoteDlg  ,
NumberExtCharHdl  ,
weld::Button ,
void   
)

Variable Documentation

◆ bFootnote

bool bFootnote = true
static