summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-03-07loplugin:unuseddefaultparamsNoel Grandin1-6/+4
2016-03-07tdf#97703 removed empty setUp/tearDown methodsChirag Manwani1-9/+0
2016-03-06Minor optimization, and improved commentsMatteo Casalin1-5/+5
2016-03-06Remove unuseful nStartIndex data member (and fix indexing)Matteo Casalin1-24/+15
2016-03-06Simplify recycling/search of freed UniqueIndex-esMatteo Casalin1-7/+10
2016-03-05Delete obsolete/unuseful commentsMatteo Casalin1-4/+0
2016-03-05Do not duplicate count of itemsMatteo Casalin1-5/+1
2016-03-05Let find fail, instead of using a dubious upper bound checkMatteo Casalin1-4/+2
2016-03-05Use Index consistentlyMatteo Casalin1-2/+2
2016-03-04loplugin:unuseddefaultparam in toolsNoel Grandin3-39/+25
2016-03-02tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak2-18/+5
2016-03-01sal_uIntPtr/sal_uLong to Index (aka sal_uInt32) in UniqueIndexMatteo Casalin2-23/+23
2016-03-01UniqueIndexImpl::size() is unneededMatteo Casalin1-2/+2
2016-03-01loplugin:unuseddefaultparam in toolsNoel Grandin7-59/+35
2016-02-23new loplugin: commaoperatorNoel Grandin3-6/+17
2016-02-21WaE vs2015 bug, add a temporary warning disableNorbert Thiebaud1-0/+9
2016-02-17use consistent #define checks for the Windows platformNoel Grandin8-16/+16
2016-02-16use consistent #define checks for the Windows platformNoel Grandin2-7/+7
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann2-5/+5
2016-02-15cppcheck: noExplicitConstructorCaolán McNamara1-6/+6
2016-02-09Remove excess newlinesChris Sherlock3-4/+0
2016-02-08loplugin:unusedmethodsNoel Grandin5-97/+0
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-25workaround ICE in VisualStudio2013Noel Grandin1-3/+2
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