Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx209 SvMemoryStream tmpStrm; in WriteHyperlinkWithinFly() local
222 SwWW8Writer::WriteLong( tmpStrm, rTarFrm.Len()+1 ); in WriteHyperlinkWithinFly()
225 tmpStrm << sal_uInt16( 0 ); in WriteHyperlinkWithinFly()
243 tmpStrm << nLevel; in WriteHyperlinkWithinFly()
251 tmpStrm << sal_uInt16(0x0003); in WriteHyperlinkWithinFly()
286 tmpStrm.Seek( STREAM_SEEK_TO_BEGIN ); in WriteHyperlinkWithinFly()
287 sal_uInt32 nStrmPos = tmpStrm.Tell(); in WriteHyperlinkWithinFly()
288 tmpStrm.Seek( STREAM_SEEK_TO_END ); in WriteHyperlinkWithinFly()
289 sal_uInt32 nStrmSize = tmpStrm.Tell(); in WriteHyperlinkWithinFly()
290 tmpStrm.Seek( nStrmPos ); in WriteHyperlinkWithinFly()
[all …]

Completed in 24 milliseconds