summaryrefslogtreecommitdiff
path: root/package/source/zippackage/ZipPackage.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-20Some more loplugin:cstylecast: packageStephan Bergmann1-2/+2
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+4
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann1-5/+5
2014-12-14package: Create memory buffer only when we need it - if we use parallelismMatúš Kukan1-4/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17Simplify input parameters to just take the sequenceMatúš Kukan1-8/+6
2014-11-17package: Call writeLOC always after putNextEntry explicitlyMatúš Kukan1-3/+6
2014-11-17package: Use memory stream for compressing zip entriesMatúš Kukan1-2/+6
2014-11-17package: Zipping STORED entry is the same as rawWrite and we don't encrypt itMatúš Kukan1-3/+1
2014-11-17package: Move most ZipOutputEntry's methods back to ZipOutputStreamMatúš Kukan1-9/+12
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-10-30coverity#706582 Uncaught exceptionCaolán McNamara1-2/+10
2014-10-30coverity#706583 Uncaught exceptionCaolán McNamara1-2/+10
2014-10-30coverity#706584 Uncaught exceptionCaolán McNamara1-2/+15
2014-10-23package: Add pure virtual ZipPackageEntry::saveChild()Matúš Kukan1-4/+4
2014-10-23package: Add ZipOutputEntry to isolate deflating of streams.Matúš Kukan1-16/+20
2014-10-10ZipOutputStream: No need to explicitly set default valuesMatúš Kukan1-3/+0
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-24/+20
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni1-1/+1
2014-04-22package: sal_Bool->boolNoel Grandin1-40/+40
2014-04-14remove update_precomp.py markersThomas Arnhold1-1/+0
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-03-29typo: optimisation -> optimizationThomas Arnhold1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-7/+7
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-26/+26
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-2/+2
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi1-6/+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-39/+45
2014-01-16Revert "impl. enumeration for ZipPackage"David Tardon1-25/+0
2014-01-15bahDavid Tardon1-2/+2
2014-01-15impl. enumeration for ZipPackageDavid Tardon1-0/+25
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-1/+1
2013-10-30fdo#54938: Convert package, writerfilter and writerperfectMarcos Paulo de Souza1-1/+2
2013-10-11-Werror,-Wunused-variableStephan Bergmann1-4/+1
2013-07-31fdo#62475 removed pointless commentsJelle van der Waa1-41/+4
2013-07-23fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-9/+0
2013-03-27-Wunused-macrosStephan Bergmann1-6/+4
2013-03-15Improve debug messagesStephan Bergmann1-7/+14
2013-03-15compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareToAscii(s)Stephan Bergmann1-1/+1
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-2/+2
2013-02-11fdo#46808, Convert package module to XComponentContextNoel Grandin1-23/+23
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-2/+1
2012-11-05fdo#46808, Adapt xml::crypto::SEInitializer UNO service to new styleNoel Grandin1-3/+3
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin1-1/+1
2012-10-23fdo#46808, Adapt packages::manifest::ManifestWriter UNO service to new styleNoel Grandin1-39/+26
2012-10-23fdo#46808, Adapt packages::manifest::ManifestReader UNO service to new styleNoel Grandin1-112/+107
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-1/+1
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-1/+1