summaryrefslogtreecommitdiff
path: root/package/source/zippackage/ZipPackageFolder.cxx
AgeCommit message (Expand)Author
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
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-01-02Fix for fdo43460 Part XXVI getLength() to isEmpty()Olivier Hallot
2011-12-16Fix inconsistent compression method for encrypted ZIP packages.Thorsten Behrens
2011-11-27remove include of pch header from packageNorbert Thiebaud
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky
2011-04-19prefer prefix ++/-- operatorsKayo Hamid
2011-03-29WaE: parentheses around '&&' within '||'David Tardon
2011-03-25mav60: remove unnecessary assertionsMikhail Voytenko
2011-03-24mav60: fix rebase problemsMikhail Voytenko
2011-03-24mav60: rebase to DEV300_m103Mikhail Voytenko
2011-03-24mav60: #164341# fix problems with the new implementationMikhail Voytenko
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
2011-03-23mav60: #164341# fix problems with the new implementationMikhail Voytenko
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-17mav60: #164341# support AES encryptionMikhail Voytenko
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud
2011-03-09mav60: #164341# support AES encryptionMikhail Voytenko
2011-02-10fwk165: #i116290# Fixed build breaker with gccCarsten Driesner