summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2016-06-08Resolves: tdf#89394 revert attempt to ditch missing file from recent filesCaolán McNamara1-29/+8
2016-05-24tdf#99973 - Crash when changing Locale Setting in optionsNoel Grandin1-3/+2
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin1-1/+1
2016-05-19loplugin:unusedmethods in unotoolsNoel Grandin8-218/+8
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin3-9/+9
2016-05-12loplugin:passstuffbyrefStephan Bergmann1-1/+1
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann1-6/+9
2016-05-11Fix horrible codestyleSamuel Mehrbrodt1-41/+32
2016-05-10-Werror=empty-bodyStephan Bergmann1-1/+1
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann3-3/+3
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-3/+1
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann4-40/+27
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin1-2/+1
2016-04-22tdf#81833: form protection can be modified as compatibility optionOliver Specht1-7/+24
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann6-6/+6
2016-04-14loplugin:passstuffbyref in variousNoel Grandin3-8/+8
2016-04-12Avoid reserved identifiersStephan Bergmann1-46/+46
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke4-7/+0
2016-04-11clang-tidy performance-unnecessary-value-param in unotoolsNoel Grandin3-18/+18
2016-04-04loplugin:constantparam in unotoolsNoel Grandin2-10/+6
2016-04-04reduce unnecessary reallocingNoel Grandin3-6/+9
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-1/+1
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan1-1/+1
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-2/+0
2016-03-24don't allocate and destroy a LocaleDataItem for each cell, tdf#97989Markus Mohrhard1-3/+33
2016-03-16loplugin:constantparam in unotools/Noel Grandin6-36/+22
2016-03-15define ODFSVER_LATEST at a central placeEike Rathke1-4/+2
2016-03-13quieten debugging soffice startupCaolán McNamara1-1/+1
2016-03-10Avoid reserved identifierStephan Bergmann1-3/+3
2016-03-08tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar4-41/+18
2016-03-07tdf#97703 removed empty setUp/tearDown methodsChirag Manwani1-5/+0
2016-03-02unotools: handle classification path in SvtDefaultOptionsMiklos Vajna1-4/+9
2016-03-02sfx2 classification: use SvtPathOptionsMiklos Vajna1-1/+15
2016-02-29loplugin:unuseddefaultparam in unotoolsNoel Grandin5-18/+14
2016-02-26add missing commaEike Rathke1-1/+1
2016-02-25prepare SearchOptions config with IsUseWildcardEike Rathke1-4/+31
2016-02-24convert EConfigurationModes to scoped enumNoel Grandin3-4/+4
2016-02-23SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacterEike Rathke1-3/+15
2016-02-23new loplugin: commaoperatorNoel Grandin2-2/+4
2016-02-11OTempFileService: avoid manually deleting mpTempFileMiklos Vajna2-11/+5
2016-02-05nitpick, mention function name in assertEike Rathke1-1/+1
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke1-15/+63
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-31unnecessary use of OUString constructorNoel Grandin1-2/+2
2016-01-18loplugin: unused return valuesNoel Grandin2-27/+10
2016-01-15loplugin:unusedmethods unused return value in include/unotoolsNoel Grandin3-26/+13
2016-01-14unotools: This list is constantTakeshi Abe1-1/+1
2016-01-13loplugin:unusedmethods unused return value unotools/Noel Grandin4-12/+6
2016-01-10Fix typosAndrea Gelmini1-1/+1