summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/presentation/PresentationRange.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/presentation/PresentationRange.idl')
-rw-r--r--offapi/com/sun/star/presentation/PresentationRange.idl23
1 files changed, 10 insertions, 13 deletions
diff --git a/offapi/com/sun/star/presentation/PresentationRange.idl b/offapi/com/sun/star/presentation/PresentationRange.idl
index 5890c69fb..b0d7713dc 100644
--- a/offapi/com/sun/star/presentation/PresentationRange.idl
+++ b/offapi/com/sun/star/presentation/PresentationRange.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PresentationRange.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:28 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:06:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,31 +68,22 @@
//=============================================================================
-// DocMerge from xml: enum com::sun::star::presentation::PresentationRange
/** specifies which part of the presentation is to show.
*/
enum PresentationRange
{
- //-------------------------------------------------------------------------
- // DOCUMENTATION OMITTED FOR PresentationRange:: PRESENTATIONRANGE_ALL,
-
- // DocMerge from xml: value com::sun::star::presentation::PresentationRange::PRESENTATIONRANGE_ALL
/** use all slides.
*/
PRESENTATIONRANGE_ALL,
//-------------------------------------------------------------------------
- // DOCUMENTATION OMITTED FOR PresentationRange:: PRESENTATIONRANGE_FROM_PAGE,
-
- // DocMerge from xml: value com::sun::star::presentation::PresentationRange::PRESENTATIONRANGE_FROM_PAGE
+
/** use only the active slide.
*/
PRESENTATIONRANGE_FROM_PAGE,
//-------------------------------------------------------------------------
- // DOCUMENTATION OMITTED FOR PresentationRange:: PRESENTATIONRANGE_INDIVIDUAL
-
- // DocMerge from xml: value com::sun::star::presentation::PresentationRange::PRESENTATIONRANGE_INDIVIDUAL
+
/** use an individual choice of slides.
*/
PRESENTATIONRANGE_INDIVIDUAL
@@ -106,6 +97,12 @@ enum PresentationRange
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3.24.1 2002/02/07 07:53:10 cl
+ idl review
+
+ 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