summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)Author
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-14fix import location of XScriptContextNoel Grandin
2014-10-14scripting: replace '.size() == 0' with '.isEmpty()' (collections)Robert Antoni Buj i Gelonch
2014-10-14scripting: use new exception constructorsRobert Antoni Buj i Gelonch
2014-10-13scripting: Null pointer dereferenceRobert Antoni Buj i Gelonch
2014-10-10Scripting: Remove org packageDavid Ostrovsky
2014-10-09typo: Lable -> LabelAndras Timar
2014-10-08scripting: as of release 5, 'enum' is a keywordRobert Antoni Buj i Gelonch
2014-10-07LocalOffice should be an abstract classNoel Grandin
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin
2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin
2014-10-07java: simplify conditions involving logical negationNoel Grandin
2014-10-07java: optimise calls to toArrayNoel Grandin
2014-10-07java: remove useless overriding methodsNoel Grandin
2014-10-06scripting: line break (code formatting)Robert Antoni Buj i Gelonch
2014-10-05coverity#1209004 Unchecked return valueNorbert Thiebaud
2014-10-03scripting: organize importsRobert Antoni Buj i Gelonch
2014-10-02scripting: The if statement is redundantRobert Antoni Buj i Gelonch
2014-10-02scripting: Format_java_code.sh initial runRobert Antoni Buj i Gelonch
2014-10-01scripting: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-30scripting: another missing SolarMutex guardMichael Stahl
2014-09-29fix more Java1.5 incompatibilityNoel Grandin
2014-09-26scripting: modify astyle.optionsRobert Antoni Buj i Gelonch
2014-09-25scripting: astyle-java.conf -> astyle.optionsRobert Antoni Buj i Gelonch
2014-09-25scripting: Format java code by using astyle toolrbuj
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-09-24fdo#47302: Added insert->fields->page title buttonJennifer Liebel
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler
2014-09-17Improve loggingStephan Bergmann
2014-09-17BRAND_BIN_SUBDIR -> BRAND_INI_DIR, to cater for new Mac OS X layoutStephan Bergmann
2014-09-16ScriptProvider implementations need to be accessibleStephan Bergmann
2014-09-16scripting: decode(String) in URLDecoder has been deprecatedrbuj
2014-09-14scripting: Uncaught Exceptionrbuj
2014-09-14scripting: replace StringBuffer with StringBuilder methodrbuj
2014-09-13scripting: encode(String) in URLEncoder has been deprecatedrbuj
2014-09-13scripting: [deprecation] show() in Window has been deprecatedrbuj
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-11scripting: avoid a possible NullPointerExceptionrbuj
2014-09-11scripting: Pass a proper array equal to collection size.rbuj
2014-09-10scripting: fix array copy and, use System.arraycopyrbuj
2014-09-08scripting: if...else if...else Statementrbuj
2014-09-08scripting: the assigned value is never usedrbuj
2014-09-07scripting: there isn't any benefit by reducing the scope here.rbuj
2014-09-06scripting: fix javadoc error: reference not foundrbuj
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
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