summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/dbexception.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen1-1/+0
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann1-11/+11
2019-02-06store originating exception when re-throwingNoel Grandin1-2/+2
2018-07-27connectivity: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-8/+0
2017-11-01loplugin:constantparam in connectivityNoel Grandin1-2/+2
2017-10-23loplugin:includeform: connectivityStephan Bergmann1-3/+3
2017-07-21migrate to boost::gettextCaolán McNamara1-4/+1
2017-02-17remove unused enumerators from StandardSQLStateNoel Grandin1-12/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-11/+6
2016-10-23loplugin:expandablemethodds in include/connectivity..drawinglayerNoel Grandin1-1/+1
2016-06-10o3tl::tryGet on a temporary is dangerousStephan Bergmann1-5/+5
2016-06-06Use o3tl/any.hxx in connectivityStephan Bergmann1-8/+9
2016-05-30com::sun::star->css in connectivityNoel Grandin1-21/+21
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin1-5/+5
2016-04-06Avoid reserved identifiersStephan Bergmann1-7/+7
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin1-2/+2
2016-03-03loplugin:unuseddefaultparams in include/filterNoel Grandin1-10/+8
2016-02-25convert StandardSQLState to scoped enumNoel Grandin1-27/+27
2016-02-25convert SQLExceptionInfo::TYPE to scoped enumNoel Grandin1-28/+28
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2016-02-08loplugin:unusedmethodsNoel Grandin1-7/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini1-9/+0
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-3/+3
2014-08-21staruno -> css::unoThomas Arnhold1-2/+2
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara1-2/+13
2014-07-01coverity#706382 Uncaught exceptionCaolán McNamara1-2/+17
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-1/+1
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-1/+1
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet1-3/+3
2014-04-16connectivity: sal_Bool->boolNoel Grandin1-1/+1
2014-04-06coverity#706292,95-96,98: Uncaught exceptionNorbert Thiebaud1-24/+22
2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin1-2/+2
2014-02-27Remove visual noise from connectivityAlexander Wilms1-8/+8
2014-02-23Remove unneccessary commentsAlexander Wilms1-35/+35
2014-01-08SAL_WARN_UNUSED css::uno::TypeStephan Bergmann1-2/+0
2013-09-12Fix throwFunctionNotSupportedException.Andrzej J.R. Hunt1-1/+3
2013-09-12Explicitly wrap char as OUString.Andrzej J.R. Hunt1-21/+21
2013-09-12Remove sal_char* from dbexception and some cleanup.Andrzej J.R. Hunt1-74/+37
2013-09-12Update implementations of ColumnLocate::findColumn to throw on invalid column.Andrzej J.R. Hunt1-0/+9
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-17/+17
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim1-4/+4
2012-07-10Remove unused methods:Julien Nabet1-14/+0
2012-06-27callcatcher: remove some unused codeCaolán McNamara1-7/+0
2012-06-12re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-02targeted string re-workNorbert Thiebaud1-1/+1
2012-04-12callcatcher: update unused code listCaolán McNamara1-3/+1
2011-11-27remove include of pch header in connectivityNorbert Thiebaud1-2/+0