summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess/databaseregistrations.cxx
AgeCommit message (Expand)AuthorFilesLines
6 daysuse more OUString literalNoel Grandin1-23/+12
2023-09-08no need to use XAggregation for DatabaseRegistrationsNoel Grandin1-4/+4
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann1-4/+4
2022-04-29use more string_view in INetURLObjectNoel Grandin1-3/+3
2021-11-28use more OInterfaceContainerHelper3 in dbaccessNoel Grandin1-2/+2
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-2/+2
2020-11-17loplugin:stringviewparam check methods tooNoel1-3/+3
2020-03-23tdf#42949 Fix IWYU warnings in dbaccess/source/core/*/*cxxGabor Kelemen1-1/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+5
2019-08-15loplugin:sequenceloop dbaccess..extensionsNoel Grandin1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): dbaccessStephan Bergmann1-3/+3
2019-05-02Fix typoAndrea Gelmini1-1/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+3
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-1/+1
2017-07-06use more begin()/end() for SequenceNoel Grandin1-10/+5
2017-06-23loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin1-16/+4
2017-02-06Add missing #includesStephan Bergmann1-0/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-18/+18
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-18Avoid reserved identifiersStephan Bergmann1-30/+30
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-2/+0
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-2/+0
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-3/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-2/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-9/+9
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-2/+2
2015-07-05cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-9/+6
2014-07-11coverity#706461 Uncaught exceptionCaolán McNamara1-25/+52
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-0/+2
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-4/+4
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-9/+9
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-18/+18
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa1-10/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-44/+44
2013-04-01remove boilerplate commentsThomas Arnhold1-2/+0
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin1-6/+6
2013-01-27Remove more STRINGPARAM macros form dbaccessMarcos Paulo de Souza1-6/+6
2013-01-09fdo#46808, new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin1-2/+2
2012-06-29Remove UNO includes commentsThomas Arnhold1-2/+0
2012-06-14re-base on ALv2 code.Michael Meeks1-22/+14
2011-12-21Fix for fdo43460 Part XII getLength() to isEmpty()Olivier Hallot1-2/+2
2011-11-27remove include of pch header in dbaccessNorbert Thiebaud1-2/+0
2010-11-11Replaced the use of createFromAscii for the macro RTL_CONSTASCII_USTRINGPARAMSantiago Alessandri1-3/+3