summaryrefslogtreecommitdiff
path: root/scripting/java/com/sun/star/script/framework/browse/ParcelBrowseNode.java
AgeCommit message (Expand)Author
2016-03-14remove some unused Java codeNoel Grandin
2016-03-04This ScriptEntry ctor is always called with empty languagedeppropsStephan Bergmann
2016-03-04Scripting.location is unusedStephan Bergmann
2015-10-20coverity#1326552 Dereference before null checkCaolán McNamara
2015-10-15coverity#1326238 Explicit null dereferencedCaolán McNamara
2015-01-13fdo#88256 fix crash when running javascript macroNoel Grandin
2014-12-05java: remove some unused local variablesNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-10-06scripting: line break (code formatting)Robert Antoni Buj i Gelonch
2014-10-03scripting: organize importsRobert Antoni Buj i Gelonch
2014-10-02scripting: Format_java_code.sh initial runRobert Antoni Buj i Gelonch
2014-09-13scripting: use String.length()==0 instead of String.equals(empty string)rbuj
2014-09-13scripting: Enhanced For-Loopsrbuj
2014-09-05scripting: remove import from the same packagerbuj
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel 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-05java: remove unused fieldsNoel Grandin
2012-08-20Java5 updates - convert to genericsNoel Grandin
2012-06-29Java5 updates - update code to use genericsNoel Grandin
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-19typo: paramters, paramaters -> parametersAndras Timar
2012-03-23scripting: don't need x bits for theseMichael Stahl
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-05-07CWS-TOOLING: integrate CWS cmcfixes58Release Engineers
2008-04-11INTEGRATION: CWS changefileheader (1.10.108); FILE MERGEDRüdiger Timm
2005-09-09INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGEDRüdiger Timm
2004-10-22INTEGRATION: CWS scriptingf6 (1.8.2); FILE MERGEDRüdiger Timm
2004-07-23INTEGRATION: CWS scriptingf7 (1.7.4); FILE MERGEDJens-Heiner Rechtien
2004-05-19INTEGRATION: CWS scriptingf4 (1.6.4); FILE MERGEDRüdiger Timm
2004-04-19INTEGRATION: CWS scriptingf5 (1.5.8); FILE MERGEDSander Vesik
2004-01-05INTEGRATION: CWS scriptingf2 (1.4.2); FILE MERGEDRüdiger Timm
2003-10-29#i21858# - removal of framework namespace from namespace ofTomas O'Connor
2003-10-15#i19258# - add java script selector prototype, add edit functionalityTomas O'Connor
2003-10-09#i12906# - pass XComponentContext to BrowseNode hierarchy to allow properDuncan Foster
2003-09-10#i19331#Tomas O'Connor