summaryrefslogtreecommitdiffstats
path: root/unotools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typosAndrea Gelmini2015-09-303-4/+4
* Fix typosAndrea Gelmini2015-09-301-3/+3
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-291-6/+6
* Fix C2695: overriding virtual function differs only by calling conventionTor Lillqvist2015-09-191-3/+3
* Fix error: exception specification of overriding function is more lax ...Tor Lillqvist2015-09-192-7/+10
* use the generated offapi signatureBjoern Michaelsen2015-09-191-2/+2
* use exact signatures from offapiBjoern Michaelsen2015-09-191-4/+4
* add implementation for theServiceDocumenter singletonBjoern Michaelsen2015-09-197-102/+169
* downgrade warning, exception on opening a missing file is an expected thingCaolán McNamara2015-09-111-8/+10
* convert Link<> to typedNoel Grandin2015-09-101-4/+4
* unotools: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-09-0911-27/+25
* loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann2015-09-031-3/+3
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-315-13/+13
* SYSLOCALEOPTIONS_HINTs are sal_uInt32, not sal_uLongMatteo Casalin2015-08-291-2/+2
* Revert "Simplify MultiAtomProvider::getString"Stephan Bergmann2015-08-281-4/+6
* Simplify MultiAtomProvider::getStringStephan Bergmann2015-08-281-6/+4