Home
last modified time | relevance | path

Searched refs:CpAndFc (Results 1 – 9 of 9) sorted by relevance

/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.hxx94 CpAndFc getStartCpAndFc(sal_uInt32 nPos);
101 CpAndFc getEndCpAndFc(sal_uInt32 nPos);
115 sal_uInt32 getIndex(const CpAndFc & rCpAndFc);
144 (const CpAndFc & rCpAndFc);
151 rtl::OUString getName(const CpAndFc & rCp);
158 getBookmark(const CpAndFc & rCpAndFc);
167 typedef hash_map<CpAndFc, WW8FSPA::Pointer_t, CpAndFcHash> Map_t;
182 getShape(const CpAndFc & rCpAndFc);
192 typedef hash_map<CpAndFc, WW8FLD::Pointer_t,
207 getField(const CpAndFc & rCpAndFc);
[all …]
H A DWW8DocumentImpl.cxx58 CpAndFc aCpAndFc = pPieceTable->createCpAndFc(aCp, eType); in processPLCFCpAndFcs()
250 CpAndFc aCpAndFc(aCp, aFc, PROP_DOC); in WW8DocumentImpl()
257 mDocumentEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
262 mFootnoteEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
267 mHeaderEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
272 mAnnotationEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
277 mEndnoteEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
282 mTextboxEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
287 mTextboxHeaderEndCpAndFc = CpAndFc(aCp, mpPieceTable->cp2fc(aCp), in WW8DocumentImpl()
330 CpAndFc aCpAndFc(getHeaderCpAndFc(n)); in WW8DocumentImpl()
[all …]
H A DWW8CpAndFc.hxx224 class CpAndFc class
243 CpAndFc() {} in CpAndFc() function in writerfilter::doctok::CpAndFc
244 CpAndFc(const Cp & rCp, const Fc & rFc, PropertyType eType_);
277 sal_uInt32 operator-(const CpAndFc & rCpAndFc) const in operator -()
285 friend bool operator < (const CpAndFc & rA, const CpAndFc & rB);
286 friend bool operator == (const CpAndFc & rA, const CpAndFc & rB);
287 friend ostream & operator << (ostream & o, const CpAndFc & rCpAndFc);
296 bool operator()(const CpAndFc & rA, const CpAndFc & rB) const in operator ()()
301 bool operator()(const CpAndFc & rA, const Cp & rB) const in operator ()()
306 bool operator()(const Cp & rA, const CpAndFc & rB) const in operator ()()
[all …]
H A DXNoteHelperImpl.hxx42 CpAndFc XNoteHelper<T>::getCpAndFc(sal_uInt32 nPos) in getCpAndFc()
50 CpAndFc aCpAndFc(aCp, aFc, meType); in getCpAndFc()
56 CpAndFc XNoteHelper<T>::getRefCpAndFc(sal_uInt32 nPos) in getRefCpAndFc()
64 CpAndFc aCpAndFc(aCp, aFc, meType); in getRefCpAndFc()
79 CpAndFc aCpAndFcStart(getCpAndFc(nPos)); in get()
80 CpAndFc aCpAndFcEnd(getCpAndFc(nPos + 1)); in get()
90 sal_uInt32 XNoteHelper<T>::getIndexOfCpAndFc(const CpAndFc & rCpAndFc) in getIndexOfCpAndFc()
101 CpAndFc aCpAndFc(aCp, aFc, meType); in getIndexOfCpAndFc()
115 XNoteHelper<T>::get(const CpAndFc & rCpAndFc) in get()
136 XNoteHelper<T>::getRef(const CpAndFc & rCpAndFc) in getRef()
[all …]
H A DWW8CpAndFc.cxx86 bool operator < (const CpAndFc & rA, const CpAndFc & rB) in operator <()
98 bool operator == (const CpAndFc & rA, const CpAndFc & rB) in operator ==()
103 ostream & operator << (ostream & o, const CpAndFc & rCpAndFc) in operator <<()
111 ostream_iterator<CpAndFc>(o, ", ")); in operator <<()
121 CpAndFc::CpAndFc(const Cp & rCp, const Fc & rFc, PropertyType eType_) in CpAndFc() function in writerfilter::doctok::CpAndFc
H A DXNoteHelper.hxx57 CpAndFc mCpAndFcOffset;
64 CpAndFc getCpAndFc(sal_uInt32 nPos);
71 CpAndFc getRefCpAndFc(sal_uInt32 nPos);
81 CpAndFc cpAndFcOffset) in XNoteHelper()
106 sal_uInt32 getIndexOfCpAndFc(const CpAndFc & rCpAndFc);
120 writerfilter::Reference<Stream>::Pointer_t get(const CpAndFc & rCpAndFc);
134 T * getRef(const CpAndFc & rCpAndFc);
H A DWW8PieceTableImpl.cxx60 CpAndFc aCpAndFc(aCp, aFc, PROP_DOC); in WW8PieceTableImpl()
65 CpAndFc aBack = mEntries.back(); in WW8PieceTableImpl()
69 CpAndFc aCpAndFc(aCp, aFc, PROP_DOC); in WW8PieceTableImpl()
277 CpAndFc WW8PieceTableImpl::createCpAndFc in createCpAndFc()
280 return CpAndFc(rCp, cp2fc(rCp), eType); in createCpAndFc()
283 CpAndFc WW8PieceTableImpl::createCpAndFc in createCpAndFc()
286 return CpAndFc(fc2cp(rFc), rFc, eType); in createCpAndFc()
292 copy(mEntries.begin(), mEntries.end(), ostream_iterator<CpAndFc>(o, "\n")); in dump()
H A DWW8PieceTable.hxx40 class CpAndFc;
143 virtual CpAndFc createCpAndFc(const Cp & rCp, PropertyType eType) const = 0;
152 virtual CpAndFc createCpAndFc(const Fc & rFc, PropertyType eType) const = 0;
H A DWW8PieceTableImpl.hxx40 typedef std::vector<CpAndFc> tEntries;
64 virtual CpAndFc createCpAndFc(const Cp & rCp, PropertyType eType) const;
65 virtual CpAndFc createCpAndFc(const Fc & rFc, PropertyType eType) const;