summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado
AgeCommit message (Expand)Author
2015-09-09Get rid of OSL_UNUSEDStephan Bergmann
2015-08-11tdf#92459 remove o3tl/compat_functional.hxxDaniel Robertson
2015-08-03tdf#91112: pass by const reference to lambdasJorenz Paragas
2015-07-13tdf#91112 replace o3tl::compose1 with lambdas in connectivityJorenz Paragas
2015-06-16Fix typosAndrea Gelmini
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-04-21Get rid of trivial comphelper::query_interface wrapperStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-27fix memory leak when exception is thrownMarkus Mohrhard
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-17Build fix on WindowsKohei Yoshida
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-06Revert "ADO driver: don't override a virtual method just to call the one of t...Lionel Elie Mamane
2014-10-06Revert "ADO: don't override a virtual method to call the one of the parent"Lionel Elie Mamane
2014-10-06ADO: don't override a virtual method just to call the one of the parentLionel Elie Mamane
2014-10-06ADO driver: don't override a virtual method just to call the one of the parentLionel Elie Mamane
2014-10-06ADO driver: don't pretend to implement an interface one does notLionel Elie Mamane
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara
2014-06-04connectivity: fix includesThomas Arnhold
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-12Kill DECL_PROP0 and the rest + clean propertyids.hxxJulien Nabet
2014-05-12Kill DECL_PROP1IMPL and related (ado part)Julien Nabet
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-04-14typo: recusive -> recursiveThomas Arnhold
2014-04-01fix sal_Bool conversion in connectivity/source/drivers/adoNoel Grandin
2014-03-14comphelper,connectivity: prefer passing OUString by referenceNoel Grandin
2014-02-27Remove visual noise from connectivityAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-18sal_Bool -> bool fixup in Windows-only ADO driverStephan Bergmann
2014-02-18fix windows buildMarkus Mohrhard
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-12-16Allow setting environment value directly in .component filesStephan Bergmann
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-12-06Combine comphelper::UStringMixEqual, comphelper::TStringMixEqualFunctorStephan Bergmann
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin
2013-10-09fdo#54938: Adapt connectivity module to use cppu::supportsServiceMarcos Paulo de Souza
2013-09-12Update implementations of ColumnLocate::findColumn to throw on invalid column.Andrzej J.R. Hunt
2013-08-31fix indentationPhilipp Riemer
2013-08-31deleted code that was commented outPhilipp Riemer
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer