summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/uno/unosqlmessage.cxx
AgeCommit message (Expand)Author
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen
2020-07-08dbaccess: create instances with uno constructorsNoel Grandin
2020-04-27tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[m-u]*/*cxxGabor Kelemen
2020-01-12tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorYusuf Keten
2019-09-20drop newly unnecessary OGenericUnoDialog::DialogCaolán McNamara
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): dbaccessStephan Bergmann
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-10-06make OGenericUnoDialog take an awt::XWindowCaolán McNamara
2018-08-20loplugin:useuniqueptr in svt::DialogNoel Grandin
2018-03-22weld OSQLMessageBoxCaolán McNamara
2018-03-21support both vcl and weld in genericunodialog for interimCaolán McNamara
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2017-08-23convert message box style bits to scoped enumNoel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-19'>>=' with rhs Any is a copy assignmentJochen Nitschke
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-08-19Remove two silly typedefsStephan Bergmann
2015-08-03com::sun::star->css in dbaccessNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-17Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann
2014-03-10dbaccess: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin
2013-01-09Remove some RTL_* macros, rtl:: prefixes and simplification in dbaccessMarcos Paulo de Souza
2012-12-31fix fdo#58451Noel Grandin
2012-12-06fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new styleNoel Grandin
2012-06-14re-base on ALv2 code.Michael Meeks
2011-11-27remove include of pch header in dbaccessNorbert Thiebaud
2011-07-23revert to dbaccess gbuildization from master mostlyBjoern Michaelsen
2011-06-20Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-06-17gnumake4: converted dbaccess [hg:8113b354673f]Ocke Janssen [oj]
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2010-11-13Replaced createFromAscii in all dbaccess tree under base repoSantiago Alessandri
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-10-05remove include guards using fixguard.pyPetr Mladek