xref: /aoo41x/main/scp2/source/ooo/file_ooo.scp (revision 0ea1a209)
1cdf0e10cSrcweir/*************************************************************************
2cdf0e10cSrcweir*
3cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4cdf0e10cSrcweir *
5cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6cdf0e10cSrcweir *
7cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8cdf0e10cSrcweir *
9cdf0e10cSrcweir * This file is part of OpenOffice.org.
10cdf0e10cSrcweir *
11cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14cdf0e10cSrcweir *
15cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20cdf0e10cSrcweir *
21cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25cdf0e10cSrcweir *
26cdf0e10cSrcweir************************************************************************/
27cdf0e10cSrcweir
28cdf0e10cSrcweir#include "macros.inc"
29cdf0e10cSrcweir
30cdf0e10cSrcweirFile gid_File_Basic_Depot
31cdf0e10cSrcweir    Dir = gid_Dir_Basic_Depot;
32cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
33cdf0e10cSrcweir    Name = "basicsrvdepot.zip";
34cdf0e10cSrcweirEnd
35cdf0e10cSrcweir
36cdf0e10cSrcweirFile gid_File_Basic_Euro
37cdf0e10cSrcweir    Dir = gid_Dir_Basic_Euro;
38cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
39cdf0e10cSrcweir    Name = "basicsrveuro.zip";
40cdf0e10cSrcweirEnd
41cdf0e10cSrcweir
42cdf0e10cSrcweirFile gid_File_Basic_Gimmicks
43cdf0e10cSrcweir    Dir = gid_Dir_Basic_Gimmicks;
44cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
45cdf0e10cSrcweir    Name = "basicsrvgimmicks.zip";
46cdf0e10cSrcweirEnd
47cdf0e10cSrcweir
48cdf0e10cSrcweirFile gid_File_Basic_Importwiz
49cdf0e10cSrcweir    Dir = gid_Dir_Basic_Importwiz;
50cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
51cdf0e10cSrcweir    Name = "basicsrvimport.zip";
52cdf0e10cSrcweirEnd
53cdf0e10cSrcweir
54cdf0e10cSrcweirFile gid_File_Basic_Formwiz
55cdf0e10cSrcweir    Dir = gid_Dir_Basic_Formwiz;
56cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
57cdf0e10cSrcweir    Name = "basicsrvform.zip";
58cdf0e10cSrcweirEnd
59cdf0e10cSrcweir
60cdf0e10cSrcweirFile gid_File_Basic_Schedule
61cdf0e10cSrcweir    Dir = gid_Dir_Basic_Schedule;
62cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
63cdf0e10cSrcweir    Name = "basicsrvschedule.zip";
64cdf0e10cSrcweirEnd
65cdf0e10cSrcweir
66cdf0e10cSrcweirFile gid_File_Basic_Scriptbindinglib
67cdf0e10cSrcweir    Dir = gid_Dir_Basic_Scriptbindinglib;
68cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
69cdf0e10cSrcweir    Name = "scriptbindinglib.zip";
70cdf0e10cSrcweirEnd
71cdf0e10cSrcweir
72cdf0e10cSrcweirFile gid_File_Basic_Template
73cdf0e10cSrcweir    Dir = gid_Dir_Basic_Template;
74cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
75cdf0e10cSrcweir    Name = "basicsrvtemplate.zip";
76cdf0e10cSrcweirEnd
77cdf0e10cSrcweir
78cdf0e10cSrcweirFile gid_File_Basic_Tools
79cdf0e10cSrcweir    Dir = gid_Dir_Basic_Tools;
80cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
81cdf0e10cSrcweir    Name = "basicsrvtools.zip";
82cdf0e10cSrcweirEnd
83cdf0e10cSrcweir
84cdf0e10cSrcweirFile gid_File_Basic_User
85cdf0e10cSrcweir    USER_FILE_BODY;
86cdf0e10cSrcweir    Styles = (ARCHIVE, WORKSTATION, DONT_OVERWRITE);
87cdf0e10cSrcweir    Dir = gid_Dir_User_Basic;
88cdf0e10cSrcweir    Name = "basicusr.zip";
89cdf0e10cSrcweirEnd
90cdf0e10cSrcweir
91cdf0e10cSrcweirFile gid_File_Basic_Share
92cdf0e10cSrcweir    USER_FILE_BODY;
93cdf0e10cSrcweir    Styles = (ARCHIVE, WORKSTATION, DONT_OVERWRITE);
94cdf0e10cSrcweir    Dir = gid_Dir_Basic;
95cdf0e10cSrcweir    Name = "basicshare.zip";
96cdf0e10cSrcweirEnd
97cdf0e10cSrcweir
98cdf0e10cSrcweirFile gid_File_Basic_User_Standard
99cdf0e10cSrcweir    USER_FILE_BODY;
100cdf0e10cSrcweir    Styles = (ARCHIVE, WORKSTATION, DONT_OVERWRITE);
101cdf0e10cSrcweir    Dir = gid_Dir_Basic_Standard;
102cdf0e10cSrcweir    Name = "basicsrvstandard.zip";
103cdf0e10cSrcweirEnd
104cdf0e10cSrcweir
105cdf0e10cSrcweirFile gid_File_Basic_Tutorials
106cdf0e10cSrcweir    Dir = gid_Dir_Basic_Tutorials;
107cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
108cdf0e10cSrcweir    Name = "basicsrvtutorials.zip";
109cdf0e10cSrcweirEnd
110cdf0e10cSrcweir
111cdf0e10cSrcweir#ifdef UNX
112cdf0e10cSrcweir
113cdf0e10cSrcweirFile gid_File_Bin_Pagein
114cdf0e10cSrcweir    BIN_FILE_BODY;
115cdf0e10cSrcweir    Dir = gid_Dir_Program;
116cdf0e10cSrcweir    Styles = (PACKED);
117cdf0e10cSrcweir    Name = "pagein";
118cdf0e10cSrcweirEnd
119cdf0e10cSrcweir
120cdf0e10cSrcweir#endif
121cdf0e10cSrcweir
122cdf0e10cSrcweir#ifndef WITHOUT_MOZILLA
123cdf0e10cSrcweir
124cdf0e10cSrcweir#if !defined(UNX) || defined(ENABLE_GTK)
125cdf0e10cSrcweirFile gid_File_Exe_Nsplugin
126cdf0e10cSrcweir        BIN_FILE_BODY;
127cdf0e10cSrcweir        Styles          = (PACKED);
128cdf0e10cSrcweir        Dir             = gid_Dir_Program;
129cdf0e10cSrcweir #ifdef UNX
130cdf0e10cSrcweir        Name            = "nsplugin";
131cdf0e10cSrcweir #else
132cdf0e10cSrcweir    Name = "nsplugin.exe";
133cdf0e10cSrcweir  #endif
134cdf0e10cSrcweirEnd
135cdf0e10cSrcweir#endif
136cdf0e10cSrcweir#endif
137cdf0e10cSrcweir
138cdf0e10cSrcweir#if !defined(WITHOUT_MOZILLA) && defined(UNX) && !defined(QUARTZ)
139cdf0e10cSrcweir
140cdf0e10cSrcweirFile gid_File_Bin_Pluginapp
141cdf0e10cSrcweir    BIN_FILE_BODY;
142cdf0e10cSrcweir    Dir = gid_Dir_Program;
143cdf0e10cSrcweir    Name = "pluginapp.bin";
144cdf0e10cSrcweir    Styles = (PACKED);
145cdf0e10cSrcweirEnd
146cdf0e10cSrcweir
147cdf0e10cSrcweir#endif
148cdf0e10cSrcweir
149cdf0e10cSrcweir#ifdef UNX
150cdf0e10cSrcweir
151cdf0e10cSrcweirFile gid_File_Bin_Open_Url
152cdf0e10cSrcweir    BIN_FILE_BODY;
153cdf0e10cSrcweir    Dir = gid_Dir_Program;
154cdf0e10cSrcweir    Name = "open-url";
155cdf0e10cSrcweir    Styles = (PACKED);
156cdf0e10cSrcweirEnd
157cdf0e10cSrcweir
158cdf0e10cSrcweir#endif
159cdf0e10cSrcweir
160cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
161cdf0e10cSrcweir
162cdf0e10cSrcweirFile gid_File_Bin_Gnome_Open_Url
163cdf0e10cSrcweir    BIN_FILE_BODY;
164cdf0e10cSrcweir    Dir = gid_Dir_Program;
165cdf0e10cSrcweir    Name = "gnome-open-url";
166cdf0e10cSrcweir    Styles = (PACKED);
167cdf0e10cSrcweirEnd
168cdf0e10cSrcweir
169cdf0e10cSrcweirFile gid_File_Bin_Gnome_Open_Url_Bin
170cdf0e10cSrcweir    BIN_FILE_BODY;
171cdf0e10cSrcweir    Dir = gid_Dir_Program;
172cdf0e10cSrcweir    Name = "gnome-open-url.bin";
173cdf0e10cSrcweir    Styles = (PACKED);
174cdf0e10cSrcweirEnd
175cdf0e10cSrcweir
176cdf0e10cSrcweirFile gid_File_Bin_Kde_Open_Url
177cdf0e10cSrcweir    BIN_FILE_BODY;
178cdf0e10cSrcweir    Dir = gid_Dir_Program;
179cdf0e10cSrcweir    Name = "kde-open-url";
180cdf0e10cSrcweir    Styles = (PACKED);
181cdf0e10cSrcweirEnd
182cdf0e10cSrcweir
183cdf0e10cSrcweirFile gid_File_Bin_Cde_Open_Url
184cdf0e10cSrcweir    BIN_FILE_BODY;
185cdf0e10cSrcweir    Dir = gid_Dir_Program;
186cdf0e10cSrcweir    Name = "cde-open-url";
187cdf0e10cSrcweir    Styles = (PACKED);
188cdf0e10cSrcweirEnd
189cdf0e10cSrcweir
190cdf0e10cSrcweir#endif
191cdf0e10cSrcweir
192cdf0e10cSrcweir#ifdef UNX
193cdf0e10cSrcweir
194cdf0e10cSrcweirFile gid_File_Bin_Uri_Encode
195cdf0e10cSrcweir    BIN_FILE_BODY;
196cdf0e10cSrcweir    Dir = gid_Dir_Program;
197cdf0e10cSrcweir    Name = "uri-encode";
198cdf0e10cSrcweir    Styles = (PACKED);
199cdf0e10cSrcweirEnd
200cdf0e10cSrcweir
201cdf0e10cSrcweir#endif
202cdf0e10cSrcweir
203cdf0e10cSrcweirFile gid_File_Bin_Senddoc
204cdf0e10cSrcweir    BIN_FILE_BODY;
205cdf0e10cSrcweir    Dir = gid_Dir_Program;
206cdf0e10cSrcweir  #ifdef UNX
207cdf0e10cSrcweir    Name = "senddoc";
208cdf0e10cSrcweir    Styles = (PACKED);
209cdf0e10cSrcweir  #else
210cdf0e10cSrcweir    Name = "senddoc.exe";
211cdf0e10cSrcweir    Styles = (PACKED);
212cdf0e10cSrcweir  #endif
213cdf0e10cSrcweirEnd
214cdf0e10cSrcweir
215cdf0e10cSrcweir#if defined(UNX) && !defined(QUARTZ)
216cdf0e10cSrcweir
217cdf0e10cSrcweirFile gid_File_Bin_Spadmin_Bin
218cdf0e10cSrcweir    BIN_FILE_BODY;
219cdf0e10cSrcweir    Dir = gid_Dir_Program;
220cdf0e10cSrcweir    Styles = (PACKED);
221cdf0e10cSrcweir    Name = "spadmin.bin";
222cdf0e10cSrcweirEnd
223cdf0e10cSrcweir
224cdf0e10cSrcweir#endif
225cdf0e10cSrcweir
226cdf0e10cSrcweirFile gid_File_Dtd_Accelerator
227cdf0e10cSrcweir    TXT_FILE_BODY;
228cdf0e10cSrcweir    Styles = (PACKED);
229cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
230cdf0e10cSrcweir    Name = "accelerator.dtd";
231cdf0e10cSrcweirEnd
232cdf0e10cSrcweir
233cdf0e10cSrcweirFile gid_File_Dtd_Dialog
234cdf0e10cSrcweir    TXT_FILE_BODY;
235cdf0e10cSrcweir    Styles = (PACKED);
236cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
237cdf0e10cSrcweir    Name = "dialog.dtd";
238cdf0e10cSrcweirEnd
239cdf0e10cSrcweir
240cdf0e10cSrcweirFile gid_File_Dtd_Event
241cdf0e10cSrcweir    TXT_FILE_BODY;
242cdf0e10cSrcweir    Styles = (PACKED);
243cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
244cdf0e10cSrcweir    Name = "event.dtd";
245cdf0e10cSrcweirEnd
246cdf0e10cSrcweir
247cdf0e10cSrcweirFile gid_File_Dtd_Groupuinames
248cdf0e10cSrcweir    TXT_FILE_BODY;
249cdf0e10cSrcweir    Styles = (PACKED);
250cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
251cdf0e10cSrcweir    Name = "groupuinames.dtd";
252cdf0e10cSrcweirEnd
253cdf0e10cSrcweir
254cdf0e10cSrcweirFile gid_File_Dtd_Image
255cdf0e10cSrcweir    TXT_FILE_BODY;
256cdf0e10cSrcweir    Styles = (PACKED);
257cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
258cdf0e10cSrcweir    Name = "image.dtd";
259cdf0e10cSrcweirEnd
260cdf0e10cSrcweir
261cdf0e10cSrcweirFile gid_File_Dtd_Libraries
262cdf0e10cSrcweir    TXT_FILE_BODY;
263cdf0e10cSrcweir    Styles = (PACKED);
264cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
265cdf0e10cSrcweir    Name = "libraries.dtd";
266cdf0e10cSrcweirEnd
267cdf0e10cSrcweir
268cdf0e10cSrcweirFile gid_File_Dtd_Library
269cdf0e10cSrcweir    TXT_FILE_BODY;
270cdf0e10cSrcweir    Styles = (PACKED);
271cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
272cdf0e10cSrcweir    Name = "library.dtd";
273cdf0e10cSrcweirEnd
274cdf0e10cSrcweir
275cdf0e10cSrcweirFile gid_File_Dtd_Manifest
276cdf0e10cSrcweir    TXT_FILE_BODY;
277cdf0e10cSrcweir    Styles = (PACKED);
278cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
279cdf0e10cSrcweir    Name = "Manifest.dtd";
280cdf0e10cSrcweirEnd
281cdf0e10cSrcweir
282cdf0e10cSrcweirFile gid_File_Dtd_Menubar
283cdf0e10cSrcweir    TXT_FILE_BODY;
284cdf0e10cSrcweir    Styles = (PACKED);
285cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
286cdf0e10cSrcweir    Name = "menubar.dtd";
287cdf0e10cSrcweirEnd
288cdf0e10cSrcweir
289cdf0e10cSrcweirFile gid_File_Dtd_Module
290cdf0e10cSrcweir    TXT_FILE_BODY;
291cdf0e10cSrcweir    Styles = (PACKED);
292cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
293cdf0e10cSrcweir    Name = "module.dtd";
294cdf0e10cSrcweirEnd
295cdf0e10cSrcweir
296cdf0e10cSrcweirFile gid_File_Dtd_Office
297cdf0e10cSrcweir    TXT_FILE_BODY;
298cdf0e10cSrcweir    Styles = (PACKED);
299cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
300cdf0e10cSrcweir    Name = "office.dtd";
301cdf0e10cSrcweirEnd
302cdf0e10cSrcweir
303cdf0e10cSrcweirFile gid_File_Dtd_Statusbar
304cdf0e10cSrcweir    TXT_FILE_BODY;
305cdf0e10cSrcweir    Styles = (PACKED);
306cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
307cdf0e10cSrcweir    Name = "statusbar.dtd";
308cdf0e10cSrcweirEnd
309cdf0e10cSrcweir
310cdf0e10cSrcweirFile gid_File_Dtd_Toolbar
311cdf0e10cSrcweir    TXT_FILE_BODY;
312cdf0e10cSrcweir    Styles = (PACKED);
313cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
314cdf0e10cSrcweir    Name = "toolbar.dtd";
315cdf0e10cSrcweirEnd
316cdf0e10cSrcweir
317cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Eme, eme)
318cdf0e10cSrcweir
319cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Sdfilt, sdfilt)
320cdf0e10cSrcweir
321cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Icg, icg)
322cdf0e10cSrcweir
323cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Egi, egi)
324cdf0e10cSrcweir
325cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Epb, epb)
326cdf0e10cSrcweir
327cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Epg, epg)
328cdf0e10cSrcweir
329cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Epp, epp)
330cdf0e10cSrcweir
331cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Eps, eps)
332cdf0e10cSrcweir
333cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Ept, ept)
334cdf0e10cSrcweir
335cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Era, era)
336cdf0e10cSrcweir
337cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Eti, eti)
338cdf0e10cSrcweir
339cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Exp, exp)
340cdf0e10cSrcweir
341cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Icd, icd)
342cdf0e10cSrcweir
343cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Idx, idx)
344cdf0e10cSrcweir
345cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Ime, ime)
346cdf0e10cSrcweir
347cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Ipb, ipb)
348cdf0e10cSrcweir
349cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Ipd, ipd)
350cdf0e10cSrcweir
351cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Ips, ips)
352cdf0e10cSrcweir
353cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Ipt, ipt)
354cdf0e10cSrcweir
355cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Ipx, ipx)
356cdf0e10cSrcweir
357cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Ira, ira)
358cdf0e10cSrcweir
359cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Itg, itg)
360cdf0e10cSrcweir
361cdf0e10cSrcweirSTD_FILTER_FILE( gid_File_Filter_Iti, iti)
362cdf0e10cSrcweir
363cdf0e10cSrcweirSTD_RES_FILE( gid_File_Res_Eps, eps )
364cdf0e10cSrcweir
365cdf0e10cSrcweirFile gid_File_Help_Common_Zip
366cdf0e10cSrcweir    Dir = gid_Dir_Help_Isolanguage;
367cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
368cdf0e10cSrcweir    EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(shared);
369cdf0e10cSrcweir    Patchfiles = ();
370cdf0e10cSrcweirEnd
371cdf0e10cSrcweir
372cdf0e10cSrcweirFile gid_File_Help_Help_Zip
373cdf0e10cSrcweir    Dir = gid_Dir_Help;
374cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
375cdf0e10cSrcweir    Name = "helpxsl.zip";
376cdf0e10cSrcweirEnd
377cdf0e10cSrcweir
378cdf0e10cSrcweirFile gid_File_Help_Sbasic_Zip
379cdf0e10cSrcweir    Dir = gid_Dir_Help_Isolanguage;
380cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
381cdf0e10cSrcweir    EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(sbasic);
382cdf0e10cSrcweir    Patchfiles = ();
383cdf0e10cSrcweirEnd
384cdf0e10cSrcweir
385cdf0e10cSrcweirFile gid_File_Help_Schart_Zip
386cdf0e10cSrcweir    Dir = gid_Dir_Help_Isolanguage;
387cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
388cdf0e10cSrcweir    EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(schart);
389cdf0e10cSrcweirEnd
390cdf0e10cSrcweir
391cdf0e10cSrcweir#if defined WNT
392cdf0e10cSrcweir
393cdf0e10cSrcweirFile gid_File_Jar_Accessbridge
394cdf0e10cSrcweir    TXT_FILE_BODY;
395cdf0e10cSrcweir    Name = "java_uno_accessbridge.jar";
396cdf0e10cSrcweir    Dir = gid_Dir_Classes;
397cdf0e10cSrcweir    Styles = (PACKED,DONT_OVERWRITE);
398cdf0e10cSrcweirEnd
399cdf0e10cSrcweir
400cdf0e10cSrcweir#endif
401cdf0e10cSrcweir
402cdf0e10cSrcweir#ifdef SOLAR_JAVA
403cdf0e10cSrcweir#ifndef SYSTEM_BSH
404cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Bsh, bsh )
405cdf0e10cSrcweir#endif
406cdf0e10cSrcweir#endif
407cdf0e10cSrcweir
408cdf0e10cSrcweir#ifdef SOLAR_JAVA
409cdf0e10cSrcweir#ifndef SYSTEM_LUCENE
410cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Lucene_Core, lucene-core-2.3 )
411cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Lucene_Analyzers, lucene-analyzers-2.3 )
412cdf0e10cSrcweir#endif
413cdf0e10cSrcweir#endif
414cdf0e10cSrcweir
415cdf0e10cSrcweir#ifdef SOLAR_JAVA
416cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Lucenehelpwrapper, LuceneHelpWrapper )
417cdf0e10cSrcweir#endif
418cdf0e10cSrcweir
419cdf0e10cSrcweir#ifdef SOLAR_JAVA
420cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Js, js )
421cdf0e10cSrcweir#endif
422cdf0e10cSrcweir
423cdf0e10cSrcweir#ifdef SOLAR_JAVA
424cdf0e10cSrcweir
425cdf0e10cSrcweir#ifndef MACOSX
426cdf0e10cSrcweir
427cdf0e10cSrcweirFile gid_File_Jar_Officebean
428cdf0e10cSrcweir    TXT_FILE_BODY;
429cdf0e10cSrcweir    Name = JARFILENAME(officebean);
430cdf0e10cSrcweir    Dir = gid_Dir_Classes;
431cdf0e10cSrcweir    Styles = (PACKED);
432cdf0e10cSrcweirEnd
433cdf0e10cSrcweir
434cdf0e10cSrcweir#endif
435cdf0e10cSrcweir
436cdf0e10cSrcweir#endif
437cdf0e10cSrcweir
438cdf0e10cSrcweir
439cdf0e10cSrcweir#ifdef SOLAR_JAVA
440cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Report, report )
441cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Table, table )
442cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Letter, letter )
443cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Form, form )
444cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Fax, fax )
445cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Agenda, agenda )
446cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Query, query )
447cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Web, web )
448cdf0e10cSrcweir#endif
449cdf0e10cSrcweir
450cdf0e10cSrcweir#ifdef SOLAR_JAVA
451cdf0e10cSrcweir#ifndef SYSTEM_HSQLDB
452cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Hsqldb, hsqldb )
453cdf0e10cSrcweir#endif
454cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Hsqldb_Sdbc, sdbc_hsqldb )
455cdf0e10cSrcweir#endif
456cdf0e10cSrcweir
457cdf0e10cSrcweir#ifdef SOLAR_JAVA
458cdf0e10cSrcweirFile gid_File_Jar_Commonwizards
459cdf0e10cSrcweir    TXT_FILE_BODY;
460cdf0e10cSrcweir    Name = JARFILENAME(commonwizards);
461cdf0e10cSrcweir    Dir = gid_Dir_Classes;
462cdf0e10cSrcweir    Styles = (PACKED);
463cdf0e10cSrcweirEnd
464cdf0e10cSrcweir#endif
465cdf0e10cSrcweir
466cdf0e10cSrcweir#ifdef SOLAR_JAVA
467cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Scriptframework, ScriptFramework )
468cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Scriptproviderforbeanshell, ScriptProviderForBeanShell )
469cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Scriptproviderforjava, ScriptProviderForJava )
470cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Scriptproviderforjavascript, ScriptProviderForJavaScript )
471cdf0e10cSrcweir#endif
472cdf0e10cSrcweir
473cdf0e10cSrcweir#ifdef SOLAR_JAVA
474cdf0e10cSrcweir
475cdf0e10cSrcweirFile gid_File_Jar_Unoil
476cdf0e10cSrcweir    TXT_FILE_BODY;
477cdf0e10cSrcweir    Name = "unoil.jar";
478cdf0e10cSrcweir    Dir = gid_Dir_Classes;
479cdf0e10cSrcweir    Styles = (PACKED,DONT_OVERWRITE);
480cdf0e10cSrcweirEnd
481cdf0e10cSrcweir
482cdf0e10cSrcweir#endif
483cdf0e10cSrcweir
484cdf0e10cSrcweir#ifdef SOLAR_JAVA
485cdf0e10cSrcweir#ifndef SYSTEM_SAXON
486*0ea1a209SEike Rathke#ifndef DISABLE_SAXON
487cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Saxon, saxon9 )
488cdf0e10cSrcweir#endif
489cdf0e10cSrcweir#endif
490*0ea1a209SEike Rathke#endif
491cdf0e10cSrcweir
492cdf0e10cSrcweir#ifndef SYSTEM_LIBTEXTCAT_DATA
493cdf0e10cSrcweir// fingerprint files (lm)
494cdf0e10cSrcweir
495cdf0e10cSrcweirFile gid_File_Conf_Fpdb
496cdf0e10cSrcweir    TXT_FILE_BODY;
497cdf0e10cSrcweir    Name = "fpdb.conf";
498cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
499cdf0e10cSrcweir    Styles = (PACKED);
500cdf0e10cSrcweirEnd
501cdf0e10cSrcweir
502cdf0e10cSrcweirFile gid_File_Lm_Afrikaans
503cdf0e10cSrcweir    TXT_FILE_BODY;
504cdf0e10cSrcweir    Name = "afrikaans.lm";
505cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
506cdf0e10cSrcweir    Styles = (PACKED);
507cdf0e10cSrcweirEnd
508cdf0e10cSrcweir
509cdf0e10cSrcweirFile gid_File_Lm_Albanian
510cdf0e10cSrcweir    TXT_FILE_BODY;
511cdf0e10cSrcweir    Name = "albanian.lm";
512cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
513cdf0e10cSrcweir    Styles = (PACKED);
514cdf0e10cSrcweirEnd
515cdf0e10cSrcweir
516cdf0e10cSrcweirFile gid_File_Lm_Amharic_Utf
517cdf0e10cSrcweir    TXT_FILE_BODY;
518cdf0e10cSrcweir    Name = "amharic_utf.lm";
519cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
520cdf0e10cSrcweir    Styles = (PACKED);
521cdf0e10cSrcweirEnd
522cdf0e10cSrcweir
523cdf0e10cSrcweirFile gid_File_Lm_Arabic
524cdf0e10cSrcweir    TXT_FILE_BODY;
525cdf0e10cSrcweir    Name = "arabic.lm";
526cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
527cdf0e10cSrcweir    Styles = (PACKED);
528cdf0e10cSrcweirEnd
529cdf0e10cSrcweir
530cdf0e10cSrcweirFile gid_File_Lm_Armenian
531cdf0e10cSrcweir    TXT_FILE_BODY;
532cdf0e10cSrcweir    Name = "armenian.lm";
533cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
534cdf0e10cSrcweir    Styles = (PACKED);
535cdf0e10cSrcweirEnd
536cdf0e10cSrcweir
537cdf0e10cSrcweirFile gid_File_Lm_Basque
538cdf0e10cSrcweir    TXT_FILE_BODY;
539cdf0e10cSrcweir    Name = "basque.lm";
540cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
541cdf0e10cSrcweir    Styles = (PACKED);
542cdf0e10cSrcweirEnd
543cdf0e10cSrcweir
544cdf0e10cSrcweirFile gid_File_Lm_Belarus
545cdf0e10cSrcweir    TXT_FILE_BODY;
546cdf0e10cSrcweir    Name = "belarus.lm";
547cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
548cdf0e10cSrcweir    Styles = (PACKED);
549cdf0e10cSrcweirEnd
550cdf0e10cSrcweir
551cdf0e10cSrcweirFile gid_File_Lm_Bosnian
552cdf0e10cSrcweir    TXT_FILE_BODY;
553cdf0e10cSrcweir    Name = "bosnian.lm";
554cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
555cdf0e10cSrcweir    Styles = (PACKED);
556cdf0e10cSrcweirEnd
557cdf0e10cSrcweir
558cdf0e10cSrcweirFile gid_File_Lm_Breton
559cdf0e10cSrcweir    TXT_FILE_BODY;
560cdf0e10cSrcweir    Name = "breton.lm";
561cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
562cdf0e10cSrcweir    Styles = (PACKED);
563cdf0e10cSrcweirEnd
564cdf0e10cSrcweir
565cdf0e10cSrcweirFile gid_File_Lm_Catalan
566cdf0e10cSrcweir    TXT_FILE_BODY;
567cdf0e10cSrcweir    Name = "catalan.lm";
568cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
569cdf0e10cSrcweir    Styles = (PACKED);
570cdf0e10cSrcweirEnd
571cdf0e10cSrcweir
572cdf0e10cSrcweirFile gid_File_Lm_Chinese_Simplified
573cdf0e10cSrcweir    TXT_FILE_BODY;
574cdf0e10cSrcweir    Name = "chinese_simplified.lm";
575cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
576cdf0e10cSrcweir    Styles = (PACKED);
577cdf0e10cSrcweirEnd
578cdf0e10cSrcweir
579cdf0e10cSrcweirFile gid_File_Lm_Chinese_Traditional
580cdf0e10cSrcweir    TXT_FILE_BODY;
581cdf0e10cSrcweir    Name = "chinese_traditional.lm";
582cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
583cdf0e10cSrcweir    Styles = (PACKED);
584cdf0e10cSrcweirEnd
585cdf0e10cSrcweir
586cdf0e10cSrcweirFile gid_File_Lm_Croatian
587cdf0e10cSrcweir    TXT_FILE_BODY;
588cdf0e10cSrcweir    Name = "croatian.lm";
589cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
590cdf0e10cSrcweir    Styles = (PACKED);
591cdf0e10cSrcweirEnd
592cdf0e10cSrcweir
593cdf0e10cSrcweirFile gid_File_Lm_Czech
594cdf0e10cSrcweir    TXT_FILE_BODY;
595cdf0e10cSrcweir    Name = "czech.lm";
596cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
597cdf0e10cSrcweir    Styles = (PACKED);
598cdf0e10cSrcweirEnd
599cdf0e10cSrcweir
600cdf0e10cSrcweirFile gid_File_Lm_Danish
601cdf0e10cSrcweir    TXT_FILE_BODY;
602cdf0e10cSrcweir    Name = "danish.lm";
603cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
604cdf0e10cSrcweir    Styles = (PACKED);
605cdf0e10cSrcweirEnd
606cdf0e10cSrcweir
607cdf0e10cSrcweirFile gid_File_Lm_Drents
608cdf0e10cSrcweir    TXT_FILE_BODY;
609cdf0e10cSrcweir    Name = "drents.lm";
610cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
611cdf0e10cSrcweir    Styles = (PACKED);
612cdf0e10cSrcweirEnd
613cdf0e10cSrcweir
614cdf0e10cSrcweirFile gid_File_Lm_Dutch
615cdf0e10cSrcweir    TXT_FILE_BODY;
616cdf0e10cSrcweir    Name = "dutch.lm";
617cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
618cdf0e10cSrcweir    Styles = (PACKED);
619cdf0e10cSrcweirEnd
620cdf0e10cSrcweir
621cdf0e10cSrcweirFile gid_File_Lm_English
622cdf0e10cSrcweir    TXT_FILE_BODY;
623cdf0e10cSrcweir    Name = "english.lm";
624cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
625cdf0e10cSrcweir    Styles = (PACKED);
626cdf0e10cSrcweirEnd
627cdf0e10cSrcweir
628cdf0e10cSrcweirFile gid_File_Lm_Esperanto
629cdf0e10cSrcweir    TXT_FILE_BODY;
630cdf0e10cSrcweir    Name = "esperanto.lm";
631cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
632cdf0e10cSrcweir    Styles = (PACKED);
633cdf0e10cSrcweirEnd
634cdf0e10cSrcweir
635cdf0e10cSrcweirFile gid_File_Lm_Estonian
636cdf0e10cSrcweir    TXT_FILE_BODY;
637cdf0e10cSrcweir    Name = "estonian.lm";
638cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
639cdf0e10cSrcweir    Styles = (PACKED);
640cdf0e10cSrcweirEnd
641cdf0e10cSrcweir
642cdf0e10cSrcweirFile gid_File_Lm_Finnish
643cdf0e10cSrcweir    TXT_FILE_BODY;
644cdf0e10cSrcweir    Name = "finnish.lm";
645cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
646cdf0e10cSrcweir    Styles = (PACKED);
647cdf0e10cSrcweirEnd
648cdf0e10cSrcweir
649cdf0e10cSrcweirFile gid_File_Lm_French
650cdf0e10cSrcweir    TXT_FILE_BODY;
651cdf0e10cSrcweir    Name = "french.lm";
652cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
653cdf0e10cSrcweir    Styles = (PACKED);
654cdf0e10cSrcweirEnd
655cdf0e10cSrcweir
656cdf0e10cSrcweirFile gid_File_Lm_Frisian
657cdf0e10cSrcweir    TXT_FILE_BODY;
658cdf0e10cSrcweir    Name = "frisian.lm";
659cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
660cdf0e10cSrcweir    Styles = (PACKED);
661cdf0e10cSrcweirEnd
662cdf0e10cSrcweir
663cdf0e10cSrcweirFile gid_File_Lm_Georgian
664cdf0e10cSrcweir    TXT_FILE_BODY;
665cdf0e10cSrcweir    Name = "georgian.lm";
666cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
667cdf0e10cSrcweir    Styles = (PACKED);
668cdf0e10cSrcweirEnd
669cdf0e10cSrcweir
670cdf0e10cSrcweirFile gid_File_Lm_German
671cdf0e10cSrcweir    TXT_FILE_BODY;
672cdf0e10cSrcweir    Name = "german.lm";
673cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
674cdf0e10cSrcweir    Styles = (PACKED);
675cdf0e10cSrcweirEnd
676cdf0e10cSrcweir
677cdf0e10cSrcweirFile gid_File_Lm_Greek
678cdf0e10cSrcweir    TXT_FILE_BODY;
679cdf0e10cSrcweir    Name = "greek.lm";
680cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
681cdf0e10cSrcweir    Styles = (PACKED);
682cdf0e10cSrcweirEnd
683cdf0e10cSrcweir
684cdf0e10cSrcweirFile gid_File_Lm_Hebrew
685cdf0e10cSrcweir    TXT_FILE_BODY;
686cdf0e10cSrcweir    Name = "hebrew.lm";
687cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
688cdf0e10cSrcweir    Styles = (PACKED);
689cdf0e10cSrcweirEnd
690cdf0e10cSrcweir
691cdf0e10cSrcweirFile gid_File_Lm_Hindi
692cdf0e10cSrcweir    TXT_FILE_BODY;
693cdf0e10cSrcweir    Name = "hindi.lm";
694cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
695cdf0e10cSrcweir    Styles = (PACKED);
696cdf0e10cSrcweirEnd
697cdf0e10cSrcweir
698cdf0e10cSrcweirFile gid_File_Lm_Hungarian
699cdf0e10cSrcweir    TXT_FILE_BODY;
700cdf0e10cSrcweir    Name = "hungarian.lm";
701cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
702cdf0e10cSrcweir    Styles = (PACKED);
703cdf0e10cSrcweirEnd
704cdf0e10cSrcweir
705cdf0e10cSrcweirFile gid_File_Lm_Icelandic
706cdf0e10cSrcweir    TXT_FILE_BODY;
707cdf0e10cSrcweir    Name = "icelandic.lm";
708cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
709cdf0e10cSrcweir    Styles = (PACKED);
710cdf0e10cSrcweirEnd
711cdf0e10cSrcweir
712cdf0e10cSrcweirFile gid_File_Lm_Indonesian
713cdf0e10cSrcweir    TXT_FILE_BODY;
714cdf0e10cSrcweir    Name = "indonesian.lm";
715cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
716cdf0e10cSrcweir    Styles = (PACKED);
717cdf0e10cSrcweirEnd
718cdf0e10cSrcweir
719cdf0e10cSrcweirFile gid_File_Lm_Irish_Gaelic
720cdf0e10cSrcweir    TXT_FILE_BODY;
721cdf0e10cSrcweir    Name = "irish_gaelic.lm";
722cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
723cdf0e10cSrcweir    Styles = (PACKED);
724cdf0e10cSrcweirEnd
725cdf0e10cSrcweir
726cdf0e10cSrcweir
727cdf0e10cSrcweirFile gid_File_Lm_Italian
728cdf0e10cSrcweir    TXT_FILE_BODY;
729cdf0e10cSrcweir    Name = "italian.lm";
730cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
731cdf0e10cSrcweir    Styles = (PACKED);
732cdf0e10cSrcweirEnd
733cdf0e10cSrcweir
734cdf0e10cSrcweirFile gid_File_Lm_Japanese
735cdf0e10cSrcweir    TXT_FILE_BODY;
736cdf0e10cSrcweir    Name = "japanese.lm";
737cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
738cdf0e10cSrcweir    Styles = (PACKED);
739cdf0e10cSrcweirEnd
740cdf0e10cSrcweir
741cdf0e10cSrcweirFile gid_File_Lm_Korean
742cdf0e10cSrcweir    TXT_FILE_BODY;
743cdf0e10cSrcweir    Name = "korean.lm";
744cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
745cdf0e10cSrcweir    Styles = (PACKED);
746cdf0e10cSrcweirEnd
747cdf0e10cSrcweir
748cdf0e10cSrcweirFile gid_File_Lm_Latin
749cdf0e10cSrcweir    TXT_FILE_BODY;
750cdf0e10cSrcweir    Name = "latin.lm";
751cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
752cdf0e10cSrcweir    Styles = (PACKED);
753cdf0e10cSrcweirEnd
754cdf0e10cSrcweir
755cdf0e10cSrcweirFile gid_File_Lm_Latvian
756cdf0e10cSrcweir    TXT_FILE_BODY;
757cdf0e10cSrcweir    Name = "latvian.lm";
758cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
759cdf0e10cSrcweir    Styles = (PACKED);
760cdf0e10cSrcweirEnd
761cdf0e10cSrcweir
762cdf0e10cSrcweirFile gid_File_Lm_Lithuanian
763cdf0e10cSrcweir    TXT_FILE_BODY;
764cdf0e10cSrcweir    Name = "lithuanian.lm";
765cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
766cdf0e10cSrcweir    Styles = (PACKED);
767cdf0e10cSrcweirEnd
768cdf0e10cSrcweir
769cdf0e10cSrcweirFile gid_File_Lm_Luxembourgish
770cdf0e10cSrcweir    TXT_FILE_BODY;
771cdf0e10cSrcweir    Name = "luxembourgish.lm";
772cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
773cdf0e10cSrcweir    Styles = (PACKED);
774cdf0e10cSrcweirEnd
775cdf0e10cSrcweir
776cdf0e10cSrcweirFile gid_File_Lm_Malay
777cdf0e10cSrcweir    TXT_FILE_BODY;
778cdf0e10cSrcweir    Name = "malay.lm";
779cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
780cdf0e10cSrcweir    Styles = (PACKED);
781cdf0e10cSrcweirEnd
782cdf0e10cSrcweir
783cdf0e10cSrcweirFile gid_File_Lm_Manx_Gaelic
784cdf0e10cSrcweir    TXT_FILE_BODY;
785cdf0e10cSrcweir    Name = "manx_gaelic.lm";
786cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
787cdf0e10cSrcweir    Styles = (PACKED);
788cdf0e10cSrcweirEnd
789cdf0e10cSrcweir
790cdf0e10cSrcweirFile gid_File_Lm_Marathi
791cdf0e10cSrcweir    TXT_FILE_BODY;
792cdf0e10cSrcweir    Name = "marathi.lm";
793cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
794cdf0e10cSrcweir    Styles = (PACKED);
795cdf0e10cSrcweirEnd
796cdf0e10cSrcweir
797cdf0e10cSrcweirFile gid_File_Lm_Middle_Frisian
798cdf0e10cSrcweir    TXT_FILE_BODY;
799cdf0e10cSrcweir    Name = "middle_frisian.lm";
800cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
801cdf0e10cSrcweir    Styles = (PACKED);
802cdf0e10cSrcweirEnd
803cdf0e10cSrcweir
804cdf0e10cSrcweirFile gid_File_Lm_Mingo
805cdf0e10cSrcweir    TXT_FILE_BODY;
806cdf0e10cSrcweir    Name = "mingo.lm";
807cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
808cdf0e10cSrcweir    Styles = (PACKED);
809cdf0e10cSrcweirEnd
810cdf0e10cSrcweir
811cdf0e10cSrcweirFile gid_File_Lm_Mongolian_Cyrillic
812cdf0e10cSrcweir    TXT_FILE_BODY;
813cdf0e10cSrcweir    Name = "mongolian_cyrillic.lm";
814cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
815cdf0e10cSrcweir    Styles = (PACKED);
816cdf0e10cSrcweirEnd
817cdf0e10cSrcweir
818cdf0e10cSrcweirFile gid_File_Lm_Nepali
819cdf0e10cSrcweir    TXT_FILE_BODY;
820cdf0e10cSrcweir    Name = "nepali.lm";
821cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
822cdf0e10cSrcweir    Styles = (PACKED);
823cdf0e10cSrcweirEnd
824cdf0e10cSrcweir
825cdf0e10cSrcweirFile gid_File_Lm_Norwegian
826cdf0e10cSrcweir    TXT_FILE_BODY;
827cdf0e10cSrcweir    Name = "norwegian.lm";
828cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
829cdf0e10cSrcweir    Styles = (PACKED);
830cdf0e10cSrcweirEnd
831cdf0e10cSrcweir
832cdf0e10cSrcweirFile gid_File_Lm_Persian
833cdf0e10cSrcweir    TXT_FILE_BODY;
834cdf0e10cSrcweir    Name = "persian.lm";
835cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
836cdf0e10cSrcweir    Styles = (PACKED);
837cdf0e10cSrcweirEnd
838cdf0e10cSrcweir
839cdf0e10cSrcweirFile gid_File_Lm_Polish
840cdf0e10cSrcweir    TXT_FILE_BODY;
841cdf0e10cSrcweir    Name = "polish.lm";
842cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
843cdf0e10cSrcweir    Styles = (PACKED);
844cdf0e10cSrcweirEnd
845cdf0e10cSrcweir
846cdf0e10cSrcweirFile gid_File_Lm_Portuguese
847cdf0e10cSrcweir    TXT_FILE_BODY;
848cdf0e10cSrcweir    Name = "portuguese.lm";
849cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
850cdf0e10cSrcweir    Styles = (PACKED);
851cdf0e10cSrcweirEnd
852cdf0e10cSrcweir
853cdf0e10cSrcweirFile gid_File_Lm_Quechua
854cdf0e10cSrcweir    TXT_FILE_BODY;
855cdf0e10cSrcweir    Name = "quechua.lm";
856cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
857cdf0e10cSrcweir    Styles = (PACKED);
858cdf0e10cSrcweirEnd
859cdf0e10cSrcweir
860cdf0e10cSrcweirFile gid_File_Lm_Romanian
861cdf0e10cSrcweir    TXT_FILE_BODY;
862cdf0e10cSrcweir    Name = "romanian.lm";
863cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
864cdf0e10cSrcweir    Styles = (PACKED);
865cdf0e10cSrcweirEnd
866cdf0e10cSrcweir
867cdf0e10cSrcweirFile gid_File_Lm_Romansh
868cdf0e10cSrcweir    TXT_FILE_BODY;
869cdf0e10cSrcweir    Name = "romansh.lm";
870cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
871cdf0e10cSrcweir    Styles = (PACKED);
872cdf0e10cSrcweirEnd
873cdf0e10cSrcweir
874cdf0e10cSrcweirFile gid_File_Lm_Russian
875cdf0e10cSrcweir    TXT_FILE_BODY;
876cdf0e10cSrcweir    Name = "russian.lm";
877cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
878cdf0e10cSrcweir    Styles = (PACKED);
879cdf0e10cSrcweirEnd
880cdf0e10cSrcweir
881cdf0e10cSrcweirFile gid_File_Lm_Sanskrit
882cdf0e10cSrcweir    TXT_FILE_BODY;
883cdf0e10cSrcweir    Name = "sanskrit.lm";
884cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
885cdf0e10cSrcweir    Styles = (PACKED);
886cdf0e10cSrcweirEnd
887cdf0e10cSrcweir
888cdf0e10cSrcweirFile gid_File_Lm_Scots
889cdf0e10cSrcweir    TXT_FILE_BODY;
890cdf0e10cSrcweir    Name = "scots.lm";
891cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
892cdf0e10cSrcweir    Styles = (PACKED);
893cdf0e10cSrcweirEnd
894cdf0e10cSrcweir
895cdf0e10cSrcweirFile gid_File_Lm_Scots_Gaelic
896cdf0e10cSrcweir    TXT_FILE_BODY;
897cdf0e10cSrcweir    Name = "scots_gaelic.lm";
898cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
899cdf0e10cSrcweir    Styles = (PACKED);
900cdf0e10cSrcweirEnd
901cdf0e10cSrcweir
902cdf0e10cSrcweirFile gid_File_Lm_Serbian
903cdf0e10cSrcweir    TXT_FILE_BODY;
904cdf0e10cSrcweir    Name = "serbian.lm";
905cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
906cdf0e10cSrcweir    Styles = (PACKED);
907cdf0e10cSrcweirEnd
908cdf0e10cSrcweir
909cdf0e10cSrcweirFile gid_File_Lm_Serbian_Latin
910cdf0e10cSrcweir    TXT_FILE_BODY;
911cdf0e10cSrcweir    Name = "serbian-latin.lm";
912cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
913cdf0e10cSrcweir    Styles = (PACKED);
914cdf0e10cSrcweirEnd
915cdf0e10cSrcweir
916cdf0e10cSrcweirFile gid_File_Lm_Slovak_Ascii
917cdf0e10cSrcweir    TXT_FILE_BODY;
918cdf0e10cSrcweir    Name = "slovak_ascii.lm";
919cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
920cdf0e10cSrcweir    Styles = (PACKED);
921cdf0e10cSrcweirEnd
922cdf0e10cSrcweir
923cdf0e10cSrcweirFile gid_File_Lm_Slovenian
924cdf0e10cSrcweir    TXT_FILE_BODY;
925cdf0e10cSrcweir    Name = "slovenian.lm";
926cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
927cdf0e10cSrcweir    Styles = (PACKED);
928cdf0e10cSrcweirEnd
929cdf0e10cSrcweir
930cdf0e10cSrcweirFile gid_File_Lm_Spanish
931cdf0e10cSrcweir    TXT_FILE_BODY;
932cdf0e10cSrcweir    Name = "spanish.lm";
933cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
934cdf0e10cSrcweir    Styles = (PACKED);
935cdf0e10cSrcweirEnd
936cdf0e10cSrcweir
937cdf0e10cSrcweirFile gid_File_Lm_Swahili
938cdf0e10cSrcweir    TXT_FILE_BODY;
939cdf0e10cSrcweir    Name = "swahili.lm";
940cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
941cdf0e10cSrcweir    Styles = (PACKED);
942cdf0e10cSrcweirEnd
943cdf0e10cSrcweir
944cdf0e10cSrcweirFile gid_File_Lm_Swedish
945cdf0e10cSrcweir    TXT_FILE_BODY;
946cdf0e10cSrcweir    Name = "swedish.lm";
947cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
948cdf0e10cSrcweir    Styles = (PACKED);
949cdf0e10cSrcweirEnd
950cdf0e10cSrcweir
951cdf0e10cSrcweirFile gid_File_Lm_Tagalog
952cdf0e10cSrcweir    TXT_FILE_BODY;
953cdf0e10cSrcweir    Name = "tagalog.lm";
954cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
955cdf0e10cSrcweir    Styles = (PACKED);
956cdf0e10cSrcweirEnd
957cdf0e10cSrcweir
958cdf0e10cSrcweirFile gid_File_Lm_Tamil
959cdf0e10cSrcweir    TXT_FILE_BODY;
960cdf0e10cSrcweir    Name = "tamil.lm";
961cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
962cdf0e10cSrcweir    Styles = (PACKED);
963cdf0e10cSrcweirEnd
964cdf0e10cSrcweir
965cdf0e10cSrcweirFile gid_File_Lm_Thai
966cdf0e10cSrcweir    TXT_FILE_BODY;
967cdf0e10cSrcweir    Name = "thai.lm";
968cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
969cdf0e10cSrcweir    Styles = (PACKED);
970cdf0e10cSrcweirEnd
971cdf0e10cSrcweir
972cdf0e10cSrcweirFile gid_File_Lm_Turkish
973cdf0e10cSrcweir    TXT_FILE_BODY;
974cdf0e10cSrcweir    Name = "turkish.lm";
975cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
976cdf0e10cSrcweir    Styles = (PACKED);
977cdf0e10cSrcweirEnd
978cdf0e10cSrcweir
979cdf0e10cSrcweirFile gid_File_Lm_Ukrainian
980cdf0e10cSrcweir    TXT_FILE_BODY;
981cdf0e10cSrcweir    Name = "ukrainian.lm";
982cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
983cdf0e10cSrcweir    Styles = (PACKED);
984cdf0e10cSrcweirEnd
985cdf0e10cSrcweir
986cdf0e10cSrcweirFile gid_File_Lm_Vietnamese
987cdf0e10cSrcweir    TXT_FILE_BODY;
988cdf0e10cSrcweir    Name = "vietnamese.lm";
989cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
990cdf0e10cSrcweir    Styles = (PACKED);
991cdf0e10cSrcweirEnd
992cdf0e10cSrcweir
993cdf0e10cSrcweirFile gid_File_Lm_Welsh
994cdf0e10cSrcweir    TXT_FILE_BODY;
995cdf0e10cSrcweir    Name = "welsh.lm";
996cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
997cdf0e10cSrcweir    Styles = (PACKED);
998cdf0e10cSrcweirEnd
999cdf0e10cSrcweir
1000cdf0e10cSrcweirFile gid_File_Lm_Yiddish_Utf
1001cdf0e10cSrcweir    TXT_FILE_BODY;
1002cdf0e10cSrcweir    Name = "yiddish_utf.lm";
1003cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
1004cdf0e10cSrcweir    Styles = (PACKED);
1005cdf0e10cSrcweirEnd
1006cdf0e10cSrcweir
1007cdf0e10cSrcweirFile gid_File_Lm_Zulu
1008cdf0e10cSrcweir    TXT_FILE_BODY;
1009cdf0e10cSrcweir    Name = "zulu.lm";
1010cdf0e10cSrcweir    Dir = gid_Dir_Share_Fingerprint;
1011cdf0e10cSrcweir    Styles = (PACKED);
1012cdf0e10cSrcweirEnd
1013cdf0e10cSrcweir#endif
1014cdf0e10cSrcweir
1015cdf0e10cSrcweir
1016cdf0e10cSrcweir// mod files
1017cdf0e10cSrcweir
1018cdf0e10cSrcweirFile gid_File_Mod_Chart
1019cdf0e10cSrcweir    TXT_FILE_BODY;
1020cdf0e10cSrcweir    Styles = (PACKED);
1021cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
1022cdf0e10cSrcweir    Name = "chart.mod";
1023cdf0e10cSrcweirEnd
1024cdf0e10cSrcweir
1025cdf0e10cSrcweirFile gid_File_Mod_Datastyl
1026cdf0e10cSrcweir    TXT_FILE_BODY;
1027cdf0e10cSrcweir    Styles = (PACKED);
1028cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
1029cdf0e10cSrcweir    Name = "datastyl.mod";
1030cdf0e10cSrcweirEnd
1031cdf0e10cSrcweir
1032cdf0e10cSrcweirFile gid_File_Mod_Defs
1033cdf0e10cSrcweir    TXT_FILE_BODY;
1034cdf0e10cSrcweir    Styles = (PACKED);
1035cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
1036cdf0e10cSrcweir    Name = "defs.mod";
1037cdf0e10cSrcweirEnd
1038cdf0e10cSrcweir
1039cdf0e10cSrcweirFile gid_File_Mod_Drawing
1040cdf0e10cSrcweir    TXT_FILE_BODY;
1041cdf0e10cSrcweir    Styles = (PACKED);
1042cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
1043cdf0e10cSrcweir    Name = "drawing.mod";
1044cdf0e10cSrcweirEnd
1045cdf0e10cSrcweir
1046cdf0e10cSrcweirFile gid_File_Mod_Dtypes
1047cdf0e10cSrcweir    TXT_FILE_BODY;
1048cdf0e10cSrcweir    Styles = (PACKED);
1049cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
1050cdf0e10cSrcweir    Name = "dtypes.mod";
1051cdf0e10cSrcweirEnd
1052cdf0e10cSrcweir
1053cdf0e10cSrcweirFile gid_File_Mod_Form
1054cdf0e10cSrcweir    TXT_FILE_BODY;
1055cdf0e10cSrcweir    Styles = (PACKED);
1056cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
1057cdf0e10cSrcweir    Name = "form.mod";
1058cdf0e10cSrcweirEnd
1059cdf0e10cSrcweir
1060cdf0e10cSrcweirFile gid_File_Mod_Meta
1061cdf0e10cSrcweir    TXT_FILE_BODY;
1062cdf0e10cSrcweir    Styles = (PACKED);
1063cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
1064cdf0e10cSrcweir    Name = "meta.mod";
1065cdf0e10cSrcweirEnd
1066cdf0e10cSrcweir
1067cdf0e10cSrcweirFile gid_File_Mod_Nmspace
1068cdf0e10cSrcweir    TXT_FILE_BODY;
1069cdf0e10cSrcweir    Styles = (PACKED);
1070cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
1071cdf0e10cSrcweir    Name = "nmspace.mod";
1072cdf0e10cSrcweirEnd
1073cdf0e10cSrcweir
1074cdf0e10cSrcweirFile gid_File_Mod_Office
1075cdf0e10cSrcweir    TXT_FILE_BODY;
1076cdf0e10cSrcweir    Styles = (PACKED);
1077cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
1078cdf0e10cSrcweir    Name = "office.mod";
1079cdf0e10cSrcweirEnd
1080cdf0e10cSrcweir
1081cdf0e10cSrcweirFile gid_File_Mod_Script
1082cdf0e10cSrcweir    TXT_FILE_BODY;
1083cdf0e10cSrcweir    Styles = (PACKED);
1084cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
1085cdf0e10cSrcweir    Name = "script.mod";
1086cdf0e10cSrcweirEnd
1087cdf0e10cSrcweir
1088cdf0e10cSrcweirFile gid_File_Mod_Settings
1089cdf0e10cSrcweir    TXT_FILE_BODY;
1090cdf0e10cSrcweir    Styles = (PACKED);
1091cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
1092cdf0e10cSrcweir    Name = "settings.mod";
1093cdf0e10cSrcweirEnd
1094cdf0e10cSrcweir
1095cdf0e10cSrcweirFile gid_File_Mod_Style
1096cdf0e10cSrcweir    TXT_FILE_BODY;
1097cdf0e10cSrcweir    Styles = (PACKED);
1098cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
1099cdf0e10cSrcweir    Name = "style.mod";
1100cdf0e10cSrcweirEnd
1101cdf0e10cSrcweir
1102cdf0e10cSrcweirFile gid_File_Mod_Table
1103cdf0e10cSrcweir    TXT_FILE_BODY;
1104cdf0e10cSrcweir    Styles = (PACKED);
1105cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
1106cdf0e10cSrcweir    Name = "table.mod";
1107cdf0e10cSrcweirEnd
1108cdf0e10cSrcweir
1109cdf0e10cSrcweirFile gid_File_Mod_Text
1110cdf0e10cSrcweir    TXT_FILE_BODY;
1111cdf0e10cSrcweir    Styles = (PACKED);
1112cdf0e10cSrcweir    Dir = gid_Dir_Share_Dtd_Ooo_1_0;
1113cdf0e10cSrcweir    Name = "text.mod";
1114cdf0e10cSrcweirEnd
1115cdf0e10cSrcweir
1116cdf0e10cSrcweir#if !defined(SYSTEM_MOZILLA) && !defined(WITHOUT_MOZILLA)
1117cdf0e10cSrcweir
1118cdf0e10cSrcweirFile gid_File_Mozilla_Runtime
1119cdf0e10cSrcweir    TXT_FILE_BODY;
1120cdf0e10cSrcweir    Styles = (ARCHIVE);
1121cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1122cdf0e10cSrcweir    Name = "mozruntime.zip";
1123cdf0e10cSrcweirEnd
1124cdf0e10cSrcweir
1125cdf0e10cSrcweir#endif
1126cdf0e10cSrcweir
1127cdf0e10cSrcweirFile gid_File_Share_Registry_Main_Xcd
1128cdf0e10cSrcweir    TXT_FILE_BODY;
1129cdf0e10cSrcweir    Styles = (PACKED, SCPZIP_REPLACE);
1130cdf0e10cSrcweir    Dir = gid_Dir_Share_Registry;
1131cdf0e10cSrcweir    Name = "main.xcd";
1132cdf0e10cSrcweirEnd
1133cdf0e10cSrcweir
1134cdf0e10cSrcweir#ifdef WNT
1135cdf0e10cSrcweir
1136cdf0e10cSrcweirFile gid_File_Share_Registry_Forcedefault_Xcd
1137cdf0e10cSrcweir    TXT_FILE_BODY;
1138cdf0e10cSrcweir    Styles = (PACKED, SCPZIP_REPLACE, SET_OFFICE_LANGUAGE);
1139cdf0e10cSrcweir    Dir = gid_Dir_Share_Registry;
1140cdf0e10cSrcweir    Name = "forcedefault.xcd";
1141cdf0e10cSrcweirEnd
1142cdf0e10cSrcweir
1143cdf0e10cSrcweir#endif
1144cdf0e10cSrcweir
1145cdf0e10cSrcweirFile gid_File_Oo_Ldap_Xcd_Sample
1146cdf0e10cSrcweir    TXT_FILE_BODY;
1147cdf0e10cSrcweir    Styles = (PACKED);
1148cdf0e10cSrcweir    Dir = gid_Dir_Share_Registry;
1149cdf0e10cSrcweir    Name = "oo-ldap.xcd.sample";
1150cdf0e10cSrcweirEnd
1151cdf0e10cSrcweir
1152cdf0e10cSrcweirFile gid_File_Oo_Ad_Ldap_Xcd_Sample
1153cdf0e10cSrcweir    TXT_FILE_BODY;
1154cdf0e10cSrcweir    Styles = (PACKED);
1155cdf0e10cSrcweir    Dir = gid_Dir_Share_Registry;
1156cdf0e10cSrcweir    Name = "oo-ad-ldap.xcd.sample";
1157cdf0e10cSrcweirEnd
1158cdf0e10cSrcweir
1159cdf0e10cSrcweirFile gid_File_Rdb_Offapi
1160cdf0e10cSrcweir    TXT_FILE_BODY;
1161cdf0e10cSrcweir    Dir = gid_Dir_Program;
1162cdf0e10cSrcweir    Styles = (PACKED);
1163cdf0e10cSrcweir    Name = "offapi.rdb";
1164cdf0e10cSrcweirEnd
1165cdf0e10cSrcweir
1166cdf0e10cSrcweirFile gid_File_Rdb_TypesVba
1167cdf0e10cSrcweir    TXT_FILE_BODY;
1168cdf0e10cSrcweir    Dir = gid_Dir_Program;
1169cdf0e10cSrcweir    Styles = (PACKED, OVERWRITE);
1170cdf0e10cSrcweir    Name = "oovbaapi.rdb";
1171cdf0e10cSrcweirEnd
1172cdf0e10cSrcweir
1173cdf0e10cSrcweirFile gid_File_Registry_Lang
1174cdf0e10cSrcweir    Dir = gid_Dir_Share_Registry_Res;
1175cdf0e10cSrcweir    TXT_FILE_BODY;
1176cdf0e10cSrcweir    EXTRA_ALL_LANG_BUT_EN_US(registry,xcd);
1177cdf0e10cSrcweirEnd
1178cdf0e10cSrcweir
1179cdf0e10cSrcweirFile gid_File_Registry_Filter_Zip
1180cdf0e10cSrcweir    Dir = gid_Dir_Share_Registry_Res;
1181cdf0e10cSrcweir    TXT_FILE_BODY;
1182cdf0e10cSrcweir    EXTRA_ALL_LANG(fcfg_langpack,xcd);
1183cdf0e10cSrcweirEnd
1184cdf0e10cSrcweir
1185cdf0e10cSrcweirFile gid_File_Registry_Spool_Langpack_Lang
1186cdf0e10cSrcweir    TXT_FILE_BODY;
1187cdf0e10cSrcweir    Styles = (PACKED);
1188cdf0e10cSrcweir    Dir = gid_Dir_Share_Registry;
1189cdf0e10cSrcweir    FILE_ALL_LANG_LETTER(Langpack-,xcd);
1190cdf0e10cSrcweirEnd
1191cdf0e10cSrcweir
1192cdf0e10cSrcweirFile gid_File_Share_Registry_Ctl_Xcd
1193cdf0e10cSrcweir    TXT_FILE_BODY;
1194cdf0e10cSrcweir    Styles = (PACKED,MAKE_LANG_SPECIFIC);
1195cdf0e10cSrcweir    Dir = gid_Dir_Share_Registry;
1196cdf0e10cSrcweir    Name (th) = "ctl.xcd";
1197cdf0e10cSrcweir    Name (hi-IN) = "ctl.xcd";
1198cdf0e10cSrcweir    Name (pa-IN) = "ctl.xcd";
1199cdf0e10cSrcweir    Name (ta-IN) = "ctl.xcd";
1200cdf0e10cSrcweir    Name (gu-IN) = "ctl.xcd";
1201cdf0e10cSrcweir    Name (ar) = "ctl.xcd";
1202cdf0e10cSrcweir    Name (he) = "ctl.xcd";
1203cdf0e10cSrcweir    Name (lo) = "ctl.xcd";
1204cdf0e10cSrcweir    Name (dz) = "ctl.xcd";
1205cdf0e10cSrcweir    Name (km) = "ctl.xcd";
1206cdf0e10cSrcweir    Name (gu-IN) = "ctl.xcd";
1207cdf0e10cSrcweir    Name (or) = "ctl.xcd";
1208cdf0e10cSrcweir    Name (ne) = "ctl.xcd";
1209cdf0e10cSrcweir    Name (fa) = "ctl.xcd";
1210cdf0e10cSrcweir    Name (my) = "ctl.xcd";
1211cdf0e10cSrcweirEnd
1212cdf0e10cSrcweir
1213cdf0e10cSrcweirFile gid_File_Scripts_Beanshell
1214cdf0e10cSrcweir    Dir = gid_Dir_Share_Scripts;
1215cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
1216cdf0e10cSrcweir    Name = "ScriptsBeanShell.zip";
1217cdf0e10cSrcweirEnd
1218cdf0e10cSrcweir
1219cdf0e10cSrcweir#ifdef SOLAR_JAVA
1220cdf0e10cSrcweirFile gid_File_Scripts_Java
1221cdf0e10cSrcweir    Dir = gid_Dir_Share_Scripts;
1222cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
1223cdf0e10cSrcweir    Name = "ScriptsJava.zip";
1224cdf0e10cSrcweirEnd
1225cdf0e10cSrcweir#endif
1226cdf0e10cSrcweir
1227cdf0e10cSrcweirFile gid_File_Scripts_Javascript
1228cdf0e10cSrcweir    Dir = gid_Dir_Share_Scripts;
1229cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
1230cdf0e10cSrcweir    Name = "ScriptsJavaScript.zip";
1231cdf0e10cSrcweirEnd
1232cdf0e10cSrcweir
1233cdf0e10cSrcweir// new user interface configuration files
1234cdf0e10cSrcweirFile gid_File_Share_Config_Sofficecfg_uiconfig_Zip
1235cdf0e10cSrcweir    TXT_FILE_BODY;
1236cdf0e10cSrcweir    Styles = (ARCHIVE);
1237cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Sofficecfg;
1238cdf0e10cSrcweir    Name = "uiconfig.zip";
1239cdf0e10cSrcweir    Patchfiles = ();
1240cdf0e10cSrcweirEnd
1241cdf0e10cSrcweir
1242cdf0e10cSrcweir#ifdef WNT
1243cdf0e10cSrcweir
1244cdf0e10cSrcweirSTD_SHELLNEW_FILE(gid_File_Shellnew_Ods_Soffice, soffice.ods)
1245cdf0e10cSrcweir
1246cdf0e10cSrcweir#endif
1247cdf0e10cSrcweir
1248cdf0e10cSrcweir#ifdef WNT
1249cdf0e10cSrcweir
1250cdf0e10cSrcweirSTD_SHELLNEW_FILE(gid_File_Shellnew_Odg_Soffice, soffice.odg)
1251cdf0e10cSrcweir
1252cdf0e10cSrcweir#endif
1253cdf0e10cSrcweir
1254cdf0e10cSrcweir#ifdef WNT
1255cdf0e10cSrcweir
1256cdf0e10cSrcweirSTD_SHELLNEW_FILE(gid_File_Shellnew_Odp_Soffice, soffice.odp)
1257cdf0e10cSrcweir
1258cdf0e10cSrcweir#endif
1259cdf0e10cSrcweir
1260cdf0e10cSrcweir#ifdef WNT
1261cdf0e10cSrcweir
1262cdf0e10cSrcweirSTD_SHELLNEW_FILE(gid_File_Shellnew_Odt_Soffice, soffice.odt)
1263cdf0e10cSrcweir
1264cdf0e10cSrcweir#endif
1265cdf0e10cSrcweir
1266cdf0e10cSrcweir#ifdef UNX
1267cdf0e10cSrcweir
1268cdf0e10cSrcweirFile gid_File_Txt_Pagein_Calc
1269cdf0e10cSrcweir    TXT_FILE_BODY;
1270cdf0e10cSrcweir    Dir = gid_Dir_Program;
1271cdf0e10cSrcweir    Styles = (PACKED);
1272cdf0e10cSrcweir    Name = "pagein-calc";
1273cdf0e10cSrcweirEnd
1274cdf0e10cSrcweir
1275cdf0e10cSrcweir#endif
1276cdf0e10cSrcweir
1277cdf0e10cSrcweir#ifdef UNX
1278cdf0e10cSrcweir
1279cdf0e10cSrcweirFile gid_File_Txt_Pagein_Common
1280cdf0e10cSrcweir    TXT_FILE_BODY;
1281cdf0e10cSrcweir    Dir = gid_Dir_Program;
1282cdf0e10cSrcweir    Styles = (PACKED);
1283cdf0e10cSrcweir    Name = "pagein-common";
1284cdf0e10cSrcweirEnd
1285cdf0e10cSrcweir
1286cdf0e10cSrcweir#endif
1287cdf0e10cSrcweir
1288cdf0e10cSrcweir#ifdef UNX
1289cdf0e10cSrcweir
1290cdf0e10cSrcweirFile gid_File_Txt_Pagein_Draw
1291cdf0e10cSrcweir    TXT_FILE_BODY;
1292cdf0e10cSrcweir    Dir = gid_Dir_Program;
1293cdf0e10cSrcweir    Styles = (PACKED);
1294cdf0e10cSrcweir    Name = "pagein-draw";
1295cdf0e10cSrcweirEnd
1296cdf0e10cSrcweir
1297cdf0e10cSrcweir#endif
1298cdf0e10cSrcweir
1299cdf0e10cSrcweir#ifdef UNX
1300cdf0e10cSrcweir
1301cdf0e10cSrcweirFile gid_File_Txt_Pagein_Impress
1302cdf0e10cSrcweir    TXT_FILE_BODY;
1303cdf0e10cSrcweir    Dir = gid_Dir_Program;
1304cdf0e10cSrcweir    Styles = (PACKED);
1305cdf0e10cSrcweir    Name = "pagein-impress";
1306cdf0e10cSrcweirEnd
1307cdf0e10cSrcweir
1308cdf0e10cSrcweir#endif
1309cdf0e10cSrcweir
1310cdf0e10cSrcweir#ifdef UNX
1311cdf0e10cSrcweir
1312cdf0e10cSrcweirFile gid_File_Txt_Pagein_Writer
1313cdf0e10cSrcweir    TXT_FILE_BODY;
1314cdf0e10cSrcweir    Dir = gid_Dir_Program;
1315cdf0e10cSrcweir    Styles = (PACKED);
1316cdf0e10cSrcweir    Name = "pagein-writer";
1317cdf0e10cSrcweirEnd
1318cdf0e10cSrcweir
1319cdf0e10cSrcweir#endif
1320cdf0e10cSrcweir
1321cdf0e10cSrcweirFile gid_File_Xsl_Common_Measure_Conversion
1322cdf0e10cSrcweir    TXT_FILE_BODY;
1323cdf0e10cSrcweir    Styles = (PACKED);
1324cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Common;
1325cdf0e10cSrcweir    Name = "/xslt/common/measure_conversion.xsl";
1326cdf0e10cSrcweirEnd
1327cdf0e10cSrcweir
1328cdf0e10cSrcweirFile gid_File_Xsl_Common_Math_Functions
1329cdf0e10cSrcweir    TXT_FILE_BODY;
1330cdf0e10cSrcweir    Styles = (PACKED);
1331cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Common;
1332cdf0e10cSrcweir    Name = "/xslt/common/math.xsl";
1333cdf0e10cSrcweirEnd
1334cdf0e10cSrcweir
1335cdf0e10cSrcweirFile gid_File_Xsl_Export_Common_Body
1336cdf0e10cSrcweir    TXT_FILE_BODY;
1337cdf0e10cSrcweir    Styles = (PACKED);
1338cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Common;
1339cdf0e10cSrcweir    Name = "/xslt/export/common/body.xsl";
1340cdf0e10cSrcweirEnd
1341cdf0e10cSrcweir
1342cdf0e10cSrcweirFile gid_File_Xsl_Export_Common_Table_Of_Content
1343cdf0e10cSrcweir    TXT_FILE_BODY;
1344cdf0e10cSrcweir    Styles = (PACKED);
1345cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Common;
1346cdf0e10cSrcweir    Name = "/xslt/export/common/table_of_content.xsl";
1347cdf0e10cSrcweirEnd
1348cdf0e10cSrcweir
1349cdf0e10cSrcweirFile gid_File_Xsl_Export_Common_Ooo2ms_Docpr
1350cdf0e10cSrcweir    TXT_FILE_BODY;
1351cdf0e10cSrcweir    Styles = (PACKED);
1352cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Common;
1353cdf0e10cSrcweir    Name = "/xslt/export/common/ooo2ms_docpr.xsl";
1354cdf0e10cSrcweirEnd
1355cdf0e10cSrcweir
1356cdf0e10cSrcweirFile gid_File_Xsl_Export_Common_Styles_Styles_Collector
1357cdf0e10cSrcweir    TXT_FILE_BODY;
1358cdf0e10cSrcweir    Styles = (PACKED);
1359cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Common_Styles;
1360cdf0e10cSrcweir    Name = "/xslt/export/common/styles/style_collector.xsl";
1361cdf0e10cSrcweirEnd
1362cdf0e10cSrcweir
1363cdf0e10cSrcweirFile gid_File_Xsl_Export_Common_Styles_Style_Mapping_Css
1364cdf0e10cSrcweir    TXT_FILE_BODY;
1365cdf0e10cSrcweir    Styles = (PACKED);
1366cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Common_Styles;
1367cdf0e10cSrcweir    Name = "/xslt/export/common/styles/style_mapping_css.xsl";
1368cdf0e10cSrcweirEnd
1369cdf0e10cSrcweir
1370cdf0e10cSrcweirFile gid_File_Xsl_Export_Common_Table_Table
1371cdf0e10cSrcweir    TXT_FILE_BODY;
1372cdf0e10cSrcweir    Styles = (PACKED);
1373cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Common_Table;
1374cdf0e10cSrcweir    Name = "/xslt/export/common/table/table.xsl";
1375cdf0e10cSrcweirEnd
1376cdf0e10cSrcweir
1377cdf0e10cSrcweirFile gid_File_Xsl_Export_Common_Table_Table_Cells
1378cdf0e10cSrcweir    TXT_FILE_BODY;
1379cdf0e10cSrcweir    Styles = (PACKED);
1380cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Common_Table;
1381cdf0e10cSrcweir    Name = "/xslt/export/common/table/table_cells.xsl";
1382cdf0e10cSrcweirEnd
1383cdf0e10cSrcweir
1384cdf0e10cSrcweirFile gid_File_Xsl_Export_Common_Table_Table_Columns
1385cdf0e10cSrcweir    TXT_FILE_BODY;
1386cdf0e10cSrcweir    Styles = (PACKED);
1387cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Common_Table;
1388cdf0e10cSrcweir    Name = "/xslt/export/common/table/table_columns.xsl";
1389cdf0e10cSrcweirEnd
1390cdf0e10cSrcweir
1391cdf0e10cSrcweirFile gid_File_Xsl_Export_Common_Table_Table_Rows
1392cdf0e10cSrcweir    TXT_FILE_BODY;
1393cdf0e10cSrcweir    Styles = (PACKED);
1394cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Common_Table;
1395cdf0e10cSrcweir    Name = "/xslt/export/common/table/table_rows.xsl";
1396cdf0e10cSrcweirEnd
1397cdf0e10cSrcweir
1398cdf0e10cSrcweirFile gid_File_Xsl_Export_Spreadsheetml_Formular
1399cdf0e10cSrcweir    TXT_FILE_BODY;
1400cdf0e10cSrcweir    Styles = (PACKED);
1401cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Spreadsheetml;
1402cdf0e10cSrcweir    Name = "/xslt/export/spreadsheetml/formular.xsl";
1403cdf0e10cSrcweirEnd
1404cdf0e10cSrcweir
1405cdf0e10cSrcweirFile gid_File_Xsl_Export_Spreadsheetml_Ooo2spreadsheetml
1406cdf0e10cSrcweir    TXT_FILE_BODY;
1407cdf0e10cSrcweir    Styles = (PACKED);
1408cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Spreadsheetml;
1409cdf0e10cSrcweir    Name = "/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl";
1410cdf0e10cSrcweirEnd
1411cdf0e10cSrcweir
1412cdf0e10cSrcweirFile gid_File_Xsl_Export_Spreadsheetml_Style_Mapping
1413cdf0e10cSrcweir    TXT_FILE_BODY;
1414cdf0e10cSrcweir    Styles = (PACKED);
1415cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Spreadsheetml;
1416cdf0e10cSrcweir    Name = "/xslt/export/spreadsheetml/style_mapping.xsl";
1417cdf0e10cSrcweirEnd
1418cdf0e10cSrcweir
1419cdf0e10cSrcweirFile gid_File_Xsl_Export_Spreadsheetml_Styles
1420cdf0e10cSrcweir    TXT_FILE_BODY;
1421cdf0e10cSrcweir    Styles = (PACKED);
1422cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Spreadsheetml;
1423cdf0e10cSrcweir    Name = "/xslt/export/spreadsheetml/styles.xsl";
1424cdf0e10cSrcweirEnd
1425cdf0e10cSrcweir
1426cdf0e10cSrcweirFile gid_File_Xsl_Export_Spreadsheetml_Table
1427cdf0e10cSrcweir    TXT_FILE_BODY;
1428cdf0e10cSrcweir    Styles = (PACKED);
1429cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Spreadsheetml;
1430cdf0e10cSrcweir    Name = "/xslt/export/spreadsheetml/table.xsl";
1431cdf0e10cSrcweirEnd
1432cdf0e10cSrcweir
1433cdf0e10cSrcweirFile gid_File_Xsl_Export_Wordml_Ooo2wordml
1434cdf0e10cSrcweir    TXT_FILE_BODY;
1435cdf0e10cSrcweir    Styles = (PACKED);
1436cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Wordml;
1437cdf0e10cSrcweir    Name = "/xslt/export/wordml/ooo2wordml.xsl";
1438cdf0e10cSrcweirEnd
1439cdf0e10cSrcweirFile gid_File_Xsl_Export_uof_odf2uof_text
1440cdf0e10cSrcweir    TXT_FILE_BODY;
1441cdf0e10cSrcweir    Styles = (PACKED);
1442cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_uof;
1443cdf0e10cSrcweir    Name = "/xslt/export/uof/odf2uof_text.xsl";
1444cdf0e10cSrcweirEnd
1445cdf0e10cSrcweirFile gid_File_Xsl_Export_uof_odf2uof_spreadsheet
1446cdf0e10cSrcweir    TXT_FILE_BODY;
1447cdf0e10cSrcweir    Styles = (PACKED);
1448cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_uof;
1449cdf0e10cSrcweir    Name = "/xslt/export/uof/odf2uof_spreadsheet.xsl";
1450cdf0e10cSrcweirEnd
1451cdf0e10cSrcweirFile gid_File_Xsl_Export_uof_odf2uof_presentation
1452cdf0e10cSrcweir    TXT_FILE_BODY;
1453cdf0e10cSrcweir    Styles = (PACKED);
1454cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_uof;
1455cdf0e10cSrcweir    Name = "/xslt/export/uof/odf2uof_presentation.xsl";
1456cdf0e10cSrcweirEnd
1457cdf0e10cSrcweirFile gid_File_Xsl_Import_uof_uof2odf_text
1458cdf0e10cSrcweir    TXT_FILE_BODY;
1459cdf0e10cSrcweir    Styles = (PACKED);
1460cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Import_uof;
1461cdf0e10cSrcweir    Name = "/xslt/import/uof/uof2odf_text.xsl";
1462cdf0e10cSrcweirEnd
1463cdf0e10cSrcweirFile gid_File_Xsl_Import_uof_uof2odf_spreadsheet
1464cdf0e10cSrcweir    TXT_FILE_BODY;
1465cdf0e10cSrcweir    Styles = (PACKED);
1466cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Import_uof;
1467cdf0e10cSrcweir    Name = "/xslt/import/uof/uof2odf_spreadsheet.xsl";
1468cdf0e10cSrcweirEnd
1469cdf0e10cSrcweirFile gid_File_Xsl_Import_uof_uof2odf_presentation
1470cdf0e10cSrcweir    TXT_FILE_BODY;
1471cdf0e10cSrcweir    Styles = (PACKED);
1472cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Import_uof;
1473cdf0e10cSrcweir    Name = "/xslt/import/uof/uof2odf_presentation.xsl";
1474cdf0e10cSrcweirEnd
1475cdf0e10cSrcweirFile gid_File_Xsl_Export_Wordml_Ooo2wordml_Border
1476cdf0e10cSrcweir    TXT_FILE_BODY;
1477cdf0e10cSrcweir    Styles = (PACKED);
1478cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Wordml;
1479cdf0e10cSrcweir    Name = "/xslt/export/wordml/ooo2wordml_border.xsl";
1480cdf0e10cSrcweirEnd
1481cdf0e10cSrcweir
1482cdf0e10cSrcweirFile gid_File_Xsl_Export_Wordml_Ooo2wordml_Custom_Draw
1483cdf0e10cSrcweir    TXT_FILE_BODY;
1484cdf0e10cSrcweir    Styles = (PACKED);
1485cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Wordml;
1486cdf0e10cSrcweir    Name = "/xslt/export/wordml/ooo2wordml_custom_draw.xsl";
1487cdf0e10cSrcweirEnd
1488cdf0e10cSrcweir
1489cdf0e10cSrcweirFile gid_File_Xsl_Export_Wordml_Ooo2wordml_Draw
1490cdf0e10cSrcweir    TXT_FILE_BODY;
1491cdf0e10cSrcweir    Styles = (PACKED);
1492cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Wordml;
1493cdf0e10cSrcweir    Name = "/xslt/export/wordml/ooo2wordml_draw.xsl";
1494cdf0e10cSrcweirEnd
1495cdf0e10cSrcweir
1496cdf0e10cSrcweirFile gid_File_Xsl_Export_Wordml_Ooo2wordml_Field
1497cdf0e10cSrcweir    TXT_FILE_BODY;
1498cdf0e10cSrcweir    Styles = (PACKED);
1499cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Wordml;
1500cdf0e10cSrcweir    Name = "/xslt/export/wordml/ooo2wordml_field.xsl";
1501cdf0e10cSrcweirEnd
1502cdf0e10cSrcweir
1503cdf0e10cSrcweirFile gid_File_Xsl_Export_Wordml_Ooo2wordml_List
1504cdf0e10cSrcweir    TXT_FILE_BODY;
1505cdf0e10cSrcweir    Styles = (PACKED);
1506cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Wordml;
1507cdf0e10cSrcweir    Name = "/xslt/export/wordml/ooo2wordml_list.xsl";
1508cdf0e10cSrcweirEnd
1509cdf0e10cSrcweir
1510cdf0e10cSrcweirFile gid_File_Xsl_Export_Wordml_Ooo2wordml_Page
1511cdf0e10cSrcweir    TXT_FILE_BODY;
1512cdf0e10cSrcweir    Styles = (PACKED);
1513cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Wordml;
1514cdf0e10cSrcweir    Name = "/xslt/export/wordml/ooo2wordml_page.xsl";
1515cdf0e10cSrcweirEnd
1516cdf0e10cSrcweir
1517cdf0e10cSrcweirFile gid_File_Xsl_Export_Wordml_Ooo2wordml_Path
1518cdf0e10cSrcweir    TXT_FILE_BODY;
1519cdf0e10cSrcweir    Styles = (PACKED);
1520cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Wordml;
1521cdf0e10cSrcweir    Name = "/xslt/export/wordml/ooo2wordml_path.xsl";
1522cdf0e10cSrcweirEnd
1523cdf0e10cSrcweir
1524cdf0e10cSrcweirFile gid_File_Xsl_Export_Wordml_Ooo2wordml_Settings
1525cdf0e10cSrcweir    TXT_FILE_BODY;
1526cdf0e10cSrcweir    Styles = (PACKED);
1527cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Wordml;
1528cdf0e10cSrcweir    Name = "/xslt/export/wordml/ooo2wordml_settings.xsl";
1529cdf0e10cSrcweirEnd
1530cdf0e10cSrcweir
1531cdf0e10cSrcweirFile gid_File_Xsl_Export_Wordml_Ooo2wordml_Table
1532cdf0e10cSrcweir    TXT_FILE_BODY;
1533cdf0e10cSrcweir    Styles = (PACKED);
1534cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Wordml;
1535cdf0e10cSrcweir    Name = "/xslt/export/wordml/ooo2wordml_table.xsl";
1536cdf0e10cSrcweirEnd
1537cdf0e10cSrcweir
1538cdf0e10cSrcweirFile gid_File_Xsl_Export_Wordml_Ooo2wordml_Text
1539cdf0e10cSrcweir    TXT_FILE_BODY;
1540cdf0e10cSrcweir    Styles = (PACKED);
1541cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Export_Wordml;
1542cdf0e10cSrcweir    Name = "/xslt/export/wordml/ooo2wordml_text.xsl";
1543cdf0e10cSrcweirEnd
1544cdf0e10cSrcweir
1545cdf0e10cSrcweirFile gid_File_Xsl_Import_Common_Ms2ooo_Docpr
1546cdf0e10cSrcweir    TXT_FILE_BODY;
1547cdf0e10cSrcweir    Styles = (PACKED);
1548cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Import_Common;
1549cdf0e10cSrcweir    Name = "/xslt/import/common/ms2ooo_docpr.xsl";
1550cdf0e10cSrcweirEnd
1551cdf0e10cSrcweir
1552cdf0e10cSrcweirFile gid_File_Xsl_Import_Spreadsheetml_Spreadsheetml2ooo
1553cdf0e10cSrcweir    TXT_FILE_BODY;
1554cdf0e10cSrcweir    Styles = (PACKED);
1555cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Import_Spreadsheetml;
1556cdf0e10cSrcweir    Name = "/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl";
1557cdf0e10cSrcweirEnd
1558cdf0e10cSrcweir
1559cdf0e10cSrcweirFile gid_File_Xsl_Import_Wordml_Wordml2ooo
1560cdf0e10cSrcweir    TXT_FILE_BODY;
1561cdf0e10cSrcweir    Styles = (PACKED);
1562cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Import_Wordml;
1563cdf0e10cSrcweir    Name = "/xslt/import/wordml/wordml2ooo.xsl";
1564cdf0e10cSrcweirEnd
1565cdf0e10cSrcweir
1566cdf0e10cSrcweirFile gid_File_Xsl_Import_Wordml_Wordml2ooo_Custom_Draw
1567cdf0e10cSrcweir    TXT_FILE_BODY;
1568cdf0e10cSrcweir    Styles = (PACKED);
1569cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Import_Wordml;
1570cdf0e10cSrcweir    Name = "/xslt/import/wordml/wordml2ooo_custom_draw.xsl";
1571cdf0e10cSrcweirEnd
1572cdf0e10cSrcweir
1573cdf0e10cSrcweir
1574cdf0e10cSrcweirFile gid_File_Xsl_Import_Wordml_Wordml2ooo_Draw
1575cdf0e10cSrcweir    TXT_FILE_BODY;
1576cdf0e10cSrcweir    Styles = (PACKED);
1577cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Import_Wordml;
1578cdf0e10cSrcweir    Name = "/xslt/import/wordml/wordml2ooo_draw.xsl";
1579cdf0e10cSrcweirEnd
1580cdf0e10cSrcweir
1581cdf0e10cSrcweirFile gid_File_Xsl_Import_Wordml_Wordml2ooo_Field
1582cdf0e10cSrcweir    TXT_FILE_BODY;
1583cdf0e10cSrcweir    Styles = (PACKED);
1584cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Import_Wordml;
1585cdf0e10cSrcweir    Name = "/xslt/import/wordml/wordml2ooo_field.xsl";
1586cdf0e10cSrcweirEnd
1587cdf0e10cSrcweir
1588cdf0e10cSrcweirFile gid_File_Xsl_Import_Wordml_Wordml2ooo_List
1589cdf0e10cSrcweir    TXT_FILE_BODY;
1590cdf0e10cSrcweir    Styles = (PACKED);
1591cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Import_Wordml;
1592cdf0e10cSrcweir    Name = "/xslt/import/wordml/wordml2ooo_list.xsl";
1593cdf0e10cSrcweirEnd
1594cdf0e10cSrcweir
1595cdf0e10cSrcweirFile gid_File_Xsl_Import_Wordml_Wordml2ooo_Page
1596cdf0e10cSrcweir    TXT_FILE_BODY;
1597cdf0e10cSrcweir    Styles = (PACKED);
1598cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Import_Wordml;
1599cdf0e10cSrcweir    Name = "/xslt/import/wordml/wordml2ooo_page.xsl";
1600cdf0e10cSrcweirEnd
1601cdf0e10cSrcweir
1602cdf0e10cSrcweirFile gid_File_Xsl_Import_Wordml_Wordml2ooo_Settings
1603cdf0e10cSrcweir    TXT_FILE_BODY;
1604cdf0e10cSrcweir    Styles = (PACKED);
1605cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Import_Wordml;
1606cdf0e10cSrcweir    Name = "/xslt/import/wordml/wordml2ooo_settings.xsl";
1607cdf0e10cSrcweirEnd
1608cdf0e10cSrcweir
1609cdf0e10cSrcweirFile gid_File_Xsl_Import_Wordml_Wordml2ooo_Table
1610cdf0e10cSrcweir    TXT_FILE_BODY;
1611cdf0e10cSrcweir    Styles = (PACKED);
1612cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Import_Wordml;
1613cdf0e10cSrcweir    Name = "/xslt/import/wordml/wordml2ooo_table.xsl";
1614cdf0e10cSrcweirEnd
1615cdf0e10cSrcweir
1616cdf0e10cSrcweirFile gid_File_Xsl_Import_Wordml_Wordml2ooo_Text
1617cdf0e10cSrcweir    TXT_FILE_BODY;
1618cdf0e10cSrcweir    Styles = (PACKED);
1619cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Import_Wordml;
1620cdf0e10cSrcweir    Name = "/xslt/import/wordml/wordml2ooo_text.xsl";
1621cdf0e10cSrcweirEnd
1622cdf0e10cSrcweir
1623cdf0e10cSrcweirFile gid_File_Xsl_Import_Wordml_Wordml2ooo_Path
1624cdf0e10cSrcweir    TXT_FILE_BODY;
1625cdf0e10cSrcweir    Styles = (PACKED);
1626cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Import_Wordml;
1627cdf0e10cSrcweir    Name = "/xslt/import/wordml/wordml2ooo_path.xsl";
1628cdf0e10cSrcweirEnd
1629cdf0e10cSrcweir
1630cdf0e10cSrcweir
1631cdf0e10cSrcweirFile gid_File_Xsl_Import_Wordml_Wordml2ooo_Props
1632cdf0e10cSrcweir    TXT_FILE_BODY;
1633cdf0e10cSrcweir    Styles = (PACKED);
1634cdf0e10cSrcweir    Dir = gid_Dir_Share_Xslt_Import_Wordml;
1635cdf0e10cSrcweir    Name = "/xslt/import/wordml/wordml2ooo_props.xsl";
1636cdf0e10cSrcweirEnd
1637cdf0e10cSrcweir
1638cdf0e10cSrcweir#ifdef WNT
1639cdf0e10cSrcweirFile gid_File_Txt_Patchfiles
1640cdf0e10cSrcweir    TXT_FILE_BODY;
1641cdf0e10cSrcweir    Name = "patchlist.txt";
1642cdf0e10cSrcweir    Dir = gid_Dir_Program;
1643cdf0e10cSrcweir    Styles = (PACKED,PATCH,PATCH_ONLY,DONTRENAMEINPATCH);
1644cdf0e10cSrcweirEnd
1645cdf0e10cSrcweir#endif
1646cdf0e10cSrcweir
1647cdf0e10cSrcweirFile gid_Starregistry_Services_Rdb
1648cdf0e10cSrcweir    TXT_FILE_BODY;
1649cdf0e10cSrcweir    Name = "services.rdb";
1650cdf0e10cSrcweir    Dir = gid_Dir_Program;
1651cdf0e10cSrcweir    Styles = (PACKED);
1652cdf0e10cSrcweirEnd
1653cdf0e10cSrcweir
1654cdf0e10cSrcweir#ifdef LINUX
1655cdf0e10cSrcweirFile gid_File_Dat_Root3
1656cdf0e10cSrcweir    TXT_FILE_BODY;
1657cdf0e10cSrcweir    Dir = gid_Dir_Program;
1658cdf0e10cSrcweir    Name = "root3.dat";
1659cdf0e10cSrcweir    Styles = (PACKED);
1660cdf0e10cSrcweirEnd
1661cdf0e10cSrcweir#endif
1662cdf0e10cSrcweir
1663cdf0e10cSrcweir#ifdef LINUX
1664cdf0e10cSrcweirFile gid_File_Dat_Root4
1665cdf0e10cSrcweir    TXT_FILE_BODY;
1666cdf0e10cSrcweir    Dir = gid_Dir_Program;
1667cdf0e10cSrcweir    Name = "root4.dat";
1668cdf0e10cSrcweir    Styles = (PACKED);
1669cdf0e10cSrcweirEnd
1670cdf0e10cSrcweir#endif
1671cdf0e10cSrcweir
1672cdf0e10cSrcweir#ifdef LINUX
1673cdf0e10cSrcweirFile gid_File_Dat_Root5
1674cdf0e10cSrcweir    TXT_FILE_BODY;
1675cdf0e10cSrcweir    Dir = gid_Dir_Program;
1676cdf0e10cSrcweir    Name = "root5.dat";
1677cdf0e10cSrcweir    Styles = (PACKED);
1678cdf0e10cSrcweirEnd
1679cdf0e10cSrcweir#endif
1680cdf0e10cSrcweir
1681cdf0e10cSrcweir#ifdef MACOSX
1682cdf0e10cSrcweirFile gid_File_App_PkgInfo
1683cdf0e10cSrcweir    TXT_FILE_BODY;
1684cdf0e10cSrcweir    Dir = gid_Dir_Bundle_Contents;
1685cdf0e10cSrcweir    Name = "PkgInfo";
1686cdf0e10cSrcweirEnd
1687cdf0e10cSrcweir#endif
1688cdf0e10cSrcweir
1689cdf0e10cSrcweir#ifdef MACOSX
1690cdf0e10cSrcweirFile gid_File_App_InfoPlist
1691cdf0e10cSrcweir    TXT_FILE_BODY;
1692cdf0e10cSrcweir    Dir = gid_Dir_Bundle_Contents;
1693cdf0e10cSrcweir    Name = "Info.plist";
1694cdf0e10cSrcweir    Styles = (SCPZIP_REPLACE);
1695cdf0e10cSrcweirEnd
1696cdf0e10cSrcweir#endif
1697cdf0e10cSrcweir
1698cdf0e10cSrcweir#ifdef MACOSX
1699cdf0e10cSrcweirFile gid_File_Icns_Bundle
1700cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
1701cdf0e10cSrcweir    Dir = gid_Dir_Bundle_Contents_Resources;
1702cdf0e10cSrcweir    Name = "osxicons.zip";
1703cdf0e10cSrcweir    Styles = (ARCHIVE);
1704cdf0e10cSrcweirEnd
1705cdf0e10cSrcweir#endif
1706cdf0e10cSrcweir
1707cdf0e10cSrcweir#ifdef MACOSX
1708cdf0e10cSrcweirFile gid_File_Res_Bundle
1709cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
1710cdf0e10cSrcweir    Dir = gid_Dir_Bundle_Contents_Resources;
1711cdf0e10cSrcweir    Name = "osxres.zip";
1712cdf0e10cSrcweir    Styles = (ARCHIVE);
1713cdf0e10cSrcweirEnd
1714cdf0e10cSrcweir#endif
1715cdf0e10cSrcweir
1716cdf0e10cSrcweir#ifdef MACOSX
1717cdf0e10cSrcweirFile gid_File_InfoPlist_Lang
1718cdf0e10cSrcweir    Dir = gid_Dir_Bundle_Contents_Resources_Lang;
1719cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
1720cdf0e10cSrcweir    Styles = (ARCHIVE);
1721cdf0e10cSrcweir    EXTRA_ALL_LANG(InfoPlist,zip);
1722cdf0e10cSrcweirEnd
1723cdf0e10cSrcweir#endif
1724cdf0e10cSrcweir
1725cdf0e10cSrcweir#ifdef MACOSX
1726cdf0e10cSrcweirFile gid_File_Spotlight_Bundle
1727cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
1728cdf0e10cSrcweir    Dir = gid_Dir_Bundle_Contents_Library_Spotlight_Bundle_Contents;
1729cdf0e10cSrcweir    Name = "mdibundle.zip";
1730cdf0e10cSrcweir    Styles = (ARCHIVE,USE_INTERNAL_RIGHTS);
1731cdf0e10cSrcweirEnd
1732cdf0e10cSrcweir#endif
1733cdf0e10cSrcweir
1734cdf0e10cSrcweirFile gid_File_Config_Javasettingsunopkginstall
1735cdf0e10cSrcweir    USER_FILE_BODY;
1736cdf0e10cSrcweir    Dir = gid_Dir_Config;
1737cdf0e10cSrcweir    Name = "javasettingsunopkginstall.xml";
1738cdf0e10cSrcweir  #ifdef SOLARIS
1739cdf0e10cSrcweir    Styles = (PACKED,VOLATILEFILE);
1740cdf0e10cSrcweir  #else
1741cdf0e10cSrcweir    Styles = (PACKED);
1742cdf0e10cSrcweir  #endif
1743cdf0e10cSrcweirEnd
1744cdf0e10cSrcweir
1745cdf0e10cSrcweir#if defined( BUILD_SPECIAL )
1746cdf0e10cSrcweir#if !defined( MACOSX )
1747cdf0e10cSrcweirFile gid_File_Stclient_Wrapper
1748cdf0e10cSrcweir    Dir = gid_Dir_Program;
1749cdf0e10cSrcweir    BIN_FILE_BODY;
1750cdf0e10cSrcweir#if defined ( WNT )
1751cdf0e10cSrcweir    Name = "stclient_wrapper.exe";
1752cdf0e10cSrcweir#else
1753cdf0e10cSrcweir    Name = "stclient_wrapper";
1754cdf0e10cSrcweir#endif
1755cdf0e10cSrcweir    Styles = ();
1756cdf0e10cSrcweirEnd
1757cdf0e10cSrcweir#endif
1758cdf0e10cSrcweir#endif
1759cdf0e10cSrcweir
1760cdf0e10cSrcweir#ifdef ENABLE_SVCTAGS
1761cdf0e10cSrcweirFile gid_File_Jar_Productregistration
1762cdf0e10cSrcweir    TXT_FILE_BODY;
1763cdf0e10cSrcweir    Name = "productregistration.jar";
1764cdf0e10cSrcweir    Dir = gid_Dir_Classes;
1765cdf0e10cSrcweir    Styles = (PACKED);
1766cdf0e10cSrcweirEnd
1767cdf0e10cSrcweir#endif
1768cdf0e10cSrcweir
1769cdf0e10cSrcweirFile gid_File_Images_Zip
1770cdf0e10cSrcweir    TXT_FILE_BODY;
1771cdf0e10cSrcweir    Dir = gid_Dir_Share_Config;
1772cdf0e10cSrcweir    Name = "images.zip";
1773cdf0e10cSrcweir    Styles = (PACKED);
1774cdf0e10cSrcweirEnd
1775cdf0e10cSrcweir
1776cdf0e10cSrcweirFile gid_File_ImagesCrystal_Zip
1777cdf0e10cSrcweir    TXT_FILE_BODY;
1778cdf0e10cSrcweir    Dir = gid_Dir_Share_Config;
1779cdf0e10cSrcweir    Name = "images_crystal.zip";
1780cdf0e10cSrcweir    Styles = (PACKED);
1781cdf0e10cSrcweirEnd
1782cdf0e10cSrcweir
1783cdf0e10cSrcweirFile gid_File_ImagesOxygen_Zip
1784cdf0e10cSrcweir    TXT_FILE_BODY;
1785cdf0e10cSrcweir    Dir = gid_Dir_Share_Config;
1786cdf0e10cSrcweir    Name = "images_oxygen.zip";
1787cdf0e10cSrcweir    Styles = (PACKED);
1788cdf0e10cSrcweirEnd
1789cdf0e10cSrcweir
1790cdf0e10cSrcweirFile gid_File_ImagesHicontrast_Zip
1791cdf0e10cSrcweir    TXT_FILE_BODY;
1792cdf0e10cSrcweir    Dir = gid_Dir_Share_Config;
1793cdf0e10cSrcweir    Name = "images_hicontrast.zip";
1794cdf0e10cSrcweir    Styles = (PACKED);
1795cdf0e10cSrcweirEnd
1796cdf0e10cSrcweir
1797cdf0e10cSrcweirFile gid_File_ImagesIndustrial_Zip
1798cdf0e10cSrcweir    TXT_FILE_BODY;
1799cdf0e10cSrcweir    Dir = gid_Dir_Share_Config;
1800cdf0e10cSrcweir    Name = "images_industrial.zip";
1801cdf0e10cSrcweir    Styles = (PACKED);
1802cdf0e10cSrcweirEnd
1803cdf0e10cSrcweir
1804cdf0e10cSrcweirFile gid_File_ImagesTango_Zip
1805cdf0e10cSrcweir    TXT_FILE_BODY;
1806cdf0e10cSrcweir    Dir = gid_Dir_Share_Config;
1807cdf0e10cSrcweir    Name = "images_tango.zip";
1808cdf0e10cSrcweir    Styles = (PACKED);
1809cdf0e10cSrcweirEnd
1810cdf0e10cSrcweir
1811cdf0e10cSrcweirFile gid_File_ImagesClassic8_Zip
1812cdf0e10cSrcweir    TXT_FILE_BODY;
1813cdf0e10cSrcweir    Dir = gid_Dir_Share_Config;
1814cdf0e10cSrcweir    Name = "images_classic.zip";
1815cdf0e10cSrcweir    Styles = (PACKED);
1816cdf0e10cSrcweirEnd
1817cdf0e10cSrcweir
1818cdf0e10cSrcweirFile gid_File_Share_Registry_Lingucomponent_Xcd
1819cdf0e10cSrcweir    TXT_FILE_BODY;
1820cdf0e10cSrcweir    Styles = (PACKED);
1821cdf0e10cSrcweir    Dir = gid_Dir_Share_Registry;
1822cdf0e10cSrcweir    Name = "lingucomponent.xcd";
1823cdf0e10cSrcweirEnd
1824cdf0e10cSrcweir
1825cdf0e10cSrcweir// Dictionary extensions
1826cdf0e10cSrcweir
1827cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1828cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Af
1829cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Af;
1830cdf0e10cSrcweir	Name = "dict-af.oxt";
1831cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
1832cdf0e10cSrcweir	UnixRights = 444;
1833cdf0e10cSrcweirEnd
1834cdf0e10cSrcweir#endif
1835cdf0e10cSrcweir
1836cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1837cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Ca
1838cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Extensions_Dict_Ca;
1839cdf0e10cSrcweir    Name = "dict-ca.oxt";
1840cdf0e10cSrcweir    Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
1841cdf0e10cSrcweir    UnixRights = 444;
1842cdf0e10cSrcweirEnd
1843cdf0e10cSrcweir#endif
1844cdf0e10cSrcweir
1845cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1846cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Cs
1847cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Cs;
1848cdf0e10cSrcweir	Name = "dict-cs.oxt";
1849cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
1850cdf0e10cSrcweir	UnixRights = 444;
1851cdf0e10cSrcweirEnd
1852cdf0e10cSrcweir#endif
1853cdf0e10cSrcweir
1854cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1855cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Da
1856cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Da;
1857cdf0e10cSrcweir	Name = "dict-da.oxt";
1858cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
1859cdf0e10cSrcweir	UnixRights = 444;
1860cdf0e10cSrcweirEnd
1861cdf0e10cSrcweir#endif
1862cdf0e10cSrcweir
1863cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1864cdf0e10cSrcweirFile gid_File_Extension_Dictionary_De_AT
1865cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_De_At;
1866cdf0e10cSrcweir	Name = "dict-de-AT.oxt";
1867cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
1868cdf0e10cSrcweir	UnixRights = 444;
1869cdf0e10cSrcweirEnd
1870cdf0e10cSrcweir#endif
1871cdf0e10cSrcweir
1872cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1873cdf0e10cSrcweirFile gid_File_Extension_Dictionary_De_CH
1874cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Extensions_Dict_De_Ch;
1875cdf0e10cSrcweir    Name = "dict-de-CH.oxt";
1876cdf0e10cSrcweir    Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
1877cdf0e10cSrcweir    UnixRights = 444;
1878cdf0e10cSrcweirEnd
1879cdf0e10cSrcweir#endif
1880cdf0e10cSrcweir
1881cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1882cdf0e10cSrcweirFile gid_File_Extension_Dictionary_De_DE
1883cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Extensions_Dict_De_De;
1884cdf0e10cSrcweir    Name = "dict-de-DE.oxt";
1885cdf0e10cSrcweir    Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
1886cdf0e10cSrcweir    UnixRights = 444;
1887cdf0e10cSrcweirEnd
1888cdf0e10cSrcweir#endif
1889cdf0e10cSrcweir
1890cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1891cdf0e10cSrcweirFile gid_File_Extension_Dictionary_En
1892cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_En;
1893cdf0e10cSrcweir	Name = "dict-en.oxt";
1894cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
1895cdf0e10cSrcweir	UnixRights = 444;
1896cdf0e10cSrcweirEnd
1897cdf0e10cSrcweir#endif
1898cdf0e10cSrcweir
1899cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1900cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Es
1901cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Es;
1902cdf0e10cSrcweir	Name = "dict-es.oxt";
1903cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
1904cdf0e10cSrcweir	UnixRights = 444;
1905cdf0e10cSrcweirEnd
1906cdf0e10cSrcweir#endif
1907cdf0e10cSrcweir
1908cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1909cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Et
1910cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Et;
1911cdf0e10cSrcweir	Name = "dict-et.oxt";
1912cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
1913cdf0e10cSrcweir	UnixRights = 444;
1914cdf0e10cSrcweirEnd
1915cdf0e10cSrcweir#endif
1916cdf0e10cSrcweir
1917cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1918cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Fr
1919cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Fr;
1920cdf0e10cSrcweir	Name = "dict-fr.oxt";
1921cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
1922cdf0e10cSrcweir	UnixRights = 444;
1923cdf0e10cSrcweirEnd
1924cdf0e10cSrcweir#endif
1925cdf0e10cSrcweir
1926cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1927cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Gl
1928cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Gl;
1929cdf0e10cSrcweir	Name = "dict-gl.oxt";
1930cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
1931cdf0e10cSrcweir	UnixRights = 444;
1932cdf0e10cSrcweirEnd
1933cdf0e10cSrcweir#endif
1934cdf0e10cSrcweir
1935cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1936cdf0e10cSrcweirFile gid_File_Extension_Dictionary_He
1937cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Extensions_Dict_He;
1938cdf0e10cSrcweir    Name = "dict-he.oxt";
1939cdf0e10cSrcweir    Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
1940cdf0e10cSrcweir    UnixRights = 444;
1941cdf0e10cSrcweirEnd
1942cdf0e10cSrcweir#endif
1943cdf0e10cSrcweir
1944cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1945cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Hu
1946cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Hu;
1947cdf0e10cSrcweir	Name = "dict-hu.oxt";
1948cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
1949cdf0e10cSrcweir	UnixRights = 444;
1950cdf0e10cSrcweirEnd
1951cdf0e10cSrcweir#endif
1952cdf0e10cSrcweir
1953cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1954cdf0e10cSrcweirFile gid_File_Extension_Dictionary_It
1955cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_It;
1956cdf0e10cSrcweir	Name = "dict-it.oxt";
1957cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
1958cdf0e10cSrcweir	UnixRights = 444;
1959cdf0e10cSrcweirEnd
1960cdf0e10cSrcweir#endif
1961cdf0e10cSrcweir
1962cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1963cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Ku_Tr
1964cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Ku_Tr;
1965cdf0e10cSrcweir	Name = "dict-ku-TR.oxt";
1966cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
1967cdf0e10cSrcweir	UnixRights = 444;
1968cdf0e10cSrcweirEnd
1969cdf0e10cSrcweir#endif
1970cdf0e10cSrcweir
1971cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1972cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Lt
1973cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Lt;
1974cdf0e10cSrcweir	Name = "dict-lt.oxt";
1975cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
1976cdf0e10cSrcweir	UnixRights = 444;
1977cdf0e10cSrcweirEnd
1978cdf0e10cSrcweir#endif
1979cdf0e10cSrcweir
1980cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1981cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Ne
1982cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Ne;
1983cdf0e10cSrcweir	Name = "dict-ne.oxt";
1984cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
1985cdf0e10cSrcweir	UnixRights = 444;
1986cdf0e10cSrcweirEnd
1987cdf0e10cSrcweir#endif
1988cdf0e10cSrcweir
1989cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1990cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Nl
1991cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Nl;
1992cdf0e10cSrcweir	Name = "dict-nl.oxt";
1993cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
1994cdf0e10cSrcweir	UnixRights = 444;
1995cdf0e10cSrcweirEnd
1996cdf0e10cSrcweir#endif
1997cdf0e10cSrcweir
1998cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
1999cdf0e10cSrcweirFile gid_File_Extension_Dictionary_No
2000cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Extensions_Dict_No;
2001cdf0e10cSrcweir    Name = "dict-no.oxt";
2002cdf0e10cSrcweir    Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
2003cdf0e10cSrcweir    UnixRights = 444;
2004cdf0e10cSrcweirEnd
2005cdf0e10cSrcweir#endif
2006cdf0e10cSrcweir
2007cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
2008cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Pl
2009cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Pl;
2010cdf0e10cSrcweir	Name = "dict-pl.oxt";
2011cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
2012cdf0e10cSrcweir	UnixRights = 444;
2013cdf0e10cSrcweirEnd
2014cdf0e10cSrcweir#endif
2015cdf0e10cSrcweir
2016cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
2017cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Pt
2018cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Pt;
2019cdf0e10cSrcweir	Name = "dict-pt.oxt";
2020cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
2021cdf0e10cSrcweir	UnixRights = 444;
2022cdf0e10cSrcweirEnd
2023cdf0e10cSrcweir#endif
2024cdf0e10cSrcweir
2025cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
2026cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Ro
2027cdf0e10cSrcweir    Dir = gid_Brand_Dir_Share_Extensions_Dict_Ro;
2028cdf0e10cSrcweir    Name = "dict-ro.oxt";
2029cdf0e10cSrcweir    Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
2030cdf0e10cSrcweir    UnixRights = 444;
2031cdf0e10cSrcweirEnd
2032cdf0e10cSrcweir#endif
2033cdf0e10cSrcweir
2034cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
2035cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Ru
2036cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Ru;
2037cdf0e10cSrcweir	Name = "dict-ru.oxt";
2038cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
2039cdf0e10cSrcweir	UnixRights = 444;
2040cdf0e10cSrcweirEnd
2041cdf0e10cSrcweir#endif
2042cdf0e10cSrcweir
2043cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
2044cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Sk
2045cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Sk;
2046cdf0e10cSrcweir	Name = "dict-sk.oxt";
2047cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
2048cdf0e10cSrcweir	UnixRights = 444;
2049cdf0e10cSrcweirEnd
2050cdf0e10cSrcweir#endif
2051cdf0e10cSrcweir
2052cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
2053cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Sl
2054cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Sl;
2055cdf0e10cSrcweir	Name = "dict-sl.oxt";
2056cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
2057cdf0e10cSrcweir	UnixRights = 444;
2058cdf0e10cSrcweirEnd
2059cdf0e10cSrcweir#endif
2060cdf0e10cSrcweir
2061cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
2062cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Sr
2063cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Sr;
2064cdf0e10cSrcweir	Name = "dict-sr.oxt";
2065cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
2066cdf0e10cSrcweir	UnixRights = 444;
2067cdf0e10cSrcweirEnd
2068cdf0e10cSrcweir#endif
2069cdf0e10cSrcweir
2070cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
2071cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Sv
2072cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Sv;
2073cdf0e10cSrcweir	Name = "dict-sv.oxt";
2074cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
2075cdf0e10cSrcweir	UnixRights = 444;
2076cdf0e10cSrcweirEnd
2077cdf0e10cSrcweir#endif
2078cdf0e10cSrcweir
2079cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
2080cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Sw
2081cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Sw;
2082cdf0e10cSrcweir	Name = "dict-sw.oxt";
2083cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
2084cdf0e10cSrcweir	UnixRights = 444;
2085cdf0e10cSrcweirEnd
2086cdf0e10cSrcweir#endif
2087cdf0e10cSrcweir
2088cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
2089cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Th
2090cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Th;
2091cdf0e10cSrcweir	Name = "dict-th.oxt";
2092cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
2093cdf0e10cSrcweir	UnixRights = 444;
2094cdf0e10cSrcweirEnd
2095cdf0e10cSrcweir#endif
2096cdf0e10cSrcweir
2097cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
2098cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Vi
2099cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Vi;
2100cdf0e10cSrcweir	Name = "dict-vi.oxt";
2101cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
2102cdf0e10cSrcweir	UnixRights = 444;
2103cdf0e10cSrcweirEnd
2104cdf0e10cSrcweir#endif
2105cdf0e10cSrcweir
2106cdf0e10cSrcweir#ifndef WITHOUT_MYSPELL_DICTS
2107cdf0e10cSrcweirFile gid_File_Extension_Dictionary_Zu
2108cdf0e10cSrcweir	Dir = gid_Brand_Dir_Share_Extensions_Dict_Zu;
2109cdf0e10cSrcweir	Name = "dict-zu.oxt";
2110cdf0e10cSrcweir	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
2111cdf0e10cSrcweir	UnixRights = 444;
2112cdf0e10cSrcweirEnd
2113cdf0e10cSrcweir#endif
2114cdf0e10cSrcweir
2115cdf0e10cSrcweir// #ifdef BUILD_SPECIAL
2116cdf0e10cSrcweir// File gid_File_Extension_Oxt_Oooimprovement
2117cdf0e10cSrcweir//    Name = "OOoImprovement.oxt";
2118cdf0e10cSrcweir//    Dir = gid_Brand_Dir_Share_Extensions_Oooimprovement;
2119cdf0e10cSrcweir//    Styles = (PACKED, ARCHIVE);
2120cdf0e10cSrcweir//    UnixRights = 444;
2121cdf0e10cSrcweir// End
2122cdf0e10cSrcweir// #endif
2123cdf0e10cSrcweir
2124