summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-4/+5
2016-06-13improve formatting of DBG_UNHANDLED_EXCEPTION messageNoel Grandin1-7/+6
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-1/+1
2016-06-09attempt to document the obscure MAX_DAYS valueEike Rathke1-0/+11
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko1-4/+1
2016-06-09reduce "no DbgTestSolarMutex function set" warningNoel Grandin1-19/+15
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl8-56/+59
2016-06-03drop "Solar-Version not set on rIStream" messagesNoel Grandin2-8/+0
2016-06-02loplugin:unusedfieldsNoel Grandin1-1/+0
2016-05-26improve the logging of resource loading failuresNoel Grandin1-8/+8
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann1-0/+1
2016-05-19loplugin:unusedmethods in toolsNoel Grandin1-54/+0
2016-05-16remove unused RSC_SYSWINDOW and RSC_WORKWINNoel Grandin1-2/+0
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin5-20/+20
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann3-5/+7
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-24/+24
2016-04-25use std::vector<> instead of embedding next pointers for ErrorHandler dataNoel Grandin1-69/+52
2016-04-25rename Errhdl_Impl to ErrorHandler_ImplNoel Grandin1-4/+4
2016-04-25rename EDcr_Impl to DynamicErrorInfo_ImplNoel Grandin1-7/+7
2016-04-18coverity#1358589 Uninitialized scalar fieldCaolán McNamara1-1/+4
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-04-15remove tools/solarmutex.hxxNoel Grandin2-43/+0
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-2/+5
2016-04-12give tools::ResId a shave and a haircutNoel Grandin2-8/+7
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-0/+1
2016-04-11clang-tidy performance-unnecessary-value-param in toolsNoel Grandin1-1/+1
2016-04-11loplugin:constantparamNoel Grandin2-7/+5
2016-04-04loplugin:constantparam in toolsNoel Grandin2-45/+35
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-3/+2
2016-03-17loplugin:constantparam in toolsNoel Grandin7-70/+60
2016-03-11tdf#97966: Remove 'static' keywordsWastack1-2/+2
2016-03-10loplugin:constantparam in toolsNoel Grandin2-27/+9
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