Update ooo320-m1
[ooovba.git] / sw / source / ui / fldui / fldref.src
blob056b290b4acc9e87702ef9fa5e7d5b766a568490
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: fldref.src,v $
10  * $Revision: 1.29 $
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 "globals.hrc"
32 #include "fldtdlg.hrc"
33 #include "helpid.h"
34 TabPage TP_FLD_REF
36     HelpID = HID_FLD_REF ;
37     SVLook = TRUE ;
38     Hide = TRUE ;
39     Size = MAP_APPFONT ( 260 , 185 ) ;
40     FixedText FT_REFTYPE
41     {
42         Pos = MAP_APPFONT ( 6 , 3 ) ;
43         Size = MAP_APPFONT ( 76 , 8 ) ;
44         Text [ en-US ] = "~Type" ;
45         Left = TRUE ;
46     };
47     ListBox LB_REFTYPE
48     {
49         Border = TRUE ;
50         Pos = MAP_APPFONT ( 6 , 14 ) ;
51         Size = MAP_APPFONT ( 76 , 165 ) ;
52         TabStop = TRUE ;
53         AutoHScroll = TRUE ;
54     };
55     FixedText FT_REFSELECTION
56     {
57         Pos = MAP_APPFONT ( 88 , 3 ) ;
58         Size = MAP_APPFONT ( 76 , 8 ) ;
59         Text [ en-US ] = "S~election" ;
60         Left = TRUE ;
61     };
62     ListBox LB_REFSELECTION
63     {
64         Border = TRUE ;
65         Pos = MAP_APPFONT ( 88 , 14 ) ;
66         Size = MAP_APPFONT ( 166 , 73 ) ;
67         TabStop = TRUE ;
68         Sort = TRUE ;
69     };
70     /* TreeListBox in order to have tool tips - shares window position and size with LB_REFSELECTION */
71     Control LB_REFSELECTION_TOOLTIP
72     {
73         HelpID = HID_REFSELECTION_TOOLTIP ;
74         Border = TRUE ;
75         Pos = MAP_APPFONT ( 88 , 14 ) ;
76         Size = MAP_APPFONT ( 166 , 73 ) ;
77         TabStop = TRUE ;
78     };
79     FixedText FT_REFFORMAT
80     {
81         Pos = MAP_APPFONT ( 88 , 93 ) ;
82         Size = MAP_APPFONT ( 76 , 8 ) ;
83         Left = TRUE ;
84         Text [ en-US ] = "Insert ~reference to" ;
85     };
86     ListBox LB_REFFORMAT
87     {
88         Border = TRUE ;
89         Pos = MAP_APPFONT ( 88 , 104 ) ;
90         Size = MAP_APPFONT ( 76 , 75 ) ;
91         TabStop = TRUE ;
92         DropDown = FALSE ;
93          // Sort = TRUE;
94     };
95     FixedText FT_REFNAME
96     {
97         Pos = MAP_APPFONT ( 170 , 93 ) ;
98         Size = MAP_APPFONT ( 84 , 10 ) ;
99         Left = TRUE ;
100         Text [ en-US ] = "Na~me" ;
101     };
102     Edit ED_REFNAME
103     {
104         Border = TRUE ;
105         Pos = MAP_APPFONT ( 170 , 104 ) ;
106         Size = MAP_APPFONT ( 84 , 12 ) ;
107         TabStop = TRUE ;
108         Left = TRUE ;
109     };
110     FixedText FT_REFVALUE
111     {
112         Pos = MAP_APPFONT ( 170 , 122 ) ;
113         Size = MAP_APPFONT ( 84 , 8 ) ;
114         Text [ en-US ] = "~Value" ;
115         Disable = TRUE ;
116         Left = TRUE ;
117     };
118     Edit ED_REFVALUE
119     {
120         Border = TRUE ;
121         Pos = MAP_APPFONT ( 170 , 136 ) ;
122         Size = MAP_APPFONT ( 84 , 12 ) ;
123         TabStop = TRUE ;
124         Disable = TRUE ;
125         Left = TRUE ;
126     };
127     String STR_REFBOOKMARK
128     {
129         Text [ en-US ] = "Bookmarks" ;
130     };
131     String STR_REFFOOTNOTE
132     {
133         Text [ en-US ] = "Footnotes" ;
134     };
135     String STR_REFENDNOTE
136     {
137         Text [ en-US ] = "Endnotes" ;
138     };
139     String STR_REFHEADING
140     {
141         Text [ en-US ] = "Headings" ;
142     };
143     String STR_REFNUMITEM
144     {
145         Text [ en-US ] = "Numbered Paragraphs" ;
146     };
147     Text [ en-US ] = "Cross-references" ;