summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view/RenderDescriptor.idl
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2002-08-19 14:02:17 +0000
committerKai Ahrens <ka@openoffice.org>2002-08-19 14:02:17 +0000
commite1530140307c5e5fc72975ce15d7e78e3a105bc8 (patch)
tree30660591f7b7cefd6d77d862429908e1536af5c8 /offapi/com/sun/star/view/RenderDescriptor.idl
parent4063b1335ed9e760623e8a891df63b09d41d5e29 (diff)
#101571#: added PageSelectionRange
Diffstat (limited to 'offapi/com/sun/star/view/RenderDescriptor.idl')
-rw-r--r--offapi/com/sun/star/view/RenderDescriptor.idl14
1 files changed, 12 insertions, 2 deletions
diff --git a/offapi/com/sun/star/view/RenderDescriptor.idl b/offapi/com/sun/star/view/RenderDescriptor.idl
index bef4a5d4528d..1aecbdc997ed 100644
--- a/offapi/com/sun/star/view/RenderDescriptor.idl
+++ b/offapi/com/sun/star/view/RenderDescriptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RenderDescriptor.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: ka $ $Date: 2002-08-13 11:16:01 $
+ * last change: $Author: ka $ $Date: 2002-08-19 15:02:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,6 +97,13 @@ service RenderDescriptor
/** specifies the number of pages that can be rendered
*/
[property] long PageCount;
+
+ //-------------------------------------------------------------------------
+
+ /** specifies the range of pages that are currently selected and that
+ should be rendered if rendering of a page selection is chosen
+ */
+ [property] string PageSelectionRange;
};
//=============================================================================
@@ -106,6 +113,9 @@ service RenderDescriptor
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.1 2002/08/13 11:16:01 ka
+ #101570#: added XRenderable
+
=============================================================================*/
#endif