LibreOffice Module sw (master) 1
Functions
wrtw8num.cxx File Reference
#include <hintids.hxx>
#include <vcl/font.hxx>
#include <editeng/langitem.hxx>
#include <doc.hxx>
#include <docary.hxx>
#include <numrule.hxx>
#include <charfmt.hxx>
#include <com/sun/star/i18n/ScriptType.hpp>
#include "sprmids.hxx"
#include "ww8attributeoutput.hxx"
#include "writerhelper.hxx"
#include "writerwordglue.hxx"
#include "wrtww8.hxx"
#include "ww8par.hxx"
Include dependency graph for wrtw8num.cxx:

Go to the source code of this file.

Functions

sal_Int16 GetWordFirstLineOffset (const SwNumFormat &rFormat)
 
static sal_uInt8 GetLevelNFC (sal_uInt16 eNumType, const SfxItemSet *pOutSet, sal_uInt8 nDefault)
 Converts the SVX numbering type to MSONFC. More...
 

Function Documentation

◆ GetLevelNFC()

static sal_uInt8 GetLevelNFC ( sal_uInt16  eNumType,
const SfxItemSet pOutSet,
sal_uInt8  nDefault 
)
static

Converts the SVX numbering type to MSONFC.

This is used for special paragraph numbering considerations.

Definition at line 241 of file wrtw8num.cxx.

References SfxItemSet::Get(), SvxLanguageItem::GetLanguage(), LANGUAGE_CHINESE_SIMPLIFIED, RES_CHRATR_CJK_LANGUAGE(), and SVX_NUM_NUMBER_LOWER_ZH.

Referenced by WW8AttributeOutput::NumberingLevel().

◆ GetWordFirstLineOffset()

sal_Int16 GetWordFirstLineOffset ( const SwNumFormat rFormat)