summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2014-09-05revert part of commit unintentionally pushedLionel Elie Mamane1-1/+1
2014-09-05brown paper bag / fix buildLionel Elie Mamane2-2/+2
2014-09-05odbc: no, RTL_TEXTENCODING_UCS2/4 doesn't work as we intendedLionel Elie Mamane1-8/+12
2014-09-05be more paranoidLionel Elie Mamane2-0/+3
2014-09-04fdo#55703 automagically use IS NULL fo 'null' in query design.Norbert Thiebaud2-24/+47
2014-08-28fdo#82088: changed namespace from utl to css::utilStefan Weiberg1-39/+38
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-08-21remove commented out namespace aliasesThomas Arnhold2-2/+0
2014-08-21starsdbc -> css::sdbcThomas Arnhold8-42/+37
2014-08-21staruno -> css::unoThomas Arnhold1-2/+2
2014-08-20make debug builds fail hard on unexpected conditionsLionel Elie Mamane1-0/+12
2014-08-20update comments with my new findingsLionel Elie Mamane1-1/+3
2014-08-20Remove more useless includes of tools/debug.hxxMarcos Paulo de Souza8-11/+0
2014-08-20remove more unnecessary constructor declarationsNoel Grandin1-5/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin2-3/+3
2014-08-20remove some dead Java codeNoel Grandin1-2/+0
2014-08-20avoid potential null dereferenceDavid Tardon1-3/+7
2014-08-20do not use obsolete OSL_VERIFY macroDavid Tardon1-2/+2
2014-08-20this assert does not make senseDavid Tardon1-1/+0
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2-2/+2
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2-17/+17
2014-08-18fdo#82427 disambiguate "NOT LIKE 'foo'"Lionel Elie Mamane1-2/+2
2014-08-18fdo#82757 call convertStringToNumber and detectNumberFormat with same localeLionel Elie Mamane1-1/+15
2014-08-18check len before memcpying into itCaolán McNamara1-0/+15
2014-08-14java: remove unused importsNoel Grandin1-1/+0
2014-08-14java: remove commented out codeNoel Grandin4-76/+0
2014-08-13connectivity: remove pre-Java1.5 workaroundNoel Grandin1-10/+1
2014-08-13java: remove dead methodsNoel Grandin2-20/+2
2014-08-13warning C4471: 'DataTypeEnum' : a forward declaration of an unscoped...Thomas Arnhold1-1/+0
2014-08-13update_pchThomas Arnhold3-3/+2
2014-08-13java: reduce scope, make some methods privateNoel Grandin4-4/+4
2014-08-13java: reduce scope, make member classes privateNoel Grandin1-1/+1
2014-08-13java: reduce scope, make fields privateNoel Grandin5-7/+7
2014-08-13java: reduce scope, make constructors privateNoel Grandin1-1/+1
2014-08-12java: reduce scope, make constants privateNoel Grandin1-3/+3
2014-08-12java: remove useless javadoc tagsNoel Grandin1-3/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin5-0/+14
2014-08-09check return of Execute row and propogate error codeCaolán McNamara1-1/+3
2014-08-09Conditional jump or move depends on uninitialised value(s)Caolán McNamara1-4/+16
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin3-3/+3
2014-08-08java: remove unused fieldsNoel Grandin1-5/+0
2014-08-05java: remove commented out codeNoel Grandin2-4/+0
2014-08-04java: remove some unused import statementsNoel Grandin3-3/+0
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin4-11/+11
2014-07-29Fix *_component_getFactory function typeStephan Bergmann1-2/+3
2014-07-26coverity#706301 Uncaught exceptionCaolán McNamara1-2/+13
2014-07-26coverity#1079093 Uncaught exceptionCaolán McNamara1-5/+11
2014-07-22Resolves fdo#81213: Wrong table-clause generated by reportbuilderJulien Nabet6-6/+6
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara42-143/+154
2014-07-19Typo: generel->generalJulien Nabet1-1/+1