| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | ww8par6.cxx | 121 sal_uInt8 lcl_ReadBorders(bool bVer67, WW8_BRC* brc, WW8PLCFx_Cp_FKP* pPap, 222 if (bVer67) in SetDocumentGrid() 551 (!mrReader.bVer67 && mrReader.pWDop->iGutterPos && in GetPageULData() 1238 static bool _SetWW8_BRC(bool bVer67, WW8_BRC& rVar, const sal_uInt8* pS) in _SetWW8_BRC() argument 1242 if( bVer67 ) in _SetWW8_BRC() 1251 sal_uInt8 lcl_ReadBorders(bool bVer67, WW8_BRC* brc, WW8PLCFx_Cp_FKP* pPap, in lcl_ReadBorders() argument 1267 if( !bVer67 ) in lcl_ReadBorders() 1276 nBorder |= (_SetWW8_BRC( bVer67, brc[ i ], pSprm[ i ] ))<<i; in lcl_ReadBorders() 1288 const sal_uInt16* pIds = bVer67 ? aVer67Ids : aVer8Ids; in lcl_ReadBorders() 1293 nBorder |= (_SetWW8_BRC( bVer67, brc[ i ], pPap->HasSprm( *pIds )))<<i; in lcl_ReadBorders() [all …]
|
| H A D | ww8par2.cxx | 142 void ReadDef(bool bVer67, const sal_uInt8* pS); 144 void ProcessSprmTSetBRC(bool bVer67, const sal_uInt8* pParamsTSetBRC); 145 void ProcessSprmTTableBorders(bool bVer67, const sal_uInt8* pParams); 152 void ReadNewShd(const sal_uInt8* pS, bool bVer67); 561 aRet.mpSprm37 = pPlcxMan->HasParaSprm( bVer67 ? 37 : 0x2423 ); in TestApo() 562 aRet.mpSprm29 = pPlcxMan->HasParaSprm( bVer67 ? 29 : 0x261B ); in TestApo() 722 if (bVer67) in SetAnlvStrings() 959 if (!bVer67) in SetNumOlst() 1040 pS12 = pPlcxMan->HasParaSprm(bVer67 ? 12 : 0xC63E); // sprmAnld in StartAnl() 1070 pS12 = pPlcxMan->HasParaSprm(bVer67 ? 12 : 0xC63E); // sprmAnld in StartAnl() [all …]
|
| H A D | ww8struc.hxx | 267 short DetermineBorderProperties (bool bVer67, short *pSpace=0, 269 bool IsEmpty(bool bVer67) const; 270 bool IsZeroed(bool bVer67) const; 518 sal_uInt8 GetStyle(bool bVer67) const in GetStyle() 519 { return (sal_uInt8)((maBits >> 10) & ( bVer67 ? 0x1f : 0x3f ) ); } in GetStyle() 536 void SetStyle(bool bVer67, sal_uInt8 nVal) in SetStyle() 538 if (bVer67) in SetStyle() 641 void ReadFromMem(const sal_uInt8 *&pData, bool bVer67)
|
| H A D | ww8par.cxx | 1981 if( bVer67 ) in Read_And() 2115 if( bVer67 ) in HasOwnHeaderFooter() 2163 if( bVer67 ) in Read_HdFt() 2375 if (bVer67) in TabRowSprm() 2412 bool bTableRowEnd = (pPlcxMan->HasParaSprm(bVer67 ? 25 : 0x2417) != 0 ); in ProcessSpecial() 2442 if (bVer67) in ProcessSpecial() 2456 if (nCellLevel && !bVer67) in ProcessSpecial() 2832 const CharSet eSrcCharSet = bVer67 ? GetCurrentCharSet() : in ReadPlainChars() 2834 const CharSet eSrcCJKCharSet = bVer67 ? GetCurrentCJKCharSet() : in ReadPlainChars() 2846 if (!bIsUnicode || bVer67) in ReadPlainChars() [all …]
|
| H A D | ww8graf2.cxx | 474 bool bVer67) in PicRead() argument 485 pDataStream->Read( &pPic->rgbrc[i], bVer67 ? 2 : 4); in PicRead() 488 if (!bVer67) in PicRead() 517 PicRead( pDataStream, &aPic, bVer67); in ImportGraf()
|
| H A D | ww8par4.cxx | 468 WW8ReadSTTBF( !bVer67, rStrm, nTblPos, nTblSiz, bVer67 ? 2 : 0, in ReadRevMarkAuthorStrTabl() 513 if( bVer67 ) in Read_CRevisionMark()
|
| H A D | ww8par.hxx | 550 SwWW8Shade(bool bVer67, const WW8_SHD& rSHD); 1188 bool bVer67; // ( (6 == nVersion) || (7 == nVersion) ); member in SwWW8ImplReader 1674 static sal_uInt32 ExtractColour(const sal_uInt8* &rpData, bool bVer67); 1741 static void PicRead( SvStream *pDataStream, WW8_PIC *pPic, bool bVer67);
|
| H A D | ww8par2.hxx | 61 bool bVer67; member
|
| H A D | ww8par3.cxx | 2018 if (pStyles && !bVer67) in Read_ListLevel() 2028 if (pStyles && !bVer67) in Read_ListLevel() 2232 PicRead( pDataStream, &aPic, bVer67); in ImportFormulaControl()
|
| H A D | ww8scan.cxx | 1162 bVer67= bVer67P; in WW8PLCFx_PCD() 1241 if( !bVer67 ) in AktPieceStartCp2Fc() 1270 if( !bVer67 ) in AktPieceStartFc2Cp() 1288 short WW8_BRC::DetermineBorderProperties(bool bVer67, short *pSpace, in DetermineBorderProperties() argument 1300 if( bVer67 ) in DetermineBorderProperties()
|
| H A D | ww8scan.hxx | 436 bool bVer67; member in WW8PLCFx_PCD
|
| H A D | ww8graf.cxx | 2532 if( bVer67 ) in Read_GrafLayer()
|
| H A D | ww8par5.cxx | 600 if (pPlcxMan && !bVer67) in GetTimeDatePara()
|
| /AOO42X/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 | 1038 bVer67= bVer67P; in WW8PLCFx_PCD() 1116 if( !bVer67 ) in AktPieceStartCp2Fc() 1145 if( !bVer67 ) in AktPieceStartFc2Cp() 1196 short WW8_BRC::DetermineBorderProperties(bool bVer67, short *pSpace, in DetermineBorderProperties() argument 1208 if( bVer67 ) in DetermineBorderProperties() 4882 bool bVer67 = ((6 == nVersion) || (7 == nVersion)); in WW8Fib() local 4915 if( !bVer67 ) in WW8Fib() 4951 if( bVer67 ) in WW8Fib() 4964 if( bVer67 ) in WW8Fib() 5064 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()
|