LibreOffice Module sw (master) 1
Macros | Functions
labfmt.cxx File Reference
#include <svtools/unitconv.hxx>
#include <tools/poly.hxx>
#include <vcl/weld.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <sal/log.hxx>
#include <viewopt.hxx>
#include <swtypes.hxx>
#include <cmdid.h>
#include <label.hxx>
#include <labimp.hxx>
#include <labimg.hxx>
#include "labfmt.hxx"
#include <uitool.hxx>
#include <strings.hrc>
Include dependency graph for labfmt.cxx:

Go to the source code of this file.

Macros

#define ROUND(x)   static_cast<tools::Long>((x) + .5)
 

Functions

 IMPL_LINK_NOARG (SwLabFormatPage, MetricModifyHdl, weld::MetricSpinButton &, void)
 
 IMPL_LINK_NOARG (SwLabFormatPage, ModifyHdl, weld::SpinButton &, void)
 
 IMPL_LINK_NOARG (SwLabFormatPage, PreviewHdl, Timer *, void)
 
 IMPL_LINK_NOARG (SwLabFormatPage, SaveHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (SwSaveLabelDlg, OkHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (SwSaveLabelDlg, ModifyComboHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (SwSaveLabelDlg, ModifyEntryHdl, weld::Entry &, void)
 

Macro Definition Documentation

◆ ROUND

#define ROUND (   x)    static_cast<tools::Long>((x) + .5)

Definition at line 43 of file labfmt.cxx.

Function Documentation

◆ IMPL_LINK_NOARG() [1/7]

IMPL_LINK_NOARG ( SwLabFormatPage  ,
MetricModifyHdl  ,
weld::MetricSpinButton ,
void   
)

Definition at line 344 of file labfmt.cxx.

◆ IMPL_LINK_NOARG() [2/7]

IMPL_LINK_NOARG ( SwLabFormatPage  ,
ModifyHdl  ,
weld::SpinButton ,
void   
)

Definition at line 350 of file labfmt.cxx.

◆ IMPL_LINK_NOARG() [3/7]

IMPL_LINK_NOARG ( SwLabFormatPage  ,
PreviewHdl  ,
Timer ,
void   
)

Definition at line 357 of file labfmt.cxx.

◆ IMPL_LINK_NOARG() [4/7]

IMPL_LINK_NOARG ( SwLabFormatPage  ,
SaveHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [5/7]

IMPL_LINK_NOARG ( SwSaveLabelDlg  ,
ModifyComboHdl  ,
weld::ComboBox ,
void   
)

Definition at line 579 of file labfmt.cxx.

References Modify.

◆ IMPL_LINK_NOARG() [6/7]

IMPL_LINK_NOARG ( SwSaveLabelDlg  ,
ModifyEntryHdl  ,
weld::Entry ,
void   
)

Definition at line 584 of file labfmt.cxx.

References Modify.

◆ IMPL_LINK_NOARG() [7/7]

IMPL_LINK_NOARG ( SwSaveLabelDlg  ,
OkHdl  ,
weld::Button ,
void   
)