summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* tdf#106462 old value and new value were swappedLionel Elie Mamane2017-03-101-2/+2
* better fix for tdf#103830Noel Grandin2017-02-241-7/+9
* tdf#103830 Form field names not update in python macroNoel Grandin2017-02-241-2/+2
* tdf#101828 handle rtf/richtext correctlyOliver Specht2017-01-261-2/+4
* remove use of tryPropertyValue Any specialisationJochen Nitschke2016-11-212-10/+18
* loplugin:unusedfieldsNoel Grandin2016-11-172-5/+2
* loplugin:countusersofdefaultparams in editeng..rscNoel Grandin2016-11-111-1/+1
* make comphelper::containerToSequence a little smarterNoel Grandin2016-11-094-5/+5
* loplugin:expandablemethods in forms..formulaNoel Grandin2016-11-0826-206/+31
* loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin2016-11-081-2/+2
* update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin2016-10-284-12/+2
* coverity#1374310 Uncaught exceptionCaolán McNamara2016-10-272-2/+2
* coverity#1374311 Uncaught exceptionCaolán McNamara2016-10-272-2/+2
* coverity#1374312 Uncaught exceptionCaolán McNamara2016-10-272-2/+2
* coverity#1374313 Uncaught exceptionCaolán McNamara2016-10-272-2/+2
* coverity#1374314 Uncaught exceptionCaolán McNamara2016-10-272-2/+2
* coverity#1374315 Uncaught exceptionCaolán McNamara2016-10-272-2/+2
* coverity#1374316 Uncaught exceptionCaolán McNamara2016-10-272-2/+2
* coverity#1374286 Uncaught exceptionCaolán McNamara2016-10-262-2/+2
* coverity#1374281 Uncaught exceptionCaolán McNamara2016-10-262-2/+2
* coverity#1374280 Uncaught exceptionCaolán McNamara2016-10-262-4/+2
* coverity#1374279 Uncaught exceptionCaolán McNamara2016-10-262-2/+3
* coverity#1374278 Uncaught exceptionCaolán McNamara2016-10-262-4/+3
* coverity#1374277 Uncaught exceptionCaolán McNamara2016-10-262-2/+2
* coverity#1374276 Uncaught exceptionCaolán McNamara2016-10-262-4/+3
* coverity#1374275 Uncaught exceptionCaolán McNamara2016-10-262-2/+2
* coverity#1374274 Uncaught exceptionCaolán McNamara2016-10-262-2/+2
* coverity#1374273 Uncaught exceptionCaolán McNamara2016-10-262-2/+4
* coverity#1374272 Uncaught exceptionCaolán McNamara2016-10-262-2/+2
* coverity#1374271 Uncaught exceptionCaolán McNamara2016-10-262-2/+2
* coverity#1374270 Uncaught exceptionCaolán McNamara2016-10-262-2/+2
* coverity#1374269 Uncaught exceptionCaolán McNamara2016-10-262-2/+2
* '>>=' with rhs Any is a copy assignmentJochen Nitschke2016-10-191-1/+1
* loplugin:expandablemethodds in filter..formsNoel Grandin2016-10-199-44/+12
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-182-2/+2
* Don't allow O[U]StringBuffer in string concatenationStephan Bergmann2016-10-121-2/+2
* loplugin:unnecessaryoverride in forms/frameworkNoel Grandin2016-10-0512-81/+0
* convert MapUnit to scoped enumNoel Grandin2016-10-054-8/+8
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-0522-28/+28
* Fix typosAndrea Gelmini2016-10-031-1/+1
* Drop redundant castTakeshi Abe2016-09-161-1/+1
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-5/+5
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1342-52/+52
* loplugin:constantparam in extensions..lotuswordproNoel Grandin2016-09-124-43/+18
* coverity#1372386 Uncaught exceptionCaolán McNamara2016-09-014-6/+6
* default dtors are fine hereCaolán McNamara2016-08-303-13/+0
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (forms)Stephan Bergmann2016-08-301-1/+1
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-272-2/+2
* tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu2016-08-261-2/+2
* tdf#89329: use unique_ptr for pImpl in richtextvclcontrolArnold Dumas2016-08-212-3/+4