summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Expand)AuthorAgeFilesLines
* Revert "Resolves: tdf#88314 close temp file after each thread completes"Norbert Thiebaud2015-07-263-47/+20
* Resolves: tdf#88314 close temp file after each thread completesCaolán McNamara2015-07-243-20/+47
* loplugin:unusedmethods toolkit,packageNoel Grandin2015-07-141-15/+0
* loplugin:unusedmethods packageNoel Grandin2015-07-078-85/+0
* Fix typosAndrea Gelmini2015-07-031-1/+1
* drop yet another reimplementation of rtl::Reference (SotMutexHolderRef)Noel Grandin2015-06-2915-120/+48
* Fix typosAndrea Gelmini2015-06-281-1/+1
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-3/+3
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-10/+7
* TyposJulien Nabet2015-06-131-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-114-5/+5
* convert expressions like 'size() == 0' to 'empty()'Noel Grandin2015-06-112-7/+7
* convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin2015-06-111-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-082-4/+4
* WaE: unreferenced local variableCaolán McNamara2015-06-051-1/+1
* uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgsCaolán McNamara2015-06-053-2/+20
* loplugin:loopvartoosmallNoel Grandin2015-06-012-2/+2
* 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