xref: /aoo41x/main/sw/source/ui/fldui/fldref.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "globals.hrc"
29#include "fldtdlg.hrc"
30#include "helpid.h"
31TabPage TP_FLD_REF
32{
33	HelpID = HID_FLD_REF ;
34	SVLook = TRUE ;
35	Hide = TRUE ;
36	Size = MAP_APPFONT ( 260 , 185 ) ;
37	FixedText FT_REFTYPE
38	{
39		Pos = MAP_APPFONT ( 6 , 3 ) ;
40		Size = MAP_APPFONT ( 76 , 8 ) ;
41		Text [ en-US ] = "~Type" ;
42		Left = TRUE ;
43	};
44	ListBox LB_REFTYPE
45	{
46	    HelpID = "sw:ListBox:TP_FLD_REF:LB_REFTYPE";
47		Border = TRUE ;
48		Pos = MAP_APPFONT ( 6 , 14 ) ;
49		Size = MAP_APPFONT ( 76 , 165 ) ;
50		TabStop = TRUE ;
51		AutoHScroll = TRUE ;
52	};
53	FixedText FT_REFSELECTION
54	{
55		Pos = MAP_APPFONT ( 88 , 3 ) ;
56		Size = MAP_APPFONT ( 76 , 8 ) ;
57		Text [ en-US ] = "S~election" ;
58		Left = TRUE ;
59	};
60	ListBox LB_REFSELECTION
61	{
62	    HelpID = "sw:ListBox:TP_FLD_REF:LB_REFSELECTION";
63		Border = TRUE ;
64		Pos = MAP_APPFONT ( 88 , 14 ) ;
65        Size = MAP_APPFONT ( 166 , 73 ) ;
66		TabStop = TRUE ;
67		Sort = TRUE ;
68	};
69    /* TreeListBox in order to have tool tips - shares window position and size with LB_REFSELECTION */
70    Control LB_REFSELECTION_TOOLTIP
71    {
72        HelpID = HID_REFSELECTION_TOOLTIP ;
73        Border = TRUE ;
74        Pos = MAP_APPFONT ( 88 , 14 ) ;
75        Size = MAP_APPFONT ( 166 , 73 ) ;
76        TabStop = TRUE ;
77    };
78	FixedText FT_REFFORMAT
79	{
80        Pos = MAP_APPFONT ( 88 , 93 ) ;
81        Size = MAP_APPFONT ( 76 , 8 ) ;
82		Left = TRUE ;
83        Text [ en-US ] = "Insert ~reference to" ;
84	};
85	ListBox LB_REFFORMAT
86	{
87	    HelpID = "sw:ListBox:TP_FLD_REF:LB_REFFORMAT";
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	    HelpID = "sw:Edit:TP_FLD_REF:ED_REFNAME";
105		Border = TRUE ;
106        Pos = MAP_APPFONT ( 170 , 104 ) ;
107		Size = MAP_APPFONT ( 84 , 12 ) ;
108		TabStop = TRUE ;
109		Left = TRUE ;
110	};
111	FixedText FT_REFVALUE
112	{
113        Pos = MAP_APPFONT ( 170 , 122 ) ;
114		Size = MAP_APPFONT ( 84 , 8 ) ;
115		Text [ en-US ] = "~Value" ;
116		Disable = TRUE ;
117		Left = TRUE ;
118	};
119	Edit ED_REFVALUE
120	{
121	    HelpID = "sw:Edit:TP_FLD_REF:ED_REFVALUE";
122		Border = TRUE ;
123        Pos = MAP_APPFONT ( 170 , 136 ) ;
124		Size = MAP_APPFONT ( 84 , 12 ) ;
125		TabStop = TRUE ;
126		Disable = TRUE ;
127		Left = TRUE ;
128	};
129	String STR_REFBOOKMARK
130	{
131		Text [ en-US ] = "Bookmarks" ;
132	};
133	String STR_REFFOOTNOTE
134	{
135		Text [ en-US ] = "Footnotes" ;
136	};
137	String STR_REFENDNOTE
138	{
139		Text [ en-US ] = "Endnotes" ;
140	};
141    String STR_REFHEADING
142    {
143        Text [ en-US ] = "Headings" ;
144    };
145    String STR_REFNUMITEM
146    {
147        Text [ en-US ] = "Numbered Paragraphs" ;
148    };
149    Text [ en-US ] = "Cross-references" ;
150};
151