2013-05-16 21:56:04 +01:00
|
|
|
/*
|
|
|
|
* This file is part of the LibreOffice project.
|
2004-02-05 17:10:37 +00:00
|
|
|
*
|
2013-05-16 21:56:04 +01:00
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2004-02-05 17:10:37 +00:00
|
|
|
*
|
2013-05-16 21:56:04 +01:00
|
|
|
* This file incorporates work covered by the following license notice:
|
2004-02-05 17:10:37 +00:00
|
|
|
*
|
2013-05-16 21:56:04 +01:00
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
|
|
* with this work for additional information regarding copyright
|
|
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of
|
|
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
|
|
*/
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
#include "macros.inc"
|
|
|
|
|
2013-06-10 19:20:14 -03:00
|
|
|
#include "AutoInstall/calc"
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
Module gid_Module_Prg_Calc
|
|
|
|
MOD_NAME_DESC ( MODULE_PRG_CALC );
|
|
|
|
ParentID = gid_Module_Prg;
|
2007-01-02 14:27:54 +00:00
|
|
|
Sortkey = "200";
|
2008-02-05 12:40:20 +00:00
|
|
|
Styles =(APPLICATIONMODULE);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Module gid_Module_Prg_Calc_Bin
|
2008-04-15 13:55:45 +00:00
|
|
|
PackageInfo = "packinfo_office.txt";
|
2004-02-05 17:10:37 +00:00
|
|
|
MOD_NAME_DESC ( MODULE_PRG_CALC_BIN );
|
|
|
|
ParentID = gid_Module_Prg_Calc;
|
2007-09-06 09:04:51 +00:00
|
|
|
Sortkey = "100";
|
2004-02-05 17:10:37 +00:00
|
|
|
Minimal = YES;
|
|
|
|
Default = YES;
|
2008-04-15 13:55:45 +00:00
|
|
|
Styles = (HIDDEN_ROOT);
|
2013-07-11 12:23:39 +02:00
|
|
|
Files = (auto_calc_ALL,
|
2013-06-10 19:20:14 -03:00
|
|
|
gid_File_Share_Registry_Calc_Xcd,
|
|
|
|
gid_File_Lib_Lpsolve);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
2004-03-04 13:08:24 +00:00
|
|
|
Module gid_Module_Prg_Calc_Addins
|
2004-02-05 17:10:37 +00:00
|
|
|
MOD_NAME_DESC ( MODULE_OPTIONAL_ADDINS );
|
2008-05-14 12:08:47 +00:00
|
|
|
Styles = (HIDDEN_ROOT);
|
2008-04-15 13:55:45 +00:00
|
|
|
ParentID = gid_Module_Prg_Calc_Bin;
|
2007-09-06 09:04:51 +00:00
|
|
|
Sortkey = "700";
|
2004-02-05 17:10:37 +00:00
|
|
|
Default = YES;
|
2013-06-10 19:20:14 -03:00
|
|
|
Files = (gid_File_Zip_Addin,gid_File_Lib_Rot);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
2008-03-18 12:25:04 +00:00
|
|
|
|
|
|
|
Module gid_Module_Brand_Prg_Calc
|
|
|
|
PackageInfo = "packinfo_brand.txt";
|
|
|
|
Name = "gid_Module_Brand_Prg_Calc";
|
|
|
|
Description = "gid_Module_Brand_Prg_Calc";
|
2008-04-15 13:55:45 +00:00
|
|
|
ParentID = gid_Module_Prg_Calc;
|
2008-03-18 12:25:04 +00:00
|
|
|
Sortkey = "100";
|
2008-07-07 15:24:43 +00:00
|
|
|
InstallOrder = "1040";
|
2008-03-18 12:25:04 +00:00
|
|
|
Minimal = YES;
|
|
|
|
Default = YES;
|
|
|
|
Styles = (HIDDEN_ROOT);
|
|
|
|
Files = (gid_File_Exe_Scalc);
|
|
|
|
End
|
|
|
|
|
|
|
|
Module gid_Module_Langpack_Calc_Template
|
|
|
|
ParentID = gid_Module_Prg_Calc_Bin;
|
|
|
|
Name = "gid_Module_Langpack_Calc_Template";
|
|
|
|
Description = "gid_Module_Langpack_Calc_Template";
|
|
|
|
Styles = (TEMPLATEMODULE);
|
2010-12-16 13:53:35 +01:00
|
|
|
Files = (gid_File_Res_Analysis,
|
2008-03-18 12:25:04 +00:00
|
|
|
gid_File_Res_Date,
|
2012-12-03 21:49:04 +00:00
|
|
|
gid_File_Res_Pricing,
|
2008-03-18 12:25:04 +00:00
|
|
|
gid_File_Res_Sc,
|
|
|
|
gid_File_Res_Solver);
|
|
|
|
End
|
|
|
|
|
2009-11-26 11:38:34 +00:00
|
|
|
Module gid_Module_Prg_Calc_MSO_Reg
|
|
|
|
ParentID = gid_Module_Prg_Calc;
|
|
|
|
Name = "gid_Module_Prg_Calc_MSO_Reg";
|
|
|
|
Description = "gid_Module_Prg_Calc_MSO_Reg";
|
|
|
|
Styles = (HIDDEN_ROOT);
|
|
|
|
Minimal = YES;
|
|
|
|
Default = YES;
|
|
|
|
End
|
|
|
|
|
2008-03-18 12:25:04 +00:00
|
|
|
#include "alllangmodules_calc.inc"
|