summaryrefslogtreecommitdiff
path: root/toolkit/Module_toolkit.mk
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/Module_toolkit.mk')
0 files changed, 0 insertions, 0 deletions
span>Noel Grandin 2015-07-03Fix typosAndrea Gelmini 2015-06-29drop yet another reimplementation of rtl::Reference (SotMutexHolderRef)Noel Grandin 2015-06-28Fix typosAndrea Gelmini 2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann 2015-06-15remove unnecessary check for null when calling deleteNoel Grandin 2015-06-13TyposJulien Nabet 2015-06-11cppcheck: noExplicitConstructorCaolán McNamara 2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin 2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-06-05WaE: unreferenced local variableCaolán McNamara 2015-06-05uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgsCaolán McNamara 2015-06-01loplugin:loopvartoosmallNoel Grandin 2015-05-08Rephrase comparisons between bool and sal_BoolStephan Bergmann 2015-04-24loplugin:simplifyboolStephan Bergmann 2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-12unnecessary castCaolán McNamara 2015-04-09loplugin:staticmethodsNoel Grandin 2015-04-08A UNO Any can't contain an AnyStephan Bergmann 2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann 2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann 2015-03-25tdf#90010 Partially revert "package: Do not bother with deflating jpeg images"Matúš Kukan 2015-03-24loplugin:constantfunction: variousNoel Grandin 2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin 2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin 2015-03-13V803 decreased performance postfix incrementMichael Stahl 2015-03-12package: PVS-Studio V595 'm_pData' pointer could be nullMichael Stahl 2015-03-12package: convert StorInternalData_Impl member to std::unique_ptrMichael Stahl 2015-03-12package: convert OStorage::m_pData to std::unique_ptrMichael Stahl 2015-03-12package: move WSInternalData_Impl out of headerMichael Stahl 2015-03-12package: convert OWriteStream::m_pData to std::unique_ptrMichael Stahl 2015-03-12package: PVS-Studio V595 'm_pData' pointer could be nullMichael Stahl 2015-03-11redundant checkCaolán McNamara 2015-03-09V801: Decreased performanceCaolán McNamara