summaryrefslogtreecommitdiffstats
path: root/unotools/source
Commit message (Expand)AuthorAgeFilesLines
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-101-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-103-3/+3
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-3/+1
* Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann2016-05-034-40/+27
* use Any constructor for bool values, instead of temporary varsNoel Grandin2016-05-031-2/+1
* tdf#81833: form protection can be modified as compatibility optionOliver Specht2016-04-221-7/+24
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-206-6/+6
* loplugin:passstuffbyref in variousNoel Grandin2016-04-143-8/+8
* Avoid reserved identifiersStephan Bergmann2016-04-121-46/+46
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-124-7/+0
* clang-tidy performance-unnecessary-value-param in unotoolsNoel Grandin2016-04-113-18/+18
* loplugin:constantparam in unotoolsNoel Grandin2016-04-042-10/+6
* reduce unnecessary reallocingNoel Grandin2016-04-043-6/+9
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-041-1/+1
* tdf#97499 Fixed containers parameters clearing #3tymyjan2016-04-041-1/+1
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-021-2/+0
* don't allocate and destroy a LocaleDataItem for each cell, tdf#97989Markus Mohrhard2016-03-241-3/+33
* loplugin:constantparam in unotools/Noel Grandin2016-03-166-36/+22
* define ODFSVER_LATEST at a central placeEike Rathke2016-03-151-4/+2
* quieten debugging soffice startupCaolán McNamara2016-03-131-1/+1
* Avoid reserved identifierStephan Bergmann2016-03-101-3/+3
* tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-084-41/+18
* unotools: handle classification path in SvtDefaultOptionsMiklos Vajna2016-03-021-4/+9
* sfx2 classification: use SvtPathOptionsMiklos Vajna2016-03-021-1/+15
* loplugin:unuseddefaultparam in unotoolsNoel Grandin2016-02-295-18/+14
* add missing commaEike Rathke2016-02-261-1/+1
* prepare SearchOptions config with IsUseWildcardEike Rathke2016-02-251-4/+31
* convert EConfigurationModes to scoped enumNoel Grandin2016-02-243-4/+4
* SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacterEike Rathke2016-02-231-3/+15
* new loplugin: commaoperatorNoel Grandin2016-02-232-2/+4
* OTempFileService: avoid manually deleting mpTempFileMiklos Vajna2016-02-112-11/+5
* nitpick, mention function name in assertEike Rathke2016-02-051-1/+1
* interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke2016-02-051-15/+63
* unnecessary use of OUString constructorNoel Grandin2016-01-311-2/+2
* loplugin: unused return valuesNoel Grandin2016-01-182-27/+10
* loplugin:unusedmethods unused return value in include/unotoolsNoel Grandin2016-01-153-26/+13
* unotools: This list is constantTakeshi Abe2016-01-141-1/+1
* loplugin:unusedmethods unused return value unotools/Noel Grandin2016-01-134-12/+6
* Fix typosAndrea Gelmini2016-01-101-1/+1
* new loplugin rangedforcopy - use reference in range based forAndrzej Hunt2016-01-051-2/+2
* let us try to use the pid as well on windowsMarkus Mohrhard2016-01-051-0/+6
* remove unnecessary ;Markus Mohrhard2016-01-041-1/+1
* OModule::onFirstClient is unusedNoel Grandin2015-12-241-5/+0
* loplugin:unusedfields unotools,unoxmlNoel Grandin2015-12-212-7/+5
* loplugin:unusedmethodsNoel Grandin2015-12-211-15/+0
* Silence warning C4334 under --enble-64-bit MSVCStephan Bergmann2015-12-141-1/+1
* loplugin:unusedfields variousNoel Grandin2015-11-261-1/+0
* add const in ranged forAndrzej Hunt2015-11-251-1/+1
* Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2015-11-201-2/+2
* attempt to fix tdf#95935 - CRASH on startup in o3tl vcl codeNoel Grandin2015-11-201-15/+14