xref: /trunk/main/sw/source/ui/fldui/fldref.src (revision 939a6254)
18660f102SAndrew Rist/**************************************************************
2*939a6254Smseidel *
38660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
58660f102SAndrew Rist * distributed with this work for additional information
68660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
88660f102SAndrew Rist * "License"); you may not use this file except in compliance
98660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
10*939a6254Smseidel *
118660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*939a6254Smseidel *
138660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
148660f102SAndrew Rist * software distributed under the License is distributed on an
158660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168660f102SAndrew Rist * KIND, either express or implied.  See the License for the
178660f102SAndrew Rist * specific language governing permissions and limitations
188660f102SAndrew Rist * under the License.
19*939a6254Smseidel *
208660f102SAndrew Rist *************************************************************/
218660f102SAndrew Rist
228660f102SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "globals.hrc"
25cdf0e10cSrcweir#include "fldtdlg.hrc"
26cdf0e10cSrcweir#include "helpid.h"
27cdf0e10cSrcweirTabPage TP_FLD_REF
28cdf0e10cSrcweir{
29cdf0e10cSrcweir	HelpID = HID_FLD_REF ;
30cdf0e10cSrcweir	SVLook = TRUE ;
31cdf0e10cSrcweir	Hide = TRUE ;
32*939a6254Smseidel	Size = MAP_APPFONT ( 260, 185 ) ;
33cdf0e10cSrcweir	FixedText FT_REFTYPE
34cdf0e10cSrcweir	{
35*939a6254Smseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
36*939a6254Smseidel		Size = MAP_APPFONT ( 76, 8 ) ;
37cdf0e10cSrcweir		Text [ en-US ] = "~Type" ;
38cdf0e10cSrcweir		Left = TRUE ;
39cdf0e10cSrcweir	};
40cdf0e10cSrcweir	ListBox LB_REFTYPE
41cdf0e10cSrcweir	{
42*939a6254Smseidel		HelpID = "sw:ListBox:TP_FLD_REF:LB_REFTYPE" ;
43cdf0e10cSrcweir		Border = TRUE ;
44*939a6254Smseidel		Pos = MAP_APPFONT ( 6, 14 ) ;
45*939a6254Smseidel		Size = MAP_APPFONT ( 76, 73 ) ;
46cdf0e10cSrcweir		TabStop = TRUE ;
47cdf0e10cSrcweir		AutoHScroll = TRUE ;
48cdf0e10cSrcweir	};
49cdf0e10cSrcweir	FixedText FT_REFSELECTION
50cdf0e10cSrcweir	{
51*939a6254Smseidel		Pos = MAP_APPFONT ( 88, 3 ) ;
52*939a6254Smseidel		Size = MAP_APPFONT ( 76, 8 ) ;
53cdf0e10cSrcweir		Text [ en-US ] = "S~election" ;
54cdf0e10cSrcweir		Left = TRUE ;
55cdf0e10cSrcweir	};
56cdf0e10cSrcweir	ListBox LB_REFSELECTION
57cdf0e10cSrcweir	{
58*939a6254Smseidel		HelpID = "sw:ListBox:TP_FLD_REF:LB_REFSELECTION" ;
59cdf0e10cSrcweir		Border = TRUE ;
60*939a6254Smseidel		Pos = MAP_APPFONT ( 88, 14 ) ;
61*939a6254Smseidel		Size = MAP_APPFONT ( 166, 136 ) ;
62cdf0e10cSrcweir		TabStop = TRUE ;
63cdf0e10cSrcweir		Sort = TRUE ;
64cdf0e10cSrcweir	};
65*939a6254Smseidel	/* TreeListBox in order to have tool tips - shares window position and size with LB_REFSELECTION */
66*939a6254Smseidel	Control LB_REFSELECTION_TOOLTIP
67*939a6254Smseidel	{
68*939a6254Smseidel		HelpID = HID_REFSELECTION_TOOLTIP ;
69*939a6254Smseidel		Border = TRUE ;
70*939a6254Smseidel		Pos = MAP_APPFONT ( 88, 14 ) ;
71*939a6254Smseidel		Size = MAP_APPFONT ( 166, 136 ) ;
72*939a6254Smseidel		TabStop = TRUE ;
73*939a6254Smseidel	};
74cdf0e10cSrcweir	FixedText FT_REFFORMAT
75cdf0e10cSrcweir	{
76*939a6254Smseidel		Pos = MAP_APPFONT ( 6, 93 ) ;
77*939a6254Smseidel		Size = MAP_APPFONT ( 76, 8 ) ;
78cdf0e10cSrcweir		Left = TRUE ;
79*939a6254Smseidel		Text [ en-US ] = "Insert ~reference to" ;
80cdf0e10cSrcweir	};
81cdf0e10cSrcweir	ListBox LB_REFFORMAT
82cdf0e10cSrcweir	{
83*939a6254Smseidel		HelpID = "sw:ListBox:TP_FLD_REF:LB_REFFORMAT" ;
84cdf0e10cSrcweir		Border = TRUE ;
85*939a6254Smseidel		Pos = MAP_APPFONT ( 6, 104 ) ;
86*939a6254Smseidel		Size = MAP_APPFONT ( 76, 75 ) ;
87cdf0e10cSrcweir		TabStop = TRUE ;
88cdf0e10cSrcweir		DropDown = FALSE ;
89*939a6254Smseidel		//Sort = TRUE;
90cdf0e10cSrcweir	};
91cdf0e10cSrcweir	FixedText FT_REFNAME
92cdf0e10cSrcweir	{
93*939a6254Smseidel		Pos = MAP_APPFONT ( 88, 155 ) ;
94*939a6254Smseidel		Size = MAP_APPFONT ( 80, 10 ) ;
95cdf0e10cSrcweir		Left = TRUE ;
96cdf0e10cSrcweir		Text [ en-US ] = "Na~me" ;
97cdf0e10cSrcweir	};
98cdf0e10cSrcweir	Edit ED_REFNAME
99cdf0e10cSrcweir	{
100*939a6254Smseidel		HelpID = "sw:Edit:TP_FLD_REF:ED_REFNAME" ;
101cdf0e10cSrcweir		Border = TRUE ;
102*939a6254Smseidel		Pos = MAP_APPFONT ( 88, 167 ) ;
103*939a6254Smseidel		Size = MAP_APPFONT ( 80, 12 ) ;
104cdf0e10cSrcweir		TabStop = TRUE ;
105cdf0e10cSrcweir		Left = TRUE ;
106cdf0e10cSrcweir	};
107cdf0e10cSrcweir	FixedText FT_REFVALUE
108cdf0e10cSrcweir	{
109*939a6254Smseidel		Pos = MAP_APPFONT ( 174, 155 ) ;
110*939a6254Smseidel		Size = MAP_APPFONT ( 80, 8 ) ;
111cdf0e10cSrcweir		Text [ en-US ] = "~Value" ;
112cdf0e10cSrcweir		Disable = TRUE ;
113cdf0e10cSrcweir		Left = TRUE ;
114cdf0e10cSrcweir	};
115cdf0e10cSrcweir	Edit ED_REFVALUE
116cdf0e10cSrcweir	{
117*939a6254Smseidel		HelpID = "sw:Edit:TP_FLD_REF:ED_REFVALUE" ;
118cdf0e10cSrcweir		Border = TRUE ;
119*939a6254Smseidel		Pos = MAP_APPFONT ( 174, 167 ) ;
120*939a6254Smseidel		Size = MAP_APPFONT ( 80, 12 ) ;
121cdf0e10cSrcweir		TabStop = TRUE ;
122cdf0e10cSrcweir		Disable = TRUE ;
123cdf0e10cSrcweir		Left = TRUE ;
124cdf0e10cSrcweir	};
125cdf0e10cSrcweir	String STR_REFBOOKMARK
126cdf0e10cSrcweir	{
127cdf0e10cSrcweir		Text [ en-US ] = "Bookmarks" ;
128cdf0e10cSrcweir	};
129cdf0e10cSrcweir	String STR_REFFOOTNOTE
130cdf0e10cSrcweir	{
131cdf0e10cSrcweir		Text [ en-US ] = "Footnotes" ;
132cdf0e10cSrcweir	};
133cdf0e10cSrcweir	String STR_REFENDNOTE
134cdf0e10cSrcweir	{
135cdf0e10cSrcweir		Text [ en-US ] = "Endnotes" ;
136cdf0e10cSrcweir	};
137*939a6254Smseidel	String STR_REFHEADING
138*939a6254Smseidel	{
139*939a6254Smseidel		Text [ en-US ] = "Headings" ;
140*939a6254Smseidel	};
141*939a6254Smseidel	String STR_REFNUMITEM
142*939a6254Smseidel	{
143*939a6254Smseidel		Text [ en-US ] = "Numbered Paragraphs" ;
144*939a6254Smseidel	};
145*939a6254Smseidel	Text [ en-US ] = "Cross-references" ;
146cdf0e10cSrcweir};
147*939a6254Smseidel
148*939a6254Smseidel// ********************************************************************** EOF
149