summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado
AgeCommit message (Expand)Author
2016-10-16clang-cl loplugin: connectivityStephan Bergmann
2016-10-11Replace OLEVariant operators with proper functions, for clarityStephan Bergmann
2016-10-11Replace OLEString operators with proper functions, for clarityStephan Bergmann
2016-07-13Remove useless comments (one was even wrong)Stephan Bergmann
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-03-18replace typedef OIndex_ADO->sdbcx::OIndexNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-28-Werror,-Wunused-private-fieldStephan Bergmann
2015-11-28-Werror,-Winconsistent-missing-overrideStephan Bergmann
2015-11-28-Werror,-Woverloaded-virtualStephan Bergmann
2015-11-28-Werror,-Winconsistent-missing-overrideStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-11-18Build fix on Windows.Kohei Yoshida
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-08-13warning C4471: 'DataTypeEnum' : a forward declaration of an unscoped...Thomas Arnhold
2014-06-04connectivity: fix includesThomas Arnhold
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-19fixincludeguards.sh: connectivityThomas Arnhold
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-03-14comphelper,connectivity: prefer passing OUString by referenceNoel Grandin
2014-02-27Remove visual noise from connectivityAlexander Wilms
2014-02-18sal_Bool -> bool fixup in Windows-only ADO driverStephan Bergmann
2013-09-25drop worthless _VECTOR_/_MAP_ header guardsCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-11-03fix strange copy ctor that triggers a missing base initialization warningLuboš Luňák
2012-11-03fdo#53070 fix access violationDavid Ostrovsky
2012-06-27Remove unused include filesThomas Arnhold
2012-06-25removed unused forward declarations of classTakeshi Abe
2012-06-12re-base on ALv2 code.Michael Meeks
2012-06-02targeted string re-workNorbert Thiebaud
2012-05-29connectivity: remove unused adabas filesMatúš Kukan
2012-05-29OSubComponent.hxx is included by a header from inc -> moveDavid Tardon
2012-03-13actually use the base class, not the class itselfLuboš Luňák
2012-03-12WaE: initialization orderDavid Tardon
2012-03-12WaE: member initialization orderDavid Tardon
2012-03-12WaE: base class should be explicitly initializedDavid Tardon
2012-03-01Translate German comments, fix some whitespacePhilipp Weissenbacher
2011-10-05Use OString::getStr() nowTor Lillqvist
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-24translated commentsRob Snelders
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-13Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold