Searched refs:WW8DopTypography (Results 1 – 8 of 8) sorted by relevance
439 const sal_Unicode *WW8DopTypography::GetJapanNotBeginLevel1() in GetJapanNotBeginLevel1()455 const sal_Unicode *WW8DopTypography::GetJapanNotEndLevel1() in GetJapanNotEndLevel1()483 void WW8Export::ExportDopTypography(WW8DopTypography &rTypo) in ExportDopTypography()485 static const sal_Unicode aLangNotBegin[4][WW8DopTypography::nMaxFollowing]= in ExportDopTypography()531 static const sal_Unicode aLangNotEnd[4][WW8DopTypography::nMaxLeading] = in ExportDopTypography()639 if (rTypo.cchFollowingPunct > WW8DopTypography::nMaxFollowing - 1) in ExportDopTypography()640 rTypo.cchFollowingPunct = WW8DopTypography::nMaxFollowing - 1; in ExportDopTypography()644 if (rTypo.cchLeadingPunct > WW8DopTypography::nMaxLeading - 1) in ExportDopTypography()645 rTypo.cchLeadingPunct = WW8DopTypography::nMaxLeading -1; in ExportDopTypography()
303 class WW8DopTypography class
1000 void ExportDopTypography(WW8DopTypography &rTypo);
1671 WW8DopTypography doptypography; // see WW8STRUC.HXX
7335 void WW8DopTypography::ReadFromMem(sal_uInt8 *&pData) in ReadFromMem()7366 void WW8DopTypography::WriteToMem(sal_uInt8 *&pData) const in WriteToMem()7386 sal_uInt16 WW8DopTypography::GetConvertedLang() const in GetConvertedLang()
1391 void ImportDopTypography(const WW8DopTypography &rTypo);
1807 void SwWW8ImplReader::ImportDopTypography(const WW8DopTypography &rTypo) in ImportDopTypography()
6449 void WW8DopTypography::ReadFromMem(sal_uInt8 *&pData) in ReadFromMem()6472 void WW8DopTypography::WriteToMem(sal_uInt8 *&pData) const in WriteToMem()6492 sal_uInt16 WW8DopTypography::GetConvertedLang() const in GetConvertedLang()
Completed in 148 milliseconds