summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod
AgeCommit message (Collapse)Author
2012-08-28Java cleanup - remove unnecessary semi-colonsNoel Grandin
Change-Id: I20a79d3d8f71dc48fc2662563f9c890dd3d94aac
2012-08-20Java update - clean up some more @see and @link tagsNoel Grandin
Change-Id: Ib6f3af37906583af376687962b758d348431585f
2012-08-20Java update - cleanup javadoc @see tagsNoel Grandin
Change-Id: Ibe162afcf95682286e1a66a8029dd4b1d6ad7cfc
2012-08-20Java update - fix a bunch of javadoc warnings in @param tagsNoel Grandin
Change-Id: Ibaccfd0312ab6697d8c9887367ea664163767587
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet
Change-Id: I7d875dd74f8eff05f7a291100841779abbf5fd1c
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
reportbuilder, license file not needed. Patch contributed by Armin Le Grand http://svn.apache.org/viewvc?view=revision&revision=1305814 Adapting extras/ to our wordbook setup.
2012-06-29fix various (javac 1.7.0) warning: unreachable catch clauseMichael Stahl
Change-Id: I2b863b43db59e6904f97d9ad22fdb04013e8c76d
2012-06-29Java5 updates - update code to use genericsNoel Grandin
This is all of the code I missed in my first set of patches. Change-Id: I8c7c9e5ac28dc3c2f3ac062c806fbf0787c997bd
2012-06-29Java cleanup - remove unused local variablesNoel Grandin
Change-Id: Ied9c8635cde96d2d00d66a68cd8387799455c2ec
2012-06-29Java - remove dead equals() methodsNoel Grandin
Change-Id: Ib687f314272f6a8f0d6c609a1fd06e4061fd0f39
2012-06-29Java5 update - convert more code to use generics:wqNoel Grandin
Change-Id: I7ea32cad40a6657e4e5886d04af008cb6d67ac6e
2012-06-29Java5 update - usage generics where possibleNoel Grandin
Change-Id: I12f8c448961919e153047e28fee2a0acf3af1002
2012-06-29Java5 update - Convert Hashtable to HashMapNoel Grandin
Change-Id: Ibb568e841ff574d5232429ce0ba99e421ed7f05c
2012-06-29Java5 update - convert Vector to ArrayListNoel Grandin
Change-Id: I630b22da7fbfd2a1c821420d045146e5042c5c28
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-19typo: paramters, paramaters -> parametersAndras Timar
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
2012-05-31Fix one more test that implicitly assumes more than one Calc sheetStephan Bergmann
...in the vein of e43966b29cc36ce36245cfb2c63c3e24a0eb523f "Fix up unit tests that assumed two or more sheets per default" Change-Id: I450f561721edeaa6855499d20c2196ceb8d2f546
2012-05-31Fix up unit tests that assumed two or more sheets per defaultStefan Knorr (astron)
2012-05-25Removed writer_Text type; combined it with generic_Text.Kohei Yoshida
Change-Id: Id7d5744af4800ef5ac6bd70b97f79a76299a2e6b
2012-03-23.java files don't need executable bitsMichael Stahl
2012-02-13Fix typos in commentsElton Chung
2012-02-02prevent hanging junit testsStephan Bergmann
2012-02-02try to enable all sc subsequenttestsMarkus Mohrhard
2012-01-26switch subsequenttest testdocs from sdc to ods, fdo#43376Markus Mohrhard
2011-12-27fix ScDatabaseRangeObj test, fdo#43312Markus Mohrhard
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-05possible fix for fdo#43312Markus Mohrhard
did not test that yet, should be quite safe to avoid a null pointer exception but the selected area might need some change to allow tests to pass
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
2011-05-19fdo#37325: make toolkit.UnoScrollBarControl not fail headlessBjoern Michaelsen
2011-03-11Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks
Conflicts: smoketestoo_native/data/Global.xml smoketestoo_native/data/OptionsDlg.xml smoketestoo_native/data/Test_10er.xml smoketestoo_native/data/content.xml smoketestoo_native/smoketest.cxx test/source/cpp/getargument.cxx test/source/cpp/officeconnection.cxx testautomation/framework/optional/includes/basic_vba-compat_security_check.inc testautomation/framework/optional/includes/filedlg_cjk_folders.inc testautomation/global/sid/all.sid testautomation/global/sid/bars.sid testautomation/global/sid/e_all.sid testautomation/global/win/bars.win testautomation/graphics/optional/includes/impress/i_slideshow2.inc testautomation/graphics/optional/includes/impress/i_slideshow3.inc testtools/source/bridgetest/bridgetest.cxx testtools/source/bridgetest/constructors.cxx testtools/source/bridgetest/makefile.mk testtools/source/bridgetest/testComponent.component
2010-12-05Replace all occured, occurance etc.Takeshi Abe
2010-09-14dba34a: properly close the connection, and survive (without error log) if ↵Frank Schoenheit [fs]
there actually isn't a connection
2010-06-01chart47: merge with DEV300_m80Ingrid Halama
2010-05-20chart47: #i111102# close chart documents after testingIngrid Halama
2010-05-17chart47: #i109770# #i110253# reduce assertions 'already disposed or closed' ↵Ingrid Halama
- don't close the document twice
2010-04-28sb120: do not swallow exceptionssb
2010-03-04merged in re/DEV300_next towards DEV300_m74sb
2010-03-03sb118: further qadevOOo fixessb
2010-03-03CWS-TOOLING: integrate CWS qadev40Ivo Hinkelmann
2010-02-26sb118: improved tests (no getActiveTopWindow etc.)sb
2010-02-25sb118: #i109125# change source file copyright notice from Sun Microsystems ↵sb
to Oracle
2010-02-25sb111: merged in DEV300_m72sb
2010-02-25sb118: merged in DEV300_m72sb
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-12sb118: minor code cleanupsb
2010-02-09qadev40: #i106419# patch integratedLars Langhans
2010-02-05sb111: merged in DEV300_m71sb
2010-01-08swunolocking1: #i107777#: qadevOOo: fix SwXDocumentIndex{,Mark}.javaMichael Stahl