Home
last modified time | relevance | path

Searched refs:nCpOfs (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx4043 if (nCpOfs > nStartPos) in ReduceByOffset()
4046 nStartPos -= nCpOfs; in ReduceByOffset()
4050 ASSERT(nCpOfs <= nEndPos, in ReduceByOffset()
4052 nEndPos -= nCpOfs; in ReduceByOffset()
4229 p->nCpOfs = ( p == pChp || p == pPap || p == pBkm || p == pPcd || in WW8PLCFMan()
4258 WW8_CP nTemp = p->nEndPos+p->nCpOfs; in WW8PLCFMan()
4522 p->nStartPos = p->nOrigEndPos+p->nCpOfs; in AdvSprm()
4788 aD.nStartPos = nOrigStartPos+nCpOfs; in Save()
4789 aD.nCpOfs = rSave.nCpOfs = nCpOfs; in Save()
4812 aD.nStartPos = rSave.nStartCp+rSave.nCpOfs; in Restore()
[all …]
H A Dww8scan.hxx652 long nCpOfs; // fuer Offset Header .. Footnote member
710 long GetCpOfs() const { return pChp->nCpOfs; } // fuer Header/Footer... in GetCpOfs()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx4489 if (nCpOfs > nStartPos) in ReduceByOffset()
4492 nStartPos -= nCpOfs; in ReduceByOffset()
4496 ASSERT(nCpOfs <= nEndPos, in ReduceByOffset()
4498 nEndPos -= nCpOfs; in ReduceByOffset()
4674 p->nCpOfs = ( p == pChp || p == pPap || p == pBkm || p == pPcd || in WW8PLCFMan()
4703 WW8_CP nTemp = p->nEndPos+p->nCpOfs; in WW8PLCFMan()
4969 p->nStartPos = p->nOrigEndPos+p->nCpOfs; in AdvSprm()
5235 aD.nStartPos = nOrigStartPos+nCpOfs; in Save()
5236 aD.nCpOfs = rSave.nCpOfs = nCpOfs; in Save()
5259 aD.nStartPos = rSave.nStartCp+rSave.nCpOfs; in Restore()
[all …]
H A Dww8par.cxx2815 bool SwWW8ImplReader::ReadPlainChars(WW8_CP& rPos, long nEnd, long nCpOfs) in ReadPlainChars() argument
2820 WW8_FC nStreamPos = pSBase->WW8Cp2Fc(nCpOfs+rPos, &bIsUnicode); in ReadPlainChars()
2982 long nCpOfs) in ReadChars() argument
3003 if (ReadPlainChars(rPos, nEnd, nCpOfs)) in ReadChars()
3006 bool bStartLine = ReadChar(rPos, nCpOfs); in ReadChars()
3057 bool SwWW8ImplReader::ReadChar(long nPosCp, long nCpOfs) in ReadChar() argument
3063 pStrm->Seek( pSBase->WW8Cp2Fc(nCpOfs+nPosCp, &bIsUnicode) ); in ReadChar()
3214 if (pTest && pTest->SeekPosExact(nPosCp+1+nCpOfs) && in ReadChar()
3215 pTest->Where() == nPosCp+1+nCpOfs) in ReadChar()
3516 long nCpOfs = pPlcxMan->GetCpOfs(); // Offset fuer Header/Footer, Footnote in ReadText() local
[all …]
H A Dww8scan.hxx197 long nCpOfs; member
813 long nCpOfs; // fuer Offset Header .. Footnote member
883 long GetCpOfs() const { return pChp->nCpOfs; } // for Header/Footer... in GetCpOfs()
H A Dww8par.hxx1266 bool ReadChar(long nPosCp, long nCpOfs);
1267 bool ReadPlainChars(WW8_CP& rPos, long nEnd, long nCpOfs);
1268 bool ReadChars(WW8_CP& rPos, WW8_CP nNextAttr, long nTextEnd, long nCpOfs);