xref: /trunk/main/sw/source/ui/config/optcomp.src (revision 178b6841)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "optcomp.hrc"
25#include "globals.hrc"
26#include "helpid.h"
27
28// TabPage TP_OPTCOMPATIBILITY_PAGE --------------------------------------
29
30TabPage TP_OPTCOMPATIBILITY_PAGE
31{
32	HelpID = HID_OPTCOMPATIBILITY_PAGE ;
33	Size = MAP_APPFONT ( 260, 185 ) ;
34	Hide = TRUE ;
35	FixedLine FL_MAIN
36	{
37		Pos = MAP_APPFONT ( 6, 3 ) ;
38		Size = MAP_APPFONT ( 248, 8 ) ;
39		Text [ en-US ] = "Compatibility options for %DOCNAME" ;
40	};
41	FixedText FT_FORMATTING
42	{
43		Pos = MAP_APPFONT ( 12, 14 ) ;
44		Size = MAP_APPFONT ( 236, 8 ) ;
45		Text [ en-US ] = "Recommended ~formatting options for" ;
46	};
47	ListBox LB_FORMATTING
48	{
49		HelpID = "sw:ListBox:TP_OPTCOMPATIBILITY_PAGE:LB_FORMATTING" ;
50		Pos = MAP_APPFONT ( 12, 25 ) ;
51		Size = MAP_APPFONT ( 118, 24 ) ;
52		DropDown = TRUE ;
53	};
54	FixedText FT_OPTIONS
55	{
56		Pos = MAP_APPFONT ( 12, 40 ) ;
57		Size = MAP_APPFONT ( 236, 8 ) ;
58		Text [ en-US ] = "~Options" ;
59	};
60	Control LB_OPTIONS
61	{
62		HelpId = HID_COMPATIBILITY_OPTIONS_BOX ;
63		Pos = MAP_APPFONT ( 12, 51 ) ;
64		Size = MAP_APPFONT ( 236, 108 ) ;
65		Border = TRUE ;
66		TabStop = TRUE ;
67	};
68	PushButton PB_RESET
69	{
70		HelpID = "sw:PushButton:TP_OPTCOMPATIBILITY_PAGE:PB_RESET" ;
71		Pos = MAP_APPFONT ( 125, 165 ) ;
72		Size = MAP_APPFONT ( 60, 14 ) ;
73		Text [ en-US ] = "~Reset" ;
74	};
75	PushButton PB_DEFAULT
76	{
77		HelpID = "sw:PushButton:TP_OPTCOMPATIBILITY_PAGE:PB_DEFAULT" ;
78		Pos = MAP_APPFONT ( 188, 165 ) ;
79		Size = MAP_APPFONT ( 60, 14 ) ;
80		Text [ en-US ] = "Use as ~Default" ;
81	};
82
83	String STR_USERENTRY
84	{
85		Text [ en-US ] = "<User settings>" ;
86	};
87
88	String STR_QRYBOX_USEASDEFAULT
89	{
90		Text [ en-US ] = "Do you want to change the compatibility options of the default template?\nThis will affect all new documents based on the default template." ;
91	};
92
93// the option strings ----------------------------------------------------
94
95	String STR_PRINTER_METRICS
96	{
97		Text [ en-US ] = "Use printer metrics for document formatting" ;
98	};
99	String STR_MERGE_PARA_DIST
100	{
101		Text [ en-US ] = "Add spacing between paragraphs and tables (in current document)" ;
102	};
103	String STR_MERGE_PARA_DIST_PAGESTART
104	{
105		Text [ en-US ] = "Add paragraph and table spacing at tops of pages (in current document)" ;
106	};
107	String STR_TAB_ALIGNMENT
108	{
109		Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 tabstop formatting" ;
110	};
111	String STR_EXTERNAL_LEADING
112	{
113		Text [ en-US ] = "Do not add leading (extra space) between lines of text" ;
114	};
115	String STR_LINE_SPACING
116	{
117		Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 line spacing" ;
118	};
119	String STR_ADD_TABLESPACING
120	{
121		Text [ en-US ] = "Add paragraph and table spacing at bottom of table cells" ;
122	};
123	String STR_USE_OBJPOSITIONING
124	{
125		Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 object positioning" ;
126	};
127	String STR_USE_OURTEXTWRAPPING
128	{
129		Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 text wrapping around objects" ;
130	};
131	String STR_CONSIDER_WRAPPINGSTYLE
132	{
133		Text [ en-US ] = "Consider wrapping style when positioning objects" ;
134	};
135	String STR_EXPAND_WORDSPACE
136	{
137		Text [ en-US ] = "Expand word space on lines with manual line breaks in justified paragraphs" ;
138	};
139};
140
141// ********************************************************************** EOF
142