summaryrefslogtreecommitdiff
path: root/package/source/zippackage/ZipPackageFolder.cxx
AgeCommit message (Expand)Author
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-01-13tdf#114550 don't use PBKDF2 in package for gpg encryptionThorsten Behrens
2018-01-12More loplugin:cstylecast: packageStephan Bergmann
2017-12-10remove unused osl/time.h includes ..Jochen Nitschke
2017-10-23loplugin:includeform: packageStephan Bergmann
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin
2017-09-22loplugin:flatten in framework..packageNoel Grandin
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-02loplugin:casttovoid: packageStephan Bergmann
2017-06-26loplugin:oncevar in oox..saxNoel Grandin
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-02-23Use copy ctor instead of ZipPackageFolder::copyZipEntryStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-08Rename css::packages::ContentInfo to just ZipContentInfo.Kohei Yoshida
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-10-23com::sun::star->css in package,pyunoNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2014-11-17package: Call writeLOC always after putNextEntry explicitlyMatúš Kukan
2014-11-17package: Move most ZipOutputEntry's methods back to ZipOutputStreamMatúš Kukan
2014-11-17ZipPackageFolder: releaseUpwardRef only calls clearParent, remove it.Matúš Kukan
2014-10-23Move ZipPackageStream::saveChild to proper source fileMatúš Kukan
2014-10-23package: Add pure virtual ZipPackageEntry::saveChild()Matúš Kukan
2014-10-23package: Add ZipOutputEntry to isolate deflating of streams.Matúš Kukan
2014-10-10Split ZipPackageFolder::saveChild into two functionsMatúš Kukan
2014-10-10package: Add some 'const' and prefix membersMatúš Kukan
2014-09-30package: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-04-22package: sal_Bool->boolNoel Grandin
2014-03-10Use cppu::OImplementationId for XUnoTunnel IDsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-01-28bool improvementsStephan Bergmann
2014-01-27Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds.Jan Holesovsky
2013-10-30fdo#54938: Convert package, writerfilter and writerperfectMarcos Paulo de Souza
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky
2013-07-31fdo#62475 removed pointless commentsJelle van der Waa
2013-02-11fdo#46808, Convert package module to XComponentContextNoel Grandin
2012-09-21package: convert internal ZIP handling data-types to 64bitMichael Meeks
2012-08-17package: no more RTL_CONSTASCII_USTRINGPARAM in zippackageMiklos Vajna
2012-07-29Use memcpy & memcmp insteadof rtl_copyMemory & rtl_compareMemory in packageArnaud Versini
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET
2012-06-23Fix prefix ++/-- operators for non-primitive typesJulien Nabet
2012-06-22re-base on ALv2 code.Michael Meeks
2012-05-31targetted prefer prefix operators reversionMichael Meeks
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi