Get the style color and number just once
[LibreOffice.git] / scp2 / source / calc / module_calc.scp
blobdd31007bb5ca09eb8faceb26ddbb7ffbd8e34466
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 #include "AutoInstall/calc"
22 #include "AutoInstall/calc_brand"
24 Module gid_Module_Prg_Calc
25     MOD_NAME_DESC ( MODULE_PRG_CALC );
26     ParentID = gid_Module_Prg;
27     Sortkey = "200";
28     Styles =(APPLICATIONMODULE);
29 End
31 Module gid_Module_Prg_Calc_Bin
32     PackageInfo = "packinfo_office.txt";
33     MOD_NAME_DESC ( MODULE_PRG_CALC_BIN );
34     ParentID = gid_Module_Prg_Calc;
35     Sortkey = "100";
36     Default = YES;
37     Styles = (HIDDEN_ROOT);
38     Files = (auto_calc_ALL,
39     gid_File_Share_Registry_Calc_Xcd,
40     gid_File_Lib_Lpsolve);
41 End
43 Module gid_Module_Prg_Calc_Addins
44     MOD_NAME_DESC ( MODULE_OPTIONAL_ADDINS );
45     Styles = (HIDDEN_ROOT);
46     ParentID = gid_Module_Prg_Calc_Bin;
47     Sortkey = "700";
48     Default = YES;
49     Files = (gid_File_Zip_Addin,gid_File_Lib_Rot);
50 End
52 Module gid_Module_Brand_Prg_Calc
53     PackageInfo = "packinfo_brand.txt";
54     Name = "gid_Module_Brand_Prg_Calc";
55     Description = "gid_Module_Brand_Prg_Calc";
56     ParentID = gid_Module_Prg_Calc;
57     Sortkey = "100";
58     InstallOrder = "1040";
59     Default = YES;
60     Styles = (HIDDEN_ROOT);
61     Files = (auto_calc_brand_ALL);
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 = ();
70 End
72 Module gid_Module_Prg_Calc_MSO_Reg
73     ParentID = gid_Module_Prg_Calc;
74     Name = "gid_Module_Prg_Calc_MSO_Reg";
75     Description = "gid_Module_Prg_Calc_MSO_Reg";
76     Styles = (HIDDEN_ROOT);
77     Default = YES;
78 End
80 Module gid_Module_Prg_Calc_Other_Reg
81     ParentID = gid_Module_Prg_Calc;
82     Name = "gid_Module_Prg_Calc_Other_Reg";
83     Description = "gid_Module_Prg_Calc_Other_Reg";
84     Styles = (HIDDEN_ROOT);
85     Default = YES;
86 End
88 #include "alllangmodules_calc.inc"