summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/dbloader2.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-03tdf#146619 Drop unused 'using namespace' in: dbaccess/Gabor Kelemen1-1/+0
2022-10-28It's Frame-Controller-Model, not Model-View-ControllerMike Kaganski1-2/+2
2022-10-28Introduce utl::ConnectModelViewControllerMike Kaganski1-5/+3
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-11-02Drop char*-based API from NamedValueCollectionMike Kaganski1-3/+3
2021-02-15loplugin:referencecasting in dbaccessNoel1-3/+3
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-2/+2
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen1-2/+0
2020-07-31dbaccess: create instances with uno constructorsNoel Grandin1-1/+4
2020-07-08dbaccess: create instances with uno constructorsNoel Grandin1-50/+11
2020-06-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctornienzu1-2/+1
2020-04-01tdf#42949 Fix IWYU warnings in dbaccess/source/[f-s]*/*cxxGabor Kelemen1-9/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+7
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): dbaccessStephan Bergmann1-3/+3
2019-07-19loplugin:referencecasting in dbaccessNoel Grandin1-1/+1
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-05-10an is used before a vowel soundCaolán McNamara1-2/+2
2019-05-04Fix typoAndrea Gelmini1-1/+1
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin1-1/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-3/+3
2018-03-20drop msgbox includeCaolán McNamara1-1/+0
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke1-1/+0
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-4/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-3/+3
2017-07-31loplugin:constparams in dbaccessNoel Grandin1-2/+2
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-18/+10
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+2
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-2/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-18/+18
2016-12-05loplugin:unnecessaryoverride (dtors) in dbaccessStephan Bergmann1-6/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-04loplugin:stringconstantNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-9/+9
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-3/+2
2015-08-03com::sun::star->css in dbaccessNoel Grandin1-9/+9
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-3/+3
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-10/+10
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin1-1/+1
2014-10-03loplugin: cstylecastNoel Grandin1-1/+1