summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/exsrcbrw.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-03tdf#146619 Drop unused 'using namespace' in: dbaccess/Gabor Kelemen1-1/+0
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
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-17use more OInterfaceContainer3::notifyEachNoel Grandin1-3/+1
2021-11-28use more OInterfaceContainerHelper3 in dbaccessNoel Grandin1-2/+2
2021-02-22loplugin:refcounting in dbaccessNoel1-1/+0
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen1-1/+0
2020-07-08dbaccess: create instances with uno constructorsNoel Grandin1-23/+6
2020-04-20tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[a-d]*/*cxxGabor Kelemen1-3/+0
2020-04-15loplugin:flatten in dbaccessNoel Grandin1-27/+26
2019-08-15loplugin:sequenceloop dbaccess..extensionsNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): dbaccessStephan Bergmann1-1/+1
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov1-1/+1
2019-05-10an is used before a vowel soundCaolán McNamara1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2017-12-18loplugin:unusedindexMike Kaganski1-17/+15
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-6/+6
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+2
2017-03-07loplugin:loopvartoosmallStephan Bergmann1-3/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-12/+12
2016-06-10Clean up uses of Any::getValue() in dbaccessStephan Bergmann1-13/+15
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-1/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-08-19Remove two silly typedefsStephan Bergmann1-3/+3
2015-08-03com::sun::star->css in dbaccessNoel Grandin1-31/+31
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-6/+6
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2014-10-03loplugin: cstylecastNoel Grandin1-1/+1
2014-09-12dbaccess: sal_Bool -> boolStephan Bergmann1-1/+1
2014-05-11Fix previous commit (dbaccess part)Julien Nabet1-2/+2
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-2/+2
2014-04-17dbaccess: sal_Bool->boolNoel Grandin1-13/+13
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
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-3/+3
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa1-32/+8
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-8/+7
2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold1-5/+5
2013-03-15fdo#38838, String to OUString, in dbaccess/source/ui/browserGergő Mocsi1-11/+11
2013-01-15fdo#46808, Adapt frame::TaskCreator UNO service to new styleNoel Grandin1-2/+2