Kaydet (Commit) 41bed0dc authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED

2003/09/03 15:34:36 sw 1.2.14.1: #112049#
üst d5c64cfe
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: SwXDrawPage.java,v $ * $RCSfile: SwXDrawPage.java,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change:$Date: 2003-05-27 13:44:32 $ * last change:$Date: 2003-09-08 12:44:51 $
* *
* 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,15 +61,8 @@ ...@@ -61,15 +61,8 @@
package mod._sw; package mod._sw;
import com.sun.star.drawing.XDrawPage;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.drawing.XDrawPageSupplier;
import com.sun.star.drawing.XDrawPages;
import com.sun.star.drawing.XShapes;
import com.sun.star.text.XTextDocument;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
import java.io.PrintWriter; import java.io.PrintWriter;
import lib.StatusException; import lib.StatusException;
import lib.TestCase; import lib.TestCase;
import lib.TestEnvironment; import lib.TestEnvironment;
...@@ -78,6 +71,14 @@ import util.InstCreator; ...@@ -78,6 +71,14 @@ import util.InstCreator;
import util.SOfficeFactory; import util.SOfficeFactory;
import util.ShapeDsc; import util.ShapeDsc;
import com.sun.star.drawing.XDrawPage;
import com.sun.star.drawing.XDrawPageSupplier;
import com.sun.star.drawing.XShapes;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.text.XTextDocument;
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
* <code>com.sun.star.drawing.DrawPage</code>. <p> * <code>com.sun.star.drawing.DrawPage</code>. <p>
...@@ -163,9 +164,7 @@ public class SwXDrawPage extends TestCase { ...@@ -163,9 +164,7 @@ public class SwXDrawPage extends TestCase {
TestParameters Param, PrintWriter log ) throws StatusException { TestParameters Param, PrintWriter log ) throws StatusException {
XInterface oObj = null; XInterface oObj = null;
XDrawPageSupplier XDPSupp; XDrawPageSupplier XDPSupp;
XDrawPages xDPs = null;
XDrawPage xDP = null; XDrawPage xDP = null;
XDrawPage xDPage = null;
XShapes oShapes = null; XShapes oShapes = null;
log.println( "creating a test environment" ); log.println( "creating a test environment" );
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: SwXEndnoteProperties.java,v $ * $RCSfile: SwXEndnoteProperties.java,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change:$Date: 2003-05-27 13:44:44 $ * last change:$Date: 2003-09-08 12:45:02 $
* *
* 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,9 +61,16 @@ ...@@ -61,9 +61,16 @@
package mod._sw; package mod._sw;
import java.io.PrintWriter;
import lib.StatusException;
import lib.TestCase;
import lib.TestEnvironment;
import lib.TestParameters;
import util.SOfficeFactory;
import util.dbg;
import com.sun.star.beans.XPropertySet; import com.sun.star.beans.XPropertySet;
import com.sun.star.frame.XComponentLoader;
import com.sun.star.frame.XDesktop;
import com.sun.star.lang.XMultiServiceFactory; import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.text.XEndnotesSupplier; import com.sun.star.text.XEndnotesSupplier;
import com.sun.star.text.XText; import com.sun.star.text.XText;
...@@ -72,13 +79,6 @@ import com.sun.star.text.XTextCursor; ...@@ -72,13 +79,6 @@ import com.sun.star.text.XTextCursor;
import com.sun.star.text.XTextDocument; import com.sun.star.text.XTextDocument;
import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface; 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.dbg;
/** /**
* Test for object which is represented by service * Test for object which is represented by service
...@@ -128,11 +128,6 @@ public class SwXEndnoteProperties extends TestCase { ...@@ -128,11 +128,6 @@ public class SwXEndnoteProperties extends TestCase {
TestParameters Param, PrintWriter log ) throws StatusException { TestParameters Param, PrintWriter log ) throws StatusException {
XEndnotesSupplier oInterface = null; XEndnotesSupplier oInterface = null;
XInterface oObj = null; XInterface oObj = null;
XComponentLoader oCLoader = null;
XDesktop oDesktop = null;
String oObjLog = null;
boolean bOK = true;
boolean result = true;
XInterface oEndnote; XInterface oEndnote;
log.println( "Creating a test environment" ); log.println( "Creating a test environment" );
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: SwXFieldEnumeration.java,v $ * $RCSfile: SwXFieldEnumeration.java,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change:$Date: 2003-05-27 13:44:56 $ * last change:$Date: 2003-09-08 12:45:14 $
* *
* 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,6 +61,14 @@ ...@@ -61,6 +61,14 @@
package mod._sw; package mod._sw;
import java.io.PrintWriter;
import lib.StatusException;
import lib.TestCase;
import lib.TestEnvironment;
import lib.TestParameters;
import util.SOfficeFactory;
import com.sun.star.beans.XPropertySet; import com.sun.star.beans.XPropertySet;
import com.sun.star.container.XEnumerationAccess; import com.sun.star.container.XEnumerationAccess;
import com.sun.star.lang.XMultiServiceFactory; import com.sun.star.lang.XMultiServiceFactory;
...@@ -72,12 +80,6 @@ import com.sun.star.text.XTextDocument; ...@@ -72,12 +80,6 @@ import com.sun.star.text.XTextDocument;
import com.sun.star.text.XTextFieldsSupplier; import com.sun.star.text.XTextFieldsSupplier;
import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface; 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;
/** /**
......
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