summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/app/AppControllerGen.cxx
Commit message (Expand)AuthorAgeFilesLines
* fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2019-05-131-4/+4
* weld OSaveAsDlgCaolán McNamara2019-03-021-6/+7
* Reduce OUString copyingMatteo Casalin2018-12-281-3/+1
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-081-0/+1
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-031-7/+7
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* Modernize a bit more dbaccessJulien Nabet2018-03-101-10/+9
* weld native message dialogsCaolán McNamara2018-02-221-3/+5
* loplugin:countusersofdefaultparams in dbaccessNoel Grandin2017-12-051-1/+1
* loplugin:includeform: dbaccessStephan Bergmann2017-10-231-7/+7
* clang-tidy modernize-use-emplace in d*Noel Grandin2017-09-111-1/+1
* loplugin:constantparamNoel Grandin2017-08-081-1/+1
* loplugin:unusedfields some untouched fieldsNoel Grandin2017-07-241-1/+1
* migrate to boost::gettextCaolán McNamara2017-07-211-6/+7
* loplugin:oncevar: empty strings: dbaccessStephan Bergmann2017-07-131-2/+1
* Drop :: prefix from std in [de]*/Tor Lillqvist2017-02-171-8/+8
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-3/+3
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-15/+15
* convert VclButtonsType to scoped enumNoel Grandin2016-12-211-1/+1
* loplugin:expandablemethods in dbaccessNoel Grandin2016-11-091-15/+0
* Convert VCL_MESSAGE to scoped enumNoel Grandin2016-06-011-1/+1
* Avoid reserved identifiersStephan Bergmann2016-04-221-16/+16
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-2/+0
* Use const_iterator when possible (whole dbaccess)Julien Nabet2016-03-281-4/+4
* Typo: aCompoments->aComponentsJulien Nabet2016-02-261-4/+4
* convert EComposeRule to scoped enumNoel Grandin2016-02-251-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-2/+2
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-301-1/+1
* com::sun::star->css in dbaccessNoel Grandin2015-08-031-2/+2
* loplugin:staticmethodsNoel Grandin2015-05-051-1/+1
* Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-2/+2
* vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-2/+2
* vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-7/+7
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-2/+2
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-1/+1
* coverity#706482 Uncaught exceptionCaolán McNamara2014-09-021-1/+1
* documentation-by-constLionel Elie Mamane2014-08-271-1/+1
* QueryBox APP_CLOSEDOCUMENTS -> MessageDialog + stringCaolán McNamara2014-08-211-1/+2
* dbaccess: sal_Bool->boolNoel Grandin2014-04-171-12/+12
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-131-27/+0
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-4/+4
* connectivity: sal_Bool->bool and fix method nameNoel Grandin2014-04-011-1/+1
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-1/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-16/+16
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-171-1/+1
* fdo#62475 removed pointless commentsJelle van der Waa2013-08-271-42/+12
* remove toolkit/unohlp.hxx hackThomas Arnhold2013-06-281-1/+1
* fdo#63391 deadlock on opening .odb file that auto-connects to the databaseLionel Elie Mamane2013-04-291-3/+0