Searched refs:eWW7 (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | types.hxx | 39 enum WordVersion {eWW2 = 2, eWW6 = 6, eWW7 = 7, eWW8 = 8}; enumerator 40 inline bool IsSevenMinus(WordVersion eVer) { return eVer <= eWW7; } in IsSevenMinus()
|
| H A D | ww8par6.cxx | 896 … const sal_uInt16* pIds = eVer <= ww::eWW2 ? aVer2Ids0 : eVer <= ww::eWW7 ? aVer67Ids0 : aVer8Ids0; in CreateSep() 919 …aNewSection.maSep.fUnlocked = eVer > ww::eWW2 ? ReadBSprm(pSep, (eVer <= ww::eWW7 ? 139 : 0x3006),… in CreateSep() 942 …aNewSection.maSep.fEvenlySpaced = ReadBSprm( pSep, ( eVer <= ww::eWW7 ? 138 : 0x3005 ), 1 ) ? true… in CreateSep() 949 const sal_uInt16 nColumnWidthSprmId = ( eVer <= ww::eWW7 ? 136 : 0xF203 ); in CreateSep() 950 const sal_uInt16 nColumnSpacingSprmId = ( eVer <= ww::eWW7 ? 137 : 0xF204 ); in CreateSep() 1020 pIds = eVer <= ww::eWW2 ? aVer2Ids1 : eVer <= ww::eWW7 ? aVer67Ids1 : aVer8Ids1; in CreateSep() 1057 if (const sal_uInt8* p = pSep->HasSprm( (eVer <= ww::eWW7 ? 132 : 0x3001) )) in CreateSep() 1060 if (const sal_uInt8* p = pSep->HasSprm( (eVer <= ww::eWW7 ? 131 : 0x3000) )) in CreateSep() 1108 pIds = eVer <= ww::eWW2 ? aVer2Ids2 : eVer <= ww::eWW7 ? aVer67Ids2 : aVer8Ids2; in CreateSep() 1130 ::lcl_ReadBorders(eVer <= ww::eWW7, aNewSection.brc, 0, 0, pSep); in CreateSep() [all …]
|
| H A D | ww8scan.cxx | 2997 case ww::eWW7: in NewFkp() 5349 eVer = ww::eWW7; in GetFIBVersion()
|
| H A D | ww8par2.cxx | 1779 case ww::eWW7: in GetTableSprm()
|