diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-01-10 13:22:52 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-01-10 13:22:52 +0000 |
commit | 8f61dfa475211e49f3b3a59d0890d879a894af5b (patch) | |
tree | 7ce89f3b4dbc90d6223ce1fc2012db408b9c4838 /sd/inc | |
parent | 72c8204dc6b286368e982c86a5bf172c1b6f499b (diff) |
INTEGRATION: CWS impresspresobjs (1.5.58); FILE MERGED
2005/11/24 12:01:29 cl 1.5.58.1: #123595# moved PresObjKind enum to here
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/pres.hxx | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/sd/inc/pres.hxx b/sd/inc/pres.hxx index ed04d6dcfa8f..d7089cbe83db 100644 --- a/sd/inc/pres.hxx +++ b/sd/inc/pres.hxx @@ -4,9 +4,9 @@ * * $RCSfile: pres.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:56:49 $ + * last change: $Author: rt $ $Date: 2006-01-10 14:22:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,6 +35,30 @@ #ifndef _PRESENTATION_HXX #define _PRESENTATION_HXX +enum PresObjKind +{ + PRESOBJ_NONE = 0, + PRESOBJ_TITLE, + PRESOBJ_OUTLINE, + PRESOBJ_TEXT, + PRESOBJ_GRAPHIC, + PRESOBJ_OBJECT, + PRESOBJ_CHART, + PRESOBJ_ORGCHART, + PRESOBJ_TABLE, + PRESOBJ_IMAGE, + PRESOBJ_BACKGROUND, + PRESOBJ_PAGE, + PRESOBJ_HANDOUT, + PRESOBJ_NOTES, + PRESOBJ_HEADER, + PRESOBJ_FOOTER, + PRESOBJ_DATETIME, + PRESOBJ_SLIDENUMBER, + + PRESOBJ_MAX +}; + enum AutoLayout { AUTOLAYOUT__START, |