Searched refs:rCp (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/writerfilter/source/doctok/ |
H A D | WW8PieceTableImpl.cxx | 81 WW8PieceTableImpl::findCp(const Cp & rCp) const in findCp() 89 if (aIt->getCp() <= rCp) in findCp() 228 Fc WW8PieceTableImpl::cp2fc(const Cp & rCp) const in cp2fc() 236 tEntries::const_iterator aIt = findCp(rCp); in cp2fc() 240 aResult = aIt->getFc() + (rCp - aIt->getCp()); in cp2fc() 241 mCp2FcCache[rCp] = aResult; in cp2fc() 248 aResult = mCp2FcCache[rCp]; in cp2fc() 253 bool WW8PieceTableImpl::isComplex(const Cp & rCp) const in isComplex() 257 tEntries::const_iterator aIt = findCp(rCp); in isComplex() 278 (const Cp & rCp, PropertyType eType) const in createCpAndFc() argument [all …]
|
H A D | WW8CpAndFc.hxx | 83 sal_uInt32 operator - (const Cp & rCp) const in operator -() 84 { return nCp - rCp.nCp; } in operator -() 121 friend ostream & operator << (ostream & o, const Cp & rCp); 244 CpAndFc(const Cp & rCp, const Fc & rFc, PropertyType eType_); 319 size_t operator()(const Cp & rCp) const in operator ()() 321 return rCp.get(); in operator ()()
|
H A D | WW8CpAndFc.cxx | 55 ostream & operator << (ostream & o, const Cp & rCp) in operator <<() argument 57 return o << rCp.toString(); in operator <<() 121 CpAndFc::CpAndFc(const Cp & rCp, const Fc & rFc, PropertyType eType_) in CpAndFc() argument 122 : mCp(rCp), mFc(rFc), mType(eType_) in CpAndFc()
|
H A D | WW8PieceTableImpl.hxx | 43 tEntries::const_iterator findCp(const Cp & rCp) const; 64 virtual CpAndFc createCpAndFc(const Cp & rCp, PropertyType eType) const;
|
H A D | WW8PieceTable.hxx | 143 virtual CpAndFc createCpAndFc(const Cp & rCp, PropertyType eType) const = 0;
|
H A D | WW8DocumentImpl.hxx | 151 rtl::OUString getName(const CpAndFc & rCp);
|
Completed in 25 milliseconds