xref: /trunk/main/sc/source/ui/formdlg/dwfunctr.src (revision 1673b41c)
182177cdbSAndrew Rist/**************************************************************
213a89b3eSMatthias Seidel *
382177cdbSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
482177cdbSAndrew Rist * or more contributor license agreements.  See the NOTICE file
582177cdbSAndrew Rist * distributed with this work for additional information
682177cdbSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
782177cdbSAndrew Rist * to you under the Apache License, Version 2.0 (the
882177cdbSAndrew Rist * "License"); you may not use this file except in compliance
982177cdbSAndrew Rist * with the License.  You may obtain a copy of the License at
1013a89b3eSMatthias Seidel *
1182177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
1213a89b3eSMatthias Seidel *
1382177cdbSAndrew Rist * Unless required by applicable law or agreed to in writing,
1482177cdbSAndrew Rist * software distributed under the License is distributed on an
1582177cdbSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1682177cdbSAndrew Rist * KIND, either express or implied.  See the License for the
1782177cdbSAndrew Rist * specific language governing permissions and limitations
1882177cdbSAndrew Rist * under the License.
1913a89b3eSMatthias Seidel *
2082177cdbSAndrew Rist *************************************************************/
2182177cdbSAndrew Rist
2282177cdbSAndrew Rist
2313a89b3eSMatthias Seidel
2413a89b3eSMatthias Seidel// include ---------------------------------------------------------------
25cdf0e10cSrcweir#include "sc.hrc"
26cdf0e10cSrcweir#include "dwfunctr.hrc"
2713a89b3eSMatthias Seidel// pragma ----------------------------------------------------------------
28cdf0e10cSrcweir
2913a89b3eSMatthias Seidel// RID_SVXDLG_CALCFUNC --------------------------------------------------
30cdf0e10cSrcweirDockingWindow FID_FUNCTION_BOX
31cdf0e10cSrcweir{
32cdf0e10cSrcweir	Border = TRUE ;
33cdf0e10cSrcweir	Hide = TRUE ;
34cdf0e10cSrcweir	SVLook = TRUE ;
35cdf0e10cSrcweir	Sizeable = TRUE ;
36cdf0e10cSrcweir	Moveable = TRUE ;
37cdf0e10cSrcweir	Closeable = TRUE ;
38cdf0e10cSrcweir	Zoomable = TRUE ;
39cdf0e10cSrcweir	Dockable = TRUE ;
40cdf0e10cSrcweir	EnableResizing = TRUE ;
4113a89b3eSMatthias Seidel	Size = MAP_APPFONT ( 130, 160 ) ;
42cdf0e10cSrcweir	HelpId = HID_FUNCTION_BOX ;
43cdf0e10cSrcweir	ListBox CB_CAT
44cdf0e10cSrcweir	{
4513a89b3eSMatthias Seidel		HelpID = "sc:ListBox:FID_FUNCTION_BOX:CB_CAT" ;
46cdf0e10cSrcweir		Border = TRUE ;
4713a89b3eSMatthias Seidel		Pos = MAP_APPFONT ( 20, 4 ) ;
4813a89b3eSMatthias Seidel		Size = MAP_APPFONT ( 56, 80 ) ;
49cdf0e10cSrcweir		DropDown = TRUE ;
50cdf0e10cSrcweir		AutoSize = TRUE ;
51cdf0e10cSrcweir		TabStop = TRUE ;
52cdf0e10cSrcweir		DropDown = TRUE ;
53cdf0e10cSrcweir		AutoHScroll = TRUE ;
54cdf0e10cSrcweir		StringList [ en-US ] =
55cdf0e10cSrcweir		{
5613a89b3eSMatthias Seidel			< "Last Used" ;		Default ; > ;
5713a89b3eSMatthias Seidel			< "All" ;			Default ; > ;
5813a89b3eSMatthias Seidel			< "Database" ;		Default ; > ;
59*1673b41cSmseidel			< "Date & Time" ;	Default ; > ;
6013a89b3eSMatthias Seidel			< "Financial" ;		Default ; > ;
6113a89b3eSMatthias Seidel			< "Information" ;	Default ; > ;
6213a89b3eSMatthias Seidel			< "Logical" ;		Default ; > ;
6313a89b3eSMatthias Seidel			< "Mathematical" ;	Default ; > ;
6413a89b3eSMatthias Seidel			< "Array" ;			Default ; > ;
6513a89b3eSMatthias Seidel			< "Statistical" ;	Default ; > ;
6613a89b3eSMatthias Seidel			< "Spreadsheet" ;	Default ; > ;
6713a89b3eSMatthias Seidel			< "Text" ;			Default ; > ;
6813a89b3eSMatthias Seidel			< "Add-in" ;		Default ; > ;
69cdf0e10cSrcweir		};
70cdf0e10cSrcweir	};
71cdf0e10cSrcweir	ListBox DDLB_FUNC
72cdf0e10cSrcweir	{
7313a89b3eSMatthias Seidel		HelpID = "sc:ListBox:FID_FUNCTION_BOX:DDLB_FUNC" ;
74cdf0e10cSrcweir		Border = TRUE ;
7513a89b3eSMatthias Seidel		Pos = MAP_APPFONT ( 103, 4 ) ;
7613a89b3eSMatthias Seidel		Size = MAP_APPFONT ( 56, 80 ) ;
77cdf0e10cSrcweir		Hide = TRUE ;
78cdf0e10cSrcweir		TabStop = TRUE ;
79cdf0e10cSrcweir		DropDown = TRUE ;
80cdf0e10cSrcweir		AutoHScroll = TRUE ;
81cdf0e10cSrcweir	};
82cdf0e10cSrcweir	ListBox LB_FUNC
83cdf0e10cSrcweir	{
8413a89b3eSMatthias Seidel		HelpID = "sc:ListBox:FID_FUNCTION_BOX:LB_FUNC" ;
85cdf0e10cSrcweir		Border = TRUE ;
8613a89b3eSMatthias Seidel		Pos = MAP_APPFONT ( 3, 19 ) ;
8713a89b3eSMatthias Seidel		Size = MAP_APPFONT ( 72, 90 ) ;
88cdf0e10cSrcweir		TabStop = TRUE ;
89cdf0e10cSrcweir		AutoHScroll = TRUE ;
90cdf0e10cSrcweir	};
91cdf0e10cSrcweir	FixedText FI_FUNCDESC
92cdf0e10cSrcweir	{
93cdf0e10cSrcweir		WordBreak = TRUE ;
94cdf0e10cSrcweir		Border = TRUE ;
95cdf0e10cSrcweir		SVLook = TRUE ;
9613a89b3eSMatthias Seidel		Pos = MAP_APPFONT ( 3, 115 ) ;
9713a89b3eSMatthias Seidel		Size = MAP_APPFONT ( 72, 40 ) ;
98cdf0e10cSrcweir	};
99cdf0e10cSrcweir	Control FT_SPLIT
100cdf0e10cSrcweir	{
10113a89b3eSMatthias Seidel		Pos = MAP_APPFONT ( 3, 110 ) ;
10213a89b3eSMatthias Seidel		Size = MAP_APPFONT ( 72, 3 ) ;
103cdf0e10cSrcweir	};
104cdf0e10cSrcweir	ImageButton IMB_INSERT
105cdf0e10cSrcweir	{
10613a89b3eSMatthias Seidel		HelpID = "sc:ImageButton:FID_FUNCTION_BOX:IMB_INSERT" ;
10713a89b3eSMatthias Seidel		Pos = MAP_APPFONT ( 3, 4 ) ;
10813a89b3eSMatthias Seidel		Size = MAP_APPFONT ( 13, 13 ) ;
109cdf0e10cSrcweir		TabStop = TRUE ;
110cdf0e10cSrcweir		ButtonImage = Image
111cdf0e10cSrcweir		{
112cdf0e10cSrcweir			ImageBitmap = Bitmap
113cdf0e10cSrcweir			{
11413a89b3eSMatthias Seidel				File = "fx.png" ;
115cdf0e10cSrcweir			};
116cdf0e10cSrcweir		};
117cdf0e10cSrcweir		DefButton = TRUE ;
118cdf0e10cSrcweir		QuickHelpText [ en-US ] = "Insert Function into calculation sheet" ;
119cdf0e10cSrcweir	};
120cdf0e10cSrcweir	Text [ en-US ] = "Functions" ;
121cdf0e10cSrcweir};
122cdf0e10cSrcweir
12313a89b3eSMatthias Seidel// ********************************************************************** EOF
124