summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)Author
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
2014-09-04scripting: the assigned value is never usedrbuj
2014-09-02coverity#707084 Uncaught exceptionCaolán McNamara
2014-09-02createNonDocMSPs->ensureNonDocMSPsCaolán McNamara
2014-09-02scripting: fix javadoc error: unknown tag: nullrbuj
2014-09-02scripting: fix javadoc error: unknown tag: returnsrbuj
2014-08-28Fix some *_component_getFactory function typesStephan Bergmann
2014-08-26Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin
2014-08-21Fix *_component_getFactory function typeStephan Bergmann
2014-08-21Fix *_component_getFactory function typeStephan Bergmann
2014-08-20remove do-nothing codeNoel Grandin
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: remove modifiers implied by the contextNoel Grandin
2014-08-20java: remove unnecessary return statementsNoel Grandin
2014-08-20java: avoid if..else when returning boolean valuesNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-19java: remove unused methodsNoel Grandin
2014-08-19fix java1.5 build compatibilityNoel Grandin
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-08-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin