summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/TableDeco.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-05-29tdf#114596 dbaccess: fix mysterious dataloss bug (part 2)Xisco Fauli1-1/+1
2019-03-25new loplugin:unoqueryNoel Grandin1-2/+2
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen1-0/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-2/+2
2018-09-06loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin1-1/+0
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-24Fix typosAndrea Gelmini1-1/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-04-15remove some unused comphelper includesJochen Nitschke1-3/+0
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-5/+5
2017-09-21loplugin:flatten in connectivity..desktopNoel Grandin1-17/+10
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+2
2017-07-11use more range-for on uno::SequenceNoel Grandin1-15/+13
2017-07-02loplugin:casttovoid: dbaccessStephan Bergmann1-2/+1
2017-06-29improve refcounting lopluginNoel Grandin1-1/+1
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke1-11/+3
2017-05-18DBACORE_RESSTRING can go nowCaolán McNamara1-3/+3
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-17/+16
2017-01-16new loplugin: useuniqueptr: dbaccessNoel Grandin1-3/+2
2016-10-19loplugin:expandablemethodds in dbaccess..drawinglayerNoel Grandin1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2015-11-24-Werror,-Wunused-private-fieldStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-08-03com::sun::star->css in dbaccessNoel Grandin1-3/+3
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2014-07-01coverity#706382 Uncaught exceptionCaolán McNamara1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-05-14dbaccess: remove SAL_INFO's that only make function entryNoel Grandin1-22/+0
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-1/+1
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet1-1/+1
2014-04-17dbaccess: sal_Bool->boolNoel Grandin1-2/+2
2014-03-10dbaccess: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-12/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-15/+15
2014-02-21cid#707727 Uninitialized pointer fieldNoel Grandin1-1/+0
2014-01-28coverity#705141 Missing break in switchCaolán McNamara1-0/+1
2014-01-21DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-3/+0
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa1-3/+2
2013-07-03fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-27/+26
2013-04-25dbaccess: {DECLARE,IMPLEMENT}_CONSTASCII_USTRING are no longer neededMiklos Vajna1-7/+7
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-12/+12
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-1/+2
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+1
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim1-1/+1
2012-06-14re-base on ALv2 code.Michael Meeks1-23/+14
2012-05-17merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara1-7/+7
2012-03-30removed duplicate includes in dbaccessTakeshi Abe1-1/+0
2011-11-27remove include of pch header in dbaccessNorbert Thiebaud1-2/+0
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold1-2/+2