Home
last modified time | relevance | path

Searched refs:getU16 (Results 1 – 15 of 15) sorted by last modified time

/trunk/main/writerfilter/source/doctok/
H A DWW8LFOTable.cxx116 sal_uInt32 nXstSize = mpParent->getU16(mnOffsetInParent + nResult); in calcSize()
H A DWW8ListTable.cxx69 return getU16(0); in getEntryCount()
142 nResult += 2 + getU16(nResult) * 2; in calcSize()
H A DWW8Picture.cxx113 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()
H A DWW8PropertySetImpl.cxx91 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()
H A DWW8PropertySetImpl.hxx58 sal_uInt32 getId() const { return getU16(0); } in getId()
H A DWW8StructBase.cxx64 sal_uInt16 WW8StructBase::getU16(sal_uInt32 nOffset) const in getU16() function in writerfilter::doctok::WW8StructBase
66 return doctok::getU16(mSequence, nOffset); in getU16()
91 sal_uInt16 getU16(const WW8StructBase::Sequence & rSeq, in getU16() function
154 sal_uInt32 nCount = getU16(nOffset); in getString()
H A DWW8StructBase.hxx177 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);
H A DWW8Sttbf.cxx35 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()
H A DWW8StyleSheet.cxx38 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()
H A DWW8Table.cxx38 return getU16(0x5 + nIndex * 2); in get_cellx()
H A DDff.cxx104 return (getU16(0x0) & 0xfff0) >> 4; in getInstance()
109 return getU16(0x2); in getRecordType()
H A DDffImpl.cxx488 sal_uInt16 nPid = getU16(nOffset); in resolveNoAuto()
H A DWW8Clx.cxx37 nOffsetPieceTable += getU16(nOffsetPieceTable + 1) + 3; in WW8Clx()
H A DWW8DocumentImpl.cxx1913 (sal_uInt32) aTmp.getU16(0), false)); in get_sepx()
2084 if (nCp == mpEndCps->getU16(n * 4)) in getIndex()
/trunk/main/sw/source/filter/ww8/
H A DWW8Sttbf.hxx50 sal_uInt16 getU16(sal_uInt32 nOffset) in getU16() function in ww8::WW8Struct
54 { 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()

Completed in 69 milliseconds