2005-01-31 10:01:15 +00:00
|
|
|
/*************************************************************************
|
2008-01-10 12:26:22 +00:00
|
|
|
*
|
2008-04-10 08:42:27 +00:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2010-02-12 15:01:35 +01:00
|
|
|
*
|
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2005-09-09 00:40:09 +00:00
|
|
|
*
|
2008-04-10 08:42:27 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2005-09-09 00:40:09 +00:00
|
|
|
*
|
2008-04-10 08:42:27 +00:00
|
|
|
* This file is part of OpenOffice.org.
|
2005-09-09 00:40:09 +00:00
|
|
|
*
|
2008-04-10 08:42:27 +00:00
|
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
* only, as published by the Free Software Foundation.
|
2005-09-09 00:40:09 +00:00
|
|
|
*
|
2008-04-10 08:42:27 +00:00
|
|
|
* OpenOffice.org 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 version 3 for more details
|
|
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
2005-09-09 00:40:09 +00:00
|
|
|
*
|
2008-04-10 08:42:27 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
* for a copy of the LGPLv3 License.
|
2005-09-09 00:40:09 +00:00
|
|
|
*
|
2005-01-31 10:01:15 +00:00
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#include "macros.inc"
|
|
|
|
|
2010-12-07 13:55:42 +00:00
|
|
|
#ifdef AIX
|
|
|
|
#ifndef SYSTEM_CURL
|
|
|
|
Unixlink gid_Unixlink_File_Lib_Curl
|
|
|
|
BIN_FILE_BODY;
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Name = STRING(CONCAT2(libcurl,UNXSUFFIX));
|
|
|
|
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
|
|
|
|
Target = STRING(CONCAT3(libcurl,UNXSUFFIX,.3));
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
#ifndef SYSTEM_REDLAND
|
|
|
|
Unixlink gid_Unixlink_File_Lib_Raptor
|
|
|
|
BIN_FILE_BODY;
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Name = STRING(CONCAT2(libraptor,UNXSUFFIX));
|
|
|
|
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
|
|
|
|
Target = STRING(CONCAT3(libraptor,UNXSUFFIX,.1));
|
|
|
|
End
|
|
|
|
|
|
|
|
Unixlink gid_Unixlink_File_Lib_Rasqal
|
|
|
|
BIN_FILE_BODY;
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Name = STRING(CONCAT2(librasqal,UNXSUFFIX));
|
|
|
|
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
|
|
|
|
Target = STRING(CONCAT3(librasqal,UNXSUFFIX,.1));
|
|
|
|
End
|
|
|
|
|
|
|
|
Unixlink gid_Unixlink_File_Lib_Rdf
|
|
|
|
BIN_FILE_BODY;
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Name = STRING(CONCAT2(librdf,UNXSUFFIX));
|
|
|
|
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
|
|
|
|
Target = STRING(CONCAT3(librdf,UNXSUFFIX,.0));
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
#ifndef SYSTEM_LIBXSLT
|
|
|
|
Unixlink gid_Unixlink_File_Lib_Xslt
|
|
|
|
BIN_FILE_BODY;
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Name = STRING(CONCAT2(libxslt,UNXSUFFIX));
|
|
|
|
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
|
|
|
|
Target = STRING(CONCAT3(libxslt,UNXSUFFIX,.1));
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
2005-01-31 10:01:15 +00:00
|
|
|
Module gid_Module_Root_Files_2
|
2007-09-06 09:08:07 +00:00
|
|
|
PackageInfo = "packinfo_office.txt";
|
2005-04-20 11:09:09 +00:00
|
|
|
ParentID = gid_Module_Root;
|
2008-08-27 14:24:11 +00:00
|
|
|
InstallOrder = "50";
|
2005-04-20 11:09:09 +00:00
|
|
|
Name = "gid_Module_Root_Files_2";
|
|
|
|
Description = "gid_Module_Root_Files_2";
|
2007-09-06 09:08:07 +00:00
|
|
|
Sortkey = "1200";
|
2005-04-20 11:09:09 +00:00
|
|
|
Default = YES;
|
2008-04-15 13:57:05 +00:00
|
|
|
Styles = (HIDDEN_ROOT);
|
2005-04-20 11:09:09 +00:00
|
|
|
Files = (gid_File_Bin_Cde_Open_Url,
|
|
|
|
gid_File_Bin_Kde_Open_Url,
|
|
|
|
gid_File_Bin_Open_Url,
|
|
|
|
gid_File_Bin_Pagein,
|
|
|
|
gid_File_Bin_Pluginapp,
|
|
|
|
gid_File_Bin_Senddoc,
|
2005-10-19 11:19:13 +00:00
|
|
|
gid_File_Bin_Gengal,
|
|
|
|
gid_File_Script_Gengal,
|
2009-01-20 12:50:17 +00:00
|
|
|
gid_File_Profile_Gengal,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Bin_Spadmin_Bin,
|
|
|
|
gid_File_Bin_Uri_Encode,
|
|
|
|
gid_File_Exe_Nsplugin,
|
2005-05-18 10:04:55 +00:00
|
|
|
gid_File_Lib_Npsoplugin,
|
2008-06-25 10:08:25 +00:00
|
|
|
gid_File_Lib_Soffice,
|
|
|
|
gid_File_Lib_Unopkgapp,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Server_Bonobo_Presentationstarter,
|
|
|
|
gid_File_Txt_Pagein_Common,
|
|
|
|
gid_File_Txt_Pagein_Calc,
|
|
|
|
gid_File_Txt_Pagein_Draw,
|
|
|
|
gid_File_Txt_Pagein_Impress,
|
|
|
|
gid_File_Txt_Pagein_Writer,
|
|
|
|
gid_File_Txt_Patchfiles,
|
|
|
|
gid_File_Bmp_Installation,
|
|
|
|
gid_File_Shellnew_Ods_Soffice,
|
|
|
|
gid_File_Shellnew_Odg_Soffice,
|
|
|
|
gid_File_Shellnew_Odp_Soffice,
|
|
|
|
gid_File_Shellnew_Odt_Soffice,
|
|
|
|
gid_File_Exe_Java,
|
|
|
|
gid_File_Exe_Userinst,
|
|
|
|
gid_File_Exe_Userdeinst,
|
2005-05-23 11:32:10 +00:00
|
|
|
gid_File_Regcleanold,
|
|
|
|
gid_File_Exe_Regdeinstall,
|
|
|
|
gid_File_Tmp_Inf_Oldreg,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Tmp_Userinstall_Inf,
|
INTEGRATION: CWS sb83 (1.81.14); FILE MERGED
2008/03/17 09:01:51 sb 1.81.14.16: RESYNC: (1.85-1.89); FILE MERGED
2008/02/15 09:54:09 sb 1.81.14.15: #154657# drop apoc integration
2008/02/14 13:19:15 is 1.81.14.14: #i86068# thirdparty license also in brand layer
2008/02/14 13:06:15 sb 1.81.14.13: #i84200# for now, move crash reporter to brand layer
2008/02/08 09:19:25 sb 1.81.14.12: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on all plattforms, are in the brand layer, where they can include brand-specific icons on Windows (read by vcl; potentially visible in Windows Explorer according to hro)
2008/02/07 16:20:15 sb 1.81.14.11: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on Windows (similar to Mac OS X, albeit for different reasons), are in the brand layer, where they can include brand-specific icons (read by vcl; potentially visible in Windows Explorer according to hro).
2008/02/07 12:47:05 sb 1.81.14.10: #i84200# removed apparently unused viewdoc script
2008/02/06 14:08:42 sb 1.81.14.9: #i84200# moved image sets to brand layer
2008/02/05 10:55:29 is 1.81.14.8: #i85112# ooo repackaging
2008/02/01 13:29:04 sb 1.81.14.7: RESYNC: (1.82-1.85); FILE MERGED
2008/01/29 17:08:24 sb 1.81.14.6: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files
2008/01/29 16:00:23 sb 1.81.14.5: #i85112# merged in cws_src680_native121
2008/01/21 15:14:31 sb 1.81.14.4: #i84200# have a fake ure-link in all Unix good-old monolithic OOos, so that start-script javaldx execution can be simplified
2008/01/11 14:11:31 sb 1.81.14.3: #i84200# For now, include a fake ure-link/lib in traditional OOo on Mac OS X to make it still work with new dylib install_names.
2008/01/09 10:52:29 sb 1.81.14.2: RESYNC: (1.81-1.82); FILE MERGED
2007/12/10 14:52:47 sb 1.81.14.1: #i84200# First step of basis/brand split. #i84309# Completely removed deprecated pkgchk tool.
2008-03-18 12:31:06 +00:00
|
|
|
gid_File_Config_Javasettingsunopkginstall);
|
2005-04-20 11:09:09 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Module gid_Module_Root_Files_3
|
2007-09-06 09:08:07 +00:00
|
|
|
PackageInfo = "packinfo_office.txt";
|
2005-04-20 11:09:09 +00:00
|
|
|
ParentID = gid_Module_Root;
|
2008-08-27 14:24:11 +00:00
|
|
|
InstallOrder = "60";
|
2005-04-20 11:09:09 +00:00
|
|
|
Name = "gid_Module_Root_Files_3";
|
|
|
|
Description = "gid_Module_Root_Files_3";
|
2007-09-06 09:08:07 +00:00
|
|
|
Sortkey = "1300";
|
2005-04-20 11:09:09 +00:00
|
|
|
Default = YES;
|
|
|
|
Styles = (HIDDEN_ROOT);
|
2007-01-22 13:49:42 +00:00
|
|
|
Files = (gid_File_Dat_Root3,
|
2008-08-19 11:07:57 +00:00
|
|
|
gid_File_Jar_Saxon,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Jar_Unoil,
|
|
|
|
gid_File_Jar_Hsqldb,
|
|
|
|
gid_File_Jar_Hsqldb_Sdbc,
|
|
|
|
gid_File_Jar_Accessbridge,
|
|
|
|
gid_File_Jar_Officebean,
|
|
|
|
gid_File_Jar_Report,
|
|
|
|
gid_File_Jar_Table,
|
|
|
|
gid_File_Jar_Letter,
|
|
|
|
gid_File_Jar_Form,
|
|
|
|
gid_File_Jar_Fax,
|
|
|
|
gid_File_Jar_Agenda,
|
|
|
|
gid_File_Jar_Web,
|
|
|
|
gid_File_Jar_Query,
|
|
|
|
gid_File_Jar_Commonwizards,
|
|
|
|
gid_File_Jar_Sandbox,
|
|
|
|
gid_File_Jar_Scriptframework,
|
|
|
|
gid_File_Jar_Scriptproviderforjava,
|
|
|
|
gid_File_Jar_Xml_Apis,
|
|
|
|
gid_File_Jar_Bsh,
|
|
|
|
gid_File_Jar_Classes,
|
|
|
|
gid_File_Jar_Xsltfilter,
|
|
|
|
gid_File_Jar_Xsltvalidate,
|
|
|
|
gid_File_Jar_Docbook,
|
|
|
|
gid_File_Jar_Htmlsoff,
|
|
|
|
gid_File_Jar_Xflatxml,
|
|
|
|
gid_File_Jar_Xmerge,
|
|
|
|
gid_File_Jar_Xmergebridge,
|
2008-08-01 11:15:46 +00:00
|
|
|
gid_File_Jar_Lucene_Core,
|
|
|
|
gid_File_Jar_Lucene_Analyzers,
|
|
|
|
gid_File_Jar_Lucenehelpwrapper,
|
|
|
|
gid_File_Rdb_Offapi,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_Starregistry_Services_Rdb);
|
|
|
|
End
|
|
|
|
|
|
|
|
Module gid_Module_Root_Files_4
|
2007-09-06 09:08:07 +00:00
|
|
|
PackageInfo = "packinfo_office.txt";
|
2005-04-20 11:09:09 +00:00
|
|
|
ParentID = gid_Module_Root;
|
2008-08-27 14:24:11 +00:00
|
|
|
InstallOrder = "30";
|
2005-04-20 11:09:09 +00:00
|
|
|
Name = "gid_Module_Root_Files_4";
|
|
|
|
Description = "gid_Module_Root_Files_4";
|
2007-09-06 09:08:07 +00:00
|
|
|
Sortkey = "1400";
|
2005-04-20 11:09:09 +00:00
|
|
|
Default = YES;
|
|
|
|
Styles = (HIDDEN_ROOT);
|
2007-01-22 13:49:42 +00:00
|
|
|
Files = (gid_File_Dat_Root4,
|
|
|
|
gid_File_Filter_Eme,
|
2009-09-04 12:24:40 +02:00
|
|
|
gid_File_Filter_Sdfilt,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Filter_Icg,
|
|
|
|
gid_File_Filter_Egi,
|
|
|
|
gid_File_Filter_Epb,
|
|
|
|
gid_File_Filter_Epg,
|
|
|
|
gid_File_Filter_Epp,
|
|
|
|
gid_File_Filter_Eps,
|
|
|
|
gid_File_Filter_Ept,
|
|
|
|
gid_File_Filter_Era,
|
|
|
|
gid_File_Filter_Eti,
|
|
|
|
gid_File_Filter_Exp,
|
|
|
|
gid_File_Filter_Icd,
|
|
|
|
gid_File_Filter_Idx,
|
|
|
|
gid_File_Filter_Ime,
|
|
|
|
gid_File_Filter_Ipb,
|
|
|
|
gid_File_Filter_Ipd,
|
|
|
|
gid_File_Filter_Ips,
|
|
|
|
gid_File_Filter_Ipt,
|
|
|
|
gid_File_Filter_Ipx,
|
|
|
|
gid_File_Filter_Ira,
|
|
|
|
gid_File_Filter_Itg,
|
|
|
|
gid_File_Filter_Iti,
|
|
|
|
gid_File_Lib_Bib,
|
2007-05-22 14:28:24 +00:00
|
|
|
gid_File_Lib_Chartmodel,
|
|
|
|
gid_File_Lib_Chartview,
|
|
|
|
gid_File_Lib_Chartcontroller,
|
|
|
|
gid_File_Lib_Charttools,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Ctl,
|
|
|
|
gid_File_Lib_Cui,
|
2006-07-10 15:17:20 +00:00
|
|
|
gid_File_Lib_Sdbt,
|
2008-03-06 17:47:32 +00:00
|
|
|
gid_File_Lib_Dbmm,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Dba,
|
|
|
|
gid_File_Lib_Dbase2,
|
|
|
|
gid_File_Lib_Dbaxml,
|
|
|
|
gid_File_Lib_Dbt,
|
|
|
|
gid_File_Lib_Dbfile,
|
2008-08-19 23:09:01 +00:00
|
|
|
gid_File_Lib_Drawinglayer,
|
2010-01-11 15:32:56 +01:00
|
|
|
gid_File_Lib_Editeng,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Flat,
|
CWS-TOOLING: integrate CWS frmdlg
2008-12-18 09:13:09 +0100 oj r265667 : merge from odff05
2008-12-18 07:58:16 +0100 oj r265658 : #i94555# patch from <regina>, ODFF:
Add GAMMA, CHISQDIST, CHISQINV.
Make the 'cumulative' parameter of GAMMADIST optional.
Adapt the domain of CHIDIST to allow negative x.
Remove the constraint "degrees of freedom < 1.0E5" from CHIDIST and CHIINV.
Plus a mechanism to write the now optional parameter of GAMMADIST to PODF and
ODFF if omitted, for backwards compatibility.
2008-12-15 14:06:11 +0100 oj r265490 : CWS-TOOLING: rebase CWS frmdlg to trunk@264807 (milestone: DEV300:m37)
2008-12-15 13:55:28 +0100 oj r265488 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:55:07 +0100 oj r265487 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:54:48 +0100 oj r265486 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:54:36 +0100 oj r265485 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:54:24 +0100 oj r265484 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:48:11 +0100 oj r265483 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:31:12 +0100 oj r265479 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:13:58 +0100 oj r265477 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:10:09 +0100 oj r265476 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:05:11 +0100 oj r265475 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 10:47:17 +0100 oj r265467 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 10:46:19 +0100 oj r265466 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 10:45:47 +0100 oj r265465 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 07:35:07 +0100 oj r265458 : add dependency to formula
2008-12-15 07:34:24 +0100 oj r265457 : add dependency to formula
2008-12-12 13:22:00 +0100 msc r265413 : #i97089#
2008-12-12 13:20:25 +0100 msc r265412 : #i97089#
2008-12-12 12:35:12 +0100 msc r265406 : #i97089#
2008-12-12 12:34:16 +0100 msc r265405 : #i97089#
2008-12-12 12:33:05 +0100 msc r265404 : #i97089#
2008-12-12 12:31:11 +0100 msc r265403 : #i97089#
2008-12-08 11:59:10 +0100 oj r264981 : insert RTL_LOG
2008-12-08 11:50:17 +0100 oj r264980 : some small changes
2008-12-05 12:57:57 +0100 oj r264902 : eof changed
2008-12-05 12:56:46 +0100 oj r264901 : eof changed
2008-12-05 12:28:47 +0100 oj r264899 : wrong var used
2008-12-05 10:08:57 +0100 oj r264890 : token order reversed
2008-12-04 13:49:22 +0100 oc r264843 : #i96688: Adapt autotests because of outsourced functionwizard
2008-12-04 13:45:27 +0100 oc r264842 : #i96688: Adapt autotests because of outsourced functionwizard
2008-12-04 13:42:54 +0100 oc r264841 : #i96688: Adapt autotests because of outsourced functionwizard
2008-12-04 13:37:41 +0100 oc r264840 : #i96688: Adapt autotests because of outsourced functionwizard
2008-12-04 13:34:11 +0100 oc r264839 : #i96688: Adapt autotests because of outsourced functionwizard
2008-12-04 12:35:31 +0100 oj r264835 : new help ids for struct and function tabpage
2008-12-04 12:00:35 +0100 oj r264828 : set explicit help id
2008-12-03 14:53:27 +0100 oj r264786 : #i96845# change ref button
2008-12-03 14:51:49 +0100 oj r264785 : #i96845# change ref button
2008-12-03 08:51:57 +0100 oj r264746 : convert dos to unix lineends
2008-12-03 08:50:45 +0100 oj r264745 : convert dos to unix lineends
2008-12-03 08:50:05 +0100 oj r264744 : convert dos to unix lineends
2008-12-02 12:28:33 +0100 oj r264686 : clear help text when new helpid is set
2008-12-02 12:28:02 +0100 oj r264685 : set help id for listbox category
2008-12-02 07:15:56 +0100 oj r264655 : remove define to auto generate help ids
2008-12-01 14:36:43 +0100 oj r264604 : use temp var
2008-12-01 14:18:31 +0100 oj r264601 : moved ScJumpToken to formula
2008-12-01 14:18:11 +0100 oj r264600 : moved ScJumpToken to formula
2008-12-01 14:14:35 +0100 oj r264599 : moved ScJumpToken from sc
2008-12-01 10:48:51 +0100 oj r264589 : change quickhelptext from Shrink to Select
2008-12-01 10:28:41 +0100 oj r264588 : fix opcode data, has to be Any.Void
2008-11-28 11:16:48 +0100 oj r264532 : add help ids
2008-11-28 10:16:56 +0100 oj r264529 : set help id
2008-11-28 10:16:43 +0100 oj r264528 : set help id
2008-11-26 13:55:04 +0100 oj r264381 : #94535# use of optional instead of deleting a string myself and some small changes
2008-11-26 09:53:20 +0100 oj r264346 : compile error with debug/without debug
2008-11-25 07:41:28 +0100 oj r264271 : put static into the method which make use of them
2008-11-24 08:16:07 +0100 oj r264196 : removed not needed classes for op code
2008-11-24 08:13:44 +0100 oj r264195 : removed not needed classes for op code
2008-11-21 14:05:53 +0100 oj r264135 : make GetOpCode inline
2008-11-21 12:35:27 +0100 oj r264124 : hold symbols
2008-11-20 09:27:27 +0100 oj r264028 : merged code from DEV300_m35 which got lost
2008-11-19 20:42:12 +0100 oj r264022 : more changes for formula dialog remove
2008-11-19 20:37:41 +0100 oj r264021 : removed unused var
2008-11-19 20:35:35 +0100 oj r264020 : some more changes at token
2008-11-19 10:59:47 +0100 oj r263967 : deleted
2008-11-19 10:58:24 +0100 oj r263966 : add forui and for res files
2008-11-18 15:27:36 +0100 oj r263777 : unused para removed
2008-11-18 15:23:23 +0100 oj r263775 : add insert button to add field dlg
2008-11-18 13:39:53 +0100 oj r263764 : enable the formula dialog as well for conditional print as for conditional formatting
2008-11-18 12:03:25 +0100 oj r263760 : rename isRef in IsRef
2008-11-17 11:46:16 +0100 oj r263711 : patches for function handling
2008-11-17 11:36:22 +0100 oj r263710 : add new for forui and res file
2008-11-17 09:21:12 +0100 oj r263704 : patches for some resource for libformula
2008-11-15 12:45:30 +0100 oj r263701 : changes for formula editor extraction
2008-11-07 08:23:27 +0100 oj r263416 : merge from DEV300:m35
2008-11-07 08:22:35 +0100 oj r263415 : merge from DEV300:m35
2008-11-07 08:22:16 +0100 oj r263414 : merge from DEV300:m35
2008-11-07 08:21:41 +0100 oj r263413 : merge from DEV300:m35
2008-11-07 08:21:31 +0100 oj r263412 : merge from DEV300:m35
2008-11-07 08:20:38 +0100 oj r263411 : merge from DEV300:m35
2008-11-07 08:20:00 +0100 oj r263410 : merge from DEV300:m35
2008-11-07 08:18:50 +0100 oj r263409 : merge from DEV300:m35
2008-11-07 08:18:19 +0100 oj r263408 : merge from DEV300:m35
2008-11-07 08:10:27 +0100 oj r263407 : merge from DEV300:m35
2008-10-21 07:43:46 +0200 oj r262560 : some compile errors resolved
2008-10-17 16:40:01 +0200 oj r262291 : dep for 1st target
2008-10-07 10:08:39 +0200 oj r262077 : copy
2008-10-07 09:45:31 +0200 oj r262076 : #i94535#
2008-10-07 09:44:26 +0200 oj r262075 : #i94535# new base class
2008-10-07 09:43:21 +0200 oj r262074 : moved to formula
2008-10-07 09:41:51 +0200 oj r262073 : new images
2008-10-07 09:03:01 +0200 oj r262072 : new ids for formula
2008-10-02 08:46:27 +0200 oj r262024 : #i94535# move the formula compiler to formula
2008-10-02 08:08:54 +0200 oj r262023 : #i94535#
2008-10-02 08:06:28 +0200 oj r262022 : #i94535#
2008-10-02 08:05:52 +0200 oj r262021 : #i94535#
2008-10-01 17:15:29 +0200 oj r262014 : #i94535#
2008-10-01 17:12:40 +0200 oj r262013 : new module formula
2008-10-01 17:04:55 +0200 oj r262012 : #i94535#
2008-10-01 16:49:03 +0200 oj r262010 : #i94535#
2008-10-01 16:46:59 +0200 oj r262009 : #i94535#
2009-01-08 10:47:13 +00:00
|
|
|
gid_File_Lib_For,
|
|
|
|
gid_File_Lib_Forui,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Frm,
|
|
|
|
gid_File_Lib_Fwe,
|
|
|
|
gid_File_Lib_Fwi,
|
|
|
|
gid_File_Lib_Fwk,
|
|
|
|
gid_File_Lib_Fwl,
|
|
|
|
gid_File_Lib_Go,
|
2007-11-19 12:06:53 +00:00
|
|
|
gid_File_Lib_Helplinker,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_J,
|
|
|
|
gid_File_Lib_Lks,
|
|
|
|
gid_File_Lib_Lng,
|
|
|
|
gid_File_Lib_Offacc,
|
2008-01-10 12:26:22 +00:00
|
|
|
gid_File_Lib_Oox,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Pcr,
|
|
|
|
gid_File_Lib_Pdffilter,
|
|
|
|
gid_File_Lib_Pk,
|
|
|
|
gid_File_Lib_Pl,
|
|
|
|
gid_File_Lib_Sf_Prothdlr,
|
|
|
|
gid_File_Lib_Psp,
|
|
|
|
gid_File_Lib_Res,
|
2008-01-10 12:26:22 +00:00
|
|
|
gid_File_Lib_Sax,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Sb,
|
|
|
|
gid_File_Lib_Scn,
|
|
|
|
gid_File_Lib_Sd,
|
|
|
|
gid_File_Lib_Sdd,
|
|
|
|
gid_File_Lib_Sdui,
|
|
|
|
gid_File_Lib_Sfx,
|
|
|
|
gid_File_Lib_Sot,
|
|
|
|
gid_File_Lib_Spa,
|
|
|
|
gid_File_Lib_Spl,
|
|
|
|
gid_File_Lib_Sts,
|
|
|
|
gid_File_Lib_Svl,
|
|
|
|
gid_File_Lib_Svtools,
|
|
|
|
gid_File_Lib_Svx,
|
|
|
|
gid_File_Lib_AVMedia,
|
|
|
|
gid_File_Lib_AVMediaWin,
|
2010-09-16 15:19:46 +02:00
|
|
|
gid_File_Lib_AVMediaGStreamer,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_BaseGfx,
|
2011-08-24 12:17:31 +01:00
|
|
|
gid_File_Lib_Merged,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Sysdtrans,
|
|
|
|
gid_File_Lib_Sw,
|
|
|
|
gid_File_Lib_TextConversionDlgs,
|
|
|
|
gid_File_Lib_Tk,
|
2007-06-27 14:43:57 +00:00
|
|
|
gid_File_Lib_Acc,
|
2008-07-17 15:34:20 +00:00
|
|
|
gid_File_Lib_BaseBmp,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Tools,
|
|
|
|
gid_File_Lib_Utl,
|
|
|
|
gid_File_Lib_Uui,
|
|
|
|
gid_File_Lib_Vcl,
|
|
|
|
gid_File_Lib_Xcr,
|
|
|
|
gid_File_Lib_Xmlfa,
|
|
|
|
gid_File_Lib_Xmlfd,
|
|
|
|
gid_File_Lib_Xmx,
|
|
|
|
gid_File_Lib_Xo,
|
|
|
|
gid_File_Lib_Xof,
|
|
|
|
gid_File_Lib_Xsltdlg,
|
|
|
|
gid_File_Lib_Xsltfilter,
|
2011-01-10 21:34:09 +01:00
|
|
|
gid_File_Lib_Odfflatxml,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Zip,
|
|
|
|
gid_File_Lib_Vclplug_Gen,
|
|
|
|
gid_File_Lib_Vclplug_Kde,
|
2009-09-04 12:24:40 +02:00
|
|
|
gid_File_Lib_Vclplug_Kde4,
|
2008-07-17 15:34:20 +00:00
|
|
|
gid_File_Lib_Vclplug_Svp,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Basctl,
|
|
|
|
gid_File_Lib_CanvasTools,
|
|
|
|
gid_File_Lib_CppCanvas,
|
2005-11-02 13:08:42 +00:00
|
|
|
gid_File_Lib_Agg,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Fwm,
|
|
|
|
gid_File_Lib_Lprx2,
|
|
|
|
gid_File_Lib_Lprxw,
|
2007-06-19 15:03:29 +00:00
|
|
|
gid_File_Lib_Libtextcat,
|
|
|
|
gid_File_Lib_Guesslang,
|
2011-02-21 23:01:01 +01:00
|
|
|
gid_File_Lib_Tfu);
|
2005-04-20 11:09:09 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Module gid_Module_Root_Files_5
|
2007-09-06 09:08:07 +00:00
|
|
|
PackageInfo = "packinfo_office.txt";
|
|
|
|
TabPackageInfo = "packinfo_office_tab.txt";
|
2005-04-20 11:09:09 +00:00
|
|
|
ParentID = gid_Module_Root;
|
2008-08-27 14:24:11 +00:00
|
|
|
InstallOrder = "40";
|
2005-04-20 11:09:09 +00:00
|
|
|
Name = "gid_Module_Root_Files_5";
|
|
|
|
Description = "gid_Module_Root_Files_5";
|
2007-09-06 09:08:07 +00:00
|
|
|
Sortkey = "1500";
|
2005-04-20 11:09:09 +00:00
|
|
|
Default = YES;
|
|
|
|
Styles = (HIDDEN_ROOT);
|
2007-01-22 13:49:42 +00:00
|
|
|
Files = (gid_File_Dat_Root5,
|
2011-03-29 14:36:53 +02:00
|
|
|
#if ! defined SYSTEM_GETTEXT
|
|
|
|
gid_File_Lib_Intl,
|
|
|
|
#endif
|
|
|
|
#if ! defined SYSTEM_GLIB
|
|
|
|
gid_File_Lib_Glib,
|
|
|
|
gid_File_Lib_Gobject,
|
|
|
|
gid_File_Lib_Gthread,
|
|
|
|
gid_File_Lib_Gmodule,
|
|
|
|
gid_File_Lib_Gio,
|
|
|
|
#endif
|
|
|
|
#if ! defined SYSTEM_GDKPIXBUF
|
|
|
|
gid_File_Lib_Gdkpixbuf,
|
|
|
|
#endif
|
|
|
|
#if ! defined SYSTEM_LIBCROCO
|
|
|
|
gid_File_Lib_Libcroco,
|
|
|
|
#endif
|
|
|
|
#if ! defined SYSTEM_PANGO
|
|
|
|
gid_File_Lib_Libpango,
|
|
|
|
gid_File_Lib_Libpangocairo,
|
|
|
|
#ifdef WNT
|
|
|
|
gid_File_Lib_Libpangowin32,
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#if ! defined SYSTEM_LIBGSF
|
|
|
|
gid_File_Lib_Libgsf,
|
2011-10-03 14:10:10 +02:00
|
|
|
#endif
|
|
|
|
#if ENABLE_CMIS
|
|
|
|
gid_File_Lib_Cmis,
|
2011-03-29 14:36:53 +02:00
|
|
|
#endif
|
2007-01-22 13:49:42 +00:00
|
|
|
gid_File_Lib_Dict_Ja,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Dict_Zh,
|
2006-01-31 17:50:14 +00:00
|
|
|
gid_File_Lib_Collator_Data,
|
|
|
|
gid_File_Lib_Index_Data,
|
|
|
|
gid_File_Lib_Textconv_Dict,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Lib_Basprov,
|
2009-07-24 16:56:06 +02:00
|
|
|
gid_File_Lib_Configmgr,
|
2007-11-07 09:16:36 +00:00
|
|
|
gid_File_Lib_Crypto,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Dlgprov,
|
2007-01-02 14:55:55 +00:00
|
|
|
gid_File_Lib_Stringresource,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Lib_Ldapbe2,
|
|
|
|
gid_File_Lib_Comphelper2,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Cached1,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Lib_Curl,
|
2010-12-07 13:55:42 +00:00
|
|
|
gid_Unixlink_File_Lib_Curl,
|
2005-04-11 08:33:49 +00:00
|
|
|
gid_File_Lib_Db,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Lib_Dbpool,
|
|
|
|
gid_File_Lib_Embobj,
|
|
|
|
gid_File_Lib_Emboleobj,
|
2005-12-19 16:23:48 +00:00
|
|
|
gid_File_Lib_Kab_1,
|
2006-01-19 14:48:02 +00:00
|
|
|
gid_File_Lib_Kab_Drv_1,
|
2007-09-13 17:00:06 +00:00
|
|
|
gid_File_Lib_Macab_1,
|
|
|
|
gid_File_Lib_Macab_Drv_1,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Lib_Evtatt,
|
|
|
|
gid_File_Lib_Fileacc,
|
|
|
|
gid_File_Lib_Filterconfig1,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Dbodbcbase,
|
|
|
|
gid_File_Lib_I18npool,
|
2009-06-12 09:36:34 +00:00
|
|
|
gid_File_Lib_I18npaper,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Lib_I18nregexp,
|
|
|
|
gid_File_Lib_I18nsearch,
|
2006-04-07 13:42:38 +00:00
|
|
|
gid_File_Lib_I18nisolang,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Lib_I18nutil,
|
|
|
|
gid_File_Lib_Icudata,
|
|
|
|
gid_File_Lib_Icui18n,
|
|
|
|
gid_File_Lib_Icule,
|
|
|
|
gid_File_Lib_Icuuc,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Localedata_En,
|
|
|
|
gid_File_Lib_Localedata_Es,
|
|
|
|
gid_File_Lib_Localedata_Euro,
|
|
|
|
gid_File_Lib_Localedata_Others,
|
|
|
|
gid_File_Lib_Hsqldb_2,
|
2008-08-19 09:43:42 +00:00
|
|
|
gid_File_Lib_Jdbc,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Lib_Mcnttype,
|
|
|
|
gid_File_Lib_Mozab_2,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Mozabdrv,
|
2008-08-18 12:23:32 +00:00
|
|
|
gid_File_Lib_Mozbootstrap,
|
2008-08-19 09:43:42 +00:00
|
|
|
gid_File_Lib_Mysql,
|
|
|
|
gid_File_Lib_Odbc,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Lib_Officebean,
|
2007-11-07 09:16:36 +00:00
|
|
|
gid_File_Lib_Openssl,
|
2005-04-13 07:44:25 +00:00
|
|
|
gid_File_Lib_Package2,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Deployment,
|
|
|
|
gid_File_Lib_DeploymentGui,
|
2011-03-02 13:22:42 +01:00
|
|
|
gid_File_Lib_Expwrap_Uno,
|
2008-01-10 12:26:22 +00:00
|
|
|
gid_File_Lib_Fastsax_Uno,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Slideshow,
|
|
|
|
gid_File_Lib_Recentfile,
|
|
|
|
gid_File_Lib_Scriptframe,
|
|
|
|
gid_File_Lib_Sdbc_2,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Lib_Srtrs1,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Bat,
|
|
|
|
gid_File_Lib_Tab,
|
2006-07-13 09:32:37 +00:00
|
|
|
gid_File_Lib_Tab2,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Unoxml,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Lib_Localebe,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Migrationoo2,
|
2010-10-29 17:21:59 +01:00
|
|
|
gid_File_Lib_Migrationoo3,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Syssh,
|
|
|
|
gid_File_Ucptdoc1,
|
|
|
|
gid_File_Ucpexpand1,
|
2008-07-01 15:30:22 +00:00
|
|
|
gid_File_Lib_Raptor,
|
2010-12-07 13:55:42 +00:00
|
|
|
gid_Unixlink_File_Lib_Raptor,
|
2008-07-01 15:30:22 +00:00
|
|
|
gid_File_Lib_Rasqal,
|
2010-12-07 13:55:42 +00:00
|
|
|
gid_Unixlink_File_Lib_Rasqal,
|
2008-07-01 15:30:22 +00:00
|
|
|
gid_File_Lib_Rdf,
|
2010-12-07 13:55:42 +00:00
|
|
|
gid_Unixlink_File_Lib_Rdf,
|
2008-07-01 15:30:22 +00:00
|
|
|
gid_File_Lib_Unordf,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Sndfile,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Lib_Tvhlp1,
|
|
|
|
gid_File_Lib_Ucb1,
|
|
|
|
gid_File_Lib_Ucbhelper,
|
|
|
|
gid_File_Lib_Ucpchelp1,
|
|
|
|
gid_File_Lib_Ucpdav1,
|
2009-11-04 11:12:54 +00:00
|
|
|
gid_File_Lib_Neon,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Lib_Ucpfile1,
|
|
|
|
gid_File_Lib_Ucpftp1,
|
|
|
|
gid_File_Lib_Ucphier1,
|
|
|
|
gid_File_Lib_Ucppkg1,
|
2007-05-10 12:18:30 +00:00
|
|
|
gid_File_Lib_Xslt,
|
2010-12-07 13:55:42 +00:00
|
|
|
gid_Unixlink_File_Lib_Xslt,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_LibXMLSec_xmlsecnss,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Lib_LibXMLSec_xmlseccore,
|
|
|
|
gid_File_Lib_LibXMLSec_xmlsecmscrypto,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_XSec_XMLSecurity,
|
|
|
|
gid_File_Lib_XSec_Framework,
|
|
|
|
gid_File_Lib_XSec_XmlSec,
|
|
|
|
gid_File_Lib_Xstor,
|
|
|
|
gid_File_CanvasFactory,
|
2007-06-27 11:31:22 +00:00
|
|
|
gid_File_SimpleCanvas,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Cmdmail,
|
|
|
|
gid_File_Lib_I18n,
|
|
|
|
gid_File_Lib_VCLCanvas,
|
2008-06-24 11:19:14 +00:00
|
|
|
gid_File_Lib_DirectX5Canvas,
|
2007-11-01 17:04:34 +00:00
|
|
|
gid_File_Lib_DirectX9Canvas,
|
2008-06-24 11:19:14 +00:00
|
|
|
gid_File_Lib_GdiPlusCanvas,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Hhc_Word,
|
|
|
|
gid_File_Lib_Socomp,
|
|
|
|
gid_File_Lib_Sogpstarter,
|
|
|
|
gid_File_Lib_Stdc_3,
|
|
|
|
gid_File_Lib_Stdc_5,
|
|
|
|
gid_File_Lib_Accessbridge,
|
2008-08-19 09:43:42 +00:00
|
|
|
gid_File_Lib_Ado,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Dl,
|
|
|
|
gid_File_Lib_Dnd,
|
|
|
|
gid_File_Lib_Dtrans,
|
|
|
|
gid_File_Lib_Emser,
|
2008-11-20 15:13:11 +00:00
|
|
|
gid_File_Lib_Inprocserv,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Fop,
|
|
|
|
gid_File_Lib_Fps,
|
|
|
|
gid_File_Lib_Ftransl,
|
|
|
|
gid_File_Lib_Lngpckinsthlp,
|
2011-04-01 19:39:40 +02:00
|
|
|
#ifdef ENABLE_LOMENUBAR
|
|
|
|
gid_File_Lib_Lomenubar,
|
|
|
|
#endif
|
2007-05-10 10:06:34 +00:00
|
|
|
gid_File_Lib_sn_tools,
|
|
|
|
GID_FILE_LIB_WPD,
|
2009-09-04 12:24:40 +02:00
|
|
|
gid_File_Lib_Mingw_GccS,
|
|
|
|
gid_File_Lib_Mingw_Stdcpp,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Msvcp70,
|
|
|
|
gid_File_Lib_Msvcr70,
|
|
|
|
gid_File_Lib_Ole,
|
|
|
|
gid_File_Lib_Patchmsi,
|
2008-07-16 15:25:49 +00:00
|
|
|
gid_File_Lib_Reg4allmsdoc,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Qslnkmsi,
|
|
|
|
gid_File_Lib_Sdqsmsi,
|
|
|
|
gid_File_Lib_Instooofiltmsi,
|
|
|
|
gid_File_Lib_Smplmail,
|
|
|
|
gid_File_Lib_Gconfebe,
|
|
|
|
gid_File_Lib_Wininetbe,
|
2007-04-16 10:55:09 +00:00
|
|
|
gid_File_Lib_Macbe,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Lib_Msvcp70_So,
|
|
|
|
gid_File_Lib_Msvcr70_So,
|
|
|
|
gid_File_Lib_Gdiplus,
|
|
|
|
gid_File_Lib_Stlport_Vc6,
|
|
|
|
gid_File_Lib_Stlport_Vc7,
|
|
|
|
gid_File_Tabaction,
|
|
|
|
gid_File_Lib_Fps_Office,
|
|
|
|
gid_File_Lib_Fpicker,
|
|
|
|
gid_File_Lib_Fsstorage,
|
|
|
|
gid_File_Lib_Hatchwindowfactory,
|
|
|
|
gid_File_Lib_Passwordcontainer,
|
2006-08-04 09:10:10 +00:00
|
|
|
gid_File_Lib_Svtmisc,
|
|
|
|
gid_File_Lib_Updchkui,
|
2006-12-13 14:15:47 +00:00
|
|
|
gid_File_Lib_Updatefeed,
|
2008-06-25 11:18:22 +00:00
|
|
|
gid_File_Lib_Onlinecheck,
|
|
|
|
gid_File_Lib_Cli_Oootypes_Assembly,
|
2008-07-01 13:06:07 +00:00
|
|
|
gid_File_Lib_Policy_Cli_Oootypes_Assembly,
|
|
|
|
gid_File_Lib_Policy_Cli_Oootypes_Config);
|
2010-12-07 13:55:42 +00:00
|
|
|
Unixlinks = (gid_Unixlink_File_Lib_Curl,
|
|
|
|
gid_Unixlink_File_Lib_Raptor,
|
|
|
|
gid_Unixlink_File_Lib_Rasqal,
|
|
|
|
gid_Unixlink_File_Lib_Rdf,
|
|
|
|
gid_Unixlink_File_Lib_Xslt);
|
2005-01-31 10:01:15 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Module gid_Module_Root_Files_6
|
2007-09-06 09:08:07 +00:00
|
|
|
PackageInfo = "packinfo_office.txt";
|
2005-04-20 11:09:09 +00:00
|
|
|
ParentID = gid_Module_Root;
|
2008-04-15 13:57:05 +00:00
|
|
|
InstallOrder = "70";
|
2005-04-20 11:09:09 +00:00
|
|
|
Name = "gid_Module_Root_Files_6";
|
|
|
|
Description = "gid_Module_Root_Files_6";
|
2007-09-06 09:08:07 +00:00
|
|
|
Sortkey = "1600";
|
2005-04-20 11:09:09 +00:00
|
|
|
Default = YES;
|
|
|
|
Styles = (HIDDEN_ROOT);
|
|
|
|
Files = (gid_File_Basic_User,
|
2008-07-31 18:12:50 +00:00
|
|
|
gid_File_Basic_Share,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Basic_User_Standard,
|
|
|
|
gid_File_Extra_Autotextuser,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Extra_Cfgusr,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Extra_Palettes,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Extra_Database,
|
|
|
|
gid_File_Extra_Databasebiblio,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Extra_Gallsound,
|
|
|
|
gid_File_Extra_Autocorr,
|
|
|
|
gid_File_Extra_Autocorr_Lang,
|
|
|
|
gid_File_Extra_Gallroot,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Extra_Gallbullets,
|
|
|
|
gid_File_Extra_Gallhtmlexpo,
|
|
|
|
gid_File_Extra_Gallrulers,
|
|
|
|
gid_File_Extra_Gallsystem,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Extra_Gallflagscontrol,
|
|
|
|
gid_File_Extra_Gallsounds,
|
|
|
|
gid_File_Extra_Gallwwwanim,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Extra_Gallwwwback,
|
|
|
|
gid_File_Extra_Gallwwwgraf,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Extra_Migration,
|
|
|
|
gid_File_Extra_Migration_Lang_Multi,
|
2010-12-08 15:27:32 +00:00
|
|
|
gid_File_Extra_Tpllayoutimpr,
|
2010-11-18 14:44:07 +01:00
|
|
|
gid_File_Extra_Tplwizbitmap,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Extra_Tplwizletter,
|
|
|
|
gid_File_Extra_Tplwizmemo_Lang,
|
|
|
|
gid_File_Extra_Autotextuser_Lang,
|
|
|
|
gid_File_Extra_Dir_Fonts,
|
|
|
|
gid_File_Scripts_Beanshell,
|
|
|
|
gid_File_Scripts_Java,
|
|
|
|
gid_File_Scripts_Javascript,
|
|
|
|
gid_File_Basic_Depot,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Basic_Euro,
|
|
|
|
gid_File_Basic_Form,
|
|
|
|
gid_File_Basic_Gimmicks,
|
|
|
|
gid_File_Basic_Importwiz,
|
2007-06-19 15:03:29 +00:00
|
|
|
gid_File_Basic_Formwiz,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Basic_Schedule,
|
|
|
|
gid_File_Basic_Scriptbindinglib,
|
|
|
|
gid_File_Basic_Template,
|
|
|
|
gid_File_Basic_Tools,
|
|
|
|
gid_File_Basic_Tutorials,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Extra_Cfgsrv,
|
|
|
|
gid_File_Extra_Cfgsrv_Bitmap_Unx,
|
|
|
|
gid_File_Extra_Symbols,
|
|
|
|
gid_File_Extra_Common_Inc,
|
|
|
|
gid_File_Extra_Common_Pl,
|
|
|
|
gid_File_Extra_Edit_Asp,
|
|
|
|
gid_File_Extra_Edit_Pl,
|
|
|
|
gid_File_Extra_Editpic_Asp,
|
|
|
|
gid_File_Extra_Editpic_Pl,
|
|
|
|
gid_File_Extra_Index_Pl,
|
|
|
|
gid_File_Extra_Poll_Asp,
|
|
|
|
gid_File_Extra_Poll_Pl,
|
|
|
|
gid_File_Extra_Savepic_Asp,
|
|
|
|
gid_File_Extra_Savepic_Pl,
|
|
|
|
gid_File_Extra_Show_Asp,
|
|
|
|
gid_File_Extra_Show_Pl,
|
|
|
|
gid_File_Extra_Webcast_Asp,
|
|
|
|
gid_File_Extra_Webcast_Pl,
|
2007-06-27 14:51:58 +00:00
|
|
|
gid_File_Extra_Square_Yellow_Zip,
|
|
|
|
gid_File_Extra_Square_Red_Zip,
|
|
|
|
gid_File_Extra_Square_Green_Zip,
|
|
|
|
gid_File_Extra_Square_Gray_Zip,
|
|
|
|
gid_File_Extra_Square_Blue_Zip,
|
|
|
|
gid_File_Extra_Simple_Zip,
|
|
|
|
gid_File_Extra_Round_White_Zip,
|
|
|
|
gid_File_Extra_Round_Gorilla_Zip,
|
|
|
|
gid_File_Extra_Glas_Red_Zip,
|
|
|
|
gid_File_Extra_Glas_Green_Zip,
|
2008-01-10 12:26:22 +00:00
|
|
|
gid_File_Extra_Glas_Blue_Zip,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Share_Config_Sofficecfg_uiconfig_Zip,
|
|
|
|
gid_File_Share_Config_Sofficecfg_Basicide_Menubar_Xml,
|
|
|
|
gid_File_Share_Config_Sofficecfg_Bibliography_Menubar_Xml,
|
|
|
|
gid_File_Share_Config_Sofficecfg_Dbuquery_Menubar_Xml,
|
|
|
|
gid_File_Share_Config_Sofficecfg_Dbubrowser_Menubar_Xml,
|
|
|
|
gid_File_Share_Config_Sofficecfg_Dbuapp_Menubar_Xml,
|
|
|
|
gid_File_Share_Config_Sofficecfg_Dburelation_Menubar_Xml,
|
|
|
|
gid_File_Share_Config_Sofficecfg_Dbutable_Menubar_Xml,
|
|
|
|
gid_File_Share_Config_Sofficecfg_Startmodule_Menubar_Xml,
|
|
|
|
gid_File_Share_Config_Sofficecfg_Chart_Menubar_Xml,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Dtd_Accelerator,
|
|
|
|
gid_File_Dtd_Dialog,
|
|
|
|
gid_File_Dtd_Event,
|
2006-07-13 12:31:16 +00:00
|
|
|
gid_File_Dtd_Groupuinames,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Dtd_Image,
|
|
|
|
gid_File_Dtd_Libraries,
|
|
|
|
gid_File_Dtd_Library,
|
|
|
|
gid_File_Dtd_Manifest,
|
|
|
|
gid_File_Dtd_Menubar,
|
|
|
|
gid_File_Dtd_Module,
|
|
|
|
gid_File_Dtd_Office,
|
|
|
|
gid_File_Dtd_Statusbar,
|
|
|
|
gid_File_Dtd_Toolbar,
|
|
|
|
gid_File_Mod_Chart,
|
|
|
|
gid_File_Mod_Datastyl,
|
|
|
|
gid_File_Mod_Defs,
|
|
|
|
gid_File_Mod_Drawing,
|
|
|
|
gid_File_Mod_Dtypes,
|
|
|
|
gid_File_Mod_Form,
|
|
|
|
gid_File_Mod_Meta,
|
|
|
|
gid_File_Mod_Nmspace,
|
|
|
|
gid_File_Mod_Office,
|
|
|
|
gid_File_Mod_Script,
|
|
|
|
gid_File_Mod_Settings,
|
|
|
|
gid_File_Mod_Style,
|
|
|
|
gid_File_Mod_Table,
|
|
|
|
gid_File_Mod_Text,
|
2009-10-02 13:56:08 +02:00
|
|
|
gid_File_Oo_Ldap_Xcd_Sample,
|
|
|
|
gid_File_Oo_Ad_Ldap_Xcd_Sample,
|
2009-08-04 10:36:31 +02:00
|
|
|
gid_File_Share_Registry_Main_Xcd,
|
2010-04-08 17:11:45 +02:00
|
|
|
gid_File_Share_Registry_Forcedefault_Xcd,
|
2008-07-17 15:34:20 +00:00
|
|
|
gid_File_Pymailmerge,
|
2011-05-06 14:38:48 +01:00
|
|
|
gid_File_Pymailmerge_msgbox,
|
2006-12-19 10:39:59 +00:00
|
|
|
gid_File_Xsl_Common_Measure_Conversion,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Xsl_Common_Math_Functions,
|
|
|
|
gid_File_Xsl_Export_Common_Body,
|
|
|
|
gid_File_Xsl_Export_Common_Table_Of_Content,
|
|
|
|
gid_File_Xsl_Export_Common_Ooo2ms_Docpr,
|
|
|
|
gid_File_Xsl_Export_Common_Styles_Styles_Collector,
|
|
|
|
gid_File_Xsl_Export_Common_Styles_Style_Mapping_Css,
|
|
|
|
gid_File_Xsl_Export_Common_Styles_Style_Mapping_html32,
|
|
|
|
gid_File_Xsl_Export_Common_Table_Table,
|
|
|
|
gid_File_Xsl_Export_Common_Table_Table_Cells,
|
|
|
|
gid_File_Xsl_Export_Common_Table_Table_Columns,
|
|
|
|
gid_File_Xsl_Export_Common_Table_Table_Rows,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Xsl_Export_Spreadsheetml_Formular,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Xsl_Export_Spreadsheetml_Ooo2spreadsheetml,
|
|
|
|
gid_File_Xsl_Export_Spreadsheetml_Style_Mapping,
|
|
|
|
gid_File_Xsl_Export_Spreadsheetml_Styles,
|
|
|
|
gid_File_Xsl_Export_Spreadsheetml_Table,
|
2008-05-06 15:10:29 +00:00
|
|
|
gid_File_Xsl_Export_uof_odf2uof_text,
|
|
|
|
gid_File_Xsl_Export_uof_odf2uof_spreadsheet,
|
|
|
|
gid_File_Xsl_Export_uof_odf2uof_presentation,
|
|
|
|
gid_File_Xsl_Import_uof_uof2odf_text,
|
|
|
|
gid_File_Xsl_Import_uof_uof2odf_spreadsheet,
|
|
|
|
gid_File_Xsl_Import_uof_uof2odf_presentation,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Xsl_Export_Wordml_Ooo2wordml,
|
|
|
|
gid_File_Xsl_Export_Wordml_Ooo2wordml_Border,
|
|
|
|
gid_File_Xsl_Export_Wordml_Ooo2wordml_Custom_Draw,
|
|
|
|
gid_File_Xsl_Export_Wordml_Ooo2wordml_Draw,
|
|
|
|
gid_File_Xsl_Export_Wordml_Ooo2wordml_Field,
|
|
|
|
gid_File_Xsl_Export_Wordml_Ooo2wordml_List,
|
|
|
|
gid_File_Xsl_Export_Wordml_Ooo2wordml_Page,
|
|
|
|
gid_File_Xsl_Export_Wordml_Ooo2wordml_Path,
|
|
|
|
gid_File_Xsl_Export_Wordml_Ooo2wordml_Settings,
|
|
|
|
gid_File_Xsl_Export_Wordml_Ooo2wordml_Table,
|
|
|
|
gid_File_Xsl_Export_Wordml_Ooo2wordml_Text,
|
|
|
|
gid_File_Xsl_Import_Common_Ms2ooo_Docpr,
|
|
|
|
gid_File_Xsl_Import_Spreadsheetml_Spreadsheetml2ooo,
|
2005-05-13 08:46:44 +00:00
|
|
|
gid_File_Xsl_Import_Wordml_Wordml2ooo_Props,
|
2005-01-31 10:01:15 +00:00
|
|
|
gid_File_Xsl_Import_Wordml_Wordml2ooo,
|
|
|
|
gid_File_Xsl_Import_Wordml_Wordml2ooo_Custom_Draw,
|
|
|
|
gid_File_Xsl_Import_Wordml_Wordml2ooo_Draw,
|
|
|
|
gid_File_Xsl_Import_Wordml_Wordml2ooo_Field,
|
|
|
|
gid_File_Xsl_Import_Wordml_Wordml2ooo_List,
|
|
|
|
gid_File_Xsl_Import_Wordml_Wordml2ooo_Page,
|
|
|
|
gid_File_Xsl_Import_Wordml_Wordml2ooo_Settings,
|
|
|
|
gid_File_Xsl_Import_Wordml_Wordml2ooo_Table,
|
|
|
|
gid_File_Xsl_Import_Wordml_Wordml2ooo_Text,
|
2005-04-20 11:09:09 +00:00
|
|
|
gid_File_Xsl_Import_Wordml_Wordml2ooo_Path,
|
|
|
|
gid_File_Extra_Fontunxpsprint,
|
|
|
|
gid_File_Extra_Fontunxppds,
|
|
|
|
gid_File_Extra_Fontunxafm,
|
|
|
|
gid_File_Kspprof_Ini,
|
|
|
|
gid_File_Sp_Adsf_Mcd,
|
|
|
|
gid_File_Sp_Bnd_Mcd,
|
|
|
|
gid_File_Sp_Fre_Mcd,
|
|
|
|
gid_File_Sp_Jlsf_Mcd,
|
|
|
|
gid_File_Sp_Klsf_Mcd,
|
|
|
|
gid_File_Sp_Subm_Mcd,
|
2008-06-09 11:52:50 +00:00
|
|
|
gid_File_Spuser1_Txt);
|
2005-04-20 11:09:09 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Module gid_Module_Root_Files_7
|
2007-09-06 09:08:07 +00:00
|
|
|
PackageInfo = "packinfo_office.txt";
|
2005-04-20 11:09:09 +00:00
|
|
|
ParentID = gid_Module_Root;
|
2008-04-15 13:57:05 +00:00
|
|
|
InstallOrder = "80";
|
2005-04-20 11:09:09 +00:00
|
|
|
Name = "gid_Module_Root_Files_7";
|
|
|
|
Description = "gid_Module_Root_Files_7";
|
2007-09-06 09:08:07 +00:00
|
|
|
Sortkey = "1900";
|
2005-04-20 11:09:09 +00:00
|
|
|
Default = YES;
|
|
|
|
Styles = (HIDDEN_ROOT);
|
2008-06-16 13:14:49 +00:00
|
|
|
Files = (gid_File_Help_Help_Zip,
|
|
|
|
gid_File_Moz_Msvcp71,
|
|
|
|
gid_File_Moz_Msvcr71,
|
|
|
|
gid_File_Mozilla_Runtime);
|
2005-04-20 11:09:09 +00:00
|
|
|
End
|
|
|
|
|
2008-04-18 07:31:12 +00:00
|
|
|
Module gid_Module_Root_Files_Images
|
|
|
|
PackageInfo = "packinfo_office.txt";
|
|
|
|
ParentID = gid_Module_Root;
|
2008-07-07 15:25:56 +00:00
|
|
|
InstallOrder = "100";
|
2008-04-18 07:31:12 +00:00
|
|
|
Name = "gid_Module_Root_Files_Images";
|
|
|
|
Description = "gid_Module_Root_Files_Images";
|
|
|
|
Sortkey = "2050";
|
|
|
|
Default = YES;
|
|
|
|
Styles = (HIDDEN_ROOT);
|
2010-12-09 12:56:49 +00:00
|
|
|
Files = (
|
|
|
|
#ifdef THEME_DEFAULT
|
|
|
|
gid_File_Images_Zip,
|
|
|
|
#endif
|
|
|
|
#ifdef THEME_CRYSTAL
|
2008-04-18 07:31:12 +00:00
|
|
|
gid_File_ImagesCrystal_Zip,
|
2010-12-09 12:56:49 +00:00
|
|
|
#endif
|
|
|
|
#ifdef THEME_OXYGEN
|
2009-11-09 14:20:19 +01:00
|
|
|
gid_File_ImagesOxygen_Zip,
|
2010-12-09 12:56:49 +00:00
|
|
|
#endif
|
|
|
|
#ifdef THEME_HICONTRAST
|
2008-04-18 07:31:12 +00:00
|
|
|
gid_File_ImagesHicontrast_Zip,
|
2010-12-09 12:56:49 +00:00
|
|
|
#endif
|
|
|
|
#ifdef THEME_TANGO
|
|
|
|
gid_File_ImagesTango_Zip
|
|
|
|
#endif
|
|
|
|
);
|
2008-04-18 07:31:12 +00:00
|
|
|
End
|
|
|
|
|
2005-01-31 10:01:15 +00:00
|
|
|
#ifndef WITHOUT_FONTS
|
|
|
|
Module gid_Module_Root_Fonts_OOo_Hidden
|
2007-09-06 09:08:07 +00:00
|
|
|
PackageInfo = "packinfo_office.txt";
|
2005-04-20 11:09:09 +00:00
|
|
|
ParentID = gid_Module_Root;
|
2008-04-15 13:57:05 +00:00
|
|
|
InstallOrder = "100";
|
2005-04-20 11:09:09 +00:00
|
|
|
Name = "gid_Module_Root_Fonts_OOo_Hidden";
|
|
|
|
Description = "gid_Module_Root_Fonts_OOo_Hidden";
|
2007-09-06 09:08:07 +00:00
|
|
|
Sortkey = "2100";
|
2005-04-20 11:09:09 +00:00
|
|
|
Default = YES;
|
INTEGRATION: CWS sb83 (1.81.14); FILE MERGED
2008/03/17 09:01:51 sb 1.81.14.16: RESYNC: (1.85-1.89); FILE MERGED
2008/02/15 09:54:09 sb 1.81.14.15: #154657# drop apoc integration
2008/02/14 13:19:15 is 1.81.14.14: #i86068# thirdparty license also in brand layer
2008/02/14 13:06:15 sb 1.81.14.13: #i84200# for now, move crash reporter to brand layer
2008/02/08 09:19:25 sb 1.81.14.12: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on all plattforms, are in the brand layer, where they can include brand-specific icons on Windows (read by vcl; potentially visible in Windows Explorer according to hro)
2008/02/07 16:20:15 sb 1.81.14.11: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on Windows (similar to Mac OS X, albeit for different reasons), are in the brand layer, where they can include brand-specific icons (read by vcl; potentially visible in Windows Explorer according to hro).
2008/02/07 12:47:05 sb 1.81.14.10: #i84200# removed apparently unused viewdoc script
2008/02/06 14:08:42 sb 1.81.14.9: #i84200# moved image sets to brand layer
2008/02/05 10:55:29 is 1.81.14.8: #i85112# ooo repackaging
2008/02/01 13:29:04 sb 1.81.14.7: RESYNC: (1.82-1.85); FILE MERGED
2008/01/29 17:08:24 sb 1.81.14.6: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files
2008/01/29 16:00:23 sb 1.81.14.5: #i85112# merged in cws_src680_native121
2008/01/21 15:14:31 sb 1.81.14.4: #i84200# have a fake ure-link in all Unix good-old monolithic OOos, so that start-script javaldx execution can be simplified
2008/01/11 14:11:31 sb 1.81.14.3: #i84200# For now, include a fake ure-link/lib in traditional OOo on Mac OS X to make it still work with new dylib install_names.
2008/01/09 10:52:29 sb 1.81.14.2: RESYNC: (1.81-1.82); FILE MERGED
2007/12/10 14:52:47 sb 1.81.14.1: #i84200# First step of basis/brand split. #i84309# Completely removed deprecated pkgchk tool.
2008-03-18 12:31:06 +00:00
|
|
|
Styles = (HIDDEN_ROOT);
|
2005-04-20 11:09:09 +00:00
|
|
|
Files = (gid_File_Fnt_Opensymb,
|
2008-01-15 11:16:53 +00:00
|
|
|
gid_File_Fnt_DejaVuSans_Bold,
|
|
|
|
gid_File_Fnt_DejaVuSans_BoldOblique,
|
|
|
|
gid_File_Fnt_DejaVuSans_Oblique,
|
|
|
|
gid_File_Fnt_DejaVuSans,
|
|
|
|
gid_File_Fnt_DejaVuSansCondensed_Bold,
|
|
|
|
gid_File_Fnt_DejaVuSansCondensed_BoldOblique,
|
|
|
|
gid_File_Fnt_DejaVuSansCondensed_Oblique,
|
|
|
|
gid_File_Fnt_DejaVuSansCondensed,
|
|
|
|
gid_File_Fnt_DejaVuSansExtraLight,
|
|
|
|
gid_File_Fnt_DejaVuSansMono_Bold,
|
|
|
|
gid_File_Fnt_DejaVuSansMono_BoldOblique,
|
|
|
|
gid_File_Fnt_DejaVuSansMono_Oblique,
|
|
|
|
gid_File_Fnt_DejaVuSansMono,
|
|
|
|
gid_File_Fnt_DejaVuSerif_Bold,
|
|
|
|
gid_File_Fnt_DejaVuSerif_BoldItalic,
|
|
|
|
gid_File_Fnt_DejaVuSerif_Italic,
|
|
|
|
gid_File_Fnt_DejaVuSerif,
|
|
|
|
gid_File_Fnt_DejaVuSerifCondensed_Bold,
|
|
|
|
gid_File_Fnt_DejaVuSerifCondensed_BoldItalic,
|
|
|
|
gid_File_Fnt_DejaVuSerifCondensed_Italic,
|
|
|
|
gid_File_Fnt_DejaVuSerifCondensed,
|
2010-04-23 15:18:53 +02:00
|
|
|
gid_File_Fnt_LibSansNarrow_Regular,
|
|
|
|
gid_File_Fnt_LibSansNarrow_Bold,
|
|
|
|
gid_File_Fnt_LibSansNarrow_BoldItalic,
|
|
|
|
gid_File_Fnt_LibSansNarrow_Italic,
|
2008-01-15 11:16:53 +00:00
|
|
|
gid_File_Fnt_LiberationMono_Bold,
|
|
|
|
gid_File_Fnt_LiberationMono_BoldItalic,
|
|
|
|
gid_File_Fnt_LiberationMono_Italic,
|
|
|
|
gid_File_Fnt_LiberationMono_Regular,
|
|
|
|
gid_File_Fnt_LiberationSans_Bold,
|
|
|
|
gid_File_Fnt_LiberationSans_BoldItalic,
|
|
|
|
gid_File_Fnt_LiberationSans_Italic,
|
|
|
|
gid_File_Fnt_LiberationSans_Regular,
|
|
|
|
gid_File_Fnt_LiberationSerif_Bold,
|
|
|
|
gid_File_Fnt_LiberationSerif_BoldItalic,
|
|
|
|
gid_File_Fnt_LiberationSerif_Italic,
|
|
|
|
gid_File_Fnt_LiberationSerif_Regular);
|
2005-01-31 10:01:15 +00:00
|
|
|
End
|
|
|
|
#endif
|
2008-03-25 15:59:18 +00:00
|
|
|
|
|
|
|
Module gid_Module_Oo_Linguistic
|
|
|
|
PackageInfo = "packinfo_office.txt";
|
|
|
|
Name = "gid_Module_Oo_Linguistic";
|
|
|
|
Description = "gid_Module_Oo_Linguistic";
|
|
|
|
ParentID = gid_Module_Root;
|
|
|
|
Default = YES;
|
|
|
|
Styles = (HIDDEN_ROOT);
|
|
|
|
Files = (gid_File_Lib_Spell,
|
|
|
|
gid_File_Lib_Hunspell,
|
|
|
|
gid_File_Lib_Hyph,
|
|
|
|
gid_File_Lib_Lnth,
|
2009-08-04 10:36:31 +02:00
|
|
|
gid_File_Share_Registry_Lingucomponent_Xcd);
|
2008-03-25 15:59:18 +00:00
|
|
|
End
|
|
|
|
|
2008-08-27 10:33:48 +00:00
|
|
|
#ifdef LINUX
|
|
|
|
Module gid_Module_Root_Userland
|
|
|
|
ParentID = gid_Module_Root;
|
|
|
|
InstallOrder = "5";
|
|
|
|
Name = "gid_Module_Root_Userland";
|
|
|
|
Description = "gid_Module_Root_Userland";
|
2008-09-26 13:44:20 +00:00
|
|
|
Subdir = "userland";
|
2009-03-23 13:20:22 +00:00
|
|
|
Styles = (HIDDEN_ROOT,USERLANDMODULE,USERINSTALLONLY,NOTRELOCATABLE,XPD_ONLY,INSTALLCANFAIL);
|
2008-08-27 10:33:48 +00:00
|
|
|
PackageName = "${USERLANDPACKAGENAME}";
|
|
|
|
End
|
|
|
|
#endif
|