Searched refs:rFc (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/writerfilter/source/doctok/ |
H A D | WW8PieceTableImpl.cxx | 101 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 D | WW8BinTableImpl.cxx | 35 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 D | WW8FKPImpl.cxx | 31 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 D | WW8FKPImpl.hxx | 62 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 D | WW8CpAndFc.hxx | 183 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 D | WW8CpAndFc.cxx | 80 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 D | WW8FKP.hxx | 95 virtual bool contains(const Fc & rFc) const = 0; 103 getProperties(const Fc & rFc)
|
H A D | WW8PieceTableImpl.hxx | 44 tEntries::const_iterator findFc(const Fc & rFc) const; 65 virtual CpAndFc createCpAndFc(const Fc & rFc, PropertyType eType) const;
|
H A D | WW8BinTable.hxx | 75 virtual sal_uInt32 getPageNumber(const Fc & rFc) const = 0;
|
H A D | WW8PieceTable.hxx | 152 virtual CpAndFc createCpAndFc(const Fc & rFc, PropertyType eType) const = 0;
|
H A D | WW8BinTableImpl.hxx | 88 virtual sal_uInt32 getPageNumber(const Fc & rFc) const;
|
Completed in 30 milliseconds