2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #include "optchart.hrc"
23 // tab page for setting the default colors used for new charts
25 TabPage RID_OPTPAGE_CHART_DEFCOLORS
27 HelpID = HID_OPTIONS_CHART_DEFCOLORS;
28 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
30 Text [ en-US ] = "Default Colors";
31 FixedLine FL_CHART_COLOR_LIST
33 Pos = MAP_APPFONT ( 6 , 3 ) ;
34 Size = MAP_APPFONT ( 80 , 8 ) ;
35 Text [ en-US ] = "Chart colors";
37 ListBox LB_CHART_COLOR_LIST
39 HelpID = "cui:ListBox:RID_OPTPAGE_CHART_DEFCOLORS:LB_CHART_COLOR_LIST";
41 Pos = MAP_APPFONT ( 12 , 15 );
42 Size = MAP_APPFONT ( 68 , 152 );
46 FixedLine FL_COLOR_BOX
48 Pos = MAP_APPFONT ( 92 , 3 ) ;
49 Size = MAP_APPFONT ( 106 , 8 ) ;
50 Text [ en-US ] = "Color table" ;
55 Pos = MAP_APPFONT ( 98 , 15 );
56 Size = MAP_APPFONT ( 94 , 152 );
59 PushButton PB_ADD_CHART_COLOR
61 Pos = MAP_APPFONT ( 204 , 15 ) ;
62 Size = MAP_APPFONT ( 50 , 14 ) ;
63 Text [ en-US ] = "~Add";
65 PushButton PB_REMOVE_CHART_COLOR
67 Pos = MAP_APPFONT ( 204 , 32 ) ;
68 Size = MAP_APPFONT ( 50 , 14 ) ;
69 Text [ en-US ] = "~Remove";
71 PushButton PB_RESET_TO_DEFAULT
73 HelpID = "cui:PushButton:RID_OPTPAGE_CHART_DEFCOLORS:PB_RESET_TO_DEFAULT";
74 Pos = MAP_APPFONT ( 204 , 165 ) ;
75 Size = MAP_APPFONT ( 50 , 14 ) ;
76 Text [ en-US ] = "~Default";
80 String RID_SVXSTR_DIAGRAM_ROW
82 // $(ROW) can be a number or the caption of the row in quotes
84 Text [ en-US ] = "Data Series $(ROW)" ;
86 QueryBox RID_OPTQB_COLOR_CHART_DELETE
89 DefButton = WB_DEF_NO ;
90 Message [ en-US ] = "Do you really want to delete the chart color?" ;
92 String RID_OPTSTR_COLOR_CHART_DELETE
94 Text [ en-US ] = "Chart Color Deletion" ;