summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* fix OString concatenationMichael Meeks2011-10-051-1/+5
* Use OString::getStr() nowTor Lillqvist2011-10-051-1/+1
* Resolves: fdo#34309 odbc fractional seconds are in billionthsCaolán McNamara2011-10-052-2/+2
* conversion operator gone nowCaolán McNamara2011-10-052-4/+3
* WaE: deletion of pointer to incomplete type; no destructor calledTor Lillqvist2011-10-042-14/+12
* WaE: unreachable codeTor Lillqvist2011-10-041-0/+2
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(...Stephan Bergmann2011-09-292-3/+3
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-275-12/+12
* cppcheck: delete unneeded variable in connectivity testmoz/main.cxxPierre-André Jacquod2011-09-261-2/+0
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-222-1/+6
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-2115-156/+156
* rework this in terms of read_uInt8s_AsOStringCaolán McNamara2011-09-191-9/+6
* use read_uInt8s_AsOString and comphelper::string::padToLengthCaolán McNamara2011-09-171-23/+14
* memcpy is of the same length as preceding memsetCaolán McNamara2011-09-171-1/+0
* Make this compile with MSVC and _DEBUGTor Lillqvist2011-09-151-16/+4
* We can't #define _HAS_ITERATOR_DEBUGGING 0 in just some of the source filesTor Lillqvist2011-09-151-7/+0
* shouldEscapeDateTime() controls ODBC syntax for date literals, not ## formatLionel Elie Mamane2011-09-071-1/+1
* [cppchecker] unread Variable warning suppressedPierre-André Jacquod2011-09-061-3/+0
* IBM jni.h has non-const SetByteArrayRegion final argCaolán McNamara2011-09-062-2/+2
* Fixes fdo#36594 Syntax error in SQL on "--" comment (and "//" and "/**/")Jenei Gábor2011-09-031-1/+65
* More #define _HAS_ITERATOR_DEBUGGING 0 to fix _DEBUG MSVC buildsTor Lillqvist2011-08-291-0/+2
* Don't do the undef-redef dance for "MINIMAL_PROFILEDISCOVER"Tor Lillqvist2011-08-241-22/+24
* Again, avoid debugging MSVC std::equal_range issueTor Lillqvist2011-08-241-0/+5
* convert tools::Config to rtl::OStringCaolán McNamara2011-08-191-1/+1
* drop it completelyCaolán McNamara2011-08-1928-6297/+0
* registered but uninstalled database drivers break address book wizardCaolán McNamara2011-08-181-2/+1
* Fixed build breakage.Kohei Yoshida2011-08-181-1/+3
* add a getToken wrapper for extracting a single token painlesslyCaolán McNamara2011-08-151-6/+8
* ByteString->rtl::OStringCaolán McNamara2011-08-151-2/+2
* =class OTableHelper: typo in private member name: refreshFor*gei*nKeysLionel Elie Mamane2011-08-142-3/+3
* callcatcher: ditch some more methodsCaolán McNamara2011-08-082-14/+0
* delete/delete[] mismatch, thanks to Terrence EngerCaolán McNamara2011-08-051-1/+1
* fixed typoTakeshi Abe2011-08-041-1/+1
* Deliver also static librariesTor Lillqvist2011-08-011-0/+1
* Related: fdo#35404 survive nil xTableCaolán McNamara2011-07-271-1/+3
* resyncing to masterBjoern Michaelsen2011-07-2146-172/+137
|\
| * Generate correctly named import library for WNTGCCTor Lillqvist2011-07-211-0/+4
| * Add a few casts to fix MinGW compilation errorsTor Lillqvist2011-07-202-3/+3
| * Win32 header names need to be in lowercase as that is how they are in MinGWTor Lillqvist2011-07-201-1/+1
| * MinGW needs -fpermissive for <adoint.h>Tor Lillqvist2011-07-201-0/+4
| * Keep this one component_getImplementationEnvironment methodMatúš Kukan2011-07-122-0/+9
| * Remove component_getImplementationEnvironment methodsMatúš Kukan2011-07-1239-178/+0
| * Deliver also static archives, as built for iOSTor Lillqvist2011-07-061-0/+1
| * ByteString::CreateFromInt32->rtl::OString::valueOfCaolán McNamara2011-07-022-7/+7
* | Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-06-19869-3915/+4664
|\|
| * unused bufferCaolán McNamara2011-06-141-3/+0
| * remove unused filler and widthCaolán McNamara2011-06-143-3/+0
| * Merge remote-tracking branch 'origin/libreoffice-3-4'Jan Holesovsky2011-06-061-2/+1
| |\
| | * fix build in connectivity/qa with system-hsqldbRene Engelhard2011-05-311-1/+7
| | * fix compile with Bison 2.5Kelly Anderson2011-05-312-2/+2