summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/presentation
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
commitcb052b66e6e945ae51f93baf28a53c9a5ad07d2e (patch)
treea8ea17ad9c564e34d8a1b91012fa4e5962353af3 /offapi/com/sun/star/presentation
parent2503ca170abbf7dc9faebe97369b8a67d9423cea (diff)
remove interfaceheader with uik and remove [const] in method definitions
Diffstat (limited to 'offapi/com/sun/star/presentation')
-rw-r--r--offapi/com/sun/star/presentation/XCustomPresentationSupplier.idl10
-rw-r--r--offapi/com/sun/star/presentation/XPresentation.idl8
-rw-r--r--offapi/com/sun/star/presentation/XPresentationPage.idl10
-rw-r--r--offapi/com/sun/star/presentation/XPresentationSupplier.idl10
4 files changed, 23 insertions, 15 deletions
diff --git a/offapi/com/sun/star/presentation/XCustomPresentationSupplier.idl b/offapi/com/sun/star/presentation/XCustomPresentationSupplier.idl
index c2f6c45d03e3..441f95fce462 100644
--- a/offapi/com/sun/star/presentation/XCustomPresentationSupplier.idl
+++ b/offapi/com/sun/star/presentation/XCustomPresentationSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XCustomPresentationSupplier.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:28 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,7 +81,6 @@
presentations of a presentation document.@see XCustomPresentation
@see XCustomPresentationAccess
*/
-[ uik(E2281403-33D6-11D1-AABE00A0-249D5590), ident( "XCustomPresentationSupplier", 1.0 ) ]
interface XCustomPresentationSupplier: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -90,7 +89,7 @@ interface XCustomPresentationSupplier: com::sun::star::uno::XInterface
/** @returns
the <type>CustomPresentation</type>.
*/
- [const] com::sun::star::container::XNameContainer getCustomPresentations();
+ com::sun::star::container::XNameContainer getCustomPresentations();
};
@@ -101,6 +100,9 @@ interface XCustomPresentationSupplier: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:28 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:31 hjs
initial import
diff --git a/offapi/com/sun/star/presentation/XPresentation.idl b/offapi/com/sun/star/presentation/XPresentation.idl
index 2c1720b00d15..515e21265050 100644
--- a/offapi/com/sun/star/presentation/XPresentation.idl
+++ b/offapi/com/sun/star/presentation/XPresentation.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPresentation.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:11 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,6 @@
/** With this interface you can control any object that implements
a presentation.@see Presentation
*/
-[ uik(E2281401-33D6-11D1-AABE00A0-249D5590), ident( "XPresentation", 1.0 ) ]
interface XPresentation: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -111,6 +110,9 @@ interface XPresentation: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/21 08:35:11 mi
+ @see interface/service/... ident -> @see ident - for new docu generator
+
Revision 1.3 2000/11/08 12:43:28 mi
moved from api
diff --git a/offapi/com/sun/star/presentation/XPresentationPage.idl b/offapi/com/sun/star/presentation/XPresentationPage.idl
index cf82d0872f30..5bb82b2ec3fe 100644
--- a/offapi/com/sun/star/presentation/XPresentationPage.idl
+++ b/offapi/com/sun/star/presentation/XPresentationPage.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPresentationPage.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:11 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,6 @@
// DocMerge from xml: interface com::sun::star::presentation::XPresentationPage
/** describes a page from a presentation.@see com::sun::star::drawing::DrawPage
*/
-[ uik(E2281400-33D6-11D1-AABE00A0-249D5590), ident( "XPresentationPage", 1.0 ) ]
interface XPresentationPage: com::sun::star::drawing::XDrawPage
{
//-------------------------------------------------------------------------
@@ -86,7 +85,7 @@ interface XPresentationPage: com::sun::star::drawing::XDrawPage
the name for the note page in the user interface note view, and one of the views
from a presentation page.
*/
- [const] com::sun::star::drawing::XDrawPage getNotesPage();
+ com::sun::star::drawing::XDrawPage getNotesPage();
};
@@ -97,6 +96,9 @@ interface XPresentationPage: com::sun::star::drawing::XDrawPage
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/21 08:35:11 mi
+ @see interface/service/... ident -> @see ident - for new docu generator
+
Revision 1.3 2000/11/08 12:43:28 mi
moved from api
diff --git a/offapi/com/sun/star/presentation/XPresentationSupplier.idl b/offapi/com/sun/star/presentation/XPresentationSupplier.idl
index 24a10b2b1b2b..0febb7f2de64 100644
--- a/offapi/com/sun/star/presentation/XPresentationSupplier.idl
+++ b/offapi/com/sun/star/presentation/XPresentationSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPresentationSupplier.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:28 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,6 @@
// DocMerge from xml: interface com::sun::star::presentation::XPresentationSupplier
/** controls a presentation directly. This supplier will do this.
*/
-[ uik(E2281402-33D6-11D1-AABE00A0-249D5590), ident( "XPresentationSupplier", 1.0 ) ]
interface XPresentationSupplier: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -88,7 +87,7 @@ interface XPresentationSupplier: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::presentation::XPresentationSupplier::getPresentation
/** return an interface to control a presentation.
*/
- [const] com::sun::star::presentation::XPresentation getPresentation();
+ com::sun::star::presentation::XPresentation getPresentation();
};
@@ -99,6 +98,9 @@ interface XPresentationSupplier: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:28 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:31 hjs
initial import