summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constantparam in toolsNoel Grandin2016-03-102-27/+9
* loplugin:unuseddefaultparamsNoel Grandin2016-03-071-6/+4
* tdf#97703 removed empty setUp/tearDown methodsChirag Manwani2016-03-071-9/+0
* Minor optimization, and improved commentsMatteo Casalin2016-03-061-5/+5
* Remove unuseful nStartIndex data member (and fix indexing)Matteo Casalin2016-03-061-24/+15
* Simplify recycling/search of freed UniqueIndex-esMatteo Casalin2016-03-061-7/+10
* Delete obsolete/unuseful commentsMatteo Casalin2016-03-051-4/+0
* Do not duplicate count of itemsMatteo Casalin2016-03-051-5/+1
* Let find fail, instead of using a dubious upper bound checkMatteo Casalin2016-03-051-4/+2
* Use Index consistentlyMatteo Casalin2016-03-051-2/+2
* loplugin:unuseddefaultparam in toolsNoel Grandin2016-03-043-39/+25
* tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak2016-03-022-18/+5
* sal_uIntPtr/sal_uLong to Index (aka sal_uInt32) in UniqueIndexMatteo Casalin2016-03-012-23/+23
* UniqueIndexImpl::size() is unneededMatteo Casalin2016-03-011-2/+2
* loplugin:unuseddefaultparam in toolsNoel Grandin2016-03-017-59/+35
* new loplugin: commaoperatorNoel Grandin2016-02-233-6/+17
* 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