Home
last modified time | relevance | path

Searched refs:aCp (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx255 mDocumentEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
259 aCp += mpFib->get_ccpFtn(); in WW8DocumentImpl()
260 mFootnoteEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
264 aCp += mpFib->get_ccpHdd(); in WW8DocumentImpl()
265 mHeaderEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
269 aCp += mpFib->get_ccpAtn(); 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.hxx48 Cp aCp(mCpAndFcOffset.getCp() + mpCps->getU32(nPos * 4)); in getCpAndFc() local
49 Fc aFc(mpPieceTable->cp2fc(aCp)); in getCpAndFc()
50 CpAndFc aCpAndFc(aCp, aFc, meType); in getCpAndFc()
62 Cp aCp(mpRefs->getFc(nPos)); in getRefCpAndFc() local
63 Fc aFc(mpPieceTable->cp2fc(aCp)); in getRefCpAndFc()
64 CpAndFc aCpAndFc(aCp, aFc, meType); in getRefCpAndFc()
99 Cp aCp(mpRefs->getFc(n)); in getIndexOfCpAndFc() local
100 Fc aFc(mpPieceTable->cp2fc(aCp)); in getIndexOfCpAndFc()
101 CpAndFc aCpAndFc(aCp, aFc, meType); in getIndexOfCpAndFc()
H A DWW8PieceTableImpl.cxx57 Cp aCp(aClx.getCp(n)); in WW8PieceTableImpl() local
60 CpAndFc aCpAndFc(aCp, aFc, PROP_DOC); in WW8PieceTableImpl()
66 Cp aCp(aClx.getCp(aClx.getPieceCount())); in WW8PieceTableImpl() local
67 Fc aFc(aBack.getFc() + (aCp - aBack.getCp())); in WW8PieceTableImpl()
69 CpAndFc aCpAndFc(aCp, aFc, PROP_DOC); in WW8PieceTableImpl()
H A DWW8PieceTable.hxx86 virtual bool isComplex(const Cp & aCp) const = 0;
H A DWW8PieceTableImpl.hxx54 virtual bool isComplex(const Cp & aCp) const;

Completed in 43 milliseconds