summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/formadapter.cxx
AgeCommit message (Expand)Author
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-04-13tdf#42949 Remove unnecessary localization headers from dbaccessGabor Kelemen
2018-01-12More loplugin:cstylecast: dbaccessStephan Bergmann
2017-12-28Use for-range loops in dbaccessJulien Nabet
2017-12-18loplugin:unusedindexMike Kaganski
2017-12-05Replace deprecated std::bin2nd with lambda in dbaccessStephan Bergmann
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert dbaccess module away from OSL_ASSERT to assertChris Sherlock
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-06-10Clean up uses of Any::getValue() in dbaccessStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-27Clean up sEmptyStephan Bergmann
2015-08-19Remove two silly typedefsStephan Bergmann
2015-08-03com::sun::star->css in dbaccessNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-28css.sdbc.XResultSet.getRow return type is longStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-01-28Use vector::dataStephan Bergmann
2014-12-18dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-03loplugin: cstylecastNoel Grandin
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-03-10dbaccess: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-21DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-09-12Update implementations of ColumnLocate::findColumn to throw on invalid column.Andrzej J.R. Hunt
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa
2013-03-15fdo#38838, String to OUString, in dbaccess/source/ui/browserGergő Mocsi
2012-06-14re-base on ALv2 code.Michael Meeks
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-12-08childs -> childrenMichael T. Whiteley
2011-11-27remove include of pch header in dbaccessNorbert Thiebaud
2011-07-23revert to dbaccess gbuildization from master mostlyBjoern Michaelsen
2011-06-20Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-06-17gnumake4: converted dbaccess [hg:8113b354673f]Ocke Janssen [oj]
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-02-25fix assertionsDavid Tardon
2011-02-24Move DBG_ERROR -> OSL_ASSERTThomas Arnhold
2011-02-03replaced DGB_ASSERT with OSL_ENSUREKenneth Venken