Searched refs:rTypo (Results 1 – 4 of 4) sorted by relevance
468 void WW8Export::ExportDopTypography(WW8DopTypography &rTypo) in ExportDopTypography() argument569 rTypo.reserved2 = 1; in ExportDopTypography()571 for (rTypo.reserved1=8;rTypo.reserved1>0;rTypo.reserved1-=2) in ExportDopTypography()573 if (0 != (pForbidden = pDoc->getForbiddenCharacters(rTypo.GetConvertedLang(), in ExportDopTypography()576 int nIdx = (rTypo.reserved1-2)/2; in ExportDopTypography()584 if (rTypo.GetConvertedLang() == LANGUAGE_JAPANESE) in ExportDopTypography()590 rTypo.GetJapanNotEndLevel1(), in ExportDopTypography()591 rTypo.nMaxLeading * sizeof(sal_Unicode) in ExportDopTypography()597 rTypo.GetJapanNotBeginLevel1(), in ExportDopTypography()598 rTypo.nMaxFollowing * sizeof(sal_Unicode) in ExportDopTypography()[all …]
1806 void SwWW8ImplReader::ImportDopTypography(const WW8DopTypography &rTypo) in ImportDopTypography() argument1809 switch (rTypo.iLevelOfKinsoku) in ImportDopTypography()1813 i18n::ForbiddenCharacters aForbidden(rTypo.rgxchFPunct, in ImportDopTypography()1814 rTypo.rgxchLPunct); in ImportDopTypography()1815 rDoc.setForbiddenCharacters(rTypo.GetConvertedLang(), in ImportDopTypography()1819 if (rTypo.GetConvertedLang() == LANGUAGE_JAPANESE) in ImportDopTypography()1833 if (!rTypo.reserved2) in ImportDopTypography()1835 i18n::ForbiddenCharacters aForbidden(rTypo.GetJapanNotBeginLevel1(), in ImportDopTypography()1836 rTypo.GetJapanNotEndLevel1()); in ImportDopTypography()1840 rDoc.set(IDocumentSettingAccess::KERN_ASIAN_PUNCTUATION, rTypo.fKerningPunct); in ImportDopTypography()[all …]
999 void ExportDopTypography(WW8DopTypography &rTypo);
1390 void ImportDopTypography(const WW8DopTypography &rTypo);