The Java tests rely on the "undocumented" behavior that, when loading an empty
chart document, the chart automaticallly created a "default chart" which is a
column chart with many of its properties filled. Unfortunately this behavior
caused ugly side effects when loading documents with charts via flat ODF
filter.
I believe fixing the test this way is the right fix.
Change-Id: If3e6c8979da9d0731346ebeedc23c0d3363e83fd
Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.
(cherry picked from commit c3f20ae9a447f50517fe545a53de91d412c3337c)
Conflicts:
qadevOOo/runner/base/java_complex.java
qadevOOo/runner/basicrunner/BasicHandler.java
qadevOOo/runner/basicrunner/basichelper/Connector.java
qadevOOo/runner/helper/LoggingThread.java
qadevOOo/runner/helper/StreamSimulator.java
qadevOOo/runner/helper/URLHelper.java
qadevOOo/runner/stats/SQLExecution.java
qadevOOo/runner/util/SOfficeFactory.java
qadevOOo/runner/util/utils.java
qadevOOo/tests/basic/ifc/awt/XWindow/awt_XWindow.xba
qadevOOo/tests/basic/ifc/beans/XPropertyState/beans_XPropertyState.xba
qadevOOo/tests/basic/ifc/container/XIndexReplace/container_XIndexReplace.xba
qadevOOo/tests/basic/ifc/io/XMarkableStream/io_XMarkableStream.xba
qadevOOo/tests/basic/ifc/lang/XInitialization/lang_XInitialization.xba
qadevOOo/tests/basic/ifc/sdbc/XCloseable/sdbc_XCloseable.xba
qadevOOo/tests/basic/ifc/sdbcx/XRowLocate/sdbcx_XRowLocate.xba
qadevOOo/tests/basic/ifc/text/XRelativeTextContentInsert/text_XRelativeTextContentInsert.xba
qadevOOo/tests/basic/ifc/text/XTextColumns/text_XTextColumns.xba
qadevOOo/tests/basic/mod/dynamicloader.uno/Dynamic/dynamicloader_uno_Dynamic.xba
qadevOOo/tests/basic/mod/dynamicloader/Dynamic/dynamicloader_Dynamic.xba
qadevOOo/tests/basic/mod/sc/ScDDELinkObj/sc_ScDDELinkObj.xba
qadevOOo/tests/basic/mod/sc/ScDDELinksObj/sc_ScDDELinksObj.xba
qadevOOo/tests/basic/mod/sc/ScIndexEnumeration_DDELinksEnumeration/sc_ScIndexEnumeration_DDELinksEnumeration.xba
qadevOOo/tests/java/ifc/container/_XNameReplace.java
qadevOOo/tests/java/ifc/document/_XStandaloneDocumentInfo.java
qadevOOo/tests/java/ifc/frame/_XFrame.java
qadevOOo/tests/java/ifc/i18n/_XCalendar.java
qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
qadevOOo/tests/java/ifc/sdbc/_XRowSet.java
qadevOOo/tests/java/ifc/sheet/_XSheetCellCursor.java
qadevOOo/tests/java/ifc/util/_XTextSearch.java
qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java
qadevOOo/tests/java/mod/_bridgefac.uno/package.html
qadevOOo/tests/java/mod/_connector.uno/package.html
qadevOOo/tests/java/mod/_corereflection.uno/package.html
qadevOOo/tests/java/mod/_forms/GenericModelTest.java
qadevOOo/tests/java/mod/_implreg.uno/package.html
qadevOOo/tests/java/mod/_introspection.uno/package.html
qadevOOo/tests/java/mod/_invocadapt.uno/package.html
qadevOOo/tests/java/mod/_invocation.uno/package.html
qadevOOo/tests/java/mod/_nestedreg.uno/package.html
qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java
qadevOOo/tests/java/mod/_servicemgr.uno/package.html
qadevOOo/tests/java/mod/_shlibloader.uno/package.html
qadevOOo/tests/java/mod/_simplereg.uno/package.html
qadevOOo/tests/java/mod/_streams.uno/package.html
qadevOOo/tests/java/mod/_sw/SwXTextView.java
qadevOOo/tests/java/mod/_sw/XMLMetaImporter.java
qadevOOo/tests/java/mod/_typeconverter.uno/package.html
qadevOOo/tests/java/mod/_typemgr.uno/package.html
qadevOOo/tests/java/mod/_uuresolver.uno/package.html
qadevOOo/tests/java/mod/_xmloff/Draw/XMLMetaImporter.java
qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaImporter.java
Change-Id: I1ca48fdbb7aa71685b6145218d482dd9fa41be26
...as SfxAppDispatchProvider implements new-style service
css.frame.AppDispatchProvider that doesn't declare any non-default ctors (which
looks broken, though) and old-style service css.frame.DispatchProvicer.
(And fix the test code to pass in meaningful XInitialization arguments.)
Change-Id: Ifcc32d17f6b96ade2acc40ccdb60f7bad2d503a4
Seen this cause JunitTest_sc_unoapi once with a NullPointerException, though I
do not know whether ac can legitimately be null here.
Change-Id: I1ca40dfca2d1a597842fba011a813be8154d8dd8
...now that ModuleUIConfigurationManager no longer implements XInitialization
since 72b5343bd16deec540d8cd148cd7aebd74e92c16 "fwk: Use constructor feature for
ModuleUIConfigurationManager."
Change-Id: I479c6c93e9982d80318e53b794bac99e949a5e46
...where the previous .uno:PrintPreview request has not yet been processed, the
same way it had been made more robust for ScAccessiblePageHeader.java in
5b5c52a3a4d048bba8c18dfb06ffca25c670d099 "Try make this more robust in slow
environments" plus b5dd2b4218f966e177d880bcc29fa5fba3bfe1c1 "Also cope with
intermittend DisposedExceptions."
Change-Id: I5244e8f8af9560ae986ed3a836bdf9571574420f
...where the previous .uno:PrintPreview request has not yet been processed, the
same way it had been made more robust for ScAccessiblePageHeader.java in
5b5c52a3a4d048bba8c18dfb06ffca25c670d099 "Try make this more robust in slow
environments" plus b5dd2b4218f966e177d880bcc29fa5fba3bfe1c1 "Also cope with
intermittend DisposedExceptions."
Change-Id: I64389b817d91a2bed8dfe1b8d92bafec42eba21a
...where the previous .uno:PrintPreview request has not yet been processed, the
same way it had been made more robust for ScAccessiblePageHeader.java in
5b5c52a3a4d048bba8c18dfb06ffca25c670d099 "Try make this more robust in slow
environments" plus b5dd2b4218f966e177d880bcc29fa5fba3bfe1c1 "Also cope with
intermittend DisposedExceptions."
Change-Id: I4b0ca00c04c2b1c8ffbfe4aaf926305ee9b51f30
...where the previous .uno:PrintPreview request has not yet been processed, the
same way it had been made more robust for ScAccessiblePageHeader.java in
5b5c52a3a4d048bba8c18dfb06ffca25c670d099 "Try make this more robust in slow
environments" plus b5dd2b4218f966e177d880bcc29fa5fba3bfe1c1 "Also cope with
intermittend DisposedExceptions."
Change-Id: I4d429a96b7b595776aaf3fa20e3e03b00ca886bc
...while waiting for the .uno:PrintPreview request to be processed, see
5b5c52a3a4d048bba8c18dfb06ffca25c670d099 "Try make this more robust in slow
environments." (However, to avoid an endless loop in case DisposedExceptions
are caused by a crash of soffice.bin, cap the loop at 10 sec.)
Change-Id: I13518eea46deb68731604ef08461bad5bb5f7cdf