summaryrefslogtreecommitdiffstats
path: root/package/source/zippackage
Commit message (Expand)AuthorAgeFilesLines
* fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa2013-07-231-9/+0
* Fix exception specification for ZipFileAccess::createWithURLNoel Grandin2013-06-121-1/+1
* fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov2013-04-171-1/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-072-5/+4
* -Wunused-macrosStephan Bergmann2013-03-271-6/+4
* Improve debug messagesStephan Bergmann2013-03-151-7/+14
* compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareToAscii(s)Stephan Bergmann2013-03-151-1/+1
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-2/+2
* fdo#46808, Convert package module to XComponentContextNoel Grandin2013-02-113-42/+37
* fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin2012-11-151-2/+1
* fdo#46808, Adapt xml::crypto::SEInitializer UNO service to new styleNoel Grandin2012-11-053-11/+11
* fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin2012-10-242-3/+3
* fdo#46808, Adapt packages::manifest::ManifestWriter UNO service to new styleNoel Grandin2012-10-231-39/+26
* fdo#46808, Adapt packages::manifest::ManifestReader UNO service to new styleNoel Grandin2012-10-231-112/+107
* fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2012-10-221-1/+1
* fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin2012-10-041-1/+1
* package: convert internal ZIP handling data-types to 64bitMichael Meeks2012-09-213-9/+14
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-193-13/+13
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-142-40/+34
* fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin2012-08-272-17/+14
* package: no more RTL_CONSTASCII_USTRINGPARAM in zippackageMiklos Vajna2012-08-178-286/+278
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-08-061-1/+1
* Use memcpy & memcmp insteadof rtl_copyMemory & rtl_compareMemory in packageArnaud Versini2012-07-293-3/+6
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-07-161-1/+1
* Fix prefix ++/-- operators for non-primitive typesJulien Nabet2012-06-231-1/+1
* re-base on ALv2 code.Michael Meeks2012-06-227-164/+101
* re-base on ALv2 code.Michael Meeks2012-06-216-147/+93
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-061-4/+5
* targetted prefer prefix operators reversionMichael Meeks2012-05-311-1/+2
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-083-11/+9
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-3/+3
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-32/+32
* callcatcher: remove newly unused methods and update listCaolán McNamara2012-02-281-6/+0
* WaE: unused variableCaolán McNamara2012-02-171-0/+1
* If we can have a few more information...Julien Nabet2012-02-121-1/+2
* Fix for fdo43460 Part XXVI getLength() to isEmpty()Olivier Hallot2012-01-025-17/+17
* catch exception by constant referenceTakeshi Abe2011-12-211-4/+4
* Fix inconsistent compression method for encrypted ZIP packages.Thorsten Behrens2011-12-161-6/+6
* remove include of pch header from packageNorbert Thiebaud2011-11-279-16/+0
* Some cppcheck cleaningJulien Nabet2011-08-301-1/+1
* convert package to gbuildMatúš Kukan2011-08-261-58/+0
* undo anything not wizard related in the previous merge-commitNorbert Thiebaud2011-08-217-738/+769
* fixed cppcheck warningsAndreas Becker2011-04-281-2/+2
* prefer prefix ++/-- operatorsKayo Hamid2011-04-191-2/+1
* WaE: parentheses around '&&' within '||'David Tardon2011-03-291-1/+1
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-231-308/+327
|\
| * fwk165: #i116290# Fixed build breaker with gccCarsten Driesner2011-02-101-1/+0
| * fwk165: #i116290# let mimetype stream be zipped as the first oneMikhail Voytenko2011-02-071-308/+328
* | Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2011-03-193-5/+5
* | Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-183-32/+33
|\ \