summaryrefslogtreecommitdiffstats
path: root/qadevOOo
Commit message (Expand)AuthorAgeFilesLines
* java: 'final static' to 'static final'Noel Grandin2015-10-1511-45/+45
* qadevOOo: fix _XDataPilotTables failure in non-english localesMichael Stahl2015-08-061-0/+9
* 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
* java: compare Strings using equals()Noel Grandin2015-01-051-1/+1
* java: these fields can become local variablesNoel Grandin2015-01-051-8/+5
* java: remove dead codeNoel Grandin2015-01-052-53/+0
* java: reduce visibility of some methods and fieldsNoel Grandin2014-12-191-1/+1
* java: unused importNoel Grandin2014-12-191-1/+0
* java: static fields that should not be staticNoel Grandin2014-12-1910-44/+30
* java: dead codeNoel Grandin2014-12-191-52/+2
* java: unused importsNoel Grandin2014-12-192-2/+0
* java: synching on an interned String object not goodNoel Grandin2014-12-191-4/+1