Files
libreoffice/scp2/source/ooo/module_hidden_ooo.scp

802 lines
22 KiB
Plaintext
Raw Normal View History

/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* 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.
*
* 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).
*
* 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.
*
************************************************************************/
#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
Module gid_Module_Root_Files_2
PackageInfo = "packinfo_office.txt";
ParentID = gid_Module_Root;
InstallOrder = "50";
Name = "gid_Module_Root_Files_2";
Description = "gid_Module_Root_Files_2";
Sortkey = "1200";
Default = YES;
Styles = (HIDDEN_ROOT);
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,
gid_File_Bin_Gengal,
gid_File_Script_Gengal,
gid_File_Profile_Gengal,
gid_File_Bin_Spadmin_Bin,
gid_File_Bin_Uri_Encode,
gid_File_Exe_Nsplugin,
gid_File_Lib_Npsoplugin,
gid_File_Lib_Soffice,
gid_File_Lib_Unopkgapp,
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,
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);
End
Module gid_Module_Root_Files_3
PackageInfo = "packinfo_office.txt";
ParentID = gid_Module_Root;
InstallOrder = "60";
Name = "gid_Module_Root_Files_3";
Description = "gid_Module_Root_Files_3";
Sortkey = "1300";
Default = YES;
Styles = (HIDDEN_ROOT);
Files = (gid_File_Dat_Root3,
gid_File_Jar_Saxon,
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,
gid_File_Jar_Lucene_Core,
gid_File_Jar_Lucene_Analyzers,
gid_File_Jar_Lucenehelpwrapper,
gid_File_Rdb_Offapi,
gid_Starregistry_Services_Rdb);
End
Module gid_Module_Root_Files_4
PackageInfo = "packinfo_office.txt";
ParentID = gid_Module_Root;
InstallOrder = "30";
Name = "gid_Module_Root_Files_4";
Description = "gid_Module_Root_Files_4";
Sortkey = "1400";
Default = YES;
Styles = (HIDDEN_ROOT);
Files = (gid_File_Dat_Root4,
gid_File_Filter_Eme,
2009-09-04 12:24:40 +02:00
gid_File_Filter_Sdfilt,
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,
gid_File_Lib_Chartmodel,
gid_File_Lib_Chartview,
gid_File_Lib_Chartcontroller,
gid_File_Lib_Charttools,
gid_File_Lib_Ctl,
gid_File_Lib_Cui,
gid_File_Lib_Sdbt,
gid_File_Lib_Dbmm,
gid_File_Lib_Dba,
gid_File_Lib_Dbase2,
gid_File_Lib_Dbaxml,
gid_File_Lib_Dbt,
gid_File_Lib_Dbfile,
gid_File_Lib_Drawinglayer,
gid_File_Lib_Editeng,
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,
gid_File_Lib_Frm,
gid_File_Lib_Fwe,
gid_File_Lib_Fwi,
gid_File_Lib_Fwk,
gid_File_Lib_Fwl,
gid_File_Lib_Go,
gid_File_Lib_Helplinker,
gid_File_Lib_J,
gid_File_Lib_Lks,
gid_File_Lib_Lng,
gid_File_Lib_Offacc,
gid_File_Lib_Oox,
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,
gid_File_Lib_Sax,
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,
gid_File_Lib_AVMediaGStreamer,
gid_File_Lib_BaseGfx,
gid_File_Lib_Merged,
gid_File_Lib_Sysdtrans,
gid_File_Lib_Sw,
gid_File_Lib_TextConversionDlgs,
gid_File_Lib_Tk,
gid_File_Lib_Acc,
gid_File_Lib_BaseBmp,
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,
gid_File_Lib_Odfflatxml,
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,
gid_File_Lib_Vclplug_Svp,
gid_File_Lib_Basctl,
gid_File_Lib_CanvasTools,
gid_File_Lib_CppCanvas,
gid_File_Lib_Agg,
gid_File_Lib_Fwm,
gid_File_Lib_Lprx2,
gid_File_Lib_Lprxw,
gid_File_Lib_Libtextcat,
gid_File_Lib_Guesslang,
gid_File_Lib_Tfu);
End
Module gid_Module_Root_Files_5
PackageInfo = "packinfo_office.txt";
TabPackageInfo = "packinfo_office_tab.txt";
ParentID = gid_Module_Root;
InstallOrder = "40";
Name = "gid_Module_Root_Files_5";
Description = "gid_Module_Root_Files_5";
Sortkey = "1500";
Default = YES;
Styles = (HIDDEN_ROOT);
Files = (gid_File_Dat_Root5,
#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,
#endif
#if ENABLE_CMIS
gid_File_Lib_Cmis,
#endif
gid_File_Lib_Dict_Ja,
gid_File_Lib_Dict_Zh,
gid_File_Lib_Collator_Data,
gid_File_Lib_Index_Data,
gid_File_Lib_Textconv_Dict,
gid_File_Lib_Basprov,
gid_File_Lib_Configmgr,
gid_File_Lib_Crypto,
gid_File_Lib_Dlgprov,
gid_File_Lib_Stringresource,
gid_File_Lib_Ldapbe2,
gid_File_Lib_Comphelper2,
gid_File_Lib_Cached1,
gid_File_Lib_Curl,
2010-12-07 13:55:42 +00:00
gid_Unixlink_File_Lib_Curl,
gid_File_Lib_Db,
gid_File_Lib_Dbpool,
gid_File_Lib_Embobj,
gid_File_Lib_Emboleobj,
gid_File_Lib_Kab_1,
gid_File_Lib_Kab_Drv_1,
gid_File_Lib_Macab_1,
gid_File_Lib_Macab_Drv_1,
gid_File_Lib_Evtatt,
gid_File_Lib_Fileacc,
gid_File_Lib_Filterconfig1,
gid_File_Lib_Dbodbcbase,
gid_File_Lib_I18npool,
CWS-TOOLING: integrate CWS unifypaper01 2009-05-27 17:14:41 +0200 cmc r272362 : #i92819#, psprint moved into vcl 2009-05-19 15:45:46 +0200 cmc r272083 : #i92819# having difficultly in getting this right under windows 2009-05-18 18:04:22 +0200 cmc r272043 : #i92819# missing some export magic somewhere 2009-05-18 15:34:18 +0200 cmc r272028 : #i92819# get depends right 2009-05-18 11:50:43 +0200 cmc r272010 : ##i92819# fix import/export stuff 2009-05-18 10:07:00 +0200 cmc r272000 : #i92819# fix window imp name 2009-05-16 15:17:23 +0200 cmc r271975 : #i92819# fix win paper names 2009-05-16 11:11:29 +0200 cmc r271974 : #i92819# std::abs prolematic for msvc 2009-05-15 15:36:56 +0200 cmc r271941 : #i92819# handle missing setting, at least on mac 2009-05-15 10:13:44 +0200 cmc r271927 : #i92819# adjust for moved page dialog 2009-05-14 13:47:14 +0200 cmc r271887 : remove dead files that reappeared 2009-05-14 09:57:17 +0200 cmc r271872 : CWS-TOOLING: rebase CWS unifypaper01 to trunk@271830 (milestone: DEV300:m48) 2009-05-11 12:27:18 +0200 cmc r271763 : #i92819# check return value 2009-05-06 17:28:25 +0200 cmc r271602 : #i92819# these B4/B5s are the JIS ones according to their dimensions 2009-05-06 17:17:03 +0200 cmc r271601 : #i92819# micro-optimization 2009-05-03 18:20:48 +0200 cmc r271434 : #i92819# paper libs 2009-05-03 16:08:32 +0200 cmc r271433 : CWS-TOOLING: rebase CWS unifypaper01 to trunk@271427 (milestone: DEV300:m47) 2009-04-06 15:33:37 +0200 cmc r270556 : CWS-TOOLING: rebase CWS unifypaper01 to trunk@270033 (milestone: DEV300:m45) 2009-03-12 14:36:35 +0100 cmc r269415 : #i92819# merge paper utilities 2009-03-11 13:44:27 +0100 cmc r269328 : CWS-TOOLING: rebase CWS unifypaper01 to trunk@269297 (milestone: DEV300:m43) 2009-03-09 14:42:07 +0100 cmc r269190 : remove config_office from synced version 2009-03-09 14:34:50 +0100 cmc r269187 : CWS-TOOLING: rebase CWS unifypaper01 to trunk@268395 (milestone: DEV300:m42) 2009-03-09 12:11:29 +0100 cmc r269077 : CWS-TOOLING: rebase CWS unifypaper01 to trunk@265758 (milestone: DEV300:m38) 2009-03-06 17:17:39 +0100 cmc r269027 : #i92819# paper goo 2008-12-04 11:29:30 +0100 cmc r264826 : CWS-TOOLING: rebase CWS unifypaper01 to trunk@264807 (milestone: DEV300:m37) 2008-11-26 10:33:06 +0100 cmc r264357 : CWS-TOOLING: rebase CWS unifypaper01 to trunk@264325 (milestone: DEV300:m36) 2008-11-21 14:09:36 +0100 cmc r264138 : #i92819# paper consolidation
2009-06-12 09:36:34 +00:00
gid_File_Lib_I18npaper,
gid_File_Lib_I18nregexp,
gid_File_Lib_I18nsearch,
gid_File_Lib_I18nisolang,
gid_File_Lib_I18nutil,
gid_File_Lib_Icudata,
gid_File_Lib_Icui18n,
gid_File_Lib_Icule,
gid_File_Lib_Icuuc,
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,
gid_File_Lib_Jdbc,
gid_File_Lib_Mcnttype,
gid_File_Lib_Mozab_2,
gid_File_Lib_Mozabdrv,
gid_File_Lib_Mozbootstrap,
gid_File_Lib_Mysql,
gid_File_Lib_Odbc,
gid_File_Lib_Officebean,
gid_File_Lib_Openssl,
gid_File_Lib_Package2,
gid_File_Lib_Deployment,
gid_File_Lib_DeploymentGui,
gid_File_Lib_Expwrap_Uno,
gid_File_Lib_Fastsax_Uno,
gid_File_Lib_Slideshow,
gid_File_Lib_Recentfile,
gid_File_Lib_Scriptframe,
gid_File_Lib_Sdbc_2,
gid_File_Lib_Srtrs1,
gid_File_Lib_Bat,
gid_File_Lib_Tab,
gid_File_Lib_Tab2,
gid_File_Lib_Unoxml,
gid_File_Lib_Localebe,
gid_File_Lib_Migrationoo2,
gid_File_Lib_Migrationoo3,
gid_File_Lib_Syssh,
gid_File_Ucptdoc1,
gid_File_Ucpexpand1,
gid_File_Lib_Raptor,
2010-12-07 13:55:42 +00:00
gid_Unixlink_File_Lib_Raptor,
gid_File_Lib_Rasqal,
2010-12-07 13:55:42 +00:00
gid_Unixlink_File_Lib_Rasqal,
gid_File_Lib_Rdf,
2010-12-07 13:55:42 +00:00
gid_Unixlink_File_Lib_Rdf,
gid_File_Lib_Unordf,
gid_File_Lib_Sndfile,
gid_File_Lib_Tvhlp1,
gid_File_Lib_Ucb1,
gid_File_Lib_Ucbhelper,
gid_File_Lib_Ucpchelp1,
gid_File_Lib_Ucpdav1,
gid_File_Lib_Neon,
gid_File_Lib_Ucpfile1,
gid_File_Lib_Ucpftp1,
gid_File_Lib_Ucphier1,
gid_File_Lib_Ucppkg1,
gid_File_Lib_Xslt,
2010-12-07 13:55:42 +00:00
gid_Unixlink_File_Lib_Xslt,
gid_File_Lib_LibXMLSec_xmlsecnss,
gid_File_Lib_LibXMLSec_xmlseccore,
gid_File_Lib_LibXMLSec_xmlsecmscrypto,
gid_File_Lib_XSec_XMLSecurity,
gid_File_Lib_XSec_Framework,
gid_File_Lib_XSec_XmlSec,
gid_File_Lib_Xstor,
gid_File_CanvasFactory,
gid_File_SimpleCanvas,
gid_File_Lib_Cmdmail,
gid_File_Lib_I18n,
gid_File_Lib_VCLCanvas,
gid_File_Lib_DirectX5Canvas,
gid_File_Lib_DirectX9Canvas,
gid_File_Lib_GdiPlusCanvas,
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,
gid_File_Lib_Ado,
gid_File_Lib_Dl,
gid_File_Lib_Dnd,
gid_File_Lib_Dtrans,
gid_File_Lib_Emser,
gid_File_Lib_Inprocserv,
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
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,
gid_File_Lib_Msvcp70,
gid_File_Lib_Msvcr70,
gid_File_Lib_Ole,
gid_File_Lib_Patchmsi,
gid_File_Lib_Reg4allmsdoc,
gid_File_Lib_Qslnkmsi,
gid_File_Lib_Sdqsmsi,
gid_File_Lib_Instooofiltmsi,
gid_File_Lib_Smplmail,
gid_File_Lib_Gconfebe,
gid_File_Lib_Wininetbe,
gid_File_Lib_Macbe,
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,
gid_File_Lib_Svtmisc,
gid_File_Lib_Updchkui,
gid_File_Lib_Updatefeed,
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);
End
Module gid_Module_Root_Files_6
PackageInfo = "packinfo_office.txt";
ParentID = gid_Module_Root;
InstallOrder = "70";
Name = "gid_Module_Root_Files_6";
Description = "gid_Module_Root_Files_6";
Sortkey = "1600";
Default = YES;
Styles = (HIDDEN_ROOT);
Files = (gid_File_Basic_User,
gid_File_Basic_Share,
gid_File_Basic_User_Standard,
gid_File_Extra_Autotextuser,
gid_File_Extra_Cfgusr,
gid_File_Extra_Palettes,
gid_File_Extra_Database,
gid_File_Extra_Databasebiblio,
gid_File_Extra_Gallsound,
gid_File_Extra_Autocorr,
gid_File_Extra_Autocorr_Lang,
gid_File_Extra_Gallroot,
gid_File_Extra_Gallbullets,
gid_File_Extra_Gallhtmlexpo,
gid_File_Extra_Gallrulers,
gid_File_Extra_Gallsystem,
gid_File_Extra_Gallflagscontrol,
gid_File_Extra_Gallsounds,
gid_File_Extra_Gallwwwanim,
gid_File_Extra_Gallwwwback,
gid_File_Extra_Gallwwwgraf,
gid_File_Extra_Migration,
gid_File_Extra_Migration_Lang_Multi,
gid_File_Extra_Tpllayoutimpr,
gid_File_Extra_Tplwizbitmap,
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,
gid_File_Basic_Euro,
gid_File_Basic_Form,
gid_File_Basic_Gimmicks,
gid_File_Basic_Importwiz,
gid_File_Basic_Formwiz,
gid_File_Basic_Schedule,
gid_File_Basic_Scriptbindinglib,
gid_File_Basic_Template,
gid_File_Basic_Tools,
gid_File_Basic_Tutorials,
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,
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,
gid_File_Extra_Glas_Blue_Zip,
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,
gid_File_Dtd_Accelerator,
gid_File_Dtd_Dialog,
gid_File_Dtd_Event,
gid_File_Dtd_Groupuinames,
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,
gid_File_Oo_Ldap_Xcd_Sample,
gid_File_Oo_Ad_Ldap_Xcd_Sample,
gid_File_Share_Registry_Main_Xcd,
gid_File_Share_Registry_Forcedefault_Xcd,
gid_File_Pymailmerge,
2011-05-06 14:38:48 +01:00
gid_File_Pymailmerge_msgbox,
gid_File_Xsl_Common_Measure_Conversion,
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,
gid_File_Xsl_Export_Spreadsheetml_Formular,
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,
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,
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,
gid_File_Xsl_Import_Wordml_Wordml2ooo_Props,
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,
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,
gid_File_Spuser1_Txt);
End
Module gid_Module_Root_Files_7
PackageInfo = "packinfo_office.txt";
ParentID = gid_Module_Root;
InstallOrder = "80";
Name = "gid_Module_Root_Files_7";
Description = "gid_Module_Root_Files_7";
Sortkey = "1900";
Default = YES;
Styles = (HIDDEN_ROOT);
Files = (gid_File_Help_Help_Zip,
gid_File_Moz_Msvcp71,
gid_File_Moz_Msvcr71,
gid_File_Mozilla_Runtime);
End
Module gid_Module_Root_Files_Images
PackageInfo = "packinfo_office.txt";
ParentID = gid_Module_Root;
InstallOrder = "100";
Name = "gid_Module_Root_Files_Images";
Description = "gid_Module_Root_Files_Images";
Sortkey = "2050";
Default = YES;
Styles = (HIDDEN_ROOT);
Files = (
#ifdef THEME_DEFAULT
gid_File_Images_Zip,
#endif
#ifdef THEME_CRYSTAL
gid_File_ImagesCrystal_Zip,
#endif
#ifdef THEME_OXYGEN
2009-11-09 14:20:19 +01:00
gid_File_ImagesOxygen_Zip,
#endif
#ifdef THEME_HICONTRAST
gid_File_ImagesHicontrast_Zip,
#endif
#ifdef THEME_TANGO
gid_File_ImagesTango_Zip
#endif
);
End
#ifndef WITHOUT_FONTS
Module gid_Module_Root_Fonts_OOo_Hidden
PackageInfo = "packinfo_office.txt";
ParentID = gid_Module_Root;
InstallOrder = "100";
Name = "gid_Module_Root_Fonts_OOo_Hidden";
Description = "gid_Module_Root_Fonts_OOo_Hidden";
Sortkey = "2100";
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);
Files = (gid_File_Fnt_Opensymb,
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,
gid_File_Fnt_LibSansNarrow_Regular,
gid_File_Fnt_LibSansNarrow_Bold,
gid_File_Fnt_LibSansNarrow_BoldItalic,
gid_File_Fnt_LibSansNarrow_Italic,
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);
End
#endif
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,
gid_File_Share_Registry_Lingucomponent_Xcd);
End
#ifdef LINUX
Module gid_Module_Root_Userland
ParentID = gid_Module_Root;
InstallOrder = "5";
Name = "gid_Module_Root_Userland";
Description = "gid_Module_Root_Userland";
Subdir = "userland";
Styles = (HIDDEN_ROOT,USERLANDMODULE,USERINSTALLONLY,NOTRELOCATABLE,XPD_ONLY,INSTALLCANFAIL);
PackageName = "${USERLANDPACKAGENAME}";
End
#endif