LibreOffice Module sw (master) 1
Functions
ww8par2.cxx File Reference
#include <sal/config.h>
#include <sal/log.hxx>
#include <comphelper/string.hxx>
#include <osl/diagnose.h>
#include <o3tl/safeint.hxx>
#include <o3tl/temporary.hxx>
#include <tools/solar.h>
#include <vcl/font.hxx>
#include <hintids.hxx>
#include <editeng/colritem.hxx>
#include <editeng/orphitem.hxx>
#include <editeng/widwitem.hxx>
#include <editeng/brushitem.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/fhgtitem.hxx>
#include <editeng/hyphenzoneitem.hxx>
#include <editeng/frmdiritem.hxx>
#include <editeng/pgrditem.hxx>
#include <msfilter.hxx>
#include <pam.hxx>
#include <deletelistener.hxx>
#include <doc.hxx>
#include <IDocumentStylePoolAccess.hxx>
#include <docary.hxx>
#include <ndtxt.hxx>
#include <paratr.hxx>
#include <poolfmt.hxx>
#include <swtable.hxx>
#include <tblsel.hxx>
#include <mdiexp.hxx>
#include <txtftn.hxx>
#include <frmfmt.hxx>
#include <ftnidx.hxx>
#include <fmtftn.hxx>
#include <fmtlsplt.hxx>
#include <charfmt.hxx>
#include <fmtanchr.hxx>
#include <fmtrowsplt.hxx>
#include <fmtfollowtextflow.hxx>
#include <numrule.hxx>
#include "sprmids.hxx"
#include <wwstyles.hxx>
#include "ww8struc.hxx"
#include "ww8par.hxx"
#include "ww8par2.hxx"
#include <frmatr.hxx>
#include <itabenum.hxx>
#include <unocrsr.hxx>
#include <iostream>
#include <memory>
Include dependency graph for ww8par2.cxx:

Go to the source code of this file.

Functions

static void SetBaseAnlv (SwNumFormat &rNum, WW8_ANLV const &rAV, sal_uInt8 nSwLevel)
 
WW8LvlType GetNumType (sal_uInt8 nWwLevelNo)
 
static wwTableSprm GetTableSprm (sal_uInt16 nId, ww::WordVersion eVer)
 
static SvxFrameDirection MakeDirection (sal_uInt16 nCode, bool bIsBiDi)
 
static short WW8SkipOdd (SvStream *pSt)
 
static short WW8SkipEven (SvStream *pSt)
 
std::vector< sal_uInt8ChpxToSprms (const Word2CHPX &rChpx)
 
Word2CHPX ReadWord2Chpx (SvStream &rSt, std::size_t nOffset, sal_uInt8 nSize)
 

Function Documentation

◆ ChpxToSprms()

std::vector< sal_uInt8 > ChpxToSprms ( const Word2CHPX rChpx)

◆ GetNumType()

WW8LvlType GetNumType ( sal_uInt8  nWwLevelNo)

◆ GetTableSprm()

static wwTableSprm GetTableSprm ( sal_uInt16  nId,
ww::WordVersion  eVer 
)
static

◆ MakeDirection()

static SvxFrameDirection MakeDirection ( sal_uInt16  nCode,
bool  bIsBiDi 
)
static

Definition at line 3075 of file ww8par2.cxx.

Referenced by WW8TabDesc::SetTabDirection().

◆ ReadWord2Chpx()

Word2CHPX ReadWord2Chpx ( SvStream rSt,
std::size_t  nOffset,
sal_uInt8  nSize 
)

◆ SetBaseAnlv()

static void SetBaseAnlv ( SwNumFormat rNum,
WW8_ANLV const &  rAV,
sal_uInt8  nSwLevel 
)
static

◆ WW8SkipEven()

static short WW8SkipEven ( SvStream pSt)
static

Definition at line 3626 of file ww8par2.cxx.

References SvStream::ReadBytes(), and SvStream::Tell().

Referenced by WW8RStyle::ImportGrupx(), and WW8RStyle::ImportUPX().

◆ WW8SkipOdd()

static short WW8SkipOdd ( SvStream pSt)
static

Definition at line 3616 of file ww8par2.cxx.

References SvStream::ReadBytes(), and SvStream::Tell().

Referenced by WW8RStyle::ImportGrupx(), and WW8RStyle::ImportUPX().