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