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: AnimationSchemesPane.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 "AnimationSchemesPane.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_ANIMATION_SCHEMES_PANE
44 Size = MAP_APPFONT( 1, 1 );
46 Text [ en-US ] = "Animation Schemes";
48 FixedLine FL_APPLY_SCHEME
50 Size = MAP_APPFONT( 1, RSC_CD_FIXEDLINE_HEIGHT );
51 Text [ en-US ] = "Apply to selected slides ";
54 ListBox LB_ANIMATION_SCHEMES
56 HelpId = HID_SD_ANIMATIONSCHEMESPANE_LB_ANIMATION_SCHEMES;
60 Size = MAP_APPFONT( 1, 1 );
65 Size = MAP_APPFONT( 1, RSC_CD_FIXEDLINE_HEIGHT );
68 PushButton PB_APPLY_TO_ALL
70 HelpId = HID_SD_ANIMATIONSCHEMESPANE_PB_APPLY_TO_ALL;
71 Size = MAP_APPFONT( 1, RSC_CD_PUSHBUTTON_HEIGHT );
74 Text [ en-US ] = "Apply to All Slides";
80 HelpId = HID_SD_ANIMATIONSCHEMESPANE_PB_PLAY;
81 Size = MAP_APPFONT( 1, RSC_CD_PUSHBUTTON_HEIGHT );
84 Text [ en-US ] = "Play";
87 PushButton PB_SLIDE_SHOW
89 HelpId = HID_SD_ANIMATIONSCHEMESPANE_PB_SLIDE_SHOW;
90 Size = MAP_APPFONT( 1, RSC_CD_PUSHBUTTON_HEIGHT );
93 Text [ en-US ] = "Slide Show";
98 Size = MAP_APPFONT( 1, RSC_CD_FIXEDLINE_HEIGHT );
101 Checkbox CB_AUTO_PREVIEW
103 HelpId = HID_SD_ANIMATIONSCHEMESPANE_CB_AUTO_PREVIEW;
104 Size = MAP_APPFONT( 1, RSC_CD_CHECKBOX_HEIGHT );
107 Text [ en-US ] = "Automatic preview";
110 // --------------------
114 Text [ en-US ] = "No Animation";