Update ooo320-m1
[ooovba.git] / sc / source / ui / formdlg / dwfunctr.src
blobf21b9c5c9ed0ff8cedce18ba7bc65667ec876467
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: dwfunctr.src,v $
10  * $Revision: 1.35 $
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  ************************************************************************/
30  // include ---------------------------------------------------------------
31 #include "sc.hrc"
32 #include "dwfunctr.hrc"
33  // pragma ----------------------------------------------------------------
35  // RID_SVXDLG_CALCFUNC --------------------------------------------------
36 DockingWindow FID_FUNCTION_BOX
38     Border = TRUE ;
39     Hide = TRUE ;
40     SVLook = TRUE ;
41     Sizeable = TRUE ;
42     Moveable = TRUE ;
43     Closeable = TRUE ;
44     Zoomable = TRUE ;
45     Dockable = TRUE ;
46     EnableResizing = TRUE ;
47     Size = MAP_APPFONT ( 130 , 160 ) ;
48     HelpId = HID_FUNCTION_BOX ;
49     ListBox CB_CAT
50     {
51         Border = TRUE ;
52         Pos = MAP_APPFONT ( 20 , 4 ) ;
53         Size = MAP_APPFONT ( 56 , 80 ) ;
54         DropDown = TRUE ;
55         AutoSize = TRUE ;
56         TabStop = TRUE ;
57         DropDown = TRUE ;
58         AutoHScroll = TRUE ;
59         StringList [ en-US ] =
60         {
61             < "Last Used" ; Default ; > ;
62             < "All" ; Default ; > ;
63             < "Database" ; Default ; > ;
64             < "Date&Time" ; Default ; > ;
65             < "Financial" ; Default ; > ;
66             < "Information" ; Default ; > ;
67             < "Logical" ; Default ; > ;
68             < "Mathematical" ; Default ; > ;
69             < "Array" ; Default ; > ;
70             < "Statistical" ; Default ; > ;
71             < "Spreadsheet" ; Default ; > ;
72             < "Text" ; Default ; > ;
73             < "Add-in" ; Default ; > ;
74         };
75     };
76     ListBox DDLB_FUNC
77     {
78         Border = TRUE ;
79         Pos = MAP_APPFONT ( 103 , 4 ) ;
80         Size = MAP_APPFONT ( 56 , 80 ) ;
81         Hide = TRUE ;
82         TabStop = TRUE ;
83         DropDown = TRUE ;
84         AutoHScroll = TRUE ;
85     };
86     ListBox LB_FUNC
87     {
88         Border = TRUE ;
89         Pos = MAP_APPFONT ( 3 , 19 ) ;
90         Size = MAP_APPFONT ( 72 , 90 ) ;
91         TabStop = TRUE ;
92         AutoHScroll = TRUE ;
93     };
94     FixedText FI_FUNCDESC
95     {
96         WordBreak = TRUE ;
97         Border = TRUE ;
98         SVLook = TRUE ;
99         Pos = MAP_APPFONT ( 3 , 115 ) ;
100         Size = MAP_APPFONT ( 72 , 40 ) ;
101     };
102     Control FT_SPLIT
103     {
104         Pos = MAP_APPFONT ( 3 , 110 ) ;
105         Size = MAP_APPFONT ( 72 , 3 ) ;
106     };
107     ImageButton IMB_INSERT
108     {
109         Pos = MAP_APPFONT ( 3 , 4 ) ;
110         Size = MAP_APPFONT ( 13 , 13 ) ;
111         TabStop = TRUE ;
112         ButtonImage = Image
113         {
114             ImageBitmap = Bitmap
115             {
116                 File = "fx.bmp" ;
117             };
118             MaskColor = STD_MASKCOLOR;
119         };
120         DefButton = TRUE ;
121         QuickHelpText [ en-US ] = "Insert Function into calculation sheet" ;
122     };
123     Text [ en-US ] = "Functions" ;
125  // ********************************************************************** EOF