xref: /aoo41x/main/sw/source/ui/fldui/fldref.src (revision a710408b)
18660f102SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
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
108660f102SAndrew Rist *
118660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
128660f102SAndrew Rist *
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.
198660f102SAndrew Rist *
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 ;
32cdf0e10cSrcweir	Size = MAP_APPFONT ( 260 , 185 ) ;
33cdf0e10cSrcweir	FixedText FT_REFTYPE
34cdf0e10cSrcweir	{
35cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 3 ) ;
36cdf0e10cSrcweir		Size = MAP_APPFONT ( 76 , 8 ) ;
37cdf0e10cSrcweir		Text [ en-US ] = "~Type" ;
38cdf0e10cSrcweir		Left = TRUE ;
39cdf0e10cSrcweir	};
40cdf0e10cSrcweir	ListBox LB_REFTYPE
41cdf0e10cSrcweir	{
42cdf0e10cSrcweir	    HelpID = "sw:ListBox:TP_FLD_REF:LB_REFTYPE";
43cdf0e10cSrcweir		Border = TRUE ;
44cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 14 ) ;
45*a710408bSAriel Constenla-Haile		Size = MAP_APPFONT ( 76 , 73 ) ;
46cdf0e10cSrcweir		TabStop = TRUE ;
47cdf0e10cSrcweir		AutoHScroll = TRUE ;
48cdf0e10cSrcweir	};
49cdf0e10cSrcweir	FixedText FT_REFSELECTION
50cdf0e10cSrcweir	{
51cdf0e10cSrcweir		Pos = MAP_APPFONT ( 88 , 3 ) ;
52cdf0e10cSrcweir		Size = MAP_APPFONT ( 76 , 8 ) ;
53cdf0e10cSrcweir		Text [ en-US ] = "S~election" ;
54cdf0e10cSrcweir		Left = TRUE ;
55cdf0e10cSrcweir	};
56cdf0e10cSrcweir	ListBox LB_REFSELECTION
57cdf0e10cSrcweir	{
58cdf0e10cSrcweir	    HelpID = "sw:ListBox:TP_FLD_REF:LB_REFSELECTION";
59cdf0e10cSrcweir		Border = TRUE ;
60cdf0e10cSrcweir		Pos = MAP_APPFONT ( 88 , 14 ) ;
61*a710408bSAriel Constenla-Haile        Size = MAP_APPFONT ( 166 , 136 ) ;
62cdf0e10cSrcweir		TabStop = TRUE ;
63cdf0e10cSrcweir		Sort = TRUE ;
64cdf0e10cSrcweir	};
65cdf0e10cSrcweir    /* TreeListBox in order to have tool tips - shares window position and size with LB_REFSELECTION */
66cdf0e10cSrcweir    Control LB_REFSELECTION_TOOLTIP
67cdf0e10cSrcweir    {
68cdf0e10cSrcweir        HelpID = HID_REFSELECTION_TOOLTIP ;
69cdf0e10cSrcweir        Border = TRUE ;
70cdf0e10cSrcweir        Pos = MAP_APPFONT ( 88 , 14 ) ;
71*a710408bSAriel Constenla-Haile        Size = MAP_APPFONT ( 166 , 136 ) ;
72cdf0e10cSrcweir        TabStop = TRUE ;
73cdf0e10cSrcweir    };
74cdf0e10cSrcweir	FixedText FT_REFFORMAT
75cdf0e10cSrcweir	{
76*a710408bSAriel Constenla-Haile        Pos = MAP_APPFONT ( 6 , 93 ) ;
77cdf0e10cSrcweir        Size = MAP_APPFONT ( 76 , 8 ) ;
78cdf0e10cSrcweir		Left = TRUE ;
79cdf0e10cSrcweir        Text [ en-US ] = "Insert ~reference to" ;
80cdf0e10cSrcweir	};
81cdf0e10cSrcweir	ListBox LB_REFFORMAT
82cdf0e10cSrcweir	{
83cdf0e10cSrcweir	    HelpID = "sw:ListBox:TP_FLD_REF:LB_REFFORMAT";
84cdf0e10cSrcweir		Border = TRUE ;
85*a710408bSAriel Constenla-Haile        Pos = MAP_APPFONT ( 6 , 104 ) ;
86cdf0e10cSrcweir        Size = MAP_APPFONT ( 76 , 75 ) ;
87cdf0e10cSrcweir		TabStop = TRUE ;
88cdf0e10cSrcweir		DropDown = FALSE ;
89cdf0e10cSrcweir		 // Sort = TRUE;
90cdf0e10cSrcweir	};
91cdf0e10cSrcweir	FixedText FT_REFNAME
92cdf0e10cSrcweir	{
93*a710408bSAriel Constenla-Haile        Pos = MAP_APPFONT ( 88 , 155 ) ;
94*a710408bSAriel Constenla-Haile		Size = MAP_APPFONT ( 80 , 10 ) ;
95cdf0e10cSrcweir		Left = TRUE ;
96cdf0e10cSrcweir		Text [ en-US ] = "Na~me" ;
97cdf0e10cSrcweir	};
98cdf0e10cSrcweir	Edit ED_REFNAME
99cdf0e10cSrcweir	{
100cdf0e10cSrcweir	    HelpID = "sw:Edit:TP_FLD_REF:ED_REFNAME";
101cdf0e10cSrcweir		Border = TRUE ;
102*a710408bSAriel Constenla-Haile        Pos = MAP_APPFONT ( 88 , 167 ) ;
103*a710408bSAriel Constenla-Haile		Size = MAP_APPFONT ( 80 , 12 ) ;
104cdf0e10cSrcweir		TabStop = TRUE ;
105cdf0e10cSrcweir		Left = TRUE ;
106cdf0e10cSrcweir	};
107cdf0e10cSrcweir	FixedText FT_REFVALUE
108cdf0e10cSrcweir	{
109*a710408bSAriel Constenla-Haile        Pos = MAP_APPFONT ( 174 , 155 ) ;
110*a710408bSAriel Constenla-Haile		Size = MAP_APPFONT ( 80 , 8 ) ;
111cdf0e10cSrcweir		Text [ en-US ] = "~Value" ;
112cdf0e10cSrcweir		Disable = TRUE ;
113cdf0e10cSrcweir		Left = TRUE ;
114cdf0e10cSrcweir	};
115cdf0e10cSrcweir	Edit ED_REFVALUE
116cdf0e10cSrcweir	{
117cdf0e10cSrcweir	    HelpID = "sw:Edit:TP_FLD_REF:ED_REFVALUE";
118cdf0e10cSrcweir		Border = TRUE ;
119*a710408bSAriel Constenla-Haile        Pos = MAP_APPFONT ( 174 , 167 ) ;
120*a710408bSAriel Constenla-Haile		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	};
137cdf0e10cSrcweir    String STR_REFHEADING
138cdf0e10cSrcweir    {
139cdf0e10cSrcweir        Text [ en-US ] = "Headings" ;
140cdf0e10cSrcweir    };
141cdf0e10cSrcweir    String STR_REFNUMITEM
142cdf0e10cSrcweir    {
143cdf0e10cSrcweir        Text [ en-US ] = "Numbered Paragraphs" ;
144cdf0e10cSrcweir    };
145cdf0e10cSrcweir    Text [ en-US ] = "Cross-references" ;
146cdf0e10cSrcweir};
147