summaryrefslogtreecommitdiff
path: root/sw/qa/complex
AgeCommit message (Expand)Author
2015-03-25Maybe this helps TB56?Stephan Bergmann
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin
2014-12-15java: remove some unused fields and variablesNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-10java: improve use of WrappedTargetException to set cause properlyNoel Grandin
2014-12-05java: remove some unused local variablesNoel Grandin
2014-11-25java: final fields that can be staticNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-10-31sw: fix insertion of hyperlink inside hyperlink...Michael Stahl
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin
2014-10-16java: confusing literalNoel Grandin
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel 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 redundant null checksNoel Grandin
2014-08-08java: remove dead methodsNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-04java: remove some unused variablesNoel Grandin
2014-03-31sw: still use SvxBrushItem for page style backgroundMiklos Vajna
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-05Adapt JunitTest_sw_complex to 2bb87dd6596f8e961f5618d8e7686fa12c64e2cfStephan Bergmann
2014-01-29sw: CheckBookmarks: can't store OOo XML any moreMichael Stahl
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar
2013-10-15Remove Java unit tests migrated to PythonDavid Ostrovsky
2013-08-26fdo#33960: sw: fix cross reference fields some moreTroy Rollo
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin
2013-04-26Java cleanup, remove unused importsNoel Grandin
2013-04-23Java cleanup - reduce use of global fieldsNoel Grandin
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-19Java cleanup, remove the rest of the unnecessary castsNoel Grandin
2013-03-21sw: VarFields test: fix "\" in URL (test fails on windows)Michael Stahl
2013-03-21fdo#55814 improve unit testDavid Ostrovsky
2013-03-20fdo#55814 create unit test for it firstDavid Ostrovsky
2013-01-09fdo#58242: sw: fix more crashes when not on SwTxtNodeMichael Stahl
2012-12-03SwXDocumentIndex: implement css.util.XRefreshableMichael Stahl
2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin
2012-08-20Remove dead java code, fields and local variablesNoel Grandin
2012-08-20SwXTextTable: add "TableBorder2" propertyMichael Stahl
2012-07-17Resolves: fdo49629 GotoEndOfWord fails with footnote at word endCaolán McNamara