17871dc3eSAndrew Rist#************************************************************** 27871dc3eSAndrew Rist# 37871dc3eSAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 47871dc3eSAndrew Rist# or more contributor license agreements. See the NOTICE file 57871dc3eSAndrew Rist# distributed with this work for additional information 67871dc3eSAndrew Rist# regarding copyright ownership. The ASF licenses this file 77871dc3eSAndrew Rist# to you under the Apache License, Version 2.0 (the 87871dc3eSAndrew Rist# "License"); you may not use this file except in compliance 97871dc3eSAndrew Rist# with the License. You may obtain a copy of the License at 107871dc3eSAndrew Rist# 117871dc3eSAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 127871dc3eSAndrew Rist# 137871dc3eSAndrew Rist# Unless required by applicable law or agreed to in writing, 147871dc3eSAndrew Rist# software distributed under the License is distributed on an 157871dc3eSAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 167871dc3eSAndrew Rist# KIND, either express or implied. See the License for the 177871dc3eSAndrew Rist# specific language governing permissions and limitations 187871dc3eSAndrew Rist# under the License. 197871dc3eSAndrew Rist# 207871dc3eSAndrew Rist#************************************************************** 217871dc3eSAndrew Rist 227871dc3eSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir 25cdf0e10cSrcweir# edit to match directory level 26cdf0e10cSrcweirPRJ = ..$/.. 27cdf0e10cSrcweir# same for all makefiles in "helpcontent2" 28cdf0e10cSrcweirPRJNAME = helpcontent2 29cdf0e10cSrcweir# uniqe name (module wide); 30cdf0e10cSrcweir# using a modified form of package should do here 31cdf0e10cSrcweirTARGET = util_sdraw 32cdf0e10cSrcweir 33cdf0e10cSrcweir# --- Settings ----------------------------------------------------- 34cdf0e10cSrcweir 35cdf0e10cSrcweir.INCLUDE : settings.mk 36cdf0e10cSrcweir.INCLUDE : $(PRJ)$/settings.pmk 37cdf0e10cSrcweir 38cdf0e10cSrcweir#common_build_zip:= 39cdf0e10cSrcweirzip1generatedlangs=TRUE 40cdf0e10cSrcweirzip1langdirs=$(aux_alllangiso) 41cdf0e10cSrcweirZIP1TARGET=xhp_sdraw 42cdf0e10cSrcweirZIP1FLAGS= -u -r 43cdf0e10cSrcweirZIP1DIR=$(COMMONMISC)$/$(LANGDIR) 44cdf0e10cSrcweirZIP1LIST=$(LANGDIR)$/text$/sdraw$/* -x "*.xhp????*" -x "*.dphh*" -x "*.hzip" -x "*.created" 45cdf0e10cSrcweir 46cdf0e10cSrcweirLINKNAME=sdraw 47cdf0e10cSrcweirLINKADDEDFILES= \ 48cdf0e10cSrcweir -add sdraw.cfg $(PRJ)$/source$/auxiliary$/LANGUAGE$/sdraw.cfg \ 49cdf0e10cSrcweir -add sdraw.jar $(COMMONBIN)$/xhp_sdraw_LANGUAGE.zip 50cdf0e10cSrcweir 51cdf0e10cSrcweir 52cdf0e10cSrcweirLINKADDEDDEPS= \ 53cdf0e10cSrcweir $(PRJ)$/source$/auxiliary$/LANGUAGE$/sdraw.cfg \ 54cdf0e10cSrcweir $(COMMONBIN)$/xhp_sdraw_LANGUAGE.zip 55cdf0e10cSrcweir 56cdf0e10cSrcweir 57cdf0e10cSrcweirLINKLINKFILES= \ 58cdf0e10cSrcweir text$/sdraw$/00$/00000004.xhp \ 59cdf0e10cSrcweir text$/sdraw$/01$/04010000.xhp \ 60cdf0e10cSrcweir text$/sdraw$/04$/01020000.xhp \ 61cdf0e10cSrcweir text$/sdraw$/guide$/align_arrange.xhp \ 62cdf0e10cSrcweir text$/sdraw$/guide$/color_define.xhp \ 63cdf0e10cSrcweir text$/sdraw$/guide$/combine_etc.xhp \ 64cdf0e10cSrcweir text$/sdraw$/guide$/cross_fading.xhp \ 65cdf0e10cSrcweir text$/sdraw$/guide$/draw_sector.xhp \ 66cdf0e10cSrcweir text$/sdraw$/guide$/duplicate_object.xhp \ 67cdf0e10cSrcweir text$/sdraw$/guide$/eyedropper.xhp \ 68cdf0e10cSrcweir text$/sdraw$/guide$/gradient.xhp \ 69cdf0e10cSrcweir text$/sdraw$/guide$/graphic_insert.xhp \ 70cdf0e10cSrcweir text$/sdraw$/guide$/groups.xhp \ 71cdf0e10cSrcweir text$/sdraw$/guide$/join_objects.xhp \ 72cdf0e10cSrcweir text$/sdraw$/guide$/join_objects3d.xhp \ 73cdf0e10cSrcweir text$/sdraw$/guide$/keyboard.xhp \ 74cdf0e10cSrcweir text$/sdraw$/guide$/main.xhp \ 75cdf0e10cSrcweir text$/sdraw$/guide$/rotate_object.xhp \ 76cdf0e10cSrcweir text$/sdraw$/guide$/text_enter.xhp \ 77cdf0e10cSrcweir text$/sdraw$/main0000.xhp \ 78cdf0e10cSrcweir text$/sdraw$/main0100.xhp \ 79cdf0e10cSrcweir text$/sdraw$/main0101.xhp \ 80cdf0e10cSrcweir text$/sdraw$/main0102.xhp \ 81cdf0e10cSrcweir text$/sdraw$/main0103.xhp \ 82cdf0e10cSrcweir text$/sdraw$/main0104.xhp \ 83cdf0e10cSrcweir text$/sdraw$/main0105.xhp \ 84cdf0e10cSrcweir text$/sdraw$/main0106.xhp \ 85cdf0e10cSrcweir text$/sdraw$/main0200.xhp \ 86cdf0e10cSrcweir text$/sdraw$/main0202.xhp \ 87cdf0e10cSrcweir text$/sdraw$/main0210.xhp \ 88cdf0e10cSrcweir text$/sdraw$/main0213.xhp \ 89cdf0e10cSrcweir text$/sdraw$/main0503.xhp \ 90cdf0e10cSrcweir text$/simpress$/00$/00000004.xhp \ 91cdf0e10cSrcweir text$/simpress$/00$/00000401.xhp \ 92cdf0e10cSrcweir text$/simpress$/00$/00000402.xhp \ 93cdf0e10cSrcweir text$/simpress$/00$/00000403.xhp \ 94cdf0e10cSrcweir text$/simpress$/00$/00000404.xhp \ 95cdf0e10cSrcweir text$/simpress$/00$/00000405.xhp \ 96cdf0e10cSrcweir text$/simpress$/00$/00000406.xhp \ 97cdf0e10cSrcweir text$/simpress$/00$/00000407.xhp \ 98cdf0e10cSrcweir text$/simpress$/00$/00000413.xhp \ 99cdf0e10cSrcweir text$/simpress$/01$/01170000.xhp \ 100cdf0e10cSrcweir text$/simpress$/01$/01180000.xhp \ 101cdf0e10cSrcweir text$/simpress$/01$/01180001.xhp \ 102cdf0e10cSrcweir text$/simpress$/01$/01180002.xhp \ 103cdf0e10cSrcweir text$/simpress$/01$/02110000.xhp \ 104cdf0e10cSrcweir text$/simpress$/01$/02120000.xhp \ 105cdf0e10cSrcweir text$/simpress$/01$/02130000.xhp \ 106cdf0e10cSrcweir text$/simpress$/01$/02140000.xhp \ 107cdf0e10cSrcweir text$/simpress$/01$/02150000.xhp \ 108cdf0e10cSrcweir text$/simpress$/01$/02160000.xhp \ 109cdf0e10cSrcweir text$/simpress$/01$/03050000.xhp \ 110cdf0e10cSrcweir text$/simpress$/01$/03060000.xhp \ 111cdf0e10cSrcweir text$/simpress$/01$/03070000.xhp \ 112cdf0e10cSrcweir text$/simpress$/01$/03080000.xhp \ 113cdf0e10cSrcweir text$/simpress$/01$/03090000.xhp \ 114cdf0e10cSrcweir text$/simpress$/01$/03100000.xhp \ 115cdf0e10cSrcweir text$/simpress$/01$/03110000.xhp \ 116cdf0e10cSrcweir text$/simpress$/01$/03120000.xhp \ 117cdf0e10cSrcweir text$/simpress$/01$/03130000.xhp \ 118cdf0e10cSrcweir text$/simpress$/01$/03150000.xhp \ 119cdf0e10cSrcweir text$/simpress$/01$/03150100.xhp \ 120cdf0e10cSrcweir text$/simpress$/01$/03150300.xhp \ 121cdf0e10cSrcweir text$/simpress$/01$/03151000.xhp \ 122cdf0e10cSrcweir text$/simpress$/01$/03151100.xhp \ 123cdf0e10cSrcweir text$/simpress$/01$/03151200.xhp \ 124cdf0e10cSrcweir text$/simpress$/01$/03152000.xhp \ 125cdf0e10cSrcweir text$/simpress$/01$/03180000.xhp \ 126cdf0e10cSrcweir text$/simpress$/01$/04010000.xhp \ 127cdf0e10cSrcweir text$/simpress$/01$/04020000.xhp \ 128cdf0e10cSrcweir text$/simpress$/01$/04030000.xhp \ 129cdf0e10cSrcweir text$/simpress$/01$/04030000m.xhp \ 130cdf0e10cSrcweir text$/simpress$/01$/04030100.xhp \ 131cdf0e10cSrcweir text$/simpress$/01$/04040000m.xhp \ 132cdf0e10cSrcweir text$/simpress$/01$/04080100.xhp \ 133cdf0e10cSrcweir text$/simpress$/01$/04110000.xhp \ 134cdf0e10cSrcweir text$/simpress$/01$/04110100.xhp \ 135cdf0e10cSrcweir text$/simpress$/01$/04110200.xhp \ 136cdf0e10cSrcweir text$/simpress$/01$/04120000.xhp \ 137cdf0e10cSrcweir text$/simpress$/01$/04130000.xhp \ 138cdf0e10cSrcweir text$/simpress$/01$/04140000.xhp \ 139cdf0e10cSrcweir text$/simpress$/01$/04990000.xhp \ 140cdf0e10cSrcweir text$/simpress$/01$/04990100.xhp \ 141cdf0e10cSrcweir text$/simpress$/01$/04990200.xhp \ 142cdf0e10cSrcweir text$/simpress$/01$/04990300.xhp \ 143cdf0e10cSrcweir text$/simpress$/01$/04990400.xhp \ 144cdf0e10cSrcweir text$/simpress$/01$/04990500.xhp \ 145cdf0e10cSrcweir text$/simpress$/01$/04990600.xhp \ 146cdf0e10cSrcweir text$/simpress$/01$/04990700.xhp \ 147cdf0e10cSrcweir text$/simpress$/01$/05090000m.xhp \ 148cdf0e10cSrcweir text$/simpress$/01$/05100000.xhp \ 149cdf0e10cSrcweir text$/simpress$/01$/05110500m.xhp \ 150cdf0e10cSrcweir text$/simpress$/01$/05120000.xhp \ 151cdf0e10cSrcweir text$/simpress$/01$/05120100.xhp \ 152cdf0e10cSrcweir text$/simpress$/01$/05120500m.xhp \ 153cdf0e10cSrcweir text$/simpress$/01$/05130000.xhp \ 154cdf0e10cSrcweir text$/simpress$/01$/05140000.xhp \ 155cdf0e10cSrcweir text$/simpress$/01$/05150000.xhp \ 156cdf0e10cSrcweir text$/simpress$/01$/05170000.xhp \ 157cdf0e10cSrcweir text$/simpress$/01$/05250000.xhp \ 158cdf0e10cSrcweir text$/simpress$/01$/05250500.xhp \ 159cdf0e10cSrcweir text$/simpress$/01$/05250600.xhp \ 160cdf0e10cSrcweir text$/simpress$/01$/05250700.xhp \ 161cdf0e10cSrcweir text$/simpress$/01$/06030000.xhp \ 162cdf0e10cSrcweir text$/simpress$/01$/06040000.xhp \ 163cdf0e10cSrcweir text$/simpress$/01$/06050000.xhp \ 164cdf0e10cSrcweir text$/simpress$/01$/06060000.xhp \ 165cdf0e10cSrcweir text$/simpress$/01$/06070000.xhp \ 166cdf0e10cSrcweir text$/simpress$/01$/06080000.xhp \ 167cdf0e10cSrcweir text$/simpress$/01$/06100000.xhp \ 168cdf0e10cSrcweir text$/simpress$/01$/06100100.xhp \ 169cdf0e10cSrcweir text$/simpress$/01$/13050000.xhp \ 170cdf0e10cSrcweir text$/simpress$/01$/13050100.xhp \ 171cdf0e10cSrcweir text$/simpress$/01$/13050200.xhp \ 172cdf0e10cSrcweir text$/simpress$/01$/13050300.xhp \ 173cdf0e10cSrcweir text$/simpress$/01$/13050400.xhp \ 174cdf0e10cSrcweir text$/simpress$/01$/13050500.xhp \ 175cdf0e10cSrcweir text$/simpress$/01$/13050600.xhp \ 176cdf0e10cSrcweir text$/simpress$/01$/13050700.xhp \ 177cdf0e10cSrcweir text$/simpress$/01$/13140000.xhp \ 178cdf0e10cSrcweir text$/simpress$/01$/13150000.xhp \ 179cdf0e10cSrcweir text$/simpress$/01$/13160000.xhp \ 180cdf0e10cSrcweir text$/simpress$/01$/13170000.xhp \ 181cdf0e10cSrcweir text$/simpress$/01$/13180000.xhp \ 182cdf0e10cSrcweir text$/simpress$/01$/13180100.xhp \ 183cdf0e10cSrcweir text$/simpress$/01$/13180200.xhp \ 184cdf0e10cSrcweir text$/simpress$/01$/13180300.xhp \ 185cdf0e10cSrcweir text$/simpress$/01$/animationeffect.xhp \ 186cdf0e10cSrcweir text$/simpress$/01$/effectoptions.xhp \ 187cdf0e10cSrcweir text$/simpress$/01$/effectoptionseffect.xhp \ 188cdf0e10cSrcweir text$/simpress$/01$/effectoptionstext.xhp \ 189cdf0e10cSrcweir text$/simpress$/01$/effectoptionstiming.xhp \ 190cdf0e10cSrcweir text$/simpress$/01$/slidesorter.xhp \ 191cdf0e10cSrcweir text$/simpress$/01$/taskpanel.xhp \ 192cdf0e10cSrcweir text$/simpress$/02$/04010000.xhp \ 193cdf0e10cSrcweir text$/simpress$/02$/04020000.xhp \ 194cdf0e10cSrcweir text$/simpress$/02$/04030000.xhp \ 195cdf0e10cSrcweir text$/simpress$/02$/04040000.xhp \ 196cdf0e10cSrcweir text$/simpress$/02$/04060000.xhp \ 197cdf0e10cSrcweir text$/simpress$/02$/04070000.xhp \ 198cdf0e10cSrcweir text$/simpress$/02$/08020000.xhp \ 199cdf0e10cSrcweir text$/simpress$/02$/08060000.xhp \ 200cdf0e10cSrcweir text$/simpress$/02$/10020000.xhp \ 201cdf0e10cSrcweir text$/simpress$/02$/10030000.xhp \ 202cdf0e10cSrcweir text$/simpress$/02$/10030200.xhp \ 203cdf0e10cSrcweir text$/simpress$/02$/10050000.xhp \ 204cdf0e10cSrcweir text$/simpress$/02$/10060000.xhp \ 205cdf0e10cSrcweir text$/simpress$/02$/10070000.xhp \ 206cdf0e10cSrcweir text$/simpress$/02$/10080000.xhp \ 207cdf0e10cSrcweir text$/simpress$/02$/10090000.xhp \ 208cdf0e10cSrcweir text$/simpress$/02$/10100000.xhp \ 209cdf0e10cSrcweir text$/simpress$/02$/10110000.xhp \ 210cdf0e10cSrcweir text$/simpress$/02$/10120000.xhp \ 211cdf0e10cSrcweir text$/simpress$/02$/10130000.xhp \ 212cdf0e10cSrcweir text$/simpress$/02$/11060000.xhp \ 213cdf0e10cSrcweir text$/simpress$/02$/11070000.xhp \ 214cdf0e10cSrcweir text$/simpress$/02$/11080000.xhp \ 215cdf0e10cSrcweir text$/simpress$/02$/11090000.xhp \ 216cdf0e10cSrcweir text$/simpress$/02$/11100000.xhp \ 217cdf0e10cSrcweir text$/simpress$/02$/11110000.xhp \ 218cdf0e10cSrcweir text$/simpress$/02$/13010000.xhp \ 219cdf0e10cSrcweir text$/simpress$/02$/13020000.xhp \ 220cdf0e10cSrcweir text$/simpress$/02$/13030000.xhp \ 221cdf0e10cSrcweir text$/simpress$/02$/13040000.xhp \ 222cdf0e10cSrcweir text$/simpress$/02$/13050000.xhp \ 223cdf0e10cSrcweir text$/simpress$/02$/13060000.xhp \ 224cdf0e10cSrcweir text$/simpress$/02$/13070000.xhp \ 225cdf0e10cSrcweir text$/simpress$/02$/13080000.xhp \ 226cdf0e10cSrcweir text$/simpress$/02$/13090000.xhp \ 227cdf0e10cSrcweir text$/simpress$/02$/13100000.xhp \ 228cdf0e10cSrcweir text$/simpress$/02$/13140000.xhp \ 229cdf0e10cSrcweir text$/simpress$/02$/13150000.xhp \ 230cdf0e10cSrcweir text$/simpress$/02$/13160000.xhp \ 231cdf0e10cSrcweir text$/simpress$/02$/13170000.xhp \ 232cdf0e10cSrcweir text$/simpress$/02$/13180000.xhp \ 233cdf0e10cSrcweir text$/simpress$/02$/13190000.xhp \ 234cdf0e10cSrcweir text$/simpress$/04$/01020000.xhp \ 235cdf0e10cSrcweir text$/simpress$/guide$/3d_create.xhp \ 236cdf0e10cSrcweir text$/simpress$/guide$/animated_gif_create.xhp \ 237cdf0e10cSrcweir text$/simpress$/guide$/animated_gif_save.xhp \ 238cdf0e10cSrcweir text$/simpress$/guide$/animated_objects.xhp \ 239cdf0e10cSrcweir text$/simpress$/guide$/animated_slidechange.xhp \ 240cdf0e10cSrcweir text$/simpress$/guide$/arrange_slides.xhp \ 241cdf0e10cSrcweir text$/simpress$/guide$/background.xhp \ 242cdf0e10cSrcweir text$/simpress$/guide$/change_scale.xhp \ 243cdf0e10cSrcweir text$/simpress$/guide$/footer.xhp \ 244cdf0e10cSrcweir text$/simpress$/guide$/gluepoints.xhp \ 245cdf0e10cSrcweir text$/simpress$/guide$/html_export.xhp \ 246cdf0e10cSrcweir text$/simpress$/guide$/html_import.xhp \ 247cdf0e10cSrcweir text$/simpress$/guide$/individual.xhp \ 248cdf0e10cSrcweir text$/simpress$/guide$/keyboard.xhp \ 249cdf0e10cSrcweir text$/simpress$/guide$/layer_move.xhp \ 250cdf0e10cSrcweir text$/simpress$/guide$/layer_new.xhp \ 251cdf0e10cSrcweir text$/simpress$/guide$/layer_tipps.xhp \ 252cdf0e10cSrcweir text$/simpress$/guide$/layers.xhp \ 253cdf0e10cSrcweir text$/simpress$/guide$/line_arrow_styles.xhp \ 254cdf0e10cSrcweir text$/simpress$/guide$/line_draw.xhp \ 255cdf0e10cSrcweir text$/simpress$/guide$/line_edit.xhp \ 256cdf0e10cSrcweir text$/simpress$/guide$/main.xhp \ 257cdf0e10cSrcweir text$/simpress$/guide$/masterpage.xhp \ 258cdf0e10cSrcweir text$/simpress$/guide$/move_object.xhp \ 259cdf0e10cSrcweir text$/simpress$/guide$/orgchart.xhp \ 260cdf0e10cSrcweir text$/simpress$/guide$/page_copy.xhp \ 261cdf0e10cSrcweir text$/simpress$/guide$/palette_files.xhp \ 262cdf0e10cSrcweir text$/simpress$/guide$/print_tofit.xhp \ 263cdf0e10cSrcweir text$/simpress$/guide$/printing.xhp \ 264cdf0e10cSrcweir text$/simpress$/guide$/rehearse_timings.xhp \ 265cdf0e10cSrcweir text$/simpress$/guide$/select_object.xhp \ 266cdf0e10cSrcweir text$/simpress$/guide$/show.xhp \ 267cdf0e10cSrcweir text$/simpress$/guide$/table_insert.xhp \ 268cdf0e10cSrcweir text$/simpress$/guide$/text2curve.xhp \ 269cdf0e10cSrcweir text$/simpress$/guide$/vectorize.xhp \ 270cdf0e10cSrcweir text$/simpress$/main0000.xhp \ 271cdf0e10cSrcweir text$/simpress$/main0100.xhp \ 272cdf0e10cSrcweir text$/simpress$/main0101.xhp \ 273cdf0e10cSrcweir text$/simpress$/main0102.xhp \ 274cdf0e10cSrcweir text$/simpress$/main0103.xhp \ 275cdf0e10cSrcweir text$/simpress$/main0104.xhp \ 276cdf0e10cSrcweir text$/simpress$/main0105.xhp \ 277cdf0e10cSrcweir text$/simpress$/main0106.xhp \ 278cdf0e10cSrcweir text$/simpress$/main0107.xhp \ 279cdf0e10cSrcweir text$/simpress$/main0113.xhp \ 280cdf0e10cSrcweir text$/simpress$/main0114.xhp \ 281cdf0e10cSrcweir text$/simpress$/main0200.xhp \ 282cdf0e10cSrcweir text$/simpress$/main0202.xhp \ 283cdf0e10cSrcweir text$/simpress$/main0203.xhp \ 284cdf0e10cSrcweir text$/simpress$/main0204.xhp \ 285cdf0e10cSrcweir text$/simpress$/main0206.xhp \ 286cdf0e10cSrcweir text$/simpress$/main0209.xhp \ 287cdf0e10cSrcweir text$/simpress$/main0210.xhp \ 288cdf0e10cSrcweir text$/simpress$/main0211.xhp \ 289cdf0e10cSrcweir text$/simpress$/main0212.xhp \ 290cdf0e10cSrcweir text$/simpress$/main0213.xhp \ 291cdf0e10cSrcweir text$/simpress$/main0214.xhp \ 292cdf0e10cSrcweir text$/simpress$/main0503.xhp \ 293cdf0e10cSrcweir text$/shared$/00$/00000001.xhp \ 294cdf0e10cSrcweir text$/shared$/00$/00000002.xhp \ 295cdf0e10cSrcweir text$/shared$/00$/00000003.xhp \ 296cdf0e10cSrcweir text$/shared$/00$/00000004.xhp \ 297cdf0e10cSrcweir text$/shared$/00$/00000005.xhp \ 298cdf0e10cSrcweir text$/shared$/00$/00000007.xhp \ 299cdf0e10cSrcweir text$/shared$/00$/00000010.xhp \ 300cdf0e10cSrcweir text$/shared$/00$/00000011.xhp \ 301cdf0e10cSrcweir text$/shared$/00$/00000020.xhp \ 302cdf0e10cSrcweir text$/shared$/00$/00000021.xhp \ 303cdf0e10cSrcweir text$/shared$/00$/00000099.xhp \ 304cdf0e10cSrcweir text$/shared$/00$/00000200.xhp \ 305cdf0e10cSrcweir text$/shared$/00$/00000206.xhp \ 306cdf0e10cSrcweir text$/shared$/00$/00000207.xhp \ 307cdf0e10cSrcweir text$/shared$/00$/00000208.xhp \ 308cdf0e10cSrcweir text$/shared$/00$/00000210.xhp \ 309cdf0e10cSrcweir text$/shared$/00$/00000215.xhp \ 310cdf0e10cSrcweir text$/shared$/00$/00000401.xhp \ 311cdf0e10cSrcweir text$/shared$/00$/00000402.xhp \ 312cdf0e10cSrcweir text$/shared$/00$/00000403.xhp \ 313cdf0e10cSrcweir text$/shared$/00$/00000404.xhp \ 314cdf0e10cSrcweir text$/shared$/00$/00000406.xhp \ 315cdf0e10cSrcweir text$/shared$/00$/00000407.xhp \ 316cdf0e10cSrcweir text$/shared$/00$/00000408.xhp \ 317cdf0e10cSrcweir text$/shared$/00$/00000409.xhp \ 318cdf0e10cSrcweir text$/shared$/00$/00000450.xhp \ 319cdf0e10cSrcweir text$/shared$/00$/00040500.xhp \ 320cdf0e10cSrcweir text$/shared$/00$/00040501.xhp \ 321cdf0e10cSrcweir text$/shared$/00$/00040502.xhp \ 322cdf0e10cSrcweir text$/shared$/00$/00040503.xhp \ 323cdf0e10cSrcweir text$/shared$/00$/01000000.xhp \ 324cdf0e10cSrcweir text$/shared$/00$/01010000.xhp \ 325cdf0e10cSrcweir text$/shared$/00$/01020000.xhp \ 326cdf0e10cSrcweir text$/shared$/00$/01050000.xhp \ 327cdf0e10cSrcweir text$/shared$/00$/icon_alt.xhp \ 328cdf0e10cSrcweir text$/shared$/01$/01010000.xhp \ 329cdf0e10cSrcweir text$/shared$/01$/01010001.xhp \ 330cdf0e10cSrcweir text$/shared$/01$/01010100.xhp \ 331cdf0e10cSrcweir text$/shared$/01$/01010200.xhp \ 332cdf0e10cSrcweir text$/shared$/01$/01010201.xhp \ 333cdf0e10cSrcweir text$/shared$/01$/01010202.xhp \ 334cdf0e10cSrcweir text$/shared$/01$/01010203.xhp \ 335cdf0e10cSrcweir text$/shared$/01$/01010300.xhp \ 336cdf0e10cSrcweir text$/shared$/01$/01010301.xhp \ 337cdf0e10cSrcweir text$/shared$/01$/01010302.xhp \ 338cdf0e10cSrcweir text$/shared$/01$/01010303.xhp \ 339cdf0e10cSrcweir text$/shared$/01$/01010304.xhp \ 340cdf0e10cSrcweir text$/shared$/01$/01020000.xhp \ 341cdf0e10cSrcweir text$/shared$/01$/01020101.xhp \ 342cdf0e10cSrcweir text$/shared$/01$/01020103.xhp \ 343cdf0e10cSrcweir text$/shared$/01$/01050000.xhp \ 344cdf0e10cSrcweir text$/shared$/01$/01060000.xhp \ 345cdf0e10cSrcweir text$/shared$/01$/01070000.xhp \ 346cdf0e10cSrcweir text$/shared$/01$/01070001.xhp \ 347cdf0e10cSrcweir text$/shared$/01$/01100000.xhp \ 348cdf0e10cSrcweir text$/shared$/01$/01100100.xhp \ 349cdf0e10cSrcweir text$/shared$/01$/01100200.xhp \ 350cdf0e10cSrcweir text$/shared$/01$/01100300.xhp \ 351cdf0e10cSrcweir text$/shared$/01$/01100400.xhp \ 352cdf0e10cSrcweir text$/shared$/01$/01100500.xhp \ 353cdf0e10cSrcweir text$/shared$/01$/01100600.xhp \ 354cdf0e10cSrcweir text$/shared$/01$/01110000.xhp \ 355cdf0e10cSrcweir text$/shared$/01$/01110100.xhp \ 356cdf0e10cSrcweir text$/shared$/01$/01110101.xhp \ 357cdf0e10cSrcweir text$/shared$/01$/01110300.xhp \ 358cdf0e10cSrcweir text$/shared$/01$/01110400.xhp \ 359cdf0e10cSrcweir text$/shared$/01$/01130000.xhp \ 360cdf0e10cSrcweir text$/shared$/01$/01140000.xhp \ 361cdf0e10cSrcweir text$/shared$/01$/01160000.xhp \ 362cdf0e10cSrcweir text$/shared$/01$/01160200.xhp \ 363cdf0e10cSrcweir text$/shared$/01$/01160300.xhp \ 364cdf0e10cSrcweir text$/shared$/01$/01170000.xhp \ 365cdf0e10cSrcweir text$/shared$/01$/01180000.xhp \ 366cdf0e10cSrcweir text$/shared$/01$/01190000.xhp \ 367cdf0e10cSrcweir text$/shared$/01$/01990000.xhp \ 368cdf0e10cSrcweir text$/shared$/01$/02010000.xhp \ 369cdf0e10cSrcweir text$/shared$/01$/02020000.xhp \ 370cdf0e10cSrcweir text$/shared$/01$/02030000.xhp \ 371cdf0e10cSrcweir text$/shared$/01$/02040000.xhp \ 372cdf0e10cSrcweir text$/shared$/01$/02050000.xhp \ 373cdf0e10cSrcweir text$/shared$/01$/02060000.xhp \ 374cdf0e10cSrcweir text$/shared$/01$/02070000.xhp \ 375cdf0e10cSrcweir text$/shared$/01$/02090000.xhp \ 376cdf0e10cSrcweir text$/shared$/01$/02100000.xhp \ 377cdf0e10cSrcweir text$/shared$/01$/02100001.xhp \ 378cdf0e10cSrcweir text$/shared$/01$/02100100.xhp \ 379cdf0e10cSrcweir text$/shared$/01$/02100200.xhp \ 380cdf0e10cSrcweir text$/shared$/01$/02100300.xhp \ 381cdf0e10cSrcweir text$/shared$/01$/02110000.xhp \ 382cdf0e10cSrcweir text$/shared$/01$/02180000.xhp \ 383cdf0e10cSrcweir text$/shared$/01$/02180100.xhp \ 384cdf0e10cSrcweir text$/shared$/01$/02190000.xhp \ 385cdf0e10cSrcweir text$/shared$/01$/02200000.xhp \ 386cdf0e10cSrcweir text$/shared$/01$/02200100.xhp \ 387cdf0e10cSrcweir text$/shared$/01$/02200200.xhp \ 388cdf0e10cSrcweir text$/shared$/01$/02210101.xhp \ 389cdf0e10cSrcweir text$/shared$/01$/02220000.xhp \ 390cdf0e10cSrcweir text$/shared$/01$/02220100.xhp \ 391cdf0e10cSrcweir text$/shared$/01$/02230000.xhp \ 392cdf0e10cSrcweir text$/shared$/01$/02230100.xhp \ 393cdf0e10cSrcweir text$/shared$/01$/02230150.xhp \ 394cdf0e10cSrcweir text$/shared$/01$/02230200.xhp \ 395cdf0e10cSrcweir text$/shared$/01$/02230300.xhp \ 396cdf0e10cSrcweir text$/shared$/01$/02230400.xhp \ 397cdf0e10cSrcweir text$/shared$/01$/02230401.xhp \ 398cdf0e10cSrcweir text$/shared$/01$/02230402.xhp \ 399cdf0e10cSrcweir text$/shared$/01$/02230500.xhp \ 400cdf0e10cSrcweir text$/shared$/01$/02240000.xhp \ 401cdf0e10cSrcweir text$/shared$/01$/02250000.xhp \ 402cdf0e10cSrcweir text$/shared$/01$/03010000.xhp \ 403cdf0e10cSrcweir text$/shared$/01$/03020000.xhp \ 404cdf0e10cSrcweir text$/shared$/01$/03040000.xhp \ 405cdf0e10cSrcweir text$/shared$/01$/03050000.xhp \ 406cdf0e10cSrcweir text$/shared$/01$/03060000.xhp \ 407cdf0e10cSrcweir text$/shared$/01$/03110000.xhp \ 408cdf0e10cSrcweir text$/shared$/01$/03150100.xhp \ 409cdf0e10cSrcweir text$/shared$/01$/03170000.xhp \ 410cdf0e10cSrcweir text$/shared$/01$/03990000.xhp \ 411cdf0e10cSrcweir text$/shared$/01$/04050000.xhp \ 412cdf0e10cSrcweir text$/shared$/01$/04060000.xhp \ 413cdf0e10cSrcweir text$/shared$/01$/04060100.xhp \ 414cdf0e10cSrcweir text$/shared$/01$/04060200.xhp \ 415cdf0e10cSrcweir text$/shared$/01$/04100000.xhp \ 416cdf0e10cSrcweir text$/shared$/01$/04110000.xhp \ 417cdf0e10cSrcweir text$/shared$/01$/04140000.xhp \ 418cdf0e10cSrcweir text$/shared$/01$/04150000.xhp \ 419cdf0e10cSrcweir text$/shared$/01$/04150100.xhp \ 420cdf0e10cSrcweir text$/shared$/01$/04150200.xhp \ 421cdf0e10cSrcweir text$/shared$/01$/04150400.xhp \ 422cdf0e10cSrcweir text$/shared$/01$/04150500.xhp \ 423cdf0e10cSrcweir text$/shared$/01$/04160300.xhp \ 424cdf0e10cSrcweir text$/shared$/01$/04160500.xhp \ 425cdf0e10cSrcweir text$/shared$/01$/04180100.xhp \ 426cdf0e10cSrcweir text$/shared$/01$/04990000.xhp \ 427cdf0e10cSrcweir text$/shared$/01$/05010000.xhp \ 428cdf0e10cSrcweir text$/shared$/01$/05020000.xhp \ 429cdf0e10cSrcweir text$/shared$/01$/05020100.xhp \ 430cdf0e10cSrcweir text$/shared$/01$/05020200.xhp \ 431cdf0e10cSrcweir text$/shared$/01$/05020300.xhp \ 432cdf0e10cSrcweir text$/shared$/01$/05020301.xhp \ 433cdf0e10cSrcweir text$/shared$/01$/05020400.xhp \ 434cdf0e10cSrcweir text$/shared$/01$/05020500.xhp \ 435cdf0e10cSrcweir text$/shared$/01$/05020600.xhp \ 436cdf0e10cSrcweir text$/shared$/01$/05020700.xhp \ 437cdf0e10cSrcweir text$/shared$/01$/05030000.xhp \ 438cdf0e10cSrcweir text$/shared$/01$/05030100.xhp \ 439cdf0e10cSrcweir text$/shared$/01$/05030300.xhp \ 440cdf0e10cSrcweir text$/shared$/01$/05030500.xhp \ 441cdf0e10cSrcweir text$/shared$/01$/05030600.xhp \ 442cdf0e10cSrcweir text$/shared$/01$/05030700.xhp \ 443cdf0e10cSrcweir text$/shared$/01$/05030800.xhp \ 444cdf0e10cSrcweir text$/shared$/01$/05040100.xhp \ 445cdf0e10cSrcweir text$/shared$/01$/05040200.xhp \ 446cdf0e10cSrcweir text$/shared$/01$/05040300.xhp \ 447cdf0e10cSrcweir text$/shared$/01$/05040400.xhp \ 448cdf0e10cSrcweir text$/shared$/01$/05050000.xhp \ 449cdf0e10cSrcweir text$/shared$/01$/05060000.xhp \ 450cdf0e10cSrcweir text$/shared$/01$/05070000.xhp \ 451cdf0e10cSrcweir text$/shared$/01$/05070100.xhp \ 452cdf0e10cSrcweir text$/shared$/01$/05070200.xhp \ 453cdf0e10cSrcweir text$/shared$/01$/05070300.xhp \ 454cdf0e10cSrcweir text$/shared$/01$/05070400.xhp \ 455cdf0e10cSrcweir text$/shared$/01$/05070500.xhp \ 456cdf0e10cSrcweir text$/shared$/01$/05070600.xhp \ 457cdf0e10cSrcweir text$/shared$/01$/05080000.xhp \ 458cdf0e10cSrcweir text$/shared$/01$/05080100.xhp \ 459cdf0e10cSrcweir text$/shared$/01$/05080200.xhp \ 460cdf0e10cSrcweir text$/shared$/01$/05080300.xhp \ 461cdf0e10cSrcweir text$/shared$/01$/05080400.xhp \ 462cdf0e10cSrcweir text$/shared$/01$/05090000.xhp \ 463cdf0e10cSrcweir text$/shared$/01$/05100000.xhp \ 464cdf0e10cSrcweir text$/shared$/01$/05100100.xhp \ 465cdf0e10cSrcweir text$/shared$/01$/05100200.xhp \ 466cdf0e10cSrcweir text$/shared$/01$/05100500.xhp \ 467cdf0e10cSrcweir text$/shared$/01$/05100600.xhp \ 468cdf0e10cSrcweir text$/shared$/01$/05100700.xhp \ 469cdf0e10cSrcweir text$/shared$/01$/05110000.xhp \ 470cdf0e10cSrcweir text$/shared$/01$/05110100.xhp \ 471cdf0e10cSrcweir text$/shared$/01$/05110200.xhp \ 472cdf0e10cSrcweir text$/shared$/01$/05110300.xhp \ 473cdf0e10cSrcweir text$/shared$/01$/05110400.xhp \ 474cdf0e10cSrcweir text$/shared$/01$/05110500.xhp \ 475cdf0e10cSrcweir text$/shared$/01$/05110600m.xhp \ 476cdf0e10cSrcweir text$/shared$/01$/05110700.xhp \ 477cdf0e10cSrcweir text$/shared$/01$/05110800.xhp \ 478cdf0e10cSrcweir text$/shared$/01$/05120000.xhp \ 479cdf0e10cSrcweir text$/shared$/01$/05120100.xhp \ 480cdf0e10cSrcweir text$/shared$/01$/05120200.xhp \ 481cdf0e10cSrcweir text$/shared$/01$/05120300.xhp \ 482cdf0e10cSrcweir text$/shared$/01$/05120600.xhp \ 483cdf0e10cSrcweir text$/shared$/01$/05140100.xhp \ 484cdf0e10cSrcweir text$/shared$/01$/05150101.xhp \ 485cdf0e10cSrcweir text$/shared$/01$/05190000.xhp \ 486cdf0e10cSrcweir text$/shared$/01$/05190100.xhp \ 487cdf0e10cSrcweir text$/shared$/01$/05200000.xhp \ 488cdf0e10cSrcweir text$/shared$/01$/05200100.xhp \ 489cdf0e10cSrcweir text$/shared$/01$/05200200.xhp \ 490cdf0e10cSrcweir text$/shared$/01$/05200300.xhp \ 491cdf0e10cSrcweir text$/shared$/01$/05210000.xhp \ 492cdf0e10cSrcweir text$/shared$/01$/05210100.xhp \ 493cdf0e10cSrcweir text$/shared$/01$/05210200.xhp \ 494cdf0e10cSrcweir text$/shared$/01$/05210300.xhp \ 495cdf0e10cSrcweir text$/shared$/01$/05210400.xhp \ 496cdf0e10cSrcweir text$/shared$/01$/05210500.xhp \ 497cdf0e10cSrcweir text$/shared$/01$/05210600.xhp \ 498cdf0e10cSrcweir text$/shared$/01$/05210700.xhp \ 499cdf0e10cSrcweir text$/shared$/01$/05220000.xhp \ 500cdf0e10cSrcweir text$/shared$/01$/05230000.xhp \ 501cdf0e10cSrcweir text$/shared$/01$/05230100.xhp \ 502cdf0e10cSrcweir text$/shared$/01$/05230300.xhp \ 503cdf0e10cSrcweir text$/shared$/01$/05230400.xhp \ 504cdf0e10cSrcweir text$/shared$/01$/05230500.xhp \ 505cdf0e10cSrcweir text$/shared$/01$/05240000.xhp \ 506cdf0e10cSrcweir text$/shared$/01$/05240100.xhp \ 507cdf0e10cSrcweir text$/shared$/01$/05240200.xhp \ 508cdf0e10cSrcweir text$/shared$/01$/05250000.xhp \ 509cdf0e10cSrcweir text$/shared$/01$/05250100.xhp \ 510cdf0e10cSrcweir text$/shared$/01$/05250200.xhp \ 511cdf0e10cSrcweir text$/shared$/01$/05250300.xhp \ 512cdf0e10cSrcweir text$/shared$/01$/05250400.xhp \ 513cdf0e10cSrcweir text$/shared$/01$/05250500.xhp \ 514cdf0e10cSrcweir text$/shared$/01$/05250600.xhp \ 515cdf0e10cSrcweir text$/shared$/01$/05260000.xhp \ 516cdf0e10cSrcweir text$/shared$/01$/05260100.xhp \ 517cdf0e10cSrcweir text$/shared$/01$/05260200.xhp \ 518cdf0e10cSrcweir text$/shared$/01$/05260300.xhp \ 519cdf0e10cSrcweir text$/shared$/01$/05260400.xhp \ 520cdf0e10cSrcweir text$/shared$/01$/05260500.xhp \ 521cdf0e10cSrcweir text$/shared$/01$/05260600.xhp \ 522cdf0e10cSrcweir text$/shared$/01$/05270000.xhp \ 523cdf0e10cSrcweir text$/shared$/01$/05280000.xhp \ 524cdf0e10cSrcweir text$/shared$/01$/05290000.xhp \ 525cdf0e10cSrcweir text$/shared$/01$/05290100.xhp \ 526cdf0e10cSrcweir text$/shared$/01$/05290200.xhp \ 527cdf0e10cSrcweir text$/shared$/01$/05290300.xhp \ 528cdf0e10cSrcweir text$/shared$/01$/05290400.xhp \ 529cdf0e10cSrcweir text$/shared$/01$/05320000.xhp \ 530cdf0e10cSrcweir text$/shared$/01$/05340100.xhp \ 531cdf0e10cSrcweir text$/shared$/01$/05340200.xhp \ 532cdf0e10cSrcweir text$/shared$/01$/05340300.xhp \ 533cdf0e10cSrcweir text$/shared$/01$/05340400.xhp \ 534cdf0e10cSrcweir text$/shared$/01$/05340402.xhp \ 535cdf0e10cSrcweir text$/shared$/01$/05340404.xhp \ 536cdf0e10cSrcweir text$/shared$/01$/05340405.xhp \ 537cdf0e10cSrcweir text$/shared$/01$/05340500.xhp \ 538cdf0e10cSrcweir text$/shared$/01$/05340600.xhp \ 539cdf0e10cSrcweir text$/shared$/01$/05350000.xhp \ 540cdf0e10cSrcweir text$/shared$/01$/05350200.xhp \ 541cdf0e10cSrcweir text$/shared$/01$/05350300.xhp \ 542cdf0e10cSrcweir text$/shared$/01$/05350400.xhp \ 543cdf0e10cSrcweir text$/shared$/01$/05350500.xhp \ 544cdf0e10cSrcweir text$/shared$/01$/05350600.xhp \ 545cdf0e10cSrcweir text$/shared$/01$/05360000.xhp \ 546cdf0e10cSrcweir text$/shared$/01$/05990000.xhp \ 547cdf0e10cSrcweir text$/shared$/01$/06010000.xhp \ 548cdf0e10cSrcweir text$/shared$/01$/06010101.xhp \ 549cdf0e10cSrcweir text$/shared$/01$/06010500.xhp \ 550cdf0e10cSrcweir text$/shared$/01$/06010600.xhp \ 551cdf0e10cSrcweir text$/shared$/01$/06010601.xhp \ 552cdf0e10cSrcweir text$/shared$/01$/06020000.xhp \ 553cdf0e10cSrcweir text$/shared$/01$/06030000.xhp \ 554cdf0e10cSrcweir text$/shared$/01$/06040000.xhp \ 555cdf0e10cSrcweir text$/shared$/01$/06040100.xhp \ 556cdf0e10cSrcweir text$/shared$/01$/06040200.xhp \ 557cdf0e10cSrcweir text$/shared$/01$/06040300.xhp \ 558cdf0e10cSrcweir text$/shared$/01$/06040400.xhp \ 559cdf0e10cSrcweir text$/shared$/01$/06040500.xhp \ 560cdf0e10cSrcweir text$/shared$/01$/06040600.xhp \ 561cdf0e10cSrcweir text$/shared$/01$/06040700.xhp \ 562cdf0e10cSrcweir text$/shared$/01$/06050000.xhp \ 563cdf0e10cSrcweir text$/shared$/01$/06050100.xhp \ 564cdf0e10cSrcweir text$/shared$/01$/06050200.xhp \ 565cdf0e10cSrcweir text$/shared$/01$/06050300.xhp \ 566cdf0e10cSrcweir text$/shared$/01$/06050400.xhp \ 567cdf0e10cSrcweir text$/shared$/01$/06050500.xhp \ 568cdf0e10cSrcweir text$/shared$/01$/06050600.xhp \ 569cdf0e10cSrcweir text$/shared$/01$/06130000.xhp \ 570cdf0e10cSrcweir text$/shared$/01$/06130001.xhp \ 571cdf0e10cSrcweir text$/shared$/01$/06130010.xhp \ 572cdf0e10cSrcweir text$/shared$/01$/06130100.xhp \ 573cdf0e10cSrcweir text$/shared$/01$/06130200.xhp \ 574cdf0e10cSrcweir text$/shared$/01$/06130500.xhp \ 575cdf0e10cSrcweir text$/shared$/01$/06140000.xhp \ 576cdf0e10cSrcweir text$/shared$/01$/06140100.xhp \ 577cdf0e10cSrcweir text$/shared$/01$/06140101.xhp \ 578cdf0e10cSrcweir text$/shared$/01$/06140102.xhp \ 579cdf0e10cSrcweir text$/shared$/01$/06140200.xhp \ 580cdf0e10cSrcweir text$/shared$/01$/06140400.xhp \ 581cdf0e10cSrcweir text$/shared$/01$/06140402.xhp \ 582cdf0e10cSrcweir text$/shared$/01$/06140500.xhp \ 583cdf0e10cSrcweir text$/shared$/01$/06150000.xhp \ 584cdf0e10cSrcweir text$/shared$/01$/06150100.xhp \ 585cdf0e10cSrcweir text$/shared$/01$/06150110.xhp \ 586cdf0e10cSrcweir text$/shared$/01$/06150120.xhp \ 587cdf0e10cSrcweir text$/shared$/01$/06150200.xhp \ 588cdf0e10cSrcweir text$/shared$/01$/06150210.xhp \ 589cdf0e10cSrcweir text$/shared$/01$/06200000.xhp \ 590cdf0e10cSrcweir text$/shared$/01$/06201000.xhp \ 591cdf0e10cSrcweir text$/shared$/01$/06202000.xhp \ 592cdf0e10cSrcweir text$/shared$/01$/06990000.xhp \ 593cdf0e10cSrcweir text$/shared$/01$/07010000.xhp \ 594cdf0e10cSrcweir text$/shared$/01$/07080000.xhp \ 595cdf0e10cSrcweir text$/shared$/01$/about_meta_tags.xhp \ 596cdf0e10cSrcweir text$/shared$/01$/digitalsignatures.xhp \ 597cdf0e10cSrcweir text$/shared$/01$/extensionupdate.xhp \ 598cdf0e10cSrcweir text$/shared$/01$/formatting_mark.xhp \ 599cdf0e10cSrcweir text$/shared$/01$/gallery.xhp \ 600cdf0e10cSrcweir text$/shared$/01$/gallery_files.xhp \ 601cdf0e10cSrcweir text$/shared$/01$/grid.xhp \ 602cdf0e10cSrcweir text$/shared$/01$/guides.xhp \ 603cdf0e10cSrcweir text$/shared$/01$/mediaplayer.xhp \ 604cdf0e10cSrcweir text$/shared$/01$/moviesound.xhp \ 605cdf0e10cSrcweir text$/shared$/01$/online_update.xhp \ 606cdf0e10cSrcweir text$/shared$/01$/online_update_dialog.xhp \ 607cdf0e10cSrcweir text$/shared$/01$/packagemanager.xhp \ 608cdf0e10cSrcweir text$/shared$/01$/password_dlg.xhp \ 609cdf0e10cSrcweir text$/shared$/01$/password_main.xhp \ 610cdf0e10cSrcweir text$/shared$/01$/ref_pdf_export.xhp \ 611cdf0e10cSrcweir text$/shared$/01$/ref_pdf_send_as.xhp \ 612cdf0e10cSrcweir text$/shared$/01$/securitywarning.xhp \ 613cdf0e10cSrcweir text$/shared$/01$/selectcertificate.xhp \ 614cdf0e10cSrcweir text$/shared$/01$/webhtml.xhp \ 615cdf0e10cSrcweir text$/shared$/01$/xformsdata.xhp \ 616cdf0e10cSrcweir text$/shared$/01$/xformsdataadd.xhp \ 617cdf0e10cSrcweir text$/shared$/01$/xformsdataaddcon.xhp \ 618cdf0e10cSrcweir text$/shared$/01$/xformsdatachange.xhp \ 619cdf0e10cSrcweir text$/shared$/01$/xformsdataname.xhp \ 620cdf0e10cSrcweir text$/shared$/01$/xformsdatatab.xhp \ 621cdf0e10cSrcweir text$/shared$/02$/01110000.xhp \ 622cdf0e10cSrcweir text$/shared$/02$/01140000.xhp \ 623cdf0e10cSrcweir text$/shared$/02$/01170000.xhp \ 624cdf0e10cSrcweir text$/shared$/02$/01170001.xhp \ 625cdf0e10cSrcweir text$/shared$/02$/01170002.xhp \ 626cdf0e10cSrcweir text$/shared$/02$/01170003.xhp \ 627cdf0e10cSrcweir text$/shared$/02$/01170004.xhp \ 628cdf0e10cSrcweir text$/shared$/02$/01170100.xhp \ 629cdf0e10cSrcweir text$/shared$/02$/01170101.xhp \ 630cdf0e10cSrcweir text$/shared$/02$/01170102.xhp \ 631cdf0e10cSrcweir text$/shared$/02$/01170103.xhp \ 632cdf0e10cSrcweir text$/shared$/02$/01170200.xhp \ 633cdf0e10cSrcweir text$/shared$/02$/01170201.xhp \ 634cdf0e10cSrcweir text$/shared$/02$/01170202.xhp \ 635cdf0e10cSrcweir text$/shared$/02$/01170203.xhp \ 636cdf0e10cSrcweir text$/shared$/02$/01170300.xhp \ 637cdf0e10cSrcweir text$/shared$/02$/01170400.xhp \ 638cdf0e10cSrcweir text$/shared$/02$/01170500.xhp \ 639cdf0e10cSrcweir text$/shared$/02$/01170600.xhp \ 640cdf0e10cSrcweir text$/shared$/02$/01170700.xhp \ 641cdf0e10cSrcweir text$/shared$/02$/01170800.xhp \ 642cdf0e10cSrcweir text$/shared$/02$/01170801.xhp \ 643cdf0e10cSrcweir text$/shared$/02$/01170802.xhp \ 644cdf0e10cSrcweir text$/shared$/02$/01170900.xhp \ 645cdf0e10cSrcweir text$/shared$/02$/01170901.xhp \ 646cdf0e10cSrcweir text$/shared$/02$/01170902.xhp \ 647cdf0e10cSrcweir text$/shared$/02$/01170903.xhp \ 648cdf0e10cSrcweir text$/shared$/02$/01170904.xhp \ 649cdf0e10cSrcweir text$/shared$/02$/01171000.xhp \ 650cdf0e10cSrcweir text$/shared$/02$/01171100.xhp \ 651cdf0e10cSrcweir text$/shared$/02$/01171200.xhp \ 652cdf0e10cSrcweir text$/shared$/02$/01171300.xhp \ 653cdf0e10cSrcweir text$/shared$/02$/01171400.xhp \ 654cdf0e10cSrcweir text$/shared$/02$/01220000.xhp \ 655cdf0e10cSrcweir text$/shared$/02$/01230000.xhp \ 656cdf0e10cSrcweir text$/shared$/02$/02010000.xhp \ 657cdf0e10cSrcweir text$/shared$/02$/02020000.xhp \ 658cdf0e10cSrcweir text$/shared$/02$/02030000.xhp \ 659cdf0e10cSrcweir text$/shared$/02$/02040000.xhp \ 660cdf0e10cSrcweir text$/shared$/02$/02050000.xhp \ 661cdf0e10cSrcweir text$/shared$/02$/02130000.xhp \ 662cdf0e10cSrcweir text$/shared$/02$/02140000.xhp \ 663cdf0e10cSrcweir text$/shared$/02$/02160000.xhp \ 664cdf0e10cSrcweir text$/shared$/02$/02170000.xhp \ 665cdf0e10cSrcweir text$/shared$/02$/03110000.xhp \ 666cdf0e10cSrcweir text$/shared$/02$/03120000.xhp \ 667cdf0e10cSrcweir text$/shared$/02$/03130000.xhp \ 668cdf0e10cSrcweir text$/shared$/02$/03140000.xhp \ 669cdf0e10cSrcweir text$/shared$/02$/03150000.xhp \ 670cdf0e10cSrcweir text$/shared$/02$/03200000.xhp \ 671cdf0e10cSrcweir text$/shared$/02$/04210000.xhp \ 672cdf0e10cSrcweir text$/shared$/02$/05020000.xhp \ 673cdf0e10cSrcweir text$/shared$/02$/05090000.xhp \ 674cdf0e10cSrcweir text$/shared$/02$/05110000.xhp \ 675cdf0e10cSrcweir text$/shared$/02$/06050000.xhp \ 676cdf0e10cSrcweir text$/shared$/02$/06060000.xhp \ 677cdf0e10cSrcweir text$/shared$/02$/06100000.xhp \ 678cdf0e10cSrcweir text$/shared$/02$/06110000.xhp \ 679cdf0e10cSrcweir text$/shared$/02$/06120000.xhp \ 680cdf0e10cSrcweir text$/shared$/02$/07010000.xhp \ 681cdf0e10cSrcweir text$/shared$/02$/07060000.xhp \ 682cdf0e10cSrcweir text$/shared$/02$/07070000.xhp \ 683cdf0e10cSrcweir text$/shared$/02$/07070100.xhp \ 684cdf0e10cSrcweir text$/shared$/02$/07070200.xhp \ 685cdf0e10cSrcweir text$/shared$/02$/07080000.xhp \ 686cdf0e10cSrcweir text$/shared$/02$/07090000.xhp \ 687cdf0e10cSrcweir text$/shared$/02$/08010000.xhp \ 688cdf0e10cSrcweir text$/shared$/02$/08020000.xhp \ 689cdf0e10cSrcweir text$/shared$/02$/09010000.xhp \ 690cdf0e10cSrcweir text$/shared$/02$/09020000.xhp \ 691cdf0e10cSrcweir text$/shared$/02$/09030000.xhp \ 692cdf0e10cSrcweir text$/shared$/02$/09050000.xhp \ 693cdf0e10cSrcweir text$/shared$/02$/09060000.xhp \ 694cdf0e10cSrcweir text$/shared$/02$/09070000.xhp \ 695cdf0e10cSrcweir text$/shared$/02$/09070100.xhp \ 696cdf0e10cSrcweir text$/shared$/02$/09070200.xhp \ 697cdf0e10cSrcweir text$/shared$/02$/09070300.xhp \ 698cdf0e10cSrcweir text$/shared$/02$/09070400.xhp \ 699cdf0e10cSrcweir text$/shared$/02$/10010000.xhp \ 700cdf0e10cSrcweir text$/shared$/02$/10020000.xhp \ 701cdf0e10cSrcweir text$/shared$/02$/10030000.xhp \ 702cdf0e10cSrcweir text$/shared$/02$/10040000.xhp \ 703cdf0e10cSrcweir text$/shared$/02$/10100000.xhp \ 704cdf0e10cSrcweir text$/shared$/02$/12000000.xhp \ 705cdf0e10cSrcweir text$/shared$/02$/12010000.xhp \ 706cdf0e10cSrcweir text$/shared$/02$/12020000.xhp \ 707cdf0e10cSrcweir text$/shared$/02$/12030000.xhp \ 708cdf0e10cSrcweir text$/shared$/02$/12040000.xhp \ 709cdf0e10cSrcweir text$/shared$/02$/12050000.xhp \ 710cdf0e10cSrcweir text$/shared$/02$/12070000.xhp \ 711cdf0e10cSrcweir text$/shared$/02$/12070100.xhp \ 712cdf0e10cSrcweir text$/shared$/02$/12070200.xhp \ 713cdf0e10cSrcweir text$/shared$/02$/12070300.xhp \ 714cdf0e10cSrcweir text$/shared$/02$/12080000.xhp \ 715cdf0e10cSrcweir text$/shared$/02$/12090000.xhp \ 716cdf0e10cSrcweir text$/shared$/02$/12090100.xhp \ 717cdf0e10cSrcweir text$/shared$/02$/12090101.xhp \ 718cdf0e10cSrcweir text$/shared$/02$/12100000.xhp \ 719cdf0e10cSrcweir text$/shared$/02$/12100100.xhp \ 720cdf0e10cSrcweir text$/shared$/02$/12100200.xhp \ 721cdf0e10cSrcweir text$/shared$/02$/12110000.xhp \ 722cdf0e10cSrcweir text$/shared$/02$/12120000.xhp \ 723cdf0e10cSrcweir text$/shared$/02$/12130000.xhp \ 724cdf0e10cSrcweir text$/shared$/02$/12140000.xhp \ 725cdf0e10cSrcweir text$/shared$/02$/13010000.xhp \ 726cdf0e10cSrcweir text$/shared$/02$/13020000.xhp \ 727cdf0e10cSrcweir text$/shared$/02$/14010000.xhp \ 728cdf0e10cSrcweir text$/shared$/02$/14020000.xhp \ 729cdf0e10cSrcweir text$/shared$/02$/14020100.xhp \ 730cdf0e10cSrcweir text$/shared$/02$/14020200.xhp \ 731cdf0e10cSrcweir text$/shared$/02$/14030000.xhp \ 732cdf0e10cSrcweir text$/shared$/02$/14040000.xhp \ 733cdf0e10cSrcweir text$/shared$/02$/14050000.xhp \ 734cdf0e10cSrcweir text$/shared$/02$/14060000.xhp \ 735cdf0e10cSrcweir text$/shared$/02$/14070000.xhp \ 736cdf0e10cSrcweir text$/shared$/02$/18010000.xhp \ 737cdf0e10cSrcweir text$/shared$/02$/18030000.xhp \ 738cdf0e10cSrcweir text$/shared$/02$/19090000.xhp \ 739cdf0e10cSrcweir text$/shared$/02$/20020000.xhp \ 740cdf0e10cSrcweir text$/shared$/02$/20030000.xhp \ 741cdf0e10cSrcweir text$/shared$/02$/20040000.xhp \ 742cdf0e10cSrcweir text$/shared$/02$/20050000.xhp \ 743cdf0e10cSrcweir text$/shared$/02$/20060000.xhp \ 744cdf0e10cSrcweir text$/shared$/02$/20090000.xhp \ 745cdf0e10cSrcweir text$/shared$/02$/20100000.xhp \ 746cdf0e10cSrcweir text$/shared$/02$/24010000.xhp \ 747cdf0e10cSrcweir text$/shared$/02$/24020000.xhp \ 748cdf0e10cSrcweir text$/shared$/02$/24030000.xhp \ 749cdf0e10cSrcweir text$/shared$/02$/24040000.xhp \ 750cdf0e10cSrcweir text$/shared$/02$/24050000.xhp \ 751cdf0e10cSrcweir text$/shared$/02$/24060000.xhp \ 752cdf0e10cSrcweir text$/shared$/02$/24070000.xhp \ 753cdf0e10cSrcweir text$/shared$/02$/24080000.xhp \ 754cdf0e10cSrcweir text$/shared$/02$/24090000.xhp \ 755cdf0e10cSrcweir text$/shared$/02$/24100000.xhp \ 756cdf0e10cSrcweir text$/shared$/02$/basicshapes.xhp \ 757cdf0e10cSrcweir text$/shared$/02$/blockarrows.xhp \ 758cdf0e10cSrcweir text$/shared$/02$/callouts.xhp \ 759cdf0e10cSrcweir text$/shared$/02$/colortoolbar.xhp \ 760cdf0e10cSrcweir text$/shared$/02$/flowcharts.xhp \ 761cdf0e10cSrcweir text$/shared$/02$/fontwork.xhp \ 762cdf0e10cSrcweir text$/shared$/02$/more_controls.xhp \ 763cdf0e10cSrcweir text$/shared$/02$/paintbrush.xhp \ 764cdf0e10cSrcweir text$/shared$/02$/stars.xhp \ 765cdf0e10cSrcweir text$/shared$/02$/symbolshapes.xhp \ 766cdf0e10cSrcweir text$/shared$/04$/01010000.xhp \ 767cdf0e10cSrcweir text$/shared$/04$/01020000.xhp \ 768cdf0e10cSrcweir text$/shared$/05$/00000001.xhp \ 769cdf0e10cSrcweir text$/shared$/05$/00000002.xhp \ 770cdf0e10cSrcweir text$/shared$/05$/00000100.xhp \ 771cdf0e10cSrcweir text$/shared$/05$/00000110.xhp \ 772cdf0e10cSrcweir text$/shared$/05$/00000120.xhp \ 773cdf0e10cSrcweir text$/shared$/05$/00000130.xhp \ 774cdf0e10cSrcweir text$/shared$/05$/00000140.xhp \ 775cdf0e10cSrcweir text$/shared$/05$/00000150.xhp \ 776cdf0e10cSrcweir text$/shared$/05$/00000160.xhp \ 777cdf0e10cSrcweir text$/shared$/05$/err_html.xhp \ 778cdf0e10cSrcweir text$/shared$/07$/09000000.xhp \ 779cdf0e10cSrcweir text$/shared$/3dsettings_toolbar.xhp \ 780cdf0e10cSrcweir text$/shared$/autokorr$/01000000.xhp \ 781cdf0e10cSrcweir text$/shared$/autokorr$/02000000.xhp \ 782cdf0e10cSrcweir text$/shared$/autokorr$/03000000.xhp \ 783cdf0e10cSrcweir text$/shared$/autokorr$/04000000.xhp \ 784cdf0e10cSrcweir text$/shared$/autokorr$/05000000.xhp \ 785cdf0e10cSrcweir text$/shared$/autokorr$/06000000.xhp \ 786cdf0e10cSrcweir text$/shared$/autokorr$/07000000.xhp \ 787cdf0e10cSrcweir text$/shared$/autokorr$/08000000.xhp \ 788cdf0e10cSrcweir text$/shared$/autokorr$/09000000.xhp \ 789cdf0e10cSrcweir text$/shared$/autokorr$/10000000.xhp \ 790cdf0e10cSrcweir text$/shared$/autokorr$/12000000.xhp \ 791cdf0e10cSrcweir text$/shared$/autokorr$/13000000.xhp \ 792cdf0e10cSrcweir text$/shared$/autopi$/01000000.xhp \ 793cdf0e10cSrcweir text$/shared$/autopi$/01010000.xhp \ 794cdf0e10cSrcweir text$/shared$/autopi$/01010100.xhp \ 795cdf0e10cSrcweir text$/shared$/autopi$/01010200.xhp \ 796cdf0e10cSrcweir text$/shared$/autopi$/01010300.xhp \ 797cdf0e10cSrcweir text$/shared$/autopi$/01010400.xhp \ 798cdf0e10cSrcweir text$/shared$/autopi$/01010500.xhp \ 799cdf0e10cSrcweir text$/shared$/autopi$/01010600.xhp \ 800cdf0e10cSrcweir text$/shared$/autopi$/01020000.xhp \ 801cdf0e10cSrcweir text$/shared$/autopi$/01020100.xhp \ 802cdf0e10cSrcweir text$/shared$/autopi$/01020200.xhp \ 803cdf0e10cSrcweir text$/shared$/autopi$/01020300.xhp \ 804cdf0e10cSrcweir text$/shared$/autopi$/01020400.xhp \ 805cdf0e10cSrcweir text$/shared$/autopi$/01020500.xhp \ 806cdf0e10cSrcweir text$/shared$/autopi$/01040000.xhp \ 807cdf0e10cSrcweir text$/shared$/autopi$/01040100.xhp \ 808cdf0e10cSrcweir text$/shared$/autopi$/01040200.xhp \ 809cdf0e10cSrcweir text$/shared$/autopi$/01040300.xhp \ 810cdf0e10cSrcweir text$/shared$/autopi$/01040400.xhp \ 811cdf0e10cSrcweir text$/shared$/autopi$/01040500.xhp \ 812cdf0e10cSrcweir text$/shared$/autopi$/01040600.xhp \ 813cdf0e10cSrcweir text$/shared$/autopi$/01050000.xhp \ 814cdf0e10cSrcweir text$/shared$/autopi$/01050100.xhp \ 815cdf0e10cSrcweir text$/shared$/autopi$/01050200.xhp \ 816cdf0e10cSrcweir text$/shared$/autopi$/01050300.xhp \ 817cdf0e10cSrcweir text$/shared$/autopi$/01050400.xhp \ 818cdf0e10cSrcweir text$/shared$/autopi$/01050500.xhp \ 819cdf0e10cSrcweir text$/shared$/autopi$/01090000.xhp \ 820cdf0e10cSrcweir text$/shared$/autopi$/01090100.xhp \ 821cdf0e10cSrcweir text$/shared$/autopi$/01090200.xhp \ 822cdf0e10cSrcweir text$/shared$/autopi$/01090210.xhp \ 823cdf0e10cSrcweir text$/shared$/autopi$/01090220.xhp \ 824cdf0e10cSrcweir text$/shared$/autopi$/01090300.xhp \ 825cdf0e10cSrcweir text$/shared$/autopi$/01090400.xhp \ 826cdf0e10cSrcweir text$/shared$/autopi$/01090500.xhp \ 827cdf0e10cSrcweir text$/shared$/autopi$/01090600.xhp \ 828cdf0e10cSrcweir text$/shared$/autopi$/01100000.xhp \ 829cdf0e10cSrcweir text$/shared$/autopi$/01100100.xhp \ 830cdf0e10cSrcweir text$/shared$/autopi$/01100150.xhp \ 831cdf0e10cSrcweir text$/shared$/autopi$/01100200.xhp \ 832cdf0e10cSrcweir text$/shared$/autopi$/01100300.xhp \ 833cdf0e10cSrcweir text$/shared$/autopi$/01100400.xhp \ 834cdf0e10cSrcweir text$/shared$/autopi$/01100500.xhp \ 835cdf0e10cSrcweir text$/shared$/autopi$/01110000.xhp \ 836cdf0e10cSrcweir text$/shared$/autopi$/01110100.xhp \ 837cdf0e10cSrcweir text$/shared$/autopi$/01110200.xhp \ 838cdf0e10cSrcweir text$/shared$/autopi$/01110300.xhp \ 839cdf0e10cSrcweir text$/shared$/autopi$/01110400.xhp \ 840cdf0e10cSrcweir text$/shared$/autopi$/01110500.xhp \ 841cdf0e10cSrcweir text$/shared$/autopi$/01110600.xhp \ 842cdf0e10cSrcweir text$/shared$/autopi$/01120000.xhp \ 843cdf0e10cSrcweir text$/shared$/autopi$/01120100.xhp \ 844cdf0e10cSrcweir text$/shared$/autopi$/01120200.xhp \ 845cdf0e10cSrcweir text$/shared$/autopi$/01120300.xhp \ 846cdf0e10cSrcweir text$/shared$/autopi$/01120400.xhp \ 847cdf0e10cSrcweir text$/shared$/autopi$/01120500.xhp \ 848cdf0e10cSrcweir text$/shared$/autopi$/01130000.xhp \ 849cdf0e10cSrcweir text$/shared$/autopi$/01130100.xhp \ 850cdf0e10cSrcweir text$/shared$/autopi$/01130200.xhp \ 851cdf0e10cSrcweir text$/shared$/autopi$/01150000.xhp \ 852cdf0e10cSrcweir text$/shared$/autopi$/01170000.xhp \ 853cdf0e10cSrcweir text$/shared$/autopi$/01170200.xhp \ 854cdf0e10cSrcweir text$/shared$/autopi$/01170300.xhp \ 855cdf0e10cSrcweir text$/shared$/autopi$/01170400.xhp \ 856cdf0e10cSrcweir text$/shared$/autopi$/01170500.xhp \ 857cdf0e10cSrcweir text$/shared$/autopi$/purchase.xhp \ 858cdf0e10cSrcweir text$/shared$/autopi$/startup.xhp \ 859cdf0e10cSrcweir text$/shared$/autopi$/webwizard00.xhp \ 860cdf0e10cSrcweir text$/shared$/autopi$/webwizard01.xhp \ 861cdf0e10cSrcweir text$/shared$/autopi$/webwizard02.xhp \ 862cdf0e10cSrcweir text$/shared$/autopi$/webwizard03.xhp \ 863cdf0e10cSrcweir text$/shared$/autopi$/webwizard04.xhp \ 864cdf0e10cSrcweir text$/shared$/autopi$/webwizard05.xhp \ 865cdf0e10cSrcweir text$/shared$/autopi$/webwizard05bi.xhp \ 866cdf0e10cSrcweir text$/shared$/autopi$/webwizard05is.xhp \ 867cdf0e10cSrcweir text$/shared$/autopi$/webwizard06.xhp \ 868cdf0e10cSrcweir text$/shared$/autopi$/webwizard07.xhp \ 869cdf0e10cSrcweir text$/shared$/autopi$/webwizard07fc.xhp \ 870cdf0e10cSrcweir text$/shared$/explorer$/database$/02000000.xhp \ 871cdf0e10cSrcweir text$/shared$/explorer$/database$/02000002.xhp \ 872cdf0e10cSrcweir text$/shared$/explorer$/database$/02010100.xhp \ 873cdf0e10cSrcweir text$/shared$/explorer$/database$/02010101.xhp \ 874cdf0e10cSrcweir text$/shared$/explorer$/database$/04000000.xhp \ 875cdf0e10cSrcweir text$/shared$/explorer$/database$/04030000.xhp \ 876cdf0e10cSrcweir text$/shared$/explorer$/database$/05000000.xhp \ 877cdf0e10cSrcweir text$/shared$/explorer$/database$/05000001.xhp \ 878cdf0e10cSrcweir text$/shared$/explorer$/database$/05000002.xhp \ 879cdf0e10cSrcweir text$/shared$/explorer$/database$/05000003.xhp \ 880cdf0e10cSrcweir text$/shared$/explorer$/database$/05010000.xhp \ 881cdf0e10cSrcweir text$/shared$/explorer$/database$/05010100.xhp \ 882cdf0e10cSrcweir text$/shared$/explorer$/database$/05020000.xhp \ 883cdf0e10cSrcweir text$/shared$/explorer$/database$/05020100.xhp \ 884cdf0e10cSrcweir text$/shared$/explorer$/database$/05030000.xhp \ 885cdf0e10cSrcweir text$/shared$/explorer$/database$/05030100.xhp \ 886cdf0e10cSrcweir text$/shared$/explorer$/database$/05030200.xhp \ 887cdf0e10cSrcweir text$/shared$/explorer$/database$/05030300.xhp \ 888cdf0e10cSrcweir text$/shared$/explorer$/database$/05030400.xhp \ 889cdf0e10cSrcweir text$/shared$/explorer$/database$/05040000.xhp \ 890cdf0e10cSrcweir text$/shared$/explorer$/database$/05040100.xhp \ 891cdf0e10cSrcweir text$/shared$/explorer$/database$/05040200.xhp \ 892cdf0e10cSrcweir text$/shared$/explorer$/database$/11000002.xhp \ 893cdf0e10cSrcweir text$/shared$/explorer$/database$/11020000.xhp \ 894cdf0e10cSrcweir text$/shared$/explorer$/database$/11030000.xhp \ 895cdf0e10cSrcweir text$/shared$/explorer$/database$/11030100.xhp \ 896cdf0e10cSrcweir text$/shared$/explorer$/database$/11080000.xhp \ 897cdf0e10cSrcweir text$/shared$/explorer$/database$/11090000.xhp \ 898cdf0e10cSrcweir text$/shared$/explorer$/database$/11150200.xhp \ 899cdf0e10cSrcweir text$/shared$/explorer$/database$/11170000.xhp \ 900cdf0e10cSrcweir text$/shared$/explorer$/database$/11170100.xhp \ 901cdf0e10cSrcweir text$/shared$/explorer$/database$/30000000.xhp \ 902cdf0e10cSrcweir text$/shared$/explorer$/database$/30100000.xhp \ 903cdf0e10cSrcweir text$/shared$/explorer$/database$/dabaadvprop.xhp \ 904cdf0e10cSrcweir text$/shared$/explorer$/database$/dabaadvpropdat.xhp \ 905cdf0e10cSrcweir text$/shared$/explorer$/database$/dabaadvpropgen.xhp \ 906cdf0e10cSrcweir text$/shared$/explorer$/database$/dabadoc.xhp \ 907cdf0e10cSrcweir text$/shared$/explorer$/database$/dabaprop.xhp \ 908cdf0e10cSrcweir text$/shared$/explorer$/database$/dabapropadd.xhp \ 909cdf0e10cSrcweir text$/shared$/explorer$/database$/dabapropcon.xhp \ 910cdf0e10cSrcweir text$/shared$/explorer$/database$/dabapropgen.xhp \ 911cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz00.xhp \ 912cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz01.xhp \ 913cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02.xhp \ 914cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02access.xhp \ 915cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02adabas.xhp \ 916cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02ado.xhp \ 917cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02dbase.xhp \ 918cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02jdbc.xhp \ 919cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02ldap.xhp \ 920cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02mysql.xhp \ 921cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02odbc.xhp \ 922cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02oracle.xhp \ 923cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02spreadsheet.xhp \ 924cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz02text.xhp \ 925cdf0e10cSrcweir text$/shared$/explorer$/database$/dabawiz03auth.xhp \ 926cdf0e10cSrcweir text$/shared$/explorer$/database$/main.xhp \ 927cdf0e10cSrcweir text$/shared$/explorer$/database$/menubar.xhp \ 928cdf0e10cSrcweir text$/shared$/explorer$/database$/menuedit.xhp \ 929cdf0e10cSrcweir text$/shared$/explorer$/database$/menufile.xhp \ 930cdf0e10cSrcweir text$/shared$/explorer$/database$/menufilesave.xhp \ 931cdf0e10cSrcweir text$/shared$/explorer$/database$/menuinsert.xhp \ 932cdf0e10cSrcweir text$/shared$/explorer$/database$/menutools.xhp \ 933cdf0e10cSrcweir text$/shared$/explorer$/database$/menuview.xhp \ 934cdf0e10cSrcweir text$/shared$/explorer$/database$/migrate_macros.xhp \ 935cdf0e10cSrcweir text$/shared$/explorer$/database$/password.xhp \ 936cdf0e10cSrcweir text$/shared$/explorer$/database$/querywizard00.xhp \ 937cdf0e10cSrcweir text$/shared$/explorer$/database$/querywizard01.xhp \ 938cdf0e10cSrcweir text$/shared$/explorer$/database$/querywizard02.xhp \ 939cdf0e10cSrcweir text$/shared$/explorer$/database$/querywizard03.xhp \ 940cdf0e10cSrcweir text$/shared$/explorer$/database$/querywizard04.xhp \ 941cdf0e10cSrcweir text$/shared$/explorer$/database$/querywizard05.xhp \ 942cdf0e10cSrcweir text$/shared$/explorer$/database$/querywizard06.xhp \ 943cdf0e10cSrcweir text$/shared$/explorer$/database$/querywizard07.xhp \ 944cdf0e10cSrcweir text$/shared$/explorer$/database$/querywizard08.xhp \ 945cdf0e10cSrcweir text$/shared$/explorer$/database$/rep_datetime.xhp \ 946cdf0e10cSrcweir text$/shared$/explorer$/database$/rep_main.xhp \ 947cdf0e10cSrcweir text$/shared$/explorer$/database$/rep_navigator.xhp \ 948cdf0e10cSrcweir text$/shared$/explorer$/database$/rep_pagenumbers.xhp \ 949cdf0e10cSrcweir text$/shared$/explorer$/database$/rep_prop.xhp \ 950cdf0e10cSrcweir text$/shared$/explorer$/database$/rep_sort.xhp \ 951cdf0e10cSrcweir text$/shared$/explorer$/database$/tablewizard00.xhp \ 952cdf0e10cSrcweir text$/shared$/explorer$/database$/tablewizard01.xhp \ 953cdf0e10cSrcweir text$/shared$/explorer$/database$/tablewizard02.xhp \ 954cdf0e10cSrcweir text$/shared$/explorer$/database$/tablewizard03.xhp \ 955cdf0e10cSrcweir text$/shared$/explorer$/database$/tablewizard04.xhp \ 956cdf0e10cSrcweir text$/shared$/explorer$/database$/toolbars.xhp \ 957cdf0e10cSrcweir text$/shared$/fontwork_toolbar.xhp \ 958cdf0e10cSrcweir text$/shared$/guide$/aaa_start.xhp \ 959cdf0e10cSrcweir text$/shared$/guide$/accessibility.xhp \ 960cdf0e10cSrcweir text$/shared$/guide$/active_help_on_off.xhp \ 961cdf0e10cSrcweir text$/shared$/guide$/activex.xhp \ 962cdf0e10cSrcweir text$/shared$/guide$/assistive.xhp \ 963cdf0e10cSrcweir text$/shared$/guide$/autocorr_url.xhp \ 964cdf0e10cSrcweir text$/shared$/guide$/autohide.xhp \ 965cdf0e10cSrcweir text$/shared$/guide$/background.xhp \ 966cdf0e10cSrcweir text$/shared$/guide$/border_paragraph.xhp \ 967cdf0e10cSrcweir text$/shared$/guide$/border_table.xhp \ 968cdf0e10cSrcweir text$/shared$/guide$/breaking_lines.xhp \ 969cdf0e10cSrcweir text$/shared$/guide$/change_title.xhp \ 970cdf0e10cSrcweir text$/shared$/guide$/chart_axis.xhp \ 971cdf0e10cSrcweir text$/shared$/guide$/chart_barformat.xhp \ 972cdf0e10cSrcweir text$/shared$/guide$/chart_insert.xhp \ 973cdf0e10cSrcweir text$/shared$/guide$/chart_legend.xhp \ 974cdf0e10cSrcweir text$/shared$/guide$/chart_title.xhp \ 975cdf0e10cSrcweir text$/shared$/guide$/collab.xhp \ 976cdf0e10cSrcweir text$/shared$/guide$/configure_overview.xhp \ 977cdf0e10cSrcweir text$/shared$/guide$/contextmenu.xhp \ 978cdf0e10cSrcweir text$/shared$/guide$/copy_drawfunctions.xhp \ 979cdf0e10cSrcweir text$/shared$/guide$/copytable2application.xhp \ 980cdf0e10cSrcweir text$/shared$/guide$/copytext2application.xhp \ 981cdf0e10cSrcweir text$/shared$/guide$/ctl.xhp \ 982cdf0e10cSrcweir text$/shared$/guide$/data_addressbook.xhp \ 983cdf0e10cSrcweir text$/shared$/guide$/data_dbase2office.xhp \ 984cdf0e10cSrcweir text$/shared$/guide$/data_enter_sql.xhp \ 985cdf0e10cSrcweir text$/shared$/guide$/data_forms.xhp \ 986cdf0e10cSrcweir text$/shared$/guide$/data_im_export.xhp \ 987cdf0e10cSrcweir text$/shared$/guide$/data_new.xhp \ 988cdf0e10cSrcweir text$/shared$/guide$/data_queries.xhp \ 989cdf0e10cSrcweir text$/shared$/guide$/data_register.xhp \ 990cdf0e10cSrcweir text$/shared$/guide$/data_report.xhp \ 991cdf0e10cSrcweir text$/shared$/guide$/data_reports.xhp \ 992cdf0e10cSrcweir text$/shared$/guide$/data_search.xhp \ 993cdf0e10cSrcweir text$/shared$/guide$/data_search2.xhp \ 994cdf0e10cSrcweir text$/shared$/guide$/data_tabledefine.xhp \ 995cdf0e10cSrcweir text$/shared$/guide$/data_tables.xhp \ 996cdf0e10cSrcweir text$/shared$/guide$/data_view.xhp \ 997cdf0e10cSrcweir text$/shared$/guide$/database_main.xhp \ 998cdf0e10cSrcweir text$/shared$/guide$/digital_signatures.xhp \ 999cdf0e10cSrcweir text$/shared$/guide$/digitalsign_receive.xhp \ 1000cdf0e10cSrcweir text$/shared$/guide$/digitalsign_send.xhp \ 1001cdf0e10cSrcweir text$/shared$/guide$/doc_autosave.xhp \ 1002cdf0e10cSrcweir text$/shared$/guide$/doc_open.xhp \ 1003cdf0e10cSrcweir text$/shared$/guide$/doc_save.xhp \ 1004cdf0e10cSrcweir text$/shared$/guide$/dragdrop.xhp \ 1005cdf0e10cSrcweir text$/shared$/guide$/dragdrop_beamer.xhp \ 1006cdf0e10cSrcweir text$/shared$/guide$/dragdrop_fromgallery.xhp \ 1007cdf0e10cSrcweir text$/shared$/guide$/dragdrop_gallery.xhp \ 1008cdf0e10cSrcweir text$/shared$/guide$/dragdrop_graphic.xhp \ 1009cdf0e10cSrcweir text$/shared$/guide$/dragdrop_table.xhp \ 1010cdf0e10cSrcweir text$/shared$/guide$/edit_symbolbar.xhp \ 1011cdf0e10cSrcweir text$/shared$/guide$/email.xhp \ 1012cdf0e10cSrcweir text$/shared$/guide$/error_report.xhp \ 1013cdf0e10cSrcweir text$/shared$/guide$/export_ms.xhp \ 1014cdf0e10cSrcweir text$/shared$/guide$/fax.xhp \ 1015cdf0e10cSrcweir text$/shared$/guide$/filternavigator.xhp \ 1016cdf0e10cSrcweir text$/shared$/guide$/find_attributes.xhp \ 1017cdf0e10cSrcweir text$/shared$/guide$/flat_icons.xhp \ 1018cdf0e10cSrcweir text$/shared$/guide$/floating_toolbar.xhp \ 1019cdf0e10cSrcweir text$/shared$/guide$/fontwork.xhp \ 1020cdf0e10cSrcweir text$/shared$/guide$/formfields.xhp \ 1021cdf0e10cSrcweir text$/shared$/guide$/gallery_insert.xhp \ 1022cdf0e10cSrcweir text$/shared$/guide$/groups.xhp \ 1023cdf0e10cSrcweir text$/shared$/guide$/hyperlink_edit.xhp \ 1024cdf0e10cSrcweir text$/shared$/guide$/hyperlink_insert.xhp \ 1025cdf0e10cSrcweir text$/shared$/guide$/hyperlink_rel_abs.xhp \ 1026cdf0e10cSrcweir text$/shared$/guide$/hyperlink_search.xhp \ 1027cdf0e10cSrcweir text$/shared$/guide$/imagemap.xhp \ 1028cdf0e10cSrcweir text$/shared$/guide$/import_ms.xhp \ 1029cdf0e10cSrcweir text$/shared$/guide$/insert_bitmap.xhp \ 1030cdf0e10cSrcweir text$/shared$/guide$/insert_graphic_drawit.xhp \ 1031cdf0e10cSrcweir text$/shared$/guide$/insert_specialchar.xhp \ 1032cdf0e10cSrcweir text$/shared$/guide$/integratinguno.xhp \ 1033cdf0e10cSrcweir text$/shared$/guide$/keyboard.xhp \ 1034cdf0e10cSrcweir text$/shared$/guide$/labels.xhp \ 1035cdf0e10cSrcweir text$/shared$/guide$/labels_database.xhp \ 1036cdf0e10cSrcweir text$/shared$/guide$/language_select.xhp \ 1037cdf0e10cSrcweir text$/shared$/guide$/line_intext.xhp \ 1038cdf0e10cSrcweir text$/shared$/guide$/lineend_define.xhp \ 1039cdf0e10cSrcweir text$/shared$/guide$/linestyle_define.xhp \ 1040cdf0e10cSrcweir text$/shared$/guide$/linestyles.xhp \ 1041cdf0e10cSrcweir text$/shared$/guide$/macro_recording.xhp \ 1042cdf0e10cSrcweir text$/shared$/guide$/main.xhp \ 1043cdf0e10cSrcweir text$/shared$/guide$/measurement_units.xhp \ 1044cdf0e10cSrcweir text$/shared$/guide$/microsoft_terms.xhp \ 1045cdf0e10cSrcweir text$/shared$/guide$/mobiledevicefilters.xhp \ 1046cdf0e10cSrcweir text$/shared$/guide$/ms_doctypes.xhp \ 1047cdf0e10cSrcweir text$/shared$/guide$/ms_import_export_limitations.xhp \ 1048cdf0e10cSrcweir text$/shared$/guide$/ms_user.xhp \ 1049cdf0e10cSrcweir text$/shared$/guide$/navigator.xhp \ 1050cdf0e10cSrcweir text$/shared$/guide$/navigator_setcursor.xhp \ 1051cdf0e10cSrcweir text$/shared$/guide$/navpane_on.xhp \ 1052cdf0e10cSrcweir text$/shared$/guide$/numbering_stop.xhp \ 1053cdf0e10cSrcweir text$/shared$/guide$/pageformat_max.xhp \ 1054cdf0e10cSrcweir text$/shared$/guide$/paintbrush.xhp \ 1055cdf0e10cSrcweir text$/shared$/guide$/pasting.xhp \ 1056cdf0e10cSrcweir text$/shared$/guide$/print_blackwhite.xhp \ 1057cdf0e10cSrcweir text$/shared$/guide$/print_faster.xhp \ 1058cdf0e10cSrcweir text$/shared$/guide$/protection.xhp \ 1059cdf0e10cSrcweir text$/shared$/guide$/redlining.xhp \ 1060cdf0e10cSrcweir text$/shared$/guide$/redlining_accept.xhp \ 1061cdf0e10cSrcweir text$/shared$/guide$/redlining_doccompare.xhp \ 1062cdf0e10cSrcweir text$/shared$/guide$/redlining_docmerge.xhp \ 1063cdf0e10cSrcweir text$/shared$/guide$/redlining_enter.xhp \ 1064cdf0e10cSrcweir text$/shared$/guide$/redlining_protect.xhp \ 1065cdf0e10cSrcweir text$/shared$/guide$/redlining_versions.xhp \ 1066cdf0e10cSrcweir text$/shared$/guide$/round_corner.xhp \ 1067cdf0e10cSrcweir text$/shared$/guide$/scripting.xhp \ 1068*00d72dcaSRegina Henschel text$/shared$/guide$/sidebar_window.xhp \ 1069cdf0e10cSrcweir text$/shared$/guide$/space_hyphen.xhp \ 1070cdf0e10cSrcweir text$/shared$/guide$/spadmin.xhp \ 1071cdf0e10cSrcweir text$/shared$/guide$/standard_template.xhp \ 1072cdf0e10cSrcweir text$/shared$/guide$/start_parameters.xhp \ 1073cdf0e10cSrcweir text$/shared$/guide$/startcenter.xhp \ 1074cdf0e10cSrcweir text$/shared$/guide$/tabs.xhp \ 1075cdf0e10cSrcweir text$/shared$/guide$/text_color.xhp \ 1076cdf0e10cSrcweir text$/shared$/guide$/textmode_change.xhp \ 1077cdf0e10cSrcweir text$/shared$/guide$/undo_formatting.xhp \ 1078cdf0e10cSrcweir text$/shared$/guide$/version_number.xhp \ 1079cdf0e10cSrcweir text$/shared$/guide$/viewing_file_properties.xhp \ 1080cdf0e10cSrcweir text$/shared$/guide$/workfolder.xhp \ 1081cdf0e10cSrcweir text$/shared$/guide$/xforms.xhp \ 1082cdf0e10cSrcweir text$/shared$/guide$/xsltfilter.xhp \ 1083cdf0e10cSrcweir text$/shared$/guide$/xsltfilter_create.xhp \ 1084cdf0e10cSrcweir text$/shared$/guide$/xsltfilter_distribute.xhp \ 1085cdf0e10cSrcweir text$/shared$/main0108.xhp \ 1086cdf0e10cSrcweir text$/shared$/main0201.xhp \ 1087cdf0e10cSrcweir text$/shared$/main0204.xhp \ 1088cdf0e10cSrcweir text$/shared$/main0208.xhp \ 1089cdf0e10cSrcweir text$/shared$/main0209.xhp \ 1090cdf0e10cSrcweir text$/shared$/main0212.xhp \ 1091cdf0e10cSrcweir text$/shared$/main0213.xhp \ 1092cdf0e10cSrcweir text$/shared$/main0214.xhp \ 1093cdf0e10cSrcweir text$/shared$/main0226.xhp \ 1094cdf0e10cSrcweir text$/shared$/main0227.xhp \ 1095cdf0e10cSrcweir text$/shared$/main0400.xhp \ 1096cdf0e10cSrcweir text$/shared$/main0500.xhp \ 1097cdf0e10cSrcweir text$/shared$/main0600.xhp \ 1098cdf0e10cSrcweir text$/shared$/main0650.xhp \ 1099cdf0e10cSrcweir text$/shared$/main0800.xhp \ 1100cdf0e10cSrcweir text$/shared$/optionen$/01000000.xhp \ 1101cdf0e10cSrcweir text$/shared$/optionen$/01010000.xhp \ 1102cdf0e10cSrcweir text$/shared$/optionen$/01010100.xhp \ 1103cdf0e10cSrcweir text$/shared$/optionen$/01010200.xhp \ 1104cdf0e10cSrcweir text$/shared$/optionen$/01010300.xhp \ 1105cdf0e10cSrcweir text$/shared$/optionen$/01010301.xhp \ 1106cdf0e10cSrcweir text$/shared$/optionen$/01010400.xhp \ 1107cdf0e10cSrcweir text$/shared$/optionen$/01010401.xhp \ 1108cdf0e10cSrcweir text$/shared$/optionen$/01010500.xhp \ 1109cdf0e10cSrcweir text$/shared$/optionen$/01010501.xhp \ 1110cdf0e10cSrcweir text$/shared$/optionen$/01010600.xhp \ 1111cdf0e10cSrcweir text$/shared$/optionen$/01010700.xhp \ 1112cdf0e10cSrcweir text$/shared$/optionen$/01010800.xhp \ 1113cdf0e10cSrcweir text$/shared$/optionen$/01010900.xhp \ 1114cdf0e10cSrcweir text$/shared$/optionen$/01011000.xhp \ 1115cdf0e10cSrcweir text$/shared$/optionen$/01012000.xhp \ 1116cdf0e10cSrcweir text$/shared$/optionen$/01013000.xhp \ 1117cdf0e10cSrcweir text$/shared$/optionen$/01014000.xhp \ 1118cdf0e10cSrcweir text$/shared$/optionen$/01020000.xhp \ 1119cdf0e10cSrcweir text$/shared$/optionen$/01020100.xhp \ 1120cdf0e10cSrcweir text$/shared$/optionen$/01020200.xhp \ 1121cdf0e10cSrcweir text$/shared$/optionen$/01020300.xhp \ 1122cdf0e10cSrcweir text$/shared$/optionen$/01030000.xhp \ 1123cdf0e10cSrcweir text$/shared$/optionen$/01030300.xhp \ 1124cdf0e10cSrcweir text$/shared$/optionen$/01030500.xhp \ 1125cdf0e10cSrcweir text$/shared$/optionen$/01040000.xhp \ 1126cdf0e10cSrcweir text$/shared$/optionen$/01040200.xhp \ 1127cdf0e10cSrcweir text$/shared$/optionen$/01040300.xhp \ 1128cdf0e10cSrcweir text$/shared$/optionen$/01040301.xhp \ 1129cdf0e10cSrcweir text$/shared$/optionen$/01040400.xhp \ 1130cdf0e10cSrcweir text$/shared$/optionen$/01040500.xhp \ 1131cdf0e10cSrcweir text$/shared$/optionen$/01040600.xhp \ 1132cdf0e10cSrcweir text$/shared$/optionen$/01040700.xhp \ 1133cdf0e10cSrcweir text$/shared$/optionen$/01040900.xhp \ 1134cdf0e10cSrcweir text$/shared$/optionen$/01041000.xhp \ 1135cdf0e10cSrcweir text$/shared$/optionen$/01041100.xhp \ 1136cdf0e10cSrcweir text$/shared$/optionen$/01050000.xhp \ 1137cdf0e10cSrcweir text$/shared$/optionen$/01050100.xhp \ 1138cdf0e10cSrcweir text$/shared$/optionen$/01050300.xhp \ 1139cdf0e10cSrcweir text$/shared$/optionen$/01060000.xhp \ 1140cdf0e10cSrcweir text$/shared$/optionen$/01060100.xhp \ 1141cdf0e10cSrcweir text$/shared$/optionen$/01060300.xhp \ 1142cdf0e10cSrcweir text$/shared$/optionen$/01060400.xhp \ 1143cdf0e10cSrcweir text$/shared$/optionen$/01060401.xhp \ 1144cdf0e10cSrcweir text$/shared$/optionen$/01060500.xhp \ 1145cdf0e10cSrcweir text$/shared$/optionen$/01060600.xhp \ 1146cdf0e10cSrcweir text$/shared$/optionen$/01060700.xhp \ 1147cdf0e10cSrcweir text$/shared$/optionen$/01070000.xhp \ 1148cdf0e10cSrcweir text$/shared$/optionen$/01070100.xhp \ 1149cdf0e10cSrcweir text$/shared$/optionen$/01070300.xhp \ 1150cdf0e10cSrcweir text$/shared$/optionen$/01070400.xhp \ 1151cdf0e10cSrcweir text$/shared$/optionen$/01070500.xhp \ 1152cdf0e10cSrcweir text$/shared$/optionen$/01080000.xhp \ 1153cdf0e10cSrcweir text$/shared$/optionen$/01090000.xhp \ 1154cdf0e10cSrcweir text$/shared$/optionen$/01090100.xhp \ 1155cdf0e10cSrcweir text$/shared$/optionen$/01110000.xhp \ 1156cdf0e10cSrcweir text$/shared$/optionen$/01110100.xhp \ 1157cdf0e10cSrcweir text$/shared$/optionen$/01130100.xhp \ 1158cdf0e10cSrcweir text$/shared$/optionen$/01130200.xhp \ 1159cdf0e10cSrcweir text$/shared$/optionen$/01140000.xhp \ 1160cdf0e10cSrcweir text$/shared$/optionen$/01150000.xhp \ 1161cdf0e10cSrcweir text$/shared$/optionen$/01150100.xhp \ 1162cdf0e10cSrcweir text$/shared$/optionen$/01150200.xhp \ 1163cdf0e10cSrcweir text$/shared$/optionen$/01150300.xhp \ 1164cdf0e10cSrcweir text$/shared$/optionen$/01160000.xhp \ 1165cdf0e10cSrcweir text$/shared$/optionen$/01160100.xhp \ 1166cdf0e10cSrcweir text$/shared$/optionen$/01160200.xhp \ 1167cdf0e10cSrcweir text$/shared$/optionen$/01160201.xhp \ 1168cdf0e10cSrcweir text$/shared$/optionen$/improvement.xhp \ 1169cdf0e10cSrcweir text$/shared$/optionen$/java.xhp \ 1170cdf0e10cSrcweir text$/shared$/optionen$/javaclasspath.xhp \ 1171cdf0e10cSrcweir text$/shared$/optionen$/javaparameters.xhp \ 1172cdf0e10cSrcweir text$/shared$/optionen$/macrosecurity.xhp \ 1173cdf0e10cSrcweir text$/shared$/optionen$/macrosecurity_sl.xhp \ 1174cdf0e10cSrcweir text$/shared$/optionen$/macrosecurity_ts.xhp \ 1175cdf0e10cSrcweir text$/shared$/optionen$/mailmerge.xhp \ 1176cdf0e10cSrcweir text$/shared$/optionen$/online_update.xhp \ 1177cdf0e10cSrcweir text$/shared$/optionen$/serverauthentication.xhp \ 1178cdf0e10cSrcweir text$/shared$/optionen$/testaccount.xhp \ 1179cdf0e10cSrcweir text$/shared$/optionen$/viewcertificate.xhp \ 1180cdf0e10cSrcweir text$/shared$/optionen$/viewcertificate_c.xhp \ 1181cdf0e10cSrcweir text$/shared$/optionen$/viewcertificate_d.xhp \ 1182cdf0e10cSrcweir text$/shared$/optionen$/viewcertificate_g.xhp \ 1183cdf0e10cSrcweir text$/shared$/tree_strings.xhp \ 1184cdf0e10cSrcweir text$/schart$/00$/00000004.xhp \ 1185cdf0e10cSrcweir text$/schart$/01$/03010000.xhp \ 1186cdf0e10cSrcweir text$/schart$/01$/04010000.xhp \ 1187cdf0e10cSrcweir text$/schart$/01$/04020000.xhp \ 1188cdf0e10cSrcweir text$/schart$/01$/04030000.xhp \ 1189cdf0e10cSrcweir text$/schart$/01$/04040000.xhp \ 1190cdf0e10cSrcweir text$/schart$/01$/04050000.xhp \ 1191cdf0e10cSrcweir text$/schart$/01$/04050100.xhp \ 1192cdf0e10cSrcweir text$/schart$/01$/04060000.xhp \ 1193cdf0e10cSrcweir text$/schart$/01$/04070000.xhp \ 1194cdf0e10cSrcweir text$/schart$/01$/05010000.xhp \ 1195cdf0e10cSrcweir text$/schart$/01$/05010100.xhp \ 1196cdf0e10cSrcweir text$/schart$/01$/05010200.xhp \ 1197cdf0e10cSrcweir text$/schart$/01$/05020000.xhp \ 1198cdf0e10cSrcweir text$/schart$/01$/05020100.xhp \ 1199cdf0e10cSrcweir text$/schart$/01$/05020101.xhp \ 1200cdf0e10cSrcweir text$/schart$/01$/05020200.xhp \ 1201cdf0e10cSrcweir text$/schart$/01$/05020201.xhp \ 1202cdf0e10cSrcweir text$/schart$/01$/05030000.xhp \ 1203cdf0e10cSrcweir text$/schart$/01$/05040000.xhp \ 1204cdf0e10cSrcweir text$/schart$/01$/05040100.xhp \ 1205cdf0e10cSrcweir text$/schart$/01$/05040200.xhp \ 1206cdf0e10cSrcweir text$/schart$/01$/05040201.xhp \ 1207cdf0e10cSrcweir text$/schart$/01$/05040202.xhp \ 1208cdf0e10cSrcweir text$/schart$/01$/05050000.xhp \ 1209cdf0e10cSrcweir text$/schart$/01$/05050100.xhp \ 1210cdf0e10cSrcweir text$/schart$/01$/05060000.xhp \ 1211cdf0e10cSrcweir text$/schart$/01$/05070000.xhp \ 1212cdf0e10cSrcweir text$/schart$/01$/05080000.xhp \ 1213cdf0e10cSrcweir text$/schart$/01$/05120000.xhp \ 1214cdf0e10cSrcweir text$/schart$/01$/choose_chart_type.xhp \ 1215cdf0e10cSrcweir text$/schart$/01$/smooth_line_properties.xhp \ 1216cdf0e10cSrcweir text$/schart$/01$/three_d_view.xhp \ 1217cdf0e10cSrcweir text$/schart$/01$/type_area.xhp \ 1218cdf0e10cSrcweir text$/schart$/01$/type_bubble.xhp \ 1219cdf0e10cSrcweir text$/schart$/01$/type_column_bar.xhp \ 1220cdf0e10cSrcweir text$/schart$/01$/type_column_line.xhp \ 1221cdf0e10cSrcweir text$/schart$/01$/type_line.xhp \ 1222cdf0e10cSrcweir text$/schart$/01$/type_net.xhp \ 1223cdf0e10cSrcweir text$/schart$/01$/type_pie.xhp \ 1224cdf0e10cSrcweir text$/schart$/01$/type_stock.xhp \ 1225cdf0e10cSrcweir text$/schart$/01$/type_xy.xhp \ 1226cdf0e10cSrcweir text$/schart$/01$/wiz_chart_elements.xhp \ 1227cdf0e10cSrcweir text$/schart$/01$/wiz_chart_type.xhp \ 1228cdf0e10cSrcweir text$/schart$/01$/wiz_data_range.xhp \ 1229cdf0e10cSrcweir text$/schart$/01$/wiz_data_series.xhp \ 1230cdf0e10cSrcweir text$/schart$/02$/01190000.xhp \ 1231cdf0e10cSrcweir text$/schart$/02$/01200000.xhp \ 1232cdf0e10cSrcweir text$/schart$/02$/01210000.xhp \ 1233cdf0e10cSrcweir text$/schart$/02$/01220000.xhp \ 1234cdf0e10cSrcweir text$/schart$/02$/02020000.xhp \ 1235cdf0e10cSrcweir text$/schart$/04$/01020000.xhp \ 1236cdf0e10cSrcweir text$/schart$/main0000.xhp \ 1237cdf0e10cSrcweir text$/schart$/main0202.xhp \ 1238cdf0e10cSrcweir text$/schart$/main0503.xhp \ 1239cdf0e10cSrcweir 1240cdf0e10cSrcweir 1241cdf0e10cSrcweir# --- Targets ------------------------------------------------------ 1242cdf0e10cSrcweir 1243cdf0e10cSrcweir.INCLUDE : target.mk 1244cdf0e10cSrcweir.INCLUDE : $(PRJ)$/util$/target.pmk 1245