Home
last modified time | relevance | path

Searched refs:pSprm (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/filter/ww1/
H A Dw1sprm.cxx68 sal_uInt8* pSprm; in Stop() local
69 Fill(i, nId, nSize, pSprm); in Stop()
70 GetTab(nId).Stop(rOut, nId, pSprm, nSize, rMan); in Stop()
79 sal_uInt8* pSprm; in Start() local
80 Fill(i, nId, nSize, pSprm); in Start()
81 GetTab(nId).Start(rOut, nId, pSprm, nSize, rMan); in Start()
128 Ww1Shell& rOut, sal_uInt8, sal_uInt8* pSprm, sal_uInt16, Ww1Manager&) in Start() argument
131 short nPara = SVBT16ToShort(pSprm); in Start()
141 Ww1Shell& rOut, sal_uInt8, sal_uInt8* pSprm, sal_uInt16, Ww1Manager&) in Start() argument
144 short nPara = SVBT16ToShort(pSprm); in Start()
[all …]
H A Dw1class.cxx477 sal_uInt16 Ww1SingleSprmTab::Size(sal_uInt8* pSprm) // Doc 24/25, Fastsave-Sprm in Size() argument
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()
506 sal_uInt16 Ww1SingleSprmWordSized::Size(sal_uInt8* pSprm) in Size() argument
509 nRet = SVBT16ToShort(pSprm); in Size()
518 sal_uInt16 Ww1Sprm::GetSize(sal_uInt8 nId, sal_uInt8* pSprm) in GetSize() argument
522 nL = GetTab(nId).Size(pSprm); in GetSize()
[all …]
H A Dw1class.hxx802 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 Dww8par3.cxx602 sal_uInt8* pSprm; in ReadLVL() local
604 (0 != (pSprm = GrpprlHasSprm(0x840F,aGrpprlPapx[0],aLVL.nLenGrpprlPapx))) || in ReadLVL()
605 (0 != (pSprm = GrpprlHasSprm(0x845E,aGrpprlPapx[0],aLVL.nLenGrpprlPapx))) in ReadLVL()
608 sal_uInt8 *pBegin = pSprm-2; in ReadLVL()
611 short nDxaLeft = SVBT16ToShort( pSprm ); in ReadLVL()
618 (0 != (pSprm = GrpprlHasSprm(0x8411,aGrpprlPapx[0],aLVL.nLenGrpprlPapx)) ) || in ReadLVL()
619 (0 != (pSprm = GrpprlHasSprm(0x8460,aGrpprlPapx[0],aLVL.nLenGrpprlPapx)) ) in ReadLVL()
622 sal_uInt8 *pBegin = pSprm-2; in ReadLVL()
625 aLVL.nDxaLeft1 = SVBT16ToShort( pSprm ); in ReadLVL()
629 if(0 != (pSprm = GrpprlHasSprm(0xC615,aGrpprlPapx[0],aLVL.nLenGrpprlPapx)) ) in ReadLVL()
[all …]
H A Dww8scan.cxx7429 sal_uInt16 wwSprmParser::GetSprmTailLen(sal_uInt16 nId, const sal_uInt8* pSprm) in GetSprmTailLen()
7440 if( pSprm[1 + mnDelta] != 255 ) in GetSprmTailLen()
7441 nL = static_cast< sal_uInt16 >(pSprm[1 + mnDelta] + aSprm.nLen); in GetSprmTailLen()
7444 sal_uInt8 nDel = pSprm[2 + mnDelta]; in GetSprmTailLen()
7445 sal_uInt8 nIns = pSprm[3 + mnDelta + 4 * nDel]; in GetSprmTailLen()
7451 nL = SVBT16ToShort( &pSprm[1 + mnDelta] ); in GetSprmTailLen()
7462 nL = static_cast< sal_uInt16 >(pSprm[1 + mnDelta] + aSprm.nLen); in GetSprmTailLen()
7467 … nL = static_cast< sal_uInt16 >(SVBT16ToShort( &pSprm[1 + mnDelta] ) + aSprm.nLen - 1); in GetSprmTailLen()
7502 sal_uInt16 wwSprmParser::GetSprmSize(sal_uInt16 nId, const sal_uInt8* pSprm) const in GetSprmSize()
7504 return GetSprmTailLen(nId, pSprm) + 1 + mnDelta + SprmDataOfs(nId); in GetSprmSize()
H A Dww8par6.cxx1269 sal_uInt8* pSprm[4]; in lcl_ReadBorders() local
1273 pSprm[0], pSprm[1], pSprm[2], pSprm[3] ) ) in lcl_ReadBorders()
1276 nBorder |= (_SetWW8_BRC( bVer67, brc[ i ], pSprm[ i ] ))<<i; in lcl_ReadBorders()
H A Dww8scan.hxx134 sal_uInt16 GetSprmSize(sal_uInt16 nId, const sal_uInt8* pSprm) const;
142 sal_uInt16 GetSprmTailLen(sal_uInt16 nId, const sal_uInt8 * pSprm) const;
H A Dww8par.cxx5586 const sal_uInt8* pSprm = aDesc.pMemPos; in GetOLEStorageName() local
5590 sal_uInt16 nId = aSprmParser.GetSprmId(pSprm); in GetOLEStorageName()
5591 sal_uInt16 nSL = aSprmParser.GetSprmSize(nId, pSprm); in GetOLEStorageName()
5598 nPictureId = SVBT32ToUInt32(pSprm + in GetOLEStorageName()
5602 pSprm += nSL; in GetOLEStorageName()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx6536 sal_uInt16 wwSprmParser::GetSprmTailLen(sal_uInt16 nId, const sal_uInt8* pSprm) in GetSprmTailLen()
6547 if( pSprm[1 + mnDelta] != 255 ) in GetSprmTailLen()
6548 nL = pSprm[1 + mnDelta] + aSprm.nLen; in GetSprmTailLen()
6551 sal_uInt8 nDel = pSprm[2 + mnDelta]; in GetSprmTailLen()
6552 sal_uInt8 nIns = pSprm[3 + mnDelta + 4 * nDel]; in GetSprmTailLen()
6558 nL = SVBT16ToShort( &pSprm[1 + mnDelta] ); in GetSprmTailLen()
6569 nL = pSprm[1 + mnDelta] + aSprm.nLen; in GetSprmTailLen()
6574 nL = SVBT16ToShort( &pSprm[1 + mnDelta] ) + aSprm.nLen - 1; in GetSprmTailLen()
6633 sal_uInt16 wwSprmParser::GetSprmSize(sal_uInt16 nId, const sal_uInt8* pSprm) const in GetSprmSize()
6635 return GetSprmTailLen(nId, pSprm) + 1 + mnDelta + SprmDataOfs(nId); in GetSprmSize()
H A Dww8scan.hxx97 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 Ddump8a.cxx870 static void DumpMemSprm( sal_uInt8 nVersion, sal_Int16* pSprm ) in DumpMemSprm() argument
872 sal_uInt8* p = (sal_uInt8*)pSprm; in DumpMemSprm()