summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2017-11-271-5/+5
* Fix typosAndrea Gelmini2017-11-201-1/+1
* use implict conversion operator in TypedWhichIdNoel Grandin2017-11-161-1/+1
* TypedWhichIdNoel Grandin2017-11-151-1/+1
* loplugin:finalclasses in formsNoel Grandin2017-11-0217-71/+38
* Replace lists by vectors (forms)Julien Nabet2017-11-022-13/+13
* loplugin:constantparam in connectivityNoel Grandin2017-11-011-2/+1
* loplugin:includeform: formsStephan Bergmann2017-10-2379-170/+170
* overload std::hash for OUString and OStringNoel Grandin2017-10-233-3/+3
* use rtl::Reference in formsNoel Grandin2017-10-184-25/+14
* loplugin:useuniqueptr in tools/inetmsg.hxxNoel Grandin2017-10-171-6/+4
* add << operator for css::uno::ExceptionNoel Grandin2017-10-042-2/+2
* simplify some OUString compareTo callsMuhammet Kara2017-10-011-2/+2
* work around clang-cl ABI bug PR25641Stephan Bergmann2017-09-301-0/+3
* convert IsEqual/etc methods on ESelection to operatorsNoel Grandin2017-09-291-1/+1