summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* -Werror,-Wunused-function, plus additional clean-up and fixesStephan Bergmann2014-09-161-6/+7
* better fix for build with 32bit SQLWCHARLionel Elie Mamane2014-09-161-14/+20
* fix build on 32bit SQLWCHARLionel Elie Mamane2014-09-161-1/+4
* sal_Bool -> boolStephan Bergmann2014-09-1521-126/+124
* STL assert in connectivity::file::OPreparedStatement::checkAndResizeParametersMichael Stahl2014-09-121-1/+1
* connectivity: sal_Bool -> boolStephan Bergmann2014-09-1231-109/+109
* Normallya->Normally aCaolán McNamara2014-09-122-2/+2
* reject invalid dbase files with 0 len db_slng right at the startCaolán McNamara2014-09-112-6/+11
* ODbaseDatabaseMetaData::getColumns dies if throwInvalidDbaseFormat occursCaolán McNamara2014-09-111-55/+65
* check for empty m_pBufferCaolán McNamara2014-09-101-0/+3
* Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist2014-09-092-1/+4
* revert part of commit unintentionally pushedLionel Elie Mamane2014-09-051-1/+1
* brown paper bag / fix buildLionel Elie Mamane2014-09-052-2/+2
* odbc: no, RTL_TEXTENCODING_UCS2/4 doesn't work as we intendedLionel Elie Mamane2014-09-051-8/+12
* be more paranoidLionel Elie Mamane2014-09-052-0/+3
* fdo#55703 automagically use IS NULL fo 'null' in query design.Norbert Thiebaud2014-09-042-24/+47
* fdo#82088: changed namespace from utl to css::utilStefan Weiberg2014-08-281-39/+38
* set names on a bunch more threads...Michael Stahl2014-08-251-0/+2
* remove commented out namespace aliasesThomas Arnhold2014-08-212-2/+0
* starsdbc -> css::sdbcThomas Arnhold2014-08-218-42/+37
* staruno -> css::unoThomas Arnhold2014-08-211-2/+2
* make debug builds fail hard on unexpected conditionsLionel Elie Mamane2014-08-201-0/+12
* update comments with my new findingsLionel Elie Mamane2014-08-201-1/+3
* Remove more useless includes of tools/debug.hxxMarcos Paulo de Souza2014-08-208-11/+0
* remove more unnecessary constructor declarationsNoel Grandin2014-08-201-5/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-202-3/+3
* remove some dead Java codeNoel Grandin2014-08-201-2/+0
* avoid potential null dereferenceDavid Tardon2014-08-201-3/+7
* do not use obsolete OSL_VERIFY macroDavid Tardon2014-08-201-2/+2
* this assert does not make senseDavid Tardon2014-08-201-1/+0
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-192-2/+2
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-192-17/+17
* fdo#82427 disambiguate "NOT LIKE 'foo'"Lionel Elie Mamane2014-08-181-2/+2
* fdo#82757 call convertStringToNumber and detectNumberFormat with same localeLionel Elie Mamane2014-08-181-1/+15
* check len before memcpying into itCaolán McNamara2014-08-181-0/+15
* java: remove unused importsNoel Grandin2014-08-141-1/+0
* java: remove commented out codeNoel Grandin2014-08-144-76/+0
* connectivity: remove pre-Java1.5 workaroundNoel Grandin2014-08-131-10/+1
* java: remove dead methodsNoel Grandin2014-08-132-20/+2
* warning C4471: 'DataTypeEnum' : a forward declaration of an unscoped...Thomas Arnhold2014-08-131-1/+0
* update_pchThomas Arnhold2014-08-133-3/+2
* java: reduce scope, make some methods privateNoel Grandin2014-08-134-4/+4
* java: reduce scope, make member classes privateNoel Grandin2014-08-131-1/+1
* java: reduce scope, make fields privateNoel Grandin2014-08-135-7/+7
* java: reduce scope, make constructors privateNoel Grandin2014-08-131-1/+1
* java: reduce scope, make constants privateNoel Grandin2014-08-121-3/+3
* java: remove useless javadoc tagsNoel Grandin2014-08-121-3/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-125-0/+14
* check return of Execute row and propogate error codeCaolán McNamara2014-08-091-1/+3
* Conditional jump or move depends on uninitialised value(s)Caolán McNamara2014-08-091-4/+16