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

INTEGRATION: CWS sdksample (1.3.124); FILE MERGED

2004/06/16 08:49:17 jsc 1.3.124.1: #i29308# explicit imports
üst 4d4e7e85
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: PageHelper.java,v $ * $RCSfile: PageHelper.java,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: hr $ $Date: 2003-06-30 15:24:55 $ * last change: $Author: rt $ $Date: 2005-01-31 16:24:25 $
* *
* 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
* the BSD license. * the BSD license.
...@@ -40,19 +40,22 @@ ...@@ -40,19 +40,22 @@
// __________ Imports __________ // __________ Imports __________
// base classes
import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.UnoRuntime;
import com.sun.star.lang.*; import com.sun.star.lang.XComponent;
import com.sun.star.lang.XServiceInfo;
import com.sun.star.awt.Size;
// application specific classes import com.sun.star.beans.XPropertySet;
import com.sun.star.drawing.*;
// presentation specific classes import com.sun.star.drawing.XDrawPage;
import com.sun.star.presentation.*; import com.sun.star.drawing.XDrawPages;
import com.sun.star.drawing.XDrawPagesSupplier;
import com.sun.star.drawing.XMasterPageTarget;
import com.sun.star.drawing.XMasterPagesSupplier;
import com.sun.star.beans.XPropertySet; import com.sun.star.presentation.XPresentationPage;
import com.sun.star.awt.Size; import com.sun.star.presentation.XHandoutMasterSupplier;
public class PageHelper public class PageHelper
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ShapeHelper.java,v $ * $RCSfile: ShapeHelper.java,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: hr $ $Date: 2003-06-30 15:25:19 $ * last change: $Author: rt $ $Date: 2005-01-31 16:24:53 $
* *
* 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
* the BSD license. * the BSD license.
...@@ -40,22 +40,26 @@ ...@@ -40,22 +40,26 @@
// __________ Imports __________ // __________ Imports __________
// base classes
import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.UnoRuntime;
import com.sun.star.lang.*; import com.sun.star.lang.XComponent;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.awt.Point;
import com.sun.star.awt.Size;
// application specific classes import com.sun.star.beans.XPropertySet;
import com.sun.star.drawing.*;
import com.sun.star.text.*; import com.sun.star.container.XEnumeration;
import com.sun.star.container.*; import com.sun.star.container.XEnumerationAccess;
// presentation specific classes import com.sun.star.drawing.XShape;
import com.sun.star.drawing.XShapes;
import com.sun.star.beans.XPropertySet; import com.sun.star.text.ControlCharacter;
import com.sun.star.awt.Size; import com.sun.star.text.XText;
import com.sun.star.awt.Point; import com.sun.star.text.XTextCursor;
import com.sun.star.text.XTextContent;
import com.sun.star.text.XTextRange;
public class ShapeHelper public class ShapeHelper
......
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