Searched refs:aCpAndFc (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/writerfilter/source/doctok/ |
| H A D | XNoteHelperImpl.hxx | 50 CpAndFc aCpAndFc(aCp, aFc, meType); in getCpAndFc() local 52 return aCpAndFc; in getCpAndFc() 64 CpAndFc aCpAndFc(aCp, aFc, meType); in getRefCpAndFc() local 66 return aCpAndFc; in getRefCpAndFc() 101 CpAndFc aCpAndFc(aCp, aFc, meType); in getIndexOfCpAndFc() local 103 if (aCpAndFc <= rCpAndFc) in getIndexOfCpAndFc() 155 CpAndFc aCpAndFc(getCpAndFc(n)); in init() local 156 mpDocument->insertCpAndFc(aCpAndFc); in init()
|
| H A D | WW8DocumentImpl.cxx | 58 CpAndFc aCpAndFc = pPieceTable->createCpAndFc(aCp, eType); in processPLCFCpAndFcs() local 60 rDoc.insertCpAndFc(aCpAndFc); in processPLCFCpAndFcs() 250 CpAndFc aCpAndFc(aCp, aFc, PROP_DOC); in WW8DocumentImpl() local 251 mCpAndFcs.insert(aCpAndFc); in WW8DocumentImpl() 330 CpAndFc aCpAndFc(getHeaderCpAndFc(n)); in WW8DocumentImpl() local 332 mCpAndFcs.insert(aCpAndFc); in WW8DocumentImpl() 640 CpAndFc aCpAndFc(aCp, aFc, eType_); in parseBinTableCpAndFcs() local 642 mCpAndFcs.insert(aCpAndFc); in parseBinTableCpAndFcs() 1112 CpAndFc aCpAndFc(aCp, aFc, PROP_DOC); in getHeaderCpAndFc() local 1114 return aCpAndFc; in getHeaderCpAndFc() [all …]
|
| H A D | WW8PieceTableImpl.cxx | 60 CpAndFc aCpAndFc(aCp, aFc, PROP_DOC); in WW8PieceTableImpl() local 62 mEntries.push_back(aCpAndFc); in WW8PieceTableImpl() 69 CpAndFc aCpAndFc(aCp, aFc, PROP_DOC); in WW8PieceTableImpl() local 71 mEntries.push_back(aCpAndFc); in WW8PieceTableImpl()
|