summaryrefslogtreecommitdiffstats
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* 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
* scripting: avoid a possible NullPointerExceptionrbuj2014-09-111-26/+23
* scripting: Pass a proper array equal to collection size.rbuj2014-09-112-3/+3
* scripting: fix array copy and, use System.arraycopyrbuj2014-09-101-4/+1
* scripting: if...else if...else Statementrbuj2014-09-081-7/+7
* scripting: the assigned value is never usedrbuj2014-09-083-42/+42
* scripting: there isn't any benefit by reducing the scope here.rbuj2014-09-071-9/+6
* scripting: fix javadoc error: reference not foundrbuj2014-09-062-6/+0
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-061-1/+1
* scripting: remove import from the same packagerbuj2014-09-053-9/+1
* scripting: use contains to check if a string contains a substringrbuj2014-09-042-13/+13
* scripting: the if statement is redundantrbuj2014-09-047-66/+17
* scripting: the assigned value is never usedrbuj2014-09-0414-68/+32
* coverity#707084 Uncaught exceptionCaolán McNamara2014-09-022-2/+5
* createNonDocMSPs->ensureNonDocMSPsCaolán McNamara2014-09-022-22/+26
* scripting: fix javadoc error: unknown tag: nullrbuj2014-09-021-2/+2
* scripting: fix javadoc error: unknown tag: returnsrbuj2014-09-025-15/+9
* Fix some *_component_getFactory function typesStephan Bergmann2014-08-282-4/+4
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-08-261-6/+3
* convert SBX flag bits to type-safe enumNoel Grandin2014-08-261-1/+1
* Fix *_component_getFactory function typeStephan Bergmann2014-08-211-2/+2
* Fix *_component_getFactory function typeStephan Bergmann2014-08-211-2/+2
* remove do-nothing codeNoel Grandin2014-08-201-4/+0
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-205-22/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-2013-35/+35
* java: remove unnecessary return statementsNoel Grandin2014-08-201-2/+0
* java: avoid if..else when returning boolean valuesNoel Grandin2014-08-2010-54/+12
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-2033-75/+74
* double-checked locking is not thread-safe in JavaNoel Grandin2014-08-207-51/+20
* java: no need to instantiate String objects directlyNoel Grandin2014-08-194-7/+7
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-191-9/+9
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-1912-50/+50
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-196-17/+17