| /trunk/main/writerfilter/source/doctok/ |
| H A D | WW8DocumentImpl.hxx | 94 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 D | WW8DocumentImpl.cxx | 58 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 D | WW8CpAndFc.hxx | 224 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 D | XNoteHelperImpl.hxx | 42 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 D | WW8CpAndFc.cxx | 86 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 D | XNoteHelper.hxx | 57 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 D | WW8PieceTableImpl.cxx | 60 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 D | WW8PieceTable.hxx | 40 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 D | WW8PieceTableImpl.hxx | 40 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;
|