Home
last modified time | relevance | path

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

/AOO42X/main/filter/source/graphicfilter/egif/
H A Degif.cxx44 SvStream* pGIF; member in GIFWriter
105 pGIF = &rGIF; in WriteGIF()
114 pGIF->SetNumberFormatInt( NUMBERFORMAT_INT_LITTLEENDIAN ); in WriteGIF()
292 pGIF->Write( bGIF89a ? "GIF89a" : "GIF87a" , 6 ); in WriteSignature()
294 if( pGIF->GetError() ) in WriteSignature()
311 *pGIF << nWidth; in WriteGlobalHeader()
312 *pGIF << nHeight; in WriteGlobalHeader()
313 *pGIF << cFlags; in WriteGlobalHeader()
314 *pGIF << (sal_uInt8) 0x00; in WriteGlobalHeader()
315 *pGIF << (sal_uInt8) 0x00; in WriteGlobalHeader()
[all …]