1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: tp_SeriesToAxis.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #include "HelpIds.hrc"
31 #include "tp_SeriesToAxis.hrc"
36 // HelpID = HID_LAYOUT ;
38 Size = MAP_APPFONT ( 260 , 185 ) ;
41 Pos = MAP_APPFONT ( 6 , 6 ) ;
42 Size = MAP_APPFONT ( 248 , 8 ) ;
43 Text [ en-US ] = "Align data series to";
45 RadioButton RBT_OPT_AXIS_1
47 Pos = MAP_APPFONT ( 12 , 20 ) ;
48 Size = MAP_APPFONT ( 80 , 10 ) ;
50 Text [ en-US ] = "Primary Y axis";
52 RadioButton RBT_OPT_AXIS_2
54 Pos = MAP_APPFONT ( 12 , 34 ) ;
55 Size = MAP_APPFONT ( 80 , 10 ) ;
57 Text [ en-US ] = "Secondary Y axis";
62 Pos = MAP_APPFONT ( 6 , 50 ) ;
63 Size = MAP_APPFONT ( 248 , 8 ) ;
64 Text [ en-US ] = "Settings";
68 Pos = MAP_APPFONT ( 12 , 80 ) ;
69 Size = MAP_APPFONT ( 47 , 8 ) ;
70 Text [ en-US ] = "~Overlap";
73 MetricField MT_OVERLAP
76 Pos = MAP_APPFONT ( 63 , 78 ) ;
77 Size = MAP_APPFONT ( 40 , 12 ) ;
85 CustomUnitText = "%" ;
94 Pos = MAP_APPFONT ( 12 , 64 ) ;
95 Size = MAP_APPFONT ( 47 , 8 ) ;
96 Text [ en-US ] = "~Spacing";
102 Pos = MAP_APPFONT ( 63 , 62 ) ;
103 Size = MAP_APPFONT ( 40 , 12 ) ;
109 StrictFormat = TRUE ;
110 Unit = FUNIT_CUSTOM ;
111 CustomUnitText = "%" ;
118 CheckBox CB_CONNECTOR
120 Pos = MAP_APPFONT ( 12 , 97 ) ;
121 Size = MAP_APPFONT ( 200 , 10 ) ;
123 Text [ en-US ] = "Connection lines";
126 CheckBox CB_BARS_SIDE_BY_SIDE
128 Pos = MAP_APPFONT ( 12 , 97 ) ;
129 Size = MAP_APPFONT ( 200 , 10 ) ;
131 Text [ en-US ] = "Show ~bars side by side";
134 FixedLine FL_PLOT_OPTIONS
136 Pos = MAP_APPFONT ( 6 , 113 ) ;
137 Size = MAP_APPFONT ( 248 , 8 ) ;
138 Text [ en-US ] = "Plot options";
141 FixedText FT_MISSING_VALUES
143 Pos = MAP_APPFONT ( 12 , 127 ) ;
144 Size = MAP_APPFONT ( 80 , 8 ) ;
145 Text [ en-US ] = "Plot missing values";
148 RadioButton RB_DONT_PAINT
150 Pos = MAP_APPFONT ( 82 , 127 ) ;
151 Size = MAP_APPFONT ( 80 , 10 ) ;
153 Text [ en-US ] = "~Leave gap";
156 RadioButton RB_ASSUME_ZERO
158 Pos = MAP_APPFONT ( 82 , 141 ) ;
159 Size = MAP_APPFONT ( 80 , 10 ) ;
161 Text [ en-US ] = "~Assume zero";
164 RadioButton RB_CONTINUE_LINE
166 Pos = MAP_APPFONT ( 82 , 155 ) ;
167 Size = MAP_APPFONT ( 80 , 10 ) ;
169 Text [ en-US ] = "~Continue line";
172 CheckBox CB_INCLUDE_HIDDEN_CELLS
174 Pos = MAP_APPFONT ( 12 , 172 ) ;
175 Size = MAP_APPFONT ( 200 , 10 ) ;
177 Text [ en-US ] = "Include ~values from hidden cells";