summaryrefslogtreecommitdiffstats
path: root/unotools
Commit message (Expand)AuthorAgeFilesLines
* nitpick, mention function name in assertEike Rathke2016-02-051-1/+1
* interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke2016-02-051-15/+63
* OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara2016-01-311-1/+0
* 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
* loplugin:sallogareasStephan Bergmann2015-11-201-1/+1
* use comphelper::containerToSequenceNoel Grandin2015-11-191-4/+2
* remove unused typedefs and inline use-once typedefsNoel Grandin2015-11-181-3/+1
* com::sun::star->css in unotools/Noel Grandin2015-11-1840-208/+194
* use unique_ptr for pImpl in unotools/Noel Grandin2015-11-173-21/+18
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-3/+1
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-136/+98
* use initialiser for Sequence<OUString>Noel Grandin2015-11-153-6/+3
* use initialiser for Sequence<OUString>Noel Grandin2015-11-152-12/+6
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-4/+2
* Namespace cleanup and disambiguationAshod Nakashian2015-11-122-4/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1046-183/+183
* new loplugin: oncevarNoel Grandin2015-11-091-3/+1
* loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann2015-11-061-3/+3
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-065-26/+26
* java: combine nested if statementsNoel Grandin2015-11-051-10/+6
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-058-47/+44
* complete initial compiler plugin for the ServiceDocumenterBjoern Michaelsen2015-11-051-1/+1
* yyyyyNoel Grandin2015-11-042-8/+8
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-303-5/+5
* tdf#48456 : when searching for a number, consider formattingDennis Francis2015-10-231-2/+13
* convert remaing DBG_WARNING to SAL_INFONoel Grandin2015-10-191-1/+1
* calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin2015-10-151-2/+1
* cppcheck:variableScopeNoel Grandin2015-10-151-2/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1233-121/+121
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-125-10/+10
* Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks2015-10-091-3/+5
* loplugin:unusedmethodsNoel Grandin2015-10-061-17/+0
* tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno2015-10-051-6/+2
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-051-1/+0