Searched refs:rTypo (Results 1 – 4 of 4) sorted by relevance
483 void WW8Export::ExportDopTypography(WW8DopTypography &rTypo) in ExportDopTypography() argument584 rTypo.reserved2 = 1; in ExportDopTypography()586 for (rTypo.reserved1=8;rTypo.reserved1>0;rTypo.reserved1-=2) in ExportDopTypography()588 if (0 != (pForbidden = pDoc->getForbiddenCharacters(rTypo.GetConvertedLang(), in ExportDopTypography()591 int nIdx = (rTypo.reserved1-2)/2; in ExportDopTypography()599 if (rTypo.GetConvertedLang() == LANGUAGE_JAPANESE) in ExportDopTypography()605 rTypo.GetJapanNotEndLevel1(), in ExportDopTypography()606 rTypo.nMaxLeading * sizeof(sal_Unicode) in ExportDopTypography()612 rTypo.GetJapanNotBeginLevel1(), in ExportDopTypography()613 rTypo.nMaxFollowing * sizeof(sal_Unicode) in ExportDopTypography()[all …]
1807 void SwWW8ImplReader::ImportDopTypography(const WW8DopTypography &rTypo) in ImportDopTypography() argument1810 switch (rTypo.iLevelOfKinsoku) in ImportDopTypography()1814 i18n::ForbiddenCharacters aForbidden(rTypo.rgxchFPunct, in ImportDopTypography()1815 rTypo.rgxchLPunct); in ImportDopTypography()1816 rDoc.setForbiddenCharacters(rTypo.GetConvertedLang(), in ImportDopTypography()1820 if (rTypo.GetConvertedLang() == LANGUAGE_JAPANESE) in ImportDopTypography()1834 if (!rTypo.reserved2) in ImportDopTypography()1836 i18n::ForbiddenCharacters aForbidden(rTypo.GetJapanNotBeginLevel1(), in ImportDopTypography()1837 rTypo.GetJapanNotEndLevel1()); in ImportDopTypography()1841 rDoc.set(IDocumentSettingAccess::KERN_ASIAN_PUNCTUATION, rTypo.fKerningPunct); in ImportDopTypography()[all …]
1000 void ExportDopTypography(WW8DopTypography &rTypo);
1391 void ImportDopTypography(const WW8DopTypography &rTypo);