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