summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)AuthorFilesLines
2015-08-07Related: tdf#88314 delete temp filesCaolán McNamara3-0/+10
2015-08-05Resolves: tdf#88314 close temp file after each thread completedCaolán McNamara3-19/+65
2015-07-26Revert "Resolves: tdf#88314 close temp file after each thread completes"Norbert Thiebaud3-47/+20
2015-07-24Resolves: tdf#88314 close temp file after each thread completesCaolán McNamara3-20/+47
2015-07-14loplugin:unusedmethods toolkit,packageNoel Grandin1-15/+0
2015-07-07loplugin:unusedmethods packageNoel Grandin8-85/+0
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-29drop yet another reimplementation of rtl::Reference (SotMutexHolderRef)Noel Grandin15-120/+48
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-3/+3
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-10/+7
2015-06-13TyposJulien Nabet1-1/+1
2015-06-11cppcheck: noExplicitConstructorCaolán McNamara4-5/+5
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin2-7/+7
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-4/+4
2015-06-05WaE: unreferenced local variableCaolán McNamara1-1/+1
2015-06-05uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgsCaolán McNamara3-2/+20
2015-06-01loplugin:loopvartoosmallNoel Grandin2-2/+2
2015-05-08Rephrase comparisons between bool and sal_BoolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann2-3/+3
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2-3/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin16-19/+19
2015-04-12unnecessary castCaolán McNamara1-4/+3
2015-04-09loplugin:staticmethodsNoel Grandin4-5/+5
2015-04-08A UNO Any can't contain an AnyStephan Bergmann1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-25tdf#90010 Partially revert "package: Do not bother with deflating jpeg images"Matúš Kukan1-1/+2
2015-03-24loplugin:constantfunction: variousNoel Grandin1-4/+0
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-2/+2
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-2/+2
2015-03-13V803 decreased performance postfix incrementMichael Stahl1-1/+1
2015-03-12package: PVS-Studio V595 'm_pData' pointer could be nullMichael Stahl1-27/+15
2015-03-12package: convert StorInternalData_Impl member to std::unique_ptrMichael Stahl1-20/+12
2015-03-12package: convert OStorage::m_pData to std::unique_ptrMichael Stahl2-6/+5
2015-03-12package: move WSInternalData_Impl out of headerMichael Stahl2-16/+17
2015-03-12package: convert OWriteStream::m_pData to std::unique_ptrMichael Stahl2-16/+12
2015-03-12package: PVS-Studio V595 'm_pData' pointer could be nullMichael Stahl2-23/+18
2015-03-11redundant checkCaolán McNamara1-2/+1
2015-03-09V801: Decreased performanceCaolán McNamara2-7/+7
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage2-3/+3
2015-02-05Updated all precompiled headers.Ashod Nakashian2-0/+4
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann1-0/+3
2015-01-20Some more loplugin:cstylecast: packageStephan Bergmann6-18/+19
2015-01-15remove unnecessary castsNoel Grandin1-20/+20
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet1-1/+1
2015-01-02Fix simple typos.Andrea Gelmini1-11/+11
2015-01-02include algorithmCaolán McNamara1-0/+2