Searched refs:rTypo (Results 1 – 4 of 4) sorted by relevance
469 void WW8Export::ExportDopTypography(WW8DopTypography &rTypo) in ExportDopTypography() argument570 rTypo.reserved2 = 1; in ExportDopTypography()572 for (rTypo.reserved1=8;rTypo.reserved1>0;rTypo.reserved1-=2) in ExportDopTypography()574 if (0 != (pForbidden = pDoc->getForbiddenCharacters(rTypo.GetConvertedLang(), in ExportDopTypography()577 int nIdx = (rTypo.reserved1-2)/2; in ExportDopTypography()585 if (rTypo.GetConvertedLang() == LANGUAGE_JAPANESE) in ExportDopTypography()591 rTypo.GetJapanNotEndLevel1(), in ExportDopTypography()592 rTypo.nMaxLeading * sizeof(sal_Unicode) in ExportDopTypography()598 rTypo.GetJapanNotBeginLevel1(), in ExportDopTypography()599 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);