Update ooo320-m1
[ooovba.git] / svx / source / options / optchart.src
blobbaaa6acde7a34110be6be0996cd7aabaa17befd9
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: optchart.src,v $
10  * $Revision: 1.5 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31 #include "optchart.hrc"
32 #include <svx/dialogs.hrc>
33 #include "helpid.hrc"
35 // tab page for setting the default colors used for new charts
37 TabPage RID_OPTPAGE_CHART_DEFCOLORS
39     HelpID      = HID_OPTIONS_CHART_DEFCOLORS;
40     Size        = MAP_APPFONT ( 260 , 185 ) ;
41     Hide        = TRUE;
42     Text [ en-US ] = "Default Colors";
43     FixedLine FL_CHART_COLOR_LIST
44     {
45         Pos             = MAP_APPFONT ( 6 , 3  ) ;
46         Size    = MAP_APPFONT ( 80 , 8 ) ;
47         Text [ en-US ] = "Chart colors";
48         Text [ x-comment ] = " ";
49     };
50     ListBox LB_CHART_COLOR_LIST
51     {
52         Border          = TRUE;
53         Pos                     = MAP_APPFONT ( 12 , 15  );
54         Size            = MAP_APPFONT ( 68 , 152 );
55         DropDown        = FALSE;
56         TabStop         = TRUE ;
57     };
58     FixedLine FL_COLOR_BOX
59     {
60         Pos             = MAP_APPFONT ( 92 , 3  ) ;
61         Size    = MAP_APPFONT ( 106 , 8 ) ;
62         Text [ en-US ] = "Color table" ;
63         Text [ x-comment ] = " ";
64     };
65     Control CT_COLOR_BOX
66     {
67         Border          = TRUE;
68         Pos                     = MAP_APPFONT ( 98 , 15  );
69         Size            = MAP_APPFONT ( 94 , 152 );
70         TabStop         = TRUE ;
71     };
72     PushButton PB_RESET_TO_DEFAULT
73     {
74         Pos = MAP_APPFONT ( 204 , 165 ) ;
75         Size = MAP_APPFONT ( 50 , 14 ) ;
76         Text [ en-US ] = "~Default";
77         Text [ x-comment ] = " ";
78     };
81 String RID_SVXSTR_DIAGRAM_ROW
83     // $(ROW) can be a number or the caption of the row in quotes
85     Text [ en-US ] = "Data Series $(ROW)" ;