Home
last modified time | relevance | path

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

/aoo42x/main/writerfilter/source/doctok/
H A DWW8PieceTableImpl.cxx81 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 DWW8CpAndFc.hxx83 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 DWW8CpAndFc.cxx55 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 DWW8PieceTableImpl.hxx43 tEntries::const_iterator findCp(const Cp & rCp) const;
64 virtual CpAndFc createCpAndFc(const Cp & rCp, PropertyType eType) const;
H A DWW8PieceTable.hxx143 virtual CpAndFc createCpAndFc(const Cp & rCp, PropertyType eType) const = 0;
H A DWW8DocumentImpl.hxx151 rtl::OUString getName(const CpAndFc & rCp);

Completed in 25 milliseconds