summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* limit forms to http[s]Caolán McNamara2020-06-032-0/+9
* tdf#121188 form controls should have InputRequired false by defaultLionel Elie Mamane2018-11-091-3/+3
* loplugin:unnecessaryvirtual improvementsNoel Grandin2018-05-106-55/+0
* Fix typosAndrea Gelmini2018-05-051-1/+1
* improve AttributeState compare operatorJochen Nitschke2018-05-011-2/+2
* Revert "work around clang-cl ABI bug PR25641"Stephan Bergmann2018-04-241-3/+0
* remove no longer necessary operator new/delete overridesNoel Grandin2018-04-172-5/+3
* remove some unused comphelper includesJochen Nitschke2018-04-159-13/+0
* make SvxEditSource::Clone return std::unique_ptrNoel Grandin2018-04-122-3/+3
* weld linkeditdialogCaolán McNamara2018-04-062-2/+3
* new loplugin:dbgunhandledexceptionNoel Grandin2018-04-032-12/+12
* tdf#93173: Remove arbitrary line spacing limitMike Kaganski2018-04-031-1/+1
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-0318-68/+68
* fix some openoffice bugzilla linksdennisroczek2018-04-011-1/+1
* remove unused processfactory.hxx includesJochen Nitschke2018-04-0130-30/+0
* loplugin:useuniqueptr in RichTextControlImplNoel Grandin2018-03-232-6/+6
* drop unnecessary includesCaolán McNamara2018-03-201-1/+0
* Use for-range loops in formsJulien Nabet2018-03-176-48/+35
* forms: Don't create a GraphicObject URL if we have xGraphic anywayTomaž Vajngerl2018-03-151-9/+1
* use more Color in editeng..formsNoel Grandin2018-03-076-19/+20
* convert COL_ constants to be of type ColorNoel Grandin2018-02-284-6/+6
* remove unused vclunohelper.hxx includesJochen Nitschke2018-02-271-1/+0
* replace Color(COL_*) with COL_*Noel Grandin2018-02-272-3/+3
* convert remaining ErrorBox to weld::MessageDialogCaolán McNamara2018-02-261-11/+17
* Revert "loplugin:changetoolsgen in filter..framework" and reapply pluginNoel Grandin2018-02-162-7/+7
* loplugin:changetoolsgen in filter..frameworkNoel Grandin2018-02-142-9/+9
* use scanline when reading pixel dataNoel Grandin2018-02-071-6/+12
* clean up some include guard terminatorsNoel Grandin2018-02-062-6/+2
* Typo: invlidateParameters->invalidateParameters (forms)Julien Nabet2018-02-012-6/+6
* Modernize a bit formsJulien Nabet2018-01-277-125/+80
* tdf#108473: don't let empty date in datetime in formsJulien Nabet2018-01-261-0/+3
* new loplugin: pointerboolNoel Grandin2018-01-231-1/+1
* Fix odd check for nFieldLen range, assuming typosStephan Bergmann2018-01-231-1/+1
* remove some sal_Bool remnantsNoel Grandin2018-01-221-1/+1
* More loplugin:cstylecast: formsStephan Bergmann2018-01-158-28/+28
* Fix typosAndrea Gelmini2018-01-141-2/+2
* More loplugin:cstylecast: formsStephan Bergmann2018-01-1234-141/+140
* Use = for initializationStephan Bergmann2018-01-111-1/+1
* loplugin:redundantcast: formsStephan Bergmann2018-01-111-1/+1
* lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky2017-12-221-2/+1
* loplugin:unusedindexMike Kaganski2017-12-184-48/+28
* convert EETextFormat to scoped enumNoel Grandin2017-12-161-5/+5
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-142-4/+4
* loplugin:salcall fix functionsNoel Grandin2017-12-1134-49/+49
* loplugin:salcall handle static methodsNoel Grandin2017-12-073-4/+4
* loplugin:constparamsNoel Grandin2017-12-072-2/+2
* Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2017-12-062-0/+2
* Replace deprecated std::bin2nd with lambda in formsStephan Bergmann2017-12-052-5/+3
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-0510-20/+20
* new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin2017-12-041-1/+1