LibreOffice Module svx (master) 1
Namespaces | Macros | Functions
TextCharacterSpacingControl.cxx File Reference
#include <sfx2/bindings.hxx>
#include "TextCharacterSpacingControl.hxx"
#include <unotools/viewoptions.hxx>
#include <editeng/editids.hrc>
#include <editeng/kernitem.hxx>
#include <sfx2/app.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/viewfrm.hxx>
#include <TextCharacterSpacingPopup.hxx>
#include <svl/itempool.hxx>
#include <helpids.h>
#include <com/sun/star/beans/NamedValue.hpp>
Include dependency graph for TextCharacterSpacingControl.cxx:

Go to the source code of this file.

Namespaces

namespace  svx
 

Macros

#define SPACING_VERY_TIGHT   -30
 
#define SPACING_TIGHT   -15
 
#define SPACING_NORMAL   0
 
#define SPACING_LOOSE   30
 
#define SPACING_VERY_LOOSE   60
 

Functions

 svx::IMPL_LINK (TextCharacterSpacingControl, PredefinedValuesHdl, weld::Button &, rControl, void)
 
 svx::IMPL_LINK_NOARG (TextCharacterSpacingControl, KerningModifyHdl, weld::MetricSpinButton &, void)
 

Macro Definition Documentation

◆ SPACING_LOOSE

#define SPACING_LOOSE   30

Definition at line 36 of file TextCharacterSpacingControl.cxx.

◆ SPACING_NORMAL

#define SPACING_NORMAL   0

Definition at line 35 of file TextCharacterSpacingControl.cxx.

◆ SPACING_TIGHT

#define SPACING_TIGHT   -15

Definition at line 34 of file TextCharacterSpacingControl.cxx.

◆ SPACING_VERY_LOOSE

#define SPACING_VERY_LOOSE   60

Definition at line 37 of file TextCharacterSpacingControl.cxx.

◆ SPACING_VERY_TIGHT

#define SPACING_VERY_TIGHT   -30

Definition at line 33 of file TextCharacterSpacingControl.cxx.