Searched refs:getU8 (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/writerfilter/source/doctok/ |
H A D | WW8StructBase.cxx | 59 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 D | WW8Table.cxx | 33 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 D | WW8FKPImpl.cxx | 72 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 D | WW8StructBase.hxx | 170 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 D | WW8PropertySetImpl.cxx | 84 nResult = getU8(2); in getParam() 101 nResult = getU16(2) + (getU8(4) << 16); in getParam() 152 nParamSize = getU8(2) + 1; in getByteLength()
|
H A D | WW8FontTable.cxx | 31 sal_uInt32 nCount = getU8(0); in initPayload() 39 sal_uInt32 nFFNSize = getU8(nOffset) + 1; in initPayload()
|
H A D | WW8StyleSheet.cxx | 76 sal_uInt32 nCount = getU8(0xc); in get_xstzName() 125 sal_uInt32 nCount = getU8(0xc); in get_upxstart()
|
H A D | WW8Clx.cxx | 35 while (getU8(nOffsetPieceTable) != 2) in WW8Clx()
|
H A D | WW8FKPImpl.hxx | 55 virtual sal_uInt32 getEntryCount() const { return getU8(511); } in getEntryCount()
|
H A D | Dff.cxx | 99 return getU8(0x0) & 0xf; in getVersion()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | WW8Sttbf.hxx | 48 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 D | WW8Sttbf.cxx | 51 sal_uInt8 WW8Struct::getU8(sal_uInt32 nOffset) in getU8() function in ww8::WW8Struct
|
Completed in 49 milliseconds