xref: /aoo42x/main/sd/sdi/sdslots.sdi (revision 02c50d82)
14b0f5a03SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
34b0f5a03SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
44b0f5a03SAndrew Rist * or more contributor license agreements.  See the NOTICE file
54b0f5a03SAndrew Rist * distributed with this work for additional information
64b0f5a03SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
74b0f5a03SAndrew Rist * to you under the Apache License, Version 2.0 (the
84b0f5a03SAndrew Rist * "License"); you may not use this file except in compliance
94b0f5a03SAndrew Rist * with the License.  You may obtain a copy of the License at
104b0f5a03SAndrew Rist *
114b0f5a03SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
124b0f5a03SAndrew Rist *
134b0f5a03SAndrew Rist * Unless required by applicable law or agreed to in writing,
144b0f5a03SAndrew Rist * software distributed under the License is distributed on an
154b0f5a03SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
164b0f5a03SAndrew Rist * KIND, either express or implied.  See the License for the
174b0f5a03SAndrew Rist * specific language governing permissions and limitations
184b0f5a03SAndrew Rist * under the License.
194b0f5a03SAndrew Rist *
204b0f5a03SAndrew Rist *************************************************************/
214b0f5a03SAndrew Rist
224b0f5a03SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweirmodule
25cdf0e10cSrcweir"2DADF501-1F00-101C-A2E4-00001B4C5CE7"
26cdf0e10cSrcweir"33A1C840-1F00-101C-A2E4-00001B4C5CE7"
27cdf0e10cSrcweirStarDraw
28cdf0e10cSrcweir[
29cdf0e10cSrcweirHelpText( "StarDraw Application" )
30cdf0e10cSrcweirSlotIdFile( "sdslots.hrc" )
31cdf0e10cSrcweirModulePrefix( "Sd" )
32cdf0e10cSrcweir]
33cdf0e10cSrcweir{
34cdf0e10cSrcweir        include "sfx2/sfxitems.sdi"
35cdf0e10cSrcweir        include "sfx2/sfx.sdi"
36cdf0e10cSrcweir        include "svx/svxitems.sdi"
37cdf0e10cSrcweir        include "svx/xoitems.sdi"
38cdf0e10cSrcweir        include "svx/svx.sdi"
39cdf0e10cSrcweir
40cdf0e10cSrcweir		item UINT16 TbxImageItem;
41cdf0e10cSrcweir
42cdf0e10cSrcweir		enum FadeEffect
43cdf0e10cSrcweir		{
44cdf0e10cSrcweir			FADE_EFFECT_NONE ,
45cdf0e10cSrcweir			FADE_EFFECT_FADE_FROM_LEFT ,
46cdf0e10cSrcweir			FADE_EFFECT_FADE_FROM_TOP ,
47cdf0e10cSrcweir			FADE_EFFECT_FADE_FROM_RIGHT ,
48cdf0e10cSrcweir			FADE_EFFECT_FADE_FROM_BOTTOM ,
49cdf0e10cSrcweir			FADE_EFFECT_FADE_TO_CENTER ,
50cdf0e10cSrcweir			FADE_EFFECT_FADE_FROM_CENTER ,
51cdf0e10cSrcweir			FADE_EFFECT_MOVE_FROM_LEFT ,
52cdf0e10cSrcweir			FADE_EFFECT_MOVE_FROM_TOP ,
53cdf0e10cSrcweir			FADE_EFFECT_MOVE_FROM_RIGHT ,
54cdf0e10cSrcweir			FADE_EFFECT_MOVE_FROM_BOTTOM ,
55cdf0e10cSrcweir			FADE_EFFECT_ROLL_FROM_LEFT ,
56cdf0e10cSrcweir			FADE_EFFECT_ROLL_FROM_TOP ,
57cdf0e10cSrcweir			FADE_EFFECT_ROLL_FROM_RIGHT ,
58cdf0e10cSrcweir			FADE_EFFECT_ROLL_FROM_BOTTOM ,
59cdf0e10cSrcweir			FADE_EFFECT_VERTICAL_STRIPES ,
60cdf0e10cSrcweir			FADE_EFFECT_HORIZONTAL_STRIPES ,
61cdf0e10cSrcweir			FADE_EFFECT_OPEN_VERTICAL ,
62cdf0e10cSrcweir			FADE_EFFECT_CLOSE_VERTICAL ,
63cdf0e10cSrcweir			FADE_EFFECT_OPEN_HORIZONTAL ,
64cdf0e10cSrcweir			FADE_EFFECT_CLOSE_HORIZONTAL ,
65cdf0e10cSrcweir			FADE_EFFECT_CLEAR_AWAY ,
66cdf0e10cSrcweir			FADE_EFFECT_OVERLAY
67cdf0e10cSrcweir		}
68cdf0e10cSrcweir
69cdf0e10cSrcweir		enum FadeSpeed
70cdf0e10cSrcweir		{
71cdf0e10cSrcweir			FADE_SPEED_SLOW ,
72cdf0e10cSrcweir			FADE_SPEED_MEDIUM ,
73cdf0e10cSrcweir			FADE_SPEED_FAST
74cdf0e10cSrcweir		}
75cdf0e10cSrcweir
76cdf0e10cSrcweir		enum PresChange
77cdf0e10cSrcweir		{
78cdf0e10cSrcweir			PRESCHANGE_MANUAL,
79cdf0e10cSrcweir			PRESCHANGE_AUTO,
80cdf0e10cSrcweir			PRESCHANGE_SEMIAUTO
81cdf0e10cSrcweir		};
82cdf0e10cSrcweir
83cdf0e10cSrcweir			// Items
84cdf0e10cSrcweir		item UINT32 DiaTimeItem ;
85cdf0e10cSrcweir		item PresChange DiaAutoItem ;
86cdf0e10cSrcweir		item FadeEffect DiaEffectItem ;
87cdf0e10cSrcweir		item FadeSpeed DiaSpeedItem ;
88cdf0e10cSrcweir
89cdf0e10cSrcweir		include "sdraw.sdi"
90cdf0e10cSrcweir		include "app.sdi"
91cdf0e10cSrcweir		include "_drvwsh.sdi"
92cdf0e10cSrcweir		include "drviewsh.sdi"
93cdf0e10cSrcweir		include "outlnvsh.sdi"
94cdf0e10cSrcweir		include "drtxtob.sdi"
95cdf0e10cSrcweir		include "drbezob.sdi"
96cdf0e10cSrcweir		include "_docsh.sdi"
97cdf0e10cSrcweir		include "docshell.sdi"
98cdf0e10cSrcweir		include "drgrfob.sdi"
99cdf0e10cSrcweir        include "SlideSorterController.sdi"
100cdf0e10cSrcweir        include "ViewShellBase.sdi"
101cdf0e10cSrcweir		include "mediaob.sdi"
102cdf0e10cSrcweir		include "tables.sdi"
103*02c50d82SAndre Fischer        }
104