summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-9/+2
2015-11-17Simplify down to a single appendSQLWCHARs functionStephan Bergmann4-71/+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-15Fast PCH generator and optimized PCH filesAshod Nakashian11-354/+1026
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-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann1-1/+1
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-05java: remove ((unnecessary)) parenthesesNoel Grandin1-4/+4
2015-11-05java: make inner classes static where possibleNoel Grandin1-4/+4
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 Grandin15-28/+25
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 Ostrovsky80-14894/+11
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-16convert "continue" flag to an enumNoel Grandin1-2/+2
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin1-1/+1
2015-10-13remove some useless commentsNoel Grandin1-114/+0
2015-10-13connectivity: drop unused headersDouglas Mencken6-6/+3
2015-10-13TDE: fix build of the address book driver, 2ndJan-Marek Glogowski1-0/+1
2015-10-12TDE: fix build of the address book driverJan-Marek Glogowski1-0/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann223-4226/+4226
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