summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/dbloader.cxx
AgeCommit message (Expand)AuthorFilesLines
27 hoursDrop uses of css::uno::Sequence::getConstArray in dbaccessMike Kaganski1-6/+2
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann1-1/+1
2022-10-28It's Frame-Controller-Model, not Model-View-ControllerMike Kaganski1-1/+1
2022-10-28Introduce utl::ConnectModelViewControllerMike Kaganski1-3/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann1-1/+1
2021-12-03loplugin:stringliteraldefine in dbaccessNoel Grandin1-14/+9
2021-02-15loplugin:referencecasting in dbaccessNoel1-3/+3
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen1-3/+0
2020-07-08dbaccess: create instances with uno constructorsNoel Grandin1-27/+6
2020-04-01tdf#42949 Fix IWYU warnings in dbaccess/source/[f-s]*/*cxxGabor Kelemen1-6/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+3
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-02-25loplugin:unusedfields in dbaccessNoel Grandin1-4/+0
2018-10-17loplugin:staticvar in cppuhelper..desktopNoel Grandin1-1/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-0/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+2
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke1-1/+0
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-5/+5
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+2
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-10/+10
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-12-05loplugin:unnecessaryoverride (dtors) in dbaccessStephan Bergmann1-6/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-25clang-tidy modernize-loop-convert in d*Noel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-04loplugin:stringconstantNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-08-03com::sun::star->css in dbaccessNoel Grandin1-4/+4
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-04-28Simplify sal_Bool expressionsStephan Bergmann1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-6/+6
2014-10-03loplugin: cstylecastNoel Grandin1-1/+1
2014-04-17dbaccess: sal_Bool->boolNoel Grandin1-3/+3
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-5/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-10/+10
2014-01-21DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-3/+0
2013-11-11remove unnecessary use of OUString constructor in DBACCESS moduleNoel Grandin1-2/+2
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza1-7/+2