summaryrefslogtreecommitdiff
path: root/include/tools/zcodec.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-01-29tdf#143148 use pragma once instead of include guardsKeldin Maldonado (KNM)1-4/+1
2022-06-12Add compression support for GZ through ZCodecofftkp1-0/+14
2022-05-06tdf#103954: Z compressed graphic formats support for EMF/WMFofftkp1-0/+6
2021-05-11fix leak in ZCodecNoel Grandin1-2/+3
2021-03-14loplugin:unusedmethodsNoel1-4/+0
2020-10-19add tools::Long typedef and use it in toolsNoel1-4/+5
2020-03-15Revert "loplugin:constfields in tools"Noel Grandin1-2/+2
2019-09-18remove unused crc functionality from ZCodecNoel Grandin1-6/+1
2018-09-27loplugin:constfields in toolsNoel Grandin1-2/+2
2017-12-13sal_uIntPtr->size_t in ZCodecNoel Grandin1-1/+1
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin1-2/+2
2017-01-31a whole bunch of SAL_WARN_UNUSEDNoel Grandin1-1/+1
2016-07-13loplugin:constparams in toolsNoel Grandin1-1/+1
2016-06-27tdf#75280 Cleaning up of sal_uIntPtr usage #1atymyjan1-12/+11
2016-03-17loplugin:constantparam in toolsNoel Grandin1-1/+1
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin1-2/+2
2015-04-27enhancement : tdf#90225 Cannot open compressed csv files from calcDennis Francis1-0/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
2014-05-21So ZCodec::ReadAsynchron was wrong in using a persistent mpIStm after allStephan Bergmann1-1/+0
2014-05-21ZCodec::mpIStm is apparently(?) effectively only used by ReadAsynchronStephan Bergmann1-1/+1
2014-05-21Split ZCodec::ImplInitBuf into InitCompress, InitDecompressStephan Bergmann1-1/+2
2014-05-21Replace ZCodec::mbInit with sane enumStephan Bergmann1-2/+8
2014-05-21ZCodec::UpdateCRC is privateStephan Bergmann1-1/+2
2014-05-21Remove unused ZCodec::IsFinishedStephan Bergmann1-1/+0
2014-05-21Remove unnecessary GZCodec derivationStephan Bergmann1-14/+3
2014-05-21Remove unused ZCODEC_BEST_SPEED, ZCODEC_BEST_COMPRESSION macrosStephan Bergmann1-2/+0
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann1-13/+10
2014-05-21Remove unnecessary ZCODEC_DEFAULT macroStephan Bergmann1-3/+2
2014-05-21Remove unnecessary ZCODEC_DEFAULT_STRATEGY macroStephan Bergmann1-4/+2
2014-05-21Remove unused ZCODEC_ZFILTERED, ZCODEC_ZHUFFMAN_ONLY macrosStephan Bergmann1-2/+0
2014-05-21Remove unnecessary DEFAULT_IN/OUT_BUFSIZE macrosStephan Bergmann1-11/+1
2014-05-21nMemUsage is always MAX_MEM_USAGEStephan Bergmann1-4/+1
2014-05-21A single ZCodec ctor sufficesStephan Bergmann1-2/+1
2014-05-21Clean-up C-style (void) parameter listsStephan Bergmann1-3/+3
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-09fdo#63154 Remove unused solar.h reference in toolsAlexandre Vicenzi1-1/+0
2014-02-18GCC 4.9, LTO: libvcl uses GZCodec but it is not linked with the implementationJan Hubicka1-1/+4
2013-11-09fdo#65108 inter-module includes <> include/toolsNorbert Thiebaud1-1/+1
2013-10-23fixincludeguards.sh: include/{toolkit,tools}Thomas Arnhold1-2/+2
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud1-4/+4
2013-04-23execute move of global headersBjoern Michaelsen1-0/+110