summaryrefslogtreecommitdiffstats
path: root/scripting/java/org/openoffice
Commit message (Expand)AuthorAgeFilesLines
* Scripting: Remove org packageDavid Ostrovsky2014-10-10112-10476/+0
* scripting: as of release 5, 'enum' is a keywordRobert Antoni Buj i Gelonch2014-10-081-3/+3
* LocalOffice should be an abstract classNoel Grandin2014-10-071-11/+7
* java: use isEmpty() instead of "size() == 0"Noel Grandin2014-10-072-3/+2
* java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin2014-10-073-4/+5
* java: optimise calls to toArrayNoel Grandin2014-10-071-4/+2
* java: remove useless overriding methodsNoel Grandin2014-10-072-8/+0
* scripting: line break (code formatting)Robert Antoni Buj i Gelonch2014-10-061-4/+4
* scripting: The if statement is redundantRobert Antoni Buj i Gelonch2014-10-023-14/+5
* scripting: Format_java_code.sh initial runRobert Antoni Buj i Gelonch2014-10-0263-1068/+1108
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-253-42/+0
* scripting: replace StringBuffer with StringBuilder methodrbuj2014-09-142-6/+2
* scripting: use String.length()==0 instead of String.equals(empty string)rbuj2014-09-132-2/+2
* scripting: use a character literalrbuj2014-09-133-3/+3
* scripting: Pass a proper array equal to collection size.rbuj2014-09-112-3/+3
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-205-22/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-208-21/+21
* java: avoid if..else when returning boolean valuesNoel Grandin2014-08-203-12/+3
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-2019-57/+56
* double-checked locking is not thread-safe in JavaNoel Grandin2014-08-203-19/+8
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-194-4/+4
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-191-4/+4
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-193-3/+3
* java: remove unused methodsNoel Grandin2014-08-191-376/+0
* java: remove unused importsNoel Grandin2014-08-141-2/+0
* java: remove commented out codeNoel Grandin2014-08-144-88/+1
* java: remove dead methodsNoel Grandin2014-08-134-103/+2
* java: remove unused fieldsNoel Grandin2014-08-131-3/+1
* java: reduce scope, make some methods privateNoel Grandin2014-08-133-4/+4
* java: reduce scope, make constructors privateNoel Grandin2014-08-131-1/+1
* java: reduce scope, make constants privateNoel Grandin2014-08-123-3/+3
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-126-0/+11
* java: remove unused parametersNoel Grandin2014-08-112-4/+3
* java: redundant assignment, variable can only be nullNoel Grandin2014-08-081-1/+0
* java: use an empty block rather than an empty statementNoel Grandin2014-08-081-1/+1
* java: remove unused importsNoel Grandin2014-08-082-3/+0
* java: remove unused fieldsNoel Grandin2014-08-081-2/+0
* java: remove dead methodsNoel Grandin2014-08-081-27/+0
* java: remove commented out codeNoel Grandin2014-08-0514-50/+0
* java: remove unused fieldsNoel Grandin2014-08-054-5/+0
* typo: more then -> more thanTakeshi Abe2014-08-011-1/+1
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-3/+2
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-011-1/+1
* remove executable bitAndras Timar2014-04-1722-0/+0
* Remove visual noise from scriptingAlexander Wilms2014-02-261-1/+1
* typo fixes in commentsAndras Timar2014-02-061-1/+1
* Spelling correction: s/retrive/retrieve/Tor Lillqvist2013-12-202-7/+7
* re-base on ALv2 code. Includes:Michael Meeks2013-06-035-0/+85
* Java cleanup, convert Hashtable to HashMapNoel Grandin2013-05-061-1/+1
* Java cleanup, convert more Vector to ArrayListNoel Grandin2013-05-061-4/+4