Home
last modified time | relevance | path

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

/AOO41X/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx240 mpPieceTable = in WW8DocumentImpl()
246 Cp aCp(mpPieceTable->getLastCp()); in WW8DocumentImpl()
247 Fc aFc(mpPieceTable->getLastFc()); in WW8DocumentImpl()
255 mDocumentEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
260 mFootnoteEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
265 mHeaderEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
270 mAnnotationEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
275 mEndnoteEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
280 mTextboxEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
285 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