summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_toolkit
AgeCommit message (Expand)Author
2021-08-19Fix typosAndrea Gelmini
2021-05-17split OutputDevice from WindowNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-01-16qadevOOo: remove silly exception catching from util.FormToolsMichael Stahl
2016-12-12update png locations for various imagelist unwindingsCaolán McNamara
2016-09-23qadevOOo: Remove unused importsSamuel Mehrbrodt
2016-09-23Make createDesktop return XDesktop, not ObjectSamuel Mehrbrodt
2016-09-17Fix JUnit test case for AccessibleFixedTextLuke Deller
2016-02-05Fix typosAndrea Gelmini
2016-01-21coverity#1326447 Dereference null return valueCaolán McNamara
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-10-16cid#1327209 UwF: Unwritten fieldNoel Grandin
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin
2015-10-14cid#1326607 Bx: Questionable Boxing of primitive valueNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-06-15java: remove unnecessary threadingNoel Grandin
2015-06-11java:remove more unnecessary catch/re-throwNoel Grandin
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin
2015-06-09there is no need to synchronize createTestEnvironmentNoel Grandin
2015-06-09remove some unnecessary exception wrapping in the Java testsNoel Grandin
2015-06-08some spelling fixes, mostly in Java codeNoel Grandin
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-04java: remove some unused import statementsNoel Grandin
2014-08-04java: remove some unused variablesNoel Grandin
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin
2014-04-30Many spelling fixes: directory qadevOOo.Pedro Giffuni
2014-04-14typo: accesible -> accessibleThomas Arnhold
2014-02-26Remove visual noise from qadevOOoAlexander Wilms
2013-11-24Some Java String clean-upStephan Bergmann
2013-09-26typo fixes in commentsAndras Timar
2013-05-21Revert "Java cleanup, AccessibilityTools.."Stephan Bergmann
2013-05-20Java cleanup, AccessibilityTools..Noel Grandin
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin
2012-08-28Java cleanup - remove unused importsNoel Grandin
2012-08-28Java cleanup - remove unnecessary semi-colonsNoel Grandin
2012-08-20Java update - cleanup javadoc @see tagsNoel Grandin
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet
2012-07-18re-base on ALv2 code. Includes:Michael Meeks