summaryrefslogtreecommitdiff
path: root/connectivity/source
AgeCommit message (Expand)AuthorFilesLines
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-9/+2
2015-11-17Simplify down to a single appendSQLWCHARs functionStephan Bergmann3-70/+14
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann3-5/+7
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin1-1/+0
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-6/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin8-18/+9
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin17-34/+17
2015-11-11coverity#1338603 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht2-48/+1
2015-11-11new loplugin: memoryvarNoel Grandin1-4/+3
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann20-165/+165
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann178-1357/+1357
2015-11-09new loplugin: oncevarNoel Grandin6-30/+13
2015-11-06coverity#1338264 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-06coverity#1338248 Uncaught exceptionCaolán McNamara4-4/+7
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann8-14/+14
2015-11-04loplugin:stringconstantStephan Bergmann2-6/+3
2015-11-04loplugin:stringconstantStephan Bergmann2-8/+2
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni6-24/+21
2015-11-02loplugin:stringconstantNoel Grandin17-29/+26
2015-10-30fix OSX buildNoel Grandin1-1/+1
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin14-27/+24
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin4-4/+4
2015-10-30cppcheck: unreadVariableCaolán McNamara1-1/+1
2015-10-30loplugin:unusedmethodsNoel Grandin5-10/+0
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin2-1/+3
2015-10-27loplugin:unusedmethodsNoel Grandin1-1/+0
2015-10-25Remove Seamonkey based address book driverDavid Ostrovsky74-14609/+10
2015-10-21refactor out some com::sun::star typedefsNoel Grandin7-12/+5
2015-10-21loplugin:badvectorinitStephan Bergmann1-10/+14
2015-10-20new loplugin: badvectorinitNoel Grandin3-4/+4
2015-10-20loplugin:defaultparamsStephan Bergmann5-5/+5
2015-10-19loplugin:defaultparamsStephan Bergmann3-7/+7
2015-10-18tdf#72205 a VARCHAR and a LONGVARCHAR should compare equalLionel Elie Mamane1-1/+69
2015-10-18janitorial: indentLionel Elie Mamane1-1/+1
2015-10-13remove some useless commentsNoel Grandin1-114/+0
2015-10-13connectivity: drop unused headersDouglas Mencken6-6/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann222-4224/+4224
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann9-19/+19
2015-10-12tdf#65108 "" instead of <> written in include lineFeyza Yavuz4-5/+5
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann1-5/+2
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+0
2015-10-06loplugin:unusedmethodsNoel Grandin1-1/+0
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-4/+4
2015-10-01coverity#1209375 Unchecked dynamic_castCaolán McNamara1-1/+1
2015-09-30Fix typosAndrea Gelmini4-4/+4
2015-09-30 tdf#94559: second step to remove rtti.hxxOliver Specht5-20/+21
2015-09-30Fix typosAndrea Gelmini9-12/+12