summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* WaE vs2015 bug, add a temporary warning disableNorbert Thiebaud2016-02-211-0/+9
* use consistent #define checks for the Windows platformNoel Grandin2016-02-178-16/+16
* use consistent #define checks for the Windows platformNoel Grandin2016-02-162-7/+7
* Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann2016-02-152-5/+5
* cppcheck: noExplicitConstructorCaolán McNamara2016-02-151-6/+6
* Remove excess newlinesChris Sherlock2016-02-093-4/+0
* loplugin:unusedmethodsNoel Grandin2016-02-085-97/+0
* OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara2016-01-311-1/+0
* workaround ICE in VisualStudio2013Noel Grandin2016-01-251-3/+2
* loplugin: unused return valuesNoel Grandin2016-01-181-3/+2
* loplugin:unusedmethods unused return value in include/toolsNoel Grandin2016-01-1510-48/+43
* Fix typosAndrea Gelmini2016-01-103-3/+3
* Avoid memory leaks upon (de)compression failureStephan Bergmann2016-01-071-5/+8
* loplugin:unusedmethodsNoel Grandin2015-12-212-70/+0
* tdf#96206: Avoid scaling objects while copying to clipboardMike Kaganski2015-12-141-1/+0
* tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak2015-11-291-19/+3
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-1/+1
* loplugin:unusedfields variousNoel Grandin2015-11-261-5/+1
* loplugin:unusedfields in include/toolkit,include/toolsNoel Grandin2015-11-251-2/+1
* loplugin:unusedfields in tools/Noel Grandin2015-11-241-30/+29
* don't warn on Color streaming missing Solar VersionCaolán McNamara2015-11-201-4/+0
* use unique_ptr for pImpl in tools/Noel Grandin2015-11-173-9/+4
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-171-3/+5
* Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann2015-11-171-0/+13
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-45/+38
* underscores are reservedTomaž Vajngerl2015-11-131-1/+1
* improve compile time SSE2 detection, fix broken android buildTomaž Vajngerl2015-11-131-2/+1
* remove SSE detection code (but keep SSE2)Tomaž Vajngerl2015-11-131-7/+0
* tools: runtime SSE/SSE2 detectionTomaž Vajngerl2015-11-132-0/+64
* stream version doesn't matter hereCaolán McNamara2015-11-112-4/+0
* stream version doesn't matter hereCaolán McNamara2015-11-111-8/+0
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-113-11/+0
* new loplugin: memoryvarNoel Grandin2015-11-111-4/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1023-227/+227
* com::sun::star->css in tools/ and ucb/Noel Grandin2015-11-094-9/+9
* tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak2015-11-081-8/+1
* Return earlyJulien Nabet2015-11-061-6/+5
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-062-6/+6
* (Poly)Polygons: sal_uIntPtr to sal_uInt32/sdt::size_t/enumMatteo Casalin2015-11-053-35/+34
* class PolyOptimizeData is never instantiatedMatteo Casalin2015-11-052-12/+7
* Date: avoid temporary conversions to sal_uIntPtrMatteo Casalin2015-10-281-6/+3
* Date: group common codeMatteo Casalin2015-10-281-77/+24
* Rename (private) Date::init and reuse itMatteo Casalin2015-10-281-31/+18
* Date: use support function for mapping years to daysMatteo Casalin2015-10-281-6/+13
* Avoid intermediate cast to sal_uIntPtrMatteo Casalin2015-10-281-4/+6
* sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin2015-10-272-7/+7
* loplugin:unusedmethodsNoel Grandin2015-10-272-52/+0
* Remove obsolete version map filesStephan Bergmann2015-10-231-25/+0
* loplugin:defaultparamsStephan Bergmann2015-10-201-1/+1
* loplugin:defaultparamsStephan Bergmann2015-10-191-2/+2