diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 18:32:19 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 18:32:19 +0000 |
commit | 8a61f24b4b4bf5c504462fdb730e84ea9e174299 (patch) | |
tree | 4cedb512ae90f1f742b0f2084df078ed1908412d /xmloff | |
parent | aba7ac837eda80367cbbb6adaba55f273f09d8fa (diff) |
INTEGRATION: CWS presentationengine01 (1.28.22); FILE MERGED
2004/11/26 14:36:38 thb 1.28.22.2: RESYNC: (1.28-1.29); FILE MERGED
2004/08/19 12:14:32 cl 1.28.22.1: new smil slide transitions
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/sdpropls.hxx | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/xmloff/source/draw/sdpropls.hxx b/xmloff/source/draw/sdpropls.hxx index afbf576f90a4..b2e53a248e81 100644 --- a/xmloff/source/draw/sdpropls.hxx +++ b/xmloff/source/draw/sdpropls.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sdpropls.hxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: obo $ $Date: 2004-11-17 10:32:54 $ + * last change: $Author: rt $ $Date: 2004-11-26 19:32:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -178,6 +178,7 @@ extern const XMLPropertyMapEntry aXMLSDPresPageProps_onlyHeadersFooter[]; #define XML_SD_TYPE_DATETIME_FORMAT (XML_SD_TYPES_START + 71 ) ////////////////////////////////////////////////////////////////////////////// + // new types for merged style:protect attribute #define XML_SD_TYPE_MOVE_PROTECT (XML_SD_TYPES_START + 72 ) #define XML_SD_TYPE_SIZE_PROTECT (XML_SD_TYPES_START + 73 ) @@ -187,6 +188,13 @@ extern const XMLPropertyMapEntry aXMLSDPresPageProps_onlyHeadersFooter[]; ////////////////////////////////////////////////////////////////////////////// +// new smil transition types for pages +#define XML_SD_TYPE_TRANSITION_TYPE (XML_SD_TYPES_START + 75 ) +#define XML_SD_TYPE_TRANSTIION_SUBTYPE (XML_SD_TYPES_START + 76 ) +#define XML_SD_TYPE_TRANSTIION_DIRECTION (XML_SD_TYPES_START + 77 ) + +////////////////////////////////////////////////////////////////////////////// + #define CTF_NUMBERINGRULES 1000 //#define CTF_NUMBERINGRULES_NAME 1001 #define CTF_WRITINGMODE 1002 @@ -195,7 +203,6 @@ extern const XMLPropertyMapEntry aXMLSDPresPageProps_onlyHeadersFooter[]; #define CTF_PAGE_SOUND_URL 1005 #define CTF_PAGE_VISIBLE 1006 #define CTF_PAGE_TRANS_TYPE 1007 -#define CTF_PAGE_TRANS_STYLE 1008 #define CTF_PAGE_TRANS_SPEED 1009 #define CTF_PAGE_TRANS_DURATION 1010 #define CTF_PAGE_BACKSIZE 1011 @@ -209,6 +216,11 @@ extern const XMLPropertyMapEntry aXMLSDPresPageProps_onlyHeadersFooter[]; #define CTF_TEXTANIMATION_BLINKING 1019 #define CTF_TEXTANIMATION_KIND 1020 +#define CTF_PAGE_TRANSITION_TYPE 1021 +#define CTF_PAGE_TRANSITION_SUBTYPE 1022 +#define CTF_PAGE_TRANSITION_DIRECTION 1023 +#define CTF_PAGE_TRANSITION_FADECOLOR 1024 + ////////////////////////////////////////////////////////////////////////////// // #FontWork# #define CTF_FONTWORK_STYLE 1021 |