Searched refs:getCp (Results 1 – 8 of 8) sorted by relevance
57 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::WW8PieceTableImpl194 return mEntries[nIndex].getCp(); in getCp()219 cpResult = aIt->getCp() + (aFc - aIt->getFc()); in fc2cp()[all …]
249 const Cp & getCp() const { return mCp; } in getCp() function in writerfilter::doctok::CpAndFc303 return rA.getCp() < rB; in operator ()()308 return rA < rB.getCp(); in operator ()()347 return aHash(rCpAndFc.getCp()); in operator ()()
491 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()
70 sal_uInt32 getCp(sal_uInt32 nIndex) const;
127 virtual Cp getCp(sal_uInt32 nIndex) const = 0;
46 sal_uInt32 WW8Clx::getCp(sal_uInt32 nIndex) const in getCp() function in writerfilter::doctok::WW8Clx
62 virtual Cp getCp(sal_uInt32 nIndex) const;
48 Cp aCp(mCpAndFcOffset.getCp() + mpCps->getU32(nPos * 4)); in getCpAndFc()
Completed in 39 milliseconds