Lines Matching refs:mpPieceTable

242     mpPieceTable =   in WW8DocumentImpl()
248 Cp aCp(mpPieceTable->getLastCp()); in WW8DocumentImpl()
249 Fc aFc(mpPieceTable->getLastFc()); in WW8DocumentImpl()
257 mDocumentEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
262 mFootnoteEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
267 mHeaderEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
272 mAnnotationEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
277 mEndnoteEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
282 mTextboxEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
287 mTextboxHeaderEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
315 (*this, mpPieceTable, mpSEDs, PROP_SEC, 0); in WW8DocumentImpl()
350 (new XNoteHelper<WW8FRD>(pCps, pRefs, mpPieceTable, this, in WW8DocumentImpl()
369 (new XNoteHelper<WW8FRD>(pCps, pRefs, mpPieceTable, this, in WW8DocumentImpl()
388 (new XNoteHelper<WW8ATRD>(pCps, pRefs, mpPieceTable, this, in WW8DocumentImpl()
409 (new BookmarkHelper(pStartCps, pEndCps, pNames, mpPieceTable, this)); in WW8DocumentImpl()
486 (*this, mpPieceTable, mpTextBoxStories, PROP_DOC, in WW8DocumentImpl()
549 mpPieceTable = rSrc.mpPieceTable; in Assign()
594 if (aFcFromTable < mpPieceTable->getFirstFc()) in parseBinTableCpAndFcs()
595 aFcFromTable = mpPieceTable->getFirstFc(); in parseBinTableCpAndFcs()
597 bool bComplex = mpPieceTable->isComplex(aFcFromTable); in parseBinTableCpAndFcs()
602 Cp aCpFromTable(mpPieceTable->fc2cp(aFcFromTable)); in parseBinTableCpAndFcs()
630 if (aFc < mpPieceTable->getFirstFc()) in parseBinTableCpAndFcs()
631 aFc = mpPieceTable->getFirstFc(); in parseBinTableCpAndFcs()
633 bool bComplexFKP = mpPieceTable->isComplex(aFc); in parseBinTableCpAndFcs()
638 Cp aCp = mpPieceTable->fc2cp(aFc); in parseBinTableCpAndFcs()
703 (mpPieceTable->isComplex(rCpAndFc.getCp()) ? 1 : 2); in getByteLength()
1111 Fc aFc(mpPieceTable->cp2fc(aCp)); in getHeaderCpAndFc()
1354 mpPieceTable->createCpAndFc(aCpStart, PROP_DOC); in getTextboxText()
1357 CpAndFc aCpAndFcEnd = mpPieceTable->createCpAndFc(aCpEnd, PROP_DOC); in getTextboxText()
1407 return mpPieceTable->cp2fc(cp); in cp2fc()
1412 return mpPieceTable->fc2cp(fc); in fc2cp()
2028 Fc aFc(mpPieceTable->cp2fc(aCp)); in getStartCpAndFc()
2037 Fc aFc(mpPieceTable->cp2fc(aCp)); in getEndCpAndFc()