summaryrefslogtreecommitdiffstats
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* java: convert fields to local variables where possibleNoel Grandin2014-11-121-3/+0
* java: reduce excessive code indentation levelsNoel Grandin2014-11-121-14/+15
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-054-58/+19
* coverity#1237350 use our double-locking templates for thisCaolán McNamara2014-10-242-23/+25
* Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist2014-10-221-1/+1
* scripting: redundant cast to StringRobert Antoni Buj i Gelonch2014-10-192-5/+5
* java: when rethrowing exceptions, store the originalNoel Grandin2014-10-171-14/+20
* java: final fields that can be staticNoel Grandin2014-10-171-1/+1
* java: no need to call String.valueOf to append to a StringNoel Grandin2014-10-171-4/+2
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-1610-74/+88
* java: always use braces for while loopsNoel Grandin2014-10-161-1/+2
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-1/+0
* fix import location of XScriptContextNoel Grandin2014-10-144-4/+4
* scripting: replace '.size() == 0' with '.isEmpty()' (collections)Robert Antoni Buj i Gelonch2014-10-142-2/+2
* scripting: use new exception constructorsRobert Antoni Buj i Gelonch2014-10-145-15/+9
* scripting: Null pointer dereferenceRobert Antoni Buj i Gelonch2014-10-131-1/+1
* Scripting: Remove org packageDavid Ostrovsky2014-10-10201-21407/+0
* typo: Lable -> LabelAndras Timar2014-10-091-162/+162
* 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-073-6/+5
* java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin2014-10-073-4/+5
* java: simplify conditions involving logical negationNoel Grandin2014-10-071-2/+1
* java: optimise calls to toArrayNoel Grandin2014-10-071-4/+2
* java: remove useless overriding methodsNoel Grandin2014-10-073-13/+0
* scripting: line break (code formatting)Robert Antoni Buj i Gelonch2014-10-0643-883/+1136
* coverity#1209004 Unchecked return valueNorbert Thiebaud2014-10-051-1/+1
* scripting: organize importsRobert Antoni Buj i Gelonch2014-10-0336-282/+370
* scripting: The if statement is redundantRobert Antoni Buj i Gelonch2014-10-024-18/+6
* scripting: Format_java_code.sh initial runRobert Antoni Buj i Gelonch2014-10-02156-6950/+6399
* scripting: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-10-011-1/+1
* scripting: another missing SolarMutex guardMichael Stahl2014-09-301-0/+2
* fix more Java1.5 incompatibilityNoel Grandin2014-09-291-2/+6
* scripting: modify astyle.optionsRobert Antoni Buj i Gelonch2014-09-261-2/+2
* scripting: astyle-java.conf -> astyle.optionsRobert Antoni Buj i Gelonch2014-09-253-1/+6
* scripting: Format java code by using astyle toolrbuj2014-09-252-0/+21
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-258-79/+35
* fdo#47302: Added insert->fields->page title buttonJennifer Liebel2014-09-241-0/+1
* fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2014-09-181-20/+2
* Improve loggingStephan Bergmann2014-09-171-1/+3
* BRAND_BIN_SUBDIR -> BRAND_INI_DIR, to cater for new Mac OS X layoutStephan Bergmann2014-09-173-6/+6
* ScriptProvider implementations need to be accessibleStephan Bergmann2014-09-163-3/+3
* scripting: decode(String) in URLDecoder has been deprecatedrbuj2014-09-161-5/+14
* scripting: Uncaught Exceptionrbuj2014-09-141-1/+9
* scripting: replace StringBuffer with StringBuilder methodrbuj2014-09-148-12/+9
* scripting: encode(String) in URLEncoder has been deprecatedrbuj2014-09-131-1/+1
* scripting: [deprecation] show() in Window has been deprecatedrbuj2014-09-131-1/+1
* scripting: use String.length()==0 instead of String.equals(empty string)rbuj2014-09-136-7/+7
* scripting: use a character literalrbuj2014-09-137-11/+11
* scripting: Enhanced For-Loopsrbuj2014-09-137-61/+38