Home
last modified time | relevance | path

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

/aoo4110/main/writerfilter/source/doctok/
H A DWW8CpAndFc.hxx52 struct Cp struct
56 Cp() : nCp(0) {} in Cp() argument
58 Cp(sal_uInt32 nCp_) : nCp(nCp_) {} in Cp() function
95 Cp operator + (sal_uInt32 n) const in operator +() argument
96 { return Cp(nCp + n); } in operator +()
107 Cp & operator += (sal_uInt32 n) in operator +=() argument
119 friend bool operator < (const Cp & rA, const Cp & rB);
120 friend bool operator == (const Cp & rA, const Cp & rB);
230 Cp mCp;
319 size_t operator()(const Cp & rCp) const in operator ()()
[all …]
H A DWW8PieceTableImpl.cxx57 Cp aCp(aClx.getCp(n)); in WW8PieceTableImpl()
66 Cp aCp(aClx.getCp(aClx.getPieceCount())); in WW8PieceTableImpl()
81 WW8PieceTableImpl::findCp(const Cp & rCp) const in findCp()
144 Cp WW8PieceTableImpl::getFirstCp() const in getFirstCp()
146 Cp aResult; in getFirstCp()
168 Cp WW8PieceTableImpl::getLastCp() const in getLastCp()
170 Cp aResult; in getLastCp()
202 Cp WW8PieceTableImpl::fc2cp(const Fc & rFc) const in fc2cp()
204 Cp cpResult; in fc2cp()
228 Fc WW8PieceTableImpl::cp2fc(const Cp & rCp) const in cp2fc()
[all …]
H A DWW8PieceTable.hxx38 struct Cp;
68 virtual Fc cp2fc(const Cp & aCpIn) const = 0;
77 virtual Cp fc2cp(const Fc & aFcIn) const = 0;
86 virtual bool isComplex(const Cp & aCp) const = 0;
105 virtual Cp getFirstCp() const = 0;
115 virtual Cp getLastCp() const = 0;
127 virtual Cp getCp(sal_uInt32 nIndex) const = 0;
143 virtual CpAndFc createCpAndFc(const Cp & rCp, PropertyType eType) const = 0;
H A DWW8PieceTableImpl.hxx43 tEntries::const_iterator findCp(const Cp & rCp) const;
52 virtual Fc cp2fc(const Cp & aCpIn) const;
53 virtual Cp fc2cp(const Fc & aFcIn) const;
54 virtual bool isComplex(const Cp & aCp) const;
58 virtual Cp getFirstCp() const;
60 virtual Cp getLastCp() const;
62 virtual Cp getCp(sal_uInt32 nIndex) const;
64 virtual CpAndFc createCpAndFc(const Cp & rCp, PropertyType eType) const;
H A DWW8CpAndFc.cxx36 bool operator < (const Cp & rA, const Cp & rB) in operator <()
41 bool operator == (const Cp & rA, const Cp & rB) in operator ==()
46 string Cp::toString() const in toString()
55 ostream & operator << (ostream & o, const Cp & rCp) in operator <<()
121 CpAndFc::CpAndFc(const Cp & rCp, const Fc & rFc, PropertyType eType_) in CpAndFc()
H A DWW8DocumentImpl.cxx57 Cp aCp(pPLCF->getFc(n) + nOffset); in processPLCFCpAndFcs()
246 Cp aCp(mpPieceTable->getLastCp()); in WW8DocumentImpl()
253 Cp aCp(mpFib->get_ccpText()); in WW8DocumentImpl()
647 Cp aCp = mpPieceTable->fc2cp(aFc); in parseBinTableCpAndFcs()
1363 Cp aCpStart(mpTextBoxStories->getFc(n)); in getTextboxText()
1417 Fc WW8DocumentImpl::cp2fc(const Cp & cp) const in cp2fc()
1422 Cp WW8DocumentImpl::fc2cp(const Fc & fc) const in fc2cp()
1436 Cp aCp = fc2cp(fc); in getCpAndFc()
2091 Cp aCp(mpStartCps->getFc(nPos)); in getStartCpAndFc()
2100 Cp aCp(mpEndCps->getU32(nPos * 4)); in getEndCpAndFc()
[all …]
H A DXNoteHelperImpl.hxx48 Cp aCp(mCpAndFcOffset.getCp() + mpCps->getU32(nPos * 4)); in getCpAndFc()
62 Cp aCp(mpRefs->getFc(nPos)); in getRefCpAndFc()
99 Cp aCp(mpRefs->getFc(n)); in getIndexOfCpAndFc()
H A DWW8DocumentImpl.hxx709 Fc cp2fc(const Cp & cp) const;
717 Cp fc2cp(const Fc & fc) const;
724 CpAndFc getCpAndFc(const Cp & cp, PropertyType type = PROP_DOC) const;
/aoo4110/main/solenv/inc/
H A Dwntgcci.mk33 AFLAGS=/c /Cp /coff
H A Dwntmsci10.mk33 AFLAGS=/c /Cp /coff /safeseh
H A Dwntmsci11.mk33 AFLAGS=/c /Cp /coff /safeseh

Completed in 66 milliseconds