LibreOffice Module sw (master) 1
|
#include <ww8struc.hxx>
Public Types | |
enum | RuleLengths { nMaxFollowing = 101 , nMaxLeading = 51 } |
Public Member Functions | |
void | ReadFromMem (sal_uInt8 *&pData) |
void | WriteToMem (sal_uInt8 *&pData) const |
LanguageType | GetConvertedLang () const |
Public Attributes | |
sal_uInt16 | m_fKerningPunct: 1 |
sal_uInt16 | m_iJustification: 2 |
sal_uInt16 | m_iLevelOfKinsoku: 2 |
sal_uInt16 | m_f2on1: 1 |
sal_uInt16 | m_reserved1: 4 |
sal_uInt16 | m_reserved2: 6 |
sal_Int16 | m_cchFollowingPunct |
sal_Int16 | m_cchLeadingPunct |
sal_Unicode | m_rgxchFPunct [nMaxFollowing] |
sal_Unicode | m_rgxchLPunct [nMaxLeading] |
Static Public Attributes | |
static constexpr OUStringLiteral | JapanNotBeginLevel1 |
static constexpr OUStringLiteral | JapanNotEndLevel1 |
Definition at line 365 of file ww8struc.hxx.
Enumerator | |
---|---|
nMaxFollowing | |
nMaxLeading |
Definition at line 396 of file ww8struc.hxx.
LanguageType WW8DopTypography::GetConvertedLang | ( | ) | const |
Definition at line 8349 of file ww8scan.cxx.
References LANGUAGE_CHINESE_SIMPLIFIED, LANGUAGE_CHINESE_SIMPLIFIED_LEGACY, LANGUAGE_CHINESE_TRADITIONAL, LANGUAGE_JAPANESE, LANGUAGE_KOREAN, m_reserved1, and nLang.
Referenced by WW8Export::ExportDopTypography(), and SwWW8ImplReader::ImportDopTypography().
void WW8DopTypography::ReadFromMem | ( | sal_uInt8 *& | pData | ) |
Definition at line 8298 of file ww8scan.cxx.
References Get_Short(), Get_UShort(), i, m_cchFollowingPunct, m_cchLeadingPunct, m_f2on1, m_fKerningPunct, m_iJustification, m_iLevelOfKinsoku, m_reserved1, m_reserved2, m_rgxchFPunct, m_rgxchLPunct, nMaxFollowing, nMaxLeading, and pData.
Referenced by WW8Dop::WW8Dop().
void WW8DopTypography::WriteToMem | ( | sal_uInt8 *& | pData | ) | const |
Definition at line 8329 of file ww8scan.cxx.
References i, m_cchFollowingPunct, m_cchLeadingPunct, m_f2on1, m_fKerningPunct, m_iJustification, m_iLevelOfKinsoku, m_reserved1, m_reserved2, m_rgxchFPunct, m_rgxchLPunct, nMaxFollowing, nMaxLeading, pData, and Set_UInt16().
Referenced by WW8Dop::Write().
|
staticconstexpr |
Definition at line 397 of file ww8struc.hxx.
Referenced by WW8Export::ExportDopTypography(), and SwWW8ImplReader::ImportDopTypography().
|
staticconstexpr |
Definition at line 405 of file ww8struc.hxx.
Referenced by WW8Export::ExportDopTypography(), and SwWW8ImplReader::ImportDopTypography().
sal_Int16 WW8DopTypography::m_cchFollowingPunct |
Definition at line 410 of file ww8struc.hxx.
Referenced by WW8Export::ExportDopTypography(), ReadFromMem(), and WriteToMem().
sal_Int16 WW8DopTypography::m_cchLeadingPunct |
Definition at line 411 of file ww8struc.hxx.
Referenced by WW8Export::ExportDopTypography(), ReadFromMem(), and WriteToMem().
sal_uInt16 WW8DopTypography::m_f2on1 |
Definition at line 383 of file ww8struc.hxx.
Referenced by ReadFromMem(), and WriteToMem().
sal_uInt16 WW8DopTypography::m_fKerningPunct |
Definition at line 374 of file ww8struc.hxx.
Referenced by WW8Export::ExportDopTypography(), SwWW8ImplReader::ImportDopTypography(), ReadFromMem(), and WriteToMem().
sal_uInt16 WW8DopTypography::m_iJustification |
Definition at line 375 of file ww8struc.hxx.
Referenced by WW8Export::ExportDopTypography(), SwWW8ImplReader::ImportDopTypography(), ReadFromMem(), and WriteToMem().
sal_uInt16 WW8DopTypography::m_iLevelOfKinsoku |
Definition at line 379 of file ww8struc.hxx.
Referenced by WW8Export::ExportDopTypography(), SwWW8ImplReader::ImportDopTypography(), ReadFromMem(), and WriteToMem().
sal_uInt16 WW8DopTypography::m_reserved1 |
Definition at line 384 of file ww8struc.hxx.
Referenced by WW8Export::ExportDopTypography(), GetConvertedLang(), ReadFromMem(), and WriteToMem().
sal_uInt16 WW8DopTypography::m_reserved2 |
Definition at line 385 of file ww8struc.hxx.
Referenced by WW8Export::ExportDopTypography(), SwWW8ImplReader::ImportDopTypography(), ReadFromMem(), and WriteToMem().
sal_Unicode WW8DopTypography::m_rgxchFPunct[nMaxFollowing] |
Definition at line 414 of file ww8struc.hxx.
Referenced by WW8Export::ExportDopTypography(), SwWW8ImplReader::ImportDopTypography(), ReadFromMem(), and WriteToMem().
sal_Unicode WW8DopTypography::m_rgxchLPunct[nMaxLeading] |
Definition at line 416 of file ww8struc.hxx.
Referenced by WW8Export::ExportDopTypography(), SwWW8ImplReader::ImportDopTypography(), ReadFromMem(), and WriteToMem().