summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini14-21/+21
2014-11-12java: convert fields to local variables where possibleNoel Grandin2-14/+8
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann12-23/+34
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin12-34/+23
2014-11-05new loplugin: use more efficient find() methodsNoel Grandin1-1/+1
2014-11-05-Werror,-Wpointer-bool-conversionStephan Bergmann1-2/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin32-176/+118
2014-11-04coverity#706375 uncaught exceptionDavid Tardon1-1/+1
2014-11-04coverity#706366 uncaught exceptionDavid Tardon1-1/+1
2014-11-04coverity#706363 uncaught exceptionDavid Tardon1-1/+1
2014-11-04coverity#706362 uncaught exceptionDavid Tardon1-1/+5
2014-11-04coverity#706361 uncaught exceptionDavid Tardon1-1/+5
2014-10-31Removed duplicated includesAndrea Gelmini3-3/+0
2014-10-31coverity#1158395 Uncaught exceptionCaolán McNamara1-5/+51
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-30coverity#735298 Unchecked return valueCaolán McNamara1-1/+4
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin13-23/+2
2014-10-28Resolves: fdo#85081 terminate if can't load kde addressbookCaolán McNamara1-6/+20
2014-10-28coverity#706303 Uncaught exceptionCaolán McNamara1-1/+8
2014-10-27coverity#706321 Uncaught exceptionCaolán McNamara1-3/+6
2014-10-27coverity#1249674 Missing break in switchCaolán McNamara1-0/+1
2014-10-27cid#1249675 Uncaught exceptionNoel Grandin2-2/+2
2014-10-25coverity#706329 Uncaught exceptionCaolán McNamara2-7/+7
2014-10-25coverity#706328 Uncaught exceptionCaolán McNamara1-2/+2
2014-10-25coverity#706322 Uncaught exceptionCaolán McNamara3-3/+13
2014-10-25coverity#706319 Uncaught exceptionCaolán McNamara15-139/+137
2014-10-25coverity#706317 Uncaught exceptionCaolán McNamara15-61/+74
2014-10-25coverity#1202804 Explicit null dereferencedCaolán McNamara1-4/+3
2014-10-25java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch1-9/+9
2014-10-24coverity#736109 Nesting level does not match indentationCaolán McNamara1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2-2/+2
2014-10-21connectivity: firebird: fix temp directory leakMichael Stahl1-1/+7
2014-10-21connectivity: firebird: use Reference for Connection where appropriateMichael Stahl3-6/+5
2014-10-21connectivity: firebird: fix Connection leak in OStatementCommonBaseMichael Stahl5-10/+7
2014-10-17cid#1247650 Uninitialized scalar fieldNoel Grandin1-1/+3
2014-10-17java: final fields that can be staticNoel Grandin2-2/+2
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin4-7/+10
2014-10-16java: close ResultSet after useNoel Grandin1-25/+30
2014-10-16remove unnecessary catch blockNoel Grandin1-8/+2
2014-10-15coverity#706322 Uncaught exceptionCaolán McNamara7-11/+22
2014-10-15coverity#706318 Uncaught exceptionCaolán McNamara2-26/+33
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann3-4/+0
2014-10-14coverity#706320 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-14coverity#706319 Uncaught exceptionCaolán McNamara1-1/+2
2014-10-14coverity#706332 Uncaught exceptionCaolán McNamara1-4/+1
2014-10-14coverity#706327 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-14coverity#706326 Uncaught exceptionCaolán McNamara9-54/+65
2014-10-14connectivity: the value of Math.asin(0.0) is zeroRobert Antoni Buj i Gelonch1-1/+1
2014-10-13coverity#1158396 Uncaught exceptionCaolán McNamara3-30/+47
2014-10-12coverity#706331 Uncaught exceptionCaolán McNamara11-70/+93