LibreOffice Module editeng (master) 1
Macros | Functions
rtfitem.cxx File Reference
#include <editeng/fontitem.hxx>
#include <editeng/postitem.hxx>
#include <editeng/wghtitem.hxx>
#include <editeng/fhgtitem.hxx>
#include <editeng/udlnitem.hxx>
#include <editeng/crossedoutitem.hxx>
#include <editeng/shdditem.hxx>
#include <editeng/autokernitem.hxx>
#include <editeng/wrlmitem.hxx>
#include <editeng/contouritem.hxx>
#include <editeng/colritem.hxx>
#include <editeng/kernitem.hxx>
#include <editeng/cmapitem.hxx>
#include <editeng/escapementitem.hxx>
#include <editeng/langitem.hxx>
#include <editeng/emphasismarkitem.hxx>
#include <editeng/twolinesitem.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/shaditem.hxx>
#include <editeng/borderline.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/keepitem.hxx>
#include <editeng/brushitem.hxx>
#include <editeng/lspcitem.hxx>
#include <editeng/adjustitem.hxx>
#include <editeng/tstpitem.hxx>
#include <editeng/spltitem.hxx>
#include <editeng/hyphenzoneitem.hxx>
#include <editeng/charscaleitem.hxx>
#include <editeng/charrotateitem.hxx>
#include <editeng/charreliefitem.hxx>
#include <editeng/paravertalignitem.hxx>
#include <editeng/forbiddenruleitem.hxx>
#include <editeng/hngpnctitem.hxx>
#include <editeng/scriptspaceitem.hxx>
#include <editeng/frmdiritem.hxx>
#include <editeng/charhiddenitem.hxx>
#include <svtools/rtftoken.h>
#include <svl/itempool.hxx>
#include <svl/itemiter.hxx>
#include <sal/log.hxx>
#include <vcl/font.hxx>
#include <editeng/svxrtf.hxx>
#include <editeng/editids.hrc>
#include <limits.h>
Include dependency graph for rtfitem.cxx:

Go to the source code of this file.

Macros

#define BRACELEFT   '{'
 
#define BRACERIGHT   '}'
 

Functions

static void SetBorderLine (int nBorderTyp, SvxBoxItem &rItem, const SvxBorderLine &rBorder)
 
static sal_uInt32 CalcShading (sal_uInt32 nColor, sal_uInt32 nFillColor, sal_uInt8 nShading)
 

Macro Definition Documentation

◆ BRACELEFT

#define BRACELEFT   '{'

Definition at line 71 of file rtfitem.cxx.

◆ BRACERIGHT

#define BRACERIGHT   '}'

Definition at line 72 of file rtfitem.cxx.

Function Documentation

◆ CalcShading()

static sal_uInt32 CalcShading ( sal_uInt32  nColor,
sal_uInt32  nFillColor,
sal_uInt8  nShading 
)
static

Definition at line 1537 of file rtfitem.cxx.

Referenced by SvxRTFParser::ReadBackgroundAttr().

◆ SetBorderLine()

static void SetBorderLine ( int  nBorderTyp,
SvxBoxItem rItem,
const SvxBorderLine rBorder 
)
static