summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/XDrawPageDuplicator.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-02 14:12:36 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-02 14:12:36 +0000
commit5b3a1af8f368bf12c8c4598dbb04547a105e1240 (patch)
tree8965cec008fb798c6817774536f7db39054a1ea7 /offapi/com/sun/star/drawing/XDrawPageDuplicator.idl
parent588226446877a3b2799ee06a54e988cdeea0ec37 (diff)
*** empty log message ***
Diffstat (limited to 'offapi/com/sun/star/drawing/XDrawPageDuplicator.idl')
-rw-r--r--offapi/com/sun/star/drawing/XDrawPageDuplicator.idl40
1 files changed, 16 insertions, 24 deletions
diff --git a/offapi/com/sun/star/drawing/XDrawPageDuplicator.idl b/offapi/com/sun/star/drawing/XDrawPageDuplicator.idl
index bcd61a4e4..6ee856e10 100644
--- a/offapi/com/sun/star/drawing/XDrawPageDuplicator.idl
+++ b/offapi/com/sun/star/drawing/XDrawPageDuplicator.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDrawPageDuplicator.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:21 $
+ * last change: $Author: mi $ $Date: 2002-10-02 15:12:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,16 +76,24 @@
//=============================================================================
-// DocMerge from xml: interface com::sun::star::drawing::XDrawPageDuplicator
-/** makes it possible to duplicate draw pages within the same document.
+/** makes it possible to duplicate pages within the same document.
*/
interface XDrawPageDuplicator: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::drawing::XDrawPageDuplicator::duplicate
- /** a duplicate of the given <type>DrawPage</type> will be inserted into
- this collection.
+ /** creates a duplicate of a <type>DrawPage</type> or <type>MasterPage</type>,
+ including the <type>Shape</type>s on that page and inserts it into the
+ same model.
+
+ @param xPage
+ that is the source <type>DrawPage</type> or <type>MasterPage</type>
+ that will be duplicated
+
+ @return
+ a newly created <type>DrawPage</type> or <type>MasterPage</type>
+ that as all properties and copies of all <type>Shape</type>s from
+ the source page.
*/
com::sun::star::drawing::XDrawPage duplicate( [in] com::sun::star::drawing::XDrawPage xPage );
@@ -95,21 +103,5 @@ interface XDrawPageDuplicator: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:42:42 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:15 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:23 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:42 jsc
- new
-
-
-=============================================================================*/
#endif
+