Home
last modified time | relevance | path

Searched refs:rFc (Results 1 – 11 of 11) sorted by relevance

/aoo41x/main/writerfilter/source/doctok/
H A DWW8PieceTableImpl.cxx101 WW8PieceTableImpl::findFc(const Fc & rFc) const in findFc()
108 if (rFc < mEntries.begin()->getFc()) in findFc()
115 if (aIt->getFc() <= rFc) in findFc()
122 sal_uInt32 nOffset = rFc.get() - aIt->getFc().get(); in findFc()
202 Cp WW8PieceTableImpl::fc2cp(const Fc & rFc) const in fc2cp()
210 if (rFc < mEntries.begin()->getFc()) in fc2cp()
213 aFc = rFc; in fc2cp()
265 bool WW8PieceTableImpl::isComplex(const Fc & rFc) const in isComplex()
269 tEntries::const_iterator aIt = findFc(rFc); in isComplex()
284 (const Fc & rFc, PropertyType eType) const in createCpAndFc() argument
[all …]
H A DWW8BinTableImpl.cxx35 sal_uInt32 WW8BinTableImpl::getPageNumber(const Fc & rFc) const in getPageNumber()
39 if (mPageMap.find(rFc) == mPageMap.end()) in getPageNumber()
44 while (rFc < getFc(n)) in getPageNumber()
50 mPageMap[rFc] = nResult; in getPageNumber()
61 if (rFc < aFc) in getPageNumber()
69 mPageMap[rFc] = nResult; in getPageNumber()
74 nResult = mPageMap[rFc]; in getPageNumber()
H A DWW8FKPImpl.cxx31 sal_uInt32 WW8FKPImpl::getIndex(const Fc & rFc) const
41 if (! (rFc < aFcMiddle))
54 sal_uInt32 WW8FKPImpl::getIndex(const Fc & rFc) const in getIndex()
58 while (rFc < getFc(nResult)) in getIndex()
66 writerfilter::Reference<Properties>::Pointer_t WW8CHPFKPImpl::getProperties(const Fc & rFc) const in getProperties()
70 sal_uInt32 n = getIndex(rFc); in getProperties()
115 WW8PAPFKPImpl::getProperties(const Fc & rFc) const in getProperties()
119 sal_uInt32 n = getIndex(rFc); in getProperties()
H A DWW8FKPImpl.hxx62 virtual bool contains(const Fc & rFc) const in contains()
63 { return getFirstFc() <= rFc && rFc < getLastFc(); } in contains()
65 virtual sal_uInt32 getIndex(const Fc & rFc) const;
85 getProperties(const Fc & rFc) const;
104 getProperties(const Fc & rFc) const;
H A DWW8CpAndFc.hxx183 sal_uInt32 operator - (const Fc & rFc) const in operator -()
184 { return (mnFc - rFc.mnFc) / complexFactor(); } in operator -()
217 friend ostream & operator << (ostream & o, const Fc & rFc);
244 CpAndFc(const Cp & rCp, const Fc & rFc, PropertyType eType_);
327 size_t operator()(const Fc & rFc) const in operator ()()
329 return rFc.get(); in operator ()()
H A DWW8CpAndFc.cxx80 ostream & operator << (ostream & o, const Fc & rFc) in operator <<() argument
83 return o << rFc.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 DWW8FKP.hxx95 virtual bool contains(const Fc & rFc) const = 0;
103 getProperties(const Fc & rFc)
H A DWW8PieceTableImpl.hxx44 tEntries::const_iterator findFc(const Fc & rFc) const;
65 virtual CpAndFc createCpAndFc(const Fc & rFc, PropertyType eType) const;
H A DWW8BinTable.hxx75 virtual sal_uInt32 getPageNumber(const Fc & rFc) const = 0;
H A DWW8PieceTable.hxx152 virtual CpAndFc createCpAndFc(const Fc & rFc, PropertyType eType) const = 0;
H A DWW8BinTableImpl.hxx88 virtual sal_uInt32 getPageNumber(const Fc & rFc) const;

Completed in 39 milliseconds