summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Expand)AuthorAgeFilesLines
* uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgsCaolán McNamara2015-06-053-2/+20
* Rephrase comparisons between bool and sal_BoolStephan Bergmann2015-05-081-1/+1
* loplugin:simplifyboolStephan Bergmann2015-04-242-3/+3
* Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-232-3/+3
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-1516-19/+19
* unnecessary castCaolán McNamara2015-04-121-4/+3
* loplugin:staticmethodsNoel Grandin2015-04-094-5/+5
* A UNO Any can't contain an AnyStephan Bergmann2015-04-081-1/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-312-2/+2
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-2/+2
* tdf#90010 Partially revert "package: Do not bother with deflating jpeg images"Matúš Kukan2015-03-251-1/+2
* loplugin:constantfunction: variousNoel Grandin2015-03-241-4/+0
* convert SFX_FILTER_ constants to enum classNoel Grandin2015-03-191-2/+2
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-2/+2
* V803 decreased performance postfix incrementMichael Stahl2015-03-131-1/+1
* package: PVS-Studio V595 'm_pData' pointer could be nullMichael Stahl2015-03-121-27/+15
* package: convert StorInternalData_Impl member to std::unique_ptrMichael Stahl2015-03-121-20/+12
* package: convert OStorage::m_pData to std::unique_ptrMichael Stahl2015-03-122-6/+5
* package: move WSInternalData_Impl out of headerMichael Stahl2015-03-122-16/+17
* package: convert OWriteStream::m_pData to std::unique_ptrMichael Stahl2015-03-122-16/+12
* package: PVS-Studio V595 'm_pData' pointer could be nullMichael Stahl2015-03-122-23/+18
* redundant checkCaolán McNamara2015-03-111-2/+1
* V801: Decreased performanceCaolán McNamara2015-03-092-7/+7
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-062-3/+3
* Updated all precompiled headers.Ashod Nakashian2015-02-052-0/+4
* Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2015-01-261-0/+3
* Some more loplugin:cstylecast: packageStephan Bergmann2015-01-206-18/+19
* remove unnecessary castsNoel Grandin2015-01-151-20/+20
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-1/+0
* cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet2015-01-041-1/+1
* Fix simple typos.Andrea Gelmini2015-01-021-11/+11
* include algorithmCaolán McNamara2015-01-021-0/+2
* include algorithmCaolán McNamara2015-01-021-0/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-024-8/+8
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-191-2/+4
* comphelper: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-183-9/+9
* fdo#87210: Re-enable parallel deflate, which was not the root cause.Kohei Yoshida2014-12-151-2/+0
* package: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-151-1/+1
* package: Better to use temporary files for huge memory zip streamsMatúš Kukan2014-12-143-8/+26
* package: Create memory buffer only when we need it - if we use parallelismMatúš Kukan2014-12-146-15/+33
* callcatcher: remove newly unused codeCaolán McNamara2014-12-126-227/+129
* remove operator>> methodsNoel Grandin2014-12-117-109/+109
* Globally disable threading for these for now.Kohei Yoshida2014-12-101-0/+2
* coverity#1242675 Untrusted value as argumentCaolán McNamara2014-11-211-0/+2
* coverity#1242675 Untrusted value as argumentCaolán McNamara2014-11-191-4/+9
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-186-0/+6
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-1710-0/+10
* package: Do not bother with deflating jpeg imagesMatúš Kukan2014-11-171-1/+8
* package: Do not deflate small streams in a threadMatúš Kukan2014-11-171-0/+5
* ZipPackageStream::getRawData can be privateMatúš Kukan2014-11-171-2/+3