summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin7-25/+13
2014-10-09typo: proeprty -> propertyAndras Timar1-1/+1
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin1-1/+1
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin12-13/+13
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin7-7/+7
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2-2/+2
2014-08-14java: remove commented out codeNoel Grandin8-29/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin126-2/+376
2014-08-11java: remove unused parametersNoel Grandin10-10/+10
2014-08-08java: variable cannot be nullNoel Grandin3-7/+0
2014-08-04java: remove some unused import statementsNoel Grandin99-99/+0
2014-08-04java: remove some unused variablesNoel Grandin4-4/+4
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin126-177/+177
2014-08-04java: removed unused importsNoel Grandin4-5/+0
2014-04-30Many spelling fixes: directory qadevOOo.Pedro Giffuni4-7/+7
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist5-6/+6
2013-11-04Try make this more robust in slow environmentsStephan Bergmann1-19/+29
2013-11-01Try make this more robust in slow environmentsStephan Bergmann1-18/+28
2013-10-22Try make this more robust in slow environmentsStephan Bergmann1-28/+32
2013-10-08Try make this more robust in slow environmentsStephan Bergmann1-22/+33
2013-10-08Unused variable (AccessibilityTools is all static members)Stephan Bergmann1-2/+0
2013-10-07Also cope with intermittend DisposedExceptionsStephan Bergmann1-10/+19
2013-09-30junit: add 'r' to creating, and better exception descriptions.Michael Meeks5-15/+15
2013-09-26typo fixes in commentsAndras Timar103-103/+103
2013-08-28Try make this more robust in slow environmentsStephan Bergmann1-14/+20
2013-08-22What's it with all those *static* XSpreadsheetDocument instances?Stephan Bergmann106-112/+112
2013-08-21No (apparent?) need for xSheetDoc to be staticStephan Bergmann1-1/+1
2013-05-21Revert "Java cleanup, AccessibilityTools.."Stephan Bergmann1-1/+3
2013-05-20Java cleanup, AccessibilityTools..Noel Grandin1-3/+1
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin9-34/+34
2013-04-26Java cleanup, remove unused importsNoel Grandin2-2/+0
2013-04-23Java cleanup - reduce use of global fieldsNoel Grandin3-9/+3
2013-04-15fdo#60724 correct spellingThomas Arnhold9-9/+9
2012-12-10Revert "Use XNotifyingDispatch to avoid races"Stephan Bergmann1-38/+9
2012-12-07Use XNotifyingDispatch to avoid racesStephan Bergmann1-9/+38
2012-12-07Revert "Use XSynchronousDispatch to avoid races"Stephan Bergmann1-6/+9
2012-12-07Use XSynchronousDispatch to avoid racesStephan Bergmann1-9/+6
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl2-20/+14
2012-08-28Javadoc warnings - fix some tags and referencesNoel Grandin8-15/+15
2012-08-28Java cleanup - remove unnecessary semi-colonsNoel Grandin23-23/+23
2012-08-20Java update - cleanup javadoc @see tagsNoel Grandin5-13/+13
2012-08-20Java update - fix a bunch of javadoc warnings in @param tagsNoel Grandin9-40/+31
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet1-2/+2
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-0/+17
2012-06-29Java cleanup - remove unused local variablesNoel Grandin8-80/+22
2012-06-29Java5 update - convert more code to use generics:wqNoel Grandin94-243/+187
2012-06-29Java5 update - usage generics where possibleNoel Grandin125-792/+493
2012-06-29Java5 update - convert Vector to ArrayListNoel Grandin1-2/+2
2012-06-29re-base on ALv2 code.Michael Meeks33-759/+462