summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_SeriesToAxis.src
blob: 1b5e05f343b39d0c648c0809d9051ff6758cb989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#include <sfx2/tabpage.hrc>

#include "HelpIds.hrc"
#include "tp_SeriesToAxis.hrc"

TabPage TP_OPTIONS
{
    HelpID = "chart2:TabPage:TP_OPTIONS";
    Hide = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;

    FixedLine 1
    {
        Pos = MAP_APPFONT ( 6 , 6  ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ en-US ] = "Align data series to";
    };

    RadioButton RBT_OPT_AXIS_1
    {
        HelpID = "chart2:RadioButton:TP_OPTIONS:RBT_OPT_AXIS_1";
        Pos = MAP_APPFONT ( 12 , 20  ) ;
        Size = MAP_APPFONT ( 80 , 10 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Primary Y axis";
    };

    RadioButton RBT_OPT_AXIS_2
    {
        HelpID = "chart2:RadioButton:TP_OPTIONS:RBT_OPT_AXIS_2";
        Pos = MAP_APPFONT ( 12 , 34  ) ;
        Size = MAP_APPFONT ( 80 , 10 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Secondary Y axis";
    };

    FixedLine GB_BAR
    {
        Pos = MAP_APPFONT ( 6 , 50  ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ en-US ] = "Settings";
    };

    FixedText FT_OVERLAP
    {
        Pos = MAP_APPFONT ( 12 , 80 ) ;
        Size = MAP_APPFONT ( 47 , 8 ) ;
        Text [ en-US ] = "~Overlap";
    };

    MetricField MT_OVERLAP
    {
        HelpID = "chart2:MetricField:TP_OPTIONS:MT_OVERLAP";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 63 , 78 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        TabStop = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = -100 ;
        Maximum = 100 ;
        StrictFormat = TRUE ;
        Unit = FUNIT_CUSTOM ;
        CustomUnitText  = "%" ;
        First = 1 ;
        Last = 100 ;
        SpinSize = 1 ;
        DecimalDigits = 0 ;
    };

    FixedText FT_GAP
    {
        Pos = MAP_APPFONT ( 12 , 64 ) ;
        Size = MAP_APPFONT ( 47 , 8 ) ;
        Text [ en-US ] = "~Spacing";
    };

    MetricField MT_GAP
    {
        HelpID = "chart2:MetricField:TP_OPTIONS:MT_GAP";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 63 , 62 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        TabStop = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 0 ;
        Maximum = 600 ;
        StrictFormat = TRUE ;
        Unit = FUNIT_CUSTOM ;
        CustomUnitText  = "%" ;
        First = 1 ;
        Last = 100 ;
        SpinSize = 1 ;
        DecimalDigits = 0 ;
    };

    CheckBox CB_CONNECTOR
    {
        HelpID = "chart2:CheckBox:TP_OPTIONS:CB_CONNECTOR";
        Pos = MAP_APPFONT ( 12 , 97 ) ;
        Size = MAP_APPFONT ( 200 , 10 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Connection lines";
    };

    CheckBox CB_BARS_SIDE_BY_SIDE
    {
        HelpID = "chart2:CheckBox:TP_OPTIONS:CB_BARS_SIDE_BY_SIDE";
        Pos = MAP_APPFONT ( 12 , 97 ) ;
        Size = MAP_APPFONT ( 200 , 10 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Show ~bars side by side";
    };

    FixedLine FL_PLOT_OPTIONS
    {
        Pos = MAP_APPFONT ( 6 , 113  ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ en-US ] = "Plot options";
    };

    FixedText FT_MISSING_VALUES
    {
        Pos = MAP_APPFONT ( 12 , 127  ) ;
        Size = MAP_APPFONT ( 80 , 8 ) ;
        Text [ en-US ] = "Plot missing values";
    };

    RadioButton RB_DONT_PAINT
    {
        HelpID = "chart2:RadioButton:TP_OPTIONS:RB_DONT_PAINT";
        Pos = MAP_APPFONT ( 82 , 127  ) ;
        Size = MAP_APPFONT ( 80 , 10 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Leave gap";
    };

    RadioButton RB_ASSUME_ZERO
    {
        HelpID = "chart2:RadioButton:TP_OPTIONS:RB_ASSUME_ZERO";
        Pos = MAP_APPFONT ( 82 , 141  ) ;
        Size = MAP_APPFONT ( 80 , 10 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Assume zero";
    };

    RadioButton RB_CONTINUE_LINE
    {
        HelpID = "chart2:RadioButton:TP_OPTIONS:RB_CONTINUE_LINE";
        Pos = MAP_APPFONT ( 82 , 155  ) ;
        Size = MAP_APPFONT ( 80 , 10 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Continue line";
    };

    CheckBox CB_INCLUDE_HIDDEN_CELLS
    {
        HelpID = "chart2:CheckBox:TP_OPTIONS:CB_INCLUDE_HIDDEN_CELLS";
        Pos = MAP_APPFONT ( 12 , 172 ) ;
        Size = MAP_APPFONT ( 200 , 10 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Include ~values from hidden cells";
    };
};