Home
last modified time | relevance | path

Searched refs:getCp (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/writerfilter/source/doctok/
H A DWW8PieceTableImpl.cxx57 Cp aCp(aClx.getCp(n)); in WW8PieceTableImpl()
66 Cp aCp(aClx.getCp(aClx.getPieceCount())); in WW8PieceTableImpl()
67 Fc aFc(aBack.getFc() + (aCp - aBack.getCp())); in WW8PieceTableImpl()
89 if (aIt->getCp() <= rCp) in findCp()
123 sal_uInt32 nLength = aItNext->getCp() - aIt->getCp(); in findFc()
149 aResult = getCp(0); in getFirstCp()
173 aResult = getCp(getCount() - 1); in getLastCp()
192 Cp WW8PieceTableImpl::getCp(sal_uInt32 nIndex) const in getCp() function in writerfilter::doctok::WW8PieceTableImpl
194 return mEntries[nIndex].getCp(); in getCp()
219 cpResult = aIt->getCp() + (aFc - aIt->getFc()); in fc2cp()
[all …]
H A DWW8CpAndFc.hxx249 const Cp & getCp() const { return mCp; } in getCp() function in writerfilter::doctok::CpAndFc
303 return rA.getCp() < rB; in operator ()()
308 return rA < rB.getCp(); in operator ()()
347 return aHash(rCpAndFc.getCp()); in operator ()()
H A DWW8DocumentImpl.cxx491 mEndnoteEndCpAndFc.getCp().get()); in WW8DocumentImpl()
718 (mpPieceTable->isComplex(rCpAndFc.getCp()) ? 1 : 2); in getByteLength()
968 WW8SED * pResult = mpSEDs->getEntryByFc(rCpAndFc.getCp().get()); in getSED()
1122 Cp aCp(getFootnodeEndCp().getCp() + mpHeaderOffsets->getU32(nPos * 4)); in getHeaderCpAndFc()
1364 aCpStart += getEndnoteEndCp().getCp().get(); in getTextboxText()
1368 aCpEnd += getEndnoteEndCp().getCp().get(); in getTextboxText()
2053 result += getCp().toString(); in toString()
2116 sal_uInt32 nCp = rCpAndFc.getCp().get(); in getIndex()
H A DWW8Clx.hxx70 sal_uInt32 getCp(sal_uInt32 nIndex) const;
H A DWW8PieceTable.hxx127 virtual Cp getCp(sal_uInt32 nIndex) const = 0;
H A DWW8Clx.cxx46 sal_uInt32 WW8Clx::getCp(sal_uInt32 nIndex) const in getCp() function in writerfilter::doctok::WW8Clx
H A DWW8PieceTableImpl.hxx62 virtual Cp getCp(sal_uInt32 nIndex) const;
H A DXNoteHelperImpl.hxx48 Cp aCp(mCpAndFcOffset.getCp() + mpCps->getU32(nPos * 4)); in getCpAndFc()

Completed in 22 milliseconds