Searched refs:getFc (Results 1 – 15 of 15) sorted by relevance
58 Fc aFc(aClx.getFc(n), aClx.isComplexFc(n)); in WW8PieceTableImpl()67 Fc aFc(aBack.getFc() + (aCp - aBack.getCp())); in WW8PieceTableImpl()108 if (rFc < mEntries.begin()->getFc()) in findFc()115 if (aIt->getFc() <= rFc) in findFc()161 aResult = getFc(0); in getFirstFc()185 aResult = getFc(getCount() - 1); in getLastFc()197 Fc WW8PieceTableImpl::getFc(sal_uInt32 nIndex) const in getFc() function in writerfilter::doctok::WW8PieceTableImpl199 return mEntries[nIndex].getFc(); in getFc()210 if (rFc < mEntries.begin()->getFc()) in fc2cp()211 aFc = mEntries.begin()->getFc(); in fc2cp()[all …]
101 sal_uInt32 getFc(sal_uInt32 nIndex) const;134 sal_uInt32 PLCF<T>::getFc(sal_uInt32 nIndex) const in getFc() function in writerfilter::doctok::PLCF162 while (getFc(n) > nFc) in getEntryByFc()179 Fc aFc = getFc(n); in dump()
39 Fc aFcMiddle = getFc(nMiddle);58 while (rFc < getFc(nResult)) in getIndex()105 getFc(n).get(), 2 * getU8(getRgb() + n)); in dump()169 getFc(n).get(), 2 * getU8(getRgb() + n * 13)); in dump()
57 Cp aCp(pPLCF->getFc(n) + nOffset); in processPLCFCpAndFcs()597 Fc aFcFromTable(rTable.getFc(i)); in parseBinTableCpAndFcs()635 Fc aFc = pFKP->getFc(n); in parseBinTableCpAndFcs()821 mpBinTablePAPX->getPageNumber(rCpAndFc.getFc()); in getFKP()829 mpBinTableCHPX->getPageNumber(rCpAndFc.getFc()); in getFKP()1363 Cp aCpStart(mpTextBoxStories->getFc(n)); in getTextboxText()1367 Cp aCpEnd(mpTextBoxStories->getFc(n + 1)); in getTextboxText()2055 result += getFc().toString(); in toString()2091 Cp aCp(mpStartCps->getFc(nPos)); in getStartCpAndFc()2127 if (nCp == mpStartCps->getFc(n)) in getIndex()[all …]
44 while (rFc < getFc(n)) in getPageNumber()59 Fc aFc = getFc(middle); in getPageNumber()91 snprintf(sBuffer, 255, "%" SAL_PRIxUINT32, getFc(n).get()); in toString()
57 virtual Fc getFc(sal_uInt32 nIndex) const in getFc() function in writerfilter::doctok::WW8FKPImpl59 virtual Fc getFirstFc() const { return getFc(0); } in getFirstFc()60 virtual Fc getLastFc() const { return getFc(getEntryCount()); } in getLastFc()
84 virtual Fc getFc(sal_uInt32 nIndex) const in getFc() function in writerfilter::doctok::WW8BinTableImpl85 { return mData.getFc(nIndex); } in getFc()
62 Cp aCp(mpRefs->getFc(nPos)); in getRefCpAndFc()99 Cp aCp(mpRefs->getFc(n)); in getIndexOfCpAndFc()
61 virtual Fc getFc(sal_uInt32 nIndex) const = 0;
77 sal_uInt32 getFc(sal_uInt32 nIndex) const;
75 virtual Fc getFc(sal_uInt32 nIndex) const = 0;
134 virtual Fc getFc(sal_uInt32 nIndex) const = 0;
51 sal_uInt32 WW8Clx::getFc(sal_uInt32 nIndex) const in getFc() function in writerfilter::doctok::WW8Clx
63 virtual Fc getFc(sal_uInt32 nIndex) const;
254 const Fc & getFc() const { return mFc; } in getFc() function in writerfilter::doctok::CpAndFc
Completed in 69 milliseconds