1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include "globals.hrc"
21 #include "fldtdlg.hrc"
25 HelpID = HID_FLD_REF ;
28 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
31 Pos = MAP_APPFONT ( 6 , 3 ) ;
32 Size = MAP_APPFONT ( 76 , 8 ) ;
33 Text [ en-US ] = "~Type" ;
38 HelpID = "sw:ListBox:TP_FLD_REF:LB_REFTYPE";
40 Pos = MAP_APPFONT ( 6 , 14 ) ;
41 Size = MAP_APPFONT ( 76 , 165 ) ;
45 FixedText FT_REFSELECTION
47 Pos = MAP_APPFONT ( 88 , 3 ) ;
48 Size = MAP_APPFONT ( 76 , 8 ) ;
49 Text [ en-US ] = "S~election" ;
52 ListBox LB_REFSELECTION
54 HelpID = "sw:ListBox:TP_FLD_REF:LB_REFSELECTION";
56 Pos = MAP_APPFONT ( 88 , 14 ) ;
57 Size = MAP_APPFONT ( 166 , 73 ) ;
61 /* TreeListBox in order to have tool tips - shares window position and size with LB_REFSELECTION */
62 Control LB_REFSELECTION_TOOLTIP
64 HelpID = HID_REFSELECTION_TOOLTIP ;
66 Pos = MAP_APPFONT ( 88 , 14 ) ;
67 Size = MAP_APPFONT ( 166 , 73 ) ;
70 FixedText FT_REFFORMAT
72 Pos = MAP_APPFONT ( 88 , 93 ) ;
73 Size = MAP_APPFONT ( 76 , 8 ) ;
75 Text [ en-US ] = "Insert ~reference to" ;
79 HelpID = "sw:ListBox:TP_FLD_REF:LB_REFFORMAT";
81 Pos = MAP_APPFONT ( 88 , 104 ) ;
82 Size = MAP_APPFONT ( 76 , 75 ) ;
89 Pos = MAP_APPFONT ( 170 , 93 ) ;
90 Size = MAP_APPFONT ( 84 , 10 ) ;
92 Text [ en-US ] = "Na~me" ;
96 HelpID = "sw:Edit:TP_FLD_REF:ED_REFNAME";
98 Pos = MAP_APPFONT ( 170 , 104 ) ;
99 Size = MAP_APPFONT ( 84 , 12 ) ;
103 FixedText FT_REFVALUE
105 Pos = MAP_APPFONT ( 170 , 122 ) ;
106 Size = MAP_APPFONT ( 84 , 8 ) ;
107 Text [ en-US ] = "~Value" ;
113 HelpID = "sw:Edit:TP_FLD_REF:ED_REFVALUE";
115 Pos = MAP_APPFONT ( 170 , 136 ) ;
116 Size = MAP_APPFONT ( 84 , 12 ) ;
121 String STR_REFBOOKMARK
123 Text [ en-US ] = "Bookmarks" ;
125 String STR_REFFOOTNOTE
127 Text [ en-US ] = "Footnotes" ;
129 String STR_REFENDNOTE
131 Text [ en-US ] = "Endnotes" ;
133 String STR_REFHEADING
135 Text [ en-US ] = "Headings" ;
137 String STR_REFNUMITEM
139 Text [ en-US ] = "Numbered Paragraphs" ;
141 Text [ en-US ] = "Cross-references" ;
144 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */