summaryrefslogtreecommitdiff
path: root/package/source/zippackage/ZipPackageFolder.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-17package: Call writeLOC always after putNextEntry explicitlyMatúš Kukan1-1/+2
2014-11-17package: Move most ZipOutputEntry's methods back to ZipOutputStreamMatúš Kukan1-4/+2
2014-11-17ZipPackageFolder: releaseUpwardRef only calls clearParent, remove it.Matúš Kukan1-29/+0
2014-10-23Move ZipPackageStream::saveChild to proper source fileMatúš Kukan1-381/+0
2014-10-23package: Add pure virtual ZipPackageEntry::saveChild()Matúš Kukan1-85/+72
2014-10-23package: Add ZipOutputEntry to isolate deflating of streams.Matúš Kukan1-12/+19
2014-10-10Split ZipPackageFolder::saveChild into two functionsMatúš Kukan1-287/+334
2014-10-10package: Add some 'const' and prefix membersMatúš Kukan1-5/+5
2014-09-30package: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-9/+9
2014-04-22package: sal_Bool->boolNoel Grandin1-20/+20
2014-03-10Use cppu::OImplementationId for XUnoTunnel IDsStephan Bergmann1-6/+4
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-15/+15
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-27Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds.Jan Holesovsky1-11/+17
2013-10-30fdo#54938: Convert package, writerfilter and writerperfectMarcos Paulo de Souza1-1/+3
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky1-1/+1
2013-07-31fdo#62475 removed pointless commentsJelle van der Waa1-2/+0
2013-02-11fdo#46808, Convert package module to XComponentContextNoel Grandin1-6/+2
2012-09-21package: convert internal ZIP handling data-types to 64bitMichael Meeks1-4/+5
2012-08-17package: no more RTL_CONSTASCII_USTRINGPARAM in zippackageMiklos Vajna1-53/+53
2012-07-29Use memcpy & memcmp insteadof rtl_copyMemory & rtl_compareMemory in packageArnaud Versini1-1/+3
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-1/+1
2012-06-23Fix prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-05-31targetted prefer prefix operators reversionMichael Meeks1-1/+2
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-5/+4
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+3
2012-01-02Fix for fdo43460 Part XXVI getLength() to isEmpty()Olivier Hallot1-4/+4
2011-12-16Fix inconsistent compression method for encrypted ZIP packages.Thorsten Behrens1-6/+6
2011-11-27remove include of pch header from packageNorbert Thiebaud1-2/+0
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-90/+107
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky1-90/+107
2011-04-19prefer prefix ++/-- operatorsKayo Hamid1-2/+1
2011-03-29WaE: parentheses around '&&' within '||'David Tardon1-1/+1
2011-03-25mav60: remove unnecessary assertionsMikhail Voytenko1-10/+0
2011-03-24mav60: fix rebase problemsMikhail Voytenko1-21/+29
2011-03-24mav60: rebase to DEV300_m103Mikhail Voytenko1-341/+353
2011-03-24mav60: #164341# fix problems with the new implementationMikhail Voytenko1-2/+2
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-308/+327
2011-03-23mav60: #164341# fix problems with the new implementationMikhail Voytenko1-8/+7
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-30/+32
2011-03-17mav60: #164341# support AES encryptionMikhail Voytenko1-6/+35
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold1-11/+11
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-30/+32
2011-03-09mav60: #164341# support AES encryptionMikhail Voytenko1-77/+75
2011-02-10fwk165: #i116290# Fixed build breaker with gccCarsten Driesner1-1/+0