summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-01-18loplugin: unused return valuesNoel Grandin1-3/+2
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin10-48/+43
2016-01-10Fix typosAndrea Gelmini3-3/+3
2016-01-07Avoid memory leaks upon (de)compression failureStephan Bergmann1-5/+8
2015-12-21loplugin:unusedmethodsNoel Grandin2-70/+0
2015-12-14tdf#96206: Avoid scaling objects while copying to clipboardMike Kaganski1-1/+0
2015-11-29tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak1-19/+3
2015-11-28-Werror,-Wunused-variableStephan Bergmann1-1/+1
2015-11-26loplugin:unusedfields variousNoel Grandin1-5/+1
2015-11-25loplugin:unusedfields in include/toolkit,include/toolsNoel Grandin1-2/+1
2015-11-24loplugin:unusedfields in tools/Noel Grandin1-30/+29
2015-11-20don't warn on Color streaming missing Solar VersionCaolán McNamara1-4/+0
2015-11-17use unique_ptr for pImpl in tools/Noel Grandin3-9/+4
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-3/+5
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-0/+13
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-45/+38
2015-11-13underscores are reservedTomaž Vajngerl1-1/+1
2015-11-13improve compile time SSE2 detection, fix broken android buildTomaž Vajngerl1-2/+1
2015-11-13remove SSE detection code (but keep SSE2)Tomaž Vajngerl1-7/+0
2015-11-13tools: runtime SSE/SSE2 detectionTomaž Vajngerl2-0/+64
2015-11-11stream version doesn't matter hereCaolán McNamara2-4/+0
2015-11-11stream version doesn't matter hereCaolán McNamara1-8/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht3-11/+0
2015-11-11new loplugin: memoryvarNoel Grandin1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann23-227/+227
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin4-9/+9
2015-11-08tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak1-8/+1
2015-11-06Return earlyJulien Nabet1-6/+5
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2-6/+6
2015-11-05(Poly)Polygons: sal_uIntPtr to sal_uInt32/sdt::size_t/enumMatteo Casalin3-35/+34
2015-11-05class PolyOptimizeData is never instantiatedMatteo Casalin2-12/+7
2015-10-28Date: avoid temporary conversions to sal_uIntPtrMatteo Casalin1-6/+3
2015-10-28Date: group common codeMatteo Casalin1-77/+24
2015-10-28Rename (private) Date::init and reuse itMatteo Casalin1-31/+18
2015-10-28Date: use support function for mapping years to daysMatteo Casalin1-6/+13
2015-10-28Avoid intermediate cast to sal_uIntPtrMatteo Casalin1-4/+6
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin2-7/+7
2015-10-27loplugin:unusedmethodsNoel Grandin2-52/+0
2015-10-23Remove obsolete version map filesStephan Bergmann1-25/+0
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin4-12/+12
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-1/+1
2015-10-15Reuse FRound from tools/helpers.hxxStephan Bergmann1-9/+4
2015-10-15cppcheck:variableScopeNoel Grandin2-6/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-6/+6
2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks1-7/+2
2015-10-08tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Aybuke Ozdemir1-6/+1
2015-10-05Add isSchemeEqualTo(), isAnyKnownWebDAVScheme() to INetURLObjectGiuseppe Castagno2-0/+56
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+0