summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-10-17java: final fields that can be staticNoel Grandin2-4/+4
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin2-3/+2
2014-10-16java: always use braces for while loopsNoel Grandin1-2/+2
2014-10-07java: use equals() to compare Strings, not ==Noel Grandin1-1/+1
2014-10-07java: simplify conditions involving logical negationNoel Grandin2-7/+7
2014-10-07java: no need to check for null before calling instanceofNoel Grandin1-1/+1
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin1-3/+0
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-1/+1
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-2/+2
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2-3/+3
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-1/+1
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 Grandin5-12/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin38-0/+55
2014-08-11java: remove unused parametersNoel Grandin2-2/+2
2014-08-08java: remove redundant null checksNoel Grandin2-2/+1
2014-08-08java: variable cannot be nullNoel Grandin1-1/+1
2014-08-05java: remove commented out codeNoel Grandin2-19/+0
2014-08-04java: remove some unused import statementsNoel Grandin1-1/+0
2014-08-04java: remove some unused variablesNoel Grandin2-2/+2
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin4-7/+7
2014-08-04fix spelling compilant -> compliantNoel Grandin6-6/+6
2014-04-30Many spelling fixes: directory qadevOOo.Pedro Giffuni1-1/+1
2014-04-10It's "its", not "it's"Tor Lillqvist2-2/+2
2014-02-26Remove visual noise from qadevOOoAlexander Wilms1-1/+1
2013-12-12Minor qadevOOo improvementStephan Bergmann1-0/+2
2013-11-24Some Java String clean-upStephan Bergmann1-1/+1
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin2-6/+6
2013-04-23Java cleanup - reduce use of global fieldsNoel Grandin1-2/+2
2013-04-15fdo#60724 correct spellingThomas Arnhold2-2/+2
2013-04-15fdo#60724 correct spellingThomas Arnhold2-4/+4
2012-10-15fdo#55997: Work around slight offset causing sc_unoapi failureStephan Bergmann1-2/+7
2012-09-27fdo#51304: Remove @author and more commented codeMarcos Paulo de Souza3-14/+1
2012-08-28Java cleanup - remove unused importsNoel Grandin1-7/+0
2012-08-28Java cleanup - remove unnecessary semi-colonsNoel Grandin1-2/+2
2012-08-20Java update - cleanup javadoc @see tagsNoel Grandin1-1/+1
2012-08-20Java update - fix a bunch of javadoc warnings in @param tagsNoel Grandin2-2/+1
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet1-1/+1
2012-06-29Java cleanup - remove unused local variablesNoel Grandin2-3/+2
2012-06-29Java5 update - convert more code to use generics:wqNoel Grandin16-39/+33
2012-06-29Java5 update - usage generics where possibleNoel Grandin26-153/+114
2012-06-29re-base on ALv2 code.Michael Meeks9-207/+126
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks90-2148/+1338
2011-12-08Less succes, more successStefan Knorr (astron)2-4/+4
2011-11-10removed leftovers of the Simple Handles optionTim Hardeck1-1/+0
2010-12-05Replace all occured, occurance etc.Takeshi Abe8-13/+13
2010-02-26sb118: improved tests (no getActiveTopWindow etc.)sb1-5/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien100-401/+100