Searched refs:cp2fc (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/writerfilter/source/doctok/ |
H A D | WW8DocumentImpl.cxx | 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() 275 mEndnoteEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl() 280 mTextboxEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl() 1123 Fc aFc(mpPieceTable->cp2fc(aCp)); in getHeaderCpAndFc() 1417 Fc WW8DocumentImpl::cp2fc(const Cp & cp) const in cp2fc() function in writerfilter::doctok::WW8DocumentImpl 1419 return mpPieceTable->cp2fc(cp); in cp2fc() 1429 Fc aFc = cp2fc(cp); in getCpAndFc() 2092 Fc aFc(mpPieceTable->cp2fc(aCp)); in getStartCpAndFc() [all …]
|
H A D | XNoteHelperImpl.hxx | 49 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 D | WW8PieceTableImpl.cxx | 228 Fc WW8PieceTableImpl::cp2fc(const Cp & rCp) const in cp2fc() function in writerfilter::doctok::WW8PieceTableImpl 280 return CpAndFc(rCp, cp2fc(rCp), eType); in createCpAndFc()
|
H A D | WW8PieceTable.hxx | 68 virtual Fc cp2fc(const Cp & aCpIn) const = 0;
|
H A D | WW8PieceTableImpl.hxx | 52 virtual Fc cp2fc(const Cp & aCpIn) const;
|
H A D | WW8DocumentImpl.hxx | 709 Fc cp2fc(const Cp & cp) const;
|
Completed in 40 milliseconds