Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / sc / source / ui / formdlg / dwfunctr.src
blob4aecde6389f725ff7dab35e4e12677b1f71ad89e
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "sc.hrc"
21 #include "dwfunctr.hrc"
23 Window FID_FUNCTION_BOX
25     SVLook = TRUE ;
26     Size = MAP_APPFONT ( 130 , 160 ) ;
27     HelpId = HID_FUNCTION_BOX ;
28     ListBox CB_CAT
29     {
30         HelpID = "sc:ListBox:FID_FUNCTION_BOX:CB_CAT";
31         Border = TRUE ;
32         Pos = MAP_APPFONT ( 20 , 4 ) ;
33         Size = MAP_APPFONT ( 56 , 80 ) ;
34         DropDown = TRUE ;
35         AutoSize = TRUE ;
36         TabStop = TRUE ;
37         DropDown = TRUE ;
38         AutoHScroll = TRUE ;
39         StringList [ en-US ] =
40         {
41             < "Last Used" ; Default ; > ;
42             < "All" ; Default ; > ;
43             < "Database" ; Default ; > ;
44             < "Date&Time" ; Default ; > ;
45             < "Financial" ; Default ; > ;
46             < "Information" ; Default ; > ;
47             < "Logical" ; Default ; > ;
48             < "Mathematical" ; Default ; > ;
49             < "Array" ; Default ; > ;
50             < "Statistical" ; Default ; > ;
51             < "Spreadsheet" ; Default ; > ;
52             < "Text" ; Default ; > ;
53             < "Add-in" ; Default ; > ;
54         };
55     };
56     ListBox DDLB_FUNC
57     {
58         HelpID = "sc:ListBox:FID_FUNCTION_BOX:DDLB_FUNC";
59         Border = TRUE ;
60         Pos = MAP_APPFONT ( 103 , 4 ) ;
61         Size = MAP_APPFONT ( 56 , 80 ) ;
62         Hide = TRUE ;
63         TabStop = TRUE ;
64         DropDown = TRUE ;
65         AutoHScroll = TRUE ;
66     };
67     ListBox LB_FUNC
68     {
69         HelpID = "sc:ListBox:FID_FUNCTION_BOX:LB_FUNC";
70         Border = TRUE ;
71         Pos = MAP_APPFONT ( 3 , 19 ) ;
72         Size = MAP_APPFONT ( 72 , 90 ) ;
73         TabStop = TRUE ;
74         AutoHScroll = TRUE ;
75     };
76     FixedText FI_FUNCDESC
77     {
78         WordBreak = TRUE ;
79         Border = TRUE ;
80         SVLook = TRUE ;
81         Pos = MAP_APPFONT ( 3 , 115 ) ;
82         Size = MAP_APPFONT ( 72 , 40 ) ;
83     };
84     Control FT_SPLIT
85     {
86         Pos = MAP_APPFONT ( 3 , 110 ) ;
87         Size = MAP_APPFONT ( 72 , 3 ) ;
88     };
89     ImageButton IMB_INSERT
90     {
91         HelpID = "sc:ImageButton:FID_FUNCTION_BOX:IMB_INSERT";
92         Pos = MAP_APPFONT ( 3 , 4 ) ;
93         Size = MAP_APPFONT ( 13 , 13 ) ;
94         TabStop = TRUE ;
95         ButtonImage = Image
96         {
97             ImageBitmap = Bitmap
98             {
99                 File = "fx.png";
100             };
101             MaskColor = STD_MASKCOLOR;
102         };
103         DefButton = TRUE ;
104         QuickHelpText [ en-US ] = "Insert Function into calculation sheet" ;
105     };
106     Text [ en-US ] = "Functions" ;
109 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */