| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8par6.cxx | 122 sal_uInt8 lcl_ReadBorders(bool bVer67, WW8_BRC* brc, WW8PLCFx_Cp_FKP* pPap, 223 if (bVer67) in SetDocumentGrid() 552 (!mrReader.bVer67 && mrReader.pWDop->iGutterPos && in GetPageULData() 1239 static bool _SetWW8_BRC(bool bVer67, WW8_BRC& rVar, const sal_uInt8* pS) in _SetWW8_BRC() argument 1243 if( bVer67 ) in _SetWW8_BRC() 1252 sal_uInt8 lcl_ReadBorders(bool bVer67, WW8_BRC* brc, WW8PLCFx_Cp_FKP* pPap, in lcl_ReadBorders() argument 1268 if( !bVer67 ) in lcl_ReadBorders() 1277 nBorder |= (_SetWW8_BRC( bVer67, brc[ i ], pSprm[ i ] ))<<i; in lcl_ReadBorders() 1289 const sal_uInt16* pIds = bVer67 ? aVer67Ids : aVer8Ids; in lcl_ReadBorders() 1294 nBorder |= (_SetWW8_BRC( bVer67, brc[ i ], pPap->HasSprm( *pIds )))<<i; in lcl_ReadBorders() [all …]
|
| H A D | ww8par2.cxx | 143 void ReadDef(bool bVer67, const sal_uInt8* pS); 145 void ProcessSprmTSetBRC(bool bVer67, const sal_uInt8* pParamsTSetBRC); 146 void ProcessSprmTTableBorders(bool bVer67, const sal_uInt8* pParams); 153 void ReadNewShd(const sal_uInt8* pS, bool bVer67); 562 aRet.mpSprm37 = pPlcxMan->HasParaSprm( bVer67 ? 37 : 0x2423 ); in TestApo() 563 aRet.mpSprm29 = pPlcxMan->HasParaSprm( bVer67 ? 29 : 0x261B ); in TestApo() 723 if (bVer67) in SetAnlvStrings() 960 if (!bVer67) in SetNumOlst() 1041 pS12 = pPlcxMan->HasParaSprm(bVer67 ? 12 : 0xC63E); // sprmAnld in StartAnl() 1071 pS12 = pPlcxMan->HasParaSprm(bVer67 ? 12 : 0xC63E); // sprmAnld in StartAnl() [all …]
|
| H A D | ww8struc.hxx | 268 short DetermineBorderProperties (bool bVer67, short *pSpace=0, 270 bool IsEmpty(bool bVer67) const; 271 bool IsZeroed(bool bVer67) const; 519 sal_uInt8 GetStyle(bool bVer67) const in GetStyle() 520 { return (sal_uInt8)((maBits >> 10) & ( bVer67 ? 0x1f : 0x3f ) ); } in GetStyle() 537 void SetStyle(bool bVer67, sal_uInt8 nVal) in SetStyle() 539 if (bVer67) in SetStyle() 642 void ReadFromMem(const sal_uInt8 *&pData, bool bVer67)
|
| H A D | ww8par.cxx | 1982 if( bVer67 ) in Read_And() 2116 if( bVer67 ) in HasOwnHeaderFooter() 2164 if( bVer67 ) in Read_HdFt() 2376 if (bVer67) in TabRowSprm() 2413 bool bTableRowEnd = (pPlcxMan->HasParaSprm(bVer67 ? 25 : 0x2417) != 0 ); in ProcessSpecial() 2443 if (bVer67) in ProcessSpecial() 2457 if (nCellLevel && !bVer67) in ProcessSpecial() 2833 const CharSet eSrcCharSet = bVer67 ? GetCurrentCharSet() : in ReadPlainChars() 2835 const CharSet eSrcCJKCharSet = bVer67 ? GetCurrentCJKCharSet() : in ReadPlainChars() 2847 if (!bIsUnicode || bVer67) in ReadPlainChars() [all …]
|
| H A D | ww8graf2.cxx | 478 bool bVer67) in PicRead() argument 489 pDataStream->Read( &pPic->rgbrc[i], bVer67 ? 2 : 4); in PicRead() 492 if (!bVer67) in PicRead() 521 PicRead( pDataStream, &aPic, bVer67); in ImportGraf()
|
| H A D | ww8par4.cxx | 469 WW8ReadSTTBF( !bVer67, rStrm, nTblPos, nTblSiz, bVer67 ? 2 : 0, in ReadRevMarkAuthorStrTabl() 514 if( bVer67 ) in Read_CRevisionMark()
|
| H A D | ww8par.hxx | 551 SwWW8Shade(bool bVer67, const WW8_SHD& rSHD); 1189 bool bVer67; // ( (6 == nVersion) || (7 == nVersion) ); member in SwWW8ImplReader 1675 static sal_uInt32 ExtractColour(const sal_uInt8* &rpData, bool bVer67); 1742 static void PicRead( SvStream *pDataStream, WW8_PIC *pPic, bool bVer67);
|
| H A D | ww8par2.hxx | 62 bool bVer67; member
|
| H A D | ww8par3.cxx | 2019 if (pStyles && !bVer67) in Read_ListLevel() 2029 if (pStyles && !bVer67) in Read_ListLevel() 2233 PicRead( pDataStream, &aPic, bVer67); in ImportFormulaControl()
|
| H A D | ww8scan.cxx | 1163 bVer67= bVer67P; in WW8PLCFx_PCD() 1242 if( !bVer67 ) in AktPieceStartCp2Fc() 1271 if( !bVer67 ) in AktPieceStartFc2Cp() 1289 short WW8_BRC::DetermineBorderProperties(bool bVer67, short *pSpace, in DetermineBorderProperties() argument 1301 if( bVer67 ) in DetermineBorderProperties()
|
| H A D | ww8scan.hxx | 437 bool bVer67; member in WW8PLCFx_PCD
|
| H A D | ww8graf.cxx | 2541 if( bVer67 ) in Read_GrafLayer()
|
| H A D | ww8par5.cxx | 601 if (pPlcxMan && !bVer67) in GetTimeDatePara()
|
| /AOO41X/main/sw/source/filter/ww8/dump/ |
| H A D | ww8struc.hxx | 492 …sal_uInt8 GetStyle(sal_Bool bVer67) const { return (sal_uInt8)((aBits >> 10) & ( bVer67?0x1f:0x3f … in GetStyle() 501 void SetStyle( sal_Bool bVer67, sal_uInt8 nVal ){ in SetStyle() 502 aBits = (aBits & ( bVer67?0x83ff:0x03ff ) ) in SetStyle() 503 … | ((nVal & ( bVer67?0x1f:0x2f ))<<10); } in SetStyle()
|
| H A D | ww8scan.cxx | 1039 bVer67= bVer67P; in WW8PLCFx_PCD() 1117 if( !bVer67 ) in AktPieceStartCp2Fc() 1146 if( !bVer67 ) in AktPieceStartFc2Cp() 1197 short WW8_BRC::DetermineBorderProperties(bool bVer67, short *pSpace, in DetermineBorderProperties() argument 1209 if( bVer67 ) in DetermineBorderProperties() 4883 bool bVer67 = ((6 == nVersion) || (7 == nVersion)); in WW8Fib() local 4916 if( !bVer67 ) in WW8Fib() 4952 if( bVer67 ) in WW8Fib() 4965 if( bVer67 ) in WW8Fib() 5065 if (bVer67) in WW8Fib() [all …]
|
| H A D | ww8scan.hxx | 341 sal_Bool bVer67; member in WW8PLCFx_PCD 366 sal_Bool IsVersion67() const { return bVer67; } in IsVersion67()
|