fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / sc / source / ui / formdlg / dwfunctr.src
blobbbfcd621e61be71a6c096d8d09f1cc0015a1d2ba
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 DockingWindow FID_FUNCTION_BOX
25     Border = TRUE ;
26     Hide = TRUE ;
27     SVLook = TRUE ;
28     Sizeable = TRUE ;
29     Moveable = TRUE ;
30     Closeable = TRUE ;
31     Zoomable = TRUE ;
32     Dockable = TRUE ;
33     EnableResizing = TRUE ;
34     Size = MAP_APPFONT ( 130 , 160 ) ;
35     HelpId = HID_FUNCTION_BOX ;
36     ListBox CB_CAT
37     {
38         HelpID = "sc:ListBox:FID_FUNCTION_BOX:CB_CAT";
39         Border = TRUE ;
40         Pos = MAP_APPFONT ( 20 , 4 ) ;
41         Size = MAP_APPFONT ( 56 , 80 ) ;
42         DropDown = TRUE ;
43         AutoSize = TRUE ;
44         TabStop = TRUE ;
45         DropDown = TRUE ;
46         AutoHScroll = TRUE ;
47         StringList [ en-US ] =
48         {
49             < "Last Used" ; Default ; > ;
50             < "All" ; Default ; > ;
51             < "Database" ; Default ; > ;
52             < "Date&Time" ; Default ; > ;
53             < "Financial" ; Default ; > ;
54             < "Information" ; Default ; > ;
55             < "Logical" ; Default ; > ;
56             < "Mathematical" ; Default ; > ;
57             < "Array" ; Default ; > ;
58             < "Statistical" ; Default ; > ;
59             < "Spreadsheet" ; Default ; > ;
60             < "Text" ; Default ; > ;
61             < "Add-in" ; Default ; > ;
62         };
63     };
64     ListBox DDLB_FUNC
65     {
66         HelpID = "sc:ListBox:FID_FUNCTION_BOX:DDLB_FUNC";
67         Border = TRUE ;
68         Pos = MAP_APPFONT ( 103 , 4 ) ;
69         Size = MAP_APPFONT ( 56 , 80 ) ;
70         Hide = TRUE ;
71         TabStop = TRUE ;
72         DropDown = TRUE ;
73         AutoHScroll = TRUE ;
74     };
75     ListBox LB_FUNC
76     {
77         HelpID = "sc:ListBox:FID_FUNCTION_BOX:LB_FUNC";
78         Border = TRUE ;
79         Pos = MAP_APPFONT ( 3 , 19 ) ;
80         Size = MAP_APPFONT ( 72 , 90 ) ;
81         TabStop = TRUE ;
82         AutoHScroll = TRUE ;
83     };
84     FixedText FI_FUNCDESC
85     {
86         WordBreak = TRUE ;
87         Border = TRUE ;
88         SVLook = TRUE ;
89         Pos = MAP_APPFONT ( 3 , 115 ) ;
90         Size = MAP_APPFONT ( 72 , 40 ) ;
91     };
92     Control FT_SPLIT
93     {
94         Pos = MAP_APPFONT ( 3 , 110 ) ;
95         Size = MAP_APPFONT ( 72 , 3 ) ;
96     };
97     ImageButton IMB_INSERT
98     {
99         HelpID = "sc:ImageButton:FID_FUNCTION_BOX:IMB_INSERT";
100         Pos = MAP_APPFONT ( 3 , 4 ) ;
101         Size = MAP_APPFONT ( 13 , 13 ) ;
102         TabStop = TRUE ;
103         ButtonImage = Image
104         {
105             ImageBitmap = Bitmap
106             {
107                 File = "fx.png";
108             };
109             MaskColor = STD_MASKCOLOR;
110         };
111         DefButton = TRUE ;
112         QuickHelpText [ en-US ] = "Insert Function into calculation sheet" ;
113     };
114     Text [ en-US ] = "Functions" ;
117 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */