2004-02-05 11:10:37 -06:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-08 19:20:23 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2004-02-05 11:10:37 -06:00
|
|
|
*
|
2005-09-08 19:20:23 -05:00
|
|
|
* $RCSfile: file_calc.scp,v $
|
2004-02-05 11:10:37 -06:00
|
|
|
*
|
2008-02-05 08:51:55 -06:00
|
|
|
* $Revision: 1.38 $
|
2004-02-05 11:10:37 -06:00
|
|
|
*
|
2008-02-05 08:51:55 -06:00
|
|
|
* last change: $Author: ihi $ $Date: 2008-02-05 15:51:55 $
|
2004-02-05 11:10:37 -06:00
|
|
|
*
|
2005-09-08 19:20:23 -05:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2004-02-05 11:10:37 -06:00
|
|
|
*
|
|
|
|
*
|
2005-09-08 19:20:23 -05:00
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2004-02-05 11:10:37 -06:00
|
|
|
*
|
2005-09-08 19:20:23 -05:00
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
2004-02-05 11:10:37 -06:00
|
|
|
*
|
2005-09-08 19:20:23 -05:00
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
2004-02-05 11:10:37 -06:00
|
|
|
*
|
2005-09-08 19:20:23 -05:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
2004-02-05 11:10:37 -06:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#include "macros.inc"
|
|
|
|
|
2008-02-05 08:51:55 -06:00
|
|
|
STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Solver, solver)
|
|
|
|
|
|
|
|
File gid_File_Lib_Lpsolve
|
|
|
|
Name = SPECIAL_NAME(lpsolve55);
|
|
|
|
PACKED_LIB_FILE_BODY_PATCH;
|
|
|
|
End
|
|
|
|
|
2005-10-25 05:01:18 -05:00
|
|
|
STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Analysis, analysis)
|
2004-02-05 11:10:37 -06:00
|
|
|
|
2006-06-19 22:51:57 -05:00
|
|
|
STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Calc, calc)
|
2004-02-05 11:10:37 -06:00
|
|
|
|
2006-06-19 22:51:57 -05:00
|
|
|
STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Date, date)
|
2004-02-05 11:10:37 -06:00
|
|
|
|
2005-09-23 06:50:20 -05:00
|
|
|
STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Sc, sc)
|
2004-02-05 11:10:37 -06:00
|
|
|
|
2005-10-21 06:18:38 -05:00
|
|
|
STD_LIB_FILE_PATCH( gid_File_Lib_Scui, scui)
|
2004-05-10 10:43:21 -05:00
|
|
|
|
2005-10-21 06:18:38 -05:00
|
|
|
STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Scd, scd)
|
2004-02-05 11:10:37 -06:00
|
|
|
|
2006-06-19 22:51:57 -05:00
|
|
|
STD_LIB_FILE_PATCH( gid_File_Lib_Tfu, tfu)
|
2005-02-11 12:32:17 -06:00
|
|
|
|
2004-05-03 07:58:33 -05:00
|
|
|
//
|
|
|
|
// start binfilter #110743#
|
2004-07-06 12:19:49 -05:00
|
|
|
//
|
2004-05-03 07:58:33 -05:00
|
|
|
|
2005-02-11 08:53:06 -06:00
|
|
|
#ifndef WITHOUT_BINFILTER
|
2005-11-07 07:42:08 -06:00
|
|
|
STD_LIB_FILE_PATCH( gid_File_Lib_Bf_Sc, bf_sc)
|
2004-05-03 07:58:33 -05:00
|
|
|
STD_RES_FILE( gid_File_Res_Bf_Sc, bf_sc)
|
2005-02-11 08:53:06 -06:00
|
|
|
#endif
|
2004-05-03 07:58:33 -05:00
|
|
|
|
|
|
|
//
|
|
|
|
// end binfilter #110743#
|
2004-07-06 12:19:49 -05:00
|
|
|
//
|
2004-05-03 07:58:33 -05:00
|
|
|
|
2008-02-05 08:51:55 -06:00
|
|
|
STD_RES_FILE_PATCH( gid_File_Res_Solver, solver)
|
|
|
|
|
2004-02-05 11:10:37 -06:00
|
|
|
STD_RES_FILE( gid_File_Res_Analysis, analysis)
|
|
|
|
|
2007-07-03 10:00:46 -05:00
|
|
|
STD_RES_FILE_PATCH( gid_File_Res_Date, date)
|
2004-02-05 11:10:37 -06:00
|
|
|
|
2005-10-21 06:18:38 -05:00
|
|
|
STD_RES_FILE_PATCH( gid_File_Res_Sc, sc )
|
2004-02-05 11:10:37 -06:00
|
|
|
|
2005-02-11 12:32:17 -06:00
|
|
|
STD_RES_FILE( gid_File_Res_Tfu, tfu )
|
|
|
|
|
2004-11-17 05:57:33 -06:00
|
|
|
File gid_File_Registry_Spool_Oo_Office_Embedding_Calc_Xcu
|
2004-02-05 11:10:37 -06:00
|
|
|
TXT_FILE_BODY;
|
2007-08-02 11:14:20 -05:00
|
|
|
Styles = (PACKED, PATCH);
|
2005-01-07 03:16:19 -06:00
|
|
|
Dir = gid_Dir_Share_Registry_Modules_Oo_Office_Embedding;
|
|
|
|
Name = "/registry/spool/org/openoffice/Office/Embedding-calc.xcu";
|
2004-10-04 12:08:10 -05:00
|
|
|
End
|
|
|
|
|
2004-02-05 11:10:37 -06:00
|
|
|
File gid_File_Help_Scalc_Zip
|
|
|
|
Dir = gid_Dir_Help_Isolanguage;
|
2006-02-09 07:18:14 -06:00
|
|
|
ARCHIVE_TXT_FILE_BODY_PATCH;
|
2006-11-01 06:52:32 -06:00
|
|
|
EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(scalc);
|
2006-02-09 07:18:14 -06:00
|
|
|
Patchfiles = ("scalc.db",
|
|
|
|
"scalc.ht",
|
|
|
|
"scalc.jar",
|
|
|
|
"scalc.key",
|
|
|
|
"scalc.tree",
|
|
|
|
"scalc.idx/CONTEXTS",
|
|
|
|
"scalc.idx/DICTIONARY",
|
|
|
|
"scalc.idx/DOCS",
|
|
|
|
"scalc.idx/DOCS.TAB",
|
|
|
|
"scalc.idx/EDGE",
|
|
|
|
"scalc.idx/LINKNAMES",
|
|
|
|
"scalc.idx/OFFSETS",
|
|
|
|
"scalc.idx/POSITIONS",
|
2007-07-03 10:00:46 -05:00
|
|
|
"scalc.idx/SCHEMA");
|
2004-02-05 11:10:37 -06:00
|
|
|
End
|
|
|
|
|
2004-02-25 10:24:05 -06:00
|
|
|
// new user interface configuration files
|
2004-07-06 12:19:49 -05:00
|
|
|
/*
|
2004-02-25 10:24:05 -06:00
|
|
|
File gid_File_Share_Config_Sofficecfg_Calc_Menubar_Xml
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = gid_Dir_Share_Config_Sofficecfg_Scalc_Menubar;
|
|
|
|
Name = "/uiconfig/scalc/menubar/menubar.xml";
|
|
|
|
End
|
2004-07-06 12:19:49 -05:00
|
|
|
*/
|
2004-02-25 10:24:05 -06:00
|
|
|
File gid_File_Oo_Office_Ui_Calccommands_Xcs
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = gid_Dir_Share_Registry_Schema_Org_Openoffice_Office_Ui;
|
|
|
|
Name = "/registry/schema/org/openoffice/Office/UI/CalcCommands.xcs";
|
|
|
|
End
|
2004-07-06 12:19:49 -05:00
|
|
|
|
2004-02-25 10:24:05 -06:00
|
|
|
File gid_File_Oo_Office_Ui_Calccommands_Xcu
|
|
|
|
TXT_FILE_BODY;
|
2006-03-27 02:38:53 -06:00
|
|
|
Styles = (PACKED, PATCH);
|
2004-02-25 10:24:05 -06:00
|
|
|
Dir = gid_Dir_Share_Registry_Data_Org_Openoffice_Office_Ui;
|
|
|
|
Name = "/registry/data/org/openoffice/Office/UI/CalcCommands.xcu";
|
|
|
|
End
|
|
|
|
|
2005-01-28 10:24:34 -06:00
|
|
|
File gid_File_Registry_Spool_Oo_TypeDetection_Calc_UISort_Xcu
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_UISort;
|
|
|
|
Name = "/registry/spool/org/openoffice/TypeDetection/UISort-calc.xcu";
|
|
|
|
End
|
|
|
|
|
2004-11-17 05:57:33 -06:00
|
|
|
File gid_File_Registry_Spool_Oo_TypeDetection_Calc_Types_Xcu
|
|
|
|
TXT_FILE_BODY;
|
2005-07-20 06:29:32 -05:00
|
|
|
Styles = (PACKED, PATCH);
|
2005-01-07 03:16:19 -06:00
|
|
|
Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Types;
|
2004-11-17 05:57:33 -06:00
|
|
|
Name = "/registry/spool/fcfg_calc_types.xcu";
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Registry_Spool_Oo_TypeDetection_Calc_Filters_Xcu
|
|
|
|
TXT_FILE_BODY;
|
2005-07-20 06:29:32 -05:00
|
|
|
Styles = (PACKED, PATCH);
|
2005-01-07 03:16:19 -06:00
|
|
|
Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Filter;
|
2004-11-17 05:57:33 -06:00
|
|
|
Name = "/registry/spool/fcfg_calc_filters.xcu";
|
|
|
|
End
|
|
|
|
|
2004-07-05 07:11:14 -05:00
|
|
|
File gid_File_Registry_Spool_Oo_Common_Calc_Xcu
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
2005-01-07 03:16:19 -06:00
|
|
|
Dir = gid_Dir_Share_Registry_Modules_Oo_Office_Common;
|
|
|
|
Name = "/registry/spool/org/openoffice/Office/Common-calc.xcu";
|
2004-07-05 07:11:14 -05:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Registry_Spool_Oo_Setup_Calc_Xcu
|
|
|
|
TXT_FILE_BODY;
|
2006-07-13 07:30:03 -05:00
|
|
|
Styles = (PACKED, PATCH);
|
2005-01-07 03:16:19 -06:00
|
|
|
Dir = gid_Dir_Share_Registry_Modules_Oo_Setup;
|
|
|
|
Name = "/registry/spool/org/openoffice/Setup-calc.xcu";
|
2004-07-05 07:11:14 -05:00
|
|
|
End
|
|
|
|
|
2004-07-06 12:19:49 -05:00
|
|
|
File gid_File_Oo_Office_Ui_Calcwindowstate_Xcs
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = gid_Dir_Share_Registry_Schema_Org_Openoffice_Office_Ui;
|
|
|
|
Name = "/registry/schema/org/openoffice/Office/UI/CalcWindowState.xcs";
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Oo_Office_Ui_Calcwindowstate_Xcu
|
|
|
|
TXT_FILE_BODY;
|
2005-09-23 09:57:03 -05:00
|
|
|
Styles = (PACKED,PATCH);
|
2004-07-06 12:19:49 -05:00
|
|
|
Dir = gid_Dir_Share_Registry_Data_Org_Openoffice_Office_Ui;
|
|
|
|
Name = "/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu";
|
|
|
|
End
|
|
|
|
|
2004-02-05 11:10:37 -06:00
|
|
|
File gid_File_Exe_Scalc
|
|
|
|
BIN_FILE_BODY;
|
|
|
|
Dir = gid_Dir_Program;
|
|
|
|
Name = EXENAME(scalc);
|
2007-05-09 07:22:37 -05:00
|
|
|
Styles = (PACKED, PATCH);
|
2004-02-05 11:10:37 -06:00
|
|
|
End
|
2005-01-21 05:02:47 -06:00
|
|
|
|
2006-04-26 14:46:56 -05:00
|
|
|
#if defined UNX && ! defined MACOSX
|
2005-01-21 05:02:47 -06:00
|
|
|
|
|
|
|
File gid_File_Xdg_Calc
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Dir = gid_Dir_Share_Xdg;
|
|
|
|
Name = "calc.desktop";
|
2005-02-07 08:34:59 -06:00
|
|
|
Styles = (PACKED,SCPZIP_REPLACE);
|
2005-01-21 05:02:47 -06:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|