Searched refs:rTypo (Results 1 – 4 of 4) sorted by relevance
570 rTypo.reserved2 = 1; in ExportDopTypography()572 for (rTypo.reserved1=8;rTypo.reserved1>0;rTypo.reserved1-=2) in ExportDopTypography()577 int nIdx = (rTypo.reserved1-2)/2; in ExportDopTypography()603 rTypo.reserved2 = 0; in ExportDopTypography()611 nUseReserved = rTypo.reserved1; in ExportDopTypography()612 rTypo.iLevelOfKinsoku = 2; in ExportDopTypography()620 rTypo.reserved1=nUseReserved; in ExportDopTypography()621 if (rTypo.iLevelOfKinsoku) in ExportDopTypography()628 rTypo.cchLeadingPunct = msword_cast<sal_Int16> in ExportDopTypography()634 (rTypo.cchFollowingPunct+1)*2); 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);
Completed in 59 milliseconds