summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Expand)AuthorAgeFilesLines
* com::sun::star->css in package,pyunoNoel Grandin2015-10-2344-1111/+1086
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1227-324/+324
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-2/+3
* loplugin:mergeclassesNoel Grandin2015-10-061-6/+3
* Fix typosAndrea Gelmini2015-09-302-3/+3
* Fix typosAndrea Gelmini2015-09-302-2/+2
* boost->stdCaolán McNamara2015-09-183-6/+4
* comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelperMichael Stahl2015-09-011-0/+1
* package: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-2624-47/+46
* Consolidate isFileUrl checksStephan Bergmann2015-08-191-1/+2
* Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann2015-08-181-1/+0
* Simplify ZipPackage::isLocalFile checkStephan Bergmann2015-08-181-14/+1
* avoid possible leak on exceptionCaolán McNamara2015-08-171-13/+35
* Related: tdf#88314 delete temp filesCaolán McNamara2015-08-073-0/+10
* Resolves: tdf#88314 close temp file after each thread completedCaolán McNamara2015-08-053-19/+65
* 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