Searched refs:WW8ReadUINT32 (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/sw/source/filter/ww8/dump/ |
| H A D | dump8a.cxx | 112 sal_Bool WW8ReadUINT32( SvStream& rStrm, sal_uInt32& rTarget ) in WW8ReadUINT32() function 1756 return WW8ReadUINT32( rStrm, rLength ); in ReadEsherRec() 2168 !WW8ReadUINT32( *xTableStream, nOp )) in DumpEscherRec() 2184 if( 4 == nLength && WW8ReadUINT32( *xTableStream, nData )) in DumpEscherRec() 2193 if( WW8ReadUINT32( *xTableStream, nId ) && in DumpEscherRec() 2194 WW8ReadUINT32( *xTableStream, nData )) in DumpEscherRec() 2208 if( WW8ReadUINT32( *xTableStream, nL ) && in DumpEscherRec() 2209 WW8ReadUINT32( *xTableStream, nT ) && in DumpEscherRec() 2210 WW8ReadUINT32( *xTableStream, nR ) && in DumpEscherRec() 2211 WW8ReadUINT32( *xTableStream, nB ) ) in DumpEscherRec() [all …]
|