1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: dwfunctr.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 // include ---------------------------------------------------------------
32 #include "dwfunctr.hrc"
33 // pragma ----------------------------------------------------------------
35 // RID_SVXDLG_CALCFUNC --------------------------------------------------
36 DockingWindow FID_FUNCTION_BOX
46 EnableResizing = TRUE ;
47 Size = MAP_APPFONT ( 130 , 160 ) ;
48 HelpId = HID_FUNCTION_BOX ;
52 Pos = MAP_APPFONT ( 20 , 4 ) ;
53 Size = MAP_APPFONT ( 56 , 80 ) ;
59 StringList [ en-US ] =
61 < "Last Used" ; Default ; > ;
62 < "All" ; Default ; > ;
63 < "Database" ; Default ; > ;
64 < "Date&Time" ; Default ; > ;
65 < "Financial" ; Default ; > ;
66 < "Information" ; Default ; > ;
67 < "Logical" ; Default ; > ;
68 < "Mathematical" ; Default ; > ;
69 < "Array" ; Default ; > ;
70 < "Statistical" ; Default ; > ;
71 < "Spreadsheet" ; Default ; > ;
72 < "Text" ; Default ; > ;
73 < "Add-in" ; Default ; > ;
79 Pos = MAP_APPFONT ( 103 , 4 ) ;
80 Size = MAP_APPFONT ( 56 , 80 ) ;
89 Pos = MAP_APPFONT ( 3 , 19 ) ;
90 Size = MAP_APPFONT ( 72 , 90 ) ;
99 Pos = MAP_APPFONT ( 3 , 115 ) ;
100 Size = MAP_APPFONT ( 72 , 40 ) ;
104 Pos = MAP_APPFONT ( 3 , 110 ) ;
105 Size = MAP_APPFONT ( 72 , 3 ) ;
107 ImageButton IMB_INSERT
109 Pos = MAP_APPFONT ( 3 , 4 ) ;
110 Size = MAP_APPFONT ( 13 , 13 ) ;
118 MaskColor = STD_MASKCOLOR;
121 QuickHelpText [ en-US ] = "Insert Function into calculation sheet" ;
123 Text [ en-US ] = "Functions" ;
125 // ********************************************************************** EOF