summaryrefslogtreecommitdiff
path: root/swext/mediawiki/src/com/sun/star
AgeCommit message (Expand)Author
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12java: reduce excessive code indentation levelsNoel Grandin
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin
2014-09-11mediawiki: use String.length()==0 instead of String.equals(empty string)rbuj
2014-09-10mediawiki: use a character literalrbuj
2014-09-08swext: use proper syntax for accessing outer class thisMichael Stahl
2014-09-08missing importsCaolán McNamara
2014-09-08mediawiki options went missingCaolán McNamara
2014-09-08mediawiki: improve storeConfiguration & loadConfiguration methodsrbuj
2014-09-06mediawiki: if...else if...else Statementrbuj
2014-09-06mediawiki: use contains to check if a string contains a substringrbuj
2014-09-06mediawiki: the assigned value is never usedrbuj
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: don't catch and then just rethrow an exceptionNoel 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: remove unused methodsNoel Grandin
2014-08-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-12java: reduce scope, make constants privateNoel Grandin
2014-08-12java: remove unused parametersNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove unnecessary semi-colonsNoel Grandin
2014-08-08java: use the non-deprecated constructor of URINoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-02-19Resolves: fdo#69925 Wiki Publisher Extension is not workingJulien Nabet
2014-02-06typo fixes in commentsAndras Timar
2013-07-11Resolves: #i121544# - Clean-up MessageBox APIAriel Constenla-Haile
2013-07-05Related: #i121513# Remove deprecated UnoControlThrobberModelAriel Constenla-Haile
2013-04-19Java cleanup in mediawiki extensionNoel Grandin
2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl
2012-09-10Java cleanup, convert ArrayList and Vector to use genericsNoel Grandin
2012-09-10Java cleanup, remove unnecessary importsNoel Grandin
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann
2011-11-24remove legacy mediawiki active registration hookMichael Meeks
2011-10-07convert swext to gbuild and add to tail_buildPeter Foley
2010-09-22fwk159: #i114231# use login token if there is anyMikhail Voytenko