summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado
AgeCommit message (Expand)AuthorFilesLines
2013-06-12cppcheck: reduce scopeJulien Nabet1-1/+1
2013-06-12cppcheck: fix Variable "hr" reassignmentJulien Nabet1-9/+4
2013-06-05use uno::Reference#clear() method...Noel Grandin1-2/+2
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák30-447/+445
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold3-4/+4
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold15-140/+140
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-1/+1
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-1/+1
2013-03-08make use of startsWith()Thomas Arnhold1-1/+1
2013-03-04doubled namespacesThomas Arnhold4-4/+0
2012-12-20Some cppcheck cleaning in connectivityJulien Nabet1-6/+4
2012-12-07Some cppcheck cleaningJulien Nabet4-9/+3
2012-12-03one more strange mingw string problemLuboš Luňák1-1/+1
2012-12-03fix build with fast string operator+Luboš Luňák1-1/+1
2012-11-06XMultiServiceFactory / XComponentContext fixTor Lillqvist1-1/+2
2012-11-05ADO getRSConcurr(): translate ADO LockTypeEnum into our css::sdbc::RSConcurrLionel Elie Mamane1-1/+13
2012-11-03fix copy ctorLuboš Luňák1-5/+7
2012-11-02connectivity: port ado driver to new OColumn, tooLionel Elie Mamane2-2/+2
2012-11-02janitorial: spacingLionel Elie Mamane1-2/+2
2012-10-07fix connectivity build with Win8 SDKPeter Foley1-0/+2
2012-10-05re-add accidentally dropped modelineDavid Tardon1-0/+2
2012-10-04Remove blocks of code that will never execute("#if 0" blocks)Marcos Paulo de Souza1-18/+0
2012-10-01Use prefixes for these UNO componentsTor Lillqvist2-3/+3
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud5-14/+14
2012-08-22more old module-description xml filesMatúš Kukan1-44/+0
2012-08-16Revert "fix for fdo#48200.diff import regrex state for filter"Noel Power2-2/+0
2012-08-16fix for fdo#48200.diff import regrex state for filterNoel Power2-0/+2
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim2-2/+2
2012-08-07Replace usage of rtl/memory.h in connectivity with equivalent from string.hArnaud Versini8-8/+8
2012-06-12re-base on ALv2 code.Michael Meeks34-768/+488
2012-05-31nuke unused typedefTakeshi Abe3-5/+0
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks1-12/+12
2012-05-29switch connectivity to gbuildDavid Tardon2-124/+0
2012-05-29connectivity: convert configurationDavid Tardon1-269/+0
2012-05-29connectivity: remove unused adabas filesMatúš Kukan2-164/+0
2012-05-21removed unused temporary rtl::OUStringTakeshi Abe1-2/+0
2012-04-24Bin weird DBGUTIL_OJ crackTor Lillqvist1-4/+0
2012-03-23.component files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.h files don't need executable bitsMichael Stahl2-0/+0
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-13WaE: command line option '-fpermissive' is valid for C++/ObjC++ but not for CDavid Tardon1-1/+1
2012-03-12WaE: missing braces around initializer for 'unsigned char [8]'David Tardon1-1/+1
2012-03-12WaE: variable 'hr' set but not usedDavid Tardon1-56/+46
2012-03-12WaE: declaration of 'Parameters' shadows a global declarationDavid Tardon1-2/+2
2012-03-12WaE: "_WIN32_WINNT" redefinedDavid Tardon1-0/+3
2012-03-12WaE: 'nPos' may be used uninitialized in this functionDavid Tardon1-6/+6
2012-03-12WaE: declaration of 'first' shadows a member of 'this'David Tardon1-3/+3
2012-03-12WaE: enumeral and non-enumeral type in conditional expressionDavid Tardon1-1/+1
2012-03-12add missing member initializersDavid Tardon2-0/+9