summaryrefslogtreecommitdiff
path: root/forms/source/runtime/formoperations.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-5/+5
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara1-11/+17
2018-01-12More loplugin:cstylecast: formsStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: formsStephan Bergmann1-4/+4
2017-08-23convert message box style bits to scoped enumNoel Grandin1-1/+1
2017-07-30tdf#96370 rework filtering to be aware of WHERE vs HAVING clauseLionel Elie Mamane1-12/+39
2017-07-21migrate to boost::gettextCaolán McNamara1-10/+9
2017-07-02loplugin:casttovoid: formsStephan Bergmann1-2/+1
2017-06-23loplugin:oncevar filter..formsNoel Grandin1-1/+1
2017-04-19clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin1-8/+2
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-3/+3
2017-03-07loplugin:loopvartoosmallStephan Bergmann1-6/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-23/+23
2016-11-08loplugin:expandablemethods in forms..formulaNoel Grandin1-13/+2
2016-10-19loplugin:expandablemethodds in filter..formsNoel Grandin1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-10/+10
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-4/+4
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-3/+3
2016-01-11loplugin:unusedmethods unused return value in formsNoel Grandin1-10/+6
2016-01-10Fix typosAndrea Gelmini1-2/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-02com::sun::star->css in forms/Noel Grandin1-3/+3
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-0/+4
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-2/+2
2015-03-28forms: Replace these macrosMatúš Kukan1-1/+0
2015-02-19callcatcher: update unused codeCaolán McNamara1-10/+0
2015-02-17forms: use constructor feature for form modulesChris Sherlock1-6/+7
2014-12-17fdo#39440 reduce scope of local variablesMichael Weghorn1-1/+1
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-6/+6
2014-05-25Remove ASCII art, useless comments and whitespace from forms moduleChris Laplante1-4/+0
2014-05-08various: sal_Bool->boolNoel Grandin1-4/+4
2014-05-06forms: sal_Bool->boolNoel Grandin1-24/+24
2014-04-22More hacking on --disable-database-connectivityTor Lillqvist1-0/+3
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-7/+7
2014-02-26Remove visual noise from formsAlexander Wilms1-6/+6
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-23/+23