Searched refs:aFc (Results 1 – 7 of 7) sorted by relevance
/trunk/main/writerfilter/source/doctok/ |
H A D | WW8PieceTableImpl.cxx | 58 Fc aFc(aClx.getFc(n), aClx.isComplexFc(n)); in WW8PieceTableImpl() local 60 CpAndFc aCpAndFc(aCp, aFc, PROP_DOC); in WW8PieceTableImpl() 67 Fc aFc(aBack.getFc() + (aCp - aBack.getCp())); in WW8PieceTableImpl() local 69 CpAndFc aCpAndFc(aCp, aFc, PROP_DOC); in WW8PieceTableImpl() 208 Fc aFc; in fc2cp() local 211 aFc = mEntries.begin()->getFc(); in fc2cp() 213 aFc = rFc; in fc2cp() 215 tEntries::const_iterator aIt = findFc(aFc); in fc2cp() 219 cpResult = aIt->getCp() + (aFc - aIt->getFc()); in fc2cp() 222 throw ExceptionNotFound("WW8PieceTableImpl::fc2cp: " + aFc.toString()); in fc2cp()
|
H A D | XNoteHelperImpl.hxx | 49 Fc aFc(mpPieceTable->cp2fc(aCp)); in getCpAndFc() local 50 CpAndFc aCpAndFc(aCp, aFc, meType); in getCpAndFc() 63 Fc aFc(mpPieceTable->cp2fc(aCp)); in getRefCpAndFc() local 64 CpAndFc aCpAndFc(aCp, aFc, meType); in getRefCpAndFc() 100 Fc aFc(mpPieceTable->cp2fc(aCp)); in getIndexOfCpAndFc() local 101 CpAndFc aCpAndFc(aCp, aFc, meType); in getIndexOfCpAndFc()
|
H A D | WW8DocumentImpl.cxx | 249 Fc aFc(mpPieceTable->getLastFc()); in WW8DocumentImpl() local 250 CpAndFc aCpAndFc(aCp, aFc, PROP_DOC); in WW8DocumentImpl() 628 Fc aFc = pFKP->getFc(n); in parseBinTableCpAndFcs() local 634 aFc.setComplex(bComplexFKP); in parseBinTableCpAndFcs() 1111 Fc aFc(mpPieceTable->cp2fc(aCp)); in getHeaderCpAndFc() local 1112 CpAndFc aCpAndFc(aCp, aFc, PROP_DOC); in getHeaderCpAndFc() 1417 Fc aFc = cp2fc(cp); in getCpAndFc() local 1419 return CpAndFc(cp, aFc, type); in getCpAndFc() 2028 Fc aFc(mpPieceTable->cp2fc(aCp)); in getStartCpAndFc() local 2037 Fc aFc(mpPieceTable->cp2fc(aCp)); in getEndCpAndFc() local [all …]
|
H A D | WW8BinTableImpl.cxx | 59 Fc aFc = getFc(middle); in getPageNumber() local 61 if (rFc < aFc) in getPageNumber()
|
H A D | PLCF.hxx | 179 Fc aFc = getFc(n); in dump() local 182 output_.addItem("<plcfentry cpandfc=\"" + aFc.toString() + "\">"); in dump()
|
H A D | WW8PieceTable.hxx | 95 virtual bool isComplex(const Fc & aFc) const = 0;
|
H A D | WW8PieceTableImpl.hxx | 55 virtual bool isComplex(const Fc & aFc) const;
|
Completed in 867 milliseconds