summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2013-11-26sqlbison.y string clean-upStephan Bergmann1-129/+69
2013-11-24Partially revert 7ab15103b74a16d774fc0c47ddae5d69e6be5082Stephan Bergmann1-1/+1
2013-11-23connectivity: use "application/x-dbase" for DBase filesMichael Stahl1-1/+1
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin3-19/+13
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-4/+2
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-2/+2
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold2-5/+6
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin4-9/+9
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-2/+2
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin1-1/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-25/+17
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin8-104/+104
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-3/+3
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin9-17/+17
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin4-9/+7
2013-11-18Fix some wrong copy pasteJulien Nabet1-3/+3
2013-11-17m_uInt8 not m_nInt8Julien Nabet1-1/+1
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar1-1/+1
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann3-3/+0
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-3/+6
2013-11-14connectivity: remove #pragma GCC system_header in mozabdrvMichael Stahl6-18/+0
2013-11-14fdo#70144 Mark database document as modified when data inserted in firebird.Andrzej J.R. Hunt4-0/+26
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-6/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-5/+0
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin2-21/+21
2013-11-13Pass Document directly to Driver for embedded databases.Andrzej J.R. Hunt2-47/+25
2013-11-13remove archaic drop comments referring to STRING_NOTFOUNDCaolán McNamara2-2/+0
2013-11-13xub_StrLen->sal_Int32Caolán McNamara3-9/+9
2013-11-11convert STRING_NOTFOUND -> NODE_NOTFOUND in connectivityNoel Grandin2-9/+9
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin7-10/+10
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin6-16/+16
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin5-36/+36
2013-11-11remove unnecessary use of OUString constructorNoel Grandin3-11/+11
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin62-183/+177
2013-11-10clean up #ifdef ICC codeMichael Stahl1-50/+0
2013-11-09fdo#65108 inter-module includes <>Lionel Elie Mamane2-5/+5
2013-11-09make firebird-sdbc an experimental featureLionel Elie Mamane6-2/+15
2013-11-07WaE: unused variable 'sSqlStatement' [loplugin]Tor Lillqvist1-1/+1
2013-11-07typo in commentLionel Elie Mamane1-1/+1
2013-11-07fdo#65108 inter-module includes <>Lionel Elie Mamane1-4/+4
2013-11-07firebird-sdbc: replace named parameter by unnamedLionel Elie Mamane4-5/+44
2013-11-06#i123575# RmMoz 7/9: fix mismatching header guard commentHerbert Dürr1-1/+1
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin2-5/+5
2013-11-04fdo#54938: Convert to use cppu::supportsServiceJosé Guilherme Vanz1-1/+2
2013-11-04Fix bogus OUString constructor fixes.Andrzej J.R. Hunt1-4/+4
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin5-5/+5
2013-11-04remove redundant calls to OUString constructorNoel Grandin27-195/+133
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin5-10/+8
2013-11-01Resolves: fdo#71062 Embedded Firebird - Tables with Date-fields let LO crashJulien Nabet1-1/+1