Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx121 sal_uInt8 lcl_ReadBorders(bool bVer67, WW8_BRC* brc, WW8PLCFx_Cp_FKP* pPap,
1251 sal_uInt8 lcl_ReadBorders(bool bVer67, WW8_BRC* brc, WW8PLCFx_Cp_FKP* pPap, in lcl_ReadBorders() argument
1290 if( pPap ) in lcl_ReadBorders()
1293 nBorder |= (_SetWW8_BRC( bVer67, brc[ i ], pPap->HasSprm( *pIds )))<<i; in lcl_ReadBorders()
1301 ASSERT( pSty || pPap, "WW8PLCFx_Cp_FKP and WW8RStyle " in lcl_ReadBorders()
1672 inline bool SetValSprm( sal_Int16* pVar, WW8PLCFx_Cp_FKP* pPap, sal_uInt16 nId ) in SetValSprm() argument
1674 const sal_uInt8* pS = pPap->HasSprm( nId ); in SetValSprm()
1742 void WW8FlyPara::Read(const sal_uInt8* pSprm29, WW8PLCFx_Cp_FKP* pPap) in Read() argument
1750 SetValSprm( &nSp26, pPap, 26 ); // X-Position //sprmPDxaAbs in Read()
1752 mbVertSet |= SetValSprm( &nSp27, pPap, 27 ); // Y-Position //sprmPDyaAbs in Read()
[all …]
H A Dww8par2.cxx484 bool SwWW8ImplReader::SearchRowEnd(WW8PLCFx_Cp_FKP* pPap, WW8_CP &rStartCp, in SearchRowEnd() argument
491 while (pPap->HasFkp() && rStartCp != WW8_CP_MAX) in SearchRowEnd()
493 if (pPap->Where() != WW8_CP_MAX) in SearchRowEnd()
495 const sal_uInt8* pB = pPap->HasSprm(TabRowSprm(nLevel)); in SearchRowEnd()
499 if (0 != (pLevel = pPap->HasSprm(0x6649))) in SearchRowEnd()
515 if (!(pPap->SeekPos(aRes.nStartPos))) in SearchRowEnd()
518 pPap->SetDirty(true); in SearchRowEnd()
520 pPap->GetSprms(&aRes); in SearchRowEnd()
521 pPap->SetDirty(false); in SearchRowEnd()
1705 const sal_uInt8 *HasTabCellSprm(WW8PLCFx_Cp_FKP* pPap, bool bVer67) in HasTabCellSprm() argument
[all …]
H A Dww8scan.cxx4450 if ( (&rDesc == pPap) && rDesc.bRealLineEnd ) in AdjustEnds()
4452 if ( pPap->nEndPos != WW8_CP_MAX ) // Para adjust in AdjustEnds()
4454 nLineEnd = pPap->nEndPos;// nLineEnd zeigt *hinter* das <CR> in AdjustEnds()
4455 pPap->nEndPos--; // Absatzende um 1 Zeichen verkuerzen in AdjustEnds()
4574 pPap = &aD[8]; in WW8PLCFMan()
4596 pPap = &aD[5]; in WW8PLCFMan()
4603 pPap->pPLCFx = pBase->pPapPLCF; in WW8PLCFMan()
4674 p->nCpOfs = ( p == pChp || p == pPap || p == pBkm || p == pPcd || in WW8PLCFMan()
4681 if ((p == pChp) || (p == pPap)) in WW8PLCFMan()
4701 if ((p == pChp) || (p == pPap)) in WW8PLCFMan()
[all …]
H A Dww8scan.hxx846 WW8PLCFxDesc *pChp, *pPap, *pSep, *pFld, *pFtn, *pEdn, *pBkm, *pPcd, member in WW8PLCFMan
895 { return (WW8PLCFx_Cp_FKP*)pPap->pPLCFx; } in GetPapPLCF()
898 WW8PLCFxDesc* GetPap() const { return pPap; } in GetPap()
H A Dww8par.cxx2453 WW8PLCFx_Cp_FKP* pPap = 0; in ProcessSpecial() local
2461 pPap = pPlcxMan->GetPapPLCF(); in ProcessSpecial()
2467 bool bHasRowEnd = SearchRowEnd(pPap, nMyStartCp, nCellLevel-1); in ProcessSpecial()
2480 pFirstTablePap = pPap; in ProcessSpecial()
2482 if ( bHasRowEnd && ParseTabPos(&aTabPos,pPap) ) in ProcessSpecial()
2486 if ( pFirstTablePap != pPap ) in ProcessSpecial()
2495 …ApoTestResults aApo = TestApo(nCellLevel, bTableRowEnd, pTabPos, !(pFirstTablePap == pPap && bTabl… in ProcessSpecial()
H A Dww8par2.hxx77 void Read(const sal_uInt8* pSprm29, WW8PLCFx_Cp_FKP* pPap);
H A Dww8par.hxx1648 static bool ParseTabPos(WW8_TablePos *aTabPos, WW8PLCFx_Cp_FKP* pPap);
1730 bool SearchRowEnd(WW8PLCFx_Cp_FKP* pPap,WW8_CP &rStartCp, int nLevel) const;
/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx1069 nPushedFkpIndex(0xffff), ulOffset(0), pPap(0) in Ww1Pap()
1086 if (pPap == NULL) in Where()
1089 pPap = new Ww1FkpPap(rFib.GetStream(), in Where()
1094 if (pPap != NULL) in Where()
1096 if (nFkpIndex <= pPap->Count()) in Where()
1097 ulRet = pPap->Where(nFkpIndex) - rFib.GetFIB().fcMinGet(); in Where()
1103 if (pPap != NULL) in operator ++()
1105 if (++nFkpIndex > pPap->Count()) in operator ++()
1107 delete pPap; in operator ++()
1108 pPap = NULL; in operator ++()
[all …]
H A Dw1class.hxx1449 Ww1FkpPap* pPap; member in Ww1Pap
1454 if (pPap && nFkpIndex >= pPap->Count() ) in UpdateIdx()
1456 delete pPap; in UpdateIdx()
1457 pPap = NULL; in UpdateIdx()
1460 if( !pPap ) in UpdateIdx()
1467 ~Ww1Pap() { delete pPap; } in ~Ww1Pap()
1473 return pPap->Fill(nFkpIndex, pB, nSize); in FillStart()
1477 return nFkpIndex ? pPap->Fill(nFkpIndex-1, pB, nSize) : sal_False; in FillStop()
1489 delete pPap; in Push()
1490 pPap = NULL; in Push()
[all …]
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx4004 if ( (&rDesc == pPap) && rDesc.bRealLineEnd ) in AdjustEnds()
4006 if ( pPap->nEndPos != LONG_MAX ) // Para adjust in AdjustEnds()
4008 nLineEnd = pPap->nEndPos;// nLineEnd zeigt *hinter* das <CR> in AdjustEnds()
4009 pPap->nEndPos--; // Absatzende um 1 Zeichen verkuerzen in AdjustEnds()
4122 pPap = &aD[8]; in WW8PLCFMan()
4144 pPap = &aD[5]; in WW8PLCFMan()
4151 pPap->pPLCFx = pBase->pPapPLCF; in WW8PLCFMan()
4229 p->nCpOfs = ( p == pChp || p == pPap || p == pBkm || p == pPcd || in WW8PLCFMan()
4236 if ((p == pChp) || (p == pPap)) in WW8PLCFMan()
4256 if ((p == pChp) || (p == pPap)) in WW8PLCFMan()
[all …]
H A Dww8scan.hxx672 WW8PLCFxDesc *pChp, *pPap, *pSep, *pFld, *pFldTxbx, *pFldTxbxHdft, member in WW8PLCFMan
723 WW8PLCFx_Cp_FKP* GetPapPLCF(){ return (WW8PLCFx_Cp_FKP*)pPap->pPLCFx; } in GetPapPLCF()
725 WW8PLCFxDesc* GetPap(){ return pPap; } in GetPap()