Searched refs:getU16 (Results 1 – 15 of 15) sorted by relevance
50 sal_uInt16 getU16(sal_uInt32 nOffset) in getU16() function in ww8::WW8Struct54 { return getU16(nOffset) + (getU16(nOffset + 1) << 16); } in getU32()98 if (getU16(nOffset) == 0xffff) in WW8Sttb()104 sal_uInt16 nCount = getU16(nOffset); in WW8Sttb()105 sal_uInt16 ncbExtra = getU16(nOffset + 2); in WW8Sttb()112 sal_uInt16 nStrLen = getU16(nOffset); in WW8Sttb()
35 if (getU16(0) == 0xffff) in WW8Sttbf()41 mnCount = getU16(nComplexOffset); in WW8Sttbf()42 mnExtraDataCount = getU16(nComplexOffset + 2); in WW8Sttbf()50 sal_uInt32 nStringLength = getU16(nOffset); in WW8Sttbf()134 return getU16(2); in getEntryCount()146 sal_uInt16 nCount = getU16(nOffset); in getEntry()151 sal_uInt16 nCount = getU16(nOffset); in getEntry()
91 nResult = getU16(2); in getParam()101 nResult = getU16(2) + (getU8(4) << 16); in getParam()149 nParamSize = getU16(2) + 1; in getByteLength()248 nResult = getU16(0); in get_istd()346 sal_uInt16 nCount = aStruct.getU16(0); in resolveLocal()371 WW8Value::Pointer_t pValue = createValue(getU16(0)); in resolve()
113 return 0xa + (rRef.getU16(0xa) + 2) * 2; in lcl_FFDATA_default_offset()127 nResult += (rRef.getU16(nResult) + 2) * 2; in lcl_FFDATA_formatting_offset()138 nResult += (rRef.getU16(nResult) + 2) * 2; in lcl_FFDATA_help_offset()147 nResult += (rRef.getU16(nResult) + 2) * 2; in lcl_FFDATA_tooltip_offset()196 nResult = getU16(lcl_FFDATA_default_offset(*this)); in get_checked()
38 sal_uInt32 cbStd = getU16(nOffset); in initPayload()103 sal_uInt32 nCount = getU16(nOffset); in get_xstzName1()142 sal_uInt32 nCountTmp = getU16(nResult); in get_upxstart()171 nCount = getU16(aOffset); in get_upx()177 nCount = getU16(aOffset); in get_upx()
64 sal_uInt16 WW8StructBase::getU16(sal_uInt32 nOffset) const in getU16() function in writerfilter::doctok::WW8StructBase66 return doctok::getU16(mSequence, nOffset); in getU16()91 sal_uInt16 getU16(const WW8StructBase::Sequence & rSeq, in getU16() function154 sal_uInt32 nCount = getU16(nOffset); in getString()
177 sal_uInt16 getU16(sal_uInt32 nOffset) const;200 {return (sal_Int16) getU16(nOffset); } in getS16()300 sal_uInt16 getU16(const WW8StructBase::Sequence & rSeq, sal_uInt32 nOffset);
69 return getU16(0); in getEntryCount()142 nResult += 2 + getU16(nResult) * 2; in calcSize()
104 return (getU16(0x0) & 0xfff0) >> 4; in getInstance()109 return getU16(0x2); in getRecordType()
37 nOffsetPieceTable += getU16(nOffsetPieceTable + 1) + 3; in WW8Clx()
116 sal_uInt32 nXstSize = mpParent->getU16(mnOffsetInParent + nResult); in calcSize()
58 sal_uInt32 getId() const { return getU16(0); } in getId()
38 return getU16(0x5 + nIndex * 2); in get_cellx()
488 sal_uInt16 nPid = getU16(nOffset); in resolveNoAuto()
1977 (sal_uInt32) aTmp.getU16(0), false)); in get_sepx()2148 if (nCp == mpEndCps->getU16(n * 4)) in getIndex()
Completed in 47 milliseconds