xref: /trunk/main/sc/source/ui/formdlg/dwfunctr.src (revision 82177cdbfc5fbca7e9a45fdfffbbaeb8a0d1d1a3)
1*82177cdbSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*82177cdbSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*82177cdbSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*82177cdbSAndrew Rist * distributed with this work for additional information
6*82177cdbSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*82177cdbSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*82177cdbSAndrew Rist * "License"); you may not use this file except in compliance
9*82177cdbSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*82177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*82177cdbSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*82177cdbSAndrew Rist * software distributed under the License is distributed on an
15*82177cdbSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*82177cdbSAndrew Rist * KIND, either express or implied.  See the License for the
17*82177cdbSAndrew Rist * specific language governing permissions and limitations
18*82177cdbSAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*82177cdbSAndrew Rist *************************************************************/
21*82177cdbSAndrew Rist
22*82177cdbSAndrew Rist
23cdf0e10cSrcweir // include ---------------------------------------------------------------
24cdf0e10cSrcweir#include "sc.hrc"
25cdf0e10cSrcweir#include "dwfunctr.hrc"
26cdf0e10cSrcweir // pragma ----------------------------------------------------------------
27cdf0e10cSrcweir
28cdf0e10cSrcweir // RID_SVXDLG_CALCFUNC --------------------------------------------------
29cdf0e10cSrcweirDockingWindow FID_FUNCTION_BOX
30cdf0e10cSrcweir{
31cdf0e10cSrcweir    Border = TRUE ;
32cdf0e10cSrcweir    Hide = TRUE ;
33cdf0e10cSrcweir    SVLook = TRUE ;
34cdf0e10cSrcweir    Sizeable = TRUE ;
35cdf0e10cSrcweir    Moveable = TRUE ;
36cdf0e10cSrcweir    Closeable = TRUE ;
37cdf0e10cSrcweir    Zoomable = TRUE ;
38cdf0e10cSrcweir    Dockable = TRUE ;
39cdf0e10cSrcweir    EnableResizing = TRUE ;
40cdf0e10cSrcweir    Size = MAP_APPFONT ( 130 , 160 ) ;
41cdf0e10cSrcweir    HelpId = HID_FUNCTION_BOX ;
42cdf0e10cSrcweir    ListBox CB_CAT
43cdf0e10cSrcweir    {
44cdf0e10cSrcweir        HelpID = "sc:ListBox:FID_FUNCTION_BOX:CB_CAT";
45cdf0e10cSrcweir        Border = TRUE ;
46cdf0e10cSrcweir        Pos = MAP_APPFONT ( 20 , 4 ) ;
47cdf0e10cSrcweir        Size = MAP_APPFONT ( 56 , 80 ) ;
48cdf0e10cSrcweir        DropDown = TRUE ;
49cdf0e10cSrcweir        AutoSize = TRUE ;
50cdf0e10cSrcweir        TabStop = TRUE ;
51cdf0e10cSrcweir        DropDown = TRUE ;
52cdf0e10cSrcweir        AutoHScroll = TRUE ;
53cdf0e10cSrcweir        StringList [ en-US ] =
54cdf0e10cSrcweir        {
55cdf0e10cSrcweir            < "Last Used" ; Default ; > ;
56cdf0e10cSrcweir            < "All" ; Default ; > ;
57cdf0e10cSrcweir            < "Database" ; Default ; > ;
58cdf0e10cSrcweir            < "Date&Time" ; Default ; > ;
59cdf0e10cSrcweir            < "Financial" ; Default ; > ;
60cdf0e10cSrcweir            < "Information" ; Default ; > ;
61cdf0e10cSrcweir            < "Logical" ; Default ; > ;
62cdf0e10cSrcweir            < "Mathematical" ; Default ; > ;
63cdf0e10cSrcweir            < "Array" ; Default ; > ;
64cdf0e10cSrcweir            < "Statistical" ; Default ; > ;
65cdf0e10cSrcweir            < "Spreadsheet" ; Default ; > ;
66cdf0e10cSrcweir            < "Text" ; Default ; > ;
67cdf0e10cSrcweir            < "Add-in" ; Default ; > ;
68cdf0e10cSrcweir        };
69cdf0e10cSrcweir    };
70cdf0e10cSrcweir    ListBox DDLB_FUNC
71cdf0e10cSrcweir    {
72cdf0e10cSrcweir        HelpID = "sc:ListBox:FID_FUNCTION_BOX:DDLB_FUNC";
73cdf0e10cSrcweir        Border = TRUE ;
74cdf0e10cSrcweir        Pos = MAP_APPFONT ( 103 , 4 ) ;
75cdf0e10cSrcweir        Size = MAP_APPFONT ( 56 , 80 ) ;
76cdf0e10cSrcweir        Hide = TRUE ;
77cdf0e10cSrcweir        TabStop = TRUE ;
78cdf0e10cSrcweir        DropDown = TRUE ;
79cdf0e10cSrcweir        AutoHScroll = TRUE ;
80cdf0e10cSrcweir    };
81cdf0e10cSrcweir    ListBox LB_FUNC
82cdf0e10cSrcweir    {
83cdf0e10cSrcweir        HelpID = "sc:ListBox:FID_FUNCTION_BOX:LB_FUNC";
84cdf0e10cSrcweir        Border = TRUE ;
85cdf0e10cSrcweir        Pos = MAP_APPFONT ( 3 , 19 ) ;
86cdf0e10cSrcweir        Size = MAP_APPFONT ( 72 , 90 ) ;
87cdf0e10cSrcweir        TabStop = TRUE ;
88cdf0e10cSrcweir        AutoHScroll = TRUE ;
89cdf0e10cSrcweir    };
90cdf0e10cSrcweir    FixedText FI_FUNCDESC
91cdf0e10cSrcweir    {
92cdf0e10cSrcweir        WordBreak = TRUE ;
93cdf0e10cSrcweir        Border = TRUE ;
94cdf0e10cSrcweir        SVLook = TRUE ;
95cdf0e10cSrcweir        Pos = MAP_APPFONT ( 3 , 115 ) ;
96cdf0e10cSrcweir        Size = MAP_APPFONT ( 72 , 40 ) ;
97cdf0e10cSrcweir    };
98cdf0e10cSrcweir    Control FT_SPLIT
99cdf0e10cSrcweir    {
100cdf0e10cSrcweir        Pos = MAP_APPFONT ( 3 , 110 ) ;
101cdf0e10cSrcweir        Size = MAP_APPFONT ( 72 , 3 ) ;
102cdf0e10cSrcweir    };
103cdf0e10cSrcweir    ImageButton IMB_INSERT
104cdf0e10cSrcweir    {
105cdf0e10cSrcweir        HelpID = "sc:ImageButton:FID_FUNCTION_BOX:IMB_INSERT";
106cdf0e10cSrcweir        Pos = MAP_APPFONT ( 3 , 4 ) ;
107cdf0e10cSrcweir        Size = MAP_APPFONT ( 13 , 13 ) ;
108cdf0e10cSrcweir        TabStop = TRUE ;
109cdf0e10cSrcweir        ButtonImage = Image
110cdf0e10cSrcweir        {
111cdf0e10cSrcweir            ImageBitmap = Bitmap
112cdf0e10cSrcweir            {
113cdf0e10cSrcweir                File = "fx.bmp" ;
114cdf0e10cSrcweir            };
115cdf0e10cSrcweir            MaskColor = STD_MASKCOLOR;
116cdf0e10cSrcweir        };
117cdf0e10cSrcweir        DefButton = TRUE ;
118cdf0e10cSrcweir        QuickHelpText [ en-US ] = "Insert Function into calculation sheet" ;
119cdf0e10cSrcweir    };
120cdf0e10cSrcweir    Text [ en-US ] = "Functions" ;
121cdf0e10cSrcweir};
122cdf0e10cSrcweir // ********************************************************************** EOF
123cdf0e10cSrcweir
124cdf0e10cSrcweir
125cdf0e10cSrcweir
126cdf0e10cSrcweir
127cdf0e10cSrcweir
128cdf0e10cSrcweir
129cdf0e10cSrcweir
130cdf0e10cSrcweir
131cdf0e10cSrcweir
132cdf0e10cSrcweir
133cdf0e10cSrcweir
134cdf0e10cSrcweir
135cdf0e10cSrcweir
136cdf0e10cSrcweir
137cdf0e10cSrcweir
138cdf0e10cSrcweir
139cdf0e10cSrcweir
140cdf0e10cSrcweir
141cdf0e10cSrcweir
142cdf0e10cSrcweir
143cdf0e10cSrcweir
144cdf0e10cSrcweir
145cdf0e10cSrcweir
146cdf0e10cSrcweir
147cdf0e10cSrcweir
148cdf0e10cSrcweir
149cdf0e10cSrcweir
150cdf0e10cSrcweir
151cdf0e10cSrcweir
152cdf0e10cSrcweir
153cdf0e10cSrcweir
154cdf0e10cSrcweir
155cdf0e10cSrcweir
156