1*cdf0e10cSrcweir#*************************************************************************
2*cdf0e10cSrcweir#
3*cdf0e10cSrcweir# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir#
5*cdf0e10cSrcweir# Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir#
7*cdf0e10cSrcweir# OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir#
9*cdf0e10cSrcweir# This file is part of OpenOffice.org.
10*cdf0e10cSrcweir#
11*cdf0e10cSrcweir# OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir# it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir# only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir#
15*cdf0e10cSrcweir# OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir# but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir# GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir# (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir#
21*cdf0e10cSrcweir# You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir# version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir# <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir# for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir#
26*cdf0e10cSrcweir#*************************************************************************
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir
29*cdf0e10cSrcweir# edit to match directory level
30*cdf0e10cSrcweirPRJ		= ..$/..
31*cdf0e10cSrcweir# same for all makefiles in "helpcontent2"
32*cdf0e10cSrcweirPRJNAME = helpcontent2
33*cdf0e10cSrcweir# uniqe name (module wide);
34*cdf0e10cSrcweir# using a modified form of package should do here
35*cdf0e10cSrcweirTARGET  = util_scalc
36*cdf0e10cSrcweir
37*cdf0e10cSrcweir# --- Settings -----------------------------------------------------
38*cdf0e10cSrcweir
39*cdf0e10cSrcweir.INCLUDE : settings.mk
40*cdf0e10cSrcweir.INCLUDE : $(PRJ)$/settings.pmk
41*cdf0e10cSrcweir
42*cdf0e10cSrcweir#common_build_zip:=
43*cdf0e10cSrcweirzip1generatedlangs=TRUE
44*cdf0e10cSrcweirzip1langdirs=$(aux_alllangiso)
45*cdf0e10cSrcweirZIP1TARGET=xhp_scalc
46*cdf0e10cSrcweirZIP1FLAGS= -u -r
47*cdf0e10cSrcweirZIP1DIR=$(COMMONMISC)$/$(LANGDIR)
48*cdf0e10cSrcweirZIP1LIST=$(LANGDIR)$/text$/scalc$/* -x "*.xhp????*" -x "*.dphh*" -x "*.hzip" -x "*.created"
49*cdf0e10cSrcweir
50*cdf0e10cSrcweirLINKNAME=scalc
51*cdf0e10cSrcweirLINKADDEDFILES= \
52*cdf0e10cSrcweir   -add scalc.cfg $(PRJ)$/source$/auxiliary$/LANGUAGE$/scalc.cfg \
53*cdf0e10cSrcweir   -add scalc.tree $(COMMONMISC)$/LANGUAGE$/scalc.tree \
54*cdf0e10cSrcweir   -add scalc.jar  $(COMMONBIN)$/xhp_scalc_LANGUAGE.zip
55*cdf0e10cSrcweir
56*cdf0e10cSrcweir
57*cdf0e10cSrcweirLINKADDEDDEPS= \
58*cdf0e10cSrcweir   $(PRJ)$/source$/auxiliary$/LANGUAGE$/scalc.cfg \
59*cdf0e10cSrcweir   $(COMMONMISC)$/LANGUAGE$/scalc.tree \
60*cdf0e10cSrcweir   $(COMMONBIN)$/xhp_scalc_LANGUAGE.zip
61*cdf0e10cSrcweir
62*cdf0e10cSrcweir
63*cdf0e10cSrcweirLINKLINKFILES= \
64*cdf0e10cSrcweir   text$/scalc$/00$/00000004.xhp \
65*cdf0e10cSrcweir   text$/scalc$/00$/00000402.xhp \
66*cdf0e10cSrcweir   text$/scalc$/00$/00000403.xhp \
67*cdf0e10cSrcweir   text$/scalc$/00$/00000404.xhp \
68*cdf0e10cSrcweir   text$/scalc$/00$/00000405.xhp \
69*cdf0e10cSrcweir   text$/scalc$/00$/00000406.xhp \
70*cdf0e10cSrcweir   text$/scalc$/00$/00000407.xhp \
71*cdf0e10cSrcweir   text$/scalc$/00$/00000412.xhp \
72*cdf0e10cSrcweir   text$/scalc$/01$/01120000.xhp \
73*cdf0e10cSrcweir   text$/scalc$/01$/02110000.xhp \
74*cdf0e10cSrcweir   text$/scalc$/01$/02120000.xhp \
75*cdf0e10cSrcweir   text$/scalc$/01$/02120100.xhp \
76*cdf0e10cSrcweir   text$/scalc$/01$/02140000.xhp \
77*cdf0e10cSrcweir   text$/scalc$/01$/02140100.xhp \
78*cdf0e10cSrcweir   text$/scalc$/01$/02140200.xhp \
79*cdf0e10cSrcweir   text$/scalc$/01$/02140300.xhp \
80*cdf0e10cSrcweir   text$/scalc$/01$/02140400.xhp \
81*cdf0e10cSrcweir   text$/scalc$/01$/02140500.xhp \
82*cdf0e10cSrcweir   text$/scalc$/01$/02140600.xhp \
83*cdf0e10cSrcweir   text$/scalc$/01$/02150000.xhp \
84*cdf0e10cSrcweir   text$/scalc$/01$/02160000.xhp \
85*cdf0e10cSrcweir   text$/scalc$/01$/02170000.xhp \
86*cdf0e10cSrcweir   text$/scalc$/01$/02180000.xhp \
87*cdf0e10cSrcweir   text$/scalc$/01$/02190000.xhp \
88*cdf0e10cSrcweir   text$/scalc$/01$/02190100.xhp \
89*cdf0e10cSrcweir   text$/scalc$/01$/02190200.xhp \
90*cdf0e10cSrcweir   text$/scalc$/01$/02200000.xhp \
91*cdf0e10cSrcweir   text$/scalc$/01$/02210000.xhp \
92*cdf0e10cSrcweir   text$/scalc$/01$/03070000.xhp \
93*cdf0e10cSrcweir   text$/scalc$/01$/03080000.xhp \
94*cdf0e10cSrcweir   text$/scalc$/01$/03090000.xhp \
95*cdf0e10cSrcweir   text$/scalc$/01$/03100000.xhp \
96*cdf0e10cSrcweir   text$/scalc$/01$/04010000.xhp \
97*cdf0e10cSrcweir   text$/scalc$/01$/04010100.xhp \
98*cdf0e10cSrcweir   text$/scalc$/01$/04010200.xhp \
99*cdf0e10cSrcweir   text$/scalc$/01$/04020000.xhp \
100*cdf0e10cSrcweir   text$/scalc$/01$/04030000.xhp \
101*cdf0e10cSrcweir   text$/scalc$/01$/04040000.xhp \
102*cdf0e10cSrcweir   text$/scalc$/01$/04050000.xhp \
103*cdf0e10cSrcweir   text$/scalc$/01$/04050100.xhp \
104*cdf0e10cSrcweir   text$/scalc$/01$/04060000.xhp \
105*cdf0e10cSrcweir   text$/scalc$/01$/04060100.xhp \
106*cdf0e10cSrcweir   text$/scalc$/01$/04060101.xhp \
107*cdf0e10cSrcweir   text$/scalc$/01$/04060102.xhp \
108*cdf0e10cSrcweir   text$/scalc$/01$/04060103.xhp \
109*cdf0e10cSrcweir   text$/scalc$/01$/04060104.xhp \
110*cdf0e10cSrcweir   text$/scalc$/01$/04060105.xhp \
111*cdf0e10cSrcweir   text$/scalc$/01$/04060106.xhp \
112*cdf0e10cSrcweir   text$/scalc$/01$/04060107.xhp \
113*cdf0e10cSrcweir   text$/scalc$/01$/04060108.xhp \
114*cdf0e10cSrcweir   text$/scalc$/01$/04060109.xhp \
115*cdf0e10cSrcweir   text$/scalc$/01$/04060110.xhp \
116*cdf0e10cSrcweir   text$/scalc$/01$/04060111.xhp \
117*cdf0e10cSrcweir   text$/scalc$/01$/04060112.xhp \
118*cdf0e10cSrcweir   text$/scalc$/01$/04060115.xhp \
119*cdf0e10cSrcweir   text$/scalc$/01$/04060116.xhp \
120*cdf0e10cSrcweir   text$/scalc$/01$/04060118.xhp \
121*cdf0e10cSrcweir   text$/scalc$/01$/04060119.xhp \
122*cdf0e10cSrcweir   text$/scalc$/01$/04060181.xhp \
123*cdf0e10cSrcweir   text$/scalc$/01$/04060182.xhp \
124*cdf0e10cSrcweir   text$/scalc$/01$/04060183.xhp \
125*cdf0e10cSrcweir   text$/scalc$/01$/04060184.xhp \
126*cdf0e10cSrcweir   text$/scalc$/01$/04060185.xhp \
127*cdf0e10cSrcweir   text$/scalc$/01$/04060199.xhp \
128*cdf0e10cSrcweir   text$/scalc$/01$/04070000.xhp \
129*cdf0e10cSrcweir   text$/scalc$/01$/04070100.xhp \
130*cdf0e10cSrcweir   text$/scalc$/01$/04070200.xhp \
131*cdf0e10cSrcweir   text$/scalc$/01$/04070300.xhp \
132*cdf0e10cSrcweir   text$/scalc$/01$/04070400.xhp \
133*cdf0e10cSrcweir   text$/scalc$/01$/04080000.xhp \
134*cdf0e10cSrcweir   text$/scalc$/01$/04090000.xhp \
135*cdf0e10cSrcweir   text$/scalc$/01$/05020000.xhp \
136*cdf0e10cSrcweir   text$/scalc$/01$/05020600.xhp \
137*cdf0e10cSrcweir   text$/scalc$/01$/05030000.xhp \
138*cdf0e10cSrcweir   text$/scalc$/01$/05030200.xhp \
139*cdf0e10cSrcweir   text$/scalc$/01$/05030300.xhp \
140*cdf0e10cSrcweir   text$/scalc$/01$/05030400.xhp \
141*cdf0e10cSrcweir   text$/scalc$/01$/05040000.xhp \
142*cdf0e10cSrcweir   text$/scalc$/01$/05040200.xhp \
143*cdf0e10cSrcweir   text$/scalc$/01$/05050000.xhp \
144*cdf0e10cSrcweir   text$/scalc$/01$/05050100.xhp \
145*cdf0e10cSrcweir   text$/scalc$/01$/05050300.xhp \
146*cdf0e10cSrcweir   text$/scalc$/01$/05060000.xhp \
147*cdf0e10cSrcweir   text$/scalc$/01$/05070000.xhp \
148*cdf0e10cSrcweir   text$/scalc$/01$/05070500.xhp \
149*cdf0e10cSrcweir   text$/scalc$/01$/05080000.xhp \
150*cdf0e10cSrcweir   text$/scalc$/01$/05080100.xhp \
151*cdf0e10cSrcweir   text$/scalc$/01$/05080200.xhp \
152*cdf0e10cSrcweir   text$/scalc$/01$/05080300.xhp \
153*cdf0e10cSrcweir   text$/scalc$/01$/05080400.xhp \
154*cdf0e10cSrcweir   text$/scalc$/01$/05100000.xhp \
155*cdf0e10cSrcweir   text$/scalc$/01$/05110000.xhp \
156*cdf0e10cSrcweir   text$/scalc$/01$/05120000.xhp \
157*cdf0e10cSrcweir   text$/scalc$/01$/06020000.xhp \
158*cdf0e10cSrcweir   text$/scalc$/01$/06030000.xhp \
159*cdf0e10cSrcweir   text$/scalc$/01$/06030100.xhp \
160*cdf0e10cSrcweir   text$/scalc$/01$/06030200.xhp \
161*cdf0e10cSrcweir   text$/scalc$/01$/06030300.xhp \
162*cdf0e10cSrcweir   text$/scalc$/01$/06030400.xhp \
163*cdf0e10cSrcweir   text$/scalc$/01$/06030500.xhp \
164*cdf0e10cSrcweir   text$/scalc$/01$/06030600.xhp \
165*cdf0e10cSrcweir   text$/scalc$/01$/06030700.xhp \
166*cdf0e10cSrcweir   text$/scalc$/01$/06030800.xhp \
167*cdf0e10cSrcweir   text$/scalc$/01$/06030900.xhp \
168*cdf0e10cSrcweir   text$/scalc$/01$/06031000.xhp \
169*cdf0e10cSrcweir   text$/scalc$/01$/06040000.xhp \
170*cdf0e10cSrcweir   text$/scalc$/01$/06050000.xhp \
171*cdf0e10cSrcweir   text$/scalc$/01$/06060000.xhp \
172*cdf0e10cSrcweir   text$/scalc$/01$/06060100.xhp \
173*cdf0e10cSrcweir   text$/scalc$/01$/06060200.xhp \
174*cdf0e10cSrcweir   text$/scalc$/01$/06070000.xhp \
175*cdf0e10cSrcweir   text$/scalc$/01$/06080000.xhp \
176*cdf0e10cSrcweir   text$/scalc$/01$/06130000.xhp \
177*cdf0e10cSrcweir   text$/scalc$/01$/06990000.xhp \
178*cdf0e10cSrcweir   text$/scalc$/01$/07080000.xhp \
179*cdf0e10cSrcweir   text$/scalc$/01$/07090000.xhp \
180*cdf0e10cSrcweir   text$/scalc$/01$/12010000.xhp \
181*cdf0e10cSrcweir   text$/scalc$/01$/12010100.xhp \
182*cdf0e10cSrcweir   text$/scalc$/01$/12020000.xhp \
183*cdf0e10cSrcweir   text$/scalc$/01$/12030000.xhp \
184*cdf0e10cSrcweir   text$/scalc$/01$/12030100.xhp \
185*cdf0e10cSrcweir   text$/scalc$/01$/12030200.xhp \
186*cdf0e10cSrcweir   text$/scalc$/01$/12040000.xhp \
187*cdf0e10cSrcweir   text$/scalc$/01$/12040100.xhp \
188*cdf0e10cSrcweir   text$/scalc$/01$/12040201.xhp \
189*cdf0e10cSrcweir   text$/scalc$/01$/12040300.xhp \
190*cdf0e10cSrcweir   text$/scalc$/01$/12040400.xhp \
191*cdf0e10cSrcweir   text$/scalc$/01$/12040500.xhp \
192*cdf0e10cSrcweir   text$/scalc$/01$/12050000.xhp \
193*cdf0e10cSrcweir   text$/scalc$/01$/12050100.xhp \
194*cdf0e10cSrcweir   text$/scalc$/01$/12050200.xhp \
195*cdf0e10cSrcweir   text$/scalc$/01$/12060000.xhp \
196*cdf0e10cSrcweir   text$/scalc$/01$/12070000.xhp \
197*cdf0e10cSrcweir   text$/scalc$/01$/12070100.xhp \
198*cdf0e10cSrcweir   text$/scalc$/01$/12080000.xhp \
199*cdf0e10cSrcweir   text$/scalc$/01$/12080100.xhp \
200*cdf0e10cSrcweir   text$/scalc$/01$/12080200.xhp \
201*cdf0e10cSrcweir   text$/scalc$/01$/12080300.xhp \
202*cdf0e10cSrcweir   text$/scalc$/01$/12080400.xhp \
203*cdf0e10cSrcweir   text$/scalc$/01$/12080500.xhp \
204*cdf0e10cSrcweir   text$/scalc$/01$/12080600.xhp \
205*cdf0e10cSrcweir   text$/scalc$/01$/12080700.xhp \
206*cdf0e10cSrcweir   text$/scalc$/01$/12090000.xhp \
207*cdf0e10cSrcweir   text$/scalc$/01$/12090100.xhp \
208*cdf0e10cSrcweir   text$/scalc$/01$/12090101.xhp \
209*cdf0e10cSrcweir   text$/scalc$/01$/12090102.xhp \
210*cdf0e10cSrcweir   text$/scalc$/01$/12090103.xhp \
211*cdf0e10cSrcweir   text$/scalc$/01$/12090104.xhp \
212*cdf0e10cSrcweir   text$/scalc$/01$/12090105.xhp \
213*cdf0e10cSrcweir   text$/scalc$/01$/12090106.xhp \
214*cdf0e10cSrcweir   text$/scalc$/01$/12090200.xhp \
215*cdf0e10cSrcweir   text$/scalc$/01$/12090300.xhp \
216*cdf0e10cSrcweir   text$/scalc$/01$/12090400.xhp \
217*cdf0e10cSrcweir   text$/scalc$/01$/12100000.xhp \
218*cdf0e10cSrcweir   text$/scalc$/01$/12120000.xhp \
219*cdf0e10cSrcweir   text$/scalc$/01$/12120100.xhp \
220*cdf0e10cSrcweir   text$/scalc$/01$/12120200.xhp \
221*cdf0e10cSrcweir   text$/scalc$/01$/12120300.xhp \
222*cdf0e10cSrcweir   text$/scalc$/01$/format_graphic.xhp \
223*cdf0e10cSrcweir   text$/scalc$/01$/func_date.xhp \
224*cdf0e10cSrcweir   text$/scalc$/01$/func_datevalue.xhp \
225*cdf0e10cSrcweir   text$/scalc$/01$/func_day.xhp \
226*cdf0e10cSrcweir   text$/scalc$/01$/func_days.xhp \
227*cdf0e10cSrcweir   text$/scalc$/01$/func_days360.xhp \
228*cdf0e10cSrcweir   text$/scalc$/01$/func_eastersunday.xhp \
229*cdf0e10cSrcweir   text$/scalc$/01$/func_edate.xhp \
230*cdf0e10cSrcweir   text$/scalc$/01$/func_eomonth.xhp \
231*cdf0e10cSrcweir   text$/scalc$/01$/func_hour.xhp \
232*cdf0e10cSrcweir   text$/scalc$/01$/func_minute.xhp \
233*cdf0e10cSrcweir   text$/scalc$/01$/func_month.xhp \
234*cdf0e10cSrcweir   text$/scalc$/01$/func_networkdays.xhp \
235*cdf0e10cSrcweir   text$/scalc$/01$/func_now.xhp \
236*cdf0e10cSrcweir   text$/scalc$/01$/func_second.xhp \
237*cdf0e10cSrcweir   text$/scalc$/01$/func_time.xhp \
238*cdf0e10cSrcweir   text$/scalc$/01$/func_timevalue.xhp \
239*cdf0e10cSrcweir   text$/scalc$/01$/func_today.xhp \
240*cdf0e10cSrcweir   text$/scalc$/01$/func_weekday.xhp \
241*cdf0e10cSrcweir   text$/scalc$/01$/func_weeknum.xhp \
242*cdf0e10cSrcweir   text$/scalc$/01$/func_weeknumadd.xhp \
243*cdf0e10cSrcweir   text$/scalc$/01$/func_workday.xhp \
244*cdf0e10cSrcweir   text$/scalc$/01$/func_year.xhp \
245*cdf0e10cSrcweir   text$/scalc$/01$/func_yearfrac.xhp \
246*cdf0e10cSrcweir   text$/scalc$/01$/solver.xhp \
247*cdf0e10cSrcweir   text$/scalc$/01$/solver_options.xhp \
248*cdf0e10cSrcweir   text$/scalc$/01$/text2columns.xhp \
249*cdf0e10cSrcweir   text$/scalc$/02$/02130000.xhp \
250*cdf0e10cSrcweir   text$/scalc$/02$/02140000.xhp \
251*cdf0e10cSrcweir   text$/scalc$/02$/02150000.xhp \
252*cdf0e10cSrcweir   text$/scalc$/02$/02160000.xhp \
253*cdf0e10cSrcweir   text$/scalc$/02$/02170000.xhp \
254*cdf0e10cSrcweir   text$/scalc$/02$/06010000.xhp \
255*cdf0e10cSrcweir   text$/scalc$/02$/06030000.xhp \
256*cdf0e10cSrcweir   text$/scalc$/02$/06040000.xhp \
257*cdf0e10cSrcweir   text$/scalc$/02$/06050000.xhp \
258*cdf0e10cSrcweir   text$/scalc$/02$/06060000.xhp \
259*cdf0e10cSrcweir   text$/scalc$/02$/06070000.xhp \
260*cdf0e10cSrcweir   text$/scalc$/02$/06080000.xhp \
261*cdf0e10cSrcweir   text$/scalc$/02$/08010000.xhp \
262*cdf0e10cSrcweir   text$/scalc$/02$/08080000.xhp \
263*cdf0e10cSrcweir   text$/scalc$/02$/10050000.xhp \
264*cdf0e10cSrcweir   text$/scalc$/02$/10060000.xhp \
265*cdf0e10cSrcweir   text$/scalc$/02$/18010000.xhp \
266*cdf0e10cSrcweir   text$/scalc$/02$/18020000.xhp \
267*cdf0e10cSrcweir   text$/scalc$/04$/01020000.xhp \
268*cdf0e10cSrcweir   text$/scalc$/05$/02140000.xhp \
269*cdf0e10cSrcweir   text$/scalc$/05$/empty_cells.xhp \
270*cdf0e10cSrcweir   text$/scalc$/guide$/address_auto.xhp \
271*cdf0e10cSrcweir   text$/scalc$/guide$/auto_off.xhp \
272*cdf0e10cSrcweir   text$/scalc$/guide$/autofilter.xhp \
273*cdf0e10cSrcweir   text$/scalc$/guide$/autoformat.xhp \
274*cdf0e10cSrcweir   text$/scalc$/guide$/background.xhp \
275*cdf0e10cSrcweir   text$/scalc$/guide$/borders.xhp \
276*cdf0e10cSrcweir   text$/scalc$/guide$/calc_date.xhp \
277*cdf0e10cSrcweir   text$/scalc$/guide$/calc_series.xhp \
278*cdf0e10cSrcweir   text$/scalc$/guide$/calc_timevalues.xhp \
279*cdf0e10cSrcweir   text$/scalc$/guide$/calculate.xhp \
280*cdf0e10cSrcweir   text$/scalc$/guide$/cell_enter.xhp \
281*cdf0e10cSrcweir   text$/scalc$/guide$/cell_protect.xhp \
282*cdf0e10cSrcweir   text$/scalc$/guide$/cell_unprotect.xhp \
283*cdf0e10cSrcweir   text$/scalc$/guide$/cellcopy.xhp \
284*cdf0e10cSrcweir   text$/scalc$/guide$/cellreference_dragdrop.xhp \
285*cdf0e10cSrcweir   text$/scalc$/guide$/cellreferences.xhp \
286*cdf0e10cSrcweir   text$/scalc$/guide$/cellreferences_url.xhp \
287*cdf0e10cSrcweir   text$/scalc$/guide$/cellstyle_by_formula.xhp \
288*cdf0e10cSrcweir   text$/scalc$/guide$/cellstyle_conditional.xhp \
289*cdf0e10cSrcweir   text$/scalc$/guide$/cellstyle_minusvalue.xhp \
290*cdf0e10cSrcweir   text$/scalc$/guide$/consolidate.xhp \
291*cdf0e10cSrcweir   text$/scalc$/guide$/csv_files.xhp \
292*cdf0e10cSrcweir   text$/scalc$/guide$/csv_formula.xhp \
293*cdf0e10cSrcweir   text$/scalc$/guide$/currency_format.xhp \
294*cdf0e10cSrcweir   text$/scalc$/guide$/database_define.xhp \
295*cdf0e10cSrcweir   text$/scalc$/guide$/database_filter.xhp \
296*cdf0e10cSrcweir   text$/scalc$/guide$/database_sort.xhp \
297*cdf0e10cSrcweir   text$/scalc$/guide$/datapilot.xhp \
298*cdf0e10cSrcweir   text$/scalc$/guide$/datapilot_createtable.xhp \
299*cdf0e10cSrcweir   text$/scalc$/guide$/datapilot_deletetable.xhp \
300*cdf0e10cSrcweir   text$/scalc$/guide$/datapilot_edittable.xhp \
301*cdf0e10cSrcweir   text$/scalc$/guide$/datapilot_filtertable.xhp \
302*cdf0e10cSrcweir   text$/scalc$/guide$/datapilot_grouping.xhp \
303*cdf0e10cSrcweir   text$/scalc$/guide$/datapilot_tipps.xhp \
304*cdf0e10cSrcweir   text$/scalc$/guide$/datapilot_updatetable.xhp \
305*cdf0e10cSrcweir   text$/scalc$/guide$/dbase_files.xhp \
306*cdf0e10cSrcweir   text$/scalc$/guide$/design.xhp \
307*cdf0e10cSrcweir   text$/scalc$/guide$/edit_multitables.xhp \
308*cdf0e10cSrcweir   text$/scalc$/guide$/filters.xhp \
309*cdf0e10cSrcweir   text$/scalc$/guide$/finding.xhp \
310*cdf0e10cSrcweir   text$/scalc$/guide$/format_table.xhp \
311*cdf0e10cSrcweir   text$/scalc$/guide$/format_value.xhp \
312*cdf0e10cSrcweir   text$/scalc$/guide$/format_value_userdef.xhp \
313*cdf0e10cSrcweir   text$/scalc$/guide$/formula_copy.xhp \
314*cdf0e10cSrcweir   text$/scalc$/guide$/formula_enter.xhp \
315*cdf0e10cSrcweir   text$/scalc$/guide$/formula_value.xhp \
316*cdf0e10cSrcweir   text$/scalc$/guide$/formulas.xhp \
317*cdf0e10cSrcweir   text$/scalc$/guide$/fraction_enter.xhp \
318*cdf0e10cSrcweir   text$/scalc$/guide$/goalseek.xhp \
319*cdf0e10cSrcweir   text$/scalc$/guide$/html_doc.xhp \
320*cdf0e10cSrcweir   text$/scalc$/guide$/integer_leading_zero.xhp \
321*cdf0e10cSrcweir   text$/scalc$/guide$/keyboard.xhp \
322*cdf0e10cSrcweir   text$/scalc$/guide$/line_fix.xhp \
323*cdf0e10cSrcweir   text$/scalc$/guide$/main.xhp \
324*cdf0e10cSrcweir   text$/scalc$/guide$/mark_cells.xhp \
325*cdf0e10cSrcweir   text$/scalc$/guide$/matrixformula.xhp \
326*cdf0e10cSrcweir   text$/scalc$/guide$/move_dragdrop.xhp \
327*cdf0e10cSrcweir   text$/scalc$/guide$/multi_tables.xhp \
328*cdf0e10cSrcweir   text$/scalc$/guide$/multioperation.xhp \
329*cdf0e10cSrcweir   text$/scalc$/guide$/multitables.xhp \
330*cdf0e10cSrcweir   text$/scalc$/guide$/note_insert.xhp \
331*cdf0e10cSrcweir   text$/scalc$/guide$/numbers_text.xhp \
332*cdf0e10cSrcweir   text$/scalc$/guide$/print_details.xhp \
333*cdf0e10cSrcweir   text$/scalc$/guide$/print_exact.xhp \
334*cdf0e10cSrcweir   text$/scalc$/guide$/print_landscape.xhp \
335*cdf0e10cSrcweir   text$/scalc$/guide$/print_title_row.xhp \
336*cdf0e10cSrcweir   text$/scalc$/guide$/printranges.xhp \
337*cdf0e10cSrcweir   text$/scalc$/guide$/relativ_absolut_ref.xhp \
338*cdf0e10cSrcweir   text$/scalc$/guide$/rename_table.xhp \
339*cdf0e10cSrcweir   text$/scalc$/guide$/rounding_numbers.xhp \
340*cdf0e10cSrcweir   text$/scalc$/guide$/row_height.xhp \
341*cdf0e10cSrcweir   text$/scalc$/guide$/scenario.xhp \
342*cdf0e10cSrcweir   text$/scalc$/guide$/sorted_list.xhp \
343*cdf0e10cSrcweir   text$/scalc$/guide$/specialfilter.xhp \
344*cdf0e10cSrcweir   text$/scalc$/guide$/super_subscript.xhp \
345*cdf0e10cSrcweir   text$/scalc$/guide$/table_cellmerge.xhp \
346*cdf0e10cSrcweir   text$/scalc$/guide$/table_rotate.xhp \
347*cdf0e10cSrcweir   text$/scalc$/guide$/table_view.xhp \
348*cdf0e10cSrcweir   text$/scalc$/guide$/text_numbers.xhp \
349*cdf0e10cSrcweir   text$/scalc$/guide$/text_rotate.xhp \
350*cdf0e10cSrcweir   text$/scalc$/guide$/text_wrap.xhp \
351*cdf0e10cSrcweir   text$/scalc$/guide$/userdefined_function.xhp \
352*cdf0e10cSrcweir   text$/scalc$/guide$/validity.xhp \
353*cdf0e10cSrcweir   text$/scalc$/guide$/value_with_name.xhp \
354*cdf0e10cSrcweir   text$/scalc$/guide$/webquery.xhp \
355*cdf0e10cSrcweir   text$/scalc$/guide$/year2000.xhp \
356*cdf0e10cSrcweir   text$/scalc$/main0000.xhp \
357*cdf0e10cSrcweir   text$/scalc$/main0100.xhp \
358*cdf0e10cSrcweir   text$/scalc$/main0101.xhp \
359*cdf0e10cSrcweir   text$/scalc$/main0102.xhp \
360*cdf0e10cSrcweir   text$/scalc$/main0103.xhp \
361*cdf0e10cSrcweir   text$/scalc$/main0104.xhp \
362*cdf0e10cSrcweir   text$/scalc$/main0105.xhp \
363*cdf0e10cSrcweir   text$/scalc$/main0106.xhp \
364*cdf0e10cSrcweir   text$/scalc$/main0107.xhp \
365*cdf0e10cSrcweir   text$/scalc$/main0112.xhp \
366*cdf0e10cSrcweir   text$/scalc$/main0200.xhp \
367*cdf0e10cSrcweir   text$/scalc$/main0202.xhp \
368*cdf0e10cSrcweir   text$/scalc$/main0203.xhp \
369*cdf0e10cSrcweir   text$/scalc$/main0205.xhp \
370*cdf0e10cSrcweir   text$/scalc$/main0206.xhp \
371*cdf0e10cSrcweir   text$/scalc$/main0208.xhp \
372*cdf0e10cSrcweir   text$/scalc$/main0210.xhp \
373*cdf0e10cSrcweir   text$/scalc$/main0214.xhp \
374*cdf0e10cSrcweir   text$/scalc$/main0218.xhp \
375*cdf0e10cSrcweir   text$/scalc$/main0503.xhp \
376*cdf0e10cSrcweir   text$/shared$/00$/00000001.xhp \
377*cdf0e10cSrcweir   text$/shared$/00$/00000002.xhp \
378*cdf0e10cSrcweir   text$/shared$/00$/00000003.xhp \
379*cdf0e10cSrcweir   text$/shared$/00$/00000004.xhp \
380*cdf0e10cSrcweir   text$/shared$/00$/00000005.xhp \
381*cdf0e10cSrcweir   text$/shared$/00$/00000007.xhp \
382*cdf0e10cSrcweir   text$/shared$/00$/00000010.xhp \
383*cdf0e10cSrcweir   text$/shared$/00$/00000011.xhp \
384*cdf0e10cSrcweir   text$/shared$/00$/00000020.xhp \
385*cdf0e10cSrcweir   text$/shared$/00$/00000021.xhp \
386*cdf0e10cSrcweir   text$/shared$/00$/00000099.xhp \
387*cdf0e10cSrcweir   text$/shared$/00$/00000200.xhp \
388*cdf0e10cSrcweir   text$/shared$/00$/00000206.xhp \
389*cdf0e10cSrcweir   text$/shared$/00$/00000207.xhp \
390*cdf0e10cSrcweir   text$/shared$/00$/00000208.xhp \
391*cdf0e10cSrcweir   text$/shared$/00$/00000210.xhp \
392*cdf0e10cSrcweir   text$/shared$/00$/00000215.xhp \
393*cdf0e10cSrcweir   text$/shared$/00$/00000401.xhp \
394*cdf0e10cSrcweir   text$/shared$/00$/00000402.xhp \
395*cdf0e10cSrcweir   text$/shared$/00$/00000403.xhp \
396*cdf0e10cSrcweir   text$/shared$/00$/00000404.xhp \
397*cdf0e10cSrcweir   text$/shared$/00$/00000406.xhp \
398*cdf0e10cSrcweir   text$/shared$/00$/00000407.xhp \
399*cdf0e10cSrcweir   text$/shared$/00$/00000408.xhp \
400*cdf0e10cSrcweir   text$/shared$/00$/00000409.xhp \
401*cdf0e10cSrcweir   text$/shared$/00$/00000450.xhp \
402*cdf0e10cSrcweir   text$/shared$/00$/00040500.xhp \
403*cdf0e10cSrcweir   text$/shared$/00$/00040501.xhp \
404*cdf0e10cSrcweir   text$/shared$/00$/00040502.xhp \
405*cdf0e10cSrcweir   text$/shared$/00$/00040503.xhp \
406*cdf0e10cSrcweir   text$/shared$/00$/01000000.xhp \
407*cdf0e10cSrcweir   text$/shared$/00$/01010000.xhp \
408*cdf0e10cSrcweir   text$/shared$/00$/01020000.xhp \
409*cdf0e10cSrcweir   text$/shared$/00$/01050000.xhp \
410*cdf0e10cSrcweir   text$/shared$/00$/icon_alt.xhp \
411*cdf0e10cSrcweir   text$/shared$/01$/01010000.xhp \
412*cdf0e10cSrcweir   text$/shared$/01$/01010001.xhp \
413*cdf0e10cSrcweir   text$/shared$/01$/01010100.xhp \
414*cdf0e10cSrcweir   text$/shared$/01$/01010200.xhp \
415*cdf0e10cSrcweir   text$/shared$/01$/01010201.xhp \
416*cdf0e10cSrcweir   text$/shared$/01$/01010202.xhp \
417*cdf0e10cSrcweir   text$/shared$/01$/01010203.xhp \
418*cdf0e10cSrcweir   text$/shared$/01$/01010300.xhp \
419*cdf0e10cSrcweir   text$/shared$/01$/01010301.xhp \
420*cdf0e10cSrcweir   text$/shared$/01$/01010302.xhp \
421*cdf0e10cSrcweir   text$/shared$/01$/01010303.xhp \
422*cdf0e10cSrcweir   text$/shared$/01$/01010304.xhp \
423*cdf0e10cSrcweir   text$/shared$/01$/01020000.xhp \
424*cdf0e10cSrcweir   text$/shared$/01$/01020101.xhp \
425*cdf0e10cSrcweir   text$/shared$/01$/01020103.xhp \
426*cdf0e10cSrcweir   text$/shared$/01$/01050000.xhp \
427*cdf0e10cSrcweir   text$/shared$/01$/01060000.xhp \
428*cdf0e10cSrcweir   text$/shared$/01$/01070000.xhp \
429*cdf0e10cSrcweir   text$/shared$/01$/01070001.xhp \
430*cdf0e10cSrcweir   text$/shared$/01$/01100000.xhp \
431*cdf0e10cSrcweir   text$/shared$/01$/01100100.xhp \
432*cdf0e10cSrcweir   text$/shared$/01$/01100200.xhp \
433*cdf0e10cSrcweir   text$/shared$/01$/01100300.xhp \
434*cdf0e10cSrcweir   text$/shared$/01$/01100400.xhp \
435*cdf0e10cSrcweir   text$/shared$/01$/01100500.xhp \
436*cdf0e10cSrcweir   text$/shared$/01$/01100600.xhp \
437*cdf0e10cSrcweir   text$/shared$/01$/01110000.xhp \
438*cdf0e10cSrcweir   text$/shared$/01$/01110100.xhp \
439*cdf0e10cSrcweir   text$/shared$/01$/01110101.xhp \
440*cdf0e10cSrcweir   text$/shared$/01$/01110300.xhp \
441*cdf0e10cSrcweir   text$/shared$/01$/01110400.xhp \
442*cdf0e10cSrcweir   text$/shared$/01$/01130000.xhp \
443*cdf0e10cSrcweir   text$/shared$/01$/01140000.xhp \
444*cdf0e10cSrcweir   text$/shared$/01$/01160000.xhp \
445*cdf0e10cSrcweir   text$/shared$/01$/01160200.xhp \
446*cdf0e10cSrcweir   text$/shared$/01$/01160300.xhp \
447*cdf0e10cSrcweir   text$/shared$/01$/01170000.xhp \
448*cdf0e10cSrcweir   text$/shared$/01$/01180000.xhp \
449*cdf0e10cSrcweir   text$/shared$/01$/01190000.xhp \
450*cdf0e10cSrcweir   text$/shared$/01$/01990000.xhp \
451*cdf0e10cSrcweir   text$/shared$/01$/02010000.xhp \
452*cdf0e10cSrcweir   text$/shared$/01$/02020000.xhp \
453*cdf0e10cSrcweir   text$/shared$/01$/02030000.xhp \
454*cdf0e10cSrcweir   text$/shared$/01$/02040000.xhp \
455*cdf0e10cSrcweir   text$/shared$/01$/02050000.xhp \
456*cdf0e10cSrcweir   text$/shared$/01$/02060000.xhp \
457*cdf0e10cSrcweir   text$/shared$/01$/02070000.xhp \
458*cdf0e10cSrcweir   text$/shared$/01$/02090000.xhp \
459*cdf0e10cSrcweir   text$/shared$/01$/02100000.xhp \
460*cdf0e10cSrcweir   text$/shared$/01$/02100001.xhp \
461*cdf0e10cSrcweir   text$/shared$/01$/02100100.xhp \
462*cdf0e10cSrcweir   text$/shared$/01$/02100200.xhp \
463*cdf0e10cSrcweir   text$/shared$/01$/02100300.xhp \
464*cdf0e10cSrcweir   text$/shared$/01$/02110000.xhp \
465*cdf0e10cSrcweir   text$/shared$/01$/02180000.xhp \
466*cdf0e10cSrcweir   text$/shared$/01$/02180100.xhp \
467*cdf0e10cSrcweir   text$/shared$/01$/02190000.xhp \
468*cdf0e10cSrcweir   text$/shared$/01$/02200000.xhp \
469*cdf0e10cSrcweir   text$/shared$/01$/02200100.xhp \
470*cdf0e10cSrcweir   text$/shared$/01$/02200200.xhp \
471*cdf0e10cSrcweir   text$/shared$/01$/02210101.xhp \
472*cdf0e10cSrcweir   text$/shared$/01$/02220000.xhp \
473*cdf0e10cSrcweir   text$/shared$/01$/02220100.xhp \
474*cdf0e10cSrcweir   text$/shared$/01$/02230000.xhp \
475*cdf0e10cSrcweir   text$/shared$/01$/02230100.xhp \
476*cdf0e10cSrcweir   text$/shared$/01$/02230150.xhp \
477*cdf0e10cSrcweir   text$/shared$/01$/02230200.xhp \
478*cdf0e10cSrcweir   text$/shared$/01$/02230300.xhp \
479*cdf0e10cSrcweir   text$/shared$/01$/02230400.xhp \
480*cdf0e10cSrcweir   text$/shared$/01$/02230401.xhp \
481*cdf0e10cSrcweir   text$/shared$/01$/02230402.xhp \
482*cdf0e10cSrcweir   text$/shared$/01$/02230500.xhp \
483*cdf0e10cSrcweir   text$/shared$/01$/02240000.xhp \
484*cdf0e10cSrcweir   text$/shared$/01$/02250000.xhp \
485*cdf0e10cSrcweir   text$/shared$/01$/03010000.xhp \
486*cdf0e10cSrcweir   text$/shared$/01$/03020000.xhp \
487*cdf0e10cSrcweir   text$/shared$/01$/03040000.xhp \
488*cdf0e10cSrcweir   text$/shared$/01$/03050000.xhp \
489*cdf0e10cSrcweir   text$/shared$/01$/03060000.xhp \
490*cdf0e10cSrcweir   text$/shared$/01$/03110000.xhp \
491*cdf0e10cSrcweir   text$/shared$/01$/03150100.xhp \
492*cdf0e10cSrcweir   text$/shared$/01$/03170000.xhp \
493*cdf0e10cSrcweir   text$/shared$/01$/03990000.xhp \
494*cdf0e10cSrcweir   text$/shared$/01$/04050000.xhp \
495*cdf0e10cSrcweir   text$/shared$/01$/04060000.xhp \
496*cdf0e10cSrcweir   text$/shared$/01$/04060100.xhp \
497*cdf0e10cSrcweir   text$/shared$/01$/04060200.xhp \
498*cdf0e10cSrcweir   text$/shared$/01$/04100000.xhp \
499*cdf0e10cSrcweir   text$/shared$/01$/04110000.xhp \
500*cdf0e10cSrcweir   text$/shared$/01$/04140000.xhp \
501*cdf0e10cSrcweir   text$/shared$/01$/04150000.xhp \
502*cdf0e10cSrcweir   text$/shared$/01$/04150100.xhp \
503*cdf0e10cSrcweir   text$/shared$/01$/04150200.xhp \
504*cdf0e10cSrcweir   text$/shared$/01$/04150400.xhp \
505*cdf0e10cSrcweir   text$/shared$/01$/04150500.xhp \
506*cdf0e10cSrcweir   text$/shared$/01$/04160300.xhp \
507*cdf0e10cSrcweir   text$/shared$/01$/04160500.xhp \
508*cdf0e10cSrcweir   text$/shared$/01$/04180100.xhp \
509*cdf0e10cSrcweir   text$/shared$/01$/04990000.xhp \
510*cdf0e10cSrcweir   text$/shared$/01$/05010000.xhp \
511*cdf0e10cSrcweir   text$/shared$/01$/05020000.xhp \
512*cdf0e10cSrcweir   text$/shared$/01$/05020100.xhp \
513*cdf0e10cSrcweir   text$/shared$/01$/05020200.xhp \
514*cdf0e10cSrcweir   text$/shared$/01$/05020300.xhp \
515*cdf0e10cSrcweir   text$/shared$/01$/05020301.xhp \
516*cdf0e10cSrcweir   text$/shared$/01$/05020400.xhp \
517*cdf0e10cSrcweir   text$/shared$/01$/05020500.xhp \
518*cdf0e10cSrcweir   text$/shared$/01$/05020600.xhp \
519*cdf0e10cSrcweir   text$/shared$/01$/05020700.xhp \
520*cdf0e10cSrcweir   text$/shared$/01$/05030000.xhp \
521*cdf0e10cSrcweir   text$/shared$/01$/05030100.xhp \
522*cdf0e10cSrcweir   text$/shared$/01$/05030300.xhp \
523*cdf0e10cSrcweir   text$/shared$/01$/05030500.xhp \
524*cdf0e10cSrcweir   text$/shared$/01$/05030600.xhp \
525*cdf0e10cSrcweir   text$/shared$/01$/05030700.xhp \
526*cdf0e10cSrcweir   text$/shared$/01$/05030800.xhp \
527*cdf0e10cSrcweir   text$/shared$/01$/05040100.xhp \
528*cdf0e10cSrcweir   text$/shared$/01$/05040200.xhp \
529*cdf0e10cSrcweir   text$/shared$/01$/05040300.xhp \
530*cdf0e10cSrcweir   text$/shared$/01$/05040400.xhp \
531*cdf0e10cSrcweir   text$/shared$/01$/05050000.xhp \
532*cdf0e10cSrcweir   text$/shared$/01$/05060000.xhp \
533*cdf0e10cSrcweir   text$/shared$/01$/05070000.xhp \
534*cdf0e10cSrcweir   text$/shared$/01$/05070100.xhp \
535*cdf0e10cSrcweir   text$/shared$/01$/05070200.xhp \
536*cdf0e10cSrcweir   text$/shared$/01$/05070300.xhp \
537*cdf0e10cSrcweir   text$/shared$/01$/05070400.xhp \
538*cdf0e10cSrcweir   text$/shared$/01$/05070500.xhp \
539*cdf0e10cSrcweir   text$/shared$/01$/05070600.xhp \
540*cdf0e10cSrcweir   text$/shared$/01$/05080000.xhp \
541*cdf0e10cSrcweir   text$/shared$/01$/05080100.xhp \
542*cdf0e10cSrcweir   text$/shared$/01$/05080200.xhp \
543*cdf0e10cSrcweir   text$/shared$/01$/05080300.xhp \
544*cdf0e10cSrcweir   text$/shared$/01$/05080400.xhp \
545*cdf0e10cSrcweir   text$/shared$/01$/05090000.xhp \
546*cdf0e10cSrcweir   text$/shared$/01$/05100000.xhp \
547*cdf0e10cSrcweir   text$/shared$/01$/05100100.xhp \
548*cdf0e10cSrcweir   text$/shared$/01$/05100200.xhp \
549*cdf0e10cSrcweir   text$/shared$/01$/05100500.xhp \
550*cdf0e10cSrcweir   text$/shared$/01$/05100600.xhp \
551*cdf0e10cSrcweir   text$/shared$/01$/05100700.xhp \
552*cdf0e10cSrcweir   text$/shared$/01$/05110000.xhp \
553*cdf0e10cSrcweir   text$/shared$/01$/05110100.xhp \
554*cdf0e10cSrcweir   text$/shared$/01$/05110200.xhp \
555*cdf0e10cSrcweir   text$/shared$/01$/05110300.xhp \
556*cdf0e10cSrcweir   text$/shared$/01$/05110400.xhp \
557*cdf0e10cSrcweir   text$/shared$/01$/05110500.xhp \
558*cdf0e10cSrcweir   text$/shared$/01$/05110600m.xhp \
559*cdf0e10cSrcweir   text$/shared$/01$/05110700.xhp \
560*cdf0e10cSrcweir   text$/shared$/01$/05110800.xhp \
561*cdf0e10cSrcweir   text$/shared$/01$/05120000.xhp \
562*cdf0e10cSrcweir   text$/shared$/01$/05120100.xhp \
563*cdf0e10cSrcweir   text$/shared$/01$/05120200.xhp \
564*cdf0e10cSrcweir   text$/shared$/01$/05120300.xhp \
565*cdf0e10cSrcweir   text$/shared$/01$/05120600.xhp \
566*cdf0e10cSrcweir   text$/shared$/01$/05140100.xhp \
567*cdf0e10cSrcweir   text$/shared$/01$/05150101.xhp \
568*cdf0e10cSrcweir   text$/shared$/01$/05190000.xhp \
569*cdf0e10cSrcweir   text$/shared$/01$/05190100.xhp \
570*cdf0e10cSrcweir   text$/shared$/01$/05200000.xhp \
571*cdf0e10cSrcweir   text$/shared$/01$/05200100.xhp \
572*cdf0e10cSrcweir   text$/shared$/01$/05200200.xhp \
573*cdf0e10cSrcweir   text$/shared$/01$/05200300.xhp \
574*cdf0e10cSrcweir   text$/shared$/01$/05210000.xhp \
575*cdf0e10cSrcweir   text$/shared$/01$/05210100.xhp \
576*cdf0e10cSrcweir   text$/shared$/01$/05210200.xhp \
577*cdf0e10cSrcweir   text$/shared$/01$/05210300.xhp \
578*cdf0e10cSrcweir   text$/shared$/01$/05210400.xhp \
579*cdf0e10cSrcweir   text$/shared$/01$/05210500.xhp \
580*cdf0e10cSrcweir   text$/shared$/01$/05210600.xhp \
581*cdf0e10cSrcweir   text$/shared$/01$/05210700.xhp \
582*cdf0e10cSrcweir   text$/shared$/01$/05220000.xhp \
583*cdf0e10cSrcweir   text$/shared$/01$/05230000.xhp \
584*cdf0e10cSrcweir   text$/shared$/01$/05230100.xhp \
585*cdf0e10cSrcweir   text$/shared$/01$/05230300.xhp \
586*cdf0e10cSrcweir   text$/shared$/01$/05230400.xhp \
587*cdf0e10cSrcweir   text$/shared$/01$/05230500.xhp \
588*cdf0e10cSrcweir   text$/shared$/01$/05240000.xhp \
589*cdf0e10cSrcweir   text$/shared$/01$/05240100.xhp \
590*cdf0e10cSrcweir   text$/shared$/01$/05240200.xhp \
591*cdf0e10cSrcweir   text$/shared$/01$/05250000.xhp \
592*cdf0e10cSrcweir   text$/shared$/01$/05250100.xhp \
593*cdf0e10cSrcweir   text$/shared$/01$/05250200.xhp \
594*cdf0e10cSrcweir   text$/shared$/01$/05250300.xhp \
595*cdf0e10cSrcweir   text$/shared$/01$/05250400.xhp \
596*cdf0e10cSrcweir   text$/shared$/01$/05250500.xhp \
597*cdf0e10cSrcweir   text$/shared$/01$/05250600.xhp \
598*cdf0e10cSrcweir   text$/shared$/01$/05260000.xhp \
599*cdf0e10cSrcweir   text$/shared$/01$/05260100.xhp \
600*cdf0e10cSrcweir   text$/shared$/01$/05260200.xhp \
601*cdf0e10cSrcweir   text$/shared$/01$/05260300.xhp \
602*cdf0e10cSrcweir   text$/shared$/01$/05260400.xhp \
603*cdf0e10cSrcweir   text$/shared$/01$/05260500.xhp \
604*cdf0e10cSrcweir   text$/shared$/01$/05260600.xhp \
605*cdf0e10cSrcweir   text$/shared$/01$/05270000.xhp \
606*cdf0e10cSrcweir   text$/shared$/01$/05280000.xhp \
607*cdf0e10cSrcweir   text$/shared$/01$/05290000.xhp \
608*cdf0e10cSrcweir   text$/shared$/01$/05290100.xhp \
609*cdf0e10cSrcweir   text$/shared$/01$/05290200.xhp \
610*cdf0e10cSrcweir   text$/shared$/01$/05290300.xhp \
611*cdf0e10cSrcweir   text$/shared$/01$/05290400.xhp \
612*cdf0e10cSrcweir   text$/shared$/01$/05320000.xhp \
613*cdf0e10cSrcweir   text$/shared$/01$/05340100.xhp \
614*cdf0e10cSrcweir   text$/shared$/01$/05340200.xhp \
615*cdf0e10cSrcweir   text$/shared$/01$/05340300.xhp \
616*cdf0e10cSrcweir   text$/shared$/01$/05340400.xhp \
617*cdf0e10cSrcweir   text$/shared$/01$/05340402.xhp \
618*cdf0e10cSrcweir   text$/shared$/01$/05340404.xhp \
619*cdf0e10cSrcweir   text$/shared$/01$/05340405.xhp \
620*cdf0e10cSrcweir   text$/shared$/01$/05340500.xhp \
621*cdf0e10cSrcweir   text$/shared$/01$/05340600.xhp \
622*cdf0e10cSrcweir   text$/shared$/01$/05350000.xhp \
623*cdf0e10cSrcweir   text$/shared$/01$/05350200.xhp \
624*cdf0e10cSrcweir   text$/shared$/01$/05350300.xhp \
625*cdf0e10cSrcweir   text$/shared$/01$/05350400.xhp \
626*cdf0e10cSrcweir   text$/shared$/01$/05350500.xhp \
627*cdf0e10cSrcweir   text$/shared$/01$/05350600.xhp \
628*cdf0e10cSrcweir   text$/shared$/01$/05360000.xhp \
629*cdf0e10cSrcweir   text$/shared$/01$/05990000.xhp \
630*cdf0e10cSrcweir   text$/shared$/01$/06010000.xhp \
631*cdf0e10cSrcweir   text$/shared$/01$/06010101.xhp \
632*cdf0e10cSrcweir   text$/shared$/01$/06010500.xhp \
633*cdf0e10cSrcweir   text$/shared$/01$/06010600.xhp \
634*cdf0e10cSrcweir   text$/shared$/01$/06010601.xhp \
635*cdf0e10cSrcweir   text$/shared$/01$/06020000.xhp \
636*cdf0e10cSrcweir   text$/shared$/01$/06030000.xhp \
637*cdf0e10cSrcweir   text$/shared$/01$/06040000.xhp \
638*cdf0e10cSrcweir   text$/shared$/01$/06040100.xhp \
639*cdf0e10cSrcweir   text$/shared$/01$/06040200.xhp \
640*cdf0e10cSrcweir   text$/shared$/01$/06040300.xhp \
641*cdf0e10cSrcweir   text$/shared$/01$/06040400.xhp \
642*cdf0e10cSrcweir   text$/shared$/01$/06040500.xhp \
643*cdf0e10cSrcweir   text$/shared$/01$/06040600.xhp \
644*cdf0e10cSrcweir   text$/shared$/01$/06040700.xhp \
645*cdf0e10cSrcweir   text$/shared$/01$/06050000.xhp \
646*cdf0e10cSrcweir   text$/shared$/01$/06050100.xhp \
647*cdf0e10cSrcweir   text$/shared$/01$/06050200.xhp \
648*cdf0e10cSrcweir   text$/shared$/01$/06050300.xhp \
649*cdf0e10cSrcweir   text$/shared$/01$/06050400.xhp \
650*cdf0e10cSrcweir   text$/shared$/01$/06050500.xhp \
651*cdf0e10cSrcweir   text$/shared$/01$/06050600.xhp \
652*cdf0e10cSrcweir   text$/shared$/01$/06130000.xhp \
653*cdf0e10cSrcweir   text$/shared$/01$/06130001.xhp \
654*cdf0e10cSrcweir   text$/shared$/01$/06130010.xhp \
655*cdf0e10cSrcweir   text$/shared$/01$/06130100.xhp \
656*cdf0e10cSrcweir   text$/shared$/01$/06130200.xhp \
657*cdf0e10cSrcweir   text$/shared$/01$/06130500.xhp \
658*cdf0e10cSrcweir   text$/shared$/01$/06140000.xhp \
659*cdf0e10cSrcweir   text$/shared$/01$/06140100.xhp \
660*cdf0e10cSrcweir   text$/shared$/01$/06140101.xhp \
661*cdf0e10cSrcweir   text$/shared$/01$/06140102.xhp \
662*cdf0e10cSrcweir   text$/shared$/01$/06140200.xhp \
663*cdf0e10cSrcweir   text$/shared$/01$/06140400.xhp \
664*cdf0e10cSrcweir   text$/shared$/01$/06140402.xhp \
665*cdf0e10cSrcweir   text$/shared$/01$/06140500.xhp \
666*cdf0e10cSrcweir   text$/shared$/01$/06150000.xhp \
667*cdf0e10cSrcweir   text$/shared$/01$/06150100.xhp \
668*cdf0e10cSrcweir   text$/shared$/01$/06150110.xhp \
669*cdf0e10cSrcweir   text$/shared$/01$/06150120.xhp \
670*cdf0e10cSrcweir   text$/shared$/01$/06150200.xhp \
671*cdf0e10cSrcweir   text$/shared$/01$/06150210.xhp \
672*cdf0e10cSrcweir   text$/shared$/01$/06200000.xhp \
673*cdf0e10cSrcweir   text$/shared$/01$/06201000.xhp \
674*cdf0e10cSrcweir   text$/shared$/01$/06202000.xhp \
675*cdf0e10cSrcweir   text$/shared$/01$/06990000.xhp \
676*cdf0e10cSrcweir   text$/shared$/01$/07010000.xhp \
677*cdf0e10cSrcweir   text$/shared$/01$/07080000.xhp \
678*cdf0e10cSrcweir   text$/shared$/01$/08060100.xhp \
679*cdf0e10cSrcweir   text$/shared$/01$/about_meta_tags.xhp \
680*cdf0e10cSrcweir   text$/shared$/01$/digitalsignatures.xhp \
681*cdf0e10cSrcweir   text$/shared$/01$/extensionupdate.xhp \
682*cdf0e10cSrcweir   text$/shared$/01$/formatting_mark.xhp \
683*cdf0e10cSrcweir   text$/shared$/01$/gallery.xhp \
684*cdf0e10cSrcweir   text$/shared$/01$/gallery_files.xhp \
685*cdf0e10cSrcweir   text$/shared$/01$/grid.xhp \
686*cdf0e10cSrcweir   text$/shared$/01$/guides.xhp \
687*cdf0e10cSrcweir   text$/shared$/01$/mediaplayer.xhp \
688*cdf0e10cSrcweir   text$/shared$/01$/moviesound.xhp \
689*cdf0e10cSrcweir   text$/shared$/01$/online_update.xhp \
690*cdf0e10cSrcweir   text$/shared$/01$/online_update_dialog.xhp \
691*cdf0e10cSrcweir   text$/shared$/01$/packagemanager.xhp \
692*cdf0e10cSrcweir   text$/shared$/01$/password_dlg.xhp \
693*cdf0e10cSrcweir   text$/shared$/01$/password_main.xhp \
694*cdf0e10cSrcweir   text$/shared$/01$/ref_pdf_export.xhp \
695*cdf0e10cSrcweir   text$/shared$/01$/ref_pdf_send_as.xhp \
696*cdf0e10cSrcweir   text$/shared$/01$/securitywarning.xhp \
697*cdf0e10cSrcweir   text$/shared$/01$/selectcertificate.xhp \
698*cdf0e10cSrcweir   text$/shared$/01$/webhtml.xhp \
699*cdf0e10cSrcweir   text$/shared$/01$/xformsdata.xhp \
700*cdf0e10cSrcweir   text$/shared$/01$/xformsdataadd.xhp \
701*cdf0e10cSrcweir   text$/shared$/01$/xformsdataaddcon.xhp \
702*cdf0e10cSrcweir   text$/shared$/01$/xformsdatachange.xhp \
703*cdf0e10cSrcweir   text$/shared$/01$/xformsdataname.xhp \
704*cdf0e10cSrcweir   text$/shared$/01$/xformsdatatab.xhp \
705*cdf0e10cSrcweir   text$/shared$/02$/01110000.xhp \
706*cdf0e10cSrcweir   text$/shared$/02$/01140000.xhp \
707*cdf0e10cSrcweir   text$/shared$/02$/01170000.xhp \
708*cdf0e10cSrcweir   text$/shared$/02$/01170001.xhp \
709*cdf0e10cSrcweir   text$/shared$/02$/01170002.xhp \
710*cdf0e10cSrcweir   text$/shared$/02$/01170003.xhp \
711*cdf0e10cSrcweir   text$/shared$/02$/01170004.xhp \
712*cdf0e10cSrcweir   text$/shared$/02$/01170100.xhp \
713*cdf0e10cSrcweir   text$/shared$/02$/01170101.xhp \
714*cdf0e10cSrcweir   text$/shared$/02$/01170102.xhp \
715*cdf0e10cSrcweir   text$/shared$/02$/01170103.xhp \
716*cdf0e10cSrcweir   text$/shared$/02$/01170200.xhp \
717*cdf0e10cSrcweir   text$/shared$/02$/01170201.xhp \
718*cdf0e10cSrcweir   text$/shared$/02$/01170202.xhp \
719*cdf0e10cSrcweir   text$/shared$/02$/01170203.xhp \
720*cdf0e10cSrcweir   text$/shared$/02$/01170300.xhp \
721*cdf0e10cSrcweir   text$/shared$/02$/01170400.xhp \
722*cdf0e10cSrcweir   text$/shared$/02$/01170500.xhp \
723*cdf0e10cSrcweir   text$/shared$/02$/01170600.xhp \
724*cdf0e10cSrcweir   text$/shared$/02$/01170700.xhp \
725*cdf0e10cSrcweir   text$/shared$/02$/01170800.xhp \
726*cdf0e10cSrcweir   text$/shared$/02$/01170801.xhp \
727*cdf0e10cSrcweir   text$/shared$/02$/01170802.xhp \
728*cdf0e10cSrcweir   text$/shared$/02$/01170900.xhp \
729*cdf0e10cSrcweir   text$/shared$/02$/01170901.xhp \
730*cdf0e10cSrcweir   text$/shared$/02$/01170902.xhp \
731*cdf0e10cSrcweir   text$/shared$/02$/01170903.xhp \
732*cdf0e10cSrcweir   text$/shared$/02$/01170904.xhp \
733*cdf0e10cSrcweir   text$/shared$/02$/01171000.xhp \
734*cdf0e10cSrcweir   text$/shared$/02$/01171100.xhp \
735*cdf0e10cSrcweir   text$/shared$/02$/01171200.xhp \
736*cdf0e10cSrcweir   text$/shared$/02$/01171300.xhp \
737*cdf0e10cSrcweir   text$/shared$/02$/01171400.xhp \
738*cdf0e10cSrcweir   text$/shared$/02$/01220000.xhp \
739*cdf0e10cSrcweir   text$/shared$/02$/01230000.xhp \
740*cdf0e10cSrcweir   text$/shared$/02$/02010000.xhp \
741*cdf0e10cSrcweir   text$/shared$/02$/02020000.xhp \
742*cdf0e10cSrcweir   text$/shared$/02$/02030000.xhp \
743*cdf0e10cSrcweir   text$/shared$/02$/02040000.xhp \
744*cdf0e10cSrcweir   text$/shared$/02$/02050000.xhp \
745*cdf0e10cSrcweir   text$/shared$/02$/02130000.xhp \
746*cdf0e10cSrcweir   text$/shared$/02$/02140000.xhp \
747*cdf0e10cSrcweir   text$/shared$/02$/02160000.xhp \
748*cdf0e10cSrcweir   text$/shared$/02$/02170000.xhp \
749*cdf0e10cSrcweir   text$/shared$/02$/03110000.xhp \
750*cdf0e10cSrcweir   text$/shared$/02$/03120000.xhp \
751*cdf0e10cSrcweir   text$/shared$/02$/03130000.xhp \
752*cdf0e10cSrcweir   text$/shared$/02$/03140000.xhp \
753*cdf0e10cSrcweir   text$/shared$/02$/03150000.xhp \
754*cdf0e10cSrcweir   text$/shared$/02$/03200000.xhp \
755*cdf0e10cSrcweir   text$/shared$/02$/04210000.xhp \
756*cdf0e10cSrcweir   text$/shared$/02$/05020000.xhp \
757*cdf0e10cSrcweir   text$/shared$/02$/05090000.xhp \
758*cdf0e10cSrcweir   text$/shared$/02$/05110000.xhp \
759*cdf0e10cSrcweir   text$/shared$/02$/06050000.xhp \
760*cdf0e10cSrcweir   text$/shared$/02$/06060000.xhp \
761*cdf0e10cSrcweir   text$/shared$/02$/06100000.xhp \
762*cdf0e10cSrcweir   text$/shared$/02$/06110000.xhp \
763*cdf0e10cSrcweir   text$/shared$/02$/06120000.xhp \
764*cdf0e10cSrcweir   text$/shared$/02$/07010000.xhp \
765*cdf0e10cSrcweir   text$/shared$/02$/07060000.xhp \
766*cdf0e10cSrcweir   text$/shared$/02$/07070000.xhp \
767*cdf0e10cSrcweir   text$/shared$/02$/07070100.xhp \
768*cdf0e10cSrcweir   text$/shared$/02$/07070200.xhp \
769*cdf0e10cSrcweir   text$/shared$/02$/07080000.xhp \
770*cdf0e10cSrcweir   text$/shared$/02$/07090000.xhp \
771*cdf0e10cSrcweir   text$/shared$/02$/08010000.xhp \
772*cdf0e10cSrcweir   text$/shared$/02$/08020000.xhp \
773*cdf0e10cSrcweir   text$/shared$/02$/09010000.xhp \
774*cdf0e10cSrcweir   text$/shared$/02$/09020000.xhp \
775*cdf0e10cSrcweir   text$/shared$/02$/09030000.xhp \
776*cdf0e10cSrcweir   text$/shared$/02$/09050000.xhp \
777*cdf0e10cSrcweir   text$/shared$/02$/09060000.xhp \
778*cdf0e10cSrcweir   text$/shared$/02$/09070000.xhp \
779*cdf0e10cSrcweir   text$/shared$/02$/09070100.xhp \
780*cdf0e10cSrcweir   text$/shared$/02$/09070200.xhp \
781*cdf0e10cSrcweir   text$/shared$/02$/09070300.xhp \
782*cdf0e10cSrcweir   text$/shared$/02$/09070400.xhp \
783*cdf0e10cSrcweir   text$/shared$/02$/10010000.xhp \
784*cdf0e10cSrcweir   text$/shared$/02$/10020000.xhp \
785*cdf0e10cSrcweir   text$/shared$/02$/10030000.xhp \
786*cdf0e10cSrcweir   text$/shared$/02$/10040000.xhp \
787*cdf0e10cSrcweir   text$/shared$/02$/10100000.xhp \
788*cdf0e10cSrcweir   text$/shared$/02$/12000000.xhp \
789*cdf0e10cSrcweir   text$/shared$/02$/12010000.xhp \
790*cdf0e10cSrcweir   text$/shared$/02$/12020000.xhp \
791*cdf0e10cSrcweir   text$/shared$/02$/12030000.xhp \
792*cdf0e10cSrcweir   text$/shared$/02$/12040000.xhp \
793*cdf0e10cSrcweir   text$/shared$/02$/12050000.xhp \
794*cdf0e10cSrcweir   text$/shared$/02$/12070000.xhp \
795*cdf0e10cSrcweir   text$/shared$/02$/12070100.xhp \
796*cdf0e10cSrcweir   text$/shared$/02$/12070200.xhp \
797*cdf0e10cSrcweir   text$/shared$/02$/12070300.xhp \
798*cdf0e10cSrcweir   text$/shared$/02$/12080000.xhp \
799*cdf0e10cSrcweir   text$/shared$/02$/12090000.xhp \
800*cdf0e10cSrcweir   text$/shared$/02$/12090100.xhp \
801*cdf0e10cSrcweir   text$/shared$/02$/12090101.xhp \
802*cdf0e10cSrcweir   text$/shared$/02$/12100000.xhp \
803*cdf0e10cSrcweir   text$/shared$/02$/12100100.xhp \
804*cdf0e10cSrcweir   text$/shared$/02$/12100200.xhp \
805*cdf0e10cSrcweir   text$/shared$/02$/12110000.xhp \
806*cdf0e10cSrcweir   text$/shared$/02$/12120000.xhp \
807*cdf0e10cSrcweir   text$/shared$/02$/12130000.xhp \
808*cdf0e10cSrcweir   text$/shared$/02$/12140000.xhp \
809*cdf0e10cSrcweir   text$/shared$/02$/13010000.xhp \
810*cdf0e10cSrcweir   text$/shared$/02$/13020000.xhp \
811*cdf0e10cSrcweir   text$/shared$/02$/14010000.xhp \
812*cdf0e10cSrcweir   text$/shared$/02$/14020000.xhp \
813*cdf0e10cSrcweir   text$/shared$/02$/14020100.xhp \
814*cdf0e10cSrcweir   text$/shared$/02$/14020200.xhp \
815*cdf0e10cSrcweir   text$/shared$/02$/14030000.xhp \
816*cdf0e10cSrcweir   text$/shared$/02$/14040000.xhp \
817*cdf0e10cSrcweir   text$/shared$/02$/14050000.xhp \
818*cdf0e10cSrcweir   text$/shared$/02$/14060000.xhp \
819*cdf0e10cSrcweir   text$/shared$/02$/14070000.xhp \
820*cdf0e10cSrcweir   text$/shared$/02$/18010000.xhp \
821*cdf0e10cSrcweir   text$/shared$/02$/18030000.xhp \
822*cdf0e10cSrcweir   text$/shared$/02$/19090000.xhp \
823*cdf0e10cSrcweir   text$/shared$/02$/20020000.xhp \
824*cdf0e10cSrcweir   text$/shared$/02$/20030000.xhp \
825*cdf0e10cSrcweir   text$/shared$/02$/20040000.xhp \
826*cdf0e10cSrcweir   text$/shared$/02$/20050000.xhp \
827*cdf0e10cSrcweir   text$/shared$/02$/20060000.xhp \
828*cdf0e10cSrcweir   text$/shared$/02$/20090000.xhp \
829*cdf0e10cSrcweir   text$/shared$/02$/20100000.xhp \
830*cdf0e10cSrcweir   text$/shared$/02$/24010000.xhp \
831*cdf0e10cSrcweir   text$/shared$/02$/24020000.xhp \
832*cdf0e10cSrcweir   text$/shared$/02$/24030000.xhp \
833*cdf0e10cSrcweir   text$/shared$/02$/24040000.xhp \
834*cdf0e10cSrcweir   text$/shared$/02$/24050000.xhp \
835*cdf0e10cSrcweir   text$/shared$/02$/24060000.xhp \
836*cdf0e10cSrcweir   text$/shared$/02$/24070000.xhp \
837*cdf0e10cSrcweir   text$/shared$/02$/24080000.xhp \
838*cdf0e10cSrcweir   text$/shared$/02$/24090000.xhp \
839*cdf0e10cSrcweir   text$/shared$/02$/24100000.xhp \
840*cdf0e10cSrcweir   text$/shared$/02$/basicshapes.xhp \
841*cdf0e10cSrcweir   text$/shared$/02$/blockarrows.xhp \
842*cdf0e10cSrcweir   text$/shared$/02$/callouts.xhp \
843*cdf0e10cSrcweir   text$/shared$/02$/colortoolbar.xhp \
844*cdf0e10cSrcweir   text$/shared$/02$/flowcharts.xhp \
845*cdf0e10cSrcweir   text$/shared$/02$/fontwork.xhp \
846*cdf0e10cSrcweir   text$/shared$/02$/more_controls.xhp \
847*cdf0e10cSrcweir   text$/shared$/02$/paintbrush.xhp \
848*cdf0e10cSrcweir   text$/shared$/02$/stars.xhp \
849*cdf0e10cSrcweir   text$/shared$/02$/symbolshapes.xhp \
850*cdf0e10cSrcweir   text$/shared$/04$/01010000.xhp \
851*cdf0e10cSrcweir   text$/shared$/04$/01020000.xhp \
852*cdf0e10cSrcweir   text$/shared$/05$/00000001.xhp \
853*cdf0e10cSrcweir   text$/shared$/05$/00000002.xhp \
854*cdf0e10cSrcweir   text$/shared$/05$/00000100.xhp \
855*cdf0e10cSrcweir   text$/shared$/05$/00000110.xhp \
856*cdf0e10cSrcweir   text$/shared$/05$/00000120.xhp \
857*cdf0e10cSrcweir   text$/shared$/05$/00000130.xhp \
858*cdf0e10cSrcweir   text$/shared$/05$/00000140.xhp \
859*cdf0e10cSrcweir   text$/shared$/05$/00000150.xhp \
860*cdf0e10cSrcweir   text$/shared$/05$/00000160.xhp \
861*cdf0e10cSrcweir   text$/shared$/05$/err_html.xhp \
862*cdf0e10cSrcweir   text$/shared$/07$/09000000.xhp \
863*cdf0e10cSrcweir   text$/shared$/3dsettings_toolbar.xhp \
864*cdf0e10cSrcweir   text$/shared$/autokorr$/01000000.xhp \
865*cdf0e10cSrcweir   text$/shared$/autokorr$/02000000.xhp \
866*cdf0e10cSrcweir   text$/shared$/autokorr$/03000000.xhp \
867*cdf0e10cSrcweir   text$/shared$/autokorr$/04000000.xhp \
868*cdf0e10cSrcweir   text$/shared$/autokorr$/05000000.xhp \
869*cdf0e10cSrcweir   text$/shared$/autokorr$/06000000.xhp \
870*cdf0e10cSrcweir   text$/shared$/autokorr$/07000000.xhp \
871*cdf0e10cSrcweir   text$/shared$/autokorr$/08000000.xhp \
872*cdf0e10cSrcweir   text$/shared$/autokorr$/09000000.xhp \
873*cdf0e10cSrcweir   text$/shared$/autokorr$/10000000.xhp \
874*cdf0e10cSrcweir   text$/shared$/autokorr$/12000000.xhp \
875*cdf0e10cSrcweir   text$/shared$/autokorr$/13000000.xhp \
876*cdf0e10cSrcweir   text$/shared$/autopi$/01000000.xhp \
877*cdf0e10cSrcweir   text$/shared$/autopi$/01010000.xhp \
878*cdf0e10cSrcweir   text$/shared$/autopi$/01010100.xhp \
879*cdf0e10cSrcweir   text$/shared$/autopi$/01010200.xhp \
880*cdf0e10cSrcweir   text$/shared$/autopi$/01010300.xhp \
881*cdf0e10cSrcweir   text$/shared$/autopi$/01010400.xhp \
882*cdf0e10cSrcweir   text$/shared$/autopi$/01010500.xhp \
883*cdf0e10cSrcweir   text$/shared$/autopi$/01010600.xhp \
884*cdf0e10cSrcweir   text$/shared$/autopi$/01020000.xhp \
885*cdf0e10cSrcweir   text$/shared$/autopi$/01020100.xhp \
886*cdf0e10cSrcweir   text$/shared$/autopi$/01020200.xhp \
887*cdf0e10cSrcweir   text$/shared$/autopi$/01020300.xhp \
888*cdf0e10cSrcweir   text$/shared$/autopi$/01020400.xhp \
889*cdf0e10cSrcweir   text$/shared$/autopi$/01020500.xhp \
890*cdf0e10cSrcweir   text$/shared$/autopi$/01040000.xhp \
891*cdf0e10cSrcweir   text$/shared$/autopi$/01040100.xhp \
892*cdf0e10cSrcweir   text$/shared$/autopi$/01040200.xhp \
893*cdf0e10cSrcweir   text$/shared$/autopi$/01040300.xhp \
894*cdf0e10cSrcweir   text$/shared$/autopi$/01040400.xhp \
895*cdf0e10cSrcweir   text$/shared$/autopi$/01040500.xhp \
896*cdf0e10cSrcweir   text$/shared$/autopi$/01040600.xhp \
897*cdf0e10cSrcweir   text$/shared$/autopi$/01050000.xhp \
898*cdf0e10cSrcweir   text$/shared$/autopi$/01050100.xhp \
899*cdf0e10cSrcweir   text$/shared$/autopi$/01050200.xhp \
900*cdf0e10cSrcweir   text$/shared$/autopi$/01050300.xhp \
901*cdf0e10cSrcweir   text$/shared$/autopi$/01050400.xhp \
902*cdf0e10cSrcweir   text$/shared$/autopi$/01050500.xhp \
903*cdf0e10cSrcweir   text$/shared$/autopi$/01090000.xhp \
904*cdf0e10cSrcweir   text$/shared$/autopi$/01090100.xhp \
905*cdf0e10cSrcweir   text$/shared$/autopi$/01090200.xhp \
906*cdf0e10cSrcweir   text$/shared$/autopi$/01090210.xhp \
907*cdf0e10cSrcweir   text$/shared$/autopi$/01090220.xhp \
908*cdf0e10cSrcweir   text$/shared$/autopi$/01090300.xhp \
909*cdf0e10cSrcweir   text$/shared$/autopi$/01090400.xhp \
910*cdf0e10cSrcweir   text$/shared$/autopi$/01090500.xhp \
911*cdf0e10cSrcweir   text$/shared$/autopi$/01090600.xhp \
912*cdf0e10cSrcweir   text$/shared$/autopi$/01100000.xhp \
913*cdf0e10cSrcweir   text$/shared$/autopi$/01100100.xhp \
914*cdf0e10cSrcweir   text$/shared$/autopi$/01100150.xhp \
915*cdf0e10cSrcweir   text$/shared$/autopi$/01100200.xhp \
916*cdf0e10cSrcweir   text$/shared$/autopi$/01100300.xhp \
917*cdf0e10cSrcweir   text$/shared$/autopi$/01100400.xhp \
918*cdf0e10cSrcweir   text$/shared$/autopi$/01100500.xhp \
919*cdf0e10cSrcweir   text$/shared$/autopi$/01110000.xhp \
920*cdf0e10cSrcweir   text$/shared$/autopi$/01110100.xhp \
921*cdf0e10cSrcweir   text$/shared$/autopi$/01110200.xhp \
922*cdf0e10cSrcweir   text$/shared$/autopi$/01110300.xhp \
923*cdf0e10cSrcweir   text$/shared$/autopi$/01110400.xhp \
924*cdf0e10cSrcweir   text$/shared$/autopi$/01110500.xhp \
925*cdf0e10cSrcweir   text$/shared$/autopi$/01110600.xhp \
926*cdf0e10cSrcweir   text$/shared$/autopi$/01120000.xhp \
927*cdf0e10cSrcweir   text$/shared$/autopi$/01120100.xhp \
928*cdf0e10cSrcweir   text$/shared$/autopi$/01120200.xhp \
929*cdf0e10cSrcweir   text$/shared$/autopi$/01120300.xhp \
930*cdf0e10cSrcweir   text$/shared$/autopi$/01120400.xhp \
931*cdf0e10cSrcweir   text$/shared$/autopi$/01120500.xhp \
932*cdf0e10cSrcweir   text$/shared$/autopi$/01130000.xhp \
933*cdf0e10cSrcweir   text$/shared$/autopi$/01130100.xhp \
934*cdf0e10cSrcweir   text$/shared$/autopi$/01130200.xhp \
935*cdf0e10cSrcweir   text$/shared$/autopi$/01150000.xhp \
936*cdf0e10cSrcweir   text$/shared$/autopi$/01170000.xhp \
937*cdf0e10cSrcweir   text$/shared$/autopi$/01170200.xhp \
938*cdf0e10cSrcweir   text$/shared$/autopi$/01170300.xhp \
939*cdf0e10cSrcweir   text$/shared$/autopi$/01170400.xhp \
940*cdf0e10cSrcweir   text$/shared$/autopi$/01170500.xhp \
941*cdf0e10cSrcweir   text$/shared$/autopi$/purchase.xhp \
942*cdf0e10cSrcweir   text$/shared$/autopi$/startup.xhp \
943*cdf0e10cSrcweir   text$/shared$/autopi$/webwizard00.xhp \
944*cdf0e10cSrcweir   text$/shared$/autopi$/webwizard01.xhp \
945*cdf0e10cSrcweir   text$/shared$/autopi$/webwizard02.xhp \
946*cdf0e10cSrcweir   text$/shared$/autopi$/webwizard03.xhp \
947*cdf0e10cSrcweir   text$/shared$/autopi$/webwizard04.xhp \
948*cdf0e10cSrcweir   text$/shared$/autopi$/webwizard05.xhp \
949*cdf0e10cSrcweir   text$/shared$/autopi$/webwizard05bi.xhp \
950*cdf0e10cSrcweir   text$/shared$/autopi$/webwizard05is.xhp \
951*cdf0e10cSrcweir   text$/shared$/autopi$/webwizard06.xhp \
952*cdf0e10cSrcweir   text$/shared$/autopi$/webwizard07.xhp \
953*cdf0e10cSrcweir   text$/shared$/autopi$/webwizard07fc.xhp \
954*cdf0e10cSrcweir   text$/shared$/explorer$/database$/02000000.xhp \
955*cdf0e10cSrcweir   text$/shared$/explorer$/database$/02000002.xhp \
956*cdf0e10cSrcweir   text$/shared$/explorer$/database$/02010100.xhp \
957*cdf0e10cSrcweir   text$/shared$/explorer$/database$/02010101.xhp \
958*cdf0e10cSrcweir   text$/shared$/explorer$/database$/04000000.xhp \
959*cdf0e10cSrcweir   text$/shared$/explorer$/database$/04030000.xhp \
960*cdf0e10cSrcweir   text$/shared$/explorer$/database$/05000000.xhp \
961*cdf0e10cSrcweir   text$/shared$/explorer$/database$/05000001.xhp \
962*cdf0e10cSrcweir   text$/shared$/explorer$/database$/05000002.xhp \
963*cdf0e10cSrcweir   text$/shared$/explorer$/database$/05000003.xhp \
964*cdf0e10cSrcweir   text$/shared$/explorer$/database$/05010000.xhp \
965*cdf0e10cSrcweir   text$/shared$/explorer$/database$/05010100.xhp \
966*cdf0e10cSrcweir   text$/shared$/explorer$/database$/05020000.xhp \
967*cdf0e10cSrcweir   text$/shared$/explorer$/database$/05020100.xhp \
968*cdf0e10cSrcweir   text$/shared$/explorer$/database$/05030000.xhp \
969*cdf0e10cSrcweir   text$/shared$/explorer$/database$/05030100.xhp \
970*cdf0e10cSrcweir   text$/shared$/explorer$/database$/05030200.xhp \
971*cdf0e10cSrcweir   text$/shared$/explorer$/database$/05030300.xhp \
972*cdf0e10cSrcweir   text$/shared$/explorer$/database$/05030400.xhp \
973*cdf0e10cSrcweir   text$/shared$/explorer$/database$/05040000.xhp \
974*cdf0e10cSrcweir   text$/shared$/explorer$/database$/05040100.xhp \
975*cdf0e10cSrcweir   text$/shared$/explorer$/database$/05040200.xhp \
976*cdf0e10cSrcweir   text$/shared$/explorer$/database$/11000002.xhp \
977*cdf0e10cSrcweir   text$/shared$/explorer$/database$/11020000.xhp \
978*cdf0e10cSrcweir   text$/shared$/explorer$/database$/11030000.xhp \
979*cdf0e10cSrcweir   text$/shared$/explorer$/database$/11030100.xhp \
980*cdf0e10cSrcweir   text$/shared$/explorer$/database$/11080000.xhp \
981*cdf0e10cSrcweir   text$/shared$/explorer$/database$/11090000.xhp \
982*cdf0e10cSrcweir   text$/shared$/explorer$/database$/11150200.xhp \
983*cdf0e10cSrcweir   text$/shared$/explorer$/database$/11170000.xhp \
984*cdf0e10cSrcweir   text$/shared$/explorer$/database$/11170100.xhp \
985*cdf0e10cSrcweir   text$/shared$/explorer$/database$/30000000.xhp \
986*cdf0e10cSrcweir   text$/shared$/explorer$/database$/30100000.xhp \
987*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabaadvprop.xhp \
988*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabaadvpropdat.xhp \
989*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabaadvpropgen.xhp \
990*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabadoc.xhp \
991*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabaprop.xhp \
992*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabapropadd.xhp \
993*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabapropcon.xhp \
994*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabapropgen.xhp \
995*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabawiz00.xhp \
996*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabawiz01.xhp \
997*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabawiz02.xhp \
998*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabawiz02access.xhp \
999*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabawiz02adabas.xhp \
1000*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabawiz02ado.xhp \
1001*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabawiz02dbase.xhp \
1002*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabawiz02jdbc.xhp \
1003*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabawiz02ldap.xhp \
1004*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabawiz02mysql.xhp \
1005*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabawiz02odbc.xhp \
1006*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabawiz02oracle.xhp \
1007*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabawiz02spreadsheet.xhp \
1008*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabawiz02text.xhp \
1009*cdf0e10cSrcweir   text$/shared$/explorer$/database$/dabawiz03auth.xhp \
1010*cdf0e10cSrcweir   text$/shared$/explorer$/database$/main.xhp \
1011*cdf0e10cSrcweir   text$/shared$/explorer$/database$/menubar.xhp \
1012*cdf0e10cSrcweir   text$/shared$/explorer$/database$/menuedit.xhp \
1013*cdf0e10cSrcweir   text$/shared$/explorer$/database$/menufile.xhp \
1014*cdf0e10cSrcweir   text$/shared$/explorer$/database$/menufilesave.xhp \
1015*cdf0e10cSrcweir   text$/shared$/explorer$/database$/menuinsert.xhp \
1016*cdf0e10cSrcweir   text$/shared$/explorer$/database$/menutools.xhp \
1017*cdf0e10cSrcweir   text$/shared$/explorer$/database$/menuview.xhp \
1018*cdf0e10cSrcweir   text$/shared$/explorer$/database$/migrate_macros.xhp \
1019*cdf0e10cSrcweir   text$/shared$/explorer$/database$/password.xhp \
1020*cdf0e10cSrcweir   text$/shared$/explorer$/database$/querywizard00.xhp \
1021*cdf0e10cSrcweir   text$/shared$/explorer$/database$/querywizard01.xhp \
1022*cdf0e10cSrcweir   text$/shared$/explorer$/database$/querywizard02.xhp \
1023*cdf0e10cSrcweir   text$/shared$/explorer$/database$/querywizard03.xhp \
1024*cdf0e10cSrcweir   text$/shared$/explorer$/database$/querywizard04.xhp \
1025*cdf0e10cSrcweir   text$/shared$/explorer$/database$/querywizard05.xhp \
1026*cdf0e10cSrcweir   text$/shared$/explorer$/database$/querywizard06.xhp \
1027*cdf0e10cSrcweir   text$/shared$/explorer$/database$/querywizard07.xhp \
1028*cdf0e10cSrcweir   text$/shared$/explorer$/database$/querywizard08.xhp \
1029*cdf0e10cSrcweir   text$/shared$/explorer$/database$/rep_datetime.xhp \
1030*cdf0e10cSrcweir   text$/shared$/explorer$/database$/rep_main.xhp \
1031*cdf0e10cSrcweir   text$/shared$/explorer$/database$/rep_navigator.xhp \
1032*cdf0e10cSrcweir   text$/shared$/explorer$/database$/rep_pagenumbers.xhp \
1033*cdf0e10cSrcweir   text$/shared$/explorer$/database$/rep_prop.xhp \
1034*cdf0e10cSrcweir   text$/shared$/explorer$/database$/rep_sort.xhp \
1035*cdf0e10cSrcweir   text$/shared$/explorer$/database$/tablewizard00.xhp \
1036*cdf0e10cSrcweir   text$/shared$/explorer$/database$/tablewizard01.xhp \
1037*cdf0e10cSrcweir   text$/shared$/explorer$/database$/tablewizard02.xhp \
1038*cdf0e10cSrcweir   text$/shared$/explorer$/database$/tablewizard03.xhp \
1039*cdf0e10cSrcweir   text$/shared$/explorer$/database$/tablewizard04.xhp \
1040*cdf0e10cSrcweir   text$/shared$/explorer$/database$/toolbars.xhp \
1041*cdf0e10cSrcweir   text$/shared$/fontwork_toolbar.xhp \
1042*cdf0e10cSrcweir   text$/shared$/guide$/aaa_start.xhp \
1043*cdf0e10cSrcweir   text$/shared$/guide$/accessibility.xhp \
1044*cdf0e10cSrcweir   text$/shared$/guide$/active_help_on_off.xhp \
1045*cdf0e10cSrcweir   text$/shared$/guide$/activex.xhp \
1046*cdf0e10cSrcweir   text$/shared$/guide$/assistive.xhp \
1047*cdf0e10cSrcweir   text$/shared$/guide$/autocorr_url.xhp \
1048*cdf0e10cSrcweir   text$/shared$/guide$/autohide.xhp \
1049*cdf0e10cSrcweir   text$/shared$/guide$/background.xhp \
1050*cdf0e10cSrcweir   text$/shared$/guide$/border_paragraph.xhp \
1051*cdf0e10cSrcweir   text$/shared$/guide$/border_table.xhp \
1052*cdf0e10cSrcweir   text$/shared$/guide$/breaking_lines.xhp \
1053*cdf0e10cSrcweir   text$/shared$/guide$/change_title.xhp \
1054*cdf0e10cSrcweir   text$/shared$/guide$/chart_axis.xhp \
1055*cdf0e10cSrcweir   text$/shared$/guide$/chart_barformat.xhp \
1056*cdf0e10cSrcweir   text$/shared$/guide$/chart_insert.xhp \
1057*cdf0e10cSrcweir   text$/shared$/guide$/chart_legend.xhp \
1058*cdf0e10cSrcweir   text$/shared$/guide$/chart_title.xhp \
1059*cdf0e10cSrcweir   text$/shared$/guide$/collab.xhp \
1060*cdf0e10cSrcweir   text$/shared$/guide$/configure_overview.xhp \
1061*cdf0e10cSrcweir   text$/shared$/guide$/contextmenu.xhp \
1062*cdf0e10cSrcweir   text$/shared$/guide$/copy_drawfunctions.xhp \
1063*cdf0e10cSrcweir   text$/shared$/guide$/copytable2application.xhp \
1064*cdf0e10cSrcweir   text$/shared$/guide$/copytext2application.xhp \
1065*cdf0e10cSrcweir   text$/shared$/guide$/ctl.xhp \
1066*cdf0e10cSrcweir   text$/shared$/guide$/data_addressbook.xhp \
1067*cdf0e10cSrcweir   text$/shared$/guide$/data_dbase2office.xhp \
1068*cdf0e10cSrcweir   text$/shared$/guide$/data_enter_sql.xhp \
1069*cdf0e10cSrcweir   text$/shared$/guide$/data_forms.xhp \
1070*cdf0e10cSrcweir   text$/shared$/guide$/data_im_export.xhp \
1071*cdf0e10cSrcweir   text$/shared$/guide$/data_new.xhp \
1072*cdf0e10cSrcweir   text$/shared$/guide$/data_queries.xhp \
1073*cdf0e10cSrcweir   text$/shared$/guide$/data_register.xhp \
1074*cdf0e10cSrcweir   text$/shared$/guide$/data_report.xhp \
1075*cdf0e10cSrcweir   text$/shared$/guide$/data_reports.xhp \
1076*cdf0e10cSrcweir   text$/shared$/guide$/data_search.xhp \
1077*cdf0e10cSrcweir   text$/shared$/guide$/data_search2.xhp \
1078*cdf0e10cSrcweir   text$/shared$/guide$/data_tabledefine.xhp \
1079*cdf0e10cSrcweir   text$/shared$/guide$/data_tables.xhp \
1080*cdf0e10cSrcweir   text$/shared$/guide$/data_view.xhp \
1081*cdf0e10cSrcweir   text$/shared$/guide$/database_main.xhp \
1082*cdf0e10cSrcweir   text$/shared$/guide$/digital_signatures.xhp \
1083*cdf0e10cSrcweir   text$/shared$/guide$/digitalsign_receive.xhp \
1084*cdf0e10cSrcweir   text$/shared$/guide$/digitalsign_send.xhp \
1085*cdf0e10cSrcweir   text$/shared$/guide$/doc_autosave.xhp \
1086*cdf0e10cSrcweir   text$/shared$/guide$/doc_open.xhp \
1087*cdf0e10cSrcweir   text$/shared$/guide$/doc_save.xhp \
1088*cdf0e10cSrcweir   text$/shared$/guide$/dragdrop.xhp \
1089*cdf0e10cSrcweir   text$/shared$/guide$/dragdrop_beamer.xhp \
1090*cdf0e10cSrcweir   text$/shared$/guide$/dragdrop_fromgallery.xhp \
1091*cdf0e10cSrcweir   text$/shared$/guide$/dragdrop_gallery.xhp \
1092*cdf0e10cSrcweir   text$/shared$/guide$/dragdrop_graphic.xhp \
1093*cdf0e10cSrcweir   text$/shared$/guide$/dragdrop_table.xhp \
1094*cdf0e10cSrcweir   text$/shared$/guide$/edit_symbolbar.xhp \
1095*cdf0e10cSrcweir   text$/shared$/guide$/email.xhp \
1096*cdf0e10cSrcweir   text$/shared$/guide$/error_report.xhp \
1097*cdf0e10cSrcweir   text$/shared$/guide$/export_ms.xhp \
1098*cdf0e10cSrcweir   text$/shared$/guide$/fax.xhp \
1099*cdf0e10cSrcweir   text$/shared$/guide$/filternavigator.xhp \
1100*cdf0e10cSrcweir   text$/shared$/guide$/find_attributes.xhp \
1101*cdf0e10cSrcweir   text$/shared$/guide$/flat_icons.xhp \
1102*cdf0e10cSrcweir   text$/shared$/guide$/floating_toolbar.xhp \
1103*cdf0e10cSrcweir   text$/shared$/guide$/fontwork.xhp \
1104*cdf0e10cSrcweir   text$/shared$/guide$/formfields.xhp \
1105*cdf0e10cSrcweir   text$/shared$/guide$/gallery_insert.xhp \
1106*cdf0e10cSrcweir   text$/shared$/guide$/groups.xhp \
1107*cdf0e10cSrcweir   text$/shared$/guide$/hyperlink_edit.xhp \
1108*cdf0e10cSrcweir   text$/shared$/guide$/hyperlink_insert.xhp \
1109*cdf0e10cSrcweir   text$/shared$/guide$/hyperlink_rel_abs.xhp \
1110*cdf0e10cSrcweir   text$/shared$/guide$/hyperlink_search.xhp \
1111*cdf0e10cSrcweir   text$/shared$/guide$/imagemap.xhp \
1112*cdf0e10cSrcweir   text$/shared$/guide$/import_ms.xhp \
1113*cdf0e10cSrcweir   text$/shared$/guide$/insert_bitmap.xhp \
1114*cdf0e10cSrcweir   text$/shared$/guide$/insert_graphic_drawit.xhp \
1115*cdf0e10cSrcweir   text$/shared$/guide$/insert_specialchar.xhp \
1116*cdf0e10cSrcweir   text$/shared$/guide$/integratinguno.xhp \
1117*cdf0e10cSrcweir   text$/shared$/guide$/keyboard.xhp \
1118*cdf0e10cSrcweir   text$/shared$/guide$/labels.xhp \
1119*cdf0e10cSrcweir   text$/shared$/guide$/labels_database.xhp \
1120*cdf0e10cSrcweir   text$/shared$/guide$/language_select.xhp \
1121*cdf0e10cSrcweir   text$/shared$/guide$/line_intext.xhp \
1122*cdf0e10cSrcweir   text$/shared$/guide$/lineend_define.xhp \
1123*cdf0e10cSrcweir   text$/shared$/guide$/linestyle_define.xhp \
1124*cdf0e10cSrcweir   text$/shared$/guide$/linestyles.xhp \
1125*cdf0e10cSrcweir   text$/shared$/guide$/macro_recording.xhp \
1126*cdf0e10cSrcweir   text$/shared$/guide$/main.xhp \
1127*cdf0e10cSrcweir   text$/shared$/guide$/measurement_units.xhp \
1128*cdf0e10cSrcweir   text$/shared$/guide$/microsoft_terms.xhp \
1129*cdf0e10cSrcweir   text$/shared$/guide$/mobiledevicefilters.xhp \
1130*cdf0e10cSrcweir   text$/shared$/guide$/ms_doctypes.xhp \
1131*cdf0e10cSrcweir   text$/shared$/guide$/ms_import_export_limitations.xhp \
1132*cdf0e10cSrcweir   text$/shared$/guide$/ms_user.xhp \
1133*cdf0e10cSrcweir   text$/shared$/guide$/navigator.xhp \
1134*cdf0e10cSrcweir   text$/shared$/guide$/navigator_setcursor.xhp \
1135*cdf0e10cSrcweir   text$/shared$/guide$/navpane_on.xhp \
1136*cdf0e10cSrcweir   text$/shared$/guide$/numbering_stop.xhp \
1137*cdf0e10cSrcweir   text$/shared$/guide$/pageformat_max.xhp \
1138*cdf0e10cSrcweir   text$/shared$/guide$/paintbrush.xhp \
1139*cdf0e10cSrcweir   text$/shared$/guide$/pasting.xhp \
1140*cdf0e10cSrcweir   text$/shared$/guide$/print_blackwhite.xhp \
1141*cdf0e10cSrcweir   text$/shared$/guide$/print_faster.xhp \
1142*cdf0e10cSrcweir   text$/shared$/guide$/protection.xhp \
1143*cdf0e10cSrcweir   text$/shared$/guide$/redlining.xhp \
1144*cdf0e10cSrcweir   text$/shared$/guide$/redlining_accept.xhp \
1145*cdf0e10cSrcweir   text$/shared$/guide$/redlining_doccompare.xhp \
1146*cdf0e10cSrcweir   text$/shared$/guide$/redlining_docmerge.xhp \
1147*cdf0e10cSrcweir   text$/shared$/guide$/redlining_enter.xhp \
1148*cdf0e10cSrcweir   text$/shared$/guide$/redlining_protect.xhp \
1149*cdf0e10cSrcweir   text$/shared$/guide$/redlining_versions.xhp \
1150*cdf0e10cSrcweir   text$/shared$/guide$/round_corner.xhp \
1151*cdf0e10cSrcweir   text$/shared$/guide$/scripting.xhp \
1152*cdf0e10cSrcweir   text$/shared$/guide$/space_hyphen.xhp \
1153*cdf0e10cSrcweir   text$/shared$/guide$/spadmin.xhp \
1154*cdf0e10cSrcweir   text$/shared$/guide$/standard_template.xhp \
1155*cdf0e10cSrcweir   text$/shared$/guide$/start_parameters.xhp \
1156*cdf0e10cSrcweir   text$/shared$/guide$/startcenter.xhp \
1157*cdf0e10cSrcweir   text$/shared$/guide$/tabs.xhp \
1158*cdf0e10cSrcweir   text$/shared$/guide$/text_color.xhp \
1159*cdf0e10cSrcweir   text$/shared$/guide$/textmode_change.xhp \
1160*cdf0e10cSrcweir   text$/shared$/guide$/undo_formatting.xhp \
1161*cdf0e10cSrcweir   text$/shared$/guide$/version_number.xhp \
1162*cdf0e10cSrcweir   text$/shared$/guide$/viewing_file_properties.xhp \
1163*cdf0e10cSrcweir   text$/shared$/guide$/workfolder.xhp \
1164*cdf0e10cSrcweir   text$/shared$/guide$/xforms.xhp \
1165*cdf0e10cSrcweir   text$/shared$/guide$/xsltfilter.xhp \
1166*cdf0e10cSrcweir   text$/shared$/guide$/xsltfilter_create.xhp \
1167*cdf0e10cSrcweir   text$/shared$/guide$/xsltfilter_distribute.xhp \
1168*cdf0e10cSrcweir   text$/shared$/main0108.xhp \
1169*cdf0e10cSrcweir   text$/shared$/main0201.xhp \
1170*cdf0e10cSrcweir   text$/shared$/main0204.xhp \
1171*cdf0e10cSrcweir   text$/shared$/main0208.xhp \
1172*cdf0e10cSrcweir   text$/shared$/main0209.xhp \
1173*cdf0e10cSrcweir   text$/shared$/main0212.xhp \
1174*cdf0e10cSrcweir   text$/shared$/main0213.xhp \
1175*cdf0e10cSrcweir   text$/shared$/main0214.xhp \
1176*cdf0e10cSrcweir   text$/shared$/main0226.xhp \
1177*cdf0e10cSrcweir   text$/shared$/main0227.xhp \
1178*cdf0e10cSrcweir   text$/shared$/main0400.xhp \
1179*cdf0e10cSrcweir   text$/shared$/main0500.xhp \
1180*cdf0e10cSrcweir   text$/shared$/main0600.xhp \
1181*cdf0e10cSrcweir   text$/shared$/main0650.xhp \
1182*cdf0e10cSrcweir   text$/shared$/main0800.xhp \
1183*cdf0e10cSrcweir   text$/shared$/optionen$/01000000.xhp \
1184*cdf0e10cSrcweir   text$/shared$/optionen$/01010000.xhp \
1185*cdf0e10cSrcweir   text$/shared$/optionen$/01010100.xhp \
1186*cdf0e10cSrcweir   text$/shared$/optionen$/01010200.xhp \
1187*cdf0e10cSrcweir   text$/shared$/optionen$/01010300.xhp \
1188*cdf0e10cSrcweir   text$/shared$/optionen$/01010301.xhp \
1189*cdf0e10cSrcweir   text$/shared$/optionen$/01010400.xhp \
1190*cdf0e10cSrcweir   text$/shared$/optionen$/01010401.xhp \
1191*cdf0e10cSrcweir   text$/shared$/optionen$/01010500.xhp \
1192*cdf0e10cSrcweir   text$/shared$/optionen$/01010501.xhp \
1193*cdf0e10cSrcweir   text$/shared$/optionen$/01010600.xhp \
1194*cdf0e10cSrcweir   text$/shared$/optionen$/01010700.xhp \
1195*cdf0e10cSrcweir   text$/shared$/optionen$/01010800.xhp \
1196*cdf0e10cSrcweir   text$/shared$/optionen$/01010900.xhp \
1197*cdf0e10cSrcweir   text$/shared$/optionen$/01011000.xhp \
1198*cdf0e10cSrcweir   text$/shared$/optionen$/01012000.xhp \
1199*cdf0e10cSrcweir   text$/shared$/optionen$/01013000.xhp \
1200*cdf0e10cSrcweir   text$/shared$/optionen$/01014000.xhp \
1201*cdf0e10cSrcweir   text$/shared$/optionen$/01020000.xhp \
1202*cdf0e10cSrcweir   text$/shared$/optionen$/01020100.xhp \
1203*cdf0e10cSrcweir   text$/shared$/optionen$/01020200.xhp \
1204*cdf0e10cSrcweir   text$/shared$/optionen$/01020300.xhp \
1205*cdf0e10cSrcweir   text$/shared$/optionen$/01020400.xhp \
1206*cdf0e10cSrcweir   text$/shared$/optionen$/01030000.xhp \
1207*cdf0e10cSrcweir   text$/shared$/optionen$/01030300.xhp \
1208*cdf0e10cSrcweir   text$/shared$/optionen$/01030500.xhp \
1209*cdf0e10cSrcweir   text$/shared$/optionen$/01040000.xhp \
1210*cdf0e10cSrcweir   text$/shared$/optionen$/01040200.xhp \
1211*cdf0e10cSrcweir   text$/shared$/optionen$/01040300.xhp \
1212*cdf0e10cSrcweir   text$/shared$/optionen$/01040301.xhp \
1213*cdf0e10cSrcweir   text$/shared$/optionen$/01040400.xhp \
1214*cdf0e10cSrcweir   text$/shared$/optionen$/01040500.xhp \
1215*cdf0e10cSrcweir   text$/shared$/optionen$/01040600.xhp \
1216*cdf0e10cSrcweir   text$/shared$/optionen$/01040700.xhp \
1217*cdf0e10cSrcweir   text$/shared$/optionen$/01040900.xhp \
1218*cdf0e10cSrcweir   text$/shared$/optionen$/01041000.xhp \
1219*cdf0e10cSrcweir   text$/shared$/optionen$/01041100.xhp \
1220*cdf0e10cSrcweir   text$/shared$/optionen$/01050000.xhp \
1221*cdf0e10cSrcweir   text$/shared$/optionen$/01050100.xhp \
1222*cdf0e10cSrcweir   text$/shared$/optionen$/01050300.xhp \
1223*cdf0e10cSrcweir   text$/shared$/optionen$/01060000.xhp \
1224*cdf0e10cSrcweir   text$/shared$/optionen$/01060100.xhp \
1225*cdf0e10cSrcweir   text$/shared$/optionen$/01060300.xhp \
1226*cdf0e10cSrcweir   text$/shared$/optionen$/01060400.xhp \
1227*cdf0e10cSrcweir   text$/shared$/optionen$/01060401.xhp \
1228*cdf0e10cSrcweir   text$/shared$/optionen$/01060500.xhp \
1229*cdf0e10cSrcweir   text$/shared$/optionen$/01060600.xhp \
1230*cdf0e10cSrcweir   text$/shared$/optionen$/01060700.xhp \
1231*cdf0e10cSrcweir   text$/shared$/optionen$/01070000.xhp \
1232*cdf0e10cSrcweir   text$/shared$/optionen$/01070100.xhp \
1233*cdf0e10cSrcweir   text$/shared$/optionen$/01070300.xhp \
1234*cdf0e10cSrcweir   text$/shared$/optionen$/01070400.xhp \
1235*cdf0e10cSrcweir   text$/shared$/optionen$/01070500.xhp \
1236*cdf0e10cSrcweir   text$/shared$/optionen$/01080000.xhp \
1237*cdf0e10cSrcweir   text$/shared$/optionen$/01090000.xhp \
1238*cdf0e10cSrcweir   text$/shared$/optionen$/01090100.xhp \
1239*cdf0e10cSrcweir   text$/shared$/optionen$/01110000.xhp \
1240*cdf0e10cSrcweir   text$/shared$/optionen$/01110100.xhp \
1241*cdf0e10cSrcweir   text$/shared$/optionen$/01130100.xhp \
1242*cdf0e10cSrcweir   text$/shared$/optionen$/01130200.xhp \
1243*cdf0e10cSrcweir   text$/shared$/optionen$/01140000.xhp \
1244*cdf0e10cSrcweir   text$/shared$/optionen$/01150000.xhp \
1245*cdf0e10cSrcweir   text$/shared$/optionen$/01150100.xhp \
1246*cdf0e10cSrcweir   text$/shared$/optionen$/01150200.xhp \
1247*cdf0e10cSrcweir   text$/shared$/optionen$/01150300.xhp \
1248*cdf0e10cSrcweir   text$/shared$/optionen$/01160000.xhp \
1249*cdf0e10cSrcweir   text$/shared$/optionen$/01160100.xhp \
1250*cdf0e10cSrcweir   text$/shared$/optionen$/01160200.xhp \
1251*cdf0e10cSrcweir   text$/shared$/optionen$/01160201.xhp \
1252*cdf0e10cSrcweir   text$/shared$/optionen$/improvement.xhp \
1253*cdf0e10cSrcweir   text$/shared$/optionen$/java.xhp \
1254*cdf0e10cSrcweir   text$/shared$/optionen$/javaclasspath.xhp \
1255*cdf0e10cSrcweir   text$/shared$/optionen$/javaparameters.xhp \
1256*cdf0e10cSrcweir   text$/shared$/optionen$/macrosecurity.xhp \
1257*cdf0e10cSrcweir   text$/shared$/optionen$/macrosecurity_sl.xhp \
1258*cdf0e10cSrcweir   text$/shared$/optionen$/macrosecurity_ts.xhp \
1259*cdf0e10cSrcweir   text$/shared$/optionen$/mailmerge.xhp \
1260*cdf0e10cSrcweir   text$/shared$/optionen$/online_update.xhp \
1261*cdf0e10cSrcweir   text$/shared$/optionen$/serverauthentication.xhp \
1262*cdf0e10cSrcweir   text$/shared$/optionen$/testaccount.xhp \
1263*cdf0e10cSrcweir   text$/shared$/optionen$/viewcertificate.xhp \
1264*cdf0e10cSrcweir   text$/shared$/optionen$/viewcertificate_c.xhp \
1265*cdf0e10cSrcweir   text$/shared$/optionen$/viewcertificate_d.xhp \
1266*cdf0e10cSrcweir   text$/shared$/optionen$/viewcertificate_g.xhp \
1267*cdf0e10cSrcweir   text$/shared$/tree_strings.xhp \
1268*cdf0e10cSrcweir   text$/schart$/00$/00000004.xhp \
1269*cdf0e10cSrcweir   text$/schart$/01$/03010000.xhp \
1270*cdf0e10cSrcweir   text$/schart$/01$/04010000.xhp \
1271*cdf0e10cSrcweir   text$/schart$/01$/04020000.xhp \
1272*cdf0e10cSrcweir   text$/schart$/01$/04030000.xhp \
1273*cdf0e10cSrcweir   text$/schart$/01$/04040000.xhp \
1274*cdf0e10cSrcweir   text$/schart$/01$/04050000.xhp \
1275*cdf0e10cSrcweir   text$/schart$/01$/04050100.xhp \
1276*cdf0e10cSrcweir   text$/schart$/01$/04060000.xhp \
1277*cdf0e10cSrcweir   text$/schart$/01$/04070000.xhp \
1278*cdf0e10cSrcweir   text$/schart$/01$/05010000.xhp \
1279*cdf0e10cSrcweir   text$/schart$/01$/05010100.xhp \
1280*cdf0e10cSrcweir   text$/schart$/01$/05010200.xhp \
1281*cdf0e10cSrcweir   text$/schart$/01$/05020000.xhp \
1282*cdf0e10cSrcweir   text$/schart$/01$/05020100.xhp \
1283*cdf0e10cSrcweir   text$/schart$/01$/05020101.xhp \
1284*cdf0e10cSrcweir   text$/schart$/01$/05020200.xhp \
1285*cdf0e10cSrcweir   text$/schart$/01$/05020201.xhp \
1286*cdf0e10cSrcweir   text$/schart$/01$/05030000.xhp \
1287*cdf0e10cSrcweir   text$/schart$/01$/05040000.xhp \
1288*cdf0e10cSrcweir   text$/schart$/01$/05040100.xhp \
1289*cdf0e10cSrcweir   text$/schart$/01$/05040200.xhp \
1290*cdf0e10cSrcweir   text$/schart$/01$/05040201.xhp \
1291*cdf0e10cSrcweir   text$/schart$/01$/05040202.xhp \
1292*cdf0e10cSrcweir   text$/schart$/01$/05050000.xhp \
1293*cdf0e10cSrcweir   text$/schart$/01$/05050100.xhp \
1294*cdf0e10cSrcweir   text$/schart$/01$/05060000.xhp \
1295*cdf0e10cSrcweir   text$/schart$/01$/05070000.xhp \
1296*cdf0e10cSrcweir   text$/schart$/01$/05080000.xhp \
1297*cdf0e10cSrcweir   text$/schart$/01$/05120000.xhp \
1298*cdf0e10cSrcweir   text$/schart$/01$/choose_chart_type.xhp \
1299*cdf0e10cSrcweir   text$/schart$/01$/smooth_line_properties.xhp \
1300*cdf0e10cSrcweir   text$/schart$/01$/three_d_view.xhp \
1301*cdf0e10cSrcweir   text$/schart$/01$/type_area.xhp \
1302*cdf0e10cSrcweir   text$/schart$/01$/type_bubble.xhp \
1303*cdf0e10cSrcweir   text$/schart$/01$/type_column_bar.xhp \
1304*cdf0e10cSrcweir   text$/schart$/01$/type_column_line.xhp \
1305*cdf0e10cSrcweir   text$/schart$/01$/type_line.xhp \
1306*cdf0e10cSrcweir   text$/schart$/01$/type_net.xhp \
1307*cdf0e10cSrcweir   text$/schart$/01$/type_pie.xhp \
1308*cdf0e10cSrcweir   text$/schart$/01$/type_stock.xhp \
1309*cdf0e10cSrcweir   text$/schart$/01$/type_xy.xhp \
1310*cdf0e10cSrcweir   text$/schart$/01$/wiz_chart_elements.xhp \
1311*cdf0e10cSrcweir   text$/schart$/01$/wiz_chart_type.xhp \
1312*cdf0e10cSrcweir   text$/schart$/01$/wiz_data_range.xhp \
1313*cdf0e10cSrcweir   text$/schart$/01$/wiz_data_series.xhp \
1314*cdf0e10cSrcweir   text$/schart$/02$/01190000.xhp \
1315*cdf0e10cSrcweir   text$/schart$/02$/01200000.xhp \
1316*cdf0e10cSrcweir   text$/schart$/02$/01210000.xhp \
1317*cdf0e10cSrcweir   text$/schart$/02$/01220000.xhp \
1318*cdf0e10cSrcweir   text$/schart$/02$/02020000.xhp \
1319*cdf0e10cSrcweir   text$/schart$/04$/01020000.xhp \
1320*cdf0e10cSrcweir   text$/schart$/main0000.xhp \
1321*cdf0e10cSrcweir   text$/schart$/main0202.xhp \
1322*cdf0e10cSrcweir   text$/schart$/main0503.xhp \
1323*cdf0e10cSrcweir
1324*cdf0e10cSrcweir
1325*cdf0e10cSrcweir# --- Targets ------------------------------------------------------
1326*cdf0e10cSrcweir
1327*cdf0e10cSrcweir.INCLUDE :  target.mk
1328*cdf0e10cSrcweir.INCLUDE :  $(PRJ)$/util$/target.pmk
1329