1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: SlideTransitionPane.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #include "CustomAnimation.hrc"
32 #include "SlideTransitionPane.hrc"
35 #ifndef _SVT_CONTROLDIMS_HRC_
36 #include <svtools/controldims.hrc>
39 // Note: Sizes of 1 usually mean they are auto-calculated
41 Control DLG_SLIDE_TRANSITION_PANE
45 Size = MAP_APPFONT( 1, 1 );
47 Text [ en-US ] = "Slide Transition";
49 FixedLine FL_APPLY_TRANSITION
51 Size = MAP_APPFONT( 1, RSC_CD_FIXEDLINE_HEIGHT );
52 Text [ en-US ] = "Apply to selected slides";
55 ListBox LB_SLIDE_TRANSITIONS
57 HelpId = HID_SD_SLIDETRANSITIONPANE_LB_SLIDE_TRANSITIONS;
62 Size = MAP_APPFONT( 1, 1 );
65 Fixedline FL_MODIFY_TRANSITION
67 Size = MAP_APPFONT( 1, RSC_CD_FIXEDLINE_HEIGHT );
68 Text [ en-US ] = "Modify transition";
73 Size = MAP_APPFONT( 1, RSC_CD_FIXEDTEXT_HEIGHT );
74 Text [ en-US ] = "Speed";
79 HelpId = HID_SD_SLIDETRANSITIONPANE_LB_SPEED;
84 Size = MAP_APPFONT( 1, RSC_CD_DROPDOWN_HEIGHT );
85 StringList [ en-US ] =
95 Size = MAP_APPFONT( 1, RSC_CD_FIXEDTEXT_HEIGHT );
96 Text [ en-US ] = "Sound";
101 HelpId = HID_SD_SLIDETRANSITIONPANE_LB_SOUND;
106 Size = MAP_APPFONT( 1, RSC_CD_DROPDOWN_HEIGHT );
108 StringList [ en-US ] =
111 < "<Stop Previous Sound>" ; > ;
112 < "Other Sound..." ; > ;
116 Checkbox CB_LOOP_SOUND
118 HelpId = HID_SD_SLIDETRANSITIONPANE_CB_LOOP_SOUND;
119 Size = MAP_APPFONT( 1, RSC_CD_CHECKBOX_HEIGHT );
122 Text [ en-US ] = "Loop until next sound";
125 Fixedline FL_ADVANCE_SLIDE
127 Size = MAP_APPFONT( 1, RSC_CD_FIXEDLINE_HEIGHT );
128 Text [ en-US ] = "Advance slide";
131 RadioButton RB_ADVANCE_ON_MOUSE
133 HelpId = HID_SD_SLIDETRANSITIONPANE_RB_ADVANCE_ON_MOUSE;
134 Size = MAP_APPFONT( 1, RSC_CD_RADIOBUTTON_HEIGHT );
137 Text [ en-US ] = "On mouse click";
140 RadioButton RB_ADVANCE_AUTO
142 HelpId = HID_SD_SLIDETRANSITIONPANE_RB_ADVANCE_AUTO;
143 Size = MAP_APPFONT( 1, RSC_CD_RADIOBUTTON_HEIGHT );
146 Text [ en-US ] = "Automatically after";
149 MetricField MF_ADVANCE_AUTO_AFTER
151 HelpId = HID_SD_SLIDETRANSITIONPANE_MF_ADVANCE_AUTO_AFTER;
152 Size = MAP_APPFONT( 1, RSC_CD_TEXTBOX_HEIGHT );
160 // decimal digits should be 1, but for now the model only supports whole seconds
162 // spin size (increment value) should be 5 if digits are 1
165 Unit = FUNIT_CUSTOM ;
166 CustomUnitText [ en-US ] = "sec";
171 Size = MAP_APPFONT( 1, RSC_CD_FIXEDLINE_HEIGHT );
174 PushButton PB_APPLY_TO_ALL
176 HelpId = HID_SD_SLIDETRANSITIONPANE_PB_APPLY_TO_ALL;
177 Size = MAP_APPFONT( 1, RSC_CD_PUSHBUTTON_HEIGHT );
180 Text [ en-US ] = "Apply to All Slides";
186 HelpId = HID_SD_SLIDETRANSITIONPANE_PB_PLAY;
187 Size = MAP_APPFONT( 1, RSC_CD_PUSHBUTTON_HEIGHT );
190 Text [ en-US ] = "Play";
193 PushButton PB_SLIDE_SHOW
195 HelpId = HID_SD_SLIDETRANSITIONPANE_PB_SLIDE_SHOW;
196 Size = MAP_APPFONT( 1, RSC_CD_PUSHBUTTON_HEIGHT );
199 Text [ en-US ] = "Slide Show";
204 Size = MAP_APPFONT( 1, RSC_CD_FIXEDLINE_HEIGHT );
207 Checkbox CB_AUTO_PREVIEW
209 HelpId = HID_SD_SLIDETRANSITIONPANE_CB_AUTO_PREVIEW;
210 Size = MAP_APPFONT( 1, RSC_CD_CHECKBOX_HEIGHT );
213 Text [ en-US ] = "Automatic preview";
216 // --------------------
218 String STR_NO_TRANSITION
220 Text [ en-US ] = "No Transition";