Kaydet (Commit) 2d23a5e9 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED

2003/09/03 15:22:35 sw 1.3.14.1: #112049#
üst 7ac77b88
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ScTableColumnObj.java,v $ * $RCSfile: ScTableColumnObj.java,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change:$Date: 2003-05-27 13:13:58 $ * last change:$Date: 2003-09-08 12:17:18 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -61,28 +61,27 @@ ...@@ -61,28 +61,27 @@
package mod._sc; package mod._sc;
import java.io.PrintWriter;
import lib.StatusException;
import lib.TestCase;
import lib.TestEnvironment;
import lib.TestParameters;
import util.SOfficeFactory;
import com.sun.star.container.XIndexAccess; import com.sun.star.container.XIndexAccess;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.container.XNameAccess; import com.sun.star.container.XNameAccess;
import com.sun.star.frame.XComponentLoader;
import com.sun.star.frame.XDesktop;
import com.sun.star.lang.XComponent; import com.sun.star.lang.XComponent;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.sheet.XSpreadsheet; import com.sun.star.sheet.XSpreadsheet;
import com.sun.star.sheet.XSpreadsheetDocument; import com.sun.star.sheet.XSpreadsheetDocument;
import com.sun.star.sheet.XSpreadsheets; import com.sun.star.sheet.XSpreadsheets;
import com.sun.star.table.XColumnRowRange; import com.sun.star.table.XColumnRowRange;
import com.sun.star.table.XTableColumns; import com.sun.star.table.XTableColumns;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
import java.io.PrintWriter;
import lib.StatusException;
import lib.TestCase;
import lib.TestEnvironment;
import lib.TestParameters;
import util.SOfficeFactory;
import com.sun.star.uno.AnyConverter; import com.sun.star.uno.AnyConverter;
import com.sun.star.uno.Type; import com.sun.star.uno.Type;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
/** /**
* Test for object which is represented by service * Test for object which is represented by service
...@@ -151,10 +150,7 @@ public class ScTableColumnObj extends TestCase { ...@@ -151,10 +150,7 @@ public class ScTableColumnObj extends TestCase {
*/ */
protected synchronized TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) { protected synchronized TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) {
XInterface oInterface = null;
XInterface oObj = null; XInterface oObj = null;
XComponentLoader oCLoader = null;
XDesktop oDesktop = null;
// creation of the testobject here // creation of the testobject here
// first we write what we are intend to do to log file // first we write what we are intend to do to log file
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ScTableColumnsObj.java,v $ * $RCSfile: ScTableColumnsObj.java,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change:$Date: 2003-05-27 13:14:09 $ * last change:$Date: 2003-09-08 12:17:27 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -61,28 +61,27 @@ ...@@ -61,28 +61,27 @@
package mod._sc; package mod._sc;
import java.io.PrintWriter;
import lib.StatusException;
import lib.TestCase;
import lib.TestEnvironment;
import lib.TestParameters;
import util.SOfficeFactory;
import com.sun.star.container.XNameAccess; import com.sun.star.container.XNameAccess;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.frame.XComponentLoader;
import com.sun.star.frame.XDesktop;
import com.sun.star.lang.XComponent; import com.sun.star.lang.XComponent;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.sheet.XSpreadsheet; import com.sun.star.sheet.XSpreadsheet;
import com.sun.star.sheet.XSpreadsheetDocument; import com.sun.star.sheet.XSpreadsheetDocument;
import com.sun.star.sheet.XSpreadsheets; import com.sun.star.sheet.XSpreadsheets;
import com.sun.star.table.XCellRange; import com.sun.star.table.XCellRange;
import com.sun.star.table.XColumnRowRange; import com.sun.star.table.XColumnRowRange;
import com.sun.star.table.XTableColumns; import com.sun.star.table.XTableColumns;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
import java.io.PrintWriter;
import lib.StatusException;
import lib.TestCase;
import lib.TestEnvironment;
import lib.TestParameters;
import util.SOfficeFactory;
import com.sun.star.uno.AnyConverter; import com.sun.star.uno.AnyConverter;
import com.sun.star.uno.Type; import com.sun.star.uno.Type;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
/** /**
* Test for object which is represented by service * Test for object which is represented by service
...@@ -145,10 +144,7 @@ public class ScTableColumnsObj extends TestCase { ...@@ -145,10 +144,7 @@ public class ScTableColumnsObj extends TestCase {
*/ */
protected synchronized TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) { protected synchronized TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) {
XInterface oInterface = null;
XInterface oObj = null; XInterface oObj = null;
XComponentLoader oCLoader = null;
XDesktop oDesktop = null;
// creation of the testobject here // creation of the testobject here
// first we write what we are intend to do to log file // first we write what we are intend to do to log file
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ScTableConditionalEntry.java,v $ * $RCSfile: ScTableConditionalEntry.java,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change:$Date: 2003-05-27 13:14:21 $ * last change:$Date: 2003-09-08 12:17:36 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -61,11 +61,20 @@ ...@@ -61,11 +61,20 @@
package mod._sc; package mod._sc;
import java.io.PrintWriter;
import lib.StatusException;
import lib.TestCase;
import lib.TestEnvironment;
import lib.TestParameters;
import util.SOfficeFactory;
import util.utils;
import com.sun.star.beans.PropertyValue; import com.sun.star.beans.PropertyValue;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.beans.XPropertySet; import com.sun.star.beans.XPropertySet;
import com.sun.star.container.XIndexAccess; import com.sun.star.container.XIndexAccess;
import com.sun.star.lang.XComponent; import com.sun.star.lang.XComponent;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.sheet.ConditionOperator; import com.sun.star.sheet.ConditionOperator;
import com.sun.star.sheet.XSheetConditionalEntries; import com.sun.star.sheet.XSheetConditionalEntries;
import com.sun.star.sheet.XSheetConditionalEntry; import com.sun.star.sheet.XSheetConditionalEntry;
...@@ -73,18 +82,10 @@ import com.sun.star.sheet.XSpreadsheet; ...@@ -73,18 +82,10 @@ import com.sun.star.sheet.XSpreadsheet;
import com.sun.star.sheet.XSpreadsheetDocument; import com.sun.star.sheet.XSpreadsheetDocument;
import com.sun.star.sheet.XSpreadsheets; import com.sun.star.sheet.XSpreadsheets;
import com.sun.star.table.CellAddress; import com.sun.star.table.CellAddress;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
import java.io.PrintWriter;
import lib.StatusException;
import lib.TestCase;
import lib.TestEnvironment;
import lib.TestParameters;
import util.SOfficeFactory;
import util.utils;
import com.sun.star.uno.AnyConverter; import com.sun.star.uno.AnyConverter;
import com.sun.star.uno.Type; import com.sun.star.uno.Type;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
/** /**
* Test for object which is represented by service * Test for object which is represented by service
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment