Home
last modified time | relevance | path

Searched refs:rTypo (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx468 void WW8Export::ExportDopTypography(WW8DopTypography &rTypo) in ExportDopTypography() argument
569 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 …]
H A Dww8par.cxx1806 void SwWW8ImplReader::ImportDopTypography(const WW8DopTypography &rTypo) in ImportDopTypography() argument
1809 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 …]
H A Dwrtww8.hxx999 void ExportDopTypography(WW8DopTypography &rTypo);
H A Dww8par.hxx1390 void ImportDopTypography(const WW8DopTypography &rTypo);