LibreOffice Module svx (master) 1
|
#include <sfx2/module.hxx>
#include <sfx2/dispatch.hxx>
#include <svx/colorbox.hxx>
#include <svx/dialmgr.hxx>
#include <svx/strings.hrc>
#include <svx/xftadit.hxx>
#include <svx/xftdiit.hxx>
#include <svx/xftstit.hxx>
#include <svx/xftmrit.hxx>
#include <svx/xftouit.hxx>
#include <svx/xftshit.hxx>
#include <svx/xftshcit.hxx>
#include <svx/xftshxy.hxx>
#include <svx/xtextit0.hxx>
#include <svtools/unitconv.hxx>
#include <svx/svxids.hrc>
#include <bitmaps.hlst>
#include <svx/fontwork.hxx>
Go to the source code of this file.
Macros | |
#define | WIDTH_CHARS 10 |
Functions | |
SFX_IMPL_DOCKINGWINDOW_WITHID (SvxFontWorkChildWindow, SID_FONTWORK) | |
IMPL_LINK (SvxFontWorkDialog, SelectStyleHdl_Impl, const OUString &, rId, void) | |
IMPL_LINK (SvxFontWorkDialog, SelectAdjustHdl_Impl, const OUString &, rId, void) | |
IMPL_LINK (SvxFontWorkDialog, SelectShadowHdl_Impl, const OUString &, rId, void) | |
IMPL_LINK_NOARG (SvxFontWorkDialog, ModifyInputHdl_Impl, weld::MetricSpinButton &, void) | |
IMPL_LINK_NOARG (SvxFontWorkDialog, InputTimeoutHdl_Impl, Timer *, void) | |
IMPL_LINK_NOARG (SvxFontWorkDialog, ColorSelectHdl_Impl, ColorListBox &, void) | |
#define WIDTH_CHARS 10 |
Definition at line 41 of file fontwork.cxx.
IMPL_LINK | ( | SvxFontWorkDialog | , |
SelectAdjustHdl_Impl | , | ||
const OUString & | , | ||
rId | , | ||
void | |||
) |
Definition at line 630 of file fontwork.cxx.
References AutoSize, Center, SfxDispatcher::ExecuteList(), GetBindings(), SfxBindings::GetDispatcher(), Left, and Right.
IMPL_LINK | ( | SvxFontWorkDialog | , |
SelectShadowHdl_Impl | , | ||
const OUString & | , | ||
rId | , | ||
void | |||
) |
Definition at line 657 of file fontwork.cxx.
References SfxDispatcher::ExecuteList(), GetBindings(), GetCoreValue(), SfxBindings::GetDispatcher(), NONE, Normal, and Slant.
IMPL_LINK | ( | SvxFontWorkDialog | , |
SelectStyleHdl_Impl | , | ||
const OUString & | , | ||
rId | , | ||
void | |||
) |
Definition at line 602 of file fontwork.cxx.
References SfxDispatcher::ExecuteList(), GetBindings(), SfxBindings::GetDispatcher(), NONE, Rotate, SlantX, SlantY, and Upright.
IMPL_LINK_NOARG | ( | SvxFontWorkDialog | , |
ColorSelectHdl_Impl | , | ||
ColorListBox & | , | ||
void | |||
) |
Definition at line 773 of file fontwork.cxx.
References SfxDispatcher::ExecuteList(), GetBindings(), and SfxBindings::GetDispatcher().
IMPL_LINK_NOARG | ( | SvxFontWorkDialog | , |
InputTimeoutHdl_Impl | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 702 of file fontwork.cxx.
References SfxDispatcher::ExecuteList(), GetBindings(), GetCoreValue(), SfxBindings::GetDispatcher(), nValue, and SetFieldUnit().
IMPL_LINK_NOARG | ( | SvxFontWorkDialog | , |
ModifyInputHdl_Impl | , | ||
weld::MetricSpinButton & | , | ||
void | |||
) |
Definition at line 697 of file fontwork.cxx.
SFX_IMPL_DOCKINGWINDOW_WITHID | ( | SvxFontWorkChildWindow | , |
SID_FONTWORK | |||
) |