summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
...
* protected -> privateStephan Bergmann2015-11-301-1/+1
* loplugin:unusedfieldsNoel Grandin2015-11-3018-92/+6
* loplugin:unusedfieldsNoel Grandin2015-11-3010-23/+2
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-9/+0
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-6/+0
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-6/+0
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-10/+0
* -Werror,-Wunused-private-fieldStephan Bergmann2015-11-282-3/+0
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2015-11-282-59/+59
* -Werror,-Woverloaded-virtualStephan Bergmann2015-11-281-0/+3
* error: ambiguous conversionStephan Bergmann2015-11-281-1/+1
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2015-11-282-52/+52
* Mork: Reuse profile discovery from mozilla bootstrapDavid Ostrovsky2015-11-2612-644/+38
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-201-9/+2
* Simplify down to a single appendSQLWCHARs functionStephan Bergmann2015-11-174-71/+14
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-173-5/+7
* no need to take a mutex when only dealing with stack-local dataNoel Grandin2015-11-161-1/+0
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-6/+2
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-1511-354/+1026
* use initialiser for Sequence<OUString>Noel Grandin2015-11-158-18/+9
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-1517-34/+17
* Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann2015-11-121-1/+1
* coverity#1338603 Uncaught exceptionCaolán McNamara2015-11-112-2/+2
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-112-48/+1
* new loplugin: memoryvarNoel Grandin2015-11-111-4/+3
* loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2015-11-1020-165/+165
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-10178-1357/+1357
* new loplugin: oncevarNoel Grandin2015-11-096-30/+13
* coverity#1338264 Uncaught exceptionCaolán McNamara2015-11-062-2/+2
* coverity#1338248 Uncaught exceptionCaolán McNamara2015-11-064-4/+7
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-068-14/+14
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-051-4/+4
* java: make inner classes static where possibleNoel Grandin2015-11-051-4/+4
* loplugin:stringconstantStephan Bergmann2015-11-042-6/+3
* loplugin:stringconstantStephan Bergmann2015-11-042-8/+2
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-026-24/+21
* loplugin:stringconstantNoel Grandin2015-11-0217-29/+26
* fix OSX buildNoel Grandin2015-10-301-1/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-3015-28/+25
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-304-4/+4
* cppcheck: unreadVariableCaolán McNamara2015-10-301-1/+1
* loplugin:unusedmethodsNoel Grandin2015-10-305-10/+0
* Reduce scope of #include <tools/stream.hxx>Matteo Casalin2015-10-272-1/+3
* loplugin:unusedmethodsNoel Grandin2015-10-271-1/+0
* Remove Seamonkey based address book driverDavid Ostrovsky2015-10-2580-14894/+11
* refactor out some com::sun::star typedefsNoel Grandin2015-10-217-12/+5
* loplugin:badvectorinitStephan Bergmann2015-10-211-10/+14
* new loplugin: badvectorinitNoel Grandin2015-10-203-4/+4
* loplugin:defaultparamsStephan Bergmann2015-10-205-5/+5
* loplugin:defaultparamsStephan Bergmann2015-10-193-7/+7