xref: /trunk/main/sw/source/ui/config/optcomp.src (revision 178b6841)
18660f102SAndrew Rist/**************************************************************
2*178b6841Smseidel *
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*178b6841Smseidel *
118660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*178b6841Smseidel *
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*178b6841Smseidel *
208660f102SAndrew Rist *************************************************************/
218660f102SAndrew Rist
224b87ead9Smseidel
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "optcomp.hrc"
25cdf0e10cSrcweir#include "globals.hrc"
26cdf0e10cSrcweir#include "helpid.h"
27cdf0e10cSrcweir
28cdf0e10cSrcweir// TabPage TP_OPTCOMPATIBILITY_PAGE --------------------------------------
29cdf0e10cSrcweir
30cdf0e10cSrcweirTabPage TP_OPTCOMPATIBILITY_PAGE
31cdf0e10cSrcweir{
32cdf0e10cSrcweir	HelpID = HID_OPTCOMPATIBILITY_PAGE ;
33*178b6841Smseidel	Size = MAP_APPFONT ( 260, 185 ) ;
34cdf0e10cSrcweir	Hide = TRUE ;
35*178b6841Smseidel	FixedLine FL_MAIN
36cdf0e10cSrcweir	{
37*178b6841Smseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
38*178b6841Smseidel		Size = MAP_APPFONT ( 248, 8 ) ;
39*178b6841Smseidel		Text [ en-US ] = "Compatibility options for %DOCNAME" ;
40cdf0e10cSrcweir	};
41*178b6841Smseidel	FixedText FT_FORMATTING
42cdf0e10cSrcweir	{
43*178b6841Smseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
44*178b6841Smseidel		Size = MAP_APPFONT ( 236, 8 ) ;
45*178b6841Smseidel		Text [ en-US ] = "Recommended ~formatting options for" ;
46cdf0e10cSrcweir	};
47*178b6841Smseidel	ListBox LB_FORMATTING
48cdf0e10cSrcweir	{
49*178b6841Smseidel		HelpID = "sw:ListBox:TP_OPTCOMPATIBILITY_PAGE:LB_FORMATTING" ;
50*178b6841Smseidel		Pos = MAP_APPFONT ( 12, 25 ) ;
51*178b6841Smseidel		Size = MAP_APPFONT ( 118, 24 ) ;
52*178b6841Smseidel		DropDown = TRUE ;
53cdf0e10cSrcweir	};
54*178b6841Smseidel	FixedText FT_OPTIONS
55cdf0e10cSrcweir	{
56*178b6841Smseidel		Pos = MAP_APPFONT ( 12, 40 ) ;
57*178b6841Smseidel		Size = MAP_APPFONT ( 236, 8 ) ;
58*178b6841Smseidel		Text [ en-US ] = "~Options" ;
59cdf0e10cSrcweir	};
60cdf0e10cSrcweir	Control LB_OPTIONS
61cdf0e10cSrcweir	{
62cdf0e10cSrcweir		HelpId = HID_COMPATIBILITY_OPTIONS_BOX ;
63*178b6841Smseidel		Pos = MAP_APPFONT ( 12, 51 ) ;
64*178b6841Smseidel		Size = MAP_APPFONT ( 236, 108 ) ;
65cdf0e10cSrcweir		Border = TRUE ;
66*178b6841Smseidel		TabStop = TRUE ;
67cdf0e10cSrcweir	};
68*178b6841Smseidel	PushButton PB_RESET
69cdf0e10cSrcweir	{
70*178b6841Smseidel		HelpID = "sw:PushButton:TP_OPTCOMPATIBILITY_PAGE:PB_RESET" ;
71*178b6841Smseidel		Pos = MAP_APPFONT ( 125, 165 ) ;
72*178b6841Smseidel		Size = MAP_APPFONT ( 60, 14 ) ;
73*178b6841Smseidel		Text [ en-US ] = "~Reset" ;
74cdf0e10cSrcweir	};
75*178b6841Smseidel	PushButton PB_DEFAULT
76cdf0e10cSrcweir	{
77*178b6841Smseidel		HelpID = "sw:PushButton:TP_OPTCOMPATIBILITY_PAGE:PB_DEFAULT" ;
78*178b6841Smseidel		Pos = MAP_APPFONT ( 188, 165 ) ;
79*178b6841Smseidel		Size = MAP_APPFONT ( 60, 14 ) ;
80*178b6841Smseidel		Text [ en-US ] = "Use as ~Default" ;
81cdf0e10cSrcweir	};
82cdf0e10cSrcweir
83cdf0e10cSrcweir	String STR_USERENTRY
84cdf0e10cSrcweir	{
85*178b6841Smseidel		Text [ en-US ] = "<User settings>" ;
86cdf0e10cSrcweir	};
87cdf0e10cSrcweir
88cdf0e10cSrcweir	String STR_QRYBOX_USEASDEFAULT
89cdf0e10cSrcweir	{
90*178b6841Smseidel		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." ;
91cdf0e10cSrcweir	};
92cdf0e10cSrcweir
93cdf0e10cSrcweir// the option strings ----------------------------------------------------
94cdf0e10cSrcweir
95cdf0e10cSrcweir	String STR_PRINTER_METRICS
96cdf0e10cSrcweir	{
97*178b6841Smseidel		Text [ en-US ] = "Use printer metrics for document formatting" ;
98cdf0e10cSrcweir	};
99cdf0e10cSrcweir	String STR_MERGE_PARA_DIST
100cdf0e10cSrcweir	{
101*178b6841Smseidel		Text [ en-US ] = "Add spacing between paragraphs and tables (in current document)" ;
102cdf0e10cSrcweir	};
103cdf0e10cSrcweir	String STR_MERGE_PARA_DIST_PAGESTART
104cdf0e10cSrcweir	{
105*178b6841Smseidel		Text [ en-US ] = "Add paragraph and table spacing at tops of pages (in current document)" ;
106cdf0e10cSrcweir	};
107cdf0e10cSrcweir	String STR_TAB_ALIGNMENT
108cdf0e10cSrcweir	{
109*178b6841Smseidel		Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 tabstop formatting" ;
110cdf0e10cSrcweir	};
111cdf0e10cSrcweir	String STR_EXTERNAL_LEADING
112cdf0e10cSrcweir	{
113*178b6841Smseidel		Text [ en-US ] = "Do not add leading (extra space) between lines of text" ;
114cdf0e10cSrcweir	};
115cdf0e10cSrcweir	String STR_LINE_SPACING
116cdf0e10cSrcweir	{
117*178b6841Smseidel		Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 line spacing" ;
118cdf0e10cSrcweir	};
119cdf0e10cSrcweir	String STR_ADD_TABLESPACING
120cdf0e10cSrcweir	{
121*178b6841Smseidel		Text [ en-US ] = "Add paragraph and table spacing at bottom of table cells" ;
122cdf0e10cSrcweir	};
123cdf0e10cSrcweir	String STR_USE_OBJPOSITIONING
124cdf0e10cSrcweir	{
125*178b6841Smseidel		Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 object positioning" ;
126cdf0e10cSrcweir	};
127cdf0e10cSrcweir	String STR_USE_OURTEXTWRAPPING
128cdf0e10cSrcweir	{
129*178b6841Smseidel		Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 text wrapping around objects" ;
130cdf0e10cSrcweir	};
131cdf0e10cSrcweir	String STR_CONSIDER_WRAPPINGSTYLE
132cdf0e10cSrcweir	{
133*178b6841Smseidel		Text [ en-US ] = "Consider wrapping style when positioning objects" ;
134cdf0e10cSrcweir	};
135*178b6841Smseidel	String STR_EXPAND_WORDSPACE
136*178b6841Smseidel	{
137*178b6841Smseidel		Text [ en-US ] = "Expand word space on lines with manual line breaks in justified paragraphs" ;
138cdf0e10cSrcweir	};
139cdf0e10cSrcweir};
140*178b6841Smseidel
141*178b6841Smseidel// ********************************************************************** EOF
142