summaryrefslogtreecommitdiff
path: root/svx/source/form/formcontroller.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-09tdf#121188 form controls should have InputRequired false by defaultLionel Elie Mamane1-1/+1
2018-10-03tdf#120245: Accept to insert empty field with 'not null' database constraintJulien Nabet1-2/+1
2018-09-07tdf#75341: fix condition to approve row (form)Julien Nabet1-3/+4
2018-09-07tdf#91837: fix deinitializeControls (forms)Julien Nabet1-0/+1
2018-08-15tdf#119245 Set a parent for OParameterDialogMaxim Monastirsky1-1/+2
2018-04-18Resolves: tdf#117068 wrong parent for exception dialogCaolán McNamara1-1/+1
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-19/+19
2018-03-06use more Color in svxNoel Grandin1-1/+1
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-1/+0
2018-02-13tdf#107134: add comparator in form filterJulien Nabet1-0/+34
2018-01-15More loplugin:cstylecast: svxStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: svxStephan Bergmann1-7/+7
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: svxStephan Bergmann1-12/+12
2017-09-13clang-tidy modernize-use-emplace in svxNoel Grandin1-2/+2
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-14use more OUString::operator== in svxNoel Grandin1-1/+1
2017-07-06use more begin()/end() for SequenceNoel Grandin1-7/+5
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+3
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-3/+3
2017-07-02loplugin:casttovoid: svxStephan Bergmann1-1/+0
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-05-19make string translation loading more uniformCaolán McNamara1-6/+6
2017-05-12Translate German comments (rest of svx/)Johnny_M1-3/+3
2017-05-12remove unused uno::Reference varsNoel Grandin1-6/+0
2017-04-20Translate German comments (leftovers in svx/source/inc/, etc.)Johnny_M1-2/+2
2017-04-18Translate German comments in svx/source/form/formcontroller.cxxJohnny_M1-36/+36
2017-04-10new loplugin:inlinefieldsNoel Grandin1-19/+15
2017-03-31use actual UNO enums in svxNoel Grandin1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-106/+102
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-3/+3
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-1/+1
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-6/+6
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin1-26/+14
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin1-1/+0
2016-05-16convert CONTROL_STATUS to scoped enumNoel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-19/+19
2016-04-18Avoid reserved identifiersStephan Bergmann1-32/+32
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-5/+0
2016-04-14loplugin:passstuffbyref in svxNoel Grandin1-1/+1
2016-04-14Use const_iterator when possible (svx/dialog,engine3d,fmcomp,form)Julien Nabet1-10/+15
2016-04-05loplugin:salboolStephan Bergmann1-1/+1
2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-2/+2
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1