summaryrefslogtreecommitdiff
path: root/sw/qa/complex/writer
AgeCommit message (Expand)AuthorFilesLines
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2-57/+57
2014-12-15java: remove some unused fields and variablesNoel Grandin1-1/+1
2014-12-11java: reduce visibility of fields and methodsNoel Grandin2-4/+4
2014-12-10java: improve use of WrappedTargetException to set cause properlyNoel Grandin1-21/+0
2014-12-05java: remove some unused local variablesNoel Grandin2-4/+2
2014-11-25java: final fields that can be staticNoel Grandin1-3/+3
2014-11-18java: make fields final where possibleNoel Grandin2-27/+27
2014-11-12java: convert fields to local variables where possibleNoel Grandin2-14/+10
2014-10-31sw: fix insertion of hyperlink inside hyperlink...Michael Stahl1-0/+23
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin1-1/+1
2014-10-16java: confusing literalNoel Grandin1-1/+1
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin1-2/+2
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-3/+3
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2-2/+2
2014-08-14java: remove commented out codeNoel Grandin1-12/+0
2014-08-13java: remove dead methodsNoel Grandin1-1/+0
2014-08-13java: reduce scope, make some methods privateNoel Grandin1-11/+11
2014-08-13java: reduce scope, make fields privateNoel Grandin2-2/+2
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+74
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin3-8/+2
2014-08-08java: remove redundant null checksNoel Grandin1-3/+1
2014-08-08java: remove dead methodsNoel Grandin1-2/+0
2014-08-05java: remove commented out codeNoel Grandin2-4/+0
2014-02-27Remove visual noise from swAlexander Wilms2-15/+0
2014-01-29sw: CheckBookmarks: can't store OOo XML any moreMichael Stahl1-1/+1
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann1-6/+4
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar1-1/+1
2013-10-15Remove Java unit tests migrated to PythonDavid Ostrovsky3-526/+0
2013-08-26fdo#33960: sw: fix cross reference fields some moreTroy Rollo2-20/+54
2013-04-26Java cleanup, remove unused importsNoel Grandin2-14/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-19Java cleanup, remove the rest of the unnecessary castsNoel Grandin1-2/+1
2013-03-21sw: VarFields test: fix "\" in URL (test fails on windows)Michael Stahl1-1/+1
2013-03-21fdo#55814 improve unit testDavid Ostrovsky1-30/+67
2013-03-20fdo#55814 create unit test for it firstDavid Ostrovsky1-0/+183
2013-01-09fdo#58242: sw: fix more crashes when not on SwTxtNodeMichael Stahl1-0/+32
2012-12-03SwXDocumentIndex: implement css.util.XRefreshableMichael Stahl1-0/+167
2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz1-4/+0
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin5-27/+0
2012-08-20Remove dead java code, fields and local variablesNoel Grandin1-1/+0
2012-08-20SwXTextTable: add "TableBorder2" propertyMichael Stahl1-0/+273
2012-07-17Resolves: fdo49629 GotoEndOfWord fails with footnote at word endCaolán McNamara1-5/+27
2012-07-13java: printStackTrace always to stderrThomas Arnhold1-1/+1
2012-07-06fdo#33960: fix cross reference number test failureMichael Stahl1-30/+20
2012-06-29Java5 update - convert to use genericsNoel Grandin6-260/+175
2012-06-29re-base on ALv2 code.Michael Meeks3-72/+45
2012-06-21re-base on ALv2 code.Michael Meeks5-118/+73
2012-03-05sw: CheckFields: oops, forgot to close the documentMichael Stahl1-0/+6
2012-03-05fdo#39694, fdo#42073: add junit test for theseMichael Stahl1-0/+173