Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dwrtww8.cxx483 void WW8Export::ExportDopTypography(WW8DopTypography &rTypo) in ExportDopTypography() argument
584 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 …]
H A Dww8par.cxx1807 void SwWW8ImplReader::ImportDopTypography(const WW8DopTypography &rTypo) in ImportDopTypography() argument
1810 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 …]
H A Dwrtww8.hxx1000 void ExportDopTypography(WW8DopTypography &rTypo);
H A Dww8par.hxx1391 void ImportDopTypography(const WW8DopTypography &rTypo);