1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
27 #include "HelpIds.hrc"
28 #include "tp_RangeChooser.hrc"
29 #include "SchSlotIds.hxx"
30 #include "dlg_CreationWizard.hrc"
32 #ifndef _SVT_CONTROLDIMS_HRC_
33 #include <svtools/controldims.hrc>
36 #define MASKCOLOR MaskColor = Color { Red = 0xC000 ; Green = 0xC000 ; Blue = 0xC000 ; }
38 TabPage TP_RANGECHOOSER
40 HelpID = "chart2:TabPage:TP_RANGECHOOSER";
43 Size = MAP_APPFONT ( 248, 140 ) ;
45 FixedText FT_CAPTION_FOR_WIZARD
47 Pos = MAP_APPFONT ( 5 , 8 ) ;
48 Size = MAP_APPFONT ( 238 , 10 ) ;
49 Text [ en-US ] = "Choose a data range" ;
53 Pos = MAP_APPFONT ( 6 , 22 ) ;
54 Size = MAP_APPFONT ( 236 , 8 ) ;
55 Text [ en-US ] = "~Data range" ;
59 HelpID = "chart2:Edit:TP_RANGECHOOSER:ED_RANGE";
61 Pos = MAP_APPFONT ( 6 , 32 ) ;
62 Size = MAP_APPFONT ( 220 , 12 ) ;
66 HelpID = "chart2:ImageButton:TP_RANGECHOOSER:IB_RANGE";
67 Pos = MAP_APPFONT ( 228 , 31 ) ;
68 Size = MAP_APPFONT ( 14 , 14 ) ;
71 RadioButton RB_DATAROWS
73 HelpID = "chart2:RadioButton:TP_RANGECHOOSER:RB_DATAROWS";
74 Pos = MAP_APPFONT ( 6 , 52 ) ;
75 Size = MAP_APPFONT ( 236 , 10 ) ;
77 Text [ en-US ] = "Data series in ~rows" ;
79 RadioButton RB_DATACOLS
81 HelpID = "chart2:RadioButton:TP_RANGECHOOSER:RB_DATACOLS";
82 Pos = MAP_APPFONT ( 6 , 66 ) ;
83 Size = MAP_APPFONT ( 236 , 10 ) ;
85 Text [ en-US ] = "Data series in ~columns" ;
87 CheckBox CB_FIRST_ROW_ASLABELS
89 HelpID = "chart2:CheckBox:TP_RANGECHOOSER:CB_FIRST_ROW_ASLABELS";
90 Pos = MAP_APPFONT ( 6 , 84 ) ;
91 Size = MAP_APPFONT ( 236 , 10 ) ;
92 Text [ en-US ] = "~First row as label" ;
94 CheckBox CB_FIRST_COLUMN_ASLABELS
96 HelpID = "chart2:CheckBox:TP_RANGECHOOSER:CB_FIRST_COLUMN_ASLABELS";
97 Pos = MAP_APPFONT ( 6 , 98 ) ;
98 Size = MAP_APPFONT ( 236 , 10 ) ;
99 Text [ en-US ] = "F~irst column as label" ;