Searched refs:nCpOfs (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 4044 if (nCpOfs > nStartPos) in ReduceByOffset() 4047 nStartPos -= nCpOfs; in ReduceByOffset() 4051 ASSERT(nCpOfs <= nEndPos, in ReduceByOffset() 4053 nEndPos -= nCpOfs; in ReduceByOffset() 4230 p->nCpOfs = ( p == pChp || p == pPap || p == pBkm || p == pPcd || in WW8PLCFMan() 4259 WW8_CP nTemp = p->nEndPos+p->nCpOfs; in WW8PLCFMan() 4523 p->nStartPos = p->nOrigEndPos+p->nCpOfs; in AdvSprm() 4789 aD.nStartPos = nOrigStartPos+nCpOfs; in Save() 4790 aD.nCpOfs = rSave.nCpOfs = nCpOfs; in Save() 4813 aD.nStartPos = rSave.nStartCp+rSave.nCpOfs; in Restore() [all …]
|
H A D | ww8scan.hxx | 652 long nCpOfs; // fuer Offset Header .. Footnote member 710 long GetCpOfs() const { return pChp->nCpOfs; } // fuer Header/Footer... in GetCpOfs()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8scan.cxx | 4490 if (nCpOfs > nStartPos) in ReduceByOffset() 4493 nStartPos -= nCpOfs; in ReduceByOffset() 4497 ASSERT(nCpOfs <= nEndPos, in ReduceByOffset() 4499 nEndPos -= nCpOfs; in ReduceByOffset() 4675 p->nCpOfs = ( p == pChp || p == pPap || p == pBkm || p == pPcd || in WW8PLCFMan() 4704 WW8_CP nTemp = p->nEndPos+p->nCpOfs; in WW8PLCFMan() 4970 p->nStartPos = p->nOrigEndPos+p->nCpOfs; in AdvSprm() 5236 aD.nStartPos = nOrigStartPos+nCpOfs; in Save() 5237 aD.nCpOfs = rSave.nCpOfs = nCpOfs; in Save() 5260 aD.nStartPos = rSave.nStartCp+rSave.nCpOfs; in Restore() [all …]
|
H A D | ww8par.cxx | 2816 bool SwWW8ImplReader::ReadPlainChars(WW8_CP& rPos, long nEnd, long nCpOfs) in ReadPlainChars() argument 2821 WW8_FC nStreamPos = pSBase->WW8Cp2Fc(nCpOfs+rPos, &bIsUnicode); in ReadPlainChars() 2983 long nCpOfs) in ReadChars() argument 3004 if (ReadPlainChars(rPos, nEnd, nCpOfs)) in ReadChars() 3007 bool bStartLine = ReadChar(rPos, nCpOfs); in ReadChars() 3058 bool SwWW8ImplReader::ReadChar(long nPosCp, long nCpOfs) in ReadChar() argument 3064 pStrm->Seek( pSBase->WW8Cp2Fc(nCpOfs+nPosCp, &bIsUnicode) ); in ReadChar() 3215 if (pTest && pTest->SeekPosExact(nPosCp+1+nCpOfs) && in ReadChar() 3216 pTest->Where() == nPosCp+1+nCpOfs) in ReadChar() 3524 pStrm->Seek( pSBase->WW8Cp2Fc( nStartCp + nCpOfs, &bIsUnicode ) ); in ReadText() [all …]
|
H A D | ww8scan.hxx | 198 long nCpOfs; member 814 long nCpOfs; // fuer Offset Header .. Footnote member 884 long GetCpOfs() const { return pChp->nCpOfs; } // for Header/Footer... in GetCpOfs()
|
H A D | ww8par.hxx | 1267 bool ReadChar(long nPosCp, long nCpOfs); 1268 bool ReadPlainChars(WW8_CP& rPos, long nEnd, long nCpOfs); 1269 bool ReadChars(WW8_CP& rPos, WW8_CP nNextAttr, long nTextEnd, long nCpOfs);
|
Completed in 2439 milliseconds