1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
21 #include "dwfunctr.hrc"
23 DockingWindow FID_FUNCTION_BOX
33 EnableResizing = TRUE ;
34 Size = MAP_APPFONT ( 130 , 160 ) ;
35 HelpId = HID_FUNCTION_BOX ;
38 HelpID = "sc:ListBox:FID_FUNCTION_BOX:CB_CAT";
40 Pos = MAP_APPFONT ( 20 , 4 ) ;
41 Size = MAP_APPFONT ( 56 , 80 ) ;
47 StringList [ en-US ] =
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 ; > ;
66 HelpID = "sc:ListBox:FID_FUNCTION_BOX:DDLB_FUNC";
68 Pos = MAP_APPFONT ( 103 , 4 ) ;
69 Size = MAP_APPFONT ( 56 , 80 ) ;
77 HelpID = "sc:ListBox:FID_FUNCTION_BOX:LB_FUNC";
79 Pos = MAP_APPFONT ( 3 , 19 ) ;
80 Size = MAP_APPFONT ( 72 , 90 ) ;
89 Pos = MAP_APPFONT ( 3 , 115 ) ;
90 Size = MAP_APPFONT ( 72 , 40 ) ;
94 Pos = MAP_APPFONT ( 3 , 110 ) ;
95 Size = MAP_APPFONT ( 72 , 3 ) ;
97 ImageButton IMB_INSERT
99 HelpID = "sc:ImageButton:FID_FUNCTION_BOX:IMB_INSERT";
100 Pos = MAP_APPFONT ( 3 , 4 ) ;
101 Size = MAP_APPFONT ( 13 , 13 ) ;
109 MaskColor = STD_MASKCOLOR;
112 QuickHelpText [ en-US ] = "Insert Function into calculation sheet" ;
114 Text [ en-US ] = "Functions" ;
117 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */