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: tp_PolarOptions.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 "tp_PolarOptions.hrc"
32 #include "HelpIds.hrc"
34 TabPage TP_POLAROPTIONS
38 Size = MAP_APPFONT ( 260 , 185 ) ;
42 Pos = MAP_APPFONT ( 12 , 8 );
43 Size = MAP_APPFONT ( 248 , 10 );
45 Text [ en-US ] = "~Clockwise direction";
47 FixedLine FL_STARTING_ANGLE
49 Pos = MAP_APPFONT ( 6 , 21 ) ;
50 Size = MAP_APPFONT ( 248 , 12 ) ;
51 Text [ en-US ] = "Starting angle" ;
55 HelpId = HID_SCH_STARTING_ANGLE_DIAL ;
56 Pos = MAP_APPFONT ( 12 , 38 ) ;
57 Size = MAP_APPFONT ( 43 , 43 ) ;
59 FixedText FT_ROTATION_DEGREES
61 Pos = MAP_APPFONT ( 93 , 55 ) ;
62 Size = MAP_APPFONT ( 166 , 8 ) ;
63 Text [ en-US ] = "~Degrees" ;
65 NumericField NF_STARTING_ANGLE
67 Pos = MAP_APPFONT ( 61 , 53 ) ;
68 Size = MAP_APPFONT ( 28 , 12 ) ;
77 FixedLine FL_PLOT_OPTIONS_POLAR
79 Pos = MAP_APPFONT ( 6 , 90 ) ;
80 Size = MAP_APPFONT ( 248 , 8 ) ;
81 Text [ en-US ] = "Plot options";
83 CheckBox CB_INCLUDE_HIDDEN_CELLS_POLAR
85 Pos = MAP_APPFONT ( 12 , 104 ) ;
86 Size = MAP_APPFONT ( 200 , 10 ) ;
88 Text [ en-US ] = "Include ~values from hidden cells";