LibreOffice Module svx (master) 1
|
#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>
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) | |
#define SPACING_LOOSE 30 |
Definition at line 36 of file TextCharacterSpacingControl.cxx.
#define SPACING_NORMAL 0 |
Definition at line 35 of file TextCharacterSpacingControl.cxx.
#define SPACING_TIGHT -15 |
Definition at line 34 of file TextCharacterSpacingControl.cxx.
#define SPACING_VERY_LOOSE 60 |
Definition at line 37 of file TextCharacterSpacingControl.cxx.
#define SPACING_VERY_TIGHT -30 |
Definition at line 33 of file TextCharacterSpacingControl.cxx.