summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)AuthorFilesLines
2014-09-29fix more Java1.5 incompatibilityNoel Grandin1-2/+6
2014-09-26scripting: modify astyle.optionsRobert Antoni Buj i Gelonch1-2/+2
2014-09-25scripting: astyle-java.conf -> astyle.optionsRobert Antoni Buj i Gelonch3-1/+6
2014-09-25scripting: Format java code by using astyle toolrbuj2-0/+21
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin8-79/+35
2014-09-24fdo#47302: Added insert->fields->page title buttonJennifer Liebel1-0/+1
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler1-20/+2
2014-09-17Improve loggingStephan Bergmann1-1/+3
2014-09-17BRAND_BIN_SUBDIR -> BRAND_INI_DIR, to cater for new Mac OS X layoutStephan Bergmann3-6/+6
2014-09-16ScriptProvider implementations need to be accessibleStephan Bergmann3-3/+3
2014-09-16scripting: decode(String) in URLDecoder has been deprecatedrbuj1-5/+14
2014-09-14scripting: Uncaught Exceptionrbuj1-1/+9
2014-09-14scripting: replace StringBuffer with StringBuilder methodrbuj8-12/+9
2014-09-13scripting: encode(String) in URLEncoder has been deprecatedrbuj1-1/+1
2014-09-13scripting: [deprecation] show() in Window has been deprecatedrbuj1-1/+1
2014-09-13scripting: use String.length()==0 instead of String.equals(empty string)rbuj6-7/+7
2014-09-13scripting: use a character literalrbuj7-11/+11
2014-09-13scripting: Enhanced For-Loopsrbuj7-61/+38
2014-09-11scripting: avoid a possible NullPointerExceptionrbuj1-26/+23
2014-09-11scripting: Pass a proper array equal to collection size.rbuj2-3/+3
2014-09-10scripting: fix array copy and, use System.arraycopyrbuj1-4/+1
2014-09-08scripting: if...else if...else Statementrbuj1-7/+7
2014-09-08scripting: the assigned value is never usedrbuj3-42/+42
2014-09-07scripting: there isn't any benefit by reducing the scope here.rbuj1-9/+6
2014-09-06scripting: fix javadoc error: reference not foundrbuj2-6/+0
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-1/+1
2014-09-05scripting: remove import from the same packagerbuj3-9/+1
2014-09-04scripting: use contains to check if a string contains a substringrbuj2-13/+13
2014-09-04scripting: the if statement is redundantrbuj7-66/+17
2014-09-04scripting: the assigned value is never usedrbuj14-68/+32
2014-09-02coverity#707084 Uncaught exceptionCaolán McNamara2-2/+5
2014-09-02createNonDocMSPs->ensureNonDocMSPsCaolán McNamara2-22/+26
2014-09-02scripting: fix javadoc error: unknown tag: nullrbuj1-2/+2
2014-09-02scripting: fix javadoc error: unknown tag: returnsrbuj5-15/+9
2014-08-28Fix some *_component_getFactory function typesStephan Bergmann2-4/+4
2014-08-26Avoid possible memory leaks in case of exceptionsTakeshi Abe1-6/+3
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin1-1/+1
2014-08-21Fix *_component_getFactory function typeStephan Bergmann1-2/+2
2014-08-21Fix *_component_getFactory function typeStephan Bergmann1-2/+2
2014-08-20remove do-nothing codeNoel Grandin1-4/+0
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin5-22/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin13-35/+35
2014-08-20java: remove unnecessary return statementsNoel Grandin1-2/+0
2014-08-20java: avoid if..else when returning boolean valuesNoel Grandin10-54/+12
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin33-75/+74
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin7-51/+20
2014-08-19java: no need to instantiate String objects directlyNoel Grandin4-7/+7
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-9/+9
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin12-50/+50
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin6-17/+17