Home
last modified time | relevance | path

Searched refs:WW8DopTypography (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx424 const sal_Unicode *WW8DopTypography::GetJapanNotBeginLevel1() in GetJapanNotBeginLevel1()
440 const sal_Unicode *WW8DopTypography::GetJapanNotEndLevel1() in GetJapanNotEndLevel1()
468 void WW8Export::ExportDopTypography(WW8DopTypography &rTypo) in ExportDopTypography()
470 static const sal_Unicode aLangNotBegin[4][WW8DopTypography::nMaxFollowing]= in ExportDopTypography()
516 static const sal_Unicode aLangNotEnd[4][WW8DopTypography::nMaxLeading] = in ExportDopTypography()
624 if (rTypo.cchFollowingPunct > WW8DopTypography::nMaxFollowing - 1) in ExportDopTypography()
625 rTypo.cchFollowingPunct = WW8DopTypography::nMaxFollowing - 1; in ExportDopTypography()
629 if (rTypo.cchLeadingPunct > WW8DopTypography::nMaxLeading - 1) in ExportDopTypography()
630 rTypo.cchLeadingPunct = WW8DopTypography::nMaxLeading -1; in ExportDopTypography()
H A Dww8struc.hxx302 class WW8DopTypography class
H A Dwrtww8.hxx999 void ExportDopTypography(WW8DopTypography &rTypo);
H A Dww8scan.hxx1670 WW8DopTypography doptypography; // see WW8STRUC.HXX
H A Dww8scan.cxx7333 void WW8DopTypography::ReadFromMem(sal_uInt8 *&pData) in ReadFromMem()
7364 void WW8DopTypography::WriteToMem(sal_uInt8 *&pData) const in WriteToMem()
7384 sal_uInt16 WW8DopTypography::GetConvertedLang() const in GetConvertedLang()
H A Dww8par.hxx1390 void ImportDopTypography(const WW8DopTypography &rTypo);
H A Dww8par.cxx1806 void SwWW8ImplReader::ImportDopTypography(const WW8DopTypography &rTypo) in ImportDopTypography()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx6448 void WW8DopTypography::ReadFromMem(sal_uInt8 *&pData) in ReadFromMem()
6471 void WW8DopTypography::WriteToMem(sal_uInt8 *&pData) const in WriteToMem()
6491 sal_uInt16 WW8DopTypography::GetConvertedLang() const in GetConvertedLang()