Searched refs:mpOStm (Results 1 – 9 of 9) sorted by relevance
69 SvStream* mpOStm; member in TIFFWriter165 mpOStm = &rTIFF; in WriteTIFF()175 *mpOStm << (sal_uInt32)0; in WriteTIFF()225 *mpOStm << mnTagCount; in WriteTIFF()226 mpOStm->Seek( nCurPos ); in WriteTIFF()371 mpOStm->Seek( nGfxBegin ); in ImplWriteBody()463 mpOStm->Seek( nGfxEnd ); in ImplWriteBody()476 *mpOStm << (sal_uInt32)1; in ImplWriteResolution()486 *mpOStm << nTagID; in ImplWriteTag()487 *mpOStm << nDataType; in ImplWriteTag()[all …]
81 mpOStm = &rPPM; in WritePPM()131 *mpOStm << "P6\x0a"; in ImplWriteHeader()133 *mpOStm << "P3\x0a"; in ImplWriteHeader()136 *mpOStm << (sal_uInt8)32; in ImplWriteHeader()138 *mpOStm << (sal_uInt8)32; in ImplWriteHeader()140 *mpOStm << (sal_uInt8)10; in ImplWriteHeader()159 *mpOStm << rColor.GetRed(); in ImplWriteBody()176 *mpOStm << (sal_uInt8)10; in ImplWriteBody()210 *mpOStm << (sal_uInt8)' '; in ImplWriteBody()213 *mpOStm << (sal_uInt8)10; in ImplWriteBody()[all …]
95 mpOStm = &rXPM; in WriteXPM()160 *mpOStm << (sal_uInt8)32; in ImplWriteHeader()162 *mpOStm << (sal_uInt8)32; in ImplWriteHeader()164 *mpOStm << (sal_uInt8)32; in ImplWriteHeader()166 *mpOStm << "\x22,\x0a"; in ImplWriteHeader()182 *mpOStm << "\x22"; in ImplWritePalette()184 *mpOStm << (sal_uInt8)32; in ImplWritePalette()188 *mpOStm << "\x22,\x0a"; in ImplWritePalette()202 *mpOStm << (sal_uInt8)0x22; in ImplWriteBody()207 *mpOStm << "\x22,\x0a"; in ImplWriteBody()[all …]
81 mpOStm = &rPGM; in WritePGM()131 *mpOStm << "P5\x0a"; in ImplWriteHeader()133 *mpOStm << "P2\x0a"; in ImplWriteHeader()136 *mpOStm << (sal_uInt8)32; in ImplWriteHeader()138 *mpOStm << (sal_uInt8)32; in ImplWriteHeader()140 *mpOStm << (sal_uInt8)10; in ImplWriteHeader()173 *mpOStm << (sal_uInt8)10; in ImplWriteBody()184 *mpOStm << (sal_uInt8)( nDat + '0' ); in ImplWriteBody()203 *mpOStm << (sal_uInt8)' '; in ImplWriteBody()205 *mpOStm << (sal_uInt8)10; in ImplWriteBody()[all …]
81 mpOStm = &rPBM; in WritePBM()99 mpOStmOldModus = mpOStm->GetNumberFormatInt(); in WritePBM()113 mpOStm->SetNumberFormatInt( mpOStmOldModus ); in WritePBM()130 *mpOStm << "P4\x0a"; in ImplWriteHeader()132 *mpOStm << "P1\x0a"; in ImplWriteHeader()135 *mpOStm << (sal_uInt8)32; in ImplWriteHeader()137 *mpOStm << (sal_uInt8)10; in ImplWriteHeader()159 *mpOStm << nBYTE; in ImplWriteBody()176 *mpOStm << (sal_uInt8)10; in ImplWriteBody()180 *mpOStm << (sal_uInt8)10; in ImplWriteBody()[all …]
38 SvStream* mpOStm; member in RASWriter94 mpOStm = &rRAS; in WriteRAS()120 mpOStmOldModus = mpOStm->GetNumberFormatInt(); in WriteRAS()121 mpOStm->SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN ); in WriteRAS()134 mpOStm->SetNumberFormatInt( mpOStmOldModus ); in WriteRAS()162 *mpOStm << (sal_uInt32)0 << (sal_uInt32)0; in ImplWriteHeader()257 *mpOStm << (sal_uInt8)mnRepVal; in ImplPutByte()259 *mpOStm << (sal_uInt8)0; in ImplPutByte()263 *mpOStm << (sal_uInt8)0x80; in ImplPutByte()264 *mpOStm << (sal_uInt8)mnRepCount; in ImplPutByte()[all …]
271 if( mpOStm ) in SvXMLGraphicOutputStream()280 delete mpOStm; in ~SvXMLGraphicOutputStream()327 mpOStm->Seek( 0 ); in GetGraphicObject()339 mpOStm->Seek( STREAM_SEEK_TO_END ); in GetGraphicObject()341 mpOStm->Seek( 0 ); in GetGraphicObject()349 mpOStm->Seek( STREAM_SEEK_TO_END ); in GetGraphicObject()350 nStreamLen = mpOStm->Tell(); in GetGraphicObject()351 mpOStm->Seek( 0 ); in GetGraphicObject()356 mpOStm->Read( sFirstBytes, 2 ); in GetGraphicObject()363 mpOStm->Seek( 0 ); in GetGraphicObject()[all …]
91 mpIStm = mpOStm = NULL; in BeginCompression()144 mpOStm = &rOStm; in Compress()175 mpOStm = &rOStm; in Decompress()214 mpOStm = &rOStm; in Write()351 mpOStm->Write( PZSTREAM->next_out = mpOutBuf, nAvail ); in ImplWriteBack()
80 SvStream* mpOStm; member in ZCodec
Completed in 302 milliseconds