summaryrefslogtreecommitdiff
path: root/sw/qa/complex
AgeCommit message (Expand)AuthorFilesLines
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin3-15/+11
2015-06-15java: 'final static' to 'static final'Noel Grandin1-1/+1
2015-06-14Fix insertion and deletion in IndexedPropertyValuesContainerMatthew J. Francis1-1/+17
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 Lohmaier3-63/+63
2015-03-25Maybe this helps TB56?Stephan Bergmann1-4/+19
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin2-3/+0
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-11java: remove unused parametersNoel Grandin2-2/+2
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-08-04java: remove some unused variablesNoel Grandin2-2/+2
2014-03-31sw: still use SvxBrushItem for page style backgroundMiklos Vajna1-2/+1
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand1-1/+2
2014-02-27Remove visual noise from swAlexander Wilms2-15/+0
2014-02-05Adapt JunitTest_sw_complex to 2bb87dd6596f8e961f5618d8e7686fa12c64e2cfStephan Bergmann1-1/+1
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, access static methods using correct syntaxNoel Grandin2-6/+6
2013-04-26Java cleanup, remove unused importsNoel Grandin2-14/+0
2013-04-23Java cleanup - reduce use of global fieldsNoel Grandin1-4/+4
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