LibreOffice Module svx (master) 1
Classes | Macros | Functions
fntctrl.cxx File Reference
#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>
Include dependency graph for fntctrl.cxx:

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)
 

Macro Definition Documentation

◆ TEXT_WIDTH

#define TEXT_WIDTH   80

Definition at line 68 of file fntctrl.cxx.

Function Documentation

◆ GetWhich()

static bool GetWhich ( const SfxItemSet rSet,
sal_uInt16  nSlot,
sal_uInt16 &  rWhich 
)
static

◆ SetPrevFont()

static void SetPrevFont ( const SfxItemSet rSet,
sal_uInt16  nSlot,
SvxFont rFont 
)
static

◆ SetPrevFontEscapement()

static void SetPrevFontEscapement ( SvxFont rFont,
sal_uInt8  nProp,
sal_uInt8  nEscProp,
short  nEsc 
)
static

◆ SetPrevFontStyle()

static void SetPrevFontStyle ( const SfxItemSet rSet,
sal_uInt16  nPosture,
sal_uInt16  nWeight,
SvxFont rFont 
)
static