Searched refs:pSprm (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sw/source/filter/ww1/ |
H A D | w1sprm.cxx | 68 sal_uInt8* pSprm; in Stop() local 69 Fill(i, nId, nSize, pSprm); in Stop() 79 sal_uInt8* pSprm; in Start() local 80 Fill(i, nId, nSize, pSprm); in Start() 131 short nPara = SVBT16ToShort(pSprm); in Start() 144 short nPara = SVBT16ToShort(pSprm); in Start() 155 short nPara = SVBT16ToShort(pSprm); in Start() 291 W1_BRC10* pBrc =(W1_BRC10*)pSprm; in Start() 307 short nPara = SVBT16ToShort(pSprm); in STOP1() 362 sal_uInt8 nDel = pSprm[1]; in Start() [all …]
|
H A D | w1class.cxx | 481 sal_uInt16 nSize = SVBT8ToByte(pSprm); in Size() 486 sal_uInt16 nDel = SVBT8ToByte(pSprm+1) * 4; in Size() 487 sal_uInt16 nIns = SVBT8ToByte(pSprm + 3 + nDel) * 3; in Size() 496 sal_uInt16 Ww1SingleSprmByteSized::Size(sal_uInt8* pSprm) in Size() argument 499 nRet = SVBT8ToByte(pSprm); in Size() 509 nRet = SVBT16ToShort(pSprm); in Size() 522 nL = GetTab(nId).Size(pSprm); in GetSize() 532 pSprm = p + pArr[index]; in Fill() 533 nId = SVBT8ToByte(pSprm); in Fill() 534 pSprm++; in Fill() [all …]
|
H A D | w1class.hxx | 802 sal_uInt16 GetSize(sal_uInt8 nId, sal_uInt8* pSprm); 804 sal_uInt16 GetSizeBrutto(sal_uInt8* pSprm) { in GetSizeBrutto() argument 805 sal_uInt8 nId = *pSprm++; in GetSizeBrutto() 806 return GetSize(nId, pSprm) + 1; } in GetSizeBrutto()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par3.cxx | 603 sal_uInt8* pSprm; in ReadLVL() local 609 sal_uInt8 *pBegin = pSprm-2; in ReadLVL() 612 short nDxaLeft = SVBT16ToShort( pSprm ); in ReadLVL() 623 sal_uInt8 *pBegin = pSprm-2; in ReadLVL() 626 aLVL.nDxaLeft1 = SVBT16ToShort( pSprm ); in ReadLVL() 633 if (*(pSprm-1) == 5) in ReadLVL() 635 if (*pSprm++ == 0) //nDel in ReadLVL() 637 if (*pSprm++ == 1) //nIns in ReadLVL() 639 nTabPos = SVBT16ToShort(pSprm); in ReadLVL() 640 pSprm+=2; in ReadLVL() [all …]
|
H A D | ww8scan.cxx | 7430 sal_uInt16 wwSprmParser::GetSprmTailLen(sal_uInt16 nId, const sal_uInt8* pSprm) in GetSprmTailLen() 7441 if( pSprm[1 + mnDelta] != 255 ) in GetSprmTailLen() 7442 nL = static_cast< sal_uInt16 >(pSprm[1 + mnDelta] + aSprm.nLen); in GetSprmTailLen() 7445 sal_uInt8 nDel = pSprm[2 + mnDelta]; in GetSprmTailLen() 7446 sal_uInt8 nIns = pSprm[3 + mnDelta + 4 * nDel]; in GetSprmTailLen() 7452 nL = SVBT16ToShort( &pSprm[1 + mnDelta] ); in GetSprmTailLen() 7463 nL = static_cast< sal_uInt16 >(pSprm[1 + mnDelta] + aSprm.nLen); in GetSprmTailLen() 7468 … nL = static_cast< sal_uInt16 >(SVBT16ToShort( &pSprm[1 + mnDelta] ) + aSprm.nLen - 1); in GetSprmTailLen() 7503 sal_uInt16 wwSprmParser::GetSprmSize(sal_uInt16 nId, const sal_uInt8* pSprm) const in GetSprmSize() 7505 return GetSprmTailLen(nId, pSprm) + 1 + mnDelta + SprmDataOfs(nId); in GetSprmSize()
|
H A D | ww8par6.cxx | 1270 sal_uInt8* pSprm[4]; in lcl_ReadBorders() local 1274 pSprm[0], pSprm[1], pSprm[2], pSprm[3] ) ) in lcl_ReadBorders() 1277 nBorder |= (_SetWW8_BRC( bVer67, brc[ i ], pSprm[ i ] ))<<i; in lcl_ReadBorders()
|
H A D | ww8scan.hxx | 135 sal_uInt16 GetSprmSize(sal_uInt16 nId, const sal_uInt8* pSprm) const; 143 sal_uInt16 GetSprmTailLen(sal_uInt16 nId, const sal_uInt8 * pSprm) const;
|
H A D | ww8par.cxx | 5587 const sal_uInt8* pSprm = aDesc.pMemPos; in GetOLEStorageName() local 5591 sal_uInt16 nId = aSprmParser.GetSprmId(pSprm); in GetOLEStorageName() 5592 sal_uInt16 nSL = aSprmParser.GetSprmSize(nId, pSprm); in GetOLEStorageName() 5599 nPictureId = SVBT32ToUInt32(pSprm + in GetOLEStorageName() 5603 pSprm += nSL; in GetOLEStorageName()
|
/trunk/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 6537 sal_uInt16 wwSprmParser::GetSprmTailLen(sal_uInt16 nId, const sal_uInt8* pSprm) in GetSprmTailLen() 6548 if( pSprm[1 + mnDelta] != 255 ) in GetSprmTailLen() 6549 nL = pSprm[1 + mnDelta] + aSprm.nLen; in GetSprmTailLen() 6552 sal_uInt8 nDel = pSprm[2 + mnDelta]; in GetSprmTailLen() 6553 sal_uInt8 nIns = pSprm[3 + mnDelta + 4 * nDel]; in GetSprmTailLen() 6559 nL = SVBT16ToShort( &pSprm[1 + mnDelta] ); in GetSprmTailLen() 6570 nL = pSprm[1 + mnDelta] + aSprm.nLen; in GetSprmTailLen() 6575 nL = SVBT16ToShort( &pSprm[1 + mnDelta] ) + aSprm.nLen - 1; in GetSprmTailLen() 6634 sal_uInt16 wwSprmParser::GetSprmSize(sal_uInt16 nId, const sal_uInt8* pSprm) const in GetSprmSize() 6636 return GetSprmTailLen(nId, pSprm) + 1 + mnDelta + SprmDataOfs(nId); in GetSprmSize()
|
H A D | ww8scan.hxx | 97 short WW8GetSprmSizeNetto( sal_uInt8 nVersion, sal_uInt8* pSprm, sal_uInt16* pId ); 98 short WW8GetSprmSizeBrutto( sal_uInt8 nVersion, sal_uInt8* pSprm, sal_uInt16* pId );
|
H A D | dump8a.cxx | 870 static void DumpMemSprm( sal_uInt8 nVersion, sal_Int16* pSprm ) in DumpMemSprm() argument 872 sal_uInt8* p = (sal_uInt8*)pSprm; in DumpMemSprm()
|
Completed in 147 milliseconds