merge the formfield patch from ooo-build
[ooovba.git] / sd / source / ui / animations / SlideTransitionPane.src
blob399528960bcc0495775a8fff387adc87052fdfa5
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: SlideTransitionPane.src,v $
10  * $Revision: 1.10 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "CustomAnimation.hrc"
32 #include "SlideTransitionPane.hrc"
33 #include "helpids.h"
35 #ifndef _SVT_CONTROLDIMS_HRC_
36 #include <svtools/controldims.hrc>
37 #endif
39 // Note: Sizes of 1 usually mean they are auto-calculated
41 Control DLG_SLIDE_TRANSITION_PANE
43     OutputSize = TRUE;
44     DialogControl = TRUE;
45     Size = MAP_APPFONT( 1, 1 );
47     Text [ en-US ] = "Slide Transition";
49     FixedLine FL_APPLY_TRANSITION
50     {
51         Size = MAP_APPFONT( 1, RSC_CD_FIXEDLINE_HEIGHT );
52         Text [ en-US ] = "Apply to selected slides";
53     };
55     ListBox LB_SLIDE_TRANSITIONS
56     {
57         HelpId = HID_SD_SLIDETRANSITIONPANE_LB_SLIDE_TRANSITIONS;
58         Border = TRUE ;
59         TabStop = TRUE ;
60         AutoHScroll = TRUE ;
62         Size = MAP_APPFONT( 1, 1 );
63     };
65     Fixedline FL_MODIFY_TRANSITION
66     {
67         Size = MAP_APPFONT( 1, RSC_CD_FIXEDLINE_HEIGHT );
68         Text [ en-US ] = "Modify transition";
69     };
71     FixedText FT_SPEED
72     {
73         Size = MAP_APPFONT( 1, RSC_CD_FIXEDTEXT_HEIGHT );
74         Text [ en-US ] = "Speed";
75     };
77     ListBox LB_SPEED
78     {
79         HelpId = HID_SD_SLIDETRANSITIONPANE_LB_SPEED;
80         Border = TRUE ;
81         DropDown = TRUE ;
82         TabStop = TRUE ;
84         Size = MAP_APPFONT( 1, RSC_CD_DROPDOWN_HEIGHT );
85         StringList [ en-US ] =
86         {
87             < "Slow" ; > ;
88             < "Medium" ; > ;
89             < "Fast" ; > ;
90         };
91     };
93     FixedText FT_SOUND
94     {
95         Size = MAP_APPFONT( 1, RSC_CD_FIXEDTEXT_HEIGHT );
96         Text [ en-US ] = "Sound";
97     };
99     ListBox LB_SOUND
100     {
101         HelpId = HID_SD_SLIDETRANSITIONPANE_LB_SOUND;
102         Border = TRUE ;
103         DropDown = TRUE ;
104         TabStop = TRUE ;
106         Size = MAP_APPFONT( 1, RSC_CD_DROPDOWN_HEIGHT );
108         StringList [ en-US ] =
109         {
110             < "<No Sound>" ; > ;
111             < "<Stop Previous Sound>" ; > ;
112             < "Other Sound..." ; > ;
113         };
114     };
116     Checkbox CB_LOOP_SOUND
117     {
118         HelpId = HID_SD_SLIDETRANSITIONPANE_CB_LOOP_SOUND;
119         Size = MAP_APPFONT( 1, RSC_CD_CHECKBOX_HEIGHT );
120         TabStop = TRUE ;
122         Text [ en-US ] = "Loop until next sound";
123     };
125     Fixedline FL_ADVANCE_SLIDE
126     {
127         Size = MAP_APPFONT( 1, RSC_CD_FIXEDLINE_HEIGHT );
128         Text [ en-US ] = "Advance slide";
129     };
131     RadioButton RB_ADVANCE_ON_MOUSE
132     {
133         HelpId = HID_SD_SLIDETRANSITIONPANE_RB_ADVANCE_ON_MOUSE;
134         Size = MAP_APPFONT( 1, RSC_CD_RADIOBUTTON_HEIGHT );
135         TabStop = TRUE ;
137         Text [ en-US ] = "On mouse click";
138     };
140     RadioButton RB_ADVANCE_AUTO
141     {
142         HelpId = HID_SD_SLIDETRANSITIONPANE_RB_ADVANCE_AUTO;
143         Size = MAP_APPFONT( 1, RSC_CD_RADIOBUTTON_HEIGHT );
144         TabStop = TRUE ;
146         Text [ en-US ] = "Automatically after";
147     };
149     MetricField MF_ADVANCE_AUTO_AFTER
150     {
151         HelpId = HID_SD_SLIDETRANSITIONPANE_MF_ADVANCE_AUTO_AFTER;
152         Size = MAP_APPFONT( 1, RSC_CD_TEXTBOX_HEIGHT );
154         Border = TRUE ;
155         TabStop = TRUE ;
156         Repeat = TRUE ;
157         Spin = TRUE ;
158         Minimum = 0 ;
159         Maximum = 999 ;
160         // decimal digits should be 1, but for now the model only supports whole seconds
161         DecimalDigits = 0 ;
162         // spin size (increment value) should be 5 if digits are 1
163         SpinSize = 1 ;
165         Unit = FUNIT_CUSTOM ;
166         CustomUnitText [ en-US ] = "sec";
167     };
169     FixedLine FL_EMPTY1
170     {
171         Size = MAP_APPFONT( 1, RSC_CD_FIXEDLINE_HEIGHT );
172     };
174     PushButton PB_APPLY_TO_ALL
175     {
176         HelpId = HID_SD_SLIDETRANSITIONPANE_PB_APPLY_TO_ALL;
177         Size = MAP_APPFONT( 1, RSC_CD_PUSHBUTTON_HEIGHT );
178         TabStop = TRUE ;
180         Text [ en-US ] = "Apply to All Slides";
181     };
184     PushButton PB_PLAY
185     {
186         HelpId = HID_SD_SLIDETRANSITIONPANE_PB_PLAY;
187         Size = MAP_APPFONT( 1, RSC_CD_PUSHBUTTON_HEIGHT );
188         TabStop = TRUE ;
190         Text [ en-US ] = "Play";
191     };
193     PushButton PB_SLIDE_SHOW
194     {
195         HelpId = HID_SD_SLIDETRANSITIONPANE_PB_SLIDE_SHOW;
196         Size = MAP_APPFONT( 1, RSC_CD_PUSHBUTTON_HEIGHT );
197         TabStop = TRUE ;
199         Text [ en-US ] = "Slide Show";
200     };
202     FixedLine FL_EMPTY2
203     {
204         Size = MAP_APPFONT( 1, RSC_CD_FIXEDLINE_HEIGHT );
205     };
207     Checkbox CB_AUTO_PREVIEW
208     {
209         HelpId = HID_SD_SLIDETRANSITIONPANE_CB_AUTO_PREVIEW;
210         Size = MAP_APPFONT( 1, RSC_CD_CHECKBOX_HEIGHT );
211         TabStop = TRUE ;
213         Text [ en-US ] = "Automatic preview";
214     };
216     // --------------------
218     String STR_NO_TRANSITION
219     {
220         Text [ en-US ] = "No Transition";
221     };