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: optchart.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 ************************************************************************/
31 #include "optchart.hrc"
32 #include <svx/dialogs.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 ) ;
42 Text [ en-US ] = "Default Colors";
43 FixedLine FL_CHART_COLOR_LIST
45 Pos = MAP_APPFONT ( 6 , 3 ) ;
46 Size = MAP_APPFONT ( 80 , 8 ) ;
47 Text [ en-US ] = "Chart colors";
48 Text [ x-comment ] = " ";
50 ListBox LB_CHART_COLOR_LIST
53 Pos = MAP_APPFONT ( 12 , 15 );
54 Size = MAP_APPFONT ( 68 , 152 );
58 FixedLine FL_COLOR_BOX
60 Pos = MAP_APPFONT ( 92 , 3 ) ;
61 Size = MAP_APPFONT ( 106 , 8 ) ;
62 Text [ en-US ] = "Color table" ;
63 Text [ x-comment ] = " ";
68 Pos = MAP_APPFONT ( 98 , 15 );
69 Size = MAP_APPFONT ( 94 , 152 );
72 PushButton PB_RESET_TO_DEFAULT
74 Pos = MAP_APPFONT ( 204 , 165 ) ;
75 Size = MAP_APPFONT ( 50 , 14 ) ;
76 Text [ en-US ] = "~Default";
77 Text [ x-comment ] = " ";
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)" ;