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_swriter 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_swriter 46*cdf0e10cSrcweirZIP1FLAGS= -u -r 47*cdf0e10cSrcweirZIP1DIR=$(COMMONMISC)$/$(LANGDIR) 48*cdf0e10cSrcweirZIP1LIST=$(LANGDIR)$/text$/swriter$/* -x "*.xhp????*" -x "*.dphh*" -x "*.hzip" -x "*.created" 49*cdf0e10cSrcweir 50*cdf0e10cSrcweirLINKNAME=swriter 51*cdf0e10cSrcweirLINKADDEDFILES= \ 52*cdf0e10cSrcweir -add swriter.cfg $(PRJ)$/source$/auxiliary$/LANGUAGE$/swriter.cfg \ 53*cdf0e10cSrcweir -add swriter.tree $(COMMONMISC)$/LANGUAGE$/swriter.tree \ 54*cdf0e10cSrcweir -add swriter.jar $(COMMONBIN)$/xhp_swriter_LANGUAGE.zip 55*cdf0e10cSrcweir 56*cdf0e10cSrcweir 57*cdf0e10cSrcweirLINKADDEDDEPS= \ 58*cdf0e10cSrcweir $(PRJ)$/source$/auxiliary$/LANGUAGE$/swriter.cfg \ 59*cdf0e10cSrcweir $(COMMONMISC)$/LANGUAGE$/swriter.tree \ 60*cdf0e10cSrcweir $(COMMONBIN)$/xhp_swriter_LANGUAGE.zip 61*cdf0e10cSrcweir 62*cdf0e10cSrcweir 63*cdf0e10cSrcweirLINKLINKFILES= \ 64*cdf0e10cSrcweir text$/swriter$/00$/00000004.xhp \ 65*cdf0e10cSrcweir text$/swriter$/00$/00000401.xhp \ 66*cdf0e10cSrcweir text$/swriter$/00$/00000402.xhp \ 67*cdf0e10cSrcweir text$/swriter$/00$/00000403.xhp \ 68*cdf0e10cSrcweir text$/swriter$/00$/00000404.xhp \ 69*cdf0e10cSrcweir text$/swriter$/00$/00000405.xhp \ 70*cdf0e10cSrcweir text$/swriter$/00$/00000406.xhp \ 71*cdf0e10cSrcweir text$/swriter$/01$/01120000.xhp \ 72*cdf0e10cSrcweir text$/swriter$/01$/01150000.xhp \ 73*cdf0e10cSrcweir text$/swriter$/01$/01160100.xhp \ 74*cdf0e10cSrcweir text$/swriter$/01$/01160200.xhp \ 75*cdf0e10cSrcweir text$/swriter$/01$/01160300.xhp \ 76*cdf0e10cSrcweir text$/swriter$/01$/01160400.xhp \ 77*cdf0e10cSrcweir text$/swriter$/01$/01160500.xhp \ 78*cdf0e10cSrcweir text$/swriter$/01$/02110000.xhp \ 79*cdf0e10cSrcweir text$/swriter$/01$/02110100.xhp \ 80*cdf0e10cSrcweir text$/swriter$/01$/02120000.xhp \ 81*cdf0e10cSrcweir text$/swriter$/01$/02120100.xhp \ 82*cdf0e10cSrcweir text$/swriter$/01$/02130000.xhp \ 83*cdf0e10cSrcweir text$/swriter$/01$/02140000.xhp \ 84*cdf0e10cSrcweir text$/swriter$/01$/02150000.xhp \ 85*cdf0e10cSrcweir text$/swriter$/01$/02160000.xhp \ 86*cdf0e10cSrcweir text$/swriter$/01$/02170000.xhp \ 87*cdf0e10cSrcweir text$/swriter$/01$/03050000.xhp \ 88*cdf0e10cSrcweir text$/swriter$/01$/03070000.xhp \ 89*cdf0e10cSrcweir text$/swriter$/01$/03080000.xhp \ 90*cdf0e10cSrcweir text$/swriter$/01$/03090000.xhp \ 91*cdf0e10cSrcweir text$/swriter$/01$/03100000.xhp \ 92*cdf0e10cSrcweir text$/swriter$/01$/03120000.xhp \ 93*cdf0e10cSrcweir text$/swriter$/01$/03130000.xhp \ 94*cdf0e10cSrcweir text$/swriter$/01$/03140000.xhp \ 95*cdf0e10cSrcweir text$/swriter$/01$/04010000.xhp \ 96*cdf0e10cSrcweir text$/swriter$/01$/04020000.xhp \ 97*cdf0e10cSrcweir text$/swriter$/01$/04020100.xhp \ 98*cdf0e10cSrcweir text$/swriter$/01$/04020200.xhp \ 99*cdf0e10cSrcweir text$/swriter$/01$/04030000.xhp \ 100*cdf0e10cSrcweir text$/swriter$/01$/04040000.xhp \ 101*cdf0e10cSrcweir text$/swriter$/01$/04060000.xhp \ 102*cdf0e10cSrcweir text$/swriter$/01$/04060100.xhp \ 103*cdf0e10cSrcweir text$/swriter$/01$/04070000.xhp \ 104*cdf0e10cSrcweir text$/swriter$/01$/04070100.xhp \ 105*cdf0e10cSrcweir text$/swriter$/01$/04070200.xhp \ 106*cdf0e10cSrcweir text$/swriter$/01$/04070300.xhp \ 107*cdf0e10cSrcweir text$/swriter$/01$/04090000.xhp \ 108*cdf0e10cSrcweir text$/swriter$/01$/04090001.xhp \ 109*cdf0e10cSrcweir text$/swriter$/01$/04090002.xhp \ 110*cdf0e10cSrcweir text$/swriter$/01$/04090003.xhp \ 111*cdf0e10cSrcweir text$/swriter$/01$/04090004.xhp \ 112*cdf0e10cSrcweir text$/swriter$/01$/04090005.xhp \ 113*cdf0e10cSrcweir text$/swriter$/01$/04090006.xhp \ 114*cdf0e10cSrcweir text$/swriter$/01$/04090007.xhp \ 115*cdf0e10cSrcweir text$/swriter$/01$/04090100.xhp \ 116*cdf0e10cSrcweir text$/swriter$/01$/04090200.xhp \ 117*cdf0e10cSrcweir text$/swriter$/01$/04120000.xhp \ 118*cdf0e10cSrcweir text$/swriter$/01$/04120100.xhp \ 119*cdf0e10cSrcweir text$/swriter$/01$/04120200.xhp \ 120*cdf0e10cSrcweir text$/swriter$/01$/04120201.xhp \ 121*cdf0e10cSrcweir text$/swriter$/01$/04120210.xhp \ 122*cdf0e10cSrcweir text$/swriter$/01$/04120211.xhp \ 123*cdf0e10cSrcweir text$/swriter$/01$/04120212.xhp \ 124*cdf0e10cSrcweir text$/swriter$/01$/04120213.xhp \ 125*cdf0e10cSrcweir text$/swriter$/01$/04120214.xhp \ 126*cdf0e10cSrcweir text$/swriter$/01$/04120215.xhp \ 127*cdf0e10cSrcweir text$/swriter$/01$/04120216.xhp \ 128*cdf0e10cSrcweir text$/swriter$/01$/04120217.xhp \ 129*cdf0e10cSrcweir text$/swriter$/01$/04120219.xhp \ 130*cdf0e10cSrcweir text$/swriter$/01$/04120220.xhp \ 131*cdf0e10cSrcweir text$/swriter$/01$/04120221.xhp \ 132*cdf0e10cSrcweir text$/swriter$/01$/04120222.xhp \ 133*cdf0e10cSrcweir text$/swriter$/01$/04120223.xhp \ 134*cdf0e10cSrcweir text$/swriter$/01$/04120224.xhp \ 135*cdf0e10cSrcweir text$/swriter$/01$/04120225.xhp \ 136*cdf0e10cSrcweir text$/swriter$/01$/04120226.xhp \ 137*cdf0e10cSrcweir text$/swriter$/01$/04120227.xhp \ 138*cdf0e10cSrcweir text$/swriter$/01$/04120229.xhp \ 139*cdf0e10cSrcweir text$/swriter$/01$/04120250.xhp \ 140*cdf0e10cSrcweir text$/swriter$/01$/04120300.xhp \ 141*cdf0e10cSrcweir text$/swriter$/01$/04130000.xhp \ 142*cdf0e10cSrcweir text$/swriter$/01$/04130100.xhp \ 143*cdf0e10cSrcweir text$/swriter$/01$/04150000.xhp \ 144*cdf0e10cSrcweir text$/swriter$/01$/04180400.xhp \ 145*cdf0e10cSrcweir text$/swriter$/01$/04190000.xhp \ 146*cdf0e10cSrcweir text$/swriter$/01$/04200000.xhp \ 147*cdf0e10cSrcweir text$/swriter$/01$/04210000.xhp \ 148*cdf0e10cSrcweir text$/swriter$/01$/04220000.xhp \ 149*cdf0e10cSrcweir text$/swriter$/01$/04230000.xhp \ 150*cdf0e10cSrcweir text$/swriter$/01$/04990000.xhp \ 151*cdf0e10cSrcweir text$/swriter$/01$/05030200.xhp \ 152*cdf0e10cSrcweir text$/swriter$/01$/05030400.xhp \ 153*cdf0e10cSrcweir text$/swriter$/01$/05030800.xhp \ 154*cdf0e10cSrcweir text$/swriter$/01$/05040000.xhp \ 155*cdf0e10cSrcweir text$/swriter$/01$/05040500.xhp \ 156*cdf0e10cSrcweir text$/swriter$/01$/05040501.xhp \ 157*cdf0e10cSrcweir text$/swriter$/01$/05040600.xhp \ 158*cdf0e10cSrcweir text$/swriter$/01$/05040700.xhp \ 159*cdf0e10cSrcweir text$/swriter$/01$/05040800.xhp \ 160*cdf0e10cSrcweir text$/swriter$/01$/05060000.xhp \ 161*cdf0e10cSrcweir text$/swriter$/01$/05060100.xhp \ 162*cdf0e10cSrcweir text$/swriter$/01$/05060200.xhp \ 163*cdf0e10cSrcweir text$/swriter$/01$/05060201.xhp \ 164*cdf0e10cSrcweir text$/swriter$/01$/05060300.xhp \ 165*cdf0e10cSrcweir text$/swriter$/01$/05060700.xhp \ 166*cdf0e10cSrcweir text$/swriter$/01$/05060800.xhp \ 167*cdf0e10cSrcweir text$/swriter$/01$/05060900.xhp \ 168*cdf0e10cSrcweir text$/swriter$/01$/05080000.xhp \ 169*cdf0e10cSrcweir text$/swriter$/01$/05090000.xhp \ 170*cdf0e10cSrcweir text$/swriter$/01$/05090100.xhp \ 171*cdf0e10cSrcweir text$/swriter$/01$/05090200.xhp \ 172*cdf0e10cSrcweir text$/swriter$/01$/05090201.xhp \ 173*cdf0e10cSrcweir text$/swriter$/01$/05090300.xhp \ 174*cdf0e10cSrcweir text$/swriter$/01$/05100000.xhp \ 175*cdf0e10cSrcweir text$/swriter$/01$/05100300.xhp \ 176*cdf0e10cSrcweir text$/swriter$/01$/05100400.xhp \ 177*cdf0e10cSrcweir text$/swriter$/01$/05110000.xhp \ 178*cdf0e10cSrcweir text$/swriter$/01$/05110100.xhp \ 179*cdf0e10cSrcweir text$/swriter$/01$/05110200.xhp \ 180*cdf0e10cSrcweir text$/swriter$/01$/05110300.xhp \ 181*cdf0e10cSrcweir text$/swriter$/01$/05110500.xhp \ 182*cdf0e10cSrcweir text$/swriter$/01$/05120000.xhp \ 183*cdf0e10cSrcweir text$/swriter$/01$/05120100.xhp \ 184*cdf0e10cSrcweir text$/swriter$/01$/05120200.xhp \ 185*cdf0e10cSrcweir text$/swriter$/01$/05120300.xhp \ 186*cdf0e10cSrcweir text$/swriter$/01$/05120400.xhp \ 187*cdf0e10cSrcweir text$/swriter$/01$/05120500.xhp \ 188*cdf0e10cSrcweir text$/swriter$/01$/05130000.xhp \ 189*cdf0e10cSrcweir text$/swriter$/01$/05130002.xhp \ 190*cdf0e10cSrcweir text$/swriter$/01$/05130004.xhp \ 191*cdf0e10cSrcweir text$/swriter$/01$/05130100.xhp \ 192*cdf0e10cSrcweir text$/swriter$/01$/05140000.xhp \ 193*cdf0e10cSrcweir text$/swriter$/01$/05150000.xhp \ 194*cdf0e10cSrcweir text$/swriter$/01$/05150100.xhp \ 195*cdf0e10cSrcweir text$/swriter$/01$/05150101.xhp \ 196*cdf0e10cSrcweir text$/swriter$/01$/05150104.xhp \ 197*cdf0e10cSrcweir text$/swriter$/01$/05150200.xhp \ 198*cdf0e10cSrcweir text$/swriter$/01$/05150300.xhp \ 199*cdf0e10cSrcweir text$/swriter$/01$/05170000.xhp \ 200*cdf0e10cSrcweir text$/swriter$/01$/05180000.xhp \ 201*cdf0e10cSrcweir text$/swriter$/01$/05190000.xhp \ 202*cdf0e10cSrcweir text$/swriter$/01$/05200000.xhp \ 203*cdf0e10cSrcweir text$/swriter$/01$/05990000.xhp \ 204*cdf0e10cSrcweir text$/swriter$/01$/06030000.xhp \ 205*cdf0e10cSrcweir text$/swriter$/01$/06040000.xhp \ 206*cdf0e10cSrcweir text$/swriter$/01$/06060000.xhp \ 207*cdf0e10cSrcweir text$/swriter$/01$/06060100.xhp \ 208*cdf0e10cSrcweir text$/swriter$/01$/06080000.xhp \ 209*cdf0e10cSrcweir text$/swriter$/01$/06080100.xhp \ 210*cdf0e10cSrcweir text$/swriter$/01$/06080200.xhp \ 211*cdf0e10cSrcweir text$/swriter$/01$/06090000.xhp \ 212*cdf0e10cSrcweir text$/swriter$/01$/06100000.xhp \ 213*cdf0e10cSrcweir text$/swriter$/01$/06110000.xhp \ 214*cdf0e10cSrcweir text$/swriter$/01$/06120000.xhp \ 215*cdf0e10cSrcweir text$/swriter$/01$/06160000.xhp \ 216*cdf0e10cSrcweir text$/swriter$/01$/06170000.xhp \ 217*cdf0e10cSrcweir text$/swriter$/01$/06180000.xhp \ 218*cdf0e10cSrcweir text$/swriter$/01$/06190000.xhp \ 219*cdf0e10cSrcweir text$/swriter$/01$/06200000.xhp \ 220*cdf0e10cSrcweir text$/swriter$/01$/06210000.xhp \ 221*cdf0e10cSrcweir text$/swriter$/01$/06220000.xhp \ 222*cdf0e10cSrcweir text$/swriter$/01$/06990000.xhp \ 223*cdf0e10cSrcweir text$/swriter$/01$/format_object.xhp \ 224*cdf0e10cSrcweir text$/swriter$/01$/mailmerge00.xhp \ 225*cdf0e10cSrcweir text$/swriter$/01$/mailmerge01.xhp \ 226*cdf0e10cSrcweir text$/swriter$/01$/mailmerge02.xhp \ 227*cdf0e10cSrcweir text$/swriter$/01$/mailmerge03.xhp \ 228*cdf0e10cSrcweir text$/swriter$/01$/mailmerge04.xhp \ 229*cdf0e10cSrcweir text$/swriter$/01$/mailmerge05.xhp \ 230*cdf0e10cSrcweir text$/swriter$/01$/mailmerge06.xhp \ 231*cdf0e10cSrcweir text$/swriter$/01$/mailmerge07.xhp \ 232*cdf0e10cSrcweir text$/swriter$/01$/mailmerge08.xhp \ 233*cdf0e10cSrcweir text$/swriter$/01$/mm_copyto.xhp \ 234*cdf0e10cSrcweir text$/swriter$/01$/mm_cusaddfie.xhp \ 235*cdf0e10cSrcweir text$/swriter$/01$/mm_cusaddlis.xhp \ 236*cdf0e10cSrcweir text$/swriter$/01$/mm_cusgrelin.xhp \ 237*cdf0e10cSrcweir text$/swriter$/01$/mm_emabod.xhp \ 238*cdf0e10cSrcweir text$/swriter$/01$/mm_finent.xhp \ 239*cdf0e10cSrcweir text$/swriter$/01$/mm_matfie.xhp \ 240*cdf0e10cSrcweir text$/swriter$/01$/mm_newaddblo.xhp \ 241*cdf0e10cSrcweir text$/swriter$/01$/mm_newaddlis.xhp \ 242*cdf0e10cSrcweir text$/swriter$/01$/mm_seladdblo.xhp \ 243*cdf0e10cSrcweir text$/swriter$/01$/mm_seladdlis.xhp \ 244*cdf0e10cSrcweir text$/swriter$/01$/mm_seltab.xhp \ 245*cdf0e10cSrcweir text$/swriter$/01$/selection_mode.xhp \ 246*cdf0e10cSrcweir text$/swriter$/02$/02110000.xhp \ 247*cdf0e10cSrcweir text$/swriter$/02$/03210000.xhp \ 248*cdf0e10cSrcweir text$/swriter$/02$/03220000.xhp \ 249*cdf0e10cSrcweir text$/swriter$/02$/04090000.xhp \ 250*cdf0e10cSrcweir text$/swriter$/02$/04100000.xhp \ 251*cdf0e10cSrcweir text$/swriter$/02$/04220000.xhp \ 252*cdf0e10cSrcweir text$/swriter$/02$/04230000.xhp \ 253*cdf0e10cSrcweir text$/swriter$/02$/04240000.xhp \ 254*cdf0e10cSrcweir text$/swriter$/02$/04250000.xhp \ 255*cdf0e10cSrcweir text$/swriter$/02$/06040000.xhp \ 256*cdf0e10cSrcweir text$/swriter$/02$/06070000.xhp \ 257*cdf0e10cSrcweir text$/swriter$/02$/06080000.xhp \ 258*cdf0e10cSrcweir text$/swriter$/02$/06090000.xhp \ 259*cdf0e10cSrcweir text$/swriter$/02$/06120000.xhp \ 260*cdf0e10cSrcweir text$/swriter$/02$/06130000.xhp \ 261*cdf0e10cSrcweir text$/swriter$/02$/06140000.xhp \ 262*cdf0e10cSrcweir text$/swriter$/02$/08010000.xhp \ 263*cdf0e10cSrcweir text$/swriter$/02$/08080000.xhp \ 264*cdf0e10cSrcweir text$/swriter$/02$/10010000.xhp \ 265*cdf0e10cSrcweir text$/swriter$/02$/10020000.xhp \ 266*cdf0e10cSrcweir text$/swriter$/02$/10030000.xhp \ 267*cdf0e10cSrcweir text$/swriter$/02$/10050000.xhp \ 268*cdf0e10cSrcweir text$/swriter$/02$/10070000.xhp \ 269*cdf0e10cSrcweir text$/swriter$/02$/10080000.xhp \ 270*cdf0e10cSrcweir text$/swriter$/02$/10090000.xhp \ 271*cdf0e10cSrcweir text$/swriter$/02$/10110000.xhp \ 272*cdf0e10cSrcweir text$/swriter$/02$/14010000.xhp \ 273*cdf0e10cSrcweir text$/swriter$/02$/14020000.xhp \ 274*cdf0e10cSrcweir text$/swriter$/02$/14030000.xhp \ 275*cdf0e10cSrcweir text$/swriter$/02$/14040000.xhp \ 276*cdf0e10cSrcweir text$/swriter$/02$/14050000.xhp \ 277*cdf0e10cSrcweir text$/swriter$/02$/18010000.xhp \ 278*cdf0e10cSrcweir text$/swriter$/02$/18030000.xhp \ 279*cdf0e10cSrcweir text$/swriter$/02$/18030100.xhp \ 280*cdf0e10cSrcweir text$/swriter$/02$/18030200.xhp \ 281*cdf0e10cSrcweir text$/swriter$/02$/18030300.xhp \ 282*cdf0e10cSrcweir text$/swriter$/02$/18030400.xhp \ 283*cdf0e10cSrcweir text$/swriter$/02$/18030500.xhp \ 284*cdf0e10cSrcweir text$/swriter$/02$/18030600.xhp \ 285*cdf0e10cSrcweir text$/swriter$/02$/18030700.xhp \ 286*cdf0e10cSrcweir text$/swriter$/02$/18120000.xhp \ 287*cdf0e10cSrcweir text$/swriter$/02$/18130000.xhp \ 288*cdf0e10cSrcweir text$/swriter$/02$/19010000.xhp \ 289*cdf0e10cSrcweir text$/swriter$/02$/19020000.xhp \ 290*cdf0e10cSrcweir text$/swriter$/02$/19030000.xhp \ 291*cdf0e10cSrcweir text$/swriter$/02$/19040000.xhp \ 292*cdf0e10cSrcweir text$/swriter$/02$/19050000.xhp \ 293*cdf0e10cSrcweir text$/swriter$/04$/01020000.xhp \ 294*cdf0e10cSrcweir text$/swriter$/guide$/anchor_object.xhp \ 295*cdf0e10cSrcweir text$/swriter$/guide$/arrange_chapters.xhp \ 296*cdf0e10cSrcweir text$/swriter$/guide$/auto_numbering.xhp \ 297*cdf0e10cSrcweir text$/swriter$/guide$/auto_off.xhp \ 298*cdf0e10cSrcweir text$/swriter$/guide$/auto_spellcheck.xhp \ 299*cdf0e10cSrcweir text$/swriter$/guide$/autocorr_except.xhp \ 300*cdf0e10cSrcweir text$/swriter$/guide$/autotext.xhp \ 301*cdf0e10cSrcweir text$/swriter$/guide$/background.xhp \ 302*cdf0e10cSrcweir text$/swriter$/guide$/border_object.xhp \ 303*cdf0e10cSrcweir text$/swriter$/guide$/border_page.xhp \ 304*cdf0e10cSrcweir text$/swriter$/guide$/borders.xhp \ 305*cdf0e10cSrcweir text$/swriter$/guide$/calculate.xhp \ 306*cdf0e10cSrcweir text$/swriter$/guide$/calculate_clipboard.xhp \ 307*cdf0e10cSrcweir text$/swriter$/guide$/calculate_intable.xhp \ 308*cdf0e10cSrcweir text$/swriter$/guide$/calculate_intext.xhp \ 309*cdf0e10cSrcweir text$/swriter$/guide$/calculate_intext2.xhp \ 310*cdf0e10cSrcweir text$/swriter$/guide$/calculate_multitable.xhp \ 311*cdf0e10cSrcweir text$/swriter$/guide$/captions.xhp \ 312*cdf0e10cSrcweir text$/swriter$/guide$/captions_numbers.xhp \ 313*cdf0e10cSrcweir text$/swriter$/guide$/change_header.xhp \ 314*cdf0e10cSrcweir text$/swriter$/guide$/chapter_numbering.xhp \ 315*cdf0e10cSrcweir text$/swriter$/guide$/conditional_text.xhp \ 316*cdf0e10cSrcweir text$/swriter$/guide$/conditional_text2.xhp \ 317*cdf0e10cSrcweir text$/swriter$/guide$/delete_from_dict.xhp \ 318*cdf0e10cSrcweir text$/swriter$/guide$/dragdroptext.xhp \ 319*cdf0e10cSrcweir text$/swriter$/guide$/even_odd_sdw.xhp \ 320*cdf0e10cSrcweir text$/swriter$/guide$/field_convert.xhp \ 321*cdf0e10cSrcweir text$/swriter$/guide$/fields.xhp \ 322*cdf0e10cSrcweir text$/swriter$/guide$/fields_date.xhp \ 323*cdf0e10cSrcweir text$/swriter$/guide$/fields_enter.xhp \ 324*cdf0e10cSrcweir text$/swriter$/guide$/fields_userdata.xhp \ 325*cdf0e10cSrcweir text$/swriter$/guide$/finding.xhp \ 326*cdf0e10cSrcweir text$/swriter$/guide$/footer_nextpage.xhp \ 327*cdf0e10cSrcweir text$/swriter$/guide$/footer_pagenumber.xhp \ 328*cdf0e10cSrcweir text$/swriter$/guide$/footnote_usage.xhp \ 329*cdf0e10cSrcweir text$/swriter$/guide$/footnote_with_line.xhp \ 330*cdf0e10cSrcweir text$/swriter$/guide$/form_letters_main.xhp \ 331*cdf0e10cSrcweir text$/swriter$/guide$/globaldoc.xhp \ 332*cdf0e10cSrcweir text$/swriter$/guide$/globaldoc_howtos.xhp \ 333*cdf0e10cSrcweir text$/swriter$/guide$/header_footer.xhp \ 334*cdf0e10cSrcweir text$/swriter$/guide$/header_pagestyles.xhp \ 335*cdf0e10cSrcweir text$/swriter$/guide$/header_with_chapter.xhp \ 336*cdf0e10cSrcweir text$/swriter$/guide$/header_with_line.xhp \ 337*cdf0e10cSrcweir text$/swriter$/guide$/hidden_text.xhp \ 338*cdf0e10cSrcweir text$/swriter$/guide$/hidden_text_display.xhp \ 339*cdf0e10cSrcweir text$/swriter$/guide$/hyperlinks.xhp \ 340*cdf0e10cSrcweir text$/swriter$/guide$/hyphen_prevent.xhp \ 341*cdf0e10cSrcweir text$/swriter$/guide$/indenting.xhp \ 342*cdf0e10cSrcweir text$/swriter$/guide$/indices_delete.xhp \ 343*cdf0e10cSrcweir text$/swriter$/guide$/indices_edit.xhp \ 344*cdf0e10cSrcweir text$/swriter$/guide$/indices_enter.xhp \ 345*cdf0e10cSrcweir text$/swriter$/guide$/indices_form.xhp \ 346*cdf0e10cSrcweir text$/swriter$/guide$/indices_index.xhp \ 347*cdf0e10cSrcweir text$/swriter$/guide$/indices_literature.xhp \ 348*cdf0e10cSrcweir text$/swriter$/guide$/indices_multidoc.xhp \ 349*cdf0e10cSrcweir text$/swriter$/guide$/indices_toc.xhp \ 350*cdf0e10cSrcweir text$/swriter$/guide$/indices_userdef.xhp \ 351*cdf0e10cSrcweir text$/swriter$/guide$/insert_beforetable.xhp \ 352*cdf0e10cSrcweir text$/swriter$/guide$/insert_graphic.xhp \ 353*cdf0e10cSrcweir text$/swriter$/guide$/insert_graphic_dialog.xhp \ 354*cdf0e10cSrcweir text$/swriter$/guide$/insert_graphic_fromchart.xhp \ 355*cdf0e10cSrcweir text$/swriter$/guide$/insert_graphic_fromdraw.xhp \ 356*cdf0e10cSrcweir text$/swriter$/guide$/insert_graphic_gallery.xhp \ 357*cdf0e10cSrcweir text$/swriter$/guide$/insert_graphic_scan.xhp \ 358*cdf0e10cSrcweir text$/swriter$/guide$/insert_line.xhp \ 359*cdf0e10cSrcweir text$/swriter$/guide$/insert_tab_innumbering.xhp \ 360*cdf0e10cSrcweir text$/swriter$/guide$/join_numbered_lists.xhp \ 361*cdf0e10cSrcweir text$/swriter$/guide$/jump2statusbar.xhp \ 362*cdf0e10cSrcweir text$/swriter$/guide$/keyboard.xhp \ 363*cdf0e10cSrcweir text$/swriter$/guide$/load_styles.xhp \ 364*cdf0e10cSrcweir text$/swriter$/guide$/main.xhp \ 365*cdf0e10cSrcweir text$/swriter$/guide$/navigator.xhp \ 366*cdf0e10cSrcweir text$/swriter$/guide$/nonprintable_text.xhp \ 367*cdf0e10cSrcweir text$/swriter$/guide$/number_date_conv.xhp \ 368*cdf0e10cSrcweir text$/swriter$/guide$/number_sequence.xhp \ 369*cdf0e10cSrcweir text$/swriter$/guide$/numbering_lines.xhp \ 370*cdf0e10cSrcweir text$/swriter$/guide$/numbering_paras.xhp \ 371*cdf0e10cSrcweir text$/swriter$/guide$/page_break.xhp \ 372*cdf0e10cSrcweir text$/swriter$/guide$/pagebackground.xhp \ 373*cdf0e10cSrcweir text$/swriter$/guide$/pagenumbers.xhp \ 374*cdf0e10cSrcweir text$/swriter$/guide$/pageorientation.xhp \ 375*cdf0e10cSrcweir text$/swriter$/guide$/pagestyles.xhp \ 376*cdf0e10cSrcweir text$/swriter$/guide$/print_brochure.xhp \ 377*cdf0e10cSrcweir text$/swriter$/guide$/print_preview.xhp \ 378*cdf0e10cSrcweir text$/swriter$/guide$/print_small.xhp \ 379*cdf0e10cSrcweir text$/swriter$/guide$/printer_tray.xhp \ 380*cdf0e10cSrcweir text$/swriter$/guide$/printing_order.xhp \ 381*cdf0e10cSrcweir text$/swriter$/guide$/protection.xhp \ 382*cdf0e10cSrcweir text$/swriter$/guide$/references.xhp \ 383*cdf0e10cSrcweir text$/swriter$/guide$/references_modify.xhp \ 384*cdf0e10cSrcweir text$/swriter$/guide$/registertrue.xhp \ 385*cdf0e10cSrcweir text$/swriter$/guide$/removing_line_breaks.xhp \ 386*cdf0e10cSrcweir text$/swriter$/guide$/reset_format.xhp \ 387*cdf0e10cSrcweir text$/swriter$/guide$/resize_navigator.xhp \ 388*cdf0e10cSrcweir text$/swriter$/guide$/ruler.xhp \ 389*cdf0e10cSrcweir text$/swriter$/guide$/search_regexp.xhp \ 390*cdf0e10cSrcweir text$/swriter$/guide$/section_edit.xhp \ 391*cdf0e10cSrcweir text$/swriter$/guide$/section_insert.xhp \ 392*cdf0e10cSrcweir text$/swriter$/guide$/sections.xhp \ 393*cdf0e10cSrcweir text$/swriter$/guide$/send2html.xhp \ 394*cdf0e10cSrcweir text$/swriter$/guide$/shortcut_writing.xhp \ 395*cdf0e10cSrcweir text$/swriter$/guide$/smarttags.xhp \ 396*cdf0e10cSrcweir text$/swriter$/guide$/spellcheck_dialog.xhp \ 397*cdf0e10cSrcweir text$/swriter$/guide$/stylist_fillformat.xhp \ 398*cdf0e10cSrcweir text$/swriter$/guide$/stylist_fromselect.xhp \ 399*cdf0e10cSrcweir text$/swriter$/guide$/stylist_update.xhp \ 400*cdf0e10cSrcweir text$/swriter$/guide$/subscript.xhp \ 401*cdf0e10cSrcweir text$/swriter$/guide$/table_cellmerge.xhp \ 402*cdf0e10cSrcweir text$/swriter$/guide$/table_cells.xhp \ 403*cdf0e10cSrcweir text$/swriter$/guide$/table_delete.xhp \ 404*cdf0e10cSrcweir text$/swriter$/guide$/table_insert.xhp \ 405*cdf0e10cSrcweir text$/swriter$/guide$/table_repeat_multiple_headers.xhp \ 406*cdf0e10cSrcweir text$/swriter$/guide$/table_select.xhp \ 407*cdf0e10cSrcweir text$/swriter$/guide$/table_sizing.xhp \ 408*cdf0e10cSrcweir text$/swriter$/guide$/tablemode.xhp \ 409*cdf0e10cSrcweir text$/swriter$/guide$/template_create.xhp \ 410*cdf0e10cSrcweir text$/swriter$/guide$/template_default.xhp \ 411*cdf0e10cSrcweir text$/swriter$/guide$/templates_styles.xhp \ 412*cdf0e10cSrcweir text$/swriter$/guide$/text_animation.xhp \ 413*cdf0e10cSrcweir text$/swriter$/guide$/text_capital.xhp \ 414*cdf0e10cSrcweir text$/swriter$/guide$/text_centervert.xhp \ 415*cdf0e10cSrcweir text$/swriter$/guide$/text_direct_cursor.xhp \ 416*cdf0e10cSrcweir text$/swriter$/guide$/text_emphasize.xhp \ 417*cdf0e10cSrcweir text$/swriter$/guide$/text_frame.xhp \ 418*cdf0e10cSrcweir text$/swriter$/guide$/text_nav_keyb.xhp \ 419*cdf0e10cSrcweir text$/swriter$/guide$/text_rotate.xhp \ 420*cdf0e10cSrcweir text$/swriter$/guide$/textdoc_inframe.xhp \ 421*cdf0e10cSrcweir text$/swriter$/guide$/using_hyphen.xhp \ 422*cdf0e10cSrcweir text$/swriter$/guide$/using_numbered_lists.xhp \ 423*cdf0e10cSrcweir text$/swriter$/guide$/using_numbered_lists2.xhp \ 424*cdf0e10cSrcweir text$/swriter$/guide$/using_numbering.xhp \ 425*cdf0e10cSrcweir text$/swriter$/guide$/using_thesaurus.xhp \ 426*cdf0e10cSrcweir text$/swriter$/guide$/word_completion.xhp \ 427*cdf0e10cSrcweir text$/swriter$/guide$/word_completion_adjust.xhp \ 428*cdf0e10cSrcweir text$/swriter$/guide$/words_count.xhp \ 429*cdf0e10cSrcweir text$/swriter$/guide$/wrap.xhp \ 430*cdf0e10cSrcweir text$/swriter$/main0000.xhp \ 431*cdf0e10cSrcweir text$/swriter$/main0100.xhp \ 432*cdf0e10cSrcweir text$/swriter$/main0101.xhp \ 433*cdf0e10cSrcweir text$/swriter$/main0102.xhp \ 434*cdf0e10cSrcweir text$/swriter$/main0103.xhp \ 435*cdf0e10cSrcweir text$/swriter$/main0104.xhp \ 436*cdf0e10cSrcweir text$/swriter$/main0105.xhp \ 437*cdf0e10cSrcweir text$/swriter$/main0106.xhp \ 438*cdf0e10cSrcweir text$/swriter$/main0107.xhp \ 439*cdf0e10cSrcweir text$/swriter$/main0110.xhp \ 440*cdf0e10cSrcweir text$/swriter$/main0200.xhp \ 441*cdf0e10cSrcweir text$/swriter$/main0202.xhp \ 442*cdf0e10cSrcweir text$/swriter$/main0203.xhp \ 443*cdf0e10cSrcweir text$/swriter$/main0204.xhp \ 444*cdf0e10cSrcweir text$/swriter$/main0205.xhp \ 445*cdf0e10cSrcweir text$/swriter$/main0206.xhp \ 446*cdf0e10cSrcweir text$/swriter$/main0208.xhp \ 447*cdf0e10cSrcweir text$/swriter$/main0210.xhp \ 448*cdf0e10cSrcweir text$/swriter$/main0213.xhp \ 449*cdf0e10cSrcweir text$/swriter$/main0214.xhp \ 450*cdf0e10cSrcweir text$/swriter$/main0215.xhp \ 451*cdf0e10cSrcweir text$/swriter$/main0216.xhp \ 452*cdf0e10cSrcweir text$/swriter$/main0220.xhp \ 453*cdf0e10cSrcweir text$/swriter$/main0503.xhp \ 454*cdf0e10cSrcweir text$/shared$/00$/00000001.xhp \ 455*cdf0e10cSrcweir text$/shared$/00$/00000002.xhp \ 456*cdf0e10cSrcweir text$/shared$/00$/00000003.xhp \ 457*cdf0e10cSrcweir text$/shared$/00$/00000004.xhp \ 458*cdf0e10cSrcweir text$/shared$/00$/00000005.xhp \ 459*cdf0e10cSrcweir text$/shared$/00$/00000007.xhp \ 460*cdf0e10cSrcweir text$/shared$/00$/00000010.xhp \ 461*cdf0e10cSrcweir text$/shared$/00$/00000011.xhp \ 462*cdf0e10cSrcweir text$/shared$/00$/00000020.xhp \ 463*cdf0e10cSrcweir text$/shared$/00$/00000021.xhp \ 464*cdf0e10cSrcweir text$/shared$/00$/00000099.xhp \ 465*cdf0e10cSrcweir text$/shared$/00$/00000200.xhp \ 466*cdf0e10cSrcweir text$/shared$/00$/00000206.xhp \ 467*cdf0e10cSrcweir text$/shared$/00$/00000207.xhp \ 468*cdf0e10cSrcweir text$/shared$/00$/00000208.xhp \ 469*cdf0e10cSrcweir text$/shared$/00$/00000210.xhp \ 470*cdf0e10cSrcweir text$/shared$/00$/00000215.xhp \ 471*cdf0e10cSrcweir text$/shared$/00$/00000401.xhp \ 472*cdf0e10cSrcweir text$/shared$/00$/00000402.xhp \ 473*cdf0e10cSrcweir text$/shared$/00$/00000403.xhp \ 474*cdf0e10cSrcweir text$/shared$/00$/00000404.xhp \ 475*cdf0e10cSrcweir text$/shared$/00$/00000406.xhp \ 476*cdf0e10cSrcweir text$/shared$/00$/00000407.xhp \ 477*cdf0e10cSrcweir text$/shared$/00$/00000408.xhp \ 478*cdf0e10cSrcweir text$/shared$/00$/00000409.xhp \ 479*cdf0e10cSrcweir text$/shared$/00$/00000450.xhp \ 480*cdf0e10cSrcweir text$/shared$/00$/00040500.xhp \ 481*cdf0e10cSrcweir text$/shared$/00$/00040501.xhp \ 482*cdf0e10cSrcweir text$/shared$/00$/00040502.xhp \ 483*cdf0e10cSrcweir text$/shared$/00$/00040503.xhp \ 484*cdf0e10cSrcweir text$/shared$/00$/01000000.xhp \ 485*cdf0e10cSrcweir text$/shared$/00$/01010000.xhp \ 486*cdf0e10cSrcweir text$/shared$/00$/01020000.xhp \ 487*cdf0e10cSrcweir text$/shared$/00$/01050000.xhp \ 488*cdf0e10cSrcweir text$/shared$/00$/icon_alt.xhp \ 489*cdf0e10cSrcweir text$/shared$/01$/01010000.xhp \ 490*cdf0e10cSrcweir text$/shared$/01$/01010001.xhp \ 491*cdf0e10cSrcweir text$/shared$/01$/01010100.xhp \ 492*cdf0e10cSrcweir text$/shared$/01$/01010200.xhp \ 493*cdf0e10cSrcweir text$/shared$/01$/01010201.xhp \ 494*cdf0e10cSrcweir text$/shared$/01$/01010202.xhp \ 495*cdf0e10cSrcweir text$/shared$/01$/01010203.xhp \ 496*cdf0e10cSrcweir text$/shared$/01$/01010300.xhp \ 497*cdf0e10cSrcweir text$/shared$/01$/01010301.xhp \ 498*cdf0e10cSrcweir text$/shared$/01$/01010302.xhp \ 499*cdf0e10cSrcweir text$/shared$/01$/01010303.xhp \ 500*cdf0e10cSrcweir text$/shared$/01$/01010304.xhp \ 501*cdf0e10cSrcweir text$/shared$/01$/01020000.xhp \ 502*cdf0e10cSrcweir text$/shared$/01$/01020101.xhp \ 503*cdf0e10cSrcweir text$/shared$/01$/01020103.xhp \ 504*cdf0e10cSrcweir text$/shared$/01$/01050000.xhp \ 505*cdf0e10cSrcweir text$/shared$/01$/01060000.xhp \ 506*cdf0e10cSrcweir text$/shared$/01$/01070000.xhp \ 507*cdf0e10cSrcweir text$/shared$/01$/01070001.xhp \ 508*cdf0e10cSrcweir text$/shared$/01$/01100000.xhp \ 509*cdf0e10cSrcweir text$/shared$/01$/01100100.xhp \ 510*cdf0e10cSrcweir text$/shared$/01$/01100200.xhp \ 511*cdf0e10cSrcweir text$/shared$/01$/01100300.xhp \ 512*cdf0e10cSrcweir text$/shared$/01$/01100400.xhp \ 513*cdf0e10cSrcweir text$/shared$/01$/01100500.xhp \ 514*cdf0e10cSrcweir text$/shared$/01$/01100600.xhp \ 515*cdf0e10cSrcweir text$/shared$/01$/01110000.xhp \ 516*cdf0e10cSrcweir text$/shared$/01$/01110100.xhp \ 517*cdf0e10cSrcweir text$/shared$/01$/01110101.xhp \ 518*cdf0e10cSrcweir text$/shared$/01$/01110300.xhp \ 519*cdf0e10cSrcweir text$/shared$/01$/01110400.xhp \ 520*cdf0e10cSrcweir text$/shared$/01$/01130000.xhp \ 521*cdf0e10cSrcweir text$/shared$/01$/01140000.xhp \ 522*cdf0e10cSrcweir text$/shared$/01$/01160000.xhp \ 523*cdf0e10cSrcweir text$/shared$/01$/01160200.xhp \ 524*cdf0e10cSrcweir text$/shared$/01$/01160300.xhp \ 525*cdf0e10cSrcweir text$/shared$/01$/01170000.xhp \ 526*cdf0e10cSrcweir text$/shared$/01$/01180000.xhp \ 527*cdf0e10cSrcweir text$/shared$/01$/01190000.xhp \ 528*cdf0e10cSrcweir text$/shared$/01$/01990000.xhp \ 529*cdf0e10cSrcweir text$/shared$/01$/02010000.xhp \ 530*cdf0e10cSrcweir text$/shared$/01$/02020000.xhp \ 531*cdf0e10cSrcweir text$/shared$/01$/02030000.xhp \ 532*cdf0e10cSrcweir text$/shared$/01$/02040000.xhp \ 533*cdf0e10cSrcweir text$/shared$/01$/02050000.xhp \ 534*cdf0e10cSrcweir text$/shared$/01$/02060000.xhp \ 535*cdf0e10cSrcweir text$/shared$/01$/02070000.xhp \ 536*cdf0e10cSrcweir text$/shared$/01$/02090000.xhp \ 537*cdf0e10cSrcweir text$/shared$/01$/02100000.xhp \ 538*cdf0e10cSrcweir text$/shared$/01$/02100001.xhp \ 539*cdf0e10cSrcweir text$/shared$/01$/02100100.xhp \ 540*cdf0e10cSrcweir text$/shared$/01$/02100200.xhp \ 541*cdf0e10cSrcweir text$/shared$/01$/02100300.xhp \ 542*cdf0e10cSrcweir text$/shared$/01$/02110000.xhp \ 543*cdf0e10cSrcweir text$/shared$/01$/02180000.xhp \ 544*cdf0e10cSrcweir text$/shared$/01$/02180100.xhp \ 545*cdf0e10cSrcweir text$/shared$/01$/02190000.xhp \ 546*cdf0e10cSrcweir text$/shared$/01$/02200000.xhp \ 547*cdf0e10cSrcweir text$/shared$/01$/02200100.xhp \ 548*cdf0e10cSrcweir text$/shared$/01$/02200200.xhp \ 549*cdf0e10cSrcweir text$/shared$/01$/02210101.xhp \ 550*cdf0e10cSrcweir text$/shared$/01$/02220000.xhp \ 551*cdf0e10cSrcweir text$/shared$/01$/02220100.xhp \ 552*cdf0e10cSrcweir text$/shared$/01$/02230000.xhp \ 553*cdf0e10cSrcweir text$/shared$/01$/02230100.xhp \ 554*cdf0e10cSrcweir text$/shared$/01$/02230150.xhp \ 555*cdf0e10cSrcweir text$/shared$/01$/02230200.xhp \ 556*cdf0e10cSrcweir text$/shared$/01$/02230300.xhp \ 557*cdf0e10cSrcweir text$/shared$/01$/02230400.xhp \ 558*cdf0e10cSrcweir text$/shared$/01$/02230401.xhp \ 559*cdf0e10cSrcweir text$/shared$/01$/02230402.xhp \ 560*cdf0e10cSrcweir text$/shared$/01$/02230500.xhp \ 561*cdf0e10cSrcweir text$/shared$/01$/02240000.xhp \ 562*cdf0e10cSrcweir text$/shared$/01$/02250000.xhp \ 563*cdf0e10cSrcweir text$/shared$/01$/03010000.xhp \ 564*cdf0e10cSrcweir text$/shared$/01$/03020000.xhp \ 565*cdf0e10cSrcweir text$/shared$/01$/03040000.xhp \ 566*cdf0e10cSrcweir text$/shared$/01$/03050000.xhp \ 567*cdf0e10cSrcweir text$/shared$/01$/03060000.xhp \ 568*cdf0e10cSrcweir text$/shared$/01$/03110000.xhp \ 569*cdf0e10cSrcweir text$/shared$/01$/03150100.xhp \ 570*cdf0e10cSrcweir text$/shared$/01$/03170000.xhp \ 571*cdf0e10cSrcweir text$/shared$/01$/03990000.xhp \ 572*cdf0e10cSrcweir text$/shared$/01$/04050000.xhp \ 573*cdf0e10cSrcweir text$/shared$/01$/04060000.xhp \ 574*cdf0e10cSrcweir text$/shared$/01$/04060100.xhp \ 575*cdf0e10cSrcweir text$/shared$/01$/04060200.xhp \ 576*cdf0e10cSrcweir text$/shared$/01$/04100000.xhp \ 577*cdf0e10cSrcweir text$/shared$/01$/04110000.xhp \ 578*cdf0e10cSrcweir text$/shared$/01$/04140000.xhp \ 579*cdf0e10cSrcweir text$/shared$/01$/04150000.xhp \ 580*cdf0e10cSrcweir text$/shared$/01$/04150100.xhp \ 581*cdf0e10cSrcweir text$/shared$/01$/04150200.xhp \ 582*cdf0e10cSrcweir text$/shared$/01$/04150400.xhp \ 583*cdf0e10cSrcweir text$/shared$/01$/04150500.xhp \ 584*cdf0e10cSrcweir text$/shared$/01$/04160300.xhp \ 585*cdf0e10cSrcweir text$/shared$/01$/04160500.xhp \ 586*cdf0e10cSrcweir text$/shared$/01$/04180100.xhp \ 587*cdf0e10cSrcweir text$/shared$/01$/04990000.xhp \ 588*cdf0e10cSrcweir text$/shared$/01$/05010000.xhp \ 589*cdf0e10cSrcweir text$/shared$/01$/05020000.xhp \ 590*cdf0e10cSrcweir text$/shared$/01$/05020100.xhp \ 591*cdf0e10cSrcweir text$/shared$/01$/05020200.xhp \ 592*cdf0e10cSrcweir text$/shared$/01$/05020300.xhp \ 593*cdf0e10cSrcweir text$/shared$/01$/05020301.xhp \ 594*cdf0e10cSrcweir text$/shared$/01$/05020400.xhp \ 595*cdf0e10cSrcweir text$/shared$/01$/05020500.xhp \ 596*cdf0e10cSrcweir text$/shared$/01$/05020600.xhp \ 597*cdf0e10cSrcweir text$/shared$/01$/05020700.xhp \ 598*cdf0e10cSrcweir text$/shared$/01$/05030000.xhp \ 599*cdf0e10cSrcweir text$/shared$/01$/05030100.xhp \ 600*cdf0e10cSrcweir text$/shared$/01$/05030300.xhp \ 601*cdf0e10cSrcweir text$/shared$/01$/05030500.xhp \ 602*cdf0e10cSrcweir text$/shared$/01$/05030600.xhp \ 603*cdf0e10cSrcweir text$/shared$/01$/05030700.xhp \ 604*cdf0e10cSrcweir text$/shared$/01$/05030800.xhp \ 605*cdf0e10cSrcweir text$/shared$/01$/05040100.xhp \ 606*cdf0e10cSrcweir text$/shared$/01$/05040200.xhp \ 607*cdf0e10cSrcweir text$/shared$/01$/05040300.xhp \ 608*cdf0e10cSrcweir text$/shared$/01$/05040400.xhp \ 609*cdf0e10cSrcweir text$/shared$/01$/05050000.xhp \ 610*cdf0e10cSrcweir text$/shared$/01$/05060000.xhp \ 611*cdf0e10cSrcweir text$/shared$/01$/05070000.xhp \ 612*cdf0e10cSrcweir text$/shared$/01$/05070100.xhp \ 613*cdf0e10cSrcweir text$/shared$/01$/05070200.xhp \ 614*cdf0e10cSrcweir text$/shared$/01$/05070300.xhp \ 615*cdf0e10cSrcweir text$/shared$/01$/05070400.xhp \ 616*cdf0e10cSrcweir text$/shared$/01$/05070500.xhp \ 617*cdf0e10cSrcweir text$/shared$/01$/05070600.xhp \ 618*cdf0e10cSrcweir text$/shared$/01$/05080000.xhp \ 619*cdf0e10cSrcweir text$/shared$/01$/05080100.xhp \ 620*cdf0e10cSrcweir text$/shared$/01$/05080200.xhp \ 621*cdf0e10cSrcweir text$/shared$/01$/05080300.xhp \ 622*cdf0e10cSrcweir text$/shared$/01$/05080400.xhp \ 623*cdf0e10cSrcweir text$/shared$/01$/05090000.xhp \ 624*cdf0e10cSrcweir text$/shared$/01$/05100000.xhp \ 625*cdf0e10cSrcweir text$/shared$/01$/05100100.xhp \ 626*cdf0e10cSrcweir text$/shared$/01$/05100200.xhp \ 627*cdf0e10cSrcweir text$/shared$/01$/05100500.xhp \ 628*cdf0e10cSrcweir text$/shared$/01$/05100600.xhp \ 629*cdf0e10cSrcweir text$/shared$/01$/05100700.xhp \ 630*cdf0e10cSrcweir text$/shared$/01$/05110000.xhp \ 631*cdf0e10cSrcweir text$/shared$/01$/05110100.xhp \ 632*cdf0e10cSrcweir text$/shared$/01$/05110200.xhp \ 633*cdf0e10cSrcweir text$/shared$/01$/05110300.xhp \ 634*cdf0e10cSrcweir text$/shared$/01$/05110400.xhp \ 635*cdf0e10cSrcweir text$/shared$/01$/05110500.xhp \ 636*cdf0e10cSrcweir text$/shared$/01$/05110600m.xhp \ 637*cdf0e10cSrcweir text$/shared$/01$/05110700.xhp \ 638*cdf0e10cSrcweir text$/shared$/01$/05110800.xhp \ 639*cdf0e10cSrcweir text$/shared$/01$/05120000.xhp \ 640*cdf0e10cSrcweir text$/shared$/01$/05120100.xhp \ 641*cdf0e10cSrcweir text$/shared$/01$/05120200.xhp \ 642*cdf0e10cSrcweir text$/shared$/01$/05120300.xhp \ 643*cdf0e10cSrcweir text$/shared$/01$/05120600.xhp \ 644*cdf0e10cSrcweir text$/shared$/01$/05140100.xhp \ 645*cdf0e10cSrcweir text$/shared$/01$/05150101.xhp \ 646*cdf0e10cSrcweir text$/shared$/01$/05190000.xhp \ 647*cdf0e10cSrcweir text$/shared$/01$/05190100.xhp \ 648*cdf0e10cSrcweir text$/shared$/01$/05200000.xhp \ 649*cdf0e10cSrcweir text$/shared$/01$/05200100.xhp \ 650*cdf0e10cSrcweir text$/shared$/01$/05200200.xhp \ 651*cdf0e10cSrcweir text$/shared$/01$/05200300.xhp \ 652*cdf0e10cSrcweir text$/shared$/01$/05210000.xhp \ 653*cdf0e10cSrcweir text$/shared$/01$/05210100.xhp \ 654*cdf0e10cSrcweir text$/shared$/01$/05210200.xhp \ 655*cdf0e10cSrcweir text$/shared$/01$/05210300.xhp \ 656*cdf0e10cSrcweir text$/shared$/01$/05210400.xhp \ 657*cdf0e10cSrcweir text$/shared$/01$/05210500.xhp \ 658*cdf0e10cSrcweir text$/shared$/01$/05210600.xhp \ 659*cdf0e10cSrcweir text$/shared$/01$/05210700.xhp \ 660*cdf0e10cSrcweir text$/shared$/01$/05220000.xhp \ 661*cdf0e10cSrcweir text$/shared$/01$/05230000.xhp \ 662*cdf0e10cSrcweir text$/shared$/01$/05230100.xhp \ 663*cdf0e10cSrcweir text$/shared$/01$/05230300.xhp \ 664*cdf0e10cSrcweir text$/shared$/01$/05230400.xhp \ 665*cdf0e10cSrcweir text$/shared$/01$/05230500.xhp \ 666*cdf0e10cSrcweir text$/shared$/01$/05240000.xhp \ 667*cdf0e10cSrcweir text$/shared$/01$/05240100.xhp \ 668*cdf0e10cSrcweir text$/shared$/01$/05240200.xhp \ 669*cdf0e10cSrcweir text$/shared$/01$/05250000.xhp \ 670*cdf0e10cSrcweir text$/shared$/01$/05250100.xhp \ 671*cdf0e10cSrcweir text$/shared$/01$/05250200.xhp \ 672*cdf0e10cSrcweir text$/shared$/01$/05250300.xhp \ 673*cdf0e10cSrcweir text$/shared$/01$/05250400.xhp \ 674*cdf0e10cSrcweir text$/shared$/01$/05250500.xhp \ 675*cdf0e10cSrcweir text$/shared$/01$/05250600.xhp \ 676*cdf0e10cSrcweir text$/shared$/01$/05260000.xhp \ 677*cdf0e10cSrcweir text$/shared$/01$/05260100.xhp \ 678*cdf0e10cSrcweir text$/shared$/01$/05260200.xhp \ 679*cdf0e10cSrcweir text$/shared$/01$/05260300.xhp \ 680*cdf0e10cSrcweir text$/shared$/01$/05260400.xhp \ 681*cdf0e10cSrcweir text$/shared$/01$/05260500.xhp \ 682*cdf0e10cSrcweir text$/shared$/01$/05260600.xhp \ 683*cdf0e10cSrcweir text$/shared$/01$/05270000.xhp \ 684*cdf0e10cSrcweir text$/shared$/01$/05280000.xhp \ 685*cdf0e10cSrcweir text$/shared$/01$/05290000.xhp \ 686*cdf0e10cSrcweir text$/shared$/01$/05290100.xhp \ 687*cdf0e10cSrcweir text$/shared$/01$/05290200.xhp \ 688*cdf0e10cSrcweir text$/shared$/01$/05290300.xhp \ 689*cdf0e10cSrcweir text$/shared$/01$/05290400.xhp \ 690*cdf0e10cSrcweir text$/shared$/01$/05320000.xhp \ 691*cdf0e10cSrcweir text$/shared$/01$/05340100.xhp \ 692*cdf0e10cSrcweir text$/shared$/01$/05340200.xhp \ 693*cdf0e10cSrcweir text$/shared$/01$/05340300.xhp \ 694*cdf0e10cSrcweir text$/shared$/01$/05340400.xhp \ 695*cdf0e10cSrcweir text$/shared$/01$/05340402.xhp \ 696*cdf0e10cSrcweir text$/shared$/01$/05340404.xhp \ 697*cdf0e10cSrcweir text$/shared$/01$/05340405.xhp \ 698*cdf0e10cSrcweir text$/shared$/01$/05340500.xhp \ 699*cdf0e10cSrcweir text$/shared$/01$/05340600.xhp \ 700*cdf0e10cSrcweir text$/shared$/01$/05350000.xhp \ 701*cdf0e10cSrcweir text$/shared$/01$/05350200.xhp \ 702*cdf0e10cSrcweir text$/shared$/01$/05350300.xhp \ 703*cdf0e10cSrcweir text$/shared$/01$/05350400.xhp \ 704*cdf0e10cSrcweir text$/shared$/01$/05350500.xhp \ 705*cdf0e10cSrcweir text$/shared$/01$/05350600.xhp \ 706*cdf0e10cSrcweir text$/shared$/01$/05360000.xhp \ 707*cdf0e10cSrcweir text$/shared$/01$/05990000.xhp \ 708*cdf0e10cSrcweir text$/shared$/01$/06010000.xhp \ 709*cdf0e10cSrcweir text$/shared$/01$/06010101.xhp \ 710*cdf0e10cSrcweir text$/shared$/01$/06010500.xhp \ 711*cdf0e10cSrcweir text$/shared$/01$/06010600.xhp \ 712*cdf0e10cSrcweir text$/shared$/01$/06010601.xhp \ 713*cdf0e10cSrcweir text$/shared$/01$/06020000.xhp \ 714*cdf0e10cSrcweir text$/shared$/01$/06030000.xhp \ 715*cdf0e10cSrcweir text$/shared$/01$/06040000.xhp \ 716*cdf0e10cSrcweir text$/shared$/01$/06040100.xhp \ 717*cdf0e10cSrcweir text$/shared$/01$/06040200.xhp \ 718*cdf0e10cSrcweir text$/shared$/01$/06040300.xhp \ 719*cdf0e10cSrcweir text$/shared$/01$/06040400.xhp \ 720*cdf0e10cSrcweir text$/shared$/01$/06040500.xhp \ 721*cdf0e10cSrcweir text$/shared$/01$/06040600.xhp \ 722*cdf0e10cSrcweir text$/shared$/01$/06040700.xhp \ 723*cdf0e10cSrcweir text$/shared$/01$/06050000.xhp \ 724*cdf0e10cSrcweir text$/shared$/01$/06050100.xhp \ 725*cdf0e10cSrcweir text$/shared$/01$/06050200.xhp \ 726*cdf0e10cSrcweir text$/shared$/01$/06050300.xhp \ 727*cdf0e10cSrcweir text$/shared$/01$/06050400.xhp \ 728*cdf0e10cSrcweir text$/shared$/01$/06050500.xhp \ 729*cdf0e10cSrcweir text$/shared$/01$/06050600.xhp \ 730*cdf0e10cSrcweir text$/shared$/01$/06130000.xhp \ 731*cdf0e10cSrcweir text$/shared$/01$/06130001.xhp \ 732*cdf0e10cSrcweir text$/shared$/01$/06130010.xhp \ 733*cdf0e10cSrcweir text$/shared$/01$/06130100.xhp \ 734*cdf0e10cSrcweir text$/shared$/01$/06130200.xhp \ 735*cdf0e10cSrcweir text$/shared$/01$/06130500.xhp \ 736*cdf0e10cSrcweir text$/shared$/01$/06140000.xhp \ 737*cdf0e10cSrcweir text$/shared$/01$/06140100.xhp \ 738*cdf0e10cSrcweir text$/shared$/01$/06140101.xhp \ 739*cdf0e10cSrcweir text$/shared$/01$/06140102.xhp \ 740*cdf0e10cSrcweir text$/shared$/01$/06140200.xhp \ 741*cdf0e10cSrcweir text$/shared$/01$/06140400.xhp \ 742*cdf0e10cSrcweir text$/shared$/01$/06140402.xhp \ 743*cdf0e10cSrcweir text$/shared$/01$/06140500.xhp \ 744*cdf0e10cSrcweir text$/shared$/01$/06150000.xhp \ 745*cdf0e10cSrcweir text$/shared$/01$/06150100.xhp \ 746*cdf0e10cSrcweir text$/shared$/01$/06150110.xhp \ 747*cdf0e10cSrcweir text$/shared$/01$/06150120.xhp \ 748*cdf0e10cSrcweir text$/shared$/01$/06150200.xhp \ 749*cdf0e10cSrcweir text$/shared$/01$/06150210.xhp \ 750*cdf0e10cSrcweir text$/shared$/01$/06200000.xhp \ 751*cdf0e10cSrcweir text$/shared$/01$/06201000.xhp \ 752*cdf0e10cSrcweir text$/shared$/01$/06202000.xhp \ 753*cdf0e10cSrcweir text$/shared$/01$/06990000.xhp \ 754*cdf0e10cSrcweir text$/shared$/01$/07010000.xhp \ 755*cdf0e10cSrcweir text$/shared$/01$/07080000.xhp \ 756*cdf0e10cSrcweir text$/shared$/01$/08060100.xhp \ 757*cdf0e10cSrcweir text$/shared$/01$/about_meta_tags.xhp \ 758*cdf0e10cSrcweir text$/shared$/01$/digitalsignatures.xhp \ 759*cdf0e10cSrcweir text$/shared$/01$/extensionupdate.xhp \ 760*cdf0e10cSrcweir text$/shared$/01$/formatting_mark.xhp \ 761*cdf0e10cSrcweir text$/shared$/01$/gallery.xhp \ 762*cdf0e10cSrcweir text$/shared$/01$/gallery_files.xhp \ 763*cdf0e10cSrcweir text$/shared$/01$/grid.xhp \ 764*cdf0e10cSrcweir text$/shared$/01$/guides.xhp \ 765*cdf0e10cSrcweir text$/shared$/01$/mediaplayer.xhp \ 766*cdf0e10cSrcweir text$/shared$/01$/moviesound.xhp \ 767*cdf0e10cSrcweir text$/shared$/01$/online_update.xhp \ 768*cdf0e10cSrcweir text$/shared$/01$/online_update_dialog.xhp \ 769*cdf0e10cSrcweir text$/shared$/01$/packagemanager.xhp \ 770*cdf0e10cSrcweir text$/shared$/01$/password_dlg.xhp \ 771*cdf0e10cSrcweir text$/shared$/01$/password_main.xhp \ 772*cdf0e10cSrcweir text$/shared$/01$/ref_pdf_export.xhp \ 773*cdf0e10cSrcweir text$/shared$/01$/ref_pdf_send_as.xhp \ 774*cdf0e10cSrcweir text$/shared$/01$/securitywarning.xhp \ 775*cdf0e10cSrcweir text$/shared$/01$/selectcertificate.xhp \ 776*cdf0e10cSrcweir text$/shared$/01$/webhtml.xhp \ 777*cdf0e10cSrcweir text$/shared$/01$/xformsdata.xhp \ 778*cdf0e10cSrcweir text$/shared$/01$/xformsdataadd.xhp \ 779*cdf0e10cSrcweir text$/shared$/01$/xformsdataaddcon.xhp \ 780*cdf0e10cSrcweir text$/shared$/01$/xformsdatachange.xhp \ 781*cdf0e10cSrcweir text$/shared$/01$/xformsdataname.xhp \ 782*cdf0e10cSrcweir text$/shared$/01$/xformsdatatab.xhp \ 783*cdf0e10cSrcweir text$/shared$/02$/01110000.xhp \ 784*cdf0e10cSrcweir text$/shared$/02$/01140000.xhp \ 785*cdf0e10cSrcweir text$/shared$/02$/01170000.xhp \ 786*cdf0e10cSrcweir text$/shared$/02$/01170001.xhp \ 787*cdf0e10cSrcweir text$/shared$/02$/01170002.xhp \ 788*cdf0e10cSrcweir text$/shared$/02$/01170003.xhp \ 789*cdf0e10cSrcweir text$/shared$/02$/01170004.xhp \ 790*cdf0e10cSrcweir text$/shared$/02$/01170100.xhp \ 791*cdf0e10cSrcweir text$/shared$/02$/01170101.xhp \ 792*cdf0e10cSrcweir text$/shared$/02$/01170102.xhp \ 793*cdf0e10cSrcweir text$/shared$/02$/01170103.xhp \ 794*cdf0e10cSrcweir text$/shared$/02$/01170200.xhp \ 795*cdf0e10cSrcweir text$/shared$/02$/01170201.xhp \ 796*cdf0e10cSrcweir text$/shared$/02$/01170202.xhp \ 797*cdf0e10cSrcweir text$/shared$/02$/01170203.xhp \ 798*cdf0e10cSrcweir text$/shared$/02$/01170300.xhp \ 799*cdf0e10cSrcweir text$/shared$/02$/01170400.xhp \ 800*cdf0e10cSrcweir text$/shared$/02$/01170500.xhp \ 801*cdf0e10cSrcweir text$/shared$/02$/01170600.xhp \ 802*cdf0e10cSrcweir text$/shared$/02$/01170700.xhp \ 803*cdf0e10cSrcweir text$/shared$/02$/01170800.xhp \ 804*cdf0e10cSrcweir text$/shared$/02$/01170801.xhp \ 805*cdf0e10cSrcweir text$/shared$/02$/01170802.xhp \ 806*cdf0e10cSrcweir text$/shared$/02$/01170900.xhp \ 807*cdf0e10cSrcweir text$/shared$/02$/01170901.xhp \ 808*cdf0e10cSrcweir text$/shared$/02$/01170902.xhp \ 809*cdf0e10cSrcweir text$/shared$/02$/01170903.xhp \ 810*cdf0e10cSrcweir text$/shared$/02$/01170904.xhp \ 811*cdf0e10cSrcweir text$/shared$/02$/01171000.xhp \ 812*cdf0e10cSrcweir text$/shared$/02$/01171100.xhp \ 813*cdf0e10cSrcweir text$/shared$/02$/01171200.xhp \ 814*cdf0e10cSrcweir text$/shared$/02$/01171300.xhp \ 815*cdf0e10cSrcweir text$/shared$/02$/01171400.xhp \ 816*cdf0e10cSrcweir text$/shared$/02$/01220000.xhp \ 817*cdf0e10cSrcweir text$/shared$/02$/01230000.xhp \ 818*cdf0e10cSrcweir text$/shared$/02$/02010000.xhp \ 819*cdf0e10cSrcweir text$/shared$/02$/02020000.xhp \ 820*cdf0e10cSrcweir text$/shared$/02$/02030000.xhp \ 821*cdf0e10cSrcweir text$/shared$/02$/02040000.xhp \ 822*cdf0e10cSrcweir text$/shared$/02$/02050000.xhp \ 823*cdf0e10cSrcweir text$/shared$/02$/02130000.xhp \ 824*cdf0e10cSrcweir text$/shared$/02$/02140000.xhp \ 825*cdf0e10cSrcweir text$/shared$/02$/02160000.xhp \ 826*cdf0e10cSrcweir text$/shared$/02$/02170000.xhp \ 827*cdf0e10cSrcweir text$/shared$/02$/03110000.xhp \ 828*cdf0e10cSrcweir text$/shared$/02$/03120000.xhp \ 829*cdf0e10cSrcweir text$/shared$/02$/03130000.xhp \ 830*cdf0e10cSrcweir text$/shared$/02$/03140000.xhp \ 831*cdf0e10cSrcweir text$/shared$/02$/03150000.xhp \ 832*cdf0e10cSrcweir text$/shared$/02$/03200000.xhp \ 833*cdf0e10cSrcweir text$/shared$/02$/04210000.xhp \ 834*cdf0e10cSrcweir text$/shared$/02$/05020000.xhp \ 835*cdf0e10cSrcweir text$/shared$/02$/05090000.xhp \ 836*cdf0e10cSrcweir text$/shared$/02$/05110000.xhp \ 837*cdf0e10cSrcweir text$/shared$/02$/06050000.xhp \ 838*cdf0e10cSrcweir text$/shared$/02$/06060000.xhp \ 839*cdf0e10cSrcweir text$/shared$/02$/06100000.xhp \ 840*cdf0e10cSrcweir text$/shared$/02$/06110000.xhp \ 841*cdf0e10cSrcweir text$/shared$/02$/06120000.xhp \ 842*cdf0e10cSrcweir text$/shared$/02$/07010000.xhp \ 843*cdf0e10cSrcweir text$/shared$/02$/07060000.xhp \ 844*cdf0e10cSrcweir text$/shared$/02$/07070000.xhp \ 845*cdf0e10cSrcweir text$/shared$/02$/07070100.xhp \ 846*cdf0e10cSrcweir text$/shared$/02$/07070200.xhp \ 847*cdf0e10cSrcweir text$/shared$/02$/07080000.xhp \ 848*cdf0e10cSrcweir text$/shared$/02$/07090000.xhp \ 849*cdf0e10cSrcweir text$/shared$/02$/08010000.xhp \ 850*cdf0e10cSrcweir text$/shared$/02$/08020000.xhp \ 851*cdf0e10cSrcweir text$/shared$/02$/09010000.xhp \ 852*cdf0e10cSrcweir text$/shared$/02$/09020000.xhp \ 853*cdf0e10cSrcweir text$/shared$/02$/09030000.xhp \ 854*cdf0e10cSrcweir text$/shared$/02$/09050000.xhp \ 855*cdf0e10cSrcweir text$/shared$/02$/09060000.xhp \ 856*cdf0e10cSrcweir text$/shared$/02$/09070000.xhp \ 857*cdf0e10cSrcweir text$/shared$/02$/09070100.xhp \ 858*cdf0e10cSrcweir text$/shared$/02$/09070200.xhp \ 859*cdf0e10cSrcweir text$/shared$/02$/09070300.xhp \ 860*cdf0e10cSrcweir text$/shared$/02$/09070400.xhp \ 861*cdf0e10cSrcweir text$/shared$/02$/10010000.xhp \ 862*cdf0e10cSrcweir text$/shared$/02$/10020000.xhp \ 863*cdf0e10cSrcweir text$/shared$/02$/10030000.xhp \ 864*cdf0e10cSrcweir text$/shared$/02$/10040000.xhp \ 865*cdf0e10cSrcweir text$/shared$/02$/10100000.xhp \ 866*cdf0e10cSrcweir text$/shared$/02$/12000000.xhp \ 867*cdf0e10cSrcweir text$/shared$/02$/12010000.xhp \ 868*cdf0e10cSrcweir text$/shared$/02$/12020000.xhp \ 869*cdf0e10cSrcweir text$/shared$/02$/12030000.xhp \ 870*cdf0e10cSrcweir text$/shared$/02$/12040000.xhp \ 871*cdf0e10cSrcweir text$/shared$/02$/12050000.xhp \ 872*cdf0e10cSrcweir text$/shared$/02$/12070000.xhp \ 873*cdf0e10cSrcweir text$/shared$/02$/12070100.xhp \ 874*cdf0e10cSrcweir text$/shared$/02$/12070200.xhp \ 875*cdf0e10cSrcweir text$/shared$/02$/12070300.xhp \ 876*cdf0e10cSrcweir text$/shared$/02$/12080000.xhp \ 877*cdf0e10cSrcweir text$/shared$/02$/12090000.xhp \ 878*cdf0e10cSrcweir text$/shared$/02$/12090100.xhp \ 879*cdf0e10cSrcweir text$/shared$/02$/12090101.xhp \ 880*cdf0e10cSrcweir text$/shared$/02$/12100000.xhp \ 881*cdf0e10cSrcweir text$/shared$/02$/12100100.xhp \ 882*cdf0e10cSrcweir text$/shared$/02$/12100200.xhp \ 883*cdf0e10cSrcweir text$/shared$/02$/12110000.xhp \ 884*cdf0e10cSrcweir text$/shared$/02$/12120000.xhp \ 885*cdf0e10cSrcweir text$/shared$/02$/12130000.xhp \ 886*cdf0e10cSrcweir text$/shared$/02$/12140000.xhp \ 887*cdf0e10cSrcweir text$/shared$/02$/13010000.xhp \ 888*cdf0e10cSrcweir text$/shared$/02$/13020000.xhp \ 889*cdf0e10cSrcweir text$/shared$/02$/14010000.xhp \ 890*cdf0e10cSrcweir text$/shared$/02$/14020000.xhp \ 891*cdf0e10cSrcweir text$/shared$/02$/14020100.xhp \ 892*cdf0e10cSrcweir text$/shared$/02$/14020200.xhp \ 893*cdf0e10cSrcweir text$/shared$/02$/14030000.xhp \ 894*cdf0e10cSrcweir text$/shared$/02$/14040000.xhp \ 895*cdf0e10cSrcweir text$/shared$/02$/14050000.xhp \ 896*cdf0e10cSrcweir text$/shared$/02$/14060000.xhp \ 897*cdf0e10cSrcweir text$/shared$/02$/14070000.xhp \ 898*cdf0e10cSrcweir text$/shared$/02$/18010000.xhp \ 899*cdf0e10cSrcweir text$/shared$/02$/18030000.xhp \ 900*cdf0e10cSrcweir text$/shared$/02$/19090000.xhp \ 901*cdf0e10cSrcweir text$/shared$/02$/20020000.xhp \ 902*cdf0e10cSrcweir text$/shared$/02$/20030000.xhp \ 903*cdf0e10cSrcweir text$/shared$/02$/20040000.xhp \ 904*cdf0e10cSrcweir text$/shared$/02$/20050000.xhp \ 905*cdf0e10cSrcweir text$/shared$/02$/20060000.xhp \ 906*cdf0e10cSrcweir text$/shared$/02$/20090000.xhp \ 907*cdf0e10cSrcweir text$/shared$/02$/20100000.xhp \ 908*cdf0e10cSrcweir text$/shared$/02$/24010000.xhp \ 909*cdf0e10cSrcweir text$/shared$/02$/24020000.xhp \ 910*cdf0e10cSrcweir text$/shared$/02$/24030000.xhp \ 911*cdf0e10cSrcweir text$/shared$/02$/24040000.xhp \ 912*cdf0e10cSrcweir text$/shared$/02$/24050000.xhp \ 913*cdf0e10cSrcweir text$/shared$/02$/24060000.xhp \ 914*cdf0e10cSrcweir text$/shared$/02$/24070000.xhp \ 915*cdf0e10cSrcweir text$/shared$/02$/24080000.xhp \ 916*cdf0e10cSrcweir text$/shared$/02$/24090000.xhp \ 917*cdf0e10cSrcweir text$/shared$/02$/24100000.xhp \ 918*cdf0e10cSrcweir text$/shared$/02$/basicshapes.xhp \ 919*cdf0e10cSrcweir text$/shared$/02$/blockarrows.xhp \ 920*cdf0e10cSrcweir text$/shared$/02$/callouts.xhp \ 921*cdf0e10cSrcweir text$/shared$/02$/colortoolbar.xhp \ 922*cdf0e10cSrcweir text$/shared$/02$/flowcharts.xhp \ 923*cdf0e10cSrcweir text$/shared$/02$/fontwork.xhp \ 924*cdf0e10cSrcweir text$/shared$/02$/more_controls.xhp \ 925*cdf0e10cSrcweir text$/shared$/02$/paintbrush.xhp \ 926*cdf0e10cSrcweir text$/shared$/02$/stars.xhp \ 927*cdf0e10cSrcweir text$/shared$/02$/symbolshapes.xhp \ 928*cdf0e10cSrcweir text$/shared$/04$/01010000.xhp \ 929*cdf0e10cSrcweir text$/shared$/04$/01020000.xhp \ 930*cdf0e10cSrcweir text$/shared$/05$/00000001.xhp \ 931*cdf0e10cSrcweir text$/shared$/05$/00000002.xhp \ 932*cdf0e10cSrcweir text$/shared$/05$/00000100.xhp \ 933*cdf0e10cSrcweir text$/shared$/05$/00000110.xhp \ 934*cdf0e10cSrcweir text$/shared$/05$/00000120.xhp \ 935*cdf0e10cSrcweir text$/shared$/05$/00000130.xhp \ 936*cdf0e10cSrcweir text$/shared$/05$/00000140.xhp \ 937*cdf0e10cSrcweir text$/shared$/05$/00000150.xhp \ 938*cdf0e10cSrcweir text$/shared$/05$/00000160.xhp \ 939*cdf0e10cSrcweir text$/shared$/05$/err_html.xhp \ 940*cdf0e10cSrcweir text$/shared$/07$/09000000.xhp \ 941*cdf0e10cSrcweir text$/shared$/3dsettings_toolbar.xhp \ 942*cdf0e10cSrcweir text$/shared$/autokorr$/01000000.xhp \ 943*cdf0e10cSrcweir text$/shared$/autokorr$/02000000.xhp \ 944*cdf0e10cSrcweir text$/shared$/autokorr$/03000000.xhp \ 945*cdf0e10cSrcweir text$/shared$/autokorr$/04000000.xhp \ 946*cdf0e10cSrcweir text$/shared$/autokorr$/05000000.xhp \ 947*cdf0e10cSrcweir text$/shared$/autokorr$/06000000.xhp \ 948*cdf0e10cSrcweir text$/shared$/autokorr$/07000000.xhp \ 949*cdf0e10cSrcweir text$/shared$/autokorr$/08000000.xhp \ 950*cdf0e10cSrcweir text$/shared$/autokorr$/09000000.xhp \ 951*cdf0e10cSrcweir text$/shared$/autokorr$/10000000.xhp \ 952*cdf0e10cSrcweir text$/shared$/autokorr$/12000000.xhp \ 953*cdf0e10cSrcweir text$/shared$/autokorr$/13000000.xhp \ 954*cdf0e10cSrcweir text$/shared$/autopi$/01000000.xhp \ 955*cdf0e10cSrcweir text$/shared$/autopi$/01010000.xhp \ 956*cdf0e10cSrcweir text$/shared$/autopi$/01010100.xhp \ 957*cdf0e10cSrcweir text$/shared$/autopi$/01010200.xhp \ 958*cdf0e10cSrcweir text$/shared$/autopi$/01010300.xhp \ 959*cdf0e10cSrcweir text$/shared$/autopi$/01010400.xhp \ 960*cdf0e10cSrcweir text$/shared$/autopi$/01010500.xhp \ 961*cdf0e10cSrcweir text$/shared$/autopi$/01010600.xhp \ 962*cdf0e10cSrcweir text$/shared$/autopi$/01020000.xhp \ 963*cdf0e10cSrcweir text$/shared$/autopi$/01020100.xhp \ 964*cdf0e10cSrcweir text$/shared$/autopi$/01020200.xhp \ 965*cdf0e10cSrcweir text$/shared$/autopi$/01020300.xhp \ 966*cdf0e10cSrcweir text$/shared$/autopi$/01020400.xhp \ 967*cdf0e10cSrcweir text$/shared$/autopi$/01020500.xhp \ 968*cdf0e10cSrcweir text$/shared$/autopi$/01040000.xhp \ 969*cdf0e10cSrcweir text$/shared$/autopi$/01040100.xhp \ 970*cdf0e10cSrcweir text$/shared$/autopi$/01040200.xhp \ 971*cdf0e10cSrcweir text$/shared$/autopi$/01040300.xhp \ 972*cdf0e10cSrcweir text$/shared$/autopi$/01040400.xhp \ 973*cdf0e10cSrcweir text$/shared$/autopi$/01040500.xhp \ 974*cdf0e10cSrcweir text$/shared$/autopi$/01040600.xhp \ 975*cdf0e10cSrcweir text$/shared$/autopi$/01050000.xhp \ 976*cdf0e10cSrcweir text$/shared$/autopi$/01050100.xhp \ 977*cdf0e10cSrcweir text$/shared$/autopi$/01050200.xhp \ 978*cdf0e10cSrcweir text$/shared$/autopi$/01050300.xhp \ 979*cdf0e10cSrcweir text$/shared$/autopi$/01050400.xhp \ 980*cdf0e10cSrcweir text$/shared$/autopi$/01050500.xhp \ 981*cdf0e10cSrcweir text$/shared$/autopi$/01090000.xhp \ 982*cdf0e10cSrcweir text$/shared$/autopi$/01090100.xhp \ 983*cdf0e10cSrcweir text$/shared$/autopi$/01090200.xhp \ 984*cdf0e10cSrcweir text$/shared$/autopi$/01090210.xhp \ 985*cdf0e10cSrcweir text$/shared$/autopi$/01090220.xhp \ 986*cdf0e10cSrcweir text$/shared$/autopi$/01090300.xhp \ 987*cdf0e10cSrcweir text$/shared$/autopi$/01090400.xhp \ 988*cdf0e10cSrcweir text$/shared$/autopi$/01090500.xhp \ 989*cdf0e10cSrcweir text$/shared$/autopi$/01090600.xhp \ 990*cdf0e10cSrcweir text$/shared$/autopi$/01100000.xhp \ 991*cdf0e10cSrcweir text$/shared$/autopi$/01100100.xhp \ 992*cdf0e10cSrcweir text$/shared$/autopi$/01100150.xhp \ 993*cdf0e10cSrcweir text$/shared$/autopi$/01100200.xhp \ 994*cdf0e10cSrcweir text$/shared$/autopi$/01100300.xhp \ 995*cdf0e10cSrcweir text$/shared$/autopi$/01100400.xhp \ 996*cdf0e10cSrcweir text$/shared$/autopi$/01100500.xhp \ 997*cdf0e10cSrcweir text$/shared$/autopi$/01110000.xhp \ 998*cdf0e10cSrcweir text$/shared$/autopi$/01110100.xhp \ 999*cdf0e10cSrcweir text$/shared$/autopi$/01110200.xhp \ 1000*cdf0e10cSrcweir text$/shared$/autopi$/01110300.xhp \ 1001*cdf0e10cSrcweir text$/shared$/autopi$/01110400.xhp \ 1002*cdf0e10cSrcweir text$/shared$/autopi$/01110500.xhp \ 1003*cdf0e10cSrcweir text$/shared$/autopi$/01110600.xhp \ 1004*cdf0e10cSrcweir text$/shared$/autopi$/01120000.xhp \ 1005*cdf0e10cSrcweir text$/shared$/autopi$/01120100.xhp \ 1006*cdf0e10cSrcweir text$/shared$/autopi$/01120200.xhp \ 1007*cdf0e10cSrcweir text$/shared$/autopi$/01120300.xhp \ 1008*cdf0e10cSrcweir text$/shared$/autopi$/01120400.xhp \ 1009*cdf0e10cSrcweir text$/shared$/autopi$/01120500.xhp \ 1010*cdf0e10cSrcweir text$/shared$/autopi$/01130000.xhp \ 1011*cdf0e10cSrcweir text$/shared$/autopi$/01130100.xhp \ 1012*cdf0e10cSrcweir text$/shared$/autopi$/01130200.xhp \ 1013*cdf0e10cSrcweir text$/shared$/autopi$/01150000.xhp \ 1014*cdf0e10cSrcweir text$/shared$/autopi$/01170000.xhp \ 1015*cdf0e10cSrcweir text$/shared$/autopi$/01170200.xhp \ 1016*cdf0e10cSrcweir text$/shared$/autopi$/01170300.xhp \ 1017*cdf0e10cSrcweir text$/shared$/autopi$/01170400.xhp \ 1018*cdf0e10cSrcweir text$/shared$/autopi$/01170500.xhp \ 1019*cdf0e10cSrcweir text$/shared$/autopi$/purchase.xhp \ 1020*cdf0e10cSrcweir text$/shared$/autopi$/startup.xhp \ 1021*cdf0e10cSrcweir text$/shared$/autopi$/webwizard00.xhp \ 1022*cdf0e10cSrcweir text$/shared$/autopi$/webwizard01.xhp \ 1023*cdf0e10cSrcweir text$/shared$/autopi$/webwizard02.xhp \ 1024*cdf0e10cSrcweir text$/shared$/autopi$/webwizard03.xhp \ 1025*cdf0e10cSrcweir text$/shared$/autopi$/webwizard04.xhp \ 1026*cdf0e10cSrcweir text$/shared$/autopi$/webwizard05.xhp \ 1027*cdf0e10cSrcweir text$/shared$/autopi$/webwizard05bi.xhp \ 1028*cdf0e10cSrcweir text$/shared$/autopi$/webwizard05is.xhp \ 1029*cdf0e10cSrcweir text$/shared$/autopi$/webwizard06.xhp \ 1030*cdf0e10cSrcweir text$/shared$/autopi$/webwizard07.xhp \ 1031*cdf0e10cSrcweir text$/shared$/autopi$/webwizard07fc.xhp \ 1032*cdf0e10cSrcweir text$/shared$/explorer$/database$/02000000.xhp \ 1033*cdf0e10cSrcweir text$/shared$/explorer$/database$/02000002.xhp \ 1034*cdf0e10cSrcweir text$/shared$/explorer$/database$/02010100.xhp \ 1035*cdf0e10cSrcweir text$/shared$/explorer$/database$/02010101.xhp \ 1036*cdf0e10cSrcweir text$/shared$/explorer$/database$/04000000.xhp \ 1037*cdf0e10cSrcweir text$/shared$/explorer$/database$/04030000.xhp \ 1038*cdf0e10cSrcweir text$/shared$/explorer$/database$/05000000.xhp \ 1039*cdf0e10cSrcweir text$/shared$/explorer$/database$/05000001.xhp \ 1040*cdf0e10cSrcweir text$/shared$/explorer$/database$/05000002.xhp \ 1041*cdf0e10cSrcweir text$/shared$/explorer$/database$/05000003.xhp \ 1042*cdf0e10cSrcweir text$/shared$/explorer$/database$/05010000.xhp \ 1043*cdf0e10cSrcweir text$/shared$/explorer$/database$/05010100.xhp \ 1044*cdf0e10cSrcweir text$/shared$/explorer$/database$/05020000.xhp \ 1045*cdf0e10cSrcweir text$/shared$/explorer$/database$/05020100.xhp \ 1046*cdf0e10cSrcweir text$/shared$/explorer$/database$/05030000.xhp \ 1047*cdf0e10cSrcweir text$/shared$/explorer$/database$/05030100.xhp \ 1048*cdf0e10cSrcweir text$/shared$/explorer$/database$/05030200.xhp \ 1049*cdf0e10cSrcweir text$/shared$/explorer$/database$/05030300.xhp \ 1050*cdf0e10cSrcweir text$/shared$/explorer$/database$/05030400.xhp \ 1051*cdf0e10cSrcweir text$/shared$/explorer$/database$/05040000.xhp \ 1052*cdf0e10cSrcweir text$/shared$/explorer$/database$/05040100.xhp \ 1053*cdf0e10cSrcweir text$/shared$/explorer$/database$/05040200.xhp \ 1054*cdf0e10cSrcweir text$/shared$/explorer$/database$/11000002.xhp \ 1055*cdf0e10cSrcweir text$/shared$/explorer$/database$/11020000.xhp \ 1056*cdf0e10cSrcweir text$/shared$/explorer$/database$/11030000.xhp \ 1057*cdf0e10cSrcweir text$/shared$/explorer$/database$/11030100.xhp \ 1058*cdf0e10cSrcweir text$/shared$/explorer$/database$/11080000.xhp \ 1059*cdf0e10cSrcweir text$/shared$/explorer$/database$/11090000.xhp \ 1060*cdf0e10cSrcweir text$/shared$/explorer$/database$/11150200.xhp \ 1061*cdf0e10cSrcweir text$/shared$/explorer$/database$/11170000.xhp \ 1062*cdf0e10cSrcweir text$/shared$/explorer$/database$/11170100.xhp \ 1063*cdf0e10cSrcweir text$/shared$/explorer$/database$/30000000.xhp \ 1064*cdf0e10cSrcweir text$/shared$/explorer$/database$/30100000.xhp \ 1065*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabaadvprop.xhp \ 1066*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabaadvpropdat.xhp \ 1067*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabaadvpropgen.xhp \ 1068*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabadoc.xhp \ 1069*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabaprop.xhp \ 1070*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabapropadd.xhp \ 1071*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabapropcon.xhp \ 1072*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabapropgen.xhp \ 1073*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz00.xhp \ 1074*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz01.xhp \ 1075*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02.xhp \ 1076*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02access.xhp \ 1077*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02adabas.xhp \ 1078*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02ado.xhp \ 1079*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02dbase.xhp \ 1080*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02jdbc.xhp \ 1081*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02ldap.xhp \ 1082*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02mysql.xhp \ 1083*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02odbc.xhp \ 1084*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02oracle.xhp \ 1085*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02spreadsheet.xhp \ 1086*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02text.xhp \ 1087*cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz03auth.xhp \ 1088*cdf0e10cSrcweir text$/shared$/explorer$/database$/main.xhp \ 1089*cdf0e10cSrcweir text$/shared$/explorer$/database$/menubar.xhp \ 1090*cdf0e10cSrcweir text$/shared$/explorer$/database$/menuedit.xhp \ 1091*cdf0e10cSrcweir text$/shared$/explorer$/database$/menufile.xhp \ 1092*cdf0e10cSrcweir text$/shared$/explorer$/database$/menufilesave.xhp \ 1093*cdf0e10cSrcweir text$/shared$/explorer$/database$/menuinsert.xhp \ 1094*cdf0e10cSrcweir text$/shared$/explorer$/database$/menutools.xhp \ 1095*cdf0e10cSrcweir text$/shared$/explorer$/database$/menuview.xhp \ 1096*cdf0e10cSrcweir text$/shared$/explorer$/database$/migrate_macros.xhp \ 1097*cdf0e10cSrcweir text$/shared$/explorer$/database$/password.xhp \ 1098*cdf0e10cSrcweir text$/shared$/explorer$/database$/querywizard00.xhp \ 1099*cdf0e10cSrcweir text$/shared$/explorer$/database$/querywizard01.xhp \ 1100*cdf0e10cSrcweir text$/shared$/explorer$/database$/querywizard02.xhp \ 1101*cdf0e10cSrcweir text$/shared$/explorer$/database$/querywizard03.xhp \ 1102*cdf0e10cSrcweir text$/shared$/explorer$/database$/querywizard04.xhp \ 1103*cdf0e10cSrcweir text$/shared$/explorer$/database$/querywizard05.xhp \ 1104*cdf0e10cSrcweir text$/shared$/explorer$/database$/querywizard06.xhp \ 1105*cdf0e10cSrcweir text$/shared$/explorer$/database$/querywizard07.xhp \ 1106*cdf0e10cSrcweir text$/shared$/explorer$/database$/querywizard08.xhp \ 1107*cdf0e10cSrcweir text$/shared$/explorer$/database$/rep_datetime.xhp \ 1108*cdf0e10cSrcweir text$/shared$/explorer$/database$/rep_main.xhp \ 1109*cdf0e10cSrcweir text$/shared$/explorer$/database$/rep_navigator.xhp \ 1110*cdf0e10cSrcweir text$/shared$/explorer$/database$/rep_pagenumbers.xhp \ 1111*cdf0e10cSrcweir text$/shared$/explorer$/database$/rep_prop.xhp \ 1112*cdf0e10cSrcweir text$/shared$/explorer$/database$/rep_sort.xhp \ 1113*cdf0e10cSrcweir text$/shared$/explorer$/database$/tablewizard00.xhp \ 1114*cdf0e10cSrcweir text$/shared$/explorer$/database$/tablewizard01.xhp \ 1115*cdf0e10cSrcweir text$/shared$/explorer$/database$/tablewizard02.xhp \ 1116*cdf0e10cSrcweir text$/shared$/explorer$/database$/tablewizard03.xhp \ 1117*cdf0e10cSrcweir text$/shared$/explorer$/database$/tablewizard04.xhp \ 1118*cdf0e10cSrcweir text$/shared$/explorer$/database$/toolbars.xhp \ 1119*cdf0e10cSrcweir text$/shared$/fontwork_toolbar.xhp \ 1120*cdf0e10cSrcweir text$/shared$/guide$/aaa_start.xhp \ 1121*cdf0e10cSrcweir text$/shared$/guide$/accessibility.xhp \ 1122*cdf0e10cSrcweir text$/shared$/guide$/active_help_on_off.xhp \ 1123*cdf0e10cSrcweir text$/shared$/guide$/activex.xhp \ 1124*cdf0e10cSrcweir text$/shared$/guide$/assistive.xhp \ 1125*cdf0e10cSrcweir text$/shared$/guide$/autocorr_url.xhp \ 1126*cdf0e10cSrcweir text$/shared$/guide$/autohide.xhp \ 1127*cdf0e10cSrcweir text$/shared$/guide$/background.xhp \ 1128*cdf0e10cSrcweir text$/shared$/guide$/border_paragraph.xhp \ 1129*cdf0e10cSrcweir text$/shared$/guide$/border_table.xhp \ 1130*cdf0e10cSrcweir text$/shared$/guide$/breaking_lines.xhp \ 1131*cdf0e10cSrcweir text$/shared$/guide$/change_title.xhp \ 1132*cdf0e10cSrcweir text$/shared$/guide$/chart_axis.xhp \ 1133*cdf0e10cSrcweir text$/shared$/guide$/chart_barformat.xhp \ 1134*cdf0e10cSrcweir text$/shared$/guide$/chart_insert.xhp \ 1135*cdf0e10cSrcweir text$/shared$/guide$/chart_legend.xhp \ 1136*cdf0e10cSrcweir text$/shared$/guide$/chart_title.xhp \ 1137*cdf0e10cSrcweir text$/shared$/guide$/collab.xhp \ 1138*cdf0e10cSrcweir text$/shared$/guide$/configure_overview.xhp \ 1139*cdf0e10cSrcweir text$/shared$/guide$/contextmenu.xhp \ 1140*cdf0e10cSrcweir text$/shared$/guide$/copy_drawfunctions.xhp \ 1141*cdf0e10cSrcweir text$/shared$/guide$/copytable2application.xhp \ 1142*cdf0e10cSrcweir text$/shared$/guide$/copytext2application.xhp \ 1143*cdf0e10cSrcweir text$/shared$/guide$/ctl.xhp \ 1144*cdf0e10cSrcweir text$/shared$/guide$/data_addressbook.xhp \ 1145*cdf0e10cSrcweir text$/shared$/guide$/data_dbase2office.xhp \ 1146*cdf0e10cSrcweir text$/shared$/guide$/data_enter_sql.xhp \ 1147*cdf0e10cSrcweir text$/shared$/guide$/data_forms.xhp \ 1148*cdf0e10cSrcweir text$/shared$/guide$/data_im_export.xhp \ 1149*cdf0e10cSrcweir text$/shared$/guide$/data_new.xhp \ 1150*cdf0e10cSrcweir text$/shared$/guide$/data_queries.xhp \ 1151*cdf0e10cSrcweir text$/shared$/guide$/data_register.xhp \ 1152*cdf0e10cSrcweir text$/shared$/guide$/data_report.xhp \ 1153*cdf0e10cSrcweir text$/shared$/guide$/data_reports.xhp \ 1154*cdf0e10cSrcweir text$/shared$/guide$/data_search.xhp \ 1155*cdf0e10cSrcweir text$/shared$/guide$/data_search2.xhp \ 1156*cdf0e10cSrcweir text$/shared$/guide$/data_tabledefine.xhp \ 1157*cdf0e10cSrcweir text$/shared$/guide$/data_tables.xhp \ 1158*cdf0e10cSrcweir text$/shared$/guide$/data_view.xhp \ 1159*cdf0e10cSrcweir text$/shared$/guide$/database_main.xhp \ 1160*cdf0e10cSrcweir text$/shared$/guide$/digital_signatures.xhp \ 1161*cdf0e10cSrcweir text$/shared$/guide$/digitalsign_receive.xhp \ 1162*cdf0e10cSrcweir text$/shared$/guide$/digitalsign_send.xhp \ 1163*cdf0e10cSrcweir text$/shared$/guide$/doc_autosave.xhp \ 1164*cdf0e10cSrcweir text$/shared$/guide$/doc_open.xhp \ 1165*cdf0e10cSrcweir text$/shared$/guide$/doc_save.xhp \ 1166*cdf0e10cSrcweir text$/shared$/guide$/dragdrop.xhp \ 1167*cdf0e10cSrcweir text$/shared$/guide$/dragdrop_beamer.xhp \ 1168*cdf0e10cSrcweir text$/shared$/guide$/dragdrop_fromgallery.xhp \ 1169*cdf0e10cSrcweir text$/shared$/guide$/dragdrop_gallery.xhp \ 1170*cdf0e10cSrcweir text$/shared$/guide$/dragdrop_graphic.xhp \ 1171*cdf0e10cSrcweir text$/shared$/guide$/dragdrop_table.xhp \ 1172*cdf0e10cSrcweir text$/shared$/guide$/edit_symbolbar.xhp \ 1173*cdf0e10cSrcweir text$/shared$/guide$/email.xhp \ 1174*cdf0e10cSrcweir text$/shared$/guide$/error_report.xhp \ 1175*cdf0e10cSrcweir text$/shared$/guide$/export_ms.xhp \ 1176*cdf0e10cSrcweir text$/shared$/guide$/fax.xhp \ 1177*cdf0e10cSrcweir text$/shared$/guide$/filternavigator.xhp \ 1178*cdf0e10cSrcweir text$/shared$/guide$/find_attributes.xhp \ 1179*cdf0e10cSrcweir text$/shared$/guide$/flat_icons.xhp \ 1180*cdf0e10cSrcweir text$/shared$/guide$/floating_toolbar.xhp \ 1181*cdf0e10cSrcweir text$/shared$/guide$/fontwork.xhp \ 1182*cdf0e10cSrcweir text$/shared$/guide$/formfields.xhp \ 1183*cdf0e10cSrcweir text$/shared$/guide$/gallery_insert.xhp \ 1184*cdf0e10cSrcweir text$/shared$/guide$/groups.xhp \ 1185*cdf0e10cSrcweir text$/shared$/guide$/hyperlink_edit.xhp \ 1186*cdf0e10cSrcweir text$/shared$/guide$/hyperlink_insert.xhp \ 1187*cdf0e10cSrcweir text$/shared$/guide$/hyperlink_rel_abs.xhp \ 1188*cdf0e10cSrcweir text$/shared$/guide$/hyperlink_search.xhp \ 1189*cdf0e10cSrcweir text$/shared$/guide$/imagemap.xhp \ 1190*cdf0e10cSrcweir text$/shared$/guide$/import_ms.xhp \ 1191*cdf0e10cSrcweir text$/shared$/guide$/insert_bitmap.xhp \ 1192*cdf0e10cSrcweir text$/shared$/guide$/insert_graphic_drawit.xhp \ 1193*cdf0e10cSrcweir text$/shared$/guide$/insert_specialchar.xhp \ 1194*cdf0e10cSrcweir text$/shared$/guide$/integratinguno.xhp \ 1195*cdf0e10cSrcweir text$/shared$/guide$/keyboard.xhp \ 1196*cdf0e10cSrcweir text$/shared$/guide$/labels.xhp \ 1197*cdf0e10cSrcweir text$/shared$/guide$/labels_database.xhp \ 1198*cdf0e10cSrcweir text$/shared$/guide$/language_select.xhp \ 1199*cdf0e10cSrcweir text$/shared$/guide$/line_intext.xhp \ 1200*cdf0e10cSrcweir text$/shared$/guide$/lineend_define.xhp \ 1201*cdf0e10cSrcweir text$/shared$/guide$/linestyle_define.xhp \ 1202*cdf0e10cSrcweir text$/shared$/guide$/linestyles.xhp \ 1203*cdf0e10cSrcweir text$/shared$/guide$/macro_recording.xhp \ 1204*cdf0e10cSrcweir text$/shared$/guide$/main.xhp \ 1205*cdf0e10cSrcweir text$/shared$/guide$/measurement_units.xhp \ 1206*cdf0e10cSrcweir text$/shared$/guide$/microsoft_terms.xhp \ 1207*cdf0e10cSrcweir text$/shared$/guide$/mobiledevicefilters.xhp \ 1208*cdf0e10cSrcweir text$/shared$/guide$/ms_doctypes.xhp \ 1209*cdf0e10cSrcweir text$/shared$/guide$/ms_import_export_limitations.xhp \ 1210*cdf0e10cSrcweir text$/shared$/guide$/ms_user.xhp \ 1211*cdf0e10cSrcweir text$/shared$/guide$/navigator.xhp \ 1212*cdf0e10cSrcweir text$/shared$/guide$/navigator_setcursor.xhp \ 1213*cdf0e10cSrcweir text$/shared$/guide$/navpane_on.xhp \ 1214*cdf0e10cSrcweir text$/shared$/guide$/numbering_stop.xhp \ 1215*cdf0e10cSrcweir text$/shared$/guide$/pageformat_max.xhp \ 1216*cdf0e10cSrcweir text$/shared$/guide$/paintbrush.xhp \ 1217*cdf0e10cSrcweir text$/shared$/guide$/pasting.xhp \ 1218*cdf0e10cSrcweir text$/shared$/guide$/print_blackwhite.xhp \ 1219*cdf0e10cSrcweir text$/shared$/guide$/print_faster.xhp \ 1220*cdf0e10cSrcweir text$/shared$/guide$/protection.xhp \ 1221*cdf0e10cSrcweir text$/shared$/guide$/redlining.xhp \ 1222*cdf0e10cSrcweir text$/shared$/guide$/redlining_accept.xhp \ 1223*cdf0e10cSrcweir text$/shared$/guide$/redlining_doccompare.xhp \ 1224*cdf0e10cSrcweir text$/shared$/guide$/redlining_docmerge.xhp \ 1225*cdf0e10cSrcweir text$/shared$/guide$/redlining_enter.xhp \ 1226*cdf0e10cSrcweir text$/shared$/guide$/redlining_protect.xhp \ 1227*cdf0e10cSrcweir text$/shared$/guide$/redlining_versions.xhp \ 1228*cdf0e10cSrcweir text$/shared$/guide$/round_corner.xhp \ 1229*cdf0e10cSrcweir text$/shared$/guide$/scripting.xhp \ 1230*cdf0e10cSrcweir text$/shared$/guide$/space_hyphen.xhp \ 1231*cdf0e10cSrcweir text$/shared$/guide$/spadmin.xhp \ 1232*cdf0e10cSrcweir text$/shared$/guide$/standard_template.xhp \ 1233*cdf0e10cSrcweir text$/shared$/guide$/start_parameters.xhp \ 1234*cdf0e10cSrcweir text$/shared$/guide$/startcenter.xhp \ 1235*cdf0e10cSrcweir text$/shared$/guide$/tabs.xhp \ 1236*cdf0e10cSrcweir text$/shared$/guide$/text_color.xhp \ 1237*cdf0e10cSrcweir text$/shared$/guide$/textmode_change.xhp \ 1238*cdf0e10cSrcweir text$/shared$/guide$/undo_formatting.xhp \ 1239*cdf0e10cSrcweir text$/shared$/guide$/version_number.xhp \ 1240*cdf0e10cSrcweir text$/shared$/guide$/viewing_file_properties.xhp \ 1241*cdf0e10cSrcweir text$/shared$/guide$/workfolder.xhp \ 1242*cdf0e10cSrcweir text$/shared$/guide$/xforms.xhp \ 1243*cdf0e10cSrcweir text$/shared$/guide$/xsltfilter.xhp \ 1244*cdf0e10cSrcweir text$/shared$/guide$/xsltfilter_create.xhp \ 1245*cdf0e10cSrcweir text$/shared$/guide$/xsltfilter_distribute.xhp \ 1246*cdf0e10cSrcweir text$/shared$/main0108.xhp \ 1247*cdf0e10cSrcweir text$/shared$/main0201.xhp \ 1248*cdf0e10cSrcweir text$/shared$/main0204.xhp \ 1249*cdf0e10cSrcweir text$/shared$/main0208.xhp \ 1250*cdf0e10cSrcweir text$/shared$/main0209.xhp \ 1251*cdf0e10cSrcweir text$/shared$/main0212.xhp \ 1252*cdf0e10cSrcweir text$/shared$/main0213.xhp \ 1253*cdf0e10cSrcweir text$/shared$/main0214.xhp \ 1254*cdf0e10cSrcweir text$/shared$/main0226.xhp \ 1255*cdf0e10cSrcweir text$/shared$/main0227.xhp \ 1256*cdf0e10cSrcweir text$/shared$/main0400.xhp \ 1257*cdf0e10cSrcweir text$/shared$/main0500.xhp \ 1258*cdf0e10cSrcweir text$/shared$/main0600.xhp \ 1259*cdf0e10cSrcweir text$/shared$/main0650.xhp \ 1260*cdf0e10cSrcweir text$/shared$/main0800.xhp \ 1261*cdf0e10cSrcweir text$/shared$/optionen$/01000000.xhp \ 1262*cdf0e10cSrcweir text$/shared$/optionen$/01010000.xhp \ 1263*cdf0e10cSrcweir text$/shared$/optionen$/01010100.xhp \ 1264*cdf0e10cSrcweir text$/shared$/optionen$/01010200.xhp \ 1265*cdf0e10cSrcweir text$/shared$/optionen$/01010300.xhp \ 1266*cdf0e10cSrcweir text$/shared$/optionen$/01010301.xhp \ 1267*cdf0e10cSrcweir text$/shared$/optionen$/01010400.xhp \ 1268*cdf0e10cSrcweir text$/shared$/optionen$/01010401.xhp \ 1269*cdf0e10cSrcweir text$/shared$/optionen$/01010500.xhp \ 1270*cdf0e10cSrcweir text$/shared$/optionen$/01010501.xhp \ 1271*cdf0e10cSrcweir text$/shared$/optionen$/01010600.xhp \ 1272*cdf0e10cSrcweir text$/shared$/optionen$/01010700.xhp \ 1273*cdf0e10cSrcweir text$/shared$/optionen$/01010800.xhp \ 1274*cdf0e10cSrcweir text$/shared$/optionen$/01010900.xhp \ 1275*cdf0e10cSrcweir text$/shared$/optionen$/01011000.xhp \ 1276*cdf0e10cSrcweir text$/shared$/optionen$/01012000.xhp \ 1277*cdf0e10cSrcweir text$/shared$/optionen$/01013000.xhp \ 1278*cdf0e10cSrcweir text$/shared$/optionen$/01014000.xhp \ 1279*cdf0e10cSrcweir text$/shared$/optionen$/01020000.xhp \ 1280*cdf0e10cSrcweir text$/shared$/optionen$/01020100.xhp \ 1281*cdf0e10cSrcweir text$/shared$/optionen$/01020200.xhp \ 1282*cdf0e10cSrcweir text$/shared$/optionen$/01020300.xhp \ 1283*cdf0e10cSrcweir text$/shared$/optionen$/01020400.xhp \ 1284*cdf0e10cSrcweir text$/shared$/optionen$/01030000.xhp \ 1285*cdf0e10cSrcweir text$/shared$/optionen$/01030300.xhp \ 1286*cdf0e10cSrcweir text$/shared$/optionen$/01030500.xhp \ 1287*cdf0e10cSrcweir text$/shared$/optionen$/01040000.xhp \ 1288*cdf0e10cSrcweir text$/shared$/optionen$/01040200.xhp \ 1289*cdf0e10cSrcweir text$/shared$/optionen$/01040300.xhp \ 1290*cdf0e10cSrcweir text$/shared$/optionen$/01040301.xhp \ 1291*cdf0e10cSrcweir text$/shared$/optionen$/01040400.xhp \ 1292*cdf0e10cSrcweir text$/shared$/optionen$/01040500.xhp \ 1293*cdf0e10cSrcweir text$/shared$/optionen$/01040600.xhp \ 1294*cdf0e10cSrcweir text$/shared$/optionen$/01040700.xhp \ 1295*cdf0e10cSrcweir text$/shared$/optionen$/01040900.xhp \ 1296*cdf0e10cSrcweir text$/shared$/optionen$/01041000.xhp \ 1297*cdf0e10cSrcweir text$/shared$/optionen$/01041100.xhp \ 1298*cdf0e10cSrcweir text$/shared$/optionen$/01050000.xhp \ 1299*cdf0e10cSrcweir text$/shared$/optionen$/01050100.xhp \ 1300*cdf0e10cSrcweir text$/shared$/optionen$/01050300.xhp \ 1301*cdf0e10cSrcweir text$/shared$/optionen$/01060000.xhp \ 1302*cdf0e10cSrcweir text$/shared$/optionen$/01060100.xhp \ 1303*cdf0e10cSrcweir text$/shared$/optionen$/01060300.xhp \ 1304*cdf0e10cSrcweir text$/shared$/optionen$/01060400.xhp \ 1305*cdf0e10cSrcweir text$/shared$/optionen$/01060401.xhp \ 1306*cdf0e10cSrcweir text$/shared$/optionen$/01060500.xhp \ 1307*cdf0e10cSrcweir text$/shared$/optionen$/01060600.xhp \ 1308*cdf0e10cSrcweir text$/shared$/optionen$/01060700.xhp \ 1309*cdf0e10cSrcweir text$/shared$/optionen$/01070000.xhp \ 1310*cdf0e10cSrcweir text$/shared$/optionen$/01070100.xhp \ 1311*cdf0e10cSrcweir text$/shared$/optionen$/01070300.xhp \ 1312*cdf0e10cSrcweir text$/shared$/optionen$/01070400.xhp \ 1313*cdf0e10cSrcweir text$/shared$/optionen$/01070500.xhp \ 1314*cdf0e10cSrcweir text$/shared$/optionen$/01080000.xhp \ 1315*cdf0e10cSrcweir text$/shared$/optionen$/01090000.xhp \ 1316*cdf0e10cSrcweir text$/shared$/optionen$/01090100.xhp \ 1317*cdf0e10cSrcweir text$/shared$/optionen$/01110000.xhp \ 1318*cdf0e10cSrcweir text$/shared$/optionen$/01110100.xhp \ 1319*cdf0e10cSrcweir text$/shared$/optionen$/01130100.xhp \ 1320*cdf0e10cSrcweir text$/shared$/optionen$/01130200.xhp \ 1321*cdf0e10cSrcweir text$/shared$/optionen$/01140000.xhp \ 1322*cdf0e10cSrcweir text$/shared$/optionen$/01150000.xhp \ 1323*cdf0e10cSrcweir text$/shared$/optionen$/01150100.xhp \ 1324*cdf0e10cSrcweir text$/shared$/optionen$/01150200.xhp \ 1325*cdf0e10cSrcweir text$/shared$/optionen$/01150300.xhp \ 1326*cdf0e10cSrcweir text$/shared$/optionen$/01160000.xhp \ 1327*cdf0e10cSrcweir text$/shared$/optionen$/01160100.xhp \ 1328*cdf0e10cSrcweir text$/shared$/optionen$/01160200.xhp \ 1329*cdf0e10cSrcweir text$/shared$/optionen$/01160201.xhp \ 1330*cdf0e10cSrcweir text$/shared$/optionen$/improvement.xhp \ 1331*cdf0e10cSrcweir text$/shared$/optionen$/java.xhp \ 1332*cdf0e10cSrcweir text$/shared$/optionen$/javaclasspath.xhp \ 1333*cdf0e10cSrcweir text$/shared$/optionen$/javaparameters.xhp \ 1334*cdf0e10cSrcweir text$/shared$/optionen$/macrosecurity.xhp \ 1335*cdf0e10cSrcweir text$/shared$/optionen$/macrosecurity_sl.xhp \ 1336*cdf0e10cSrcweir text$/shared$/optionen$/macrosecurity_ts.xhp \ 1337*cdf0e10cSrcweir text$/shared$/optionen$/mailmerge.xhp \ 1338*cdf0e10cSrcweir text$/shared$/optionen$/online_update.xhp \ 1339*cdf0e10cSrcweir text$/shared$/optionen$/serverauthentication.xhp \ 1340*cdf0e10cSrcweir text$/shared$/optionen$/testaccount.xhp \ 1341*cdf0e10cSrcweir text$/shared$/optionen$/viewcertificate.xhp \ 1342*cdf0e10cSrcweir text$/shared$/optionen$/viewcertificate_c.xhp \ 1343*cdf0e10cSrcweir text$/shared$/optionen$/viewcertificate_d.xhp \ 1344*cdf0e10cSrcweir text$/shared$/optionen$/viewcertificate_g.xhp \ 1345*cdf0e10cSrcweir text$/shared$/tree_strings.xhp \ 1346*cdf0e10cSrcweir text$/schart$/00$/00000004.xhp \ 1347*cdf0e10cSrcweir text$/schart$/01$/03010000.xhp \ 1348*cdf0e10cSrcweir text$/schart$/01$/04010000.xhp \ 1349*cdf0e10cSrcweir text$/schart$/01$/04020000.xhp \ 1350*cdf0e10cSrcweir text$/schart$/01$/04030000.xhp \ 1351*cdf0e10cSrcweir text$/schart$/01$/04040000.xhp \ 1352*cdf0e10cSrcweir text$/schart$/01$/04050000.xhp \ 1353*cdf0e10cSrcweir text$/schart$/01$/04050100.xhp \ 1354*cdf0e10cSrcweir text$/schart$/01$/04060000.xhp \ 1355*cdf0e10cSrcweir text$/schart$/01$/04070000.xhp \ 1356*cdf0e10cSrcweir text$/schart$/01$/05010000.xhp \ 1357*cdf0e10cSrcweir text$/schart$/01$/05010100.xhp \ 1358*cdf0e10cSrcweir text$/schart$/01$/05010200.xhp \ 1359*cdf0e10cSrcweir text$/schart$/01$/05020000.xhp \ 1360*cdf0e10cSrcweir text$/schart$/01$/05020100.xhp \ 1361*cdf0e10cSrcweir text$/schart$/01$/05020101.xhp \ 1362*cdf0e10cSrcweir text$/schart$/01$/05020200.xhp \ 1363*cdf0e10cSrcweir text$/schart$/01$/05020201.xhp \ 1364*cdf0e10cSrcweir text$/schart$/01$/05030000.xhp \ 1365*cdf0e10cSrcweir text$/schart$/01$/05040000.xhp \ 1366*cdf0e10cSrcweir text$/schart$/01$/05040100.xhp \ 1367*cdf0e10cSrcweir text$/schart$/01$/05040200.xhp \ 1368*cdf0e10cSrcweir text$/schart$/01$/05040201.xhp \ 1369*cdf0e10cSrcweir text$/schart$/01$/05040202.xhp \ 1370*cdf0e10cSrcweir text$/schart$/01$/05050000.xhp \ 1371*cdf0e10cSrcweir text$/schart$/01$/05050100.xhp \ 1372*cdf0e10cSrcweir text$/schart$/01$/05060000.xhp \ 1373*cdf0e10cSrcweir text$/schart$/01$/05070000.xhp \ 1374*cdf0e10cSrcweir text$/schart$/01$/05080000.xhp \ 1375*cdf0e10cSrcweir text$/schart$/01$/05120000.xhp \ 1376*cdf0e10cSrcweir text$/schart$/01$/choose_chart_type.xhp \ 1377*cdf0e10cSrcweir text$/schart$/01$/smooth_line_properties.xhp \ 1378*cdf0e10cSrcweir text$/schart$/01$/three_d_view.xhp \ 1379*cdf0e10cSrcweir text$/schart$/01$/type_area.xhp \ 1380*cdf0e10cSrcweir text$/schart$/01$/type_bubble.xhp \ 1381*cdf0e10cSrcweir text$/schart$/01$/type_column_bar.xhp \ 1382*cdf0e10cSrcweir text$/schart$/01$/type_column_line.xhp \ 1383*cdf0e10cSrcweir text$/schart$/01$/type_line.xhp \ 1384*cdf0e10cSrcweir text$/schart$/01$/type_net.xhp \ 1385*cdf0e10cSrcweir text$/schart$/01$/type_pie.xhp \ 1386*cdf0e10cSrcweir text$/schart$/01$/type_stock.xhp \ 1387*cdf0e10cSrcweir text$/schart$/01$/type_xy.xhp \ 1388*cdf0e10cSrcweir text$/schart$/01$/wiz_chart_elements.xhp \ 1389*cdf0e10cSrcweir text$/schart$/01$/wiz_chart_type.xhp \ 1390*cdf0e10cSrcweir text$/schart$/01$/wiz_data_range.xhp \ 1391*cdf0e10cSrcweir text$/schart$/01$/wiz_data_series.xhp \ 1392*cdf0e10cSrcweir text$/schart$/02$/01190000.xhp \ 1393*cdf0e10cSrcweir text$/schart$/02$/01200000.xhp \ 1394*cdf0e10cSrcweir text$/schart$/02$/01210000.xhp \ 1395*cdf0e10cSrcweir text$/schart$/02$/01220000.xhp \ 1396*cdf0e10cSrcweir text$/schart$/02$/02020000.xhp \ 1397*cdf0e10cSrcweir text$/schart$/04$/01020000.xhp \ 1398*cdf0e10cSrcweir text$/schart$/main0000.xhp \ 1399*cdf0e10cSrcweir text$/schart$/main0202.xhp \ 1400*cdf0e10cSrcweir text$/schart$/main0503.xhp \ 1401*cdf0e10cSrcweir 1402*cdf0e10cSrcweir 1403*cdf0e10cSrcweir# --- Targets ------------------------------------------------------ 1404*cdf0e10cSrcweir 1405*cdf0e10cSrcweir.INCLUDE : target.mk 1406*cdf0e10cSrcweir.INCLUDE : $(PRJ)$/util$/target.pmk 1407