summaryrefslogtreecommitdiffstats
path: root/forms/qa
Commit message (Expand)AuthorAgeFilesLines
* fix compile error in java test codeNoel Grandin2020-09-251-1/+1
* use for-range on Sequence in f*Noel Grandin2020-05-211-1/+1
* Fix typoAndrea Gelmini2019-06-041-1/+1
* Re-enable JunitTest_forms_unoapi_2 forms.ODateModelStephan Bergmann2019-05-231-1/+1
* tdf#125170 Deliver mouse events also when clicking into document contentSamuel Mehrbrodt2019-05-161-1/+1
* an is used before a vowel soundCaolán McNamara2019-05-101-1/+1
* fix some openoffice bugzilla linksdennisroczek2018-04-011-1/+1
* Translate German comments and debug strings (leftovers in f... dirs)Johnny_M2017-05-201-1/+1
* tdf#39468 Translate German commentsJens Carl2017-03-301-1/+1
* forms,qadevOOo: dispatch of .uno:SwitchControlDesignMode is asyncMichael Stahl2017-01-161-0/+6
* Fix typosAndrea Gelmini2016-01-102-3/+3
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-051-1/+1
* java: make inner classes static where possibleNoel Grandin2015-11-051-1/+1
* remove some useless commentsNoel Grandin2015-10-131-1/+1
* Fix typosAndrea Gelmini2015-10-021-1/+1
* Fix typosAndrea Gelmini2015-07-081-1/+1
* Fix typosAndrea Gelmini2015-07-031-1/+1
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-111-4/+4
* Let JUnit take care of exceptionsNoel Grandin2015-06-051-39/+8
* split forms unoapi test for performanceBjoern Michaelsen2015-05-294-30/+80
* java: inline some test propertiesNoel Grandin2015-01-132-22/+6
* java: remove dead codeNoel Grandin2015-01-053-131/+4
* java: don't synch on an object and also assign to itNoel Grandin2014-12-191-10/+3
* java: remove more test skeleton codeNoel Grandin2014-12-151-71/+0
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-1/+1
* java: simplify the getMSF() methodsNoel Grandin2014-12-101-2/+1
* java: remove some comment noiseNoel Grandin2014-11-253-20/+0
* java,framework: remove unused vars and parametersNoel Grandin2014-11-251-2/+1
* java: make fields final where possibleNoel Grandin2014-11-1811-31/+24
* java: convert fields to local variables where possibleNoel Grandin2014-11-124-14/+10
* forms: The if statement is redundantRobert Antoni Buj i Gelonch2014-10-307-38/+13
* java: final fields that can be staticNoel Grandin2014-10-172-2/+2
* java: no need to call String.valueOf to append to a StringNoel Grandin2014-10-171-6/+6
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-161-1/+1
* java: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch2014-10-161-3/+11
* java: optimise calls to toArrayNoel Grandin2014-10-071-3/+1
* forms: enhanced for loopRobert Antoni Buj i Gelonch2014-10-011-6/+2
* forms: use Arrays.toString in integration.forms.RadioButtonsRobert Antoni Buj i Gelonch2014-09-301-10/+2
* forms: replace StringBuffer with StringBuilderRobert Antoni Buj i Gelonch2014-09-302-4/+4
* forms: the assigned value is never usedRobert Antoni Buj i Gelonch2014-09-302-5/+2
* forms: remove import from the same packageRobert Antoni Buj i Gelonch2014-09-305-16/+0
* Fix java.util.Calendar.set in integration.forms.DateValidatorRobert Antoni Buj i Gelonch2014-09-291-1/+1
* forms: getMonth() and getYear() are deprecated in java.util.DateRobert Antoni Buj i Gelonch2014-09-291-7/+6
* forms: Pass array of length equal to the size of the collectionRobert Antoni Buj i Gelonch2014-09-291-1/+3
* remove more unnecessary constructor declarationsNoel Grandin2014-08-201-5/+0
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-2010-50/+0
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-201-2/+2
* java: no need to instantiate String objects directlyNoel Grandin2014-08-196-16/+16
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-196-14/+14
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-196-12/+12