Home
last modified time | relevance | path

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

/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx59 ZCodec::ZCodec( sal_uIntPtr nInBufSize, sal_uIntPtr nOutBufSize, sal_uIntPtr nMemUsage ) in ZCodec() function in ZCodec
68 ZCodec::ZCodec( void ) in ZCodec() function in ZCodec
79 ZCodec::~ZCodec() in ~ZCodec()
104 long ZCodec::EndCompression() in EndCompression()
137 long ZCodec::Compress( SvStream& rIStm, SvStream& rOStm ) in Compress()
343 void ZCodec::ImplWriteBack() in ImplWriteBack()
358 void ZCodec::SetBreak( sal_uIntPtr nInToRead ) in SetBreak()
365 sal_uIntPtr ZCodec::GetBreak( void ) in GetBreak()
372 void ZCodec::SetCRC( sal_uIntPtr nCRC ) in SetCRC()
379 sal_uIntPtr ZCodec::GetCRC() in GetCRC()
[all …]
/trunk/main/tools/inc/tools/
H A Dzcodec.hxx68 class TOOLS_DLLPUBLIC ZCodec class
92 ZCodec( sal_uIntPtr nInBuf, sal_uIntPtr nOutBuf, sal_uIntPtr nMemUsage = MAX_MEM_USAGE );
93 ZCodec( void );
94 virtual ~ZCodec();
115 class GZCodec : public ZCodec
/trunk/main/svx/source/gallery2/
H A Dcodec.cxx94 ZCodec aCodec; in Write()
168 ZCodec aCodec; in Read()
/trunk/main/vcl/source/gdi/
H A Dpngwrite.cxx91 ZCodec* mpZCodec;
129 mpZCodec ( new ZCodec( DEFAULT_IN_BUFSIZE, DEFAULT_OUT_BUFSIZE, MAX_MEM_USAGE ) ), in PNGWriterImpl()
H A Dpngread.cxx110 ZCodec* mpZCodec;
205 mpZCodec ( new ZCodec( DEFAULT_IN_BUFSIZE, DEFAULT_OUT_BUFSIZE, MAX_MEM_USAGE ) ), in PNGReaderImpl()
H A Dpdfwriter_impl.hxx56 class ZCodec;
784 ZCodec* m_pCodec;
H A Ddibtools.cxx685 ZCodec aCodec; in ImplReadDIBBody()
1285 ZCodec aCodec; in ImplWriteDIBBody()
H A Dpdfwriter_impl.cxx2116 ZCodec* pCodec = new ZCodec( 0x4000, 0x4000 ); in compressStream()
2137 m_pCodec = new ZCodec( 0x4000, 0x4000 ); in beginCompression()
3907 ZCodec* pCodec = new ZCodec( 0x4000, 0x4000 ); in createToUnicodeCMap()
/trunk/main/extensions/source/update/tools/
H A Dztool.cxx51 ZCodec aCompressor; in main()
/trunk/main/extensions/source/xmlextract/
H A Dxmxtrct.cxx181 ZCodec aCodec; in REF()
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx361 ZCodec aZCodec( 0x8000, 0x8000 ); in GetGraphicObject()
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx321 ZCodec aCodec; in Open()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx1855 ZCodec aZCodec( 0x8000, 0x8000 ); in ImplWriteOLE()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx1888 ZCodec aZCodec( 0x8000, 0x8000 ); in SdrPowerPointOLEDecompress()
2093 ZCodec aZCodec( 0x8000, 0x8000 ); in ImportExOleObjStg()
H A Descherex.cxx4526 ZCodec aZCodec( 0x8000, 0x8000 ); in GetBlibID()
H A Dmsdffimp.cxx6634 ZCodec aZCodec( 0x8000, 0x8000 ); in GetBLIPDirect()

Completed in 420 milliseconds