Searched refs:rCpAndFc (Results 1 – 6 of 6) sorted by relevance
712 CpAndFc aEnd = getNextCp(rCpAndFc); in getByteLength()716 if (rCpAndFc < aEnd) in getByteLength()717 nResult = (aEnd - rCpAndFc) * in getByteLength()816 switch (rCpAndFc.getType()) in getFKP()857 (const CpAndFc & rCpAndFc) in getProperties() argument861 switch (rCpAndFc.getType()) in getProperties()882 (getSED(rCpAndFc)); in getProperties()945 switch (rCpAndFc.getType()) in getSubDocument()952 pResult = getEndnote(rCpAndFc); in getSubDocument()1985 mCpAndFcs.insert(rCpAndFc); in insertCpAndFc()[all …]
144 (const CpAndFc & rCpAndFc);158 getBookmark(const CpAndFc & rCpAndFc);182 getShape(const CpAndFc & rCpAndFc);207 getField(const CpAndFc & rCpAndFc);231 getBreak(const CpAndFc & rCpAndFc);394 (const CpAndFc & rCpAndFc);513 getProperties(const CpAndFc & rCpAndFc);521 getSubDocument(const CpAndFc & rCpAndFc);597 (const CpAndFc & rCpAndFc);617 (const CpAndFc & rCpAndFc);[all …]
90 sal_uInt32 XNoteHelper<T>::getIndexOfCpAndFc(const CpAndFc & rCpAndFc) in getIndexOfCpAndFc() argument103 if (aCpAndFc <= rCpAndFc) in getIndexOfCpAndFc()115 XNoteHelper<T>::get(const CpAndFc & rCpAndFc) in get() argument119 sal_uInt32 n = getIndexOfCpAndFc(rCpAndFc); in get()136 XNoteHelper<T>::getRef(const CpAndFc & rCpAndFc) in getRef() argument140 sal_uInt32 n = getIndexOfCpAndFc(rCpAndFc); in getRef()
277 sal_uInt32 operator-(const CpAndFc & rCpAndFc) const in operator -()278 { return mCp - rCpAndFc.mCp; } in operator -()287 friend ostream & operator << (ostream & o, const CpAndFc & rCpAndFc);343 size_t operator()(const CpAndFc & rCpAndFc) const in operator ()()347 return aHash(rCpAndFc.getCp()); in operator ()()
106 sal_uInt32 getIndexOfCpAndFc(const CpAndFc & rCpAndFc);120 writerfilter::Reference<Stream>::Pointer_t get(const CpAndFc & rCpAndFc);134 T * getRef(const CpAndFc & rCpAndFc);
103 ostream & operator << (ostream & o, const CpAndFc & rCpAndFc) in operator <<() argument105 return o << rCpAndFc.toString(); in operator <<()
Completed in 41 milliseconds