summaryrefslogtreecommitdiff
path: root/sw/qa/complex
AgeCommit message (Expand)AuthorFilesLines
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
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 Grandin9-279/+190
2012-06-29re-base on ALv2 code.Michael Meeks3-72/+45
2012-06-21re-base on ALv2 code.Michael Meeks8-164/+119
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
2012-03-05fdo#39694: add test documentJuergen Steinhilber1-0/+0
2012-02-13sw: make LoadSaveTest runnable againMichael Stahl1-40/+47
2011-11-14fdo#40819, i#116193: disable WW8 roundtrip as it breaks on big bookmark countsBjoern Michaelsen1-5/+4
2011-11-10fdo#40819 lp#868229: reenable CheckBookmarks subsequenttestBjoern Michaelsen1-3/+5
2011-09-13fdo#33960#, fdo#35690#: Disabled failing checkCrossReferences tests for now.Stephan Bergmann1-17/+27