Home
last modified time | relevance | path

Searched refs:mpPieceTable (Results 1 – 4 of 4) sorted by relevance

/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx242 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()
[all …]
H A DXNoteHelperImpl.hxx49 Fc aFc(mpPieceTable->cp2fc(aCp)); in getCpAndFc()
63 Fc aFc(mpPieceTable->cp2fc(aCp)); in getRefCpAndFc()
100 Fc aFc(mpPieceTable->cp2fc(aCp)); in getIndexOfCpAndFc()
H A DXNoteHelper.hxx48 WW8PieceTable::Pointer_t mpPieceTable; member in writerfilter::doctok::XNoteHelper
82 : mpCps(pCps), mpRefs(pRefs), mpPieceTable(pPieceTable), in XNoteHelper()
H A DWW8DocumentImpl.hxx84 WW8PieceTable::Pointer_t mpPieceTable; member in writerfilter::doctok::BookmarkHelper
126 mpPieceTable(pPieceTable), mpDoc(pDoc) in BookmarkHelper()
287 WW8PieceTable::Pointer_t mpPieceTable; member in writerfilter::doctok::WW8DocumentImpl