summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod
AgeCommit message (Expand)AuthorFilesLines
2013-10-08Unused variable (AccessibilityTools is all static members)Stephan Bergmann1-2/+0
2013-10-07Also cope with intermittend DisposedExceptionsStephan Bergmann1-10/+19
2013-09-30junit: add 'r' to creating, and better exception descriptions.Michael Meeks5-15/+15
2013-09-26typo fixes in commentsAndras Timar295-311/+311
2013-08-28Try make this more robust in slow environmentsStephan Bergmann1-14/+20
2013-08-22What's it with all those *static* XSpreadsheetDocument instances?Stephan Bergmann106-112/+112
2013-08-21No (apparent?) need for xSheetDoc to be staticStephan Bergmann1-1/+1
2013-08-05More little fixes for JunitTest_forms_unoapiStephan Bergmann1-1/+1
2013-05-21Revert "Java cleanup, AccessibilityTools.."Stephan Bergmann2-4/+4
2013-05-20Java cleanup, AccessibilityTools..Noel Grandin2-4/+4
2013-05-06fix typos (wich instead of which)Philipp Riemer1-1/+1
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin105-361/+361
2013-04-26Java cleanup, remove unused importsNoel Grandin8-8/+0
2013-04-23Java cleanup - reduce use of global fieldsNoel Grandin19-62/+23
2013-04-22Java cleanup - static fields that should not be staticNoel Grandin1-30/+27
2013-04-19Java cleanup, remove the rest of the unnecessary castsNoel Grandin12-121/+72
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-2/+2
2013-04-15fdo#60724 correct spellingThomas Arnhold9-9/+9
2013-03-12qadevOOo: fix typoMichael Stahl1-2/+2
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-22s/childrens/children/Tor Lillqvist1-1/+1
2012-12-10Revert "Use XNotifyingDispatch to avoid races"Stephan Bergmann1-38/+9
2012-12-07Use XNotifyingDispatch to avoid racesStephan Bergmann1-9/+38
2012-12-07Revert "Use XSynchronousDispatch to avoid races"Stephan Bergmann1-6/+9
2012-12-07Use XSynchronousDispatch to avoid racesStephan Bergmann1-9/+6
2012-12-04i#25473: this was fixed by previous commit, so enable...Michael Stahl4-4/+4
2012-11-30API CHANGE: remove com.sun.star.text.XTextEmbeddedObjectMichael Stahl1-1/+0
2012-11-29API CHANGE: remove com.sun.star.system.XProxySettingsMichael Stahl2-271/+0
2012-11-26API CHANGE: remove com.sun.star.document.XDocumentInfoMichael Stahl2-243/+0
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl7-9/+5
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl10-105/+87
2012-11-15improve junit test failure messages around CLSID.Michael Meeks1-4/+4
2012-11-12add native XTextSearch / cppunit test framework.Michael Meeks1-72/+0
2012-09-27fdo#51304: Remove @author and more commented codeMarcos Paulo de Souza2-11/+0
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann4-4/+4
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin1-1/+0
2012-09-05Make it easier to use IDE with JavaNoel Grandin45-13/+5
2012-08-28Javadoc warnings - fix some tags and referencesNoel Grandin48-73/+73
2012-08-28Java cleanup - remove unused importsNoel Grandin61-72/+0
2012-08-28Java cleanup - remove unnecessary semi-colonsNoel Grandin100-116/+87
2012-08-20Java update - clean up some more @see and @link tagsNoel Grandin13-30/+29
2012-08-20Java update - cleanup javadoc @see tagsNoel Grandin33-69/+65
2012-08-20Java update - fix a bunch of javadoc warnings in @param tagsNoel Grandin57-180/+129
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet3-5/+5
2012-07-18re-base on ALv2 code. Includes:Michael Meeks45-0/+765
2012-06-29fix various (javac 1.7.0) warning: unreachable catch clauseMichael Stahl1-5/+0
2012-06-29Java5 updates - update code to use genericsNoel Grandin5-10/+10
2012-06-29Java cleanup - remove unused local variablesNoel Grandin57-208/+66
2012-06-29Java - remove dead equals() methodsNoel Grandin6-23/+5
2012-06-29Java5 update - convert more code to use generics:wqNoel Grandin296-771/+584