summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann27-324/+324
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+3
2015-10-06loplugin:mergeclassesNoel Grandin1-6/+3
2015-09-30Fix typosAndrea Gelmini2-3/+3
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-09-18boost->stdCaolán McNamara3-6/+4
2015-09-01comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelperMichael Stahl1-0/+1
2015-08-26package: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe24-47/+46
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-1/+2
2015-08-18Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann1-1/+0
2015-08-18Simplify ZipPackage::isLocalFile checkStephan Bergmann1-14/+1
2015-08-17avoid possible leak on exceptionCaolán McNamara1-13/+35
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