|
LibreOffice Module svx (master) 1
|
#include <sfx2/dialoghelper.hxx>#include <sfx2/viewsh.hxx>#include <sfx2/printer.hxx>#include <vcl/metric.hxx>#include <vcl/svapp.hxx>#include <vcl/settings.hxx>#include <com/sun/star/i18n/ScriptType.hpp>#include <vector>#include <deque>#include <optional>#include <svtools/colorcfg.hxx>#include <svtools/sampletext.hxx>#include <svx/fntctrl.hxx>#include <svx/svxids.hrc>#include <svl/itemset.hxx>#include <svl/itempool.hxx>#include <svl/stritem.hxx>#include <svl/cjkoptions.hxx>#include <svl/ctloptions.hxx>#include <editeng/editeng.hxx>#include <editeng/colritem.hxx>#include <editeng/fontitem.hxx>#include <editeng/editids.hrc>#include <editeng/postitem.hxx>#include <editeng/udlnitem.hxx>#include <editeng/crossedoutitem.hxx>#include <editeng/contouritem.hxx>#include <editeng/wghtitem.hxx>#include <editeng/fhgtitem.hxx>#include <editeng/shdditem.hxx>#include <editeng/escapementitem.hxx>#include <editeng/wrlmitem.hxx>#include <editeng/cmapitem.hxx>#include <editeng/kernitem.hxx>#include <editeng/brushitem.hxx>#include <editeng/emphasismarkitem.hxx>#include <editeng/charreliefitem.hxx>#include <editeng/charscaleitem.hxx>#include <editeng/langitem.hxx>Go to the source code of this file.
Classes | |
| class | FontPrevWin_Impl |
Macros | |
| #define | TEXT_WIDTH 80 |
Functions | |
| static bool | GetWhich (const SfxItemSet &rSet, sal_uInt16 nSlot, sal_uInt16 &rWhich) |
| static void | SetPrevFont (const SfxItemSet &rSet, sal_uInt16 nSlot, SvxFont &rFont) |
| static void | SetPrevFontStyle (const SfxItemSet &rSet, sal_uInt16 nPosture, sal_uInt16 nWeight, SvxFont &rFont) |
| static void | SetPrevFontEscapement (SvxFont &rFont, sal_uInt8 nProp, sal_uInt8 nEscProp, short nEsc) |
| #define TEXT_WIDTH 80 |
Definition at line 68 of file fntctrl.cxx.
|
static |
Definition at line 433 of file fntctrl.cxx.
References SfxItemSet::GetItemState(), SfxItemSet::GetPool(), SfxItemPool::GetWhich(), and rSet.
Referenced by IMPL_LINK_NOARG(), SvxFontPrevWindow::SetFontLang(), SvxFontPrevWindow::SetFontSize(), SvxFontPrevWindow::SetFromItemSet(), SetPrevFont(), and SetPrevFontStyle().
|
static |
Definition at line 439 of file fntctrl.cxx.
References SfxItemSet::Get(), SvxFontItem::GetCharSet(), SvxFontItem::GetFamily(), SvxFontItem::GetFamilyName(), SvxFontItem::GetPitch(), SvxFontItem::GetStyleName(), GetWhich(), and rSet.
Referenced by SvxFontPrevWindow::SetFromItemSet().
|
static |
Definition at line 469 of file fntctrl.cxx.
References SvxFont::SetEscapement(), SvxFont::SetPropr(), and SvxFont::SetProprRel().
Referenced by SvxFontPrevWindow::SetFromItemSet().
|
static |
Definition at line 453 of file fntctrl.cxx.
References SfxItemSet::Get(), GetWhich(), ITALIC_NONE, ITALIC_NORMAL, rSet, WEIGHT_BOLD, and WEIGHT_NORMAL.
Referenced by SvxFontPrevWindow::SetFromItemSet().