summaryrefslogtreecommitdiffstats
path: root/forms/source/runtime/formoperations.cxx
Commit message (Expand)AuthorAgeFilesLines
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-031-5/+5
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* convert remaining ErrorBox to weld::MessageDialogCaolán McNamara2018-02-261-11/+17
* More loplugin:cstylecast: formsStephan Bergmann2018-01-121-1/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* loplugin:includeform: formsStephan Bergmann2017-10-231-4/+4
* convert message box style bits to scoped enumNoel Grandin2017-08-231-1/+1
* tdf#96370 rework filtering to be aware of WHERE vs HAVING clauseLionel Elie Mamane2017-07-301-12/+39
* migrate to boost::gettextCaolán McNamara2017-07-211-10/+9
* loplugin:casttovoid: formsStephan Bergmann2017-07-021-2/+1
* loplugin:oncevar filter..formsNoel Grandin2017-06-231-1/+1
* clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin2017-04-191-8/+2
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-231-3/+3
* loplugin:loopvartoosmallStephan Bergmann2017-03-071-6/+5
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-23/+23
* loplugin:expandablemethods in forms..formulaNoel Grandin2016-11-081-13/+2
* loplugin:expandablemethodds in filter..formsNoel Grandin2016-10-191-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* Avoid reserved identifiersStephan Bergmann2016-04-221-4/+4
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-10/+10
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-1/+0
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-141-4/+4
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-3/+3
* loplugin:unusedmethods unused return value in formsNoel Grandin2016-01-111-10/+6
* Fix typosAndrea Gelmini2016-01-101-2/+2
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-7/+7
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-021-1/+1
* com::sun::star->css in forms/Noel Grandin2015-10-021-3/+3
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-131-0/+4
* loplugin:redundantcast: const_cast to same typeStephan Bergmann2015-05-291-1/+1
* loplugin:staticmethodsNoel Grandin2015-05-051-1/+1
* Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-1/+1
* vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-1/+1
* vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-2/+2
* forms: Replace these macrosMatúš Kukan2015-03-281-1/+0
* callcatcher: update unused codeCaolán McNamara2015-02-191-10/+0
* forms: use constructor feature for form modulesChris Sherlock2015-02-171-6/+7
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-171-1/+1
* markup with event type not checker typeCaolán McNamara2014-11-051-1/+1
* loplugin:staticcallStephan Bergmann2014-06-131-6/+6
* Remove ASCII art, useless comments and whitespace from forms moduleChris Laplante2014-05-251-4/+0
* various: sal_Bool->boolNoel Grandin2014-05-081-4/+4
* forms: sal_Bool->boolNoel Grandin2014-05-061-24/+24
* More hacking on --disable-database-connectivityTor Lillqvist2014-04-221-0/+3
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-141-0/+1
* It's "its", not "it's"Tor Lillqvist2014-04-101-1/+1
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-7/+7
* Remove visual noise from formsAlexander Wilms2014-02-261-6/+6
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-23/+23