merge the formfield patch from ooo-build
[ooovba.git] / sd / source / ui / dlg / ins_paste.src
blobb12df8ad5de4f471623b32b786f39466503cfc39
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: ins_paste.src,v $
10  * $Revision: 1.15 $
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 "ins_paste.hrc"
33 ModalDialog DLG_INSERT_PASTE
35     OutputSize = TRUE ;
36     SVLook = TRUE ;
37     Size = MAP_APPFONT ( 148 , 90 ) ;
38     Moveable = TRUE ;
39     OKButton BTN_OK
40     {
41         Pos = MAP_APPFONT ( 92 , 6 ) ;
42         Size = MAP_APPFONT ( 50 , 14 ) ;
43         TabStop = TRUE ;
44         DefButton = TRUE ;
45     };
46     CancelButton BTN_CANCEL
47     {
48         Pos = MAP_APPFONT ( 92 , 23 ) ;
49         Size = MAP_APPFONT ( 50 , 14 ) ;
50         TabStop = TRUE ;
51     };
52     HelpButton BTN_HELP
53     {
54         Pos = MAP_APPFONT ( 92 , 43 ) ;
55         Size = MAP_APPFONT ( 50 , 14 ) ;
56         TabStop = TRUE ;
57     };
59     FixedLine FL_POSITION
60     {
61         Pos = MAP_APPFONT ( 6 , 3 ) ;
62         Size = MAP_APPFONT ( 80 , 8 ) ;
63         Text [ en-US ] = "Position";
64     };
65     RadioButton RB_BEFORE
66     {
67         Pos = MAP_APPFONT ( 12 , 14 ) ;
68         Size = MAP_APPFONT ( 80, 10 ) ;
69         Text [ en-US ] = "~Before" ;
70         TabStop = TRUE ;
71     };
72     RadioButton RB_AFTER
73     {
74         Pos = MAP_APPFONT ( 12, 27 ) ;
75         Size = MAP_APPFONT ( 80, 10 ) ;
76         Text [ en-US ] = "A~fter" ;
77         TabStop = TRUE ;
78         Check = TRUE ;
79     };
80     Text [ en-US ] = "Insert Slides";