summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* Partially revert 7ab15103b74a16d774fc0c47ddae5d69e6be5082Stephan Bergmann2013-11-241-1/+1
* connectivity: use "application/x-dbase" for DBase filesMichael Stahl2013-11-231-1/+1
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-223-19/+13
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin2013-11-211-4/+2
* Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin2013-11-201-2/+2
* Windows: Require at least Windows XP SP2Thomas Arnhold2013-11-202-5/+6
* remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin2013-11-204-9/+9
* remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin2013-11-201-2/+2
* remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin2013-11-201-1/+1
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin2013-11-201-25/+17
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-208-104/+104
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-201-3/+3
* convert equalsAsciiL calls to startWith calls where possibleNoel Grandin2013-11-191-2/+2
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-199-17/+17
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-194-9/+7
* Fix some wrong copy pasteJulien Nabet2013-11-181-3/+3
* m_uInt8 not m_nInt8Julien Nabet2013-11-171-1/+1
* bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar2013-11-171-1/+1
* SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2013-11-143-3/+0
* make l10n buildable separatelyBjoern Michaelsen2013-11-141-3/+6
* connectivity: remove #pragma GCC system_header in mozabdrvMichael Stahl2013-11-146-18/+0
* fdo#70144 Mark database document as modified when data inserted in firebird.Andrzej J.R. Hunt2013-11-144-0/+26
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-6/+0
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-5/+0
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-142-21/+21
* Pass Document directly to Driver for embedded databases.Andrzej J.R. Hunt2013-11-132-47/+25
* remove archaic drop comments referring to STRING_NOTFOUNDCaolán McNamara2013-11-132-2/+0
* xub_StrLen->sal_Int32Caolán McNamara2013-11-133-9/+9
* convert STRING_NOTFOUND -> NODE_NOTFOUND in connectivityNoel Grandin2013-11-112-9/+9
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-117-10/+10
* convert OUString !compareToAscii to equalsAsciiNoel Grandin2013-11-116-16/+16
* convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2013-11-115-36/+36
* remove unnecessary use of OUString constructorNoel Grandin2013-11-113-11/+11
* remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin2013-11-1162-183/+177
* clean up #ifdef ICC codeMichael Stahl2013-11-101-50/+0
* fdo#65108 inter-module includes <>Lionel Elie Mamane2013-11-092-5/+5
* make firebird-sdbc an experimental featureLionel Elie Mamane2013-11-096-2/+15
* WaE: unused variable 'sSqlStatement' [loplugin]Tor Lillqvist2013-11-071-1/+1
* typo in commentLionel Elie Mamane2013-11-071-1/+1
* fdo#65108 inter-module includes <>Lionel Elie Mamane2013-11-071-4/+4
* firebird-sdbc: replace named parameter by unnamedLionel Elie Mamane2013-11-074-5/+44
* #i123575# RmMoz 7/9: fix mismatching header guard commentHerbert Dürr2013-11-061-1/+1
* convert xub_StrLen to sal_Int32Noel Grandin2013-11-062-5/+5
* fdo#54938: Convert to use cppu::supportsServiceJosé Guilherme Vanz2013-11-041-1/+2
* Fix bogus OUString constructor fixes.Andrzej J.R. Hunt2013-11-041-4/+4
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-045-5/+5
* remove redundant calls to OUString constructorNoel Grandin2013-11-0427-195/+133
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-045-10/+8
* Resolves: fdo#71062 Embedded Firebird - Tables with Date-fields let LO crashJulien Nabet2013-11-011-1/+1
* cannot convert parameter 1 from ´const char [2]´ to ´sal_UnicodeCaolán McNamara2013-11-011-1/+1