Searched refs:CpAndFc (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/writerfilter/source/doctok/ |
H A D | WW8DocumentImpl.hxx | 144 (const CpAndFc & rCpAndFc); 255 CpAndFc mCpAndFcStart; 258 CpAndFc mCpAndFcEnd; 336 CpAndFc mHeaderEndCpAndFc; 342 CpAndFc mEndnoteEndCpAndFc; 345 CpAndFc mTextboxEndCpAndFc; 385 const CpAndFc & rStart, const CpAndFc & rEnd); 394 (const CpAndFc & rCpAndFc); 433 CpAndFc getNextCp(const CpAndFc & rCpAndFc) const; 440 CpAndFc getPrevCp(const CpAndFc & rCpAndFc) const; [all …]
|
H A D | WW8DocumentImpl.cxx | 531 const CpAndFc & rStart, const CpAndFc & rEnd) in WW8DocumentImpl() 712 CpAndFc aEnd = getNextCp(rCpAndFc); in getByteLength() 774 CpAndFc WW8DocumentImpl::getNextCp(const CpAndFc & rCpAndFc) const in getNextCp() 776 CpAndFc aResult = mCpAndFcEnd; in getNextCp() 792 CpAndFc WW8DocumentImpl::getPrevCp(const CpAndFc & rCpAndFc) const in getPrevCp() 794 CpAndFc aResult = mCpAndFcStart; in getPrevCp() 857 (const CpAndFc & rCpAndFc) in getProperties() 1365 CpAndFc aCpAndFcStart = in getTextboxText() 1431 return CpAndFc(cp, aFc, type); in getCpAndFc() 1438 return CpAndFc(aCp, fc, type); in getCpAndFc() [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); 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 ()() 313 typedef set<CpAndFc, CpAndFcLess> CpAndFcs; [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() 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() 155 CpAndFc aCpAndFc(getCpAndFc(n)); in init() [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;
|
Completed in 38 milliseconds