summaryrefslogtreecommitdiff
path: root/scripting/java/com/sun/star/script/framework/container
AgeCommit message (Expand)Author
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-09-17BRAND_BIN_SUBDIR -> BRAND_INI_DIR, to cater for new Mac OS X layoutStephan Bergmann
2014-09-16scripting: decode(String) in URLDecoder has been deprecatedrbuj
2014-09-14scripting: replace StringBuffer with StringBuilder methodrbuj
2014-09-13scripting: use String.length()==0 instead of String.equals(empty string)rbuj
2014-09-13scripting: use a character literalrbuj
2014-09-13scripting: Enhanced For-Loopsrbuj
2014-09-07scripting: there isn't any benefit by reducing the scope here.rbuj
2014-09-05scripting: remove import from the same packagerbuj
2014-09-04scripting: use contains to check if a string contains a substringrbuj
2014-09-04scripting: the if statement is redundantrbuj
2014-09-04scripting: the assigned value is never usedrbuj
2014-09-02scripting: fix javadoc error: unknown tag: nullrbuj
2014-08-20remove do-nothing codeNoel Grandin
2014-08-20java: remove modifiers implied by the contextNoel Grandin
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin
2014-08-19java: remove unused methodsNoel Grandin
2014-08-14java: remove unused importsNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-13java: reduce scope, make constructors privateNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove redundant super-interfacesNoel Grandin
2014-08-08java: remove unused importsNoel Grandin
2014-08-08java: remove dead methodsNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove unused fieldsNoel Grandin
2014-08-05java: remove various unused variablesNoel Grandin
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-02-26Remove visual noise from scriptingAlexander Wilms
2013-09-26typo fixes in commentsAndras Timar
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin
2012-10-26fdo#49517: Revert "fdo#46102: Load Java scripts with class loaders [...]"Stephan Bergmann
2012-09-26fdo#51304: Remove the author of some java source filesMarcos Paulo de Souza
2012-08-28Java cleanup - remove unused importsNoel Grandin
2012-08-20Java5 updates - convert to genericsNoel Grandin
2012-08-20Java update - fix various javadoc issuesNoel Grandin
2012-06-29Java5 updates - update code to use genericsNoel Grandin
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-03-23fdo#46102: Load Java scripts with class loaders that actually find themStephan Bergmann
2012-03-23scripting: don't need x bits for theseMichael Stahl