aboutsummaryrefslogtreecommitdiff
path: root/source/brx/svtools
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2023-12-12 14:29:59 +0100
committerAndras Timar <andras.timar@collabora.com>2023-12-12 14:29:59 +0100
commite65cd99d31f8ccf62e8f3357ef78ddecd04d9c7d (patch)
tree072a29d7eae0153070eb9307f270d19c688459bc /source/brx/svtools
parent114ca0c6daa47e72ca99046872e09156027a9120 (diff)
Updated German translation cp-23.05.6-4cp-23.05.6-3
Change-Id: I575dfdf578576a6cf37b505f33b1b4087c2d26a7
Diffstat (limited to 'source/brx/svtools')
0 files changed, 0 insertions, 0 deletions
ger_improvements'>feature/template_manager_improvements LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/tools/zcodec.hxx
AgeCommit message (Expand)Author
2022-06-12Add compression support for GZ through ZCodecofftkp
2022-05-06tdf#103954: Z compressed graphic formats support for EMF/WMFofftkp
2021-05-11fix leak in ZCodecNoel Grandin
2021-03-14loplugin:unusedmethodsNoel
2020-10-19add tools::Long typedef and use it in toolsNoel
2020-03-15Revert "loplugin:constfields in tools"Noel Grandin
2019-09-18remove unused crc functionality from ZCodecNoel Grandin
2018-09-27loplugin:constfields in toolsNoel Grandin
2017-12-13sal_uIntPtr->size_t in ZCodecNoel Grandin
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin
2017-01-31a whole bunch of SAL_WARN_UNUSEDNoel Grandin
2016-07-13loplugin:constparams in toolsNoel Grandin
2016-06-27tdf#75280 Cleaning up of sal_uIntPtr usage #1atymyjan
2016-03-17loplugin:constantparam in toolsNoel Grandin
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin
2015-04-27enhancement : tdf#90225 Cannot open compressed csv files from calcDennis Francis
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-21So ZCodec::ReadAsynchron was wrong in using a persistent mpIStm after allStephan Bergmann
2014-05-21ZCodec::mpIStm is apparently(?) effectively only used by ReadAsynchronStephan Bergmann
2014-05-21Split ZCodec::ImplInitBuf into InitCompress, InitDecompressStephan Bergmann
2014-05-21Replace ZCodec::mbInit with sane enumStephan Bergmann
2014-05-21ZCodec::UpdateCRC is privateStephan Bergmann
2014-05-21Remove unused ZCodec::IsFinishedStephan Bergmann
2014-05-21Remove unnecessary GZCodec derivationStephan Bergmann
2014-05-21Remove unused ZCODEC_BEST_SPEED, ZCODEC_BEST_COMPRESSION macrosStephan Bergmann
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann
2014-05-21Remove unnecessary ZCODEC_DEFAULT macroStephan Bergmann
2014-05-21Remove unnecessary ZCODEC_DEFAULT_STRATEGY macroStephan Bergmann
2014-05-21Remove unused ZCODEC_ZFILTERED, ZCODEC_ZHUFFMAN_ONLY macrosStephan Bergmann
2014-05-21Remove unnecessary DEFAULT_IN/OUT_BUFSIZE macrosStephan Bergmann
2014-05-21nMemUsage is always MAX_MEM_USAGEStephan Bergmann
2014-05-21A single ZCodec ctor sufficesStephan Bergmann
2014-05-21Clean-up C-style (void) parameter listsStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-09fdo#63154 Remove unused solar.h reference in toolsAlexandre Vicenzi
2014-02-18GCC 4.9, LTO: libvcl uses GZCodec but it is not linked with the implementationJan Hubicka