Searched refs:getU32 (Results 1 – 14 of 14) sorted by relevance
43 return (getU32(nOffsetPieceTable + 1) - 4) / 12; in getPieceCount()48 return getU32(nOffsetPieceTable + 5 + nIndex * 4); in getCp()53 sal_uInt32 nResult = getU32(nOffsetPieceTable + 5 + in getFc()66 sal_uInt32 nTmp = getU32(nOffsetPieceTable + 5 + in isComplexFc()
82 return getU32(0x3 + 4 * pos); in get_cellBottomColor()99 return getU32(0x3 + 4 * pos); in get_cellLeftColor()116 return getU32(0x3 + 4 * pos); in get_cellTopColor()133 return getU32(0x3 + 4 * pos); in get_cellRightColor()
356 if (aTmp.getU32(0x4) - 8 < nCount) in get_blip()357 nCount = aTmp.getU32(0x4) - 8; in get_blip()404 sal_uInt32 nCount = aStructBase.getU32(0x4) - 0x11;489 sal_uInt32 nValue = getU32(nOffset + 2); in resolveNoAuto()
184 sal_uInt32 getU32(sal_uInt32 nOffset) const;208 { return (sal_Int32) getU32(nOffset); } in getS32()308 sal_uInt32 getU32(const WW8StructBase::Sequence & rSeq, sal_uInt32 nOffset);
69 sal_uInt32 WW8StructBase::getU32(sal_uInt32 nOffset) const in getU32() function in writerfilter::doctok::WW8StructBase71 return doctok::getU32(mSequence, nOffset); in getU32()97 sal_uInt32 getU32(const WW8StructBase::Sequence & rSeq, in getU32() function
79 nResult = getU32(0x4) + 8; in calcSize()87 nResult = getU32(0x4); in calcSize()189 pVal = createValue(getU32(0x0)); in resolve()
55 : mnPageNumber(getU32(rSeq, nOffset)) in PageNumber()
63 return getU32(0); in getEntryCount()
136 return getU32(nIndex * 4); in getFc()
58 { return Fc(getU32(nIndex * 4), mbComplex); } in getFc()
48 Cp aCp(mCpAndFcOffset.getCp() + mpCps->getU32(nPos * 4)); in getCpAndFc()
96 nResult = getU32(2); in getParam()
1122 Cp aCp(getFootnodeEndCp().getCp() + mpHeaderOffsets->getU32(nPos * 4)); in getHeaderCpAndFc()1448 sal_uInt32 nCount = aStruct.getU32(0); in resolvePicture()2100 Cp aCp(mpEndCps->getU32(nPos * 4)); in getEndCpAndFc()
53 sal_uInt32 getU32(sal_uInt32 nOffset) in getU32() function in ww8::WW8Struct
Completed in 137 milliseconds