Searched refs:aCpAndFc (Results 1 – 3 of 3) sorted by relevance
/aoo4110/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 | 60 rDoc.insertCpAndFc(aCpAndFc); in processPLCFCpAndFcs() 248 CpAndFc aCpAndFc(aCp, aFc, PROP_DOC); in WW8DocumentImpl() local 249 mCpAndFcs.insert(aCpAndFc); in WW8DocumentImpl() 336 mCpAndFcs.insert(aCpAndFc); in WW8DocumentImpl() 651 mCpAndFcs.insert(aCpAndFc); in parseBinTableCpAndFcs() 1124 CpAndFc aCpAndFc(aCp, aFc, PROP_DOC); in getHeaderCpAndFc() local 1126 return aCpAndFc; in getHeaderCpAndFc() 2095 return aCpAndFc; in getStartCpAndFc() 2102 CpAndFc aCpAndFc(aCp, aFc, PROP_BOOKMARKEND); in getEndCpAndFc() local 2104 return aCpAndFc; in getEndCpAndFc() [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()
|
Completed in 25 milliseconds