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