summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2014-11-20further fix mozab build after header cleanupChristian Lohmaier3-0/+3
2014-11-20connectivity: fix the mozab buildMichael Stahl1-0/+1
2014-11-18Build fix on Windows.Kohei Yoshida1-0/+4
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl24-0/+25
2014-11-18java: make fields final where possibleNoel Grandin8-31/+19
2014-11-17Build fix on WindowsKohei Yoshida1-0/+1
2014-11-17Missing includeStephan Bergmann1-0/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl8-1/+9
2014-11-14coverity#1158396 Uncaught exceptionCaolán McNamara1-2/+29
2014-11-14coverity#1242888 Unused valueCaolán McNamara1-2/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava10-16/+16
2014-11-13fix connectivity unit test for --enable-mergedlibsNoel Grandin1-0/+10
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