bump product version to 4.1.6.2
[LibreOffice.git] / scp2 / source / calc / module_calc.scp
blob46b4271a5cb25851c4d0eb2e20e53387cef41650
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "macros.inc"
21 Module gid_Module_Prg_Calc
22     MOD_NAME_DESC ( MODULE_PRG_CALC );
23     ParentID = gid_Module_Prg;
24     Sortkey = "200";
25     Styles =(APPLICATIONMODULE);
26 End
28 Module gid_Module_Prg_Calc_Bin
29     PackageInfo = "packinfo_office.txt";
30     MOD_NAME_DESC ( MODULE_PRG_CALC_BIN );
31     ParentID = gid_Module_Prg_Calc;
32     Sortkey = "100";
33     Minimal = YES;
34     Default = YES;
35     Styles = (HIDDEN_ROOT);
36     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,
37     gid_File_Lib_Solver,gid_File_Lib_Lpsolve,
38     gid_File_Lib_Vbaobj,
39     gid_File_Tmp_Userinstall_Calc_Inf);
40 End
42 Module gid_Module_Prg_Calc_Addins
43     MOD_NAME_DESC ( MODULE_OPTIONAL_ADDINS );
44     Styles = (HIDDEN_ROOT);
45     ParentID = gid_Module_Prg_Calc_Bin;
46     Sortkey = "700";
47     Default = YES;
48     Files = (gid_File_Lib_Date,gid_File_Zip_Addin,gid_File_Lib_Rot,gid_File_Lib_Dfa,gid_File_Lib_Analysis,gid_File_Lib_Pricing);
49 End
51 Module gid_Module_Brand_Prg_Calc
52     PackageInfo = "packinfo_brand.txt";
53     Name = "gid_Module_Brand_Prg_Calc";
54     Description = "gid_Module_Brand_Prg_Calc";
55     ParentID = gid_Module_Prg_Calc;
56     Sortkey = "100";
57     InstallOrder = "1040";
58     Minimal = YES;
59     Default = YES;
60     Styles = (HIDDEN_ROOT);
61     Files = (gid_File_Exe_Scalc);
62 End
64 Module gid_Module_Langpack_Calc_Template
65     ParentID = gid_Module_Prg_Calc_Bin;
66     Name = "gid_Module_Langpack_Calc_Template";
67     Description = "gid_Module_Langpack_Calc_Template";
68     Styles = (TEMPLATEMODULE);
69     Files = (gid_File_Res_Analysis,
70              gid_File_Res_Date,
71              gid_File_Res_Pricing,
72              gid_File_Res_Sc,
73              gid_File_Res_Solver);
74 End
76 Module gid_Module_Prg_Calc_MSO_Reg
77     ParentID = gid_Module_Prg_Calc;
78     Name = "gid_Module_Prg_Calc_MSO_Reg";
79     Description = "gid_Module_Prg_Calc_MSO_Reg";
80     Styles = (HIDDEN_ROOT);
81     Minimal = YES;
82     Default = YES;
83 End
85 #include "alllangmodules_calc.inc"