summaryrefslogtreecommitdiff
path: root/sw/qa/complex/writer
AgeCommit message (Expand)AuthorFilesLines
2017-12-11tdf#97362: convert sw java complex tests to Python (#final)jmzambon6-31/+0
2017-09-05tdf#97362: TextPortionEnumerationTest partially migrated to python (last part)jmzambon1-2058/+0
2017-08-29tdf#97362: TextPortionEnumerationTest partially migrated to python (part 7)jmzambon1-788/+0
2017-08-22tdf#97362: TextPortionEnumerationTest partially migrated to python (part 6)jmzambon1-331/+0
2017-08-09tdf#97362: TextPortionEnumerationTest partially migrated to python (part 5)jmzambon1-271/+0
2017-08-01tdf#97362: TextPortionEnumerationTest partially migrated to python (part 4)jmzambon1-156/+0
2017-07-14tdf#97362: TextPortionEnumerationTest partially migrated to python (part 3)jmzambon1-199/+0
2017-06-19tdf#97362: TextPortionEnumerationTest partially migrated to python (part 2)jmzambon1-157/+0
2017-06-14tdf#97362: TextPortionEnumerationTest partially migrated to python (test_port...jmzambon1-205/+0
2017-05-27tdf#97362: CheckBookmarks unittest migrated to python (check_bookmarks.py)jmzambon1-243/+0
2016-05-27improve exception throwing in java class util.utilsNoel Grandin1-1/+1
2016-03-18tdf#97362: Convert Java unit test to Python(load_save_test.py)kadertarlan1-215/+0
2016-01-31tdf#97362: Deleted CheckTable.java(this test translated to Python already.)kadertarlan1-291/+0
2016-01-28tdf#97362: Convert Java unit test to Python (check_indexed_property_values.py)kadertarlan1-122/+0
2016-01-27Convert Java unit test to Python (check_named_property_values.py)kadertarlan1-110/+0
2015-12-18Java unittest(CheckCrossReferences.java) converted to Python unittestkadertarlan1-312/+0
2015-12-15Java unit tests were converted to Python unit testskadertarlan1-207/+0
2015-11-25sw: un-break JunitTest_sw_complexMichael Stahl1-0/+0
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon2-18/+18
2015-11-13sw: solve the CheckBookmarks fails on WNT mysteryMichael Stahl1-1/+1
2015-11-09java: add some @Override annotationsNoel Grandin1-0/+1
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin3-15/+11
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 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