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