summaryrefslogtreecommitdiffstats
path: root/qadevOOo
Commit message (Expand)AuthorAgeFilesLines
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-115-12/+12
* speed up Java unit tests by removing sleepsNoel Grandin2015-06-11111-357/+313
* java:simplify boolean return expressionsNoel Grandin2015-06-094-40/+5
* java:remove unused importsNoel Grandin2015-06-0910-12/+0
* java:use System.arrayCopy to copy arraysNoel Grandin2015-06-091-8/+1
* java:Return statement in a finally blockNoel Grandin2015-06-091-1/+0
* more exception handling cleanup in Java unit testsNoel Grandin2015-06-0917-244/+118
* there is no need to synchronize createTestEnvironmentNoel Grandin2015-06-09267-269/+269
* remove some unnecessary exception wrapping in the Java testsNoel Grandin2015-06-09525-12640/+5296
* some spelling fixes, mostly in Java codeNoel Grandin2015-06-08436-575/+575
* Improve test failure diagnosticsStephan Bergmann2015-06-021-4/+6
* remove some @author tags from suspiciously unidiomatic codeMichael Stahl2015-04-251-1/+1
* java: remove some unused codeNoel Grandin2015-04-202-28/+0
* java: some random small cleanupsNoel Grandin2015-04-203-8/+1
* also test get/setData for labelless tablesBjoern Michaelsen2015-04-141-5/+12
* Typo: creat->createJulien Nabet2015-04-041-1/+1
* add some helpful log messagesBjoern Michaelsen2015-03-301-0/+2
* TyposJulien Nabet2015-03-252-2/+2
* TyposJulien Nabet2015-03-231-2/+2
* TyposJulien Nabet2015-03-031-1/+1
* Typo: ocured->occuredJulien Nabet2015-03-012-2/+2
* TyposJulien Nabet2015-02-263-8/+8
* TyposJulien Nabet2015-02-241-1/+1
* Typo: queriing->queryingJulien Nabet2015-02-211-1/+1
* Typo: curor/cusor(s)->cursor(s)Julien Nabet2015-02-211-1/+1
* Fix of a few typosAndrea Gelmini2015-02-092-3/+3
* Revert "fdo#55997: Work around slight offset causing sc_unoapi failure"Stephan Bergmann2015-02-021-7/+2
* LinkUpdateMode property values must be in the range 0--2 or 0--3Stephan Bergmann2015-01-142-3/+9
* css.form.component.{CheckBox,RadioButton} DefaultState property valuesStephan Bergmann2015-01-133-24/+49
* java: inline some test propertiesNoel Grandin2015-01-131-43/+2
* java: nothing is passing in a "ComplexIni" parameterNoel Grandin2015-01-131-19/+3
* java: nothing is passing a "-ini" parameter into the RunnerServiceNoel Grandin2015-01-133-80/+0
* java: move DEFAULT_SHORT_WAIT_MS to util.utilsNoel Grandin2015-01-133-8/+9
* java: NO_CWS_ATTACH parameter is unusedNoel Grandin2015-01-133-21/+9
* java: DONT_BACKUP_USERLAYER parameter is unusedNoel Grandin2015-01-132-32/+22
* java: simplify command-line parameter parsing in ClParserNoel Grandin2015-01-121-27/+22
* java: APP_KILL_COMMAND is unusedNoel Grandin2015-01-123-34/+0
* java: simplify sleeping and waiting in testsNoel Grandin2015-01-12128-1240/+295
* java: no need to instantiate the AccessibilityTools objectNoel Grandin2015-01-1286-171/+4
* java: no need to sleep quite so oftenNoel Grandin2015-01-121-7/+7
* java: simplify array creationNoel Grandin2015-01-091-9/+7
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-092-2/+2
* java: unnecessary method overridesNoel Grandin2015-01-0518-171/+0
* java: simplify if statementNoel Grandin2015-01-051-5/+1
* java: unnecessary importsNoel Grandin2015-01-051-2/+0
* java: more efficient float parsingNoel Grandin2015-01-054-5/+9
* java: avoid octal literalsNoel Grandin2015-01-051-2/+2
* java: use brackets to make difference between concat and plusNoel Grandin2015-01-051-2/+2
* java: remove more dead codeNoel Grandin2015-01-053-43/+44
* java: static fields that should be instance fieldsNoel Grandin2015-01-053-6/+6