summaryrefslogtreecommitdiffstats
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-195-5/+4
* java: remove unused methodsNoel Grandin2014-08-194-564/+0
* fix java1.5 build compatibilityNoel Grandin2014-08-191-1/+0
* ErrorBox->MessageDialogCaolán McNamara2014-08-181-2/+2
* java: remove unused importsNoel Grandin2014-08-142-3/+0
* java: remove commented out codeNoel Grandin2014-08-1413-124/+1
* remove usage of DOCPTH and CNCSTRNoel Grandin2014-08-142-4/+4
* java: remove dead methodsNoel Grandin2014-08-1319-437/+24
* java: remove unused fieldsNoel Grandin2014-08-1310-47/+16
* java: reduce scope, make some methods privateNoel Grandin2014-08-138-16/+16
* java: reduce scope, make member classes privateNoel Grandin2014-08-135-6/+6
* java: reduce scope, make fields privateNoel Grandin2014-08-1316-32/+32
* java: reduce scope, make constructors privateNoel Grandin2014-08-137-9/+9
* java: reduce scope, make constants privateNoel Grandin2014-08-124-6/+6
* java: return value of trim() ignoredNoel Grandin2014-08-122-9/+0