Home
last modified time | relevance | path

Searched refs:rCpAndFc (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx712 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() argument
861 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 …]
H A DWW8DocumentImpl.hxx144 (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 …]
H A DXNoteHelperImpl.hxx90 sal_uInt32 XNoteHelper<T>::getIndexOfCpAndFc(const CpAndFc & rCpAndFc) in getIndexOfCpAndFc() argument
103 if (aCpAndFc <= rCpAndFc) in getIndexOfCpAndFc()
115 XNoteHelper<T>::get(const CpAndFc & rCpAndFc) in get() argument
119 sal_uInt32 n = getIndexOfCpAndFc(rCpAndFc); in get()
136 XNoteHelper<T>::getRef(const CpAndFc & rCpAndFc) in getRef() argument
140 sal_uInt32 n = getIndexOfCpAndFc(rCpAndFc); in getRef()
H A DWW8CpAndFc.hxx277 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 ()()
H A DXNoteHelper.hxx106 sal_uInt32 getIndexOfCpAndFc(const CpAndFc & rCpAndFc);
120 writerfilter::Reference<Stream>::Pointer_t get(const CpAndFc & rCpAndFc);
134 T * getRef(const CpAndFc & rCpAndFc);
H A DWW8CpAndFc.cxx103 ostream & operator << (ostream & o, const CpAndFc & rCpAndFc) in operator <<() argument
105 return o << rCpAndFc.toString(); in operator <<()

Completed in 43 milliseconds