xref: /aoo41x/main/scp2/source/calc/module_calc.scp (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "macros.inc"
29
30Module gid_Module_Prg_Calc
31    MOD_NAME_DESC ( MODULE_PRG_CALC );
32    ParentID = gid_Module_Prg;
33    Sortkey = "200";
34    Styles =(APPLICATIONMODULE);
35End
36
37Module gid_Module_Prg_Calc_Bin
38    PackageInfo = "packinfo_office.txt";
39    MOD_NAME_DESC ( MODULE_PRG_CALC_BIN );
40    ParentID = gid_Module_Prg_Calc;
41    Sortkey = "100";
42    Minimal = YES;
43    Default = YES;
44    Styles = (HIDDEN_ROOT);
45    Files = (gid_File_Share_Registry_Calc_Xcd,gid_File_Lib_Calc,gid_File_Lib_Sc,gid_File_Lib_Scui,gid_File_Lib_Scfilt,gid_File_Lib_Scd,gid_File_Extra_Urldesktop_Calc,gid_File_Extra_Urlnew_Calc,gid_File_Extra_Urlstart_Calc,gid_File_Extra_Urltasks_Calc,gid_File_Oo_Office_Filter_Calc_Pkg,gid_File_Share_Config_Sofficecfg_Calc_Menubar_Xml,
46    gid_File_Lib_Solver,gid_File_Lib_Lpsolve,
47    gid_File_Tmp_Userinstall_Calc_Inf);
48End
49
50// Module gid_Module_Prg_Calc_Help
51//    MOD_NAME_DESC ( MODULE_PRG_CALC_HELP );
52//    ParentID = gid_Module_Prg_Calc;
53//    Sortkey = "200";
54//    Default = YES;
55//    Files = (gid_File_Help_Scalc_Zip);
56// End
57
58Module gid_Module_Prg_Calc_Addins
59    MOD_NAME_DESC ( MODULE_OPTIONAL_ADDINS );
60    Styles = (HIDDEN_ROOT);
61    ParentID = gid_Module_Prg_Calc_Bin;
62    Sortkey = "700";
63    Default = YES;
64    Files = (gid_File_Lib_Date,gid_File_Zip_Addin,gid_File_Lib_Rot,gid_File_Lib_Dfa,gid_File_Lib_Analysis);
65End
66
67Module gid_Module_Brand_Prg_Calc
68    PackageInfo = "packinfo_brand.txt";
69    Name = "gid_Module_Brand_Prg_Calc";
70    Description = "gid_Module_Brand_Prg_Calc";
71    ParentID = gid_Module_Prg_Calc;
72    Sortkey = "100";
73    InstallOrder = "1040";
74    Minimal = YES;
75    Default = YES;
76    Styles = (HIDDEN_ROOT);
77    Files = (gid_File_Exe_Scalc);
78End
79
80Module gid_Module_Langpack_Calc_Template
81    ParentID = gid_Module_Prg_Calc_Bin;
82    Name = "gid_Module_Langpack_Calc_Template";
83    Description = "gid_Module_Langpack_Calc_Template";
84    Styles = (TEMPLATEMODULE);
85    Files = (gid_File_Help_Scalc_Zip,
86             gid_File_Res_Analysis,
87             gid_File_Res_Date,
88             gid_File_Res_Sc,
89             gid_File_Res_Solver);
90End
91
92Module gid_Module_Prg_Calc_MSO_Reg
93    ParentID = gid_Module_Prg_Calc;
94    Name = "gid_Module_Prg_Calc_MSO_Reg";
95    Description = "gid_Module_Prg_Calc_MSO_Reg";
96    Styles = (HIDDEN_ROOT);
97    Minimal = YES;
98    Default = YES;
99End
100
101#include "alllangmodules_calc.inc"
102