summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
AgeCommit message (Expand)AuthorFilesLines
2015-11-20qadevOOo: fix race in the ScAccessiblePreviewTable event testMichael Stahl1-3/+11
2015-04-25remove some @author tags from suspiciously unidiomatic codeMichael Stahl1-1/+1
2015-04-20java: some random small cleanupsNoel Grandin1-6/+1
2015-04-14also test get/setData for labelless tablesBjoern Michaelsen1-5/+12
2015-04-04Typo: creat->createJulien Nabet1-1/+1
2015-03-30add some helpful log messagesBjoern Michaelsen1-0/+2
2015-03-25TyposJulien Nabet2-2/+2
2015-03-23TyposJulien Nabet1-2/+2
2015-03-03TyposJulien Nabet1-1/+1
2015-03-01Typo: ocured->occuredJulien Nabet2-2/+2
2015-02-26TyposJulien Nabet3-8/+8
2015-02-21Typo: queriing->queryingJulien Nabet1-1/+1
2015-02-21Typo: curor/cusor(s)->cursor(s)Julien Nabet1-1/+1
2015-02-09Fix of a few typosAndrea Gelmini1-2/+2
2015-02-02Revert "fdo#55997: Work around slight offset causing sc_unoapi failure"Stephan Bergmann1-7/+2
2015-01-13css.form.component.{CheckBox,RadioButton} DefaultState property valuesStephan Bergmann2-21/+35
2015-01-13java: move DEFAULT_SHORT_WAIT_MS to util.utilsNoel Grandin1-3/+3
2015-01-13java: NO_CWS_ATTACH parameter is unusedNoel Grandin1-14/+9
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin118-1177/+268
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin85-171/+2
2015-01-12java: no need to sleep quite so oftenNoel Grandin1-7/+7
2015-01-09java: simplify array creationNoel Grandin1-9/+7
2015-01-05java: unnecessary method overridesNoel Grandin18-171/+0
2015-01-05java: simplify if statementNoel Grandin1-5/+1
2015-01-05java: unnecessary importsNoel Grandin1-2/+0
2015-01-05java: more efficient float parsingNoel Grandin4-5/+9
2015-01-05java: avoid octal literalsNoel Grandin1-2/+2
2015-01-05java: use brackets to make difference between concat and plusNoel Grandin1-2/+2
2015-01-05java: remove more dead codeNoel Grandin2-4/+4
2015-01-05java: static fields that should be instance fieldsNoel Grandin1-1/+1
2015-01-05java: compare Strings using equals()Noel Grandin1-1/+1
2014-12-19java: static fields that should not be staticNoel Grandin7-15/+13
2014-12-19java: unused importsNoel Grandin2-2/+0
2014-12-19java: this does not need to be a ThreadNoel Grandin1-2/+1
2014-12-15java: remove some unused fields and variablesNoel Grandin7-32/+1
2014-12-11java: reduce visibility of fields and methodsNoel Grandin44-113/+113
2014-12-10java: remove comment noiseNoel Grandin1-1/+0
2014-11-25java: remove some comment noiseNoel Grandin1-6/+1
2014-11-25java: final fields that can be staticNoel Grandin17-18/+18
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin16-21/+14
2014-11-18java: make fields final where possibleNoel Grandin55-85/+84
2014-11-18java: rather use @Deprecated annotationNoel Grandin1-1/+0
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini29-58/+58
2014-11-12java: convert fields to local variables where possibleNoel Grandin9-27/+17
2014-11-12java: reduce excessive code indentation levelsNoel Grandin1-14/+15
2014-10-17java: dodgy &= operationNoel Grandin1-4/+2
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin2-4/+2
2014-10-17java: final fields that can be staticNoel Grandin5-7/+7
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin1-1/+1
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin47-233/+106