Home
last modified time | relevance | path

Searched refs:Fc (Results 1 – 15 of 15) sorted by relevance

/aoo4110/main/writerfilter/source/doctok/
H A DWW8CpAndFc.hxx132 struct Fc struct
137 Fc() : mnFc(0), mbComplex(false) {} in Fc() argument
139 Fc(sal_uInt32 nFc, bool bComplex = true) in Fc() function
183 sal_uInt32 operator - (const Fc & rFc) const in operator -() argument
195 Fc operator - (sal_uInt32 n) const in operator -() argument
207 Fc operator + (sal_uInt32 n) const in operator +() argument
215 friend bool operator < (const Fc & rA, const Fc & rB);
216 friend bool operator == (const Fc & rA, const Fc & rB);
235 Fc mFc;
254 const Fc & getFc() const { return mFc; } in getFc()
[all …]
H A DWW8PieceTableImpl.cxx67 Fc aFc(aBack.getFc() + (aCp - aBack.getCp())); in WW8PieceTableImpl()
101 WW8PieceTableImpl::findFc(const Fc & rFc) const in findFc()
156 Fc WW8PieceTableImpl::getFirstFc() const in getFirstFc()
158 Fc aResult; in getFirstFc()
180 Fc WW8PieceTableImpl::getLastFc() const in getLastFc()
182 Fc aResult; in getLastFc()
202 Cp WW8PieceTableImpl::fc2cp(const Fc & rFc) const in fc2cp()
208 Fc aFc; in fc2cp()
228 Fc WW8PieceTableImpl::cp2fc(const Cp & rCp) const in cp2fc()
230 Fc aResult; in cp2fc()
[all …]
H A DWW8PieceTable.hxx39 struct Fc;
68 virtual Fc cp2fc(const Cp & aCpIn) const = 0;
77 virtual Cp fc2cp(const Fc & aFcIn) const = 0;
95 virtual bool isComplex(const Fc & aFc) const = 0;
110 virtual Fc getFirstFc() const = 0;
120 virtual Fc getLastFc() const = 0;
134 virtual Fc getFc(sal_uInt32 nIndex) const = 0;
152 virtual CpAndFc createCpAndFc(const Fc & rFc, PropertyType eType) const = 0;
H A DWW8PieceTableImpl.hxx44 tEntries::const_iterator findFc(const Fc & rFc) const;
52 virtual Fc cp2fc(const Cp & aCpIn) const;
53 virtual Cp fc2cp(const Fc & aFcIn) const;
55 virtual bool isComplex(const Fc & aFc) const;
59 virtual Fc getFirstFc() const;
61 virtual Fc getLastFc() const;
63 virtual Fc getFc(sal_uInt32 nIndex) const;
65 virtual CpAndFc createCpAndFc(const Fc & rFc, PropertyType eType) const;
H A DWW8FKPImpl.hxx57 virtual Fc getFc(sal_uInt32 nIndex) const in getFc()
58 { return Fc(getU32(nIndex * 4), mbComplex); } in getFc()
59 virtual Fc getFirstFc() const { return getFc(0); } in getFirstFc()
60 virtual Fc getLastFc() const { return getFc(getEntryCount()); } in getLastFc()
62 virtual bool contains(const Fc & rFc) const 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.cxx60 bool operator < (const Fc & rA, const Fc & rB) in operator <()
65 bool operator == (const Fc & rA, const Fc & rB) in operator ==()
70 string Fc::toString() const in toString()
80 ostream & operator << (ostream & o, const Fc & rFc) in operator <<()
121 CpAndFc::CpAndFc(const Cp & rCp, const Fc & rFc, PropertyType eType_) in CpAndFc()
H A DWW8FKP.hxx75 virtual Fc getFc(sal_uInt32 nIndex) const = 0;
80 virtual Fc getFirstFc() const = 0;
85 virtual Fc getLastFc() const = 0;
95 virtual bool contains(const Fc & rFc) const = 0;
103 getProperties(const Fc & rFc)
H A DWW8FKPImpl.cxx31 sal_uInt32 WW8FKPImpl::getIndex(const Fc & rFc) const
39 Fc aFcMiddle = getFc(nMiddle);
54 sal_uInt32 WW8FKPImpl::getIndex(const Fc & rFc) const in getIndex()
66 writerfilter::Reference<Properties>::Pointer_t WW8CHPFKPImpl::getProperties(const Fc & rFc) const in getProperties()
115 WW8PAPFKPImpl::getProperties(const Fc & rFc) const in getProperties()
H A DWW8BinTableImpl.hxx72 mutable hash_map<Fc, sal_uInt32, FcHash> mPageMap;
84 virtual Fc getFc(sal_uInt32 nIndex) const in getFc()
88 virtual sal_uInt32 getPageNumber(const Fc & rFc) const;
H A DXNoteHelperImpl.hxx49 Fc aFc(mpPieceTable->cp2fc(aCp)); in getCpAndFc()
63 Fc aFc(mpPieceTable->cp2fc(aCp)); in getRefCpAndFc()
100 Fc aFc(mpPieceTable->cp2fc(aCp)); in getIndexOfCpAndFc()
H A DWW8DocumentImpl.cxx247 Fc aFc(mpPieceTable->getLastFc()); in WW8DocumentImpl()
597 Fc aFcFromTable(rTable.getFc(i)); in parseBinTableCpAndFcs()
635 Fc aFc = pFKP->getFc(n); in parseBinTableCpAndFcs()
1123 Fc aFc(mpPieceTable->cp2fc(aCp)); in getHeaderCpAndFc()
1417 Fc WW8DocumentImpl::cp2fc(const Cp & cp) const in cp2fc()
1422 Cp WW8DocumentImpl::fc2cp(const Fc & fc) const in fc2cp()
1429 Fc aFc = cp2fc(cp); in getCpAndFc()
1434 CpAndFc WW8DocumentImpl::getCpAndFc(const Fc & fc, PropertyType type) const in getCpAndFc()
2092 Fc aFc(mpPieceTable->cp2fc(aCp)); in getStartCpAndFc()
2101 Fc aFc(mpPieceTable->cp2fc(aCp)); in getEndCpAndFc()
H A DWW8BinTable.hxx61 virtual Fc getFc(sal_uInt32 nIndex) const = 0;
75 virtual sal_uInt32 getPageNumber(const Fc & rFc) const = 0;
H A DWW8BinTableImpl.cxx35 sal_uInt32 WW8BinTableImpl::getPageNumber(const Fc & rFc) const in getPageNumber()
59 Fc aFc = getFc(middle); in getPageNumber()
H A DWW8DocumentImpl.hxx709 Fc cp2fc(const Cp & cp) const;
717 Cp fc2cp(const Fc & fc) const;
731 CpAndFc getCpAndFc(const Fc & fc, PropertyType type = PROP_DOC) const;
H A DPLCF.hxx179 Fc aFc = getFc(n); in dump()

Completed in 50 milliseconds