Home
last modified time | relevance | path

Searched refs:getU8 (Results 1 – 12 of 12) sorted by relevance

/aoo4110/main/writerfilter/source/doctok/
H A DWW8StructBase.cxx59 sal_uInt8 WW8StructBase::getU8(sal_uInt32 nOffset) const in getU8() function in writerfilter::doctok::WW8StructBase
61 return doctok::getU8(mSequence, nOffset); in getU8()
85 sal_uInt8 getU8(const WW8StructBase::Sequence & rSeq, in getU8() function
94 return getU8(rSeq, nOffset) | (getU8(rSeq, nOffset + 1) << 8); in getU16()
100 sal_uInt32 nResult = getU8(rSeq, nOffset); in getU32()
101 nResult |= (getU8(rSeq, nOffset + 1) << 8); in getU32()
102 nResult |= (getU8(rSeq, nOffset + 2) << 16); in getU32()
103 nResult |= (getU8(rSeq, nOffset + 3) << 24); in getU32()
H A DWW8Table.cxx33 return getU8(0x4) + 1; in get_cellx_count()
77 return getU8(0x2) / 4; in get_cellBottomColor_count()
94 return getU8(0x2) / 4; in get_cellLeftColor_count()
111 return getU8(0x2) / 4; in get_cellTopColor_count()
128 return getU8(0x2) / 4; in get_cellRightColor_count()
152 return getU8(0x2) / WW8SHD::getSize(); in get_shd_count()
171 return getU8(0x2) / WW8CellShd::getSize(); in get_shd_count()
190 return getU8(0x2) / WW8CellShd::getSize(); in get_cellShadow_count()
H A DWW8FKPImpl.cxx72 sal_uInt16 nOffset = 2 * getU8(getRgb() + n); in getProperties()
76 sal_uInt16 nCbChpx = getU8(nOffset); in getProperties()
105 getFc(n).get(), 2 * getU8(getRgb() + n)); in dump()
121 sal_uInt16 nOffset = 2 * getU8(getRgb() + n * 13); in getProperties()
128 sal_uInt16 nCbPapx = getU8(nOffset) * 2; in getProperties()
133 nCbPapx = getU8(nOffset + 1) * 2 + 2; in getProperties()
169 getFc(n).get(), 2 * getU8(getRgb() + n * 13)); in dump()
H A DWW8StructBase.hxx170 sal_uInt8 getU8(sal_uInt32 nOffset) const;
192 { return (sal_Int8) getU8(nOffset); } in getS8()
292 sal_uInt8 getU8(const WW8StructBase::Sequence & rSeq, sal_uInt32 nOffset);
H A DWW8PropertySetImpl.cxx84 nResult = getU8(2); in getParam()
101 nResult = getU16(2) + (getU8(4) << 16); in getParam()
152 nParamSize = getU8(2) + 1; in getByteLength()
H A DWW8FontTable.cxx31 sal_uInt32 nCount = getU8(0); in initPayload()
39 sal_uInt32 nFFNSize = getU8(nOffset) + 1; in initPayload()
H A DWW8StyleSheet.cxx76 sal_uInt32 nCount = getU8(0xc); in get_xstzName()
125 sal_uInt32 nCount = getU8(0xc); in get_upxstart()
H A DWW8Clx.cxx35 while (getU8(nOffsetPieceTable) != 2) in WW8Clx()
H A DWW8FKPImpl.hxx55 virtual sal_uInt32 getEntryCount() const { return getU8(511); } in getEntryCount()
H A DDff.cxx99 return getU8(0x0) & 0xf; in getVersion()
/aoo4110/main/sw/source/filter/ww8/
H A DWW8Sttbf.hxx48 sal_uInt8 getU8(sal_uInt32 nOffset);
51 { return getU8(nOffset) + (getU8(nOffset + 1) << 8); } in getU16()
120 sal_uInt8 nStrLen = getU8(nOffset); in WW8Sttb()
H A DWW8Sttbf.cxx51 sal_uInt8 WW8Struct::getU8(sal_uInt32 nOffset) in getU8() function in ww8::WW8Struct

Completed in 113 milliseconds