Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dtypes.hxx41 enum WordVersion {eWW2 = 2, eWW6 = 6, eWW7 = 7, eWW8 = 8}; enumerator
42 inline bool IsSevenMinus(WordVersion eVer) { return eVer <= eWW7; } in IsSevenMinus()
H A Dww8par6.cxx897 … const sal_uInt16* pIds = eVer <= ww::eWW2 ? aVer2Ids0 : eVer <= ww::eWW7 ? aVer67Ids0 : aVer8Ids0; in CreateSep()
920 …aNewSection.maSep.fUnlocked = eVer > ww::eWW2 ? ReadBSprm(pSep, (eVer <= ww::eWW7 ? 139 : 0x3006),… in CreateSep()
943 …aNewSection.maSep.fEvenlySpaced = ReadBSprm( pSep, ( eVer <= ww::eWW7 ? 138 : 0x3005 ), 1 ) ? true… in CreateSep()
950 const sal_uInt16 nColumnWidthSprmId = ( eVer <= ww::eWW7 ? 136 : 0xF203 ); in CreateSep()
951 const sal_uInt16 nColumnSpacingSprmId = ( eVer <= ww::eWW7 ? 137 : 0xF204 ); in CreateSep()
1021 pIds = eVer <= ww::eWW2 ? aVer2Ids1 : eVer <= ww::eWW7 ? aVer67Ids1 : aVer8Ids1; in CreateSep()
1058 if (const sal_uInt8* p = pSep->HasSprm( (eVer <= ww::eWW7 ? 132 : 0x3001) )) in CreateSep()
1061 if (const sal_uInt8* p = pSep->HasSprm( (eVer <= ww::eWW7 ? 131 : 0x3000) )) in CreateSep()
1109 pIds = eVer <= ww::eWW2 ? aVer2Ids2 : eVer <= ww::eWW7 ? aVer67Ids2 : aVer8Ids2; in CreateSep()
1131 ::lcl_ReadBorders(eVer <= ww::eWW7, aNewSection.brc, 0, 0, pSep); in CreateSep()
[all …]
H A Dww8scan.cxx2998 case ww::eWW7: in NewFkp()
5350 eVer = ww::eWW7; in GetFIBVersion()
H A Dww8par2.cxx1780 case ww::eWW7: in GetTableSprm()