xref: /aoo4110/main/scp2/source/calc/module_calc.scp (revision b1cdbd2c)
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 "macros.inc"
25
26Module gid_Module_Prg_Calc
27    MOD_NAME_DESC ( MODULE_PRG_CALC );
28    ParentID = gid_Module_Prg;
29    Sortkey = "200";
30    Styles =(APPLICATIONMODULE);
31End
32
33Module gid_Module_Prg_Calc_Bin
34    PackageInfo = "packinfo_office.txt";
35    MOD_NAME_DESC ( MODULE_PRG_CALC_BIN );
36    ParentID = gid_Module_Prg_Calc;
37    Sortkey = "100";
38    Minimal = YES;
39    Default = YES;
40    Styles = (HIDDEN_ROOT);
41    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,
42    gid_File_Lib_Solver,gid_File_Lib_Lpsolve,
43    gid_File_Tmp_Userinstall_Calc_Inf);
44End
45
46// Module gid_Module_Prg_Calc_Help
47//    MOD_NAME_DESC ( MODULE_PRG_CALC_HELP );
48//    ParentID = gid_Module_Prg_Calc;
49//    Sortkey = "200";
50//    Default = YES;
51//    Files = (gid_File_Help_Scalc_Zip);
52// End
53
54Module gid_Module_Prg_Calc_Addins
55    MOD_NAME_DESC ( MODULE_OPTIONAL_ADDINS );
56    Styles = (HIDDEN_ROOT);
57    ParentID = gid_Module_Prg_Calc_Bin;
58    Sortkey = "700";
59    Default = YES;
60    Files = (gid_File_Lib_Date,gid_File_Zip_Addin,gid_File_Lib_Rot,gid_File_Lib_Dfa,gid_File_Lib_Analysis);
61End
62
63Module gid_Module_Brand_Prg_Calc
64    PackageInfo = "packinfo_brand.txt";
65    Name = "gid_Module_Brand_Prg_Calc";
66    Description = "gid_Module_Brand_Prg_Calc";
67    ParentID = gid_Module_Prg_Calc;
68    Sortkey = "100";
69    InstallOrder = "1040";
70    Minimal = YES;
71    Default = YES;
72    Styles = (HIDDEN_ROOT);
73    Files = (gid_File_Exe_Scalc);
74End
75
76Module gid_Module_Langpack_Calc_Template
77    ParentID = gid_Module_Prg_Calc_Bin;
78    Name = "gid_Module_Langpack_Calc_Template";
79    Description = "gid_Module_Langpack_Calc_Template";
80    Styles = (TEMPLATEMODULE);
81    Files = (gid_File_Help_Scalc_Zip,
82             gid_File_Res_Analysis,
83             gid_File_Res_Date,
84             gid_File_Res_Sc,
85             gid_File_Res_Solver);
86End
87
88Module gid_Module_Prg_Calc_MSO_Reg
89    ParentID = gid_Module_Prg_Calc;
90    Name = "gid_Module_Prg_Calc_MSO_Reg";
91    Description = "gid_Module_Prg_Calc_MSO_Reg";
92    Styles = (HIDDEN_ROOT);
93    Minimal = YES;
94    Default = YES;
95End
96
97#include "alllangmodules_calc.inc"
98