summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess/definitioncontainer.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-01-16XUnoTunnel->dynamic_cast in OContentHelperNoel Grandin1-2/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann1-3/+3
2022-01-14Recheck modules d* with IWYUGabor Kelemen1-2/+1
2021-11-10Replace some macros in dbaccess part 2Julien Nabet1-1/+8
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-2/+2
2021-02-15loplugin:referencecasting in dbaccessNoel1-1/+1
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin1-2/+3
2020-04-15loplugin:flatten in dbaccessNoel Grandin1-19/+19
2020-03-23tdf#42949 Fix IWYU warnings in dbaccess/source/core/*/*cxxGabor Kelemen1-5/+0
2020-02-27tdf#42949 Fix IWYU warnings in dbaccess/source/*/*hxxGabor Kelemen1-0/+2
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+2
2019-09-11TyposAndrea Gelmini1-1/+1
2019-08-25cid#1448427 silence bogus Explicit null dereferencedCaolán McNamara1-0/+1
2019-08-17Use simplified syntax for SequenceJulien Nabet1-1/+1
2019-08-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-4/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): dbaccessStephan Bergmann1-1/+1
2019-06-23tdf#39593 Remove dbaccess::OContentHelper::getImplementationArkadiy Illarionov1-2/+3
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-1/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-3/+5
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-03-10Modernize a bit more dbaccessJulien Nabet1-22/+10
2018-01-12More loplugin:cstylecast: dbaccessStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-5/+5
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+2
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin1-1/+1
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-3/+3
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-22/+21
2016-04-18Avoid reserved identifiersStephan Bergmann1-9/+9
2016-04-12clang-tidy performance-unnecessary-value-param in dbaccessNoel Grandin1-3/+3
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet1-7/+7
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-08-03tdf#91112: pass by const reference to lambdasJorenz Paragas1-2/+2
2015-08-03tdf92459 replace select1st/2nd in dbaccessDaniel Robertson1-1/+0
2015-07-05cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-25tdf#91112 replace o3tl::compose1 with lambdas in dbaccessJorenz Paragas1-10/+6
2014-10-28coverity#706465 Uncaught exceptionCaolán McNamara1-10/+33
2014-10-03loplugin: cstylecastNoel Grandin1-2/+2
2014-09-12dbaccess: sal_Bool -> boolStephan Bergmann1-2/+2
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-1/+1
2014-04-17dbaccess: sal_Bool->boolNoel Grandin1-6/+6
2014-03-11Remove newly unused getUnoTunnelImplementationId functionsStephan Bergmann1-1/+8
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-20/+20