changed makefiles due to change genLang


git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/l10n@1476562 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/helpcontent2/make_helper.mk b/main/helpcontent2/make_helper.mk
deleted file mode 100755
index 0707970..0000000
--- a/main/helpcontent2/make_helper.mk
+++ /dev/null
@@ -1,33 +0,0 @@
-#**************************************************************
-#  
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#  
-#    http://www.apache.org/licenses/LICENSE-2.0
-#  
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-#  
-#**************************************************************
-
-
-# --- Settings -----------------------------------------------------
-PRJ	= ..$/..$/..
-PRJNAME = helpcontent2
-PACKAGE = text/$(MODULE)
-TARGET  = text_$(MDOULE)
-.INCLUDE : settings.mk
-
-# --- Targets ------------------------------------------------------
-
-all:
-   cd $(SRC_ROOT)/helpcontent2/source; $(GENLANG) merge $(MODULE) $(SRC_ROOT)/languages/source "$(WITH_LANG)" -s . -t $(SRC_ROOT)/helpcontent2/unxlngx6.pro/misc -f $(XHPFILES)
diff --git a/main/helpcontent2/prj/build.lst b/main/helpcontent2/prj/build.lst
index 4389b18..3220b16 100644
--- a/main/helpcontent2/prj/build.lst
+++ b/main/helpcontent2/prj/build.lst
@@ -1,16 +1,8 @@
 h2  helpcontent2                     :    L10N:l10n xmlhelp NULL
-h2 helpcontent2                      usr1  - all h2_mkout   h2_aux NULL
-h2 helpcontent2\prj                  get   - all h2_prj     h2_aux NULL
-#h2  helpcontent2\source\auxiliary    nmake - all h2_aux NULL
-h2 helpcontent2\source\text\sbasic   nmake - all h2_sbas    NULL
-#h2 helpcontent2\source\text\scalc    nmake - all h2_scal    h2_aux NULL
-#h2 helpcontent2\source\text\schart   nmake - all h2_scha    h2_aux NULL
-#h2 helpcontent2\source\text\sdraw    nmake - all h2_sdra    h2_aux NULL
-#h2 helpcontent2\source\text\shared   nmake - all h2_shar    h2_aux NULL
-#h2 helpcontent2\source\text\simpress nmake - all h2_simp    h2_aux NULL
-#h2 helpcontent2\source\text\smath    nmake - all h2_smat    h2_aux NULL
-#h2 helpcontent2\source\text\swriter  nmake - all h2_swri    h2_aux NULL
-#h2 helpcontent2\util\sbasic          nmake - all h2_ut_sbas h2_aux h2_sbas h2_scal h2_scal h2_scha h2_sdra h2_shar h2_simp h2_smat h2_swri NULL
+h2 helpcontent2                      usr1  - all h2_mkout   h2_tot NULL
+h2 helpcontent2\prj                  get   - all h2_prj     h2_tot NULL
+h2 helpcontent2\source               nmake - all h2_tot     NULL
+h2 helpcontent2\util\sbasic          nmake - all h2_ut_sbas h2_tot NULL
 #h2	helpcontent2\util\schart      nmake - all h2_ut_scha h2_aux h2_sbas h2_scal h2_scal h2_scha h2_sdra h2_shar h2_simp h2_smat h2_swri NULL
 #h2	helpcontent2\util\scalc       nmake - all h2_ut_scal h2_aux h2_sbas h2_scal h2_scal h2_scha h2_sdra h2_shar h2_simp h2_smat h2_swri NULL
 #h2	helpcontent2\util\sdraw       nmake - all h2_ut_sdra h2_aux h2_sbas h2_scal h2_scal h2_scha h2_sdra h2_shar h2_simp h2_smat h2_swri NULL
diff --git a/main/helpcontent2/settings.pmk b/main/helpcontent2/settings.pmk
index 27305d0..a012380 100644
--- a/main/helpcontent2/settings.pmk
+++ b/main/helpcontent2/settings.pmk
@@ -19,7 +19,7 @@
 #  
 # *************************************************************
 
-.INCLUDE : $(LOCAL_COMMON_OUT)/inc$/aux_langs.mk
+#.INCLUDE : $(LOCAL_COMMON_OUT)/inc$/aux_langs.mk
 
 my_cp:=$(CLASSPATH)$(PATH_SEPERATOR)$(SOLARBINDIR)$/jaxp.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/juh.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/parser.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/xt.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/unoil.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/ridl.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/jurt.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/xmlsearch.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/LuceneHelpWrapper.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/HelpIndexerTool.jar$
 
diff --git a/main/helpcontent2/source/makefile.mk b/main/helpcontent2/source/makefile.mk
new file mode 100644
index 0000000..900237f
--- /dev/null
+++ b/main/helpcontent2/source/makefile.mk
@@ -0,0 +1,2377 @@
+#**************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+#**************************************************************
+
+# --- Defines files to be handled ------------------------
+XHPFILES_SBASIC = \
+         text/sbasic/guide/control_properties.xhp \
+         text/sbasic/guide/create_dialog.xhp  \
+         text/sbasic/guide/insert_control.xhp \
+         text/sbasic/guide/sample_code.xhp    \
+         text/sbasic/guide/show_dialog.xhp    \
+         text/sbasic/guide/translation.xhp    \
+         text/sbasic/shared/00000002.xhp      \
+         text/sbasic/shared/00000003.xhp      \
+         text/sbasic/shared/01000000.xhp      \
+         text/sbasic/shared/01010210.xhp      \
+         text/sbasic/shared/01020000.xhp      \
+         text/sbasic/shared/01020100.xhp      \
+         text/sbasic/shared/01020200.xhp      \
+         text/sbasic/shared/01020300.xhp      \
+         text/sbasic/shared/01020500.xhp      \
+         text/sbasic/shared/01030000.xhp      \
+         text/sbasic/shared/01030100.xhp      \
+         text/sbasic/shared/01030200.xhp      \
+         text/sbasic/shared/01030300.xhp      \
+         text/sbasic/shared/01030400.xhp      \
+         text/sbasic/shared/01040000.xhp      \
+         text/sbasic/shared/01050000.xhp      \
+         text/sbasic/shared/01050100.xhp      \
+         text/sbasic/shared/01050200.xhp      \
+         text/sbasic/shared/01050300.xhp      \
+         text/sbasic/shared/01170100.xhp      \
+         text/sbasic/shared/01170101.xhp      \
+         text/sbasic/shared/01170103.xhp      \
+         text/sbasic/shared/03000000.xhp      \
+         text/sbasic/shared/03010000.xhp      \
+         text/sbasic/shared/03010100.xhp      \
+         text/sbasic/shared/03010101.xhp      \
+         text/sbasic/shared/03010102.xhp      \
+         text/sbasic/shared/03010103.xhp      \
+         text/sbasic/shared/03010200.xhp      \
+         text/sbasic/shared/03010201.xhp      \
+         text/sbasic/shared/03010300.xhp      \
+         text/sbasic/shared/03010301.xhp      \
+         text/sbasic/shared/03010302.xhp      \
+         text/sbasic/shared/03010303.xhp      \
+         text/sbasic/shared/03010304.xhp      \
+         text/sbasic/shared/03010305.xhp      \
+         text/sbasic/shared/03020000.xhp      \
+         text/sbasic/shared/03020100.xhp      \
+         text/sbasic/shared/03020101.xhp      \
+         text/sbasic/shared/03020102.xhp      \
+         text/sbasic/shared/03020103.xhp      \
+         text/sbasic/shared/03020104.xhp      \
+         text/sbasic/shared/03020200.xhp      \
+         text/sbasic/shared/03020201.xhp      \
+         text/sbasic/shared/03020202.xhp      \
+         text/sbasic/shared/03020203.xhp      \
+         text/sbasic/shared/03020204.xhp      \
+         text/sbasic/shared/03020205.xhp      \
+         text/sbasic/shared/03020301.xhp      \
+         text/sbasic/shared/03020302.xhp      \
+         text/sbasic/shared/03020303.xhp      \
+         text/sbasic/shared/03020304.xhp      \
+         text/sbasic/shared/03020305.xhp      \
+         text/sbasic/shared/03020400.xhp      \
+         text/sbasic/shared/03020401.xhp      \
+         text/sbasic/shared/03020402.xhp      \
+         text/sbasic/shared/03020403.xhp      \
+         text/sbasic/shared/03020404.xhp      \
+         text/sbasic/shared/03020405.xhp      \
+         text/sbasic/shared/03020406.xhp      \
+         text/sbasic/shared/03020407.xhp      \
+         text/sbasic/shared/03020408.xhp      \
+         text/sbasic/shared/03020409.xhp      \
+         text/sbasic/shared/03020410.xhp      \
+         text/sbasic/shared/03020411.xhp      \
+         text/sbasic/shared/03020412.xhp      \
+         text/sbasic/shared/03020413.xhp      \
+         text/sbasic/shared/03020414.xhp      \
+         text/sbasic/shared/03020415.xhp      \
+         text/sbasic/shared/03030000.xhp      \
+         text/sbasic/shared/03030100.xhp      \
+         text/sbasic/shared/03030101.xhp      \
+         text/sbasic/shared/03030102.xhp      \
+         text/sbasic/shared/03030103.xhp      \
+         text/sbasic/shared/03030104.xhp      \
+         text/sbasic/shared/03030105.xhp      \
+         text/sbasic/shared/03030106.xhp      \
+         text/sbasic/shared/03030107.xhp      \
+         text/sbasic/shared/03030108.xhp      \
+         text/sbasic/shared/03030110.xhp      \
+         text/sbasic/shared/03030120.xhp      \
+         text/sbasic/shared/03030130.xhp      \
+         text/sbasic/shared/03030200.xhp      \
+         text/sbasic/shared/03030201.xhp      \
+         text/sbasic/shared/03030202.xhp      \
+         text/sbasic/shared/03030203.xhp      \
+         text/sbasic/shared/03030204.xhp      \
+         text/sbasic/shared/03030205.xhp      \
+         text/sbasic/shared/03030206.xhp      \
+         text/sbasic/shared/03030300.xhp      \
+         text/sbasic/shared/03030301.xhp      \
+         text/sbasic/shared/03030302.xhp      \
+         text/sbasic/shared/03030303.xhp      \
+         text/sbasic/shared/03050000.xhp      \
+         text/sbasic/shared/03050100.xhp      \
+         text/sbasic/shared/03050200.xhp      \
+         text/sbasic/shared/03050300.xhp      \
+         text/sbasic/shared/03050500.xhp      \
+         text/sbasic/shared/03060000.xhp      \
+         text/sbasic/shared/03060100.xhp      \
+         text/sbasic/shared/03060200.xhp      \
+         text/sbasic/shared/03060300.xhp      \
+         text/sbasic/shared/03060400.xhp      \
+         text/sbasic/shared/03060500.xhp      \
+         text/sbasic/shared/03060600.xhp      \
+         text/sbasic/shared/03070000.xhp      \
+         text/sbasic/shared/03070100.xhp      \
+         text/sbasic/shared/03070200.xhp      \
+         text/sbasic/shared/03070300.xhp      \
+         text/sbasic/shared/03070400.xhp      \
+         text/sbasic/shared/03070500.xhp      \
+         text/sbasic/shared/03070600.xhp      \
+         text/sbasic/shared/03080000.xhp      \
+         text/sbasic/shared/03080100.xhp      \
+         text/sbasic/shared/03080101.xhp      \
+         text/sbasic/shared/03080102.xhp      \
+         text/sbasic/shared/03080103.xhp      \
+         text/sbasic/shared/03080104.xhp      \
+         text/sbasic/shared/03080200.xhp      \
+         text/sbasic/shared/03080201.xhp      \
+         text/sbasic/shared/03080202.xhp      \
+         text/sbasic/shared/03080300.xhp      \
+         text/sbasic/shared/03080301.xhp      \
+         text/sbasic/shared/03080302.xhp      \
+         text/sbasic/shared/03080400.xhp      \
+         text/sbasic/shared/03080401.xhp      \
+         text/sbasic/shared/03080500.xhp      \
+         text/sbasic/shared/03080501.xhp      \
+         text/sbasic/shared/03080502.xhp      \
+         text/sbasic/shared/03080600.xhp      \
+         text/sbasic/shared/03080601.xhp      \
+         text/sbasic/shared/03080700.xhp      \
+         text/sbasic/shared/03080701.xhp      \
+         text/sbasic/shared/03080800.xhp      \
+         text/sbasic/shared/03080801.xhp      \
+         text/sbasic/shared/03080802.xhp      \
+         text/sbasic/shared/03090000.xhp      \
+         text/sbasic/shared/03090100.xhp      \
+         text/sbasic/shared/03090101.xhp      \
+         text/sbasic/shared/03090102.xhp      \
+         text/sbasic/shared/03090103.xhp      \
+         text/sbasic/shared/03090200.xhp      \
+         text/sbasic/shared/03090201.xhp      \
+         text/sbasic/shared/03090202.xhp      \
+         text/sbasic/shared/03090203.xhp      \
+         text/sbasic/shared/03090300.xhp      \
+         text/sbasic/shared/03090301.xhp      \
+         text/sbasic/shared/03090302.xhp      \
+         text/sbasic/shared/03090303.xhp      \
+         text/sbasic/shared/03090400.xhp      \
+         text/sbasic/shared/03090401.xhp      \
+         text/sbasic/shared/03090402.xhp      \
+         text/sbasic/shared/03090403.xhp      \
+         text/sbasic/shared/03090404.xhp      \
+         text/sbasic/shared/03090405.xhp      \
+         text/sbasic/shared/03090406.xhp      \
+         text/sbasic/shared/03090407.xhp      \
+         text/sbasic/shared/03090408.xhp      \
+         text/sbasic/shared/03090409.xhp      \
+         text/sbasic/shared/03090410.xhp      \
+         text/sbasic/shared/03090411.xhp      \
+         text/sbasic/shared/03090412.xhp      \
+         text/sbasic/shared/03100000.xhp      \
+         text/sbasic/shared/03100050.xhp      \
+         text/sbasic/shared/03100060.xhp      \
+         text/sbasic/shared/03100070.xhp      \
+         text/sbasic/shared/03100080.xhp      \
+         text/sbasic/shared/03100100.xhp      \
+         text/sbasic/shared/03100300.xhp      \
+         text/sbasic/shared/03100400.xhp      \
+         text/sbasic/shared/03100500.xhp      \
+         text/sbasic/shared/03100600.xhp      \
+         text/sbasic/shared/03100700.xhp      \
+         text/sbasic/shared/03100900.xhp      \
+         text/sbasic/shared/03101000.xhp      \
+         text/sbasic/shared/03101100.xhp      \
+         text/sbasic/shared/03101110.xhp      \
+         text/sbasic/shared/03101120.xhp      \
+         text/sbasic/shared/03101130.xhp      \
+         text/sbasic/shared/03101140.xhp      \
+         text/sbasic/shared/03101300.xhp      \
+         text/sbasic/shared/03101400.xhp      \
+         text/sbasic/shared/03101500.xhp      \
+         text/sbasic/shared/03101600.xhp      \
+         text/sbasic/shared/03101700.xhp      \
+         text/sbasic/shared/03102000.xhp      \
+         text/sbasic/shared/03102100.xhp      \
+         text/sbasic/shared/03102101.xhp      \
+         text/sbasic/shared/03102200.xhp      \
+         text/sbasic/shared/03102300.xhp      \
+         text/sbasic/shared/03102400.xhp      \
+         text/sbasic/shared/03102450.xhp      \
+         text/sbasic/shared/03102600.xhp      \
+         text/sbasic/shared/03102700.xhp      \
+         text/sbasic/shared/03102800.xhp      \
+         text/sbasic/shared/03102900.xhp      \
+         text/sbasic/shared/03103000.xhp      \
+         text/sbasic/shared/03103100.xhp      \
+         text/sbasic/shared/03103200.xhp      \
+         text/sbasic/shared/03103300.xhp      \
+         text/sbasic/shared/03103400.xhp      \
+         text/sbasic/shared/03103450.xhp      \
+         text/sbasic/shared/03103500.xhp      \
+         text/sbasic/shared/03103600.xhp      \
+         text/sbasic/shared/03103700.xhp      \
+         text/sbasic/shared/03103800.xhp      \
+         text/sbasic/shared/03103900.xhp      \
+         text/sbasic/shared/03104000.xhp      \
+         text/sbasic/shared/03104100.xhp      \
+         text/sbasic/shared/03104200.xhp      \
+         text/sbasic/shared/03104300.xhp      \
+         text/sbasic/shared/03104400.xhp      \
+         text/sbasic/shared/03104500.xhp      \
+         text/sbasic/shared/03104600.xhp      \
+         text/sbasic/shared/03104700.xhp      \
+         text/sbasic/shared/03110000.xhp      \
+         text/sbasic/shared/03110100.xhp      \
+         text/sbasic/shared/03120000.xhp      \
+         text/sbasic/shared/03120100.xhp      \
+         text/sbasic/shared/03120101.xhp      \
+         text/sbasic/shared/03120102.xhp      \
+         text/sbasic/shared/03120103.xhp      \
+         text/sbasic/shared/03120104.xhp      \
+         text/sbasic/shared/03120105.xhp      \
+         text/sbasic/shared/03120200.xhp      \
+         text/sbasic/shared/03120201.xhp      \
+         text/sbasic/shared/03120202.xhp      \
+         text/sbasic/shared/03120300.xhp      \
+         text/sbasic/shared/03120301.xhp      \
+         text/sbasic/shared/03120302.xhp      \
+         text/sbasic/shared/03120303.xhp      \
+         text/sbasic/shared/03120304.xhp      \
+         text/sbasic/shared/03120305.xhp      \
+         text/sbasic/shared/03120306.xhp      \
+         text/sbasic/shared/03120307.xhp      \
+         text/sbasic/shared/03120308.xhp      \
+         text/sbasic/shared/03120309.xhp      \
+         text/sbasic/shared/03120310.xhp      \
+         text/sbasic/shared/03120311.xhp      \
+         text/sbasic/shared/03120312.xhp      \
+         text/sbasic/shared/03120313.xhp      \
+         text/sbasic/shared/03120314.xhp      \
+         text/sbasic/shared/03120315.xhp      \
+         text/sbasic/shared/03120400.xhp      \
+         text/sbasic/shared/03120401.xhp      \
+         text/sbasic/shared/03120402.xhp      \
+         text/sbasic/shared/03120403.xhp      \
+         text/sbasic/shared/03130000.xhp      \
+         text/sbasic/shared/03130100.xhp      \
+         text/sbasic/shared/03130500.xhp      \
+         text/sbasic/shared/03130600.xhp      \
+         text/sbasic/shared/03130700.xhp      \
+         text/sbasic/shared/03130800.xhp      \
+         text/sbasic/shared/03131000.xhp      \
+         text/sbasic/shared/03131300.xhp      \
+         text/sbasic/shared/03131400.xhp      \
+         text/sbasic/shared/03131500.xhp      \
+         text/sbasic/shared/03131600.xhp      \
+         text/sbasic/shared/03131700.xhp      \
+         text/sbasic/shared/03131800.xhp      \
+         text/sbasic/shared/03131900.xhp      \
+         text/sbasic/shared/03132000.xhp      \
+         text/sbasic/shared/03132100.xhp      \
+         text/sbasic/shared/03132200.xhp      \
+         text/sbasic/shared/03132300.xhp      \
+         text/sbasic/shared/03132400.xhp      \
+         text/sbasic/shared/03132500.xhp      \
+         text/sbasic/shared/05060700.xhp      \
+         text/sbasic/shared/keys.xhp          \
+         text/sbasic/shared/main0211.xhp      \
+         text/sbasic/shared/main0601.xhp      \
+         text/sbasic/shared/01/06130000.xhp   \
+         text/sbasic/shared/01/06130100.xhp   \
+         text/sbasic/shared/01/06130500.xhp   \
+         text/sbasic/shared/02/11010000.xhp   \
+         text/sbasic/shared/02/11020000.xhp   \
+         text/sbasic/shared/02/11030000.xhp   \
+         text/sbasic/shared/02/11040000.xhp   \
+         text/sbasic/shared/02/11050000.xhp   \
+         text/sbasic/shared/02/11060000.xhp   \
+         text/sbasic/shared/02/11070000.xhp   \
+         text/sbasic/shared/02/11080000.xhp   \
+         text/sbasic/shared/02/11090000.xhp   \
+         text/sbasic/shared/02/11100000.xhp   \
+         text/sbasic/shared/02/11110000.xhp   \
+         text/sbasic/shared/02/11120000.xhp   \
+         text/sbasic/shared/02/11140000.xhp   \
+         text/sbasic/shared/02/11150000.xhp   \
+         text/sbasic/shared/02/11160000.xhp   \
+         text/sbasic/shared/02/11170000.xhp   \
+         text/sbasic/shared/02/11180000.xhp   \
+         text/sbasic/shared/02/11190000.xhp   \
+         text/sbasic/shared/02/20000000.xhp   \
+         sbasic.tree
+
+XHPFILES_SCALC = \
+        text/scalc/main0000.xhp   \
+        text/scalc/main0100.xhp   \
+        text/scalc/main0101.xhp   \
+        text/scalc/main0102.xhp   \
+        text/scalc/main0103.xhp   \
+        text/scalc/main0104.xhp   \
+        text/scalc/main0105.xhp   \
+        text/scalc/main0106.xhp   \
+        text/scalc/main0107.xhp   \
+        text/scalc/main0112.xhp   \
+        text/scalc/main0200.xhp   \
+        text/scalc/main0202.xhp   \
+        text/scalc/main0203.xhp   \
+        text/scalc/main0205.xhp   \
+        text/scalc/main0206.xhp   \
+        text/scalc/main0208.xhp   \
+        text/scalc/main0210.xhp   \
+        text/scalc/main0214.xhp   \
+        text/scalc/main0218.xhp   \
+        text/scalc/main0503.xhp   \
+        text/scalc/00/00000004.xhp   \
+        text/scalc/00/00000402.xhp   \
+        text/scalc/00/00000403.xhp   \
+        text/scalc/00/00000404.xhp   \
+        text/scalc/00/00000405.xhp   \
+        text/scalc/00/00000406.xhp   \
+        text/scalc/00/00000407.xhp   \
+        text/scalc/00/00000412.xhp   \
+        text/scalc/01/01120000.xhp   \
+        text/scalc/01/02110000.xhp   \
+        text/scalc/01/02120000.xhp   \
+        text/scalc/01/02120100.xhp   \
+        text/scalc/01/02140000.xhp   \
+        text/scalc/01/02140100.xhp   \
+        text/scalc/01/02140200.xhp   \
+        text/scalc/01/02140300.xhp   \
+        text/scalc/01/02140400.xhp   \
+        text/scalc/01/02140500.xhp   \
+        text/scalc/01/02140600.xhp   \
+        text/scalc/01/02150000.xhp   \
+        text/scalc/01/02160000.xhp   \
+        text/scalc/01/02170000.xhp   \
+        text/scalc/01/02180000.xhp   \
+        text/scalc/01/02190000.xhp   \
+        text/scalc/01/02190100.xhp   \
+        text/scalc/01/02190200.xhp   \
+        text/scalc/01/02200000.xhp   \
+        text/scalc/01/02210000.xhp   \
+        text/scalc/01/03070000.xhp   \
+        text/scalc/01/03080000.xhp   \
+        text/scalc/01/03090000.xhp   \
+        text/scalc/01/03100000.xhp   \
+        text/scalc/01/04010000.xhp   \
+        text/scalc/01/04010100.xhp   \
+        text/scalc/01/04010200.xhp   \
+        text/scalc/01/04020000.xhp   \
+        text/scalc/01/04030000.xhp   \
+        text/scalc/01/04040000.xhp   \
+        text/scalc/01/04050000.xhp   \
+        text/scalc/01/04050100.xhp   \
+        text/scalc/01/04060000.xhp   \
+        text/scalc/01/04060100.xhp   \
+        text/scalc/01/04060101.xhp   \
+        text/scalc/01/04060102.xhp   \
+        text/scalc/01/04060103.xhp   \
+        text/scalc/01/04060104.xhp   \
+        text/scalc/01/04060105.xhp   \
+        text/scalc/01/04060106.xhp   \
+        text/scalc/01/04060107.xhp   \
+        text/scalc/01/04060108.xhp   \
+        text/scalc/01/04060109.xhp   \
+        text/scalc/01/04060110.xhp   \
+        text/scalc/01/04060111.xhp   \
+        text/scalc/01/04060112.xhp   \
+        text/scalc/01/04060115.xhp   \
+        text/scalc/01/04060116.xhp   \
+        text/scalc/01/04060118.xhp   \
+        text/scalc/01/04060119.xhp   \
+        text/scalc/01/04060181.xhp   \
+        text/scalc/01/04060182.xhp   \
+        text/scalc/01/04060183.xhp   \
+        text/scalc/01/04060184.xhp   \
+        text/scalc/01/04060185.xhp   \
+        text/scalc/01/04060199.xhp   \
+        text/scalc/01/04070000.xhp   \
+        text/scalc/01/04070100.xhp   \
+        text/scalc/01/04070200.xhp   \
+        text/scalc/01/04070300.xhp   \
+        text/scalc/01/04070400.xhp   \
+        text/scalc/01/04080000.xhp   \
+        text/scalc/01/04090000.xhp   \
+        text/scalc/01/05020000.xhp   \
+        text/scalc/01/05020600.xhp   \
+        text/scalc/01/05030000.xhp   \
+        text/scalc/01/05030200.xhp   \
+        text/scalc/01/05030300.xhp   \
+        text/scalc/01/05030400.xhp   \
+        text/scalc/01/05040000.xhp   \
+        text/scalc/01/05040200.xhp   \
+        text/scalc/01/05050000.xhp   \
+        text/scalc/01/05050100.xhp   \
+        text/scalc/01/05050300.xhp   \
+        text/scalc/01/05060000.xhp   \
+        text/scalc/01/05070000.xhp   \
+        text/scalc/01/05070500.xhp   \
+        text/scalc/01/05080000.xhp   \
+        text/scalc/01/05080100.xhp   \
+        text/scalc/01/05080200.xhp   \
+        text/scalc/01/05080300.xhp   \
+        text/scalc/01/05080400.xhp   \
+        text/scalc/01/05100000.xhp   \
+        text/scalc/01/05110000.xhp   \
+        text/scalc/01/05120000.xhp   \
+        text/scalc/01/06020000.xhp   \
+        text/scalc/01/06030000.xhp   \
+        text/scalc/01/06030100.xhp   \
+        text/scalc/01/06030200.xhp   \
+        text/scalc/01/06030300.xhp   \
+        text/scalc/01/06030400.xhp   \
+        text/scalc/01/06030500.xhp   \
+        text/scalc/01/06030600.xhp   \
+        text/scalc/01/06030700.xhp   \
+        text/scalc/01/06030800.xhp   \
+        text/scalc/01/06030900.xhp   \
+        text/scalc/01/06031000.xhp   \
+        text/scalc/01/06040000.xhp   \
+        text/scalc/01/06050000.xhp   \
+        text/scalc/01/06060000.xhp   \
+        text/scalc/01/06060100.xhp   \
+        text/scalc/01/06060200.xhp   \
+        text/scalc/01/06070000.xhp   \
+        text/scalc/01/06080000.xhp   \
+        text/scalc/01/06130000.xhp   \
+        text/scalc/01/06990000.xhp   \
+        text/scalc/01/07080000.xhp   \
+        text/scalc/01/07090000.xhp   \
+        text/scalc/01/12010000.xhp   \
+        text/scalc/01/12010100.xhp   \
+        text/scalc/01/12020000.xhp   \
+        text/scalc/01/12030000.xhp   \
+        text/scalc/01/12030100.xhp   \
+        text/scalc/01/12030200.xhp   \
+        text/scalc/01/12040000.xhp   \
+        text/scalc/01/12040100.xhp   \
+        text/scalc/01/12040201.xhp   \
+        text/scalc/01/12040300.xhp   \
+        text/scalc/01/12040400.xhp   \
+        text/scalc/01/12040500.xhp   \
+        text/scalc/01/12050000.xhp   \
+        text/scalc/01/12050100.xhp   \
+        text/scalc/01/12050200.xhp   \
+        text/scalc/01/12060000.xhp   \
+        text/scalc/01/12070000.xhp   \
+        text/scalc/01/12070100.xhp   \
+        text/scalc/01/12080000.xhp   \
+        text/scalc/01/12080100.xhp   \
+        text/scalc/01/12080200.xhp   \
+        text/scalc/01/12080300.xhp   \
+        text/scalc/01/12080400.xhp   \
+        text/scalc/01/12080500.xhp   \
+        text/scalc/01/12080600.xhp   \
+        text/scalc/01/12080700.xhp   \
+        text/scalc/01/12090000.xhp   \
+        text/scalc/01/12090100.xhp   \
+        text/scalc/01/12090101.xhp   \
+        text/scalc/01/12090102.xhp   \
+        text/scalc/01/12090103.xhp   \
+        text/scalc/01/12090104.xhp   \
+        text/scalc/01/12090105.xhp   \
+        text/scalc/01/12090106.xhp   \
+        text/scalc/01/12090200.xhp   \
+        text/scalc/01/12090300.xhp   \
+        text/scalc/01/12090400.xhp   \
+        text/scalc/01/12100000.xhp   \
+        text/scalc/01/12120000.xhp   \
+        text/scalc/01/12120100.xhp   \
+        text/scalc/01/12120200.xhp   \
+        text/scalc/01/12120300.xhp   \
+        text/scalc/01/format_graphic.xhp   \
+        text/scalc/01/func_datevalue.xhp   \
+        text/scalc/01/func_date.xhp   \
+        text/scalc/01/func_days360.xhp   \
+        text/scalc/01/func_days.xhp   \
+        text/scalc/01/func_day.xhp   \
+        text/scalc/01/func_eastersunday.xhp   \
+        text/scalc/01/func_edate.xhp   \
+        text/scalc/01/func_eomonth.xhp   \
+        text/scalc/01/func_hour.xhp   \
+        text/scalc/01/func_minute.xhp   \
+        text/scalc/01/func_month.xhp   \
+        text/scalc/01/func_networkdays.xhp   \
+        text/scalc/01/func_now.xhp   \
+        text/scalc/01/func_second.xhp   \
+        text/scalc/01/func_timevalue.xhp   \
+        text/scalc/01/func_time.xhp   \
+        text/scalc/01/func_today.xhp   \
+        text/scalc/01/func_weekday.xhp   \
+        text/scalc/01/func_weeknumadd.xhp   \
+        text/scalc/01/func_weeknum.xhp   \
+        text/scalc/01/func_workday.xhp   \
+        text/scalc/01/func_yearfrac.xhp   \
+        text/scalc/01/func_year.xhp   \
+        text/scalc/01/solver_options.xhp   \
+        text/scalc/01/solver.xhp   \
+        text/scalc/01/text2columns.xhp   \
+        text/scalc/02/02130000.xhp   \
+        text/scalc/02/02140000.xhp   \
+        text/scalc/02/02150000.xhp   \
+        text/scalc/02/02160000.xhp   \
+        text/scalc/02/02170000.xhp   \
+        text/scalc/02/06010000.xhp   \
+        text/scalc/02/06030000.xhp   \
+        text/scalc/02/06040000.xhp   \
+        text/scalc/02/06050000.xhp   \
+        text/scalc/02/06060000.xhp   \
+        text/scalc/02/06070000.xhp   \
+        text/scalc/02/06080000.xhp   \
+        text/scalc/02/08010000.xhp   \
+        text/scalc/02/08080000.xhp   \
+        text/scalc/02/10050000.xhp   \
+        text/scalc/02/10060000.xhp   \
+        text/scalc/02/18010000.xhp   \
+        text/scalc/02/18020000.xhp   \
+        text/scalc/04/01020000.xhp   \
+        text/scalc/05/02140000.xhp   \
+        text/scalc/05/empty_cells.xhp   \
+        text/scalc/guide/address_auto.xhp   \
+        text/scalc/guide/autofilter.xhp   \
+        text/scalc/guide/autoformat.xhp   \
+        text/scalc/guide/auto_off.xhp   \
+        text/scalc/guide/background.xhp   \
+        text/scalc/guide/borders.xhp   \
+        text/scalc/guide/calc_date.xhp   \
+        text/scalc/guide/calc_series.xhp   \
+        text/scalc/guide/calc_timevalues.xhp   \
+        text/scalc/guide/calculate.xhp   \
+        text/scalc/guide/cellcopy.xhp   \
+        text/scalc/guide/cell_enter.xhp   \
+        text/scalc/guide/cell_protect.xhp   \
+        text/scalc/guide/cellreference_dragdrop.xhp   \
+        text/scalc/guide/cellreferences_url.xhp   \
+        text/scalc/guide/cellreferences.xhp   \
+        text/scalc/guide/cellstyle_by_formula.xhp   \
+        text/scalc/guide/cellstyle_conditional.xhp   \
+        text/scalc/guide/cellstyle_minusvalue.xhp   \
+        text/scalc/guide/cell_unprotect.xhp   \
+        text/scalc/guide/consolidate.xhp   \
+        text/scalc/guide/csv_files.xhp   \
+        text/scalc/guide/csv_formula.xhp   \
+        text/scalc/guide/currency_format.xhp   \
+        text/scalc/guide/database_define.xhp   \
+        text/scalc/guide/database_filter.xhp   \
+        text/scalc/guide/database_sort.xhp   \
+        text/scalc/guide/datapilot_createtable.xhp   \
+        text/scalc/guide/datapilot_deletetable.xhp   \
+        text/scalc/guide/datapilot_edittable.xhp   \
+        text/scalc/guide/datapilot_filtertable.xhp   \
+        text/scalc/guide/datapilot_grouping.xhp   \
+        text/scalc/guide/datapilot_tipps.xhp   \
+        text/scalc/guide/datapilot_updatetable.xhp   \
+        text/scalc/guide/datapilot.xhp   \
+        text/scalc/guide/dbase_files.xhp   \
+        text/scalc/guide/design.xhp   \
+        text/scalc/guide/edit_multitables.xhp   \
+        text/scalc/guide/filters.xhp   \
+        text/scalc/guide/finding.xhp   \
+        text/scalc/guide/format_table.xhp   \
+        text/scalc/guide/format_value_userdef.xhp   \
+        text/scalc/guide/format_value.xhp   \
+        text/scalc/guide/formula_copy.xhp   \
+        text/scalc/guide/formula_enter.xhp   \
+        text/scalc/guide/formulas.xhp   \
+        text/scalc/guide/formula_value.xhp   \
+        text/scalc/guide/fraction_enter.xhp   \
+        text/scalc/guide/goalseek.xhp   \
+        text/scalc/guide/html_doc.xhp   \
+        text/scalc/guide/integer_leading_zero.xhp   \
+        text/scalc/guide/keyboard.xhp   \
+        text/scalc/guide/line_fix.xhp   \
+        text/scalc/guide/main.xhp   \
+        text/scalc/guide/mark_cells.xhp   \
+        text/scalc/guide/matrixformula.xhp   \
+        text/scalc/guide/move_dragdrop.xhp   \
+        text/scalc/guide/multioperation.xhp   \
+        text/scalc/guide/multi_tables.xhp   \
+        text/scalc/guide/multitables.xhp   \
+        text/scalc/guide/note_insert.xhp   \
+        text/scalc/guide/numbers_text.xhp   \
+        text/scalc/guide/print_details.xhp   \
+        text/scalc/guide/print_exact.xhp   \
+        text/scalc/guide/print_landscape.xhp   \
+        text/scalc/guide/printranges.xhp   \
+        text/scalc/guide/print_title_row.xhp   \
+        text/scalc/guide/relativ_absolut_ref.xhp   \
+        text/scalc/guide/rename_table.xhp   \
+        text/scalc/guide/rounding_numbers.xhp   \
+        text/scalc/guide/row_height.xhp   \
+        text/scalc/guide/scenario.xhp   \
+        text/scalc/guide/sorted_list.xhp   \
+        text/scalc/guide/specialfilter.xhp   \
+        text/scalc/guide/super_subscript.xhp   \
+        text/scalc/guide/table_cellmerge.xhp   \
+        text/scalc/guide/table_rotate.xhp   \
+        text/scalc/guide/table_view.xhp   \
+        text/scalc/guide/text_numbers.xhp   \
+        text/scalc/guide/text_rotate.xhp   \
+        text/scalc/guide/text_wrap.xhp   \
+        text/scalc/guide/userdefined_function.xhp   \
+        text/scalc/guide/validity.xhp   \
+        text/scalc/guide/value_with_name.xhp   \
+        text/scalc/guide/webquery.xhp   \
+        text/scalc/guide/year2000.xhp  \
+        scalc.tree
+
+XHPFILES_SCHART = \
+        text/schart/main0000.xhp   \
+        text/schart/main0202.xhp   \
+        text/schart/main0503.xhp   \
+        text/schart/00/00000004.xhp   \
+        text/schart/01/03010000.xhp   \
+        text/schart/01/04010000.xhp   \
+        text/schart/01/04020000.xhp   \
+        text/schart/01/04030000.xhp   \
+        text/schart/01/04040000.xhp   \
+        text/schart/01/04050000.xhp   \
+        text/schart/01/04050100.xhp   \
+        text/schart/01/04060000.xhp   \
+        text/schart/01/04070000.xhp   \
+        text/schart/01/05010000.xhp   \
+        text/schart/01/05010100.xhp   \
+        text/schart/01/05010200.xhp   \
+        text/schart/01/05020000.xhp   \
+        text/schart/01/05020100.xhp   \
+        text/schart/01/05020101.xhp   \
+        text/schart/01/05020200.xhp   \
+        text/schart/01/05020201.xhp   \
+        text/schart/01/05030000.xhp   \
+        text/schart/01/05040000.xhp   \
+        text/schart/01/05040100.xhp   \
+        text/schart/01/05040200.xhp   \
+        text/schart/01/05040201.xhp   \
+        text/schart/01/05040202.xhp   \
+        text/schart/01/05050000.xhp   \
+        text/schart/01/05050100.xhp   \
+        text/schart/01/05060000.xhp   \
+        text/schart/01/05070000.xhp   \
+        text/schart/01/05080000.xhp   \
+        text/schart/01/05120000.xhp   \
+        text/schart/01/choose_chart_type.xhp   \
+        text/schart/01/smooth_line_properties.xhp   \
+        text/schart/01/three_d_view.xhp   \
+        text/schart/01/type_area.xhp   \
+        text/schart/01/type_bubble.xhp   \
+        text/schart/01/type_column_bar.xhp   \
+        text/schart/01/type_column_line.xhp   \
+        text/schart/01/type_line.xhp   \
+        text/schart/01/type_net.xhp   \
+        text/schart/01/type_pie.xhp   \
+        text/schart/01/type_stock.xhp   \
+        text/schart/01/type_xy.xhp   \
+        text/schart/01/wiz_chart_elements.xhp   \
+        text/schart/01/wiz_chart_type.xhp   \
+        text/schart/01/wiz_data_range.xhp   \
+        text/schart/01/wiz_data_series.xhp   \
+        text/schart/02/01190000.xhp   \
+        text/schart/02/01200000.xhp   \
+        text/schart/02/01210000.xhp   \
+        text/schart/02/01220000.xhp   \
+        text/schart/02/02020000.xhp   \
+        text/schart/04/01020000.xhp   \
+        schart.tree
+
+XHPFILES_SDRAW = \
+        text/sdraw/main0000.xhp   \
+        text/sdraw/main0100.xhp   \
+        text/sdraw/main0101.xhp   \
+        text/sdraw/main0102.xhp   \
+        text/sdraw/main0103.xhp   \
+        text/sdraw/main0104.xhp   \
+        text/sdraw/main0105.xhp   \
+        text/sdraw/main0106.xhp   \
+        text/sdraw/main0200.xhp   \
+        text/sdraw/main0202.xhp   \
+        text/sdraw/main0210.xhp   \
+        text/sdraw/main0213.xhp   \
+        text/sdraw/main0503.xhp   \
+        text/sdraw/00/00000004.xhp   \
+        text/sdraw/01/04010000.xhp   \
+        text/sdraw/04/01020000.xhp   \
+        text/sdraw/guide/align_arrange.xhp   \
+        text/sdraw/guide/color_define.xhp   \
+        text/sdraw/guide/combine_etc.xhp   \
+        text/sdraw/guide/cross_fading.xhp   \
+        text/sdraw/guide/draw_sector.xhp   \
+        text/sdraw/guide/duplicate_object.xhp   \
+        text/sdraw/guide/eyedropper.xhp   \
+        text/sdraw/guide/gradient.xhp   \
+        text/sdraw/guide/graphic_insert.xhp   \
+        text/sdraw/guide/groups.xhp   \
+        text/sdraw/guide/join_objects3d.xhp   \
+        text/sdraw/guide/join_objects.xhp   \
+        text/sdraw/guide/keyboard.xhp   \
+        text/sdraw/guide/main.xhp   \
+        text/sdraw/guide/rotate_object.xhp   \
+        text/sdraw/guide/text_enter.xhp
+
+XHPFILES_SHARED = \
+        text/shared/fontwork_toolbar.xhp   \
+        text/shared/tree_strings.xhp \
+        text/shared/main0108.xhp   \
+        text/shared/main0201.xhp   \
+        text/shared/main0204.xhp   \
+        text/shared/main0208.xhp   \
+        text/shared/main0209.xhp   \
+        text/shared/main0212.xhp   \
+        text/shared/main0213.xhp   \
+        text/shared/main0214.xhp   \
+        text/shared/main0226.xhp   \
+        text/shared/main0227.xhp   \
+        text/shared/main0400.xhp   \
+        text/shared/main0500.xhp   \
+        text/shared/main0600.xhp   \
+        text/shared/main0650.xhp   \
+        text/shared/main0800.xhp   \
+        text/shared/00/00000001.xhp   \
+        text/shared/00/00000002.xhp   \
+        text/shared/00/00000003.xhp   \
+        text/shared/00/00000004.xhp   \
+        text/shared/00/00000005.xhp   \
+        text/shared/00/00000007.xhp   \
+        text/shared/00/00000010.xhp   \
+        text/shared/00/00000011.xhp   \
+        text/shared/00/00000020.xhp   \
+        text/shared/00/00000021.xhp   \
+        text/shared/00/00000099.xhp   \
+        text/shared/00/00000200.xhp   \
+        text/shared/00/00000206.xhp   \
+        text/shared/00/00000207.xhp   \
+        text/shared/00/00000208.xhp   \
+        text/shared/00/00000210.xhp   \
+        text/shared/00/00000215.xhp   \
+        text/shared/00/00000401.xhp   \
+        text/shared/00/00000402.xhp   \
+        text/shared/00/00000403.xhp   \
+        text/shared/00/00000404.xhp   \
+        text/shared/00/00000406.xhp   \
+        text/shared/00/00000407.xhp   \
+        text/shared/00/00000408.xhp   \
+        text/shared/00/00000409.xhp   \
+        text/shared/00/00000450.xhp   \
+        text/shared/00/00040500.xhp   \
+        text/shared/00/00040501.xhp   \
+        text/shared/00/00040502.xhp   \
+        text/shared/00/00040503.xhp   \
+        text/shared/00/01000000.xhp   \
+        text/shared/00/01010000.xhp   \
+        text/shared/00/01020000.xhp   \
+        text/shared/00/01050000.xhp   \
+        text/shared/00/icon_alt.xhp   \
+        text/shared/01/01010000.xhp   \
+        text/shared/01/01010001.xhp   \
+        text/shared/01/01010100.xhp   \
+        text/shared/01/01010200.xhp   \
+        text/shared/01/01010201.xhp   \
+        text/shared/01/01010202.xhp   \
+        text/shared/01/01010203.xhp   \
+        text/shared/01/01010300.xhp   \
+        text/shared/01/01010301.xhp   \
+        text/shared/01/01010302.xhp   \
+        text/shared/01/01010303.xhp   \
+        text/shared/01/01010304.xhp   \
+        text/shared/01/01020000.xhp   \
+        text/shared/01/01020101.xhp   \
+        text/shared/01/01020103.xhp   \
+        text/shared/01/01050000.xhp   \
+        text/shared/01/01060000.xhp   \
+        text/shared/01/01070000.xhp   \
+        text/shared/01/01070001.xhp   \
+        text/shared/01/01100000.xhp   \
+        text/shared/01/01100100.xhp   \
+        text/shared/01/01100200.xhp   \
+        text/shared/01/01100300.xhp   \
+        text/shared/01/01100400.xhp   \
+        text/shared/01/01100500.xhp   \
+        text/shared/01/01100600.xhp   \
+        text/shared/01/01110000.xhp   \
+        text/shared/01/01110100.xhp   \
+        text/shared/01/01110101.xhp   \
+        text/shared/01/01110300.xhp   \
+        text/shared/01/01110400.xhp   \
+        text/shared/01/01130000.xhp   \
+        text/shared/01/01140000.xhp   \
+        text/shared/01/01160000.xhp   \
+        text/shared/01/01160200.xhp   \
+        text/shared/01/01160300.xhp   \
+        text/shared/01/01170000.xhp   \
+        text/shared/01/01180000.xhp   \
+        text/shared/01/01190000.xhp   \
+        text/shared/01/01990000.xhp   \
+        text/shared/01/02010000.xhp   \
+        text/shared/01/02020000.xhp   \
+        text/shared/01/02030000.xhp   \
+        text/shared/01/02040000.xhp   \
+        text/shared/01/02050000.xhp   \
+        text/shared/01/02060000.xhp   \
+        text/shared/01/02070000.xhp   \
+        text/shared/01/02090000.xhp   \
+        text/shared/01/02100000.xhp   \
+        text/shared/01/02100001.xhp   \
+        text/shared/01/02100100.xhp   \
+        text/shared/01/02100200.xhp   \
+        text/shared/01/02100300.xhp   \
+        text/shared/01/02110000.xhp   \
+        text/shared/01/02180000.xhp   \
+        text/shared/01/02180100.xhp   \
+        text/shared/01/02190000.xhp   \
+        text/shared/01/02200000.xhp   \
+        text/shared/01/02200100.xhp   \
+        text/shared/01/02200200.xhp   \
+        text/shared/01/02210101.xhp   \
+        text/shared/01/02220000.xhp   \
+        text/shared/01/02220100.xhp   \
+        text/shared/01/02230000.xhp   \
+        text/shared/01/02230100.xhp   \
+        text/shared/01/02230150.xhp   \
+        text/shared/01/02230200.xhp   \
+        text/shared/01/02230300.xhp   \
+        text/shared/01/02230400.xhp   \
+        text/shared/01/02230401.xhp   \
+        text/shared/01/02230402.xhp   \
+        text/shared/01/02230500.xhp   \
+        text/shared/01/02240000.xhp   \
+        text/shared/01/02250000.xhp   \
+        text/shared/01/03010000.xhp   \
+        text/shared/01/03020000.xhp   \
+        text/shared/01/03040000.xhp   \
+        text/shared/01/03050000.xhp   \
+        text/shared/01/03060000.xhp   \
+        text/shared/01/03110000.xhp   \
+        text/shared/01/03150100.xhp   \
+        text/shared/01/03170000.xhp   \
+        text/shared/01/03990000.xhp   \
+        text/shared/01/04050000.xhp   \
+        text/shared/01/04060000.xhp   \
+        text/shared/01/04060100.xhp   \
+        text/shared/01/04060200.xhp   \
+        text/shared/01/04100000.xhp   \
+        text/shared/01/04110000.xhp   \
+        text/shared/01/04140000.xhp   \
+        text/shared/01/04150000.xhp   \
+        text/shared/01/04150100.xhp   \
+        text/shared/01/04150200.xhp   \
+        text/shared/01/04150400.xhp   \
+        text/shared/01/04150500.xhp   \
+        text/shared/01/04160300.xhp   \
+        text/shared/01/04160500.xhp   \
+        text/shared/01/04180100.xhp   \
+        text/shared/01/04990000.xhp   \
+        text/shared/01/05010000.xhp   \
+        text/shared/01/05020000.xhp   \
+        text/shared/01/05020100.xhp   \
+        text/shared/01/05020200.xhp   \
+        text/shared/01/05020300.xhp   \
+        text/shared/01/05020301.xhp   \
+        text/shared/01/05020400.xhp   \
+        text/shared/01/05020500.xhp   \
+        text/shared/01/05020600.xhp   \
+        text/shared/01/05020700.xhp   \
+        text/shared/01/05030000.xhp   \
+        text/shared/01/05030100.xhp   \
+        text/shared/01/05030300.xhp   \
+        text/shared/01/05030500.xhp   \
+        text/shared/01/05030600.xhp   \
+        text/shared/01/05030700.xhp   \
+        text/shared/01/05030800.xhp   \
+        text/shared/01/05040100.xhp   \
+        text/shared/01/05040200.xhp   \
+        text/shared/01/05040300.xhp   \
+        text/shared/01/05040400.xhp   \
+        text/shared/01/05050000.xhp   \
+        text/shared/01/05060000.xhp   \
+        text/shared/01/05070000.xhp   \
+        text/shared/01/05070100.xhp   \
+        text/shared/01/05070200.xhp   \
+        text/shared/01/05070300.xhp   \
+        text/shared/01/05070400.xhp   \
+        text/shared/01/05070500.xhp   \
+        text/shared/01/05070600.xhp   \
+        text/shared/01/05080000.xhp   \
+        text/shared/01/05080100.xhp   \
+        text/shared/01/05080200.xhp   \
+        text/shared/01/05080300.xhp   \
+        text/shared/01/05080400.xhp   \
+        text/shared/01/05090000.xhp   \
+        text/shared/01/05100000.xhp   \
+        text/shared/01/05100100.xhp   \
+        text/shared/01/05100200.xhp   \
+        text/shared/01/05100500.xhp   \
+        text/shared/01/05100600.xhp   \
+        text/shared/01/05100700.xhp   \
+        text/shared/01/05110000.xhp   \
+        text/shared/01/05110100.xhp   \
+        text/shared/01/05110200.xhp   \
+        text/shared/01/05110300.xhp   \
+        text/shared/01/05110400.xhp   \
+        text/shared/01/05110500.xhp   \
+        text/shared/01/05110600m.xhp   \
+        text/shared/01/05110700.xhp   \
+        text/shared/01/05110800.xhp   \
+        text/shared/01/05120000.xhp   \
+        text/shared/01/05120100.xhp   \
+        text/shared/01/05120200.xhp   \
+        text/shared/01/05120300.xhp   \
+        text/shared/01/05120600.xhp   \
+        text/shared/01/05140100.xhp   \
+        text/shared/01/05150101.xhp   \
+        text/shared/01/05190000.xhp   \
+        text/shared/01/05190100.xhp   \
+        text/shared/01/05200000.xhp   \
+        text/shared/01/05200100.xhp   \
+        text/shared/01/05200200.xhp   \
+        text/shared/01/05200300.xhp   \
+        text/shared/01/05210000.xhp   \
+        text/shared/01/05210100.xhp   \
+        text/shared/01/05210200.xhp   \
+        text/shared/01/05210300.xhp   \
+        text/shared/01/05210400.xhp   \
+        text/shared/01/05210500.xhp   \
+        text/shared/01/05210600.xhp   \
+        text/shared/01/05210700.xhp   \
+        text/shared/01/05220000.xhp   \
+        text/shared/01/05230000.xhp   \
+        text/shared/01/05230100.xhp   \
+        text/shared/01/05230300.xhp   \
+        text/shared/01/05230400.xhp   \
+        text/shared/01/05230500.xhp   \
+        text/shared/01/05240000.xhp   \
+        text/shared/01/05240100.xhp   \
+        text/shared/01/05240200.xhp   \
+        text/shared/01/05250000.xhp   \
+        text/shared/01/05250100.xhp   \
+        text/shared/01/05250200.xhp   \
+        text/shared/01/05250300.xhp   \
+        text/shared/01/05250400.xhp   \
+        text/shared/01/05250500.xhp   \
+        text/shared/01/05250600.xhp   \
+        text/shared/01/05260000.xhp   \
+        text/shared/01/05260100.xhp   \
+        text/shared/01/05260200.xhp   \
+        text/shared/01/05260300.xhp   \
+        text/shared/01/05260400.xhp   \
+        text/shared/01/05260500.xhp   \
+        text/shared/01/05260600.xhp   \
+        text/shared/01/05270000.xhp   \
+        text/shared/01/05280000.xhp   \
+        text/shared/01/05290000.xhp   \
+        text/shared/01/05290100.xhp   \
+        text/shared/01/05290200.xhp   \
+        text/shared/01/05290300.xhp   \
+        text/shared/01/05290400.xhp   \
+        text/shared/01/05320000.xhp   \
+        text/shared/01/05340100.xhp   \
+        text/shared/01/05340200.xhp   \
+        text/shared/01/05340300.xhp   \
+        text/shared/01/05340400.xhp   \
+        text/shared/01/05340402.xhp   \
+        text/shared/01/05340404.xhp   \
+        text/shared/01/05340405.xhp   \
+        text/shared/01/05340500.xhp   \
+        text/shared/01/05340600.xhp   \
+        text/shared/01/05350000.xhp   \
+        text/shared/01/05350200.xhp   \
+        text/shared/01/05350300.xhp   \
+        text/shared/01/05350400.xhp   \
+        text/shared/01/05350500.xhp   \
+        text/shared/01/05350600.xhp   \
+        text/shared/01/05360000.xhp   \
+        text/shared/01/05990000.xhp   \
+        text/shared/01/06010000.xhp   \
+        text/shared/01/06010101.xhp   \
+        text/shared/01/06010500.xhp   \
+        text/shared/01/06010600.xhp   \
+        text/shared/01/06010601.xhp   \
+        text/shared/01/06020000.xhp   \
+        text/shared/01/06030000.xhp   \
+        text/shared/01/06040000.xhp   \
+        text/shared/01/06040100.xhp   \
+        text/shared/01/06040200.xhp   \
+        text/shared/01/06040300.xhp   \
+        text/shared/01/06040400.xhp   \
+        text/shared/01/06040500.xhp   \
+        text/shared/01/06040600.xhp   \
+        text/shared/01/06040700.xhp   \
+        text/shared/01/06050000.xhp   \
+        text/shared/01/06050100.xhp   \
+        text/shared/01/06050200.xhp   \
+        text/shared/01/06050300.xhp   \
+        text/shared/01/06050400.xhp   \
+        text/shared/01/06050500.xhp   \
+        text/shared/01/06050600.xhp   \
+        text/shared/01/06130000.xhp   \
+        text/shared/01/06130001.xhp   \
+        text/shared/01/06130010.xhp   \
+        text/shared/01/06130100.xhp   \
+        text/shared/01/06130200.xhp   \
+        text/shared/01/06130500.xhp   \
+        text/shared/01/06140000.xhp   \
+        text/shared/01/06140100.xhp   \
+        text/shared/01/06140101.xhp   \
+        text/shared/01/06140102.xhp   \
+        text/shared/01/06140200.xhp   \
+        text/shared/01/06140400.xhp   \
+        text/shared/01/06140402.xhp   \
+        text/shared/01/06140500.xhp   \
+        text/shared/01/06150000.xhp   \
+        text/shared/01/06150100.xhp   \
+        text/shared/01/06150110.xhp   \
+        text/shared/01/06150120.xhp   \
+        text/shared/01/06150200.xhp   \
+        text/shared/01/06150210.xhp   \
+        text/shared/01/06200000.xhp   \
+        text/shared/01/06201000.xhp   \
+        text/shared/01/06202000.xhp   \
+        text/shared/01/06990000.xhp   \
+        text/shared/01/07010000.xhp   \
+        text/shared/01/07080000.xhp   \
+        text/shared/01/about_meta_tags.xhp   \
+        text/shared/01/digitalsignatures.xhp   \
+        text/shared/01/extensionupdate.xhp   \
+        text/shared/01/formatting_mark.xhp   \
+        text/shared/01/gallery_files.xhp   \
+        text/shared/01/gallery.xhp   \
+        text/shared/01/grid.xhp   \
+        text/shared/01/guides.xhp   \
+        text/shared/01/mediaplayer.xhp   \
+        text/shared/01/moviesound.xhp   \
+        text/shared/01/online_update_dialog.xhp   \
+        text/shared/01/online_update.xhp   \
+        text/shared/01/packagemanager.xhp   \
+        text/shared/01/password_dlg.xhp   \
+        text/shared/01/password_main.xhp   \
+        text/shared/01/ref_pdf_export.xhp   \
+        text/shared/01/ref_pdf_send_as.xhp   \
+        text/shared/01/securitywarning.xhp   \
+        text/shared/01/selectcertificate.xhp   \
+        text/shared/01/webhtml.xhp   \
+        text/shared/01/xformsdataaddcon.xhp   \
+        text/shared/01/xformsdataadd.xhp   \
+        text/shared/01/xformsdatachange.xhp   \
+        text/shared/01/xformsdataname.xhp   \
+        text/shared/01/xformsdatatab.xhp   \
+        text/shared/01/xformsdata.xhp   \
+        text/shared/02/01110000.xhp   \
+        text/shared/02/01140000.xhp   \
+        text/shared/02/01170000.xhp   \
+        text/shared/02/01170001.xhp   \
+        text/shared/02/01170002.xhp   \
+        text/shared/02/01170003.xhp   \
+        text/shared/02/01170004.xhp   \
+        text/shared/02/01170100.xhp   \
+        text/shared/02/01170101.xhp   \
+        text/shared/02/01170102.xhp   \
+        text/shared/02/01170103.xhp   \
+        text/shared/02/01170200.xhp   \
+        text/shared/02/01170201.xhp   \
+        text/shared/02/01170202.xhp   \
+        text/shared/02/01170203.xhp   \
+        text/shared/02/01170300.xhp   \
+        text/shared/02/01170400.xhp   \
+        text/shared/02/01170500.xhp   \
+        text/shared/02/01170600.xhp   \
+        text/shared/02/01170700.xhp   \
+        text/shared/02/01170800.xhp   \
+        text/shared/02/01170801.xhp   \
+        text/shared/02/01170802.xhp   \
+        text/shared/02/01170900.xhp   \
+        text/shared/02/01170901.xhp   \
+        text/shared/02/01170902.xhp   \
+        text/shared/02/01170903.xhp   \
+        text/shared/02/01170904.xhp   \
+        text/shared/02/01171000.xhp   \
+        text/shared/02/01171100.xhp   \
+        text/shared/02/01171200.xhp   \
+        text/shared/02/01171300.xhp   \
+        text/shared/02/01171400.xhp   \
+        text/shared/02/01220000.xhp   \
+        text/shared/02/01230000.xhp   \
+        text/shared/02/02010000.xhp   \
+        text/shared/02/02020000.xhp   \
+        text/shared/02/02030000.xhp   \
+        text/shared/02/02040000.xhp   \
+        text/shared/02/02050000.xhp   \
+        text/shared/02/02130000.xhp   \
+        text/shared/02/02140000.xhp   \
+        text/shared/02/02160000.xhp   \
+        text/shared/02/02170000.xhp   \
+        text/shared/02/03110000.xhp   \
+        text/shared/02/03120000.xhp   \
+        text/shared/02/03130000.xhp   \
+        text/shared/02/03140000.xhp   \
+        text/shared/02/03150000.xhp   \
+        text/shared/02/03200000.xhp   \
+        text/shared/02/04210000.xhp   \
+        text/shared/02/05020000.xhp   \
+        text/shared/02/05090000.xhp   \
+        text/shared/02/05110000.xhp   \
+        text/shared/02/06050000.xhp   \
+        text/shared/02/06060000.xhp   \
+        text/shared/02/06100000.xhp   \
+        text/shared/02/06110000.xhp   \
+        text/shared/02/06120000.xhp   \
+        text/shared/02/07010000.xhp   \
+        text/shared/02/07060000.xhp   \
+        text/shared/02/07070000.xhp   \
+        text/shared/02/07070100.xhp   \
+        text/shared/02/07070200.xhp   \
+        text/shared/02/07080000.xhp   \
+        text/shared/02/07090000.xhp   \
+        text/shared/02/08010000.xhp   \
+        text/shared/02/08020000.xhp   \
+        text/shared/02/09010000.xhp   \
+        text/shared/02/09020000.xhp   \
+        text/shared/02/09030000.xhp   \
+        text/shared/02/09050000.xhp   \
+        text/shared/02/09060000.xhp   \
+        text/shared/02/09070000.xhp   \
+        text/shared/02/09070100.xhp   \
+        text/shared/02/09070200.xhp   \
+        text/shared/02/09070300.xhp   \
+        text/shared/02/09070400.xhp   \
+        text/shared/02/10010000.xhp   \
+        text/shared/02/10020000.xhp   \
+        text/shared/02/10030000.xhp   \
+        text/shared/02/10040000.xhp   \
+        text/shared/02/10100000.xhp   \
+        text/shared/02/12000000.xhp   \
+        text/shared/02/12010000.xhp   \
+        text/shared/02/12020000.xhp   \
+        text/shared/02/12030000.xhp   \
+        text/shared/02/12040000.xhp   \
+        text/shared/02/12050000.xhp   \
+        text/shared/02/12070000.xhp   \
+        text/shared/02/12070100.xhp   \
+        text/shared/02/12070200.xhp   \
+        text/shared/02/12070300.xhp   \
+        text/shared/02/12080000.xhp   \
+        text/shared/02/12090000.xhp   \
+        text/shared/02/12090100.xhp   \
+        text/shared/02/12090101.xhp   \
+        text/shared/02/12100000.xhp   \
+        text/shared/02/12100100.xhp   \
+        text/shared/02/12100200.xhp   \
+        text/shared/02/12110000.xhp   \
+        text/shared/02/12120000.xhp   \
+        text/shared/02/12130000.xhp   \
+        text/shared/02/12140000.xhp   \
+        text/shared/02/13010000.xhp   \
+        text/shared/02/13020000.xhp   \
+        text/shared/02/14010000.xhp   \
+        text/shared/02/14020000.xhp   \
+        text/shared/02/14020100.xhp   \
+        text/shared/02/14020200.xhp   \
+        text/shared/02/14030000.xhp   \
+        text/shared/02/14040000.xhp   \
+        text/shared/02/14050000.xhp   \
+        text/shared/02/14060000.xhp   \
+        text/shared/02/14070000.xhp   \
+        text/shared/02/18010000.xhp   \
+        text/shared/02/18030000.xhp   \
+        text/shared/02/19090000.xhp   \
+        text/shared/02/20020000.xhp   \
+        text/shared/02/20030000.xhp   \
+        text/shared/02/20040000.xhp   \
+        text/shared/02/20050000.xhp   \
+        text/shared/02/20060000.xhp   \
+        text/shared/02/20090000.xhp   \
+        text/shared/02/20100000.xhp   \
+        text/shared/02/24010000.xhp   \
+        text/shared/02/24020000.xhp   \
+        text/shared/02/24030000.xhp   \
+        text/shared/02/24040000.xhp   \
+        text/shared/02/24050000.xhp   \
+        text/shared/02/24060000.xhp   \
+        text/shared/02/24070000.xhp   \
+        text/shared/02/24080000.xhp   \
+        text/shared/02/24090000.xhp   \
+        text/shared/02/24100000.xhp   \
+        text/shared/02/basicshapes.xhp   \
+        text/shared/02/blockarrows.xhp   \
+        text/shared/02/callouts.xhp   \
+        text/shared/02/colortoolbar.xhp   \
+        text/shared/02/flowcharts.xhp   \
+        text/shared/02/fontwork.xhp   \
+        text/shared/02/more_controls.xhp   \
+        text/shared/02/paintbrush.xhp   \
+        text/shared/02/stars.xhp   \
+        text/shared/02/symbolshapes.xhp   \
+        text/shared/04/01010000.xhp   \
+        text/shared/04/01020000.xhp   \
+        text/shared/05/00000001.xhp   \
+        text/shared/05/00000002.xhp   \
+        text/shared/05/00000100.xhp   \
+        text/shared/05/00000110.xhp   \
+        text/shared/05/00000120.xhp   \
+        text/shared/05/00000130.xhp   \
+        text/shared/05/00000140.xhp   \
+        text/shared/05/00000150.xhp   \
+        text/shared/05/00000160.xhp   \
+        text/shared/05/err_html.xhp   \
+        text/shared/07/09000000.xhp   \
+        text/shared/3dsettings_toolbar.xhp   \
+        text/shared/autokorr/01000000.xhp   \
+        text/shared/autokorr/02000000.xhp   \
+        text/shared/autokorr/03000000.xhp   \
+        text/shared/autokorr/04000000.xhp   \
+        text/shared/autokorr/05000000.xhp   \
+        text/shared/autokorr/06000000.xhp   \
+        text/shared/autokorr/07000000.xhp   \
+        text/shared/autokorr/08000000.xhp   \
+        text/shared/autokorr/09000000.xhp   \
+        text/shared/autokorr/10000000.xhp   \
+        text/shared/autokorr/12000000.xhp   \
+        text/shared/autokorr/13000000.xhp   \
+        text/shared/autopi/01000000.xhp   \
+        text/shared/autopi/01010000.xhp   \
+        text/shared/autopi/01010100.xhp   \
+        text/shared/autopi/01010200.xhp   \
+        text/shared/autopi/01010300.xhp   \
+        text/shared/autopi/01010400.xhp   \
+        text/shared/autopi/01010500.xhp   \
+        text/shared/autopi/01010600.xhp   \
+        text/shared/autopi/01020000.xhp   \
+        text/shared/autopi/01020100.xhp   \
+        text/shared/autopi/01020200.xhp   \
+        text/shared/autopi/01020300.xhp   \
+        text/shared/autopi/01020400.xhp   \
+        text/shared/autopi/01020500.xhp   \
+        text/shared/autopi/01040000.xhp   \
+        text/shared/autopi/01040100.xhp   \
+        text/shared/autopi/01040200.xhp   \
+        text/shared/autopi/01040300.xhp   \
+        text/shared/autopi/01040400.xhp   \
+        text/shared/autopi/01040500.xhp   \
+        text/shared/autopi/01040600.xhp   \
+        text/shared/autopi/01050000.xhp   \
+        text/shared/autopi/01050100.xhp   \
+        text/shared/autopi/01050200.xhp   \
+        text/shared/autopi/01050300.xhp   \
+        text/shared/autopi/01050400.xhp   \
+        text/shared/autopi/01050500.xhp   \
+        text/shared/autopi/01090000.xhp   \
+        text/shared/autopi/01090100.xhp   \
+        text/shared/autopi/01090200.xhp   \
+        text/shared/autopi/01090210.xhp   \
+        text/shared/autopi/01090220.xhp   \
+        text/shared/autopi/01090300.xhp   \
+        text/shared/autopi/01090400.xhp   \
+        text/shared/autopi/01090500.xhp   \
+        text/shared/autopi/01090600.xhp   \
+        text/shared/autopi/01100000.xhp   \
+        text/shared/autopi/01100100.xhp   \
+        text/shared/autopi/01100150.xhp   \
+        text/shared/autopi/01100200.xhp   \
+        text/shared/autopi/01100300.xhp   \
+        text/shared/autopi/01100400.xhp   \
+        text/shared/autopi/01100500.xhp   \
+        text/shared/autopi/01110000.xhp   \
+        text/shared/autopi/01110100.xhp   \
+        text/shared/autopi/01110200.xhp   \
+        text/shared/autopi/01110300.xhp   \
+        text/shared/autopi/01110400.xhp   \
+        text/shared/autopi/01110500.xhp   \
+        text/shared/autopi/01110600.xhp   \
+        text/shared/autopi/01120000.xhp   \
+        text/shared/autopi/01120100.xhp   \
+        text/shared/autopi/01120200.xhp   \
+        text/shared/autopi/01120300.xhp   \
+        text/shared/autopi/01120400.xhp   \
+        text/shared/autopi/01120500.xhp   \
+        text/shared/autopi/01130000.xhp   \
+        text/shared/autopi/01130100.xhp   \
+        text/shared/autopi/01130200.xhp   \
+        text/shared/autopi/01150000.xhp   \
+        text/shared/autopi/01170000.xhp   \
+        text/shared/autopi/01170200.xhp   \
+        text/shared/autopi/01170300.xhp   \
+        text/shared/autopi/01170400.xhp   \
+        text/shared/autopi/01170500.xhp   \
+        text/shared/autopi/purchase.xhp   \
+        text/shared/autopi/startup.xhp   \
+        text/shared/autopi/webwizard00.xhp   \
+        text/shared/autopi/webwizard01.xhp   \
+        text/shared/autopi/webwizard02.xhp   \
+        text/shared/autopi/webwizard03.xhp   \
+        text/shared/autopi/webwizard04.xhp   \
+        text/shared/autopi/webwizard05bi.xhp   \
+        text/shared/autopi/webwizard05is.xhp   \
+        text/shared/autopi/webwizard05.xhp   \
+        text/shared/autopi/webwizard06.xhp   \
+        text/shared/autopi/webwizard07fc.xhp   \
+        text/shared/autopi/webwizard07.xhp   \
+        text/shared/explorer/database/02000000.xhp   \
+        text/shared/explorer/database/02000002.xhp   \
+        text/shared/explorer/database/02010100.xhp   \
+        text/shared/explorer/database/02010101.xhp   \
+        text/shared/explorer/database/04000000.xhp   \
+        text/shared/explorer/database/04030000.xhp   \
+        text/shared/explorer/database/05000000.xhp   \
+        text/shared/explorer/database/05000001.xhp   \
+        text/shared/explorer/database/05000002.xhp   \
+        text/shared/explorer/database/05000003.xhp   \
+        text/shared/explorer/database/05010000.xhp   \
+        text/shared/explorer/database/05010100.xhp   \
+        text/shared/explorer/database/05020000.xhp   \
+        text/shared/explorer/database/05020100.xhp   \
+        text/shared/explorer/database/05030000.xhp   \
+        text/shared/explorer/database/05030100.xhp   \
+        text/shared/explorer/database/05030200.xhp   \
+        text/shared/explorer/database/05030300.xhp   \
+        text/shared/explorer/database/05030400.xhp   \
+        text/shared/explorer/database/05040000.xhp   \
+        text/shared/explorer/database/05040100.xhp   \
+        text/shared/explorer/database/05040200.xhp   \
+        text/shared/explorer/database/11000002.xhp   \
+        text/shared/explorer/database/11020000.xhp   \
+        text/shared/explorer/database/11030000.xhp   \
+        text/shared/explorer/database/11030100.xhp   \
+        text/shared/explorer/database/11080000.xhp   \
+        text/shared/explorer/database/11090000.xhp   \
+        text/shared/explorer/database/11150200.xhp   \
+        text/shared/explorer/database/11170000.xhp   \
+        text/shared/explorer/database/11170100.xhp   \
+        text/shared/explorer/database/30000000.xhp   \
+        text/shared/explorer/database/30100000.xhp   \
+        text/shared/explorer/database/dabaadvpropdat.xhp   \
+        text/shared/explorer/database/dabaadvpropgen.xhp   \
+        text/shared/explorer/database/dabaadvprop.xhp   \
+        text/shared/explorer/database/dabadoc.xhp   \
+        text/shared/explorer/database/dabapropadd.xhp   \
+        text/shared/explorer/database/dabapropcon.xhp   \
+        text/shared/explorer/database/dabapropgen.xhp   \
+        text/shared/explorer/database/dabaprop.xhp   \
+        text/shared/explorer/database/dabawiz00.xhp   \
+        text/shared/explorer/database/dabawiz01.xhp   \
+        text/shared/explorer/database/dabawiz02access.xhp   \
+        text/shared/explorer/database/dabawiz02adabas.xhp   \
+        text/shared/explorer/database/dabawiz02ado.xhp   \
+        text/shared/explorer/database/dabawiz02dbase.xhp   \
+        text/shared/explorer/database/dabawiz02jdbc.xhp   \
+        text/shared/explorer/database/dabawiz02ldap.xhp   \
+        text/shared/explorer/database/dabawiz02mysql.xhp   \
+        text/shared/explorer/database/dabawiz02odbc.xhp   \
+        text/shared/explorer/database/dabawiz02oracle.xhp   \
+        text/shared/explorer/database/dabawiz02spreadsheet.xhp   \
+        text/shared/explorer/database/dabawiz02text.xhp   \
+        text/shared/explorer/database/dabawiz02.xhp   \
+        text/shared/explorer/database/dabawiz03auth.xhp   \
+        text/shared/explorer/database/main.xhp   \
+        text/shared/explorer/database/menubar.xhp   \
+        text/shared/explorer/database/menuedit.xhp   \
+        text/shared/explorer/database/menufilesave.xhp   \
+        text/shared/explorer/database/menufile.xhp   \
+        text/shared/explorer/database/menuinsert.xhp   \
+        text/shared/explorer/database/menutools.xhp   \
+        text/shared/explorer/database/menuview.xhp   \
+        text/shared/explorer/database/migrate_macros.xhp   \
+        text/shared/explorer/database/password.xhp   \
+        text/shared/explorer/database/querywizard00.xhp   \
+        text/shared/explorer/database/querywizard01.xhp   \
+        text/shared/explorer/database/querywizard02.xhp   \
+        text/shared/explorer/database/querywizard03.xhp   \
+        text/shared/explorer/database/querywizard04.xhp   \
+        text/shared/explorer/database/querywizard05.xhp   \
+        text/shared/explorer/database/querywizard06.xhp   \
+        text/shared/explorer/database/querywizard07.xhp   \
+        text/shared/explorer/database/querywizard08.xhp   \
+        text/shared/explorer/database/rep_datetime.xhp   \
+        text/shared/explorer/database/rep_main.xhp   \
+        text/shared/explorer/database/rep_navigator.xhp   \
+        text/shared/explorer/database/rep_pagenumbers.xhp   \
+        text/shared/explorer/database/rep_prop.xhp   \
+        text/shared/explorer/database/rep_sort.xhp   \
+        text/shared/explorer/database/tablewizard00.xhp   \
+        text/shared/explorer/database/tablewizard01.xhp   \
+        text/shared/explorer/database/tablewizard02.xhp   \
+        text/shared/explorer/database/tablewizard03.xhp   \
+        text/shared/explorer/database/tablewizard04.xhp   \
+        text/shared/explorer/database/toolbars.xhp   \
+        text/shared/guide/aaa_start.xhp   \
+        text/shared/guide/accessibility.xhp   \
+        text/shared/guide/active_help_on_off.xhp   \
+        text/shared/guide/activex.xhp   \
+        text/shared/guide/assistive.xhp   \
+        text/shared/guide/autocorr_url.xhp   \
+        text/shared/guide/autohide.xhp   \
+        text/shared/guide/background.xhp   \
+        text/shared/guide/border_paragraph.xhp   \
+        text/shared/guide/border_table.xhp   \
+        text/shared/guide/breaking_lines.xhp   \
+        text/shared/guide/change_title.xhp   \
+        text/shared/guide/chart_axis.xhp   \
+        text/shared/guide/chart_barformat.xhp   \
+        text/shared/guide/chart_insert.xhp   \
+        text/shared/guide/chart_legend.xhp   \
+        text/shared/guide/chart_title.xhp   \
+        text/shared/guide/collab.xhp   \
+        text/shared/guide/configure_overview.xhp   \
+        text/shared/guide/contextmenu.xhp   \
+        text/shared/guide/copy_drawfunctions.xhp   \
+        text/shared/guide/copytable2application.xhp   \
+        text/shared/guide/copytext2application.xhp   \
+        text/shared/guide/ctl.xhp   \
+        text/shared/guide/data_addressbook.xhp   \
+        text/shared/guide/database_main.xhp   \
+        text/shared/guide/data_dbase2office.xhp   \
+        text/shared/guide/data_enter_sql.xhp   \
+        text/shared/guide/data_forms.xhp   \
+        text/shared/guide/data_im_export.xhp   \
+        text/shared/guide/data_new.xhp   \
+        text/shared/guide/data_queries.xhp   \
+        text/shared/guide/data_register.xhp   \
+        text/shared/guide/data_reports.xhp   \
+        text/shared/guide/data_report.xhp   \
+        text/shared/guide/data_search2.xhp   \
+        text/shared/guide/data_search.xhp   \
+        text/shared/guide/data_tabledefine.xhp   \
+        text/shared/guide/data_tables.xhp   \
+        text/shared/guide/data_view.xhp   \
+        text/shared/guide/digital_signatures.xhp   \
+        text/shared/guide/digitalsign_receive.xhp   \
+        text/shared/guide/digitalsign_send.xhp   \
+        text/shared/guide/doc_autosave.xhp   \
+        text/shared/guide/doc_open.xhp   \
+        text/shared/guide/doc_save.xhp   \
+        text/shared/guide/dragdrop_beamer.xhp   \
+        text/shared/guide/dragdrop_fromgallery.xhp   \
+        text/shared/guide/dragdrop_gallery.xhp   \
+        text/shared/guide/dragdrop_graphic.xhp   \
+        text/shared/guide/dragdrop_table.xhp   \
+        text/shared/guide/dragdrop.xhp   \
+        text/shared/guide/edit_symbolbar.xhp   \
+        text/shared/guide/email.xhp   \
+        text/shared/guide/error_report.xhp   \
+        text/shared/guide/export_ms.xhp   \
+        text/shared/guide/fax.xhp   \
+        text/shared/guide/filternavigator.xhp   \
+        text/shared/guide/find_attributes.xhp   \
+        text/shared/guide/flat_icons.xhp   \
+        text/shared/guide/floating_toolbar.xhp   \
+        text/shared/guide/fontwork.xhp   \
+        text/shared/guide/formfields.xhp   \
+        text/shared/guide/gallery_insert.xhp   \
+        text/shared/guide/groups.xhp   \
+        text/shared/guide/hyperlink_edit.xhp   \
+        text/shared/guide/hyperlink_insert.xhp   \
+        text/shared/guide/hyperlink_rel_abs.xhp   \
+        text/shared/guide/hyperlink_search.xhp   \
+        text/shared/guide/imagemap.xhp   \
+        text/shared/guide/import_ms.xhp   \
+        text/shared/guide/insert_bitmap.xhp   \
+        text/shared/guide/insert_graphic_drawit.xhp   \
+        text/shared/guide/insert_specialchar.xhp   \
+        text/shared/guide/integratinguno.xhp   \
+        text/shared/guide/keyboard.xhp   \
+        text/shared/guide/labels_database.xhp   \
+        text/shared/guide/labels.xhp   \
+        text/shared/guide/language_select.xhp   \
+        text/shared/guide/lineend_define.xhp   \
+        text/shared/guide/line_intext.xhp   \
+        text/shared/guide/linestyle_define.xhp   \
+        text/shared/guide/linestyles.xhp   \
+        text/shared/guide/macro_recording.xhp   \
+        text/shared/guide/main.xhp   \
+        text/shared/guide/measurement_units.xhp   \
+        text/shared/guide/microsoft_terms.xhp   \
+        text/shared/guide/mobiledevicefilters.xhp   \
+        text/shared/guide/ms_doctypes.xhp   \
+        text/shared/guide/ms_import_export_limitations.xhp   \
+        text/shared/guide/ms_user.xhp   \
+        text/shared/guide/navigator_setcursor.xhp   \
+        text/shared/guide/navigator.xhp   \
+        text/shared/guide/navpane_on.xhp   \
+        text/shared/guide/numbering_stop.xhp   \
+        text/shared/guide/pageformat_max.xhp   \
+        text/shared/guide/paintbrush.xhp   \
+        text/shared/guide/pasting.xhp   \
+        text/shared/guide/print_blackwhite.xhp   \
+        text/shared/guide/print_faster.xhp   \
+        text/shared/guide/protection.xhp   \
+        text/shared/guide/redlining_accept.xhp   \
+        text/shared/guide/redlining_doccompare.xhp   \
+        text/shared/guide/redlining_docmerge.xhp   \
+        text/shared/guide/redlining_enter.xhp   \
+        text/shared/guide/redlining_protect.xhp   \
+        text/shared/guide/redlining_versions.xhp   \
+        text/shared/guide/redlining.xhp   \
+        text/shared/guide/round_corner.xhp   \
+        text/shared/guide/scripting.xhp   \
+        text/shared/guide/space_hyphen.xhp   \
+        text/shared/guide/spadmin.xhp   \
+        text/shared/guide/standard_template.xhp   \
+        text/shared/guide/startcenter.xhp   \
+        text/shared/guide/start_parameters.xhp   \
+        text/shared/guide/tabs.xhp   \
+        text/shared/guide/text_color.xhp   \
+        text/shared/guide/textmode_change.xhp   \
+        text/shared/guide/undo_formatting.xhp   \
+        text/shared/guide/version_number.xhp   \
+        text/shared/guide/viewing_file_properties.xhp   \
+        text/shared/guide/workfolder.xhp   \
+        text/shared/guide/xforms.xhp   \
+        text/shared/guide/xsltfilter_create.xhp   \
+        text/shared/guide/xsltfilter_distribute.xhp   \
+        text/shared/guide/xsltfilter.xhp   \
+        text/shared/optionen/01000000.xhp   \
+        text/shared/optionen/01010000.xhp   \
+        text/shared/optionen/01010100.xhp   \
+        text/shared/optionen/01010200.xhp   \
+        text/shared/optionen/01010300.xhp   \
+        text/shared/optionen/01010301.xhp   \
+        text/shared/optionen/01010400.xhp   \
+        text/shared/optionen/01010401.xhp   \
+        text/shared/optionen/01010500.xhp   \
+        text/shared/optionen/01010501.xhp   \
+        text/shared/optionen/01010600.xhp   \
+        text/shared/optionen/01010700.xhp   \
+        text/shared/optionen/01010800.xhp   \
+        text/shared/optionen/01010900.xhp   \
+        text/shared/optionen/01011000.xhp   \
+        text/shared/optionen/01012000.xhp   \
+        text/shared/optionen/01013000.xhp   \
+        text/shared/optionen/01014000.xhp   \
+        text/shared/optionen/01020000.xhp   \
+        text/shared/optionen/01020100.xhp   \
+        text/shared/optionen/01020200.xhp   \
+        text/shared/optionen/01020300.xhp   \
+        text/shared/optionen/01030000.xhp   \
+        text/shared/optionen/01030300.xhp   \
+        text/shared/optionen/01030500.xhp   \
+        text/shared/optionen/01040000.xhp   \
+        text/shared/optionen/01040200.xhp   \
+        text/shared/optionen/01040300.xhp   \
+        text/shared/optionen/01040301.xhp   \
+        text/shared/optionen/01040400.xhp   \
+        text/shared/optionen/01040500.xhp   \
+        text/shared/optionen/01040600.xhp   \
+        text/shared/optionen/01040700.xhp   \
+        text/shared/optionen/01040900.xhp   \
+        text/shared/optionen/01041000.xhp   \
+        text/shared/optionen/01041100.xhp   \
+        text/shared/optionen/01050000.xhp   \
+        text/shared/optionen/01050100.xhp   \
+        text/shared/optionen/01050300.xhp   \
+        text/shared/optionen/01060000.xhp   \
+        text/shared/optionen/01060100.xhp   \
+        text/shared/optionen/01060300.xhp   \
+        text/shared/optionen/01060400.xhp   \
+        text/shared/optionen/01060401.xhp   \
+        text/shared/optionen/01060500.xhp   \
+        text/shared/optionen/01060600.xhp   \
+        text/shared/optionen/01060700.xhp   \
+        text/shared/optionen/01070000.xhp   \
+        text/shared/optionen/01070100.xhp   \
+        text/shared/optionen/01070300.xhp   \
+        text/shared/optionen/01070400.xhp   \
+        text/shared/optionen/01070500.xhp   \
+        text/shared/optionen/01080000.xhp   \
+        text/shared/optionen/01090000.xhp   \
+        text/shared/optionen/01090100.xhp   \
+        text/shared/optionen/01110000.xhp   \
+        text/shared/optionen/01110100.xhp   \
+        text/shared/optionen/01130100.xhp   \
+        text/shared/optionen/01130200.xhp   \
+        text/shared/optionen/01140000.xhp   \
+        text/shared/optionen/01150000.xhp   \
+        text/shared/optionen/01150100.xhp   \
+        text/shared/optionen/01150200.xhp   \
+        text/shared/optionen/01150300.xhp   \
+        text/shared/optionen/01160000.xhp   \
+        text/shared/optionen/01160100.xhp   \
+        text/shared/optionen/01160200.xhp   \
+        text/shared/optionen/01160201.xhp   \
+        text/shared/optionen/improvement.xhp   \
+        text/shared/optionen/javaclasspath.xhp   \
+        text/shared/optionen/javaparameters.xhp   \
+        text/shared/optionen/java.xhp   \
+        text/shared/optionen/macrosecurity_sl.xhp   \
+        text/shared/optionen/macrosecurity_ts.xhp   \
+        text/shared/optionen/macrosecurity.xhp   \
+        text/shared/optionen/mailmerge.xhp   \
+        text/shared/optionen/online_update.xhp   \
+        text/shared/optionen/serverauthentication.xhp   \
+        text/shared/optionen/testaccount.xhp   \
+        text/shared/optionen/viewcertificate_c.xhp   \
+        text/shared/optionen/viewcertificate_d.xhp   \
+        text/shared/optionen/viewcertificate_g.xhp   \
+        text/shared/optionen/viewcertificate.xhp    \
+        shared.tree
+
+XHPFILES_SIMPRESS = \
+        text/simpress/main0000.xhp   \
+        text/simpress/main0100.xhp   \
+        text/simpress/main0101.xhp   \
+        text/simpress/main0102.xhp   \
+        text/simpress/main0103.xhp   \
+        text/simpress/main0104.xhp   \
+        text/simpress/main0105.xhp   \
+        text/simpress/main0106.xhp   \
+        text/simpress/main0107.xhp   \
+        text/simpress/main0113.xhp   \
+        text/simpress/main0114.xhp   \
+        text/simpress/main0200.xhp   \
+        text/simpress/main0202.xhp   \
+        text/simpress/main0203.xhp   \
+        text/simpress/main0204.xhp   \
+        text/simpress/main0206.xhp   \
+        text/simpress/main0209.xhp   \
+        text/simpress/main0210.xhp   \
+        text/simpress/main0211.xhp   \
+        text/simpress/main0212.xhp   \
+        text/simpress/main0213.xhp   \
+        text/simpress/main0214.xhp   \
+        text/simpress/main0503.xhp   \
+        text/simpress/00/00000004.xhp   \
+        text/simpress/00/00000401.xhp   \
+        text/simpress/00/00000402.xhp   \
+        text/simpress/00/00000403.xhp   \
+        text/simpress/00/00000404.xhp   \
+        text/simpress/00/00000405.xhp   \
+        text/simpress/00/00000406.xhp   \
+        text/simpress/00/00000407.xhp   \
+        text/simpress/00/00000413.xhp   \
+        text/simpress/01/01170000.xhp   \
+        text/simpress/01/01180000.xhp   \
+        text/simpress/01/01180001.xhp   \
+        text/simpress/01/01180002.xhp   \
+        text/simpress/01/02110000.xhp   \
+        text/simpress/01/02120000.xhp   \
+        text/simpress/01/02130000.xhp   \
+        text/simpress/01/02140000.xhp   \
+        text/simpress/01/02150000.xhp   \
+        text/simpress/01/02160000.xhp   \
+        text/simpress/01/03050000.xhp   \
+        text/simpress/01/03060000.xhp   \
+        text/simpress/01/03070000.xhp   \
+        text/simpress/01/03080000.xhp   \
+        text/simpress/01/03090000.xhp   \
+        text/simpress/01/03100000.xhp   \
+        text/simpress/01/03110000.xhp   \
+        text/simpress/01/03120000.xhp   \
+        text/simpress/01/03130000.xhp   \
+        text/simpress/01/03150000.xhp   \
+        text/simpress/01/03150100.xhp   \
+        text/simpress/01/03150300.xhp   \
+        text/simpress/01/03151000.xhp   \
+        text/simpress/01/03151100.xhp   \
+        text/simpress/01/03151200.xhp   \
+        text/simpress/01/03152000.xhp   \
+        text/simpress/01/03180000.xhp   \
+        text/simpress/01/04010000.xhp   \
+        text/simpress/01/04020000.xhp   \
+        text/simpress/01/04030000m.xhp   \
+        text/simpress/01/04030000.xhp   \
+        text/simpress/01/04030100.xhp   \
+        text/simpress/01/04040000m.xhp   \
+        text/simpress/01/04080100.xhp   \
+        text/simpress/01/04110000.xhp   \
+        text/simpress/01/04110100.xhp   \
+        text/simpress/01/04110200.xhp   \
+        text/simpress/01/04120000.xhp   \
+        text/simpress/01/04130000.xhp   \
+        text/simpress/01/04140000.xhp   \
+        text/simpress/01/04990000.xhp   \
+        text/simpress/01/04990100.xhp   \
+        text/simpress/01/04990200.xhp   \
+        text/simpress/01/04990300.xhp   \
+        text/simpress/01/04990400.xhp   \
+        text/simpress/01/04990500.xhp   \
+        text/simpress/01/04990600.xhp   \
+        text/simpress/01/04990700.xhp   \
+        text/simpress/01/05090000m.xhp   \
+        text/simpress/01/05100000.xhp   \
+        text/simpress/01/05110500m.xhp   \
+        text/simpress/01/05120000.xhp   \
+        text/simpress/01/05120100.xhp   \
+        text/simpress/01/05120500m.xhp   \
+        text/simpress/01/05130000.xhp   \
+        text/simpress/01/05140000.xhp   \
+        text/simpress/01/05150000.xhp   \
+        text/simpress/01/05170000.xhp   \
+        text/simpress/01/05250000.xhp   \
+        text/simpress/01/05250500.xhp   \
+        text/simpress/01/05250600.xhp   \
+        text/simpress/01/05250700.xhp   \
+        text/simpress/01/06030000.xhp   \
+        text/simpress/01/06040000.xhp   \
+        text/simpress/01/06050000.xhp   \
+        text/simpress/01/06060000.xhp   \
+        text/simpress/01/06070000.xhp   \
+        text/simpress/01/06080000.xhp   \
+        text/simpress/01/06100000.xhp   \
+        text/simpress/01/06100100.xhp   \
+        text/simpress/01/13050000.xhp   \
+        text/simpress/01/13050100.xhp   \
+        text/simpress/01/13050200.xhp   \
+        text/simpress/01/13050300.xhp   \
+        text/simpress/01/13050400.xhp   \
+        text/simpress/01/13050500.xhp   \
+        text/simpress/01/13050600.xhp   \
+        text/simpress/01/13050700.xhp   \
+        text/simpress/01/13140000.xhp   \
+        text/simpress/01/13150000.xhp   \
+        text/simpress/01/13160000.xhp   \
+        text/simpress/01/13170000.xhp   \
+        text/simpress/01/13180000.xhp   \
+        text/simpress/01/13180100.xhp   \
+        text/simpress/01/13180200.xhp   \
+        text/simpress/01/13180300.xhp   \
+        text/simpress/01/animationeffect.xhp   \
+        text/simpress/01/effectoptionseffect.xhp   \
+        text/simpress/01/effectoptionstext.xhp   \
+        text/simpress/01/effectoptionstiming.xhp   \
+        text/simpress/01/effectoptions.xhp   \
+        text/simpress/01/slidesorter.xhp   \
+        text/simpress/01/taskpanel.xhp   \
+        text/simpress/02/04010000.xhp   \
+        text/simpress/02/04020000.xhp   \
+        text/simpress/02/04030000.xhp   \
+        text/simpress/02/04040000.xhp   \
+        text/simpress/02/04060000.xhp   \
+        text/simpress/02/04070000.xhp   \
+        text/simpress/02/08020000.xhp   \
+        text/simpress/02/08060000.xhp   \
+        text/simpress/02/10020000.xhp   \
+        text/simpress/02/10030000.xhp   \
+        text/simpress/02/10030200.xhp   \
+        text/simpress/02/10050000.xhp   \
+        text/simpress/02/10060000.xhp   \
+        text/simpress/02/10070000.xhp   \
+        text/simpress/02/10080000.xhp   \
+        text/simpress/02/10090000.xhp   \
+        text/simpress/02/10100000.xhp   \
+        text/simpress/02/10110000.xhp   \
+        text/simpress/02/10120000.xhp   \
+        text/simpress/02/10130000.xhp   \
+        text/simpress/02/11060000.xhp   \
+        text/simpress/02/11070000.xhp   \
+        text/simpress/02/11080000.xhp   \
+        text/simpress/02/11090000.xhp   \
+        text/simpress/02/11100000.xhp   \
+        text/simpress/02/11110000.xhp   \
+        text/simpress/02/13010000.xhp   \
+        text/simpress/02/13020000.xhp   \
+        text/simpress/02/13030000.xhp   \
+        text/simpress/02/13040000.xhp   \
+        text/simpress/02/13050000.xhp   \
+        text/simpress/02/13060000.xhp   \
+        text/simpress/02/13070000.xhp   \
+        text/simpress/02/13080000.xhp   \
+        text/simpress/02/13090000.xhp   \
+        text/simpress/02/13100000.xhp   \
+        text/simpress/02/13140000.xhp   \
+        text/simpress/02/13150000.xhp   \
+        text/simpress/02/13160000.xhp   \
+        text/simpress/02/13170000.xhp   \
+        text/simpress/02/13180000.xhp   \
+        text/simpress/02/13190000.xhp   \
+        text/simpress/04/01020000.xhp   \
+        text/simpress/guide/3d_create.xhp   \
+        text/simpress/guide/animated_gif_create.xhp   \
+        text/simpress/guide/animated_gif_save.xhp   \
+        text/simpress/guide/animated_objects.xhp   \
+        text/simpress/guide/animated_slidechange.xhp   \
+        text/simpress/guide/arrange_slides.xhp   \
+        text/simpress/guide/background.xhp   \
+        text/simpress/guide/change_scale.xhp   \
+        text/simpress/guide/footer.xhp   \
+        text/simpress/guide/gluepoints.xhp   \
+        text/simpress/guide/html_export.xhp   \
+        text/simpress/guide/html_import.xhp   \
+        text/simpress/guide/individual.xhp   \
+        text/simpress/guide/keyboard.xhp   \
+        text/simpress/guide/layer_move.xhp   \
+        text/simpress/guide/layer_new.xhp   \
+        text/simpress/guide/layers.xhp   \
+        text/simpress/guide/layer_tipps.xhp   \
+        text/simpress/guide/line_arrow_styles.xhp   \
+        text/simpress/guide/line_draw.xhp   \
+        text/simpress/guide/line_edit.xhp   \
+        text/simpress/guide/main.xhp   \
+        text/simpress/guide/masterpage.xhp   \
+        text/simpress/guide/move_object.xhp   \
+        text/simpress/guide/orgchart.xhp   \
+        text/simpress/guide/page_copy.xhp   \
+        text/simpress/guide/palette_files.xhp   \
+        text/simpress/guide/printing.xhp   \
+        text/simpress/guide/print_tofit.xhp   \
+        text/simpress/guide/rehearse_timings.xhp   \
+        text/simpress/guide/select_object.xhp   \
+        text/simpress/guide/show.xhp   \
+        text/simpress/guide/table_insert.xhp   \
+        text/simpress/guide/text2curve.xhp   \
+        text/simpress/guide/vectorize.xhp   \
+        simpress.tree
+
+XHPFILES_SMATH = \
+        text/smath/main0000.xhp   \
+        text/smath/main0100.xhp   \
+        text/smath/main0101.xhp   \
+        text/smath/main0102.xhp   \
+        text/smath/main0103.xhp   \
+        text/smath/main0105.xhp   \
+        text/smath/main0106.xhp   \
+        text/smath/main0107.xhp   \
+        text/smath/main0200.xhp   \
+        text/smath/main0202.xhp   \
+        text/smath/main0203.xhp   \
+        text/smath/main0503.xhp   \
+        text/smath/00/00000004.xhp   \
+        text/smath/01/02080000.xhp   \
+        text/smath/01/02090000.xhp   \
+        text/smath/01/02100000.xhp   \
+        text/smath/01/02110000.xhp   \
+        text/smath/01/03040000.xhp   \
+        text/smath/01/03050000.xhp   \
+        text/smath/01/03060000.xhp   \
+        text/smath/01/03070000.xhp   \
+        text/smath/01/03080000.xhp   \
+        text/smath/01/03090000.xhp   \
+        text/smath/01/03090100.xhp   \
+        text/smath/01/03090200.xhp   \
+        text/smath/01/03090300.xhp   \
+        text/smath/01/03090400.xhp   \
+        text/smath/01/03090500.xhp   \
+        text/smath/01/03090600.xhp   \
+        text/smath/01/03090700.xhp   \
+        text/smath/01/03090800.xhp   \
+        text/smath/01/03090900.xhp   \
+        text/smath/01/03090901.xhp   \
+        text/smath/01/03090902.xhp   \
+        text/smath/01/03090903.xhp   \
+        text/smath/01/03090904.xhp   \
+        text/smath/01/03090905.xhp   \
+        text/smath/01/03090906.xhp   \
+        text/smath/01/03090907.xhp   \
+        text/smath/01/03090908.xhp   \
+        text/smath/01/03090909.xhp   \
+        text/smath/01/03090910.xhp   \
+        text/smath/01/03091100.xhp   \
+        text/smath/01/03091200.xhp   \
+        text/smath/01/03091300.xhp   \
+        text/smath/01/03091400.xhp   \
+        text/smath/01/03091500.xhp   \
+        text/smath/01/03091501.xhp   \
+        text/smath/01/03091502.xhp   \
+        text/smath/01/03091503.xhp   \
+        text/smath/01/03091504.xhp   \
+        text/smath/01/03091505.xhp   \
+        text/smath/01/03091506.xhp   \
+        text/smath/01/03091507.xhp   \
+        text/smath/01/03091508.xhp   \
+        text/smath/01/03091509.xhp   \
+        text/smath/01/03091600.xhp   \
+        text/smath/01/05010000.xhp   \
+        text/smath/01/05010100.xhp   \
+        text/smath/01/05020000.xhp   \
+        text/smath/01/05030000.xhp   \
+        text/smath/01/05040000.xhp   \
+        text/smath/01/05050000.xhp   \
+        text/smath/01/06010000.xhp   \
+        text/smath/01/06010100.xhp   \
+        text/smath/01/06020000.xhp   \
+        text/smath/02/03010000.xhp   \
+        text/smath/04/01020000.xhp   \
+        text/smath/guide/align.xhp   \
+        text/smath/guide/attributes.xhp   \
+        text/smath/guide/brackets.xhp   \
+        text/smath/guide/comment.xhp   \
+        text/smath/guide/keyboard.xhp   \
+        text/smath/guide/limits.xhp   \
+        text/smath/guide/main.xhp   \
+        text/smath/guide/newline.xhp   \
+        text/smath/guide/parentheses.xhp   \
+        text/smath/guide/text.xhp   \
+        smath.tree
+
+XHPFILES_SWRITER = \
+        text/swriter/main0000.xhp   \
+        text/swriter/main0100.xhp   \
+        text/swriter/main0101.xhp   \
+        text/swriter/main0102.xhp   \
+        text/swriter/main0103.xhp   \
+        text/swriter/main0104.xhp   \
+        text/swriter/main0105.xhp   \
+        text/swriter/main0106.xhp   \
+        text/swriter/main0107.xhp   \
+        text/swriter/main0110.xhp   \
+        text/swriter/main0200.xhp   \
+        text/swriter/main0202.xhp   \
+        text/swriter/main0203.xhp   \
+        text/swriter/main0204.xhp   \
+        text/swriter/main0205.xhp   \
+        text/swriter/main0206.xhp   \
+        text/swriter/main0208.xhp   \
+        text/swriter/main0210.xhp   \
+        text/swriter/main0213.xhp   \
+        text/swriter/main0214.xhp   \
+        text/swriter/main0215.xhp   \
+        text/swriter/main0216.xhp   \
+        text/swriter/main0220.xhp   \
+        text/swriter/main0503.xhp   \
+        text/swriter/00/00000004.xhp   \
+        text/swriter/00/00000004.xhp   \
+        text/swriter/00/00000401.xhp   \
+        text/swriter/00/00000402.xhp   \
+        text/swriter/00/00000403.xhp   \
+        text/swriter/00/00000404.xhp   \
+        text/swriter/00/00000405.xhp   \
+        text/swriter/00/00000406.xhp   \
+        text/swriter/01/01120000.xhp   \
+        text/swriter/01/01150000.xhp   \
+        text/swriter/01/01160100.xhp   \
+        text/swriter/01/01160200.xhp   \
+        text/swriter/01/01160300.xhp   \
+        text/swriter/01/01160400.xhp   \
+        text/swriter/01/01160500.xhp   \
+        text/swriter/01/02110000.xhp   \
+        text/swriter/01/02110100.xhp   \
+        text/swriter/01/02120000.xhp   \
+        text/swriter/01/02120100.xhp   \
+        text/swriter/01/02130000.xhp   \
+        text/swriter/01/02140000.xhp   \
+        text/swriter/01/02150000.xhp   \
+        text/swriter/01/02160000.xhp   \
+        text/swriter/01/02170000.xhp   \
+        text/swriter/01/03050000.xhp   \
+        text/swriter/01/03070000.xhp   \
+        text/swriter/01/03080000.xhp   \
+        text/swriter/01/03090000.xhp   \
+        text/swriter/01/03100000.xhp   \
+        text/swriter/01/03120000.xhp   \
+        text/swriter/01/03130000.xhp   \
+        text/swriter/01/03140000.xhp   \
+        text/swriter/01/04010000.xhp   \
+        text/swriter/01/04020000.xhp   \
+        text/swriter/01/04020100.xhp   \
+        text/swriter/01/04020200.xhp   \
+        text/swriter/01/04030000.xhp   \
+        text/swriter/01/04040000.xhp   \
+        text/swriter/01/04060000.xhp   \
+        text/swriter/01/04060100.xhp   \
+        text/swriter/01/04070000.xhp   \
+        text/swriter/01/04070100.xhp   \
+        text/swriter/01/04070200.xhp   \
+        text/swriter/01/04070300.xhp   \
+        text/swriter/01/04090000.xhp   \
+        text/swriter/01/04090001.xhp   \
+        text/swriter/01/04090002.xhp   \
+        text/swriter/01/04090003.xhp   \
+        text/swriter/01/04090004.xhp   \
+        text/swriter/01/04090005.xhp   \
+        text/swriter/01/04090006.xhp   \
+        text/swriter/01/04090007.xhp   \
+        text/swriter/01/04090100.xhp   \
+        text/swriter/01/04090200.xhp   \
+        text/swriter/01/04120000.xhp   \
+        text/swriter/01/04120100.xhp   \
+        text/swriter/01/04120200.xhp   \
+        text/swriter/01/04120201.xhp   \
+        text/swriter/01/04120210.xhp   \
+        text/swriter/01/04120211.xhp   \
+        text/swriter/01/04120212.xhp   \
+        text/swriter/01/04120213.xhp   \
+        text/swriter/01/04120214.xhp   \
+        text/swriter/01/04120215.xhp   \
+        text/swriter/01/04120216.xhp   \
+        text/swriter/01/04120217.xhp   \
+        text/swriter/01/04120219.xhp   \
+        text/swriter/01/04120220.xhp   \
+        text/swriter/01/04120221.xhp   \
+        text/swriter/01/04120222.xhp   \
+        text/swriter/01/04120223.xhp   \
+        text/swriter/01/04120224.xhp   \
+        text/swriter/01/04120225.xhp   \
+        text/swriter/01/04120226.xhp   \
+        text/swriter/01/04120227.xhp   \
+        text/swriter/01/04120229.xhp   \
+        text/swriter/01/04120250.xhp   \
+        text/swriter/01/04120300.xhp   \
+        text/swriter/01/04130000.xhp   \
+        text/swriter/01/04130100.xhp   \
+        text/swriter/01/04150000.xhp   \
+        text/swriter/01/04180400.xhp   \
+        text/swriter/01/04190000.xhp   \
+        text/swriter/01/04200000.xhp   \
+        text/swriter/01/04210000.xhp   \
+        text/swriter/01/04220000.xhp   \
+        text/swriter/01/04230000.xhp   \
+        text/swriter/01/04990000.xhp   \
+        text/swriter/01/05030200.xhp   \
+        text/swriter/01/05030400.xhp   \
+        text/swriter/01/05030800.xhp   \
+        text/swriter/01/05040000.xhp   \
+        text/swriter/01/05040500.xhp   \
+        text/swriter/01/05040501.xhp   \
+        text/swriter/01/05040600.xhp   \
+        text/swriter/01/05040700.xhp   \
+        text/swriter/01/05040800.xhp   \
+        text/swriter/01/05060000.xhp   \
+        text/swriter/01/05060100.xhp   \
+        text/swriter/01/05060200.xhp   \
+        text/swriter/01/05060201.xhp   \
+        text/swriter/01/05060300.xhp   \
+        text/swriter/01/05060700.xhp   \
+        text/swriter/01/05060800.xhp   \
+        text/swriter/01/05060900.xhp   \
+        text/swriter/01/05080000.xhp   \
+        text/swriter/01/05090000.xhp   \
+        text/swriter/01/05090100.xhp   \
+        text/swriter/01/05090200.xhp   \
+        text/swriter/01/05090201.xhp   \
+        text/swriter/01/05090300.xhp   \
+        text/swriter/01/05100000.xhp   \
+        text/swriter/01/05100300.xhp   \
+        text/swriter/01/05100400.xhp   \
+        text/swriter/01/05110000.xhp   \
+        text/swriter/01/05110100.xhp   \
+        text/swriter/01/05110200.xhp   \
+        text/swriter/01/05110300.xhp   \
+        text/swriter/01/05110500.xhp   \
+        text/swriter/01/05120000.xhp   \
+        text/swriter/01/05120100.xhp   \
+        text/swriter/01/05120200.xhp   \
+        text/swriter/01/05120300.xhp   \
+        text/swriter/01/05120400.xhp   \
+        text/swriter/01/05120500.xhp   \
+        text/swriter/01/05130000.xhp   \
+        text/swriter/01/05130002.xhp   \
+        text/swriter/01/05130004.xhp   \
+        text/swriter/01/05130100.xhp   \
+        text/swriter/01/05140000.xhp   \
+        text/swriter/01/05150000.xhp   \
+        text/swriter/01/05150100.xhp   \
+        text/swriter/01/05150101.xhp   \
+        text/swriter/01/05150104.xhp   \
+        text/swriter/01/05150200.xhp   \
+        text/swriter/01/05150300.xhp   \
+        text/swriter/01/05170000.xhp   \
+        text/swriter/01/05180000.xhp   \
+        text/swriter/01/05190000.xhp   \
+        text/swriter/01/05200000.xhp   \
+        text/swriter/01/05990000.xhp   \
+        text/swriter/01/06030000.xhp   \
+        text/swriter/01/06040000.xhp   \
+        text/swriter/01/06060000.xhp   \
+        text/swriter/01/06060100.xhp   \
+        text/swriter/01/06080000.xhp   \
+        text/swriter/01/06080100.xhp   \
+        text/swriter/01/06080200.xhp   \
+        text/swriter/01/06090000.xhp   \
+        text/swriter/01/06100000.xhp   \
+        text/swriter/01/06110000.xhp   \
+        text/swriter/01/06120000.xhp   \
+        text/swriter/01/06160000.xhp   \
+        text/swriter/01/06170000.xhp   \
+        text/swriter/01/06180000.xhp   \
+        text/swriter/01/06190000.xhp   \
+        text/swriter/01/06200000.xhp   \
+        text/swriter/01/06210000.xhp   \
+        text/swriter/01/06220000.xhp   \
+        text/swriter/01/06990000.xhp   \
+        text/swriter/01/format_object.xhp   \
+        text/swriter/01/mailmerge00.xhp   \
+        text/swriter/01/mailmerge01.xhp   \
+        text/swriter/01/mailmerge02.xhp   \
+        text/swriter/01/mailmerge03.xhp   \
+        text/swriter/01/mailmerge04.xhp   \
+        text/swriter/01/mailmerge05.xhp   \
+        text/swriter/01/mailmerge06.xhp   \
+        text/swriter/01/mailmerge07.xhp   \
+        text/swriter/01/mailmerge08.xhp   \
+        text/swriter/01/mm_copyto.xhp   \
+        text/swriter/01/mm_cusaddfie.xhp   \
+        text/swriter/01/mm_cusaddlis.xhp   \
+        text/swriter/01/mm_cusgrelin.xhp   \
+        text/swriter/01/mm_emabod.xhp   \
+        text/swriter/01/mm_finent.xhp   \
+        text/swriter/01/mm_matfie.xhp   \
+        text/swriter/01/mm_newaddblo.xhp   \
+        text/swriter/01/mm_newaddlis.xhp   \
+        text/swriter/01/mm_seladdblo.xhp   \
+        text/swriter/01/mm_seladdlis.xhp   \
+        text/swriter/01/mm_seltab.xhp   \
+        text/swriter/01/selection_mode.xhp   \
+        text/swriter/02/02110000.xhp   \
+        text/swriter/02/03210000.xhp   \
+        text/swriter/02/03220000.xhp   \
+        text/swriter/02/04090000.xhp   \
+        text/swriter/02/04100000.xhp   \
+        text/swriter/02/04220000.xhp   \
+        text/swriter/02/04230000.xhp   \
+        text/swriter/02/04240000.xhp   \
+        text/swriter/02/04250000.xhp   \
+        text/swriter/02/06040000.xhp   \
+        text/swriter/02/06070000.xhp   \
+        text/swriter/02/06080000.xhp   \
+        text/swriter/02/06090000.xhp   \
+        text/swriter/02/06120000.xhp   \
+        text/swriter/02/06130000.xhp   \
+        text/swriter/02/06140000.xhp   \
+        text/swriter/02/08010000.xhp   \
+        text/swriter/02/08080000.xhp   \
+        text/swriter/02/10010000.xhp   \
+        text/swriter/02/10020000.xhp   \
+        text/swriter/02/10030000.xhp   \
+        text/swriter/02/10050000.xhp   \
+        text/swriter/02/10070000.xhp   \
+        text/swriter/02/10080000.xhp   \
+        text/swriter/02/10090000.xhp   \
+        text/swriter/02/10110000.xhp   \
+        text/swriter/02/14010000.xhp   \
+        text/swriter/02/14020000.xhp   \
+        text/swriter/02/14030000.xhp   \
+        text/swriter/02/14040000.xhp   \
+        text/swriter/02/14050000.xhp   \
+        text/swriter/02/18010000.xhp   \
+        text/swriter/02/18030000.xhp   \
+        text/swriter/02/18030100.xhp   \
+        text/swriter/02/18030200.xhp   \
+        text/swriter/02/18030300.xhp   \
+        text/swriter/02/18030400.xhp   \
+        text/swriter/02/18030500.xhp   \
+        text/swriter/02/18030600.xhp   \
+        text/swriter/02/18030700.xhp   \
+        text/swriter/02/18120000.xhp   \
+        text/swriter/02/18130000.xhp   \
+        text/swriter/02/19010000.xhp   \
+        text/swriter/02/19020000.xhp   \
+        text/swriter/02/19030000.xhp   \
+        text/swriter/02/19040000.xhp   \
+        text/swriter/02/19050000.xhp   \
+        text/swriter/04/01020000.xhp   \
+        text/swriter/guide/anchor_object.xhp   \
+        text/swriter/guide/arrange_chapters.xhp   \
+        text/swriter/guide/autocorr_except.xhp   \
+        text/swriter/guide/auto_numbering.xhp   \
+        text/swriter/guide/auto_off.xhp   \
+        text/swriter/guide/auto_spellcheck.xhp   \
+        text/swriter/guide/autotext.xhp   \
+        text/swriter/guide/background.xhp   \
+        text/swriter/guide/border_object.xhp   \
+        text/swriter/guide/border_page.xhp   \
+        text/swriter/guide/borders.xhp   \
+        text/swriter/guide/calculate_clipboard.xhp   \
+        text/swriter/guide/calculate_intable.xhp   \
+        text/swriter/guide/calculate_intext2.xhp   \
+        text/swriter/guide/calculate_intext.xhp   \
+        text/swriter/guide/calculate_multitable.xhp   \
+        text/swriter/guide/calculate.xhp   \
+        text/swriter/guide/captions_numbers.xhp   \
+        text/swriter/guide/captions.xhp   \
+        text/swriter/guide/change_header.xhp   \
+        text/swriter/guide/chapter_numbering.xhp   \
+        text/swriter/guide/conditional_text2.xhp   \
+        text/swriter/guide/conditional_text.xhp   \
+        text/swriter/guide/delete_from_dict.xhp   \
+        text/swriter/guide/dragdroptext.xhp   \
+        text/swriter/guide/even_odd_sdw.xhp   \
+        text/swriter/guide/field_convert.xhp   \
+        text/swriter/guide/fields_date.xhp   \
+        text/swriter/guide/fields_enter.xhp   \
+        text/swriter/guide/fields_userdata.xhp   \
+        text/swriter/guide/fields.xhp   \
+        text/swriter/guide/finding.xhp   \
+        text/swriter/guide/footer_nextpage.xhp   \
+        text/swriter/guide/footer_pagenumber.xhp   \
+        text/swriter/guide/footnote_usage.xhp   \
+        text/swriter/guide/footnote_with_line.xhp   \
+        text/swriter/guide/form_letters_main.xhp   \
+        text/swriter/guide/globaldoc_howtos.xhp   \
+        text/swriter/guide/globaldoc.xhp   \
+        text/swriter/guide/header_footer.xhp   \
+        text/swriter/guide/header_pagestyles.xhp   \
+        text/swriter/guide/header_with_chapter.xhp   \
+        text/swriter/guide/header_with_line.xhp   \
+        text/swriter/guide/hidden_text_display.xhp   \
+        text/swriter/guide/hidden_text.xhp   \
+        text/swriter/guide/hyperlinks.xhp   \
+        text/swriter/guide/hyphen_prevent.xhp   \
+        text/swriter/guide/indenting.xhp   \
+        text/swriter/guide/indices_delete.xhp   \
+        text/swriter/guide/indices_edit.xhp   \
+        text/swriter/guide/indices_enter.xhp   \
+        text/swriter/guide/indices_form.xhp   \
+        text/swriter/guide/indices_index.xhp   \
+        text/swriter/guide/indices_literature.xhp   \
+        text/swriter/guide/indices_multidoc.xhp   \
+        text/swriter/guide/indices_toc.xhp   \
+        text/swriter/guide/indices_userdef.xhp   \
+        text/swriter/guide/insert_beforetable.xhp   \
+        text/swriter/guide/insert_graphic_dialog.xhp   \
+        text/swriter/guide/insert_graphic_fromchart.xhp   \
+        text/swriter/guide/insert_graphic_fromdraw.xhp   \
+        text/swriter/guide/insert_graphic_gallery.xhp   \
+        text/swriter/guide/insert_graphic_scan.xhp   \
+        text/swriter/guide/insert_graphic.xhp   \
+        text/swriter/guide/insert_line.xhp   \
+        text/swriter/guide/insert_tab_innumbering.xhp   \
+        text/swriter/guide/join_numbered_lists.xhp   \
+        text/swriter/guide/jump2statusbar.xhp   \
+        text/swriter/guide/keyboard.xhp   \
+        text/swriter/guide/load_styles.xhp   \
+        text/swriter/guide/main.xhp   \
+        text/swriter/guide/navigator.xhp   \
+        text/swriter/guide/nonprintable_text.xhp   \
+        text/swriter/guide/number_date_conv.xhp   \
+        text/swriter/guide/numbering_lines.xhp   \
+        text/swriter/guide/numbering_paras.xhp   \
+        text/swriter/guide/number_sequence.xhp   \
+        text/swriter/guide/pagebackground.xhp   \
+        text/swriter/guide/page_break.xhp   \
+        text/swriter/guide/pagenumbers.xhp   \
+        text/swriter/guide/pageorientation.xhp   \
+        text/swriter/guide/pagestyles.xhp   \
+        text/swriter/guide/print_brochure.xhp   \
+        text/swriter/guide/printer_tray.xhp   \
+        text/swriter/guide/printing_order.xhp   \
+        text/swriter/guide/print_preview.xhp   \
+        text/swriter/guide/print_small.xhp   \
+        text/swriter/guide/protection.xhp   \
+        text/swriter/guide/references_modify.xhp   \
+        text/swriter/guide/references.xhp   \
+        text/swriter/guide/registertrue.xhp   \
+        text/swriter/guide/removing_line_breaks.xhp   \
+        text/swriter/guide/reset_format.xhp   \
+        text/swriter/guide/resize_navigator.xhp   \
+        text/swriter/guide/ruler.xhp   \
+        text/swriter/guide/search_regexp.xhp   \
+        text/swriter/guide/section_edit.xhp   \
+        text/swriter/guide/section_insert.xhp   \
+        text/swriter/guide/sections.xhp   \
+        text/swriter/guide/send2html.xhp   \
+        text/swriter/guide/shortcut_writing.xhp   \
+        text/swriter/guide/smarttags.xhp   \
+        text/swriter/guide/spellcheck_dialog.xhp   \
+        text/swriter/guide/stylist_fillformat.xhp   \
+        text/swriter/guide/stylist_fromselect.xhp   \
+        text/swriter/guide/stylist_update.xhp   \
+        text/swriter/guide/subscript.xhp   \
+        text/swriter/guide/table_cellmerge.xhp   \
+        text/swriter/guide/table_cells.xhp   \
+        text/swriter/guide/table_delete.xhp   \
+        text/swriter/guide/table_insert.xhp   \
+        text/swriter/guide/tablemode.xhp   \
+        text/swriter/guide/table_repeat_multiple_headers.xhp   \
+        text/swriter/guide/table_select.xhp   \
+        text/swriter/guide/table_sizing.xhp   \
+        text/swriter/guide/template_create.xhp   \
+        text/swriter/guide/template_default.xhp   \
+        text/swriter/guide/templates_styles.xhp   \
+        text/swriter/guide/text_animation.xhp   \
+        text/swriter/guide/text_capital.xhp   \
+        text/swriter/guide/text_centervert.xhp   \
+        text/swriter/guide/text_direct_cursor.xhp   \
+        text/swriter/guide/textdoc_inframe.xhp   \
+        text/swriter/guide/text_emphasize.xhp   \
+        text/swriter/guide/text_frame.xhp   \
+        text/swriter/guide/text_nav_keyb.xhp   \
+        text/swriter/guide/text_rotate.xhp   \
+        text/swriter/guide/using_hyphen.xhp   \
+        text/swriter/guide/using_numbered_lists2.xhp   \
+        text/swriter/guide/using_numbered_lists.xhp   \
+        text/swriter/guide/using_numbering.xhp   \
+        text/swriter/guide/using_thesaurus.xhp   \
+        text/swriter/guide/word_completion_adjust.xhp   \
+        text/swriter/guide/word_completion.xhp   \
+        text/swriter/guide/words_count.xhp   \
+        text/swriter/guide/wrap.xhp  \
+        swriter.tree
+
+# --- Settings -----------------------------------------------------
+PRJ	   = ..
+PRJNAME    = helpcontent2
+XHPDELIVER = ../unxlngx6.pro/misc
+XHPSRC     = $(SRC_ROOT)/helpcontent2/source
+PACKAGE    = helpcontent2
+TARGET     = helpcontenT2
+.INCLUDE   : settings.mk
+
+# --- Targets ------------------------------------------------------
+all: $(XHPDELIVER)/sbasic.done    \
+     $(XHPDELIVER)/scalc.done     \
+     $(XHPDELIVER)/schart.done    \
+     $(XHPDELIVER)/sdraw.done     \
+     $(XHPDELIVER)/shared.done    \
+     $(XHPDELIVER)/simpress.done  \
+     $(XHPDELIVER)/smath.done     \
+     $(XHPDELIVER)/swriter.done
+.IF "$(WITH_LANG)"==""
+   mkdir -p  $(XHPDELIVER)/en-US
+   cp -R $(XHPSRC)/*.tree $(XHPSRC)/text $(XHPDELIVER)/en-US
+.ENDIF
+
+# --- Module targets ------------------------------------------------
+$(XHPDELIVER)/sbasic.done: $(XHPFILES_SBASIC)
+.IF "$(WITH_LANG)"!=""
+   $(GENLANG) merge help_sbasic $(SRC_ROOT)/languages/source "$(WITH_LANG)" -s $(XHPSRC) -t $(XHPDELIVER) -f $(XHPFILES_SBASIC)
+.ENDIF
+   @touch $(XHPDELIVER)/sbasic.done
+
+$(XHPDELIVER)/scalc.done: $(XHPFILES_SCALC)
+.IF "$(WITH_LANG)"!=""
+   $(GENLANG) merge help_scalc $(SRC_ROOT)/languages/source "$(WITH_LANG)" -s $(XHPSRC) -t $(XHPDELIVER) -f $(XHPFILES_SCALC)
+.ENDIF
+   @touch $(XHPDELIVER)/scalc.done
+
+$(XHPDELIVER)/schart.done: $(XHPFILES_SCHART)
+.IF "$(WITH_LANG)"!=""
+   $(GENLANG) merge help_schart $(SRC_ROOT)/languages/source "$(WITH_LANG)" -s $(XHPSRC) -t $(XHPDELIVER) -f $(XHPFILES_SCHART)
+.ENDIF
+   @touch $(XHPDELIVER)/schart.done
+
+$(XHPDELIVER)/sdraw.done: $(XHPFILES_SDRAW)
+.IF "$(WITH_LANG)"!=""
+   $(GENLANG) merge help_sdraw $(SRC_ROOT)/languages/source "$(WITH_LANG)" -s $(XHPSRC) -t $(XHPDELIVER) -f $(XHPFILES_SDRAW)
+.ENDIF
+   @touch $(XHPDELIVER)/sdraw.done
+
+$(XHPDELIVER)/shared.done: $(XHPFILES_SHARED)
+.IF "$(WITH_LANG)"!=""
+   $(GENLANG) merge help_shared $(SRC_ROOT)/languages/source "$(WITH_LANG)" -s $(XHPSRC) -t $(XHPDELIVER) -f $(XHPFILES_SHARED)
+.ENDIF
+   @touch $(XHPDELIVER)/shared.done
+
+$(XHPDELIVER)/simpress.done: $(XHPFILES_SIMPRESS)
+.IF "$(WITH_LANG)"!=""
+   $(GENLANG) merge help_simpress $(SRC_ROOT)/languages/source "$(WITH_LANG)" -s $(XHPSRC) -t $(XHPDELIVER) -f $(XHPFILES_SIMPRESS)
+.ENDIF
+   @touch $(XHPDELIVER)/simpress.done
+
+$(XHPDELIVER)/smath.done: $(XHPFILES_SMATH)
+.IF "$(WITH_LANG)"!=""
+   $(GENLANG) merge help_smath $(SRC_ROOT)/languages/source "$(WITH_LANG)" -s $(XHPSRC) -t $(XHPDELIVER) -f $(XHPFILES_SMATH)
+.ENDIF
+   @touch $(XHPDELIVER)/smath.done
+
+$(XHPDELIVER)/swriter.done: $(XHPFILES_SWRITER)
+.IF "$(WITH_LANG)"!=""
+   $(GENLANG) merge help_swriter $(SRC_ROOT)/languages/source "$(WITH_LANG)" -s $(XHPSRC) -t $(XHPDELIVER) -f $(XHPFILES_SWRITER)
+.ENDIF
+   @touch $(XHPDELIVER)/swriter.done
+
diff --git a/main/helpcontent2/source/text/sbasic/makefile.mk b/main/helpcontent2/source/text/sbasic/makefile.mk
deleted file mode 100644
index 2f1d3ce..0000000
--- a/main/helpcontent2/source/text/sbasic/makefile.mk
+++ /dev/null
@@ -1,327 +0,0 @@
-#**************************************************************
-#  
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#  
-#    http://www.apache.org/licenses/LICENSE-2.0
-#  
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-#  
-#**************************************************************
-
-# --- Define module and files to be handled ------------------------
-MODULE   = help_sbasic
-XHPFILES = \
-         text/sbasic/guide/control_properties.xhp \
-         text/sbasic/guide/create_dialog.xhp  \
-         text/sbasic/guide/insert_control.xhp \
-         text/sbasic/guide/sample_code.xhp    \
-         text/sbasic/guide/show_dialog.xhp    \
-         text/sbasic/guide/translation.xhp    \
-         text/sbasic/shared/00000002.xhp      \
-         text/sbasic/shared/00000003.xhp      \
-         text/sbasic/shared/01000000.xhp      \
-         text/sbasic/shared/01010210.xhp      \
-         text/sbasic/shared/01020000.xhp      \
-         text/sbasic/shared/01020100.xhp      \
-         text/sbasic/shared/01020200.xhp      \
-         text/sbasic/shared/01020300.xhp      \
-         text/sbasic/shared/01020500.xhp      \
-         text/sbasic/shared/01030000.xhp      \
-         text/sbasic/shared/01030100.xhp      \
-         text/sbasic/shared/01030200.xhp      \
-         text/sbasic/shared/01030300.xhp      \
-         text/sbasic/shared/01030400.xhp      \
-         text/sbasic/shared/01040000.xhp      \
-         text/sbasic/shared/01050000.xhp      \
-         text/sbasic/shared/01050100.xhp      \
-         text/sbasic/shared/01050200.xhp      \
-         text/sbasic/shared/01050300.xhp      \
-         text/sbasic/shared/01170100.xhp      \
-         text/sbasic/shared/01170101.xhp      \
-         text/sbasic/shared/01170103.xhp      \
-         text/sbasic/shared/03000000.xhp      \
-         text/sbasic/shared/03010000.xhp      \
-         text/sbasic/shared/03010100.xhp      \
-         text/sbasic/shared/03010101.xhp      \
-         text/sbasic/shared/03010102.xhp      \
-         text/sbasic/shared/03010103.xhp      \
-         text/sbasic/shared/03010200.xhp      \
-         text/sbasic/shared/03010201.xhp      \
-         text/sbasic/shared/03010300.xhp      \
-         text/sbasic/shared/03010301.xhp      \
-         text/sbasic/shared/03010302.xhp      \
-         text/sbasic/shared/03010303.xhp      \
-         text/sbasic/shared/03010304.xhp      \
-         text/sbasic/shared/03010305.xhp      \
-         text/sbasic/shared/03020000.xhp      \
-         text/sbasic/shared/03020100.xhp      \
-         text/sbasic/shared/03020101.xhp      \
-         text/sbasic/shared/03020102.xhp      \
-         text/sbasic/shared/03020103.xhp      \
-         text/sbasic/shared/03020104.xhp      \
-         text/sbasic/shared/03020200.xhp      \
-         text/sbasic/shared/03020201.xhp      \
-         text/sbasic/shared/03020202.xhp      \
-         text/sbasic/shared/03020203.xhp      \
-         text/sbasic/shared/03020204.xhp      \
-         text/sbasic/shared/03020205.xhp      \
-         text/sbasic/shared/03020301.xhp      \
-         text/sbasic/shared/03020302.xhp      \
-         text/sbasic/shared/03020303.xhp      \
-         text/sbasic/shared/03020304.xhp      \
-         text/sbasic/shared/03020305.xhp      \
-         text/sbasic/shared/03020400.xhp      \
-         text/sbasic/shared/03020401.xhp      \
-         text/sbasic/shared/03020402.xhp      \
-         text/sbasic/shared/03020403.xhp      \
-         text/sbasic/shared/03020404.xhp      \
-         text/sbasic/shared/03020405.xhp      \
-         text/sbasic/shared/03020406.xhp      \
-         text/sbasic/shared/03020407.xhp      \
-         text/sbasic/shared/03020408.xhp      \
-         text/sbasic/shared/03020409.xhp      \
-         text/sbasic/shared/03020410.xhp      \
-         text/sbasic/shared/03020411.xhp      \
-         text/sbasic/shared/03020412.xhp      \
-         text/sbasic/shared/03020413.xhp      \
-         text/sbasic/shared/03020414.xhp      \
-         text/sbasic/shared/03020415.xhp      \
-         text/sbasic/shared/03030000.xhp      \
-         text/sbasic/shared/03030100.xhp      \
-         text/sbasic/shared/03030101.xhp      \
-         text/sbasic/shared/03030102.xhp      \
-         text/sbasic/shared/03030103.xhp      \
-         text/sbasic/shared/03030104.xhp      \
-         text/sbasic/shared/03030105.xhp      \
-         text/sbasic/shared/03030106.xhp      \
-         text/sbasic/shared/03030107.xhp      \
-         text/sbasic/shared/03030108.xhp      \
-         text/sbasic/shared/03030110.xhp      \
-         text/sbasic/shared/03030120.xhp      \
-         text/sbasic/shared/03030130.xhp      \
-         text/sbasic/shared/03030200.xhp      \
-         text/sbasic/shared/03030201.xhp      \
-         text/sbasic/shared/03030202.xhp      \
-         text/sbasic/shared/03030203.xhp      \
-         text/sbasic/shared/03030204.xhp      \
-         text/sbasic/shared/03030205.xhp      \
-         text/sbasic/shared/03030206.xhp      \
-         text/sbasic/shared/03030300.xhp      \
-         text/sbasic/shared/03030301.xhp      \
-         text/sbasic/shared/03030302.xhp      \
-         text/sbasic/shared/03030303.xhp      \
-         text/sbasic/shared/03050000.xhp      \
-         text/sbasic/shared/03050100.xhp      \
-         text/sbasic/shared/03050200.xhp      \
-         text/sbasic/shared/03050300.xhp      \
-         text/sbasic/shared/03050500.xhp      \
-         text/sbasic/shared/03060000.xhp      \
-         text/sbasic/shared/03060100.xhp      \
-         text/sbasic/shared/03060200.xhp      \
-         text/sbasic/shared/03060300.xhp      \
-         text/sbasic/shared/03060400.xhp      \
-         text/sbasic/shared/03060500.xhp      \
-         text/sbasic/shared/03060600.xhp      \
-         text/sbasic/shared/03070000.xhp      \
-         text/sbasic/shared/03070100.xhp      \
-         text/sbasic/shared/03070200.xhp      \
-         text/sbasic/shared/03070300.xhp      \
-         text/sbasic/shared/03070400.xhp      \
-         text/sbasic/shared/03070500.xhp      \
-         text/sbasic/shared/03070600.xhp      \
-         text/sbasic/shared/03080000.xhp      \
-         text/sbasic/shared/03080100.xhp      \
-         text/sbasic/shared/03080101.xhp      \
-         text/sbasic/shared/03080102.xhp      \
-         text/sbasic/shared/03080103.xhp      \
-         text/sbasic/shared/03080104.xhp      \
-         text/sbasic/shared/03080200.xhp      \
-         text/sbasic/shared/03080201.xhp      \
-         text/sbasic/shared/03080202.xhp      \
-         text/sbasic/shared/03080300.xhp      \
-         text/sbasic/shared/03080301.xhp      \
-         text/sbasic/shared/03080302.xhp      \
-         text/sbasic/shared/03080400.xhp      \
-         text/sbasic/shared/03080401.xhp      \
-         text/sbasic/shared/03080500.xhp      \
-         text/sbasic/shared/03080501.xhp      \
-         text/sbasic/shared/03080502.xhp      \
-         text/sbasic/shared/03080600.xhp      \
-         text/sbasic/shared/03080601.xhp      \
-         text/sbasic/shared/03080700.xhp      \
-         text/sbasic/shared/03080701.xhp      \
-         text/sbasic/shared/03080800.xhp      \
-         text/sbasic/shared/03080801.xhp      \
-         text/sbasic/shared/03080802.xhp      \
-         text/sbasic/shared/03090000.xhp      \
-         text/sbasic/shared/03090100.xhp      \
-         text/sbasic/shared/03090101.xhp      \
-         text/sbasic/shared/03090102.xhp      \
-         text/sbasic/shared/03090103.xhp      \
-         text/sbasic/shared/03090200.xhp      \
-         text/sbasic/shared/03090201.xhp      \
-         text/sbasic/shared/03090202.xhp      \
-         text/sbasic/shared/03090203.xhp      \
-         text/sbasic/shared/03090300.xhp      \
-         text/sbasic/shared/03090301.xhp      \
-         text/sbasic/shared/03090302.xhp      \
-         text/sbasic/shared/03090303.xhp      \
-         text/sbasic/shared/03090400.xhp      \
-         text/sbasic/shared/03090401.xhp      \
-         text/sbasic/shared/03090402.xhp      \
-         text/sbasic/shared/03090403.xhp      \
-         text/sbasic/shared/03090404.xhp      \
-         text/sbasic/shared/03090405.xhp      \
-         text/sbasic/shared/03090406.xhp      \
-         text/sbasic/shared/03090407.xhp      \
-         text/sbasic/shared/03090408.xhp      \
-         text/sbasic/shared/03090409.xhp      \
-         text/sbasic/shared/03090410.xhp      \
-         text/sbasic/shared/03090411.xhp      \
-         text/sbasic/shared/03090412.xhp      \
-         text/sbasic/shared/03100000.xhp      \
-         text/sbasic/shared/03100050.xhp      \
-         text/sbasic/shared/03100060.xhp      \
-         text/sbasic/shared/03100070.xhp      \
-         text/sbasic/shared/03100080.xhp      \
-         text/sbasic/shared/03100100.xhp      \
-         text/sbasic/shared/03100300.xhp      \
-         text/sbasic/shared/03100400.xhp      \
-         text/sbasic/shared/03100500.xhp      \
-         text/sbasic/shared/03100600.xhp      \
-         text/sbasic/shared/03100700.xhp      \
-         text/sbasic/shared/03100900.xhp      \
-         text/sbasic/shared/03101000.xhp      \
-         text/sbasic/shared/03101100.xhp      \
-         text/sbasic/shared/03101110.xhp      \
-         text/sbasic/shared/03101120.xhp      \
-         text/sbasic/shared/03101130.xhp      \
-         text/sbasic/shared/03101140.xhp      \
-         text/sbasic/shared/03101300.xhp      \
-         text/sbasic/shared/03101400.xhp      \
-         text/sbasic/shared/03101500.xhp      \
-         text/sbasic/shared/03101600.xhp      \
-         text/sbasic/shared/03101700.xhp      \
-         text/sbasic/shared/03102000.xhp      \
-         text/sbasic/shared/03102100.xhp      \
-         text/sbasic/shared/03102101.xhp      \
-         text/sbasic/shared/03102200.xhp      \
-         text/sbasic/shared/03102300.xhp      \
-         text/sbasic/shared/03102400.xhp      \
-         text/sbasic/shared/03102450.xhp      \
-         text/sbasic/shared/03102600.xhp      \
-         text/sbasic/shared/03102700.xhp      \
-         text/sbasic/shared/03102800.xhp      \
-         text/sbasic/shared/03102900.xhp      \
-         text/sbasic/shared/03103000.xhp      \
-         text/sbasic/shared/03103100.xhp      \
-         text/sbasic/shared/03103200.xhp      \
-         text/sbasic/shared/03103300.xhp      \
-         text/sbasic/shared/03103400.xhp      \
-         text/sbasic/shared/03103450.xhp      \
-         text/sbasic/shared/03103500.xhp      \
-         text/sbasic/shared/03103600.xhp      \
-         text/sbasic/shared/03103700.xhp      \
-         text/sbasic/shared/03103800.xhp      \
-         text/sbasic/shared/03103900.xhp      \
-         text/sbasic/shared/03104000.xhp      \
-         text/sbasic/shared/03104100.xhp      \
-         text/sbasic/shared/03104200.xhp      \
-         text/sbasic/shared/03104300.xhp      \
-         text/sbasic/shared/03104400.xhp      \
-         text/sbasic/shared/03104500.xhp      \
-         text/sbasic/shared/03104600.xhp      \
-         text/sbasic/shared/03104700.xhp      \
-         text/sbasic/shared/03110000.xhp      \
-         text/sbasic/shared/03110100.xhp      \
-         text/sbasic/shared/03120000.xhp      \
-         text/sbasic/shared/03120100.xhp      \
-         text/sbasic/shared/03120101.xhp      \
-         text/sbasic/shared/03120102.xhp      \
-         text/sbasic/shared/03120103.xhp      \
-         text/sbasic/shared/03120104.xhp      \
-         text/sbasic/shared/03120105.xhp      \
-         text/sbasic/shared/03120200.xhp      \
-         text/sbasic/shared/03120201.xhp      \
-         text/sbasic/shared/03120202.xhp      \
-         text/sbasic/shared/03120300.xhp      \
-         text/sbasic/shared/03120301.xhp      \
-         text/sbasic/shared/03120302.xhp      \
-         text/sbasic/shared/03120303.xhp      \
-         text/sbasic/shared/03120304.xhp      \
-         text/sbasic/shared/03120305.xhp      \
-         text/sbasic/shared/03120306.xhp      \
-         text/sbasic/shared/03120307.xhp      \
-         text/sbasic/shared/03120308.xhp      \
-         text/sbasic/shared/03120309.xhp      \
-         text/sbasic/shared/03120310.xhp      \
-         text/sbasic/shared/03120311.xhp      \
-         text/sbasic/shared/03120312.xhp      \
-         text/sbasic/shared/03120313.xhp      \
-         text/sbasic/shared/03120314.xhp      \
-         text/sbasic/shared/03120315.xhp      \
-         text/sbasic/shared/03120400.xhp      \
-         text/sbasic/shared/03120401.xhp      \
-         text/sbasic/shared/03120402.xhp      \
-         text/sbasic/shared/03120403.xhp      \
-         text/sbasic/shared/03130000.xhp      \
-         text/sbasic/shared/03130100.xhp      \
-         text/sbasic/shared/03130500.xhp      \
-         text/sbasic/shared/03130600.xhp      \
-         text/sbasic/shared/03130700.xhp      \
-         text/sbasic/shared/03130800.xhp      \
-         text/sbasic/shared/03131000.xhp      \
-         text/sbasic/shared/03131300.xhp      \
-         text/sbasic/shared/03131400.xhp      \
-         text/sbasic/shared/03131500.xhp      \
-         text/sbasic/shared/03131600.xhp      \
-         text/sbasic/shared/03131700.xhp      \
-         text/sbasic/shared/03131800.xhp      \
-         text/sbasic/shared/03131900.xhp      \
-         text/sbasic/shared/03132000.xhp      \
-         text/sbasic/shared/03132100.xhp      \
-         text/sbasic/shared/03132200.xhp      \
-         text/sbasic/shared/03132300.xhp      \
-         text/sbasic/shared/03132400.xhp      \
-         text/sbasic/shared/03132500.xhp      \
-         text/sbasic/shared/05060700.xhp      \
-         text/sbasic/shared/keys.xhp          \
-         text/sbasic/shared/main0211.xhp      \
-         text/sbasic/shared/main0601.xhp      \
-         text/sbasic/shared/01/06130000.xhp   \
-         text/sbasic/shared/01/06130100.xhp   \
-         text/sbasic/shared/01/06130500.xhp   \
-         text/sbasic/shared/02/11010000.xhp   \
-         text/sbasic/shared/02/11020000.xhp   \
-         text/sbasic/shared/02/11030000.xhp   \
-         text/sbasic/shared/02/11040000.xhp   \
-         text/sbasic/shared/02/11050000.xhp   \
-         text/sbasic/shared/02/11060000.xhp   \
-         text/sbasic/shared/02/11070000.xhp   \
-         text/sbasic/shared/02/11080000.xhp   \
-         text/sbasic/shared/02/11090000.xhp   \
-         text/sbasic/shared/02/11100000.xhp   \
-         text/sbasic/shared/02/11110000.xhp   \
-         text/sbasic/shared/02/11120000.xhp   \
-         text/sbasic/shared/02/11140000.xhp   \
-         text/sbasic/shared/02/11150000.xhp   \
-         text/sbasic/shared/02/11160000.xhp   \
-         text/sbasic/shared/02/11170000.xhp   \
-         text/sbasic/shared/02/11180000.xhp   \
-         text/sbasic/shared/02/11190000.xhp   \
-         text/sbasic/shared/02/20000000.xhp   \
-         sbasic.tree
-
-# --- Targets ------------------------------------------------------
-.INCLUDE : ../../../make_helper.mk
diff --git a/main/helpcontent2/source/text/scalc/makefile.mk b/main/helpcontent2/source/text/scalc/makefile.mk
deleted file mode 100644
index 5c5a5f0..0000000
--- a/main/helpcontent2/source/text/scalc/makefile.mk
+++ /dev/null
@@ -1,342 +0,0 @@
-#**************************************************************
-#  
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#  
-#    http://www.apache.org/licenses/LICENSE-2.0
-#  
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-#  
-#**************************************************************
-
-
-
-# --- Define module and files to be handled ------------------------
-MODULE   = help_scalc
-XHPFILES = \
-        text/scalc/main0000.xhp   \
-        text/scalc/main0100.xhp   \
-        text/scalc/main0101.xhp   \
-        text/scalc/main0102.xhp   \
-        text/scalc/main0103.xhp   \
-        text/scalc/main0104.xhp   \
-        text/scalc/main0105.xhp   \
-        text/scalc/main0106.xhp   \
-        text/scalc/main0107.xhp   \
-        text/scalc/main0112.xhp   \
-        text/scalc/main0200.xhp   \
-        text/scalc/main0202.xhp   \
-        text/scalc/main0203.xhp   \
-        text/scalc/main0205.xhp   \
-        text/scalc/main0206.xhp   \
-        text/scalc/main0208.xhp   \
-        text/scalc/main0210.xhp   \
-        text/scalc/main0214.xhp   \
-        text/scalc/main0218.xhp   \
-        text/scalc/main0503.xhp   \
-        text/scalc/00/00000004.xhp   \
-        text/scalc/00/00000402.xhp   \
-        text/scalc/00/00000403.xhp   \
-        text/scalc/00/00000404.xhp   \
-        text/scalc/00/00000405.xhp   \
-        text/scalc/00/00000406.xhp   \
-        text/scalc/00/00000407.xhp   \
-        text/scalc/00/00000412.xhp   \
-        text/scalc/01/01120000.xhp   \
-        text/scalc/01/02110000.xhp   \
-        text/scalc/01/02120000.xhp   \
-        text/scalc/01/02120100.xhp   \
-        text/scalc/01/02140000.xhp   \
-        text/scalc/01/02140100.xhp   \
-        text/scalc/01/02140200.xhp   \
-        text/scalc/01/02140300.xhp   \
-        text/scalc/01/02140400.xhp   \
-        text/scalc/01/02140500.xhp   \
-        text/scalc/01/02140600.xhp   \
-        text/scalc/01/02150000.xhp   \
-        text/scalc/01/02160000.xhp   \
-        text/scalc/01/02170000.xhp   \
-        text/scalc/01/02180000.xhp   \
-        text/scalc/01/02190000.xhp   \
-        text/scalc/01/02190100.xhp   \
-        text/scalc/01/02190200.xhp   \
-        text/scalc/01/02200000.xhp   \
-        text/scalc/01/02210000.xhp   \
-        text/scalc/01/03070000.xhp   \
-        text/scalc/01/03080000.xhp   \
-        text/scalc/01/03090000.xhp   \
-        text/scalc/01/03100000.xhp   \
-        text/scalc/01/04010000.xhp   \
-        text/scalc/01/04010100.xhp   \
-        text/scalc/01/04010200.xhp   \
-        text/scalc/01/04020000.xhp   \
-        text/scalc/01/04030000.xhp   \
-        text/scalc/01/04040000.xhp   \
-        text/scalc/01/04050000.xhp   \
-        text/scalc/01/04050100.xhp   \
-        text/scalc/01/04060000.xhp   \
-        text/scalc/01/04060100.xhp   \
-        text/scalc/01/04060101.xhp   \
-        text/scalc/01/04060102.xhp   \
-        text/scalc/01/04060103.xhp   \
-        text/scalc/01/04060104.xhp   \
-        text/scalc/01/04060105.xhp   \
-        text/scalc/01/04060106.xhp   \
-        text/scalc/01/04060107.xhp   \
-        text/scalc/01/04060108.xhp   \
-        text/scalc/01/04060109.xhp   \
-        text/scalc/01/04060110.xhp   \
-        text/scalc/01/04060111.xhp   \
-        text/scalc/01/04060112.xhp   \
-        text/scalc/01/04060115.xhp   \
-        text/scalc/01/04060116.xhp   \
-        text/scalc/01/04060118.xhp   \
-        text/scalc/01/04060119.xhp   \
-        text/scalc/01/04060181.xhp   \
-        text/scalc/01/04060182.xhp   \
-        text/scalc/01/04060183.xhp   \
-        text/scalc/01/04060184.xhp   \
-        text/scalc/01/04060185.xhp   \
-        text/scalc/01/04060199.xhp   \
-        text/scalc/01/04070000.xhp   \
-        text/scalc/01/04070100.xhp   \
-        text/scalc/01/04070200.xhp   \
-        text/scalc/01/04070300.xhp   \
-        text/scalc/01/04070400.xhp   \
-        text/scalc/01/04080000.xhp   \
-        text/scalc/01/04090000.xhp   \
-        text/scalc/01/05020000.xhp   \
-        text/scalc/01/05020600.xhp   \
-        text/scalc/01/05030000.xhp   \
-        text/scalc/01/05030200.xhp   \
-        text/scalc/01/05030300.xhp   \
-        text/scalc/01/05030400.xhp   \
-        text/scalc/01/05040000.xhp   \
-        text/scalc/01/05040200.xhp   \
-        text/scalc/01/05050000.xhp   \
-        text/scalc/01/05050100.xhp   \
-        text/scalc/01/05050300.xhp   \
-        text/scalc/01/05060000.xhp   \
-        text/scalc/01/05070000.xhp   \
-        text/scalc/01/05070500.xhp   \
-        text/scalc/01/05080000.xhp   \
-        text/scalc/01/05080100.xhp   \
-        text/scalc/01/05080200.xhp   \
-        text/scalc/01/05080300.xhp   \
-        text/scalc/01/05080400.xhp   \
-        text/scalc/01/05100000.xhp   \
-        text/scalc/01/05110000.xhp   \
-        text/scalc/01/05120000.xhp   \
-        text/scalc/01/06020000.xhp   \
-        text/scalc/01/06030000.xhp   \
-        text/scalc/01/06030100.xhp   \
-        text/scalc/01/06030200.xhp   \
-        text/scalc/01/06030300.xhp   \
-        text/scalc/01/06030400.xhp   \
-        text/scalc/01/06030500.xhp   \
-        text/scalc/01/06030600.xhp   \
-        text/scalc/01/06030700.xhp   \
-        text/scalc/01/06030800.xhp   \
-        text/scalc/01/06030900.xhp   \
-        text/scalc/01/06031000.xhp   \
-        text/scalc/01/06040000.xhp   \
-        text/scalc/01/06050000.xhp   \
-        text/scalc/01/06060000.xhp   \
-        text/scalc/01/06060100.xhp   \
-        text/scalc/01/06060200.xhp   \
-        text/scalc/01/06070000.xhp   \
-        text/scalc/01/06080000.xhp   \
-        text/scalc/01/06130000.xhp   \
-        text/scalc/01/06990000.xhp   \
-        text/scalc/01/07080000.xhp   \
-        text/scalc/01/07090000.xhp   \
-        text/scalc/01/12010000.xhp   \
-        text/scalc/01/12010100.xhp   \
-        text/scalc/01/12020000.xhp   \
-        text/scalc/01/12030000.xhp   \
-        text/scalc/01/12030100.xhp   \
-        text/scalc/01/12030200.xhp   \
-        text/scalc/01/12040000.xhp   \
-        text/scalc/01/12040100.xhp   \
-        text/scalc/01/12040201.xhp   \
-        text/scalc/01/12040300.xhp   \
-        text/scalc/01/12040400.xhp   \
-        text/scalc/01/12040500.xhp   \
-        text/scalc/01/12050000.xhp   \
-        text/scalc/01/12050100.xhp   \
-        text/scalc/01/12050200.xhp   \
-        text/scalc/01/12060000.xhp   \
-        text/scalc/01/12070000.xhp   \
-        text/scalc/01/12070100.xhp   \
-        text/scalc/01/12080000.xhp   \
-        text/scalc/01/12080100.xhp   \
-        text/scalc/01/12080200.xhp   \
-        text/scalc/01/12080300.xhp   \
-        text/scalc/01/12080400.xhp   \
-        text/scalc/01/12080500.xhp   \
-        text/scalc/01/12080600.xhp   \
-        text/scalc/01/12080700.xhp   \
-        text/scalc/01/12090000.xhp   \
-        text/scalc/01/12090100.xhp   \
-        text/scalc/01/12090101.xhp   \
-        text/scalc/01/12090102.xhp   \
-        text/scalc/01/12090103.xhp   \
-        text/scalc/01/12090104.xhp   \
-        text/scalc/01/12090105.xhp   \
-        text/scalc/01/12090106.xhp   \
-        text/scalc/01/12090200.xhp   \
-        text/scalc/01/12090300.xhp   \
-        text/scalc/01/12090400.xhp   \
-        text/scalc/01/12100000.xhp   \
-        text/scalc/01/12120000.xhp   \
-        text/scalc/01/12120100.xhp   \
-        text/scalc/01/12120200.xhp   \
-        text/scalc/01/12120300.xhp   \
-        text/scalc/01/format_graphic.xhp   \
-        text/scalc/01/func_datevalue.xhp   \
-        text/scalc/01/func_date.xhp   \
-        text/scalc/01/func_days360.xhp   \
-        text/scalc/01/func_days.xhp   \
-        text/scalc/01/func_day.xhp   \
-        text/scalc/01/func_eastersunday.xhp   \
-        text/scalc/01/func_edate.xhp   \
-        text/scalc/01/func_eomonth.xhp   \
-        text/scalc/01/func_hour.xhp   \
-        text/scalc/01/func_minute.xhp   \
-        text/scalc/01/func_month.xhp   \
-        text/scalc/01/func_networkdays.xhp   \
-        text/scalc/01/func_now.xhp   \
-        text/scalc/01/func_second.xhp   \
-        text/scalc/01/func_timevalue.xhp   \
-        text/scalc/01/func_time.xhp   \
-        text/scalc/01/func_today.xhp   \
-        text/scalc/01/func_weekday.xhp   \
-        text/scalc/01/func_weeknumadd.xhp   \
-        text/scalc/01/func_weeknum.xhp   \
-        text/scalc/01/func_workday.xhp   \
-        text/scalc/01/func_yearfrac.xhp   \
-        text/scalc/01/func_year.xhp   \
-        text/scalc/01/solver_options.xhp   \
-        text/scalc/01/solver.xhp   \
-        text/scalc/01/text2columns.xhp   \
-        text/scalc/02/02130000.xhp   \
-        text/scalc/02/02140000.xhp   \
-        text/scalc/02/02150000.xhp   \
-        text/scalc/02/02160000.xhp   \
-        text/scalc/02/02170000.xhp   \
-        text/scalc/02/06010000.xhp   \
-        text/scalc/02/06030000.xhp   \
-        text/scalc/02/06040000.xhp   \
-        text/scalc/02/06050000.xhp   \
-        text/scalc/02/06060000.xhp   \
-        text/scalc/02/06070000.xhp   \
-        text/scalc/02/06080000.xhp   \
-        text/scalc/02/08010000.xhp   \
-        text/scalc/02/08080000.xhp   \
-        text/scalc/02/10050000.xhp   \
-        text/scalc/02/10060000.xhp   \
-        text/scalc/02/18010000.xhp   \
-        text/scalc/02/18020000.xhp   \
-        text/scalc/04/01020000.xhp   \
-        text/scalc/05/02140000.xhp   \
-        text/scalc/05/empty_cells.xhp   \
-        text/scalc/guide/address_auto.xhp   \
-        text/scalc/guide/autofilter.xhp   \
-        text/scalc/guide/autoformat.xhp   \
-        text/scalc/guide/auto_off.xhp   \
-        text/scalc/guide/background.xhp   \
-        text/scalc/guide/borders.xhp   \
-        text/scalc/guide/calc_date.xhp   \
-        text/scalc/guide/calc_series.xhp   \
-        text/scalc/guide/calc_timevalues.xhp   \
-        text/scalc/guide/calculate.xhp   \
-        text/scalc/guide/cellcopy.xhp   \
-        text/scalc/guide/cell_enter.xhp   \
-        text/scalc/guide/cell_protect.xhp   \
-        text/scalc/guide/cellreference_dragdrop.xhp   \
-        text/scalc/guide/cellreferences_url.xhp   \
-        text/scalc/guide/cellreferences.xhp   \
-        text/scalc/guide/cellstyle_by_formula.xhp   \
-        text/scalc/guide/cellstyle_conditional.xhp   \
-        text/scalc/guide/cellstyle_minusvalue.xhp   \
-        text/scalc/guide/cell_unprotect.xhp   \
-        text/scalc/guide/consolidate.xhp   \
-        text/scalc/guide/csv_files.xhp   \
-        text/scalc/guide/csv_formula.xhp   \
-        text/scalc/guide/currency_format.xhp   \
-        text/scalc/guide/database_define.xhp   \
-        text/scalc/guide/database_filter.xhp   \
-        text/scalc/guide/database_sort.xhp   \
-        text/scalc/guide/datapilot_createtable.xhp   \
-        text/scalc/guide/datapilot_deletetable.xhp   \
-        text/scalc/guide/datapilot_edittable.xhp   \
-        text/scalc/guide/datapilot_filtertable.xhp   \
-        text/scalc/guide/datapilot_grouping.xhp   \
-        text/scalc/guide/datapilot_tipps.xhp   \
-        text/scalc/guide/datapilot_updatetable.xhp   \
-        text/scalc/guide/datapilot.xhp   \
-        text/scalc/guide/dbase_files.xhp   \
-        text/scalc/guide/design.xhp   \
-        text/scalc/guide/edit_multitables.xhp   \
-        text/scalc/guide/filters.xhp   \
-        text/scalc/guide/finding.xhp   \
-        text/scalc/guide/format_table.xhp   \
-        text/scalc/guide/format_value_userdef.xhp   \
-        text/scalc/guide/format_value.xhp   \
-        text/scalc/guide/formula_copy.xhp   \
-        text/scalc/guide/formula_enter.xhp   \
-        text/scalc/guide/formulas.xhp   \
-        text/scalc/guide/formula_value.xhp   \
-        text/scalc/guide/fraction_enter.xhp   \
-        text/scalc/guide/goalseek.xhp   \
-        text/scalc/guide/html_doc.xhp   \
-        text/scalc/guide/integer_leading_zero.xhp   \
-        text/scalc/guide/keyboard.xhp   \
-        text/scalc/guide/line_fix.xhp   \
-        text/scalc/guide/main.xhp   \
-        text/scalc/guide/mark_cells.xhp   \
-        text/scalc/guide/matrixformula.xhp   \
-        text/scalc/guide/move_dragdrop.xhp   \
-        text/scalc/guide/multioperation.xhp   \
-        text/scalc/guide/multi_tables.xhp   \
-        text/scalc/guide/multitables.xhp   \
-        text/scalc/guide/note_insert.xhp   \
-        text/scalc/guide/numbers_text.xhp   \
-        text/scalc/guide/print_details.xhp   \
-        text/scalc/guide/print_exact.xhp   \
-        text/scalc/guide/print_landscape.xhp   \
-        text/scalc/guide/printranges.xhp   \
-        text/scalc/guide/print_title_row.xhp   \
-        text/scalc/guide/relativ_absolut_ref.xhp   \
-        text/scalc/guide/rename_table.xhp   \
-        text/scalc/guide/rounding_numbers.xhp   \
-        text/scalc/guide/row_height.xhp   \
-        text/scalc/guide/scenario.xhp   \
-        text/scalc/guide/sorted_list.xhp   \
-        text/scalc/guide/specialfilter.xhp   \
-        text/scalc/guide/super_subscript.xhp   \
-        text/scalc/guide/table_cellmerge.xhp   \
-        text/scalc/guide/table_rotate.xhp   \
-        text/scalc/guide/table_view.xhp   \
-        text/scalc/guide/text_numbers.xhp   \
-        text/scalc/guide/text_rotate.xhp   \
-        text/scalc/guide/text_wrap.xhp   \
-        text/scalc/guide/userdefined_function.xhp   \
-        text/scalc/guide/validity.xhp   \
-        text/scalc/guide/value_with_name.xhp   \
-        text/scalc/guide/webquery.xhp   \
-        text/scalc/guide/year2000.xhp  \
-        scalc.tree
-
-# --- Targets ------------------------------------------------------
-.INCLUDE : ../../../make_helper.mk
diff --git a/main/helpcontent2/source/text/schart/makefile.mk b/main/helpcontent2/source/text/schart/makefile.mk
deleted file mode 100644
index 1a4c284..0000000
--- a/main/helpcontent2/source/text/schart/makefile.mk
+++ /dev/null
@@ -1,85 +0,0 @@
-#**************************************************************
-#  
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#  
-#    http://www.apache.org/licenses/LICENSE-2.0
-#  
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-#  
-#**************************************************************
-
-
-
-# --- Define module and files to be handled ------------------------
-MODULE   = help_schart
-XHPFILES = \
-        text/schart/main0000.xhp   \
-        text/schart/main0202.xhp   \
-        text/schart/main0503.xhp   \
-        text/schart/00/00000004.xhp   \
-        text/schart/01/03010000.xhp   \
-        text/schart/01/04010000.xhp   \
-        text/schart/01/04020000.xhp   \
-        text/schart/01/04030000.xhp   \
-        text/schart/01/04040000.xhp   \
-        text/schart/01/04050000.xhp   \
-        text/schart/01/04050100.xhp   \
-        text/schart/01/04060000.xhp   \
-        text/schart/01/04070000.xhp   \
-        text/schart/01/05010000.xhp   \
-        text/schart/01/05010100.xhp   \
-        text/schart/01/05010200.xhp   \
-        text/schart/01/05020000.xhp   \
-        text/schart/01/05020100.xhp   \
-        text/schart/01/05020101.xhp   \
-        text/schart/01/05020200.xhp   \
-        text/schart/01/05020201.xhp   \
-        text/schart/01/05030000.xhp   \
-        text/schart/01/05040000.xhp   \
-        text/schart/01/05040100.xhp   \
-        text/schart/01/05040200.xhp   \
-        text/schart/01/05040201.xhp   \
-        text/schart/01/05040202.xhp   \
-        text/schart/01/05050000.xhp   \
-        text/schart/01/05050100.xhp   \
-        text/schart/01/05060000.xhp   \
-        text/schart/01/05070000.xhp   \
-        text/schart/01/05080000.xhp   \
-        text/schart/01/05120000.xhp   \
-        text/schart/01/choose_chart_type.xhp   \
-        text/schart/01/smooth_line_properties.xhp   \
-        text/schart/01/three_d_view.xhp   \
-        text/schart/01/type_area.xhp   \
-        text/schart/01/type_bubble.xhp   \
-        text/schart/01/type_column_bar.xhp   \
-        text/schart/01/type_column_line.xhp   \
-        text/schart/01/type_line.xhp   \
-        text/schart/01/type_net.xhp   \
-        text/schart/01/type_pie.xhp   \
-        text/schart/01/type_stock.xhp   \
-        text/schart/01/type_xy.xhp   \
-        text/schart/01/wiz_chart_elements.xhp   \
-        text/schart/01/wiz_chart_type.xhp   \
-        text/schart/01/wiz_data_range.xhp   \
-        text/schart/01/wiz_data_series.xhp   \
-        text/schart/02/01190000.xhp   \
-        text/schart/02/01200000.xhp   \
-        text/schart/02/01210000.xhp   \
-        text/schart/02/01220000.xhp   \
-        text/schart/02/02020000.xhp   \
-        text/schart/04/01020000.xhp   \
-        schart.tree
-
-# --- Targets ------------------------------------------------------
-.INCLUDE : ../../../make_helper.mk
diff --git a/main/helpcontent2/source/text/sdraw/makefile.mk b/main/helpcontent2/source/text/sdraw/makefile.mk
deleted file mode 100644
index 6170493..0000000
--- a/main/helpcontent2/source/text/sdraw/makefile.mk
+++ /dev/null
@@ -1,61 +0,0 @@
-#**************************************************************
-#  
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#  
-#    http://www.apache.org/licenses/LICENSE-2.0
-#  
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-#  
-#**************************************************************
-
-
-
-# --- Define module and files to be handled ------------------------
-MODULE   = help_sdraw
-XHPFILES = \
-        text/sdraw/main0000.xhp   \
-        text/sdraw/main0100.xhp   \
-        text/sdraw/main0101.xhp   \
-        text/sdraw/main0102.xhp   \
-        text/sdraw/main0103.xhp   \
-        text/sdraw/main0104.xhp   \
-        text/sdraw/main0105.xhp   \
-        text/sdraw/main0106.xhp   \
-        text/sdraw/main0200.xhp   \
-        text/sdraw/main0202.xhp   \
-        text/sdraw/main0210.xhp   \
-        text/sdraw/main0213.xhp   \
-        text/sdraw/main0503.xhp   \
-        text/sdraw/00/00000004.xhp   \
-        text/sdraw/01/04010000.xhp   \
-        text/sdraw/04/01020000.xhp   \
-        text/sdraw/guide/align_arrange.xhp   \
-        text/sdraw/guide/color_define.xhp   \
-        text/sdraw/guide/combine_etc.xhp   \
-        text/sdraw/guide/cross_fading.xhp   \
-        text/sdraw/guide/draw_sector.xhp   \
-        text/sdraw/guide/duplicate_object.xhp   \
-        text/sdraw/guide/eyedropper.xhp   \
-        text/sdraw/guide/gradient.xhp   \
-        text/sdraw/guide/graphic_insert.xhp   \
-        text/sdraw/guide/groups.xhp   \
-        text/sdraw/guide/join_objects3d.xhp   \
-        text/sdraw/guide/join_objects.xhp   \
-        text/sdraw/guide/keyboard.xhp   \
-        text/sdraw/guide/main.xhp   \
-        text/sdraw/guide/rotate_object.xhp   \
-        text/sdraw/guide/text_enter.xhp
-
-# --- Targets ------------------------------------------------------
-.INCLUDE : ../../../make_helper.mk
diff --git a/main/helpcontent2/source/text/shared/makefile.mk b/main/helpcontent2/source/text/shared/makefile.mk
deleted file mode 100644
index 5280a75..0000000
--- a/main/helpcontent2/source/text/shared/makefile.mk
+++ /dev/null
@@ -1,917 +0,0 @@
-#**************************************************************
-#  
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#  
-#    http://www.apache.org/licenses/LICENSE-2.0
-#  
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-#  
-#**************************************************************
-
-
-
-# --- Define module and files to be handled ------------------------
-MODULE   = help_shared
-XHPFILES = \
-        text/shared/fontwork_toolbar.xhp   \
-        text/shared/main0108.xhp   \
-        text/shared/main0201.xhp   \
-        text/shared/main0204.xhp   \
-        text/shared/main0208.xhp   \
-        text/shared/main0209.xhp   \
-        text/shared/main0212.xhp   \
-        text/shared/main0213.xhp   \
-        text/shared/main0214.xhp   \
-        text/shared/main0226.xhp   \
-        text/shared/main0227.xhp   \
-        text/shared/main0400.xhp   \
-        text/shared/main0500.xhp   \
-        text/shared/main0600.xhp   \
-        text/shared/main0650.xhp   \
-        text/shared/main0800.xhp   \
-        text/shared/00/00000001.xhp   \
-        text/shared/00/00000002.xhp   \
-        text/shared/00/00000003.xhp   \
-        text/shared/00/00000004.xhp   \
-        text/shared/00/00000005.xhp   \
-        text/shared/00/00000007.xhp   \
-        text/shared/00/00000010.xhp   \
-        text/shared/00/00000011.xhp   \
-        text/shared/00/00000020.xhp   \
-        text/shared/00/00000021.xhp   \
-        text/shared/00/00000099.xhp   \
-        text/shared/00/00000200.xhp   \
-        text/shared/00/00000206.xhp   \
-        text/shared/00/00000207.xhp   \
-        text/shared/00/00000208.xhp   \
-        text/shared/00/00000210.xhp   \
-        text/shared/00/00000215.xhp   \
-        text/shared/00/00000401.xhp   \
-        text/shared/00/00000402.xhp   \
-        text/shared/00/00000403.xhp   \
-        text/shared/00/00000404.xhp   \
-        text/shared/00/00000406.xhp   \
-        text/shared/00/00000407.xhp   \
-        text/shared/00/00000408.xhp   \
-        text/shared/00/00000409.xhp   \
-        text/shared/00/00000450.xhp   \
-        text/shared/00/00040500.xhp   \
-        text/shared/00/00040501.xhp   \
-        text/shared/00/00040502.xhp   \
-        text/shared/00/00040503.xhp   \
-        text/shared/00/01000000.xhp   \
-        text/shared/00/01010000.xhp   \
-        text/shared/00/01020000.xhp   \
-        text/shared/00/01050000.xhp   \
-        text/shared/00/icon_alt.xhp   \
-        text/shared/01/01010000.xhp   \
-        text/shared/01/01010001.xhp   \
-        text/shared/01/01010100.xhp   \
-        text/shared/01/01010200.xhp   \
-        text/shared/01/01010201.xhp   \
-        text/shared/01/01010202.xhp   \
-        text/shared/01/01010203.xhp   \
-        text/shared/01/01010300.xhp   \
-        text/shared/01/01010301.xhp   \
-        text/shared/01/01010302.xhp   \
-        text/shared/01/01010303.xhp   \
-        text/shared/01/01010304.xhp   \
-        text/shared/01/01020000.xhp   \
-        text/shared/01/01020101.xhp   \
-        text/shared/01/01020103.xhp   \
-        text/shared/01/01050000.xhp   \
-        text/shared/01/01060000.xhp   \
-        text/shared/01/01070000.xhp   \
-        text/shared/01/01070001.xhp   \
-        text/shared/01/01100000.xhp   \
-        text/shared/01/01100100.xhp   \
-        text/shared/01/01100200.xhp   \
-        text/shared/01/01100300.xhp   \
-        text/shared/01/01100400.xhp   \
-        text/shared/01/01100500.xhp   \
-        text/shared/01/01100600.xhp   \
-        text/shared/01/01110000.xhp   \
-        text/shared/01/01110100.xhp   \
-        text/shared/01/01110101.xhp   \
-        text/shared/01/01110300.xhp   \
-        text/shared/01/01110400.xhp   \
-        text/shared/01/01130000.xhp   \
-        text/shared/01/01140000.xhp   \
-        text/shared/01/01160000.xhp   \
-        text/shared/01/01160200.xhp   \
-        text/shared/01/01160300.xhp   \
-        text/shared/01/01170000.xhp   \
-        text/shared/01/01180000.xhp   \
-        text/shared/01/01190000.xhp   \
-        text/shared/01/01990000.xhp   \
-        text/shared/01/02010000.xhp   \
-        text/shared/01/02020000.xhp   \
-        text/shared/01/02030000.xhp   \
-        text/shared/01/02040000.xhp   \
-        text/shared/01/02050000.xhp   \
-        text/shared/01/02060000.xhp   \
-        text/shared/01/02070000.xhp   \
-        text/shared/01/02090000.xhp   \
-        text/shared/01/02100000.xhp   \
-        text/shared/01/02100001.xhp   \
-        text/shared/01/02100100.xhp   \
-        text/shared/01/02100200.xhp   \
-        text/shared/01/02100300.xhp   \
-        text/shared/01/02110000.xhp   \
-        text/shared/01/02180000.xhp   \
-        text/shared/01/02180100.xhp   \
-        text/shared/01/02190000.xhp   \
-        text/shared/01/02200000.xhp   \
-        text/shared/01/02200100.xhp   \
-        text/shared/01/02200200.xhp   \
-        text/shared/01/02210101.xhp   \
-        text/shared/01/02220000.xhp   \
-        text/shared/01/02220100.xhp   \
-        text/shared/01/02230000.xhp   \
-        text/shared/01/02230100.xhp   \
-        text/shared/01/02230150.xhp   \
-        text/shared/01/02230200.xhp   \
-        text/shared/01/02230300.xhp   \
-        text/shared/01/02230400.xhp   \
-        text/shared/01/02230401.xhp   \
-        text/shared/01/02230402.xhp   \
-        text/shared/01/02230500.xhp   \
-        text/shared/01/02240000.xhp   \
-        text/shared/01/02250000.xhp   \
-        text/shared/01/03010000.xhp   \
-        text/shared/01/03020000.xhp   \
-        text/shared/01/03040000.xhp   \
-        text/shared/01/03050000.xhp   \
-        text/shared/01/03060000.xhp   \
-        text/shared/01/03110000.xhp   \
-        text/shared/01/03150100.xhp   \
-        text/shared/01/03170000.xhp   \
-        text/shared/01/03990000.xhp   \
-        text/shared/01/04050000.xhp   \
-        text/shared/01/04060000.xhp   \
-        text/shared/01/04060100.xhp   \
-        text/shared/01/04060200.xhp   \
-        text/shared/01/04100000.xhp   \
-        text/shared/01/04110000.xhp   \
-        text/shared/01/04140000.xhp   \
-        text/shared/01/04150000.xhp   \
-        text/shared/01/04150100.xhp   \
-        text/shared/01/04150200.xhp   \
-        text/shared/01/04150400.xhp   \
-        text/shared/01/04150500.xhp   \
-        text/shared/01/04160300.xhp   \
-        text/shared/01/04160500.xhp   \
-        text/shared/01/04180100.xhp   \
-        text/shared/01/04990000.xhp   \
-        text/shared/01/05010000.xhp   \
-        text/shared/01/05020000.xhp   \
-        text/shared/01/05020100.xhp   \
-        text/shared/01/05020200.xhp   \
-        text/shared/01/05020300.xhp   \
-        text/shared/01/05020301.xhp   \
-        text/shared/01/05020400.xhp   \
-        text/shared/01/05020500.xhp   \
-        text/shared/01/05020600.xhp   \
-        text/shared/01/05020700.xhp   \
-        text/shared/01/05030000.xhp   \
-        text/shared/01/05030100.xhp   \
-        text/shared/01/05030300.xhp   \
-        text/shared/01/05030500.xhp   \
-        text/shared/01/05030600.xhp   \
-        text/shared/01/05030700.xhp   \
-        text/shared/01/05030800.xhp   \
-        text/shared/01/05040100.xhp   \
-        text/shared/01/05040200.xhp   \
-        text/shared/01/05040300.xhp   \
-        text/shared/01/05040400.xhp   \
-        text/shared/01/05050000.xhp   \
-        text/shared/01/05060000.xhp   \
-        text/shared/01/05070000.xhp   \
-        text/shared/01/05070100.xhp   \
-        text/shared/01/05070200.xhp   \
-        text/shared/01/05070300.xhp   \
-        text/shared/01/05070400.xhp   \
-        text/shared/01/05070500.xhp   \
-        text/shared/01/05070600.xhp   \
-        text/shared/01/05080000.xhp   \
-        text/shared/01/05080100.xhp   \
-        text/shared/01/05080200.xhp   \
-        text/shared/01/05080300.xhp   \
-        text/shared/01/05080400.xhp   \
-        text/shared/01/05090000.xhp   \
-        text/shared/01/05100000.xhp   \
-        text/shared/01/05100100.xhp   \
-        text/shared/01/05100200.xhp   \
-        text/shared/01/05100500.xhp   \
-        text/shared/01/05100600.xhp   \
-        text/shared/01/05100700.xhp   \
-        text/shared/01/05110000.xhp   \
-        text/shared/01/05110100.xhp   \
-        text/shared/01/05110200.xhp   \
-        text/shared/01/05110300.xhp   \
-        text/shared/01/05110400.xhp   \
-        text/shared/01/05110500.xhp   \
-        text/shared/01/05110600m.xhp   \
-        text/shared/01/05110700.xhp   \
-        text/shared/01/05110800.xhp   \
-        text/shared/01/05120000.xhp   \
-        text/shared/01/05120100.xhp   \
-        text/shared/01/05120200.xhp   \
-        text/shared/01/05120300.xhp   \
-        text/shared/01/05120600.xhp   \
-        text/shared/01/05140100.xhp   \
-        text/shared/01/05150101.xhp   \
-        text/shared/01/05190000.xhp   \
-        text/shared/01/05190100.xhp   \
-        text/shared/01/05200000.xhp   \
-        text/shared/01/05200100.xhp   \
-        text/shared/01/05200200.xhp   \
-        text/shared/01/05200300.xhp   \
-        text/shared/01/05210000.xhp   \
-        text/shared/01/05210100.xhp   \
-        text/shared/01/05210200.xhp   \
-        text/shared/01/05210300.xhp   \
-        text/shared/01/05210400.xhp   \
-        text/shared/01/05210500.xhp   \
-        text/shared/01/05210600.xhp   \
-        text/shared/01/05210700.xhp   \
-        text/shared/01/05220000.xhp   \
-        text/shared/01/05230000.xhp   \
-        text/shared/01/05230100.xhp   \
-        text/shared/01/05230300.xhp   \
-        text/shared/01/05230400.xhp   \
-        text/shared/01/05230500.xhp   \
-        text/shared/01/05240000.xhp   \
-        text/shared/01/05240100.xhp   \
-        text/shared/01/05240200.xhp   \
-        text/shared/01/05250000.xhp   \
-        text/shared/01/05250100.xhp   \
-        text/shared/01/05250200.xhp   \
-        text/shared/01/05250300.xhp   \
-        text/shared/01/05250400.xhp   \
-        text/shared/01/05250500.xhp   \
-        text/shared/01/05250600.xhp   \
-        text/shared/01/05260000.xhp   \
-        text/shared/01/05260100.xhp   \
-        text/shared/01/05260200.xhp   \
-        text/shared/01/05260300.xhp   \
-        text/shared/01/05260400.xhp   \
-        text/shared/01/05260500.xhp   \
-        text/shared/01/05260600.xhp   \
-        text/shared/01/05270000.xhp   \
-        text/shared/01/05280000.xhp   \
-        text/shared/01/05290000.xhp   \
-        text/shared/01/05290100.xhp   \
-        text/shared/01/05290200.xhp   \
-        text/shared/01/05290300.xhp   \
-        text/shared/01/05290400.xhp   \
-        text/shared/01/05320000.xhp   \
-        text/shared/01/05340100.xhp   \
-        text/shared/01/05340200.xhp   \
-        text/shared/01/05340300.xhp   \
-        text/shared/01/05340400.xhp   \
-        text/shared/01/05340402.xhp   \
-        text/shared/01/05340404.xhp   \
-        text/shared/01/05340405.xhp   \
-        text/shared/01/05340500.xhp   \
-        text/shared/01/05340600.xhp   \
-        text/shared/01/05350000.xhp   \
-        text/shared/01/05350200.xhp   \
-        text/shared/01/05350300.xhp   \
-        text/shared/01/05350400.xhp   \
-        text/shared/01/05350500.xhp   \
-        text/shared/01/05350600.xhp   \
-        text/shared/01/05360000.xhp   \
-        text/shared/01/05990000.xhp   \
-        text/shared/01/06010000.xhp   \
-        text/shared/01/06010101.xhp   \
-        text/shared/01/06010500.xhp   \
-        text/shared/01/06010600.xhp   \
-        text/shared/01/06010601.xhp   \
-        text/shared/01/06020000.xhp   \
-        text/shared/01/06030000.xhp   \
-        text/shared/01/06040000.xhp   \
-        text/shared/01/06040100.xhp   \
-        text/shared/01/06040200.xhp   \
-        text/shared/01/06040300.xhp   \
-        text/shared/01/06040400.xhp   \
-        text/shared/01/06040500.xhp   \
-        text/shared/01/06040600.xhp   \
-        text/shared/01/06040700.xhp   \
-        text/shared/01/06050000.xhp   \
-        text/shared/01/06050100.xhp   \
-        text/shared/01/06050200.xhp   \
-        text/shared/01/06050300.xhp   \
-        text/shared/01/06050400.xhp   \
-        text/shared/01/06050500.xhp   \
-        text/shared/01/06050600.xhp   \
-        text/shared/01/06130000.xhp   \
-        text/shared/01/06130001.xhp   \
-        text/shared/01/06130010.xhp   \
-        text/shared/01/06130100.xhp   \
-        text/shared/01/06130200.xhp   \
-        text/shared/01/06130500.xhp   \
-        text/shared/01/06140000.xhp   \
-        text/shared/01/06140100.xhp   \
-        text/shared/01/06140101.xhp   \
-        text/shared/01/06140102.xhp   \
-        text/shared/01/06140200.xhp   \
-        text/shared/01/06140400.xhp   \
-        text/shared/01/06140402.xhp   \
-        text/shared/01/06140500.xhp   \
-        text/shared/01/06150000.xhp   \
-        text/shared/01/06150100.xhp   \
-        text/shared/01/06150110.xhp   \
-        text/shared/01/06150120.xhp   \
-        text/shared/01/06150200.xhp   \
-        text/shared/01/06150210.xhp   \
-        text/shared/01/06200000.xhp   \
-        text/shared/01/06201000.xhp   \
-        text/shared/01/06202000.xhp   \
-        text/shared/01/06990000.xhp   \
-        text/shared/01/07010000.xhp   \
-        text/shared/01/07080000.xhp   \
-        text/shared/01/about_meta_tags.xhp   \
-        text/shared/01/digitalsignatures.xhp   \
-        text/shared/01/extensionupdate.xhp   \
-        text/shared/01/formatting_mark.xhp   \
-        text/shared/01/gallery_files.xhp   \
-        text/shared/01/gallery.xhp   \
-        text/shared/01/grid.xhp   \
-        text/shared/01/guides.xhp   \
-        text/shared/01/mediaplayer.xhp   \
-        text/shared/01/moviesound.xhp   \
-        text/shared/01/online_update_dialog.xhp   \
-        text/shared/01/online_update.xhp   \
-        text/shared/01/packagemanager.xhp   \
-        text/shared/01/password_dlg.xhp   \
-        text/shared/01/password_main.xhp   \
-        text/shared/01/ref_pdf_export.xhp   \
-        text/shared/01/ref_pdf_send_as.xhp   \
-        text/shared/01/securitywarning.xhp   \
-        text/shared/01/selectcertificate.xhp   \
-        text/shared/01/webhtml.xhp   \
-        text/shared/01/xformsdataaddcon.xhp   \
-        text/shared/01/xformsdataadd.xhp   \
-        text/shared/01/xformsdatachange.xhp   \
-        text/shared/01/xformsdataname.xhp   \
-        text/shared/01/xformsdatatab.xhp   \
-        text/shared/01/xformsdata.xhp   \
-        text/shared/02/01110000.xhp   \
-        text/shared/02/01140000.xhp   \
-        text/shared/02/01170000.xhp   \
-        text/shared/02/01170001.xhp   \
-        text/shared/02/01170002.xhp   \
-        text/shared/02/01170003.xhp   \
-        text/shared/02/01170004.xhp   \
-        text/shared/02/01170100.xhp   \
-        text/shared/02/01170101.xhp   \
-        text/shared/02/01170102.xhp   \
-        text/shared/02/01170103.xhp   \
-        text/shared/02/01170200.xhp   \
-        text/shared/02/01170201.xhp   \
-        text/shared/02/01170202.xhp   \
-        text/shared/02/01170203.xhp   \
-        text/shared/02/01170300.xhp   \
-        text/shared/02/01170400.xhp   \
-        text/shared/02/01170500.xhp   \
-        text/shared/02/01170600.xhp   \
-        text/shared/02/01170700.xhp   \
-        text/shared/02/01170800.xhp   \
-        text/shared/02/01170801.xhp   \
-        text/shared/02/01170802.xhp   \
-        text/shared/02/01170900.xhp   \
-        text/shared/02/01170901.xhp   \
-        text/shared/02/01170902.xhp   \
-        text/shared/02/01170903.xhp   \
-        text/shared/02/01170904.xhp   \
-        text/shared/02/01171000.xhp   \
-        text/shared/02/01171100.xhp   \
-        text/shared/02/01171200.xhp   \
-        text/shared/02/01171300.xhp   \
-        text/shared/02/01171400.xhp   \
-        text/shared/02/01220000.xhp   \
-        text/shared/02/01230000.xhp   \
-        text/shared/02/02010000.xhp   \
-        text/shared/02/02020000.xhp   \
-        text/shared/02/02030000.xhp   \
-        text/shared/02/02040000.xhp   \
-        text/shared/02/02050000.xhp   \
-        text/shared/02/02130000.xhp   \
-        text/shared/02/02140000.xhp   \
-        text/shared/02/02160000.xhp   \
-        text/shared/02/02170000.xhp   \
-        text/shared/02/03110000.xhp   \
-        text/shared/02/03120000.xhp   \
-        text/shared/02/03130000.xhp   \
-        text/shared/02/03140000.xhp   \
-        text/shared/02/03150000.xhp   \
-        text/shared/02/03200000.xhp   \
-        text/shared/02/04210000.xhp   \
-        text/shared/02/05020000.xhp   \
-        text/shared/02/05090000.xhp   \
-        text/shared/02/05110000.xhp   \
-        text/shared/02/06050000.xhp   \
-        text/shared/02/06060000.xhp   \
-        text/shared/02/06100000.xhp   \
-        text/shared/02/06110000.xhp   \
-        text/shared/02/06120000.xhp   \
-        text/shared/02/07010000.xhp   \
-        text/shared/02/07060000.xhp   \
-        text/shared/02/07070000.xhp   \
-        text/shared/02/07070100.xhp   \
-        text/shared/02/07070200.xhp   \
-        text/shared/02/07080000.xhp   \
-        text/shared/02/07090000.xhp   \
-        text/shared/02/08010000.xhp   \
-        text/shared/02/08020000.xhp   \
-        text/shared/02/09010000.xhp   \
-        text/shared/02/09020000.xhp   \
-        text/shared/02/09030000.xhp   \
-        text/shared/02/09050000.xhp   \
-        text/shared/02/09060000.xhp   \
-        text/shared/02/09070000.xhp   \
-        text/shared/02/09070100.xhp   \
-        text/shared/02/09070200.xhp   \
-        text/shared/02/09070300.xhp   \
-        text/shared/02/09070400.xhp   \
-        text/shared/02/10010000.xhp   \
-        text/shared/02/10020000.xhp   \
-        text/shared/02/10100000.xhp   \
-        text/shared/02/12000000.xhp   \
-        text/shared/02/12010000.xhp   \
-        text/shared/02/12020000.xhp   \
-        text/shared/02/12030000.xhp   \
-        text/shared/02/12040000.xhp   \
-        text/shared/02/12050000.xhp   \
-        text/shared/02/12070000.xhp   \
-        text/shared/02/12070100.xhp   \
-        text/shared/02/12070200.xhp   \
-        text/shared/02/12070300.xhp   \
-        text/shared/02/12080000.xhp   \
-        text/shared/02/12090000.xhp   \
-        text/shared/02/12090100.xhp   \
-        text/shared/02/12090101.xhp   \
-        text/shared/02/12100000.xhp   \
-        text/shared/02/12100100.xhp   \
-        text/shared/02/12100200.xhp   \
-        text/shared/02/12110000.xhp   \
-        text/shared/02/12120000.xhp   \
-        text/shared/02/12130000.xhp   \
-        text/shared/02/12140000.xhp   \
-        text/shared/02/13010000.xhp   \
-        text/shared/02/13020000.xhp   \
-        text/shared/02/14010000.xhp   \
-        text/shared/02/14020000.xhp   \
-        text/shared/02/14020100.xhp   \
-        text/shared/02/14020200.xhp   \
-        text/shared/02/14030000.xhp   \
-        text/shared/02/14040000.xhp   \
-        text/shared/02/14050000.xhp   \
-        text/shared/02/14060000.xhp   \
-        text/shared/02/14070000.xhp   \
-        text/shared/02/18010000.xhp   \
-        text/shared/02/18030000.xhp   \
-        text/shared/02/19090000.xhp   \
-        text/shared/02/20020000.xhp   \
-        text/shared/02/20030000.xhp   \
-        text/shared/02/20040000.xhp   \
-        text/shared/02/20050000.xhp   \
-        text/shared/02/20060000.xhp   \
-        text/shared/02/20090000.xhp   \
-        text/shared/02/20100000.xhp   \
-        text/shared/02/24010000.xhp   \
-        text/shared/02/24020000.xhp   \
-        text/shared/02/24030000.xhp   \
-        text/shared/02/24040000.xhp   \
-        text/shared/02/24050000.xhp   \
-        text/shared/02/24060000.xhp   \
-        text/shared/02/24070000.xhp   \
-        text/shared/02/24080000.xhp   \
-        text/shared/02/24090000.xhp   \
-        text/shared/02/24100000.xhp   \
-        text/shared/02/basicshapes.xhp   \
-        text/shared/02/blockarrows.xhp   \
-        text/shared/02/callouts.xhp   \
-        text/shared/02/colortoolbar.xhp   \
-        text/shared/02/flowcharts.xhp   \
-        text/shared/02/fontwork.xhp   \
-        text/shared/02/more_controls.xhp   \
-        text/shared/02/paintbrush.xhp   \
-        text/shared/02/stars.xhp   \
-        text/shared/02/symbolshapes.xhp   \
-        text/shared/04/01010000.xhp   \
-        text/shared/04/01020000.xhp   \
-        text/shared/05/00000001.xhp   \
-        text/shared/05/00000002.xhp   \
-        text/shared/05/00000100.xhp   \
-        text/shared/05/00000110.xhp   \
-        text/shared/05/00000120.xhp   \
-        text/shared/05/00000130.xhp   \
-        text/shared/05/00000140.xhp   \
-        text/shared/05/00000150.xhp   \
-        text/shared/05/00000160.xhp   \
-        text/shared/05/err_html.xhp   \
-        text/shared/07/09000000.xhp   \
-        text/shared/3dsettings_toolbar.xhp   \
-        text/shared/autokorr/01000000.xhp   \
-        text/shared/autokorr/02000000.xhp   \
-        text/shared/autokorr/03000000.xhp   \
-        text/shared/autokorr/04000000.xhp   \
-        text/shared/autokorr/05000000.xhp   \
-        text/shared/autokorr/06000000.xhp   \
-        text/shared/autokorr/07000000.xhp   \
-        text/shared/autokorr/08000000.xhp   \
-        text/shared/autokorr/09000000.xhp   \
-        text/shared/autokorr/10000000.xhp   \
-        text/shared/autokorr/12000000.xhp   \
-        text/shared/autokorr/13000000.xhp   \
-        text/shared/autopi/01000000.xhp   \
-        text/shared/autopi/01010000.xhp   \
-        text/shared/autopi/01010100.xhp   \
-        text/shared/autopi/01010200.xhp   \
-        text/shared/autopi/01010300.xhp   \
-        text/shared/autopi/01010400.xhp   \
-        text/shared/autopi/01010500.xhp   \
-        text/shared/autopi/01010600.xhp   \
-        text/shared/autopi/01020000.xhp   \
-        text/shared/autopi/01020100.xhp   \
-        text/shared/autopi/01020200.xhp   \
-        text/shared/autopi/01020300.xhp   \
-        text/shared/autopi/01020400.xhp   \
-        text/shared/autopi/01020500.xhp   \
-        text/shared/autopi/01040000.xhp   \
-        text/shared/autopi/01040100.xhp   \
-        text/shared/autopi/01040200.xhp   \
-        text/shared/autopi/01040300.xhp   \
-        text/shared/autopi/01040400.xhp   \
-        text/shared/autopi/01040500.xhp   \
-        text/shared/autopi/01040600.xhp   \
-        text/shared/autopi/01050000.xhp   \
-        text/shared/autopi/01050100.xhp   \
-        text/shared/autopi/01050200.xhp   \
-        text/shared/autopi/01050300.xhp   \
-        text/shared/autopi/01050400.xhp   \
-        text/shared/autopi/01050500.xhp   \
-        text/shared/autopi/01090000.xhp   \
-        text/shared/autopi/01090100.xhp   \
-        text/shared/autopi/01090200.xhp   \
-        text/shared/autopi/01090210.xhp   \
-        text/shared/autopi/01090220.xhp   \
-        text/shared/autopi/01090300.xhp   \
-        text/shared/autopi/01090400.xhp   \
-        text/shared/autopi/01090500.xhp   \
-        text/shared/autopi/01090600.xhp   \
-        text/shared/autopi/01100000.xhp   \
-        text/shared/autopi/01100100.xhp   \
-        text/shared/autopi/01100150.xhp   \
-        text/shared/autopi/01100200.xhp   \
-        text/shared/autopi/01100300.xhp   \
-        text/shared/autopi/01100400.xhp   \
-        text/shared/autopi/01100500.xhp   \
-        text/shared/autopi/01110000.xhp   \
-        text/shared/autopi/01110100.xhp   \
-        text/shared/autopi/01110200.xhp   \
-        text/shared/autopi/01110300.xhp   \
-        text/shared/autopi/01110400.xhp   \
-        text/shared/autopi/01110500.xhp   \
-        text/shared/autopi/01110600.xhp   \
-        text/shared/autopi/01120000.xhp   \
-        text/shared/autopi/01120100.xhp   \
-        text/shared/autopi/01120200.xhp   \
-        text/shared/autopi/01120300.xhp   \
-        text/shared/autopi/01120400.xhp   \
-        text/shared/autopi/01120500.xhp   \
-        text/shared/autopi/01130000.xhp   \
-        text/shared/autopi/01130100.xhp   \
-        text/shared/autopi/01130200.xhp   \
-        text/shared/autopi/01150000.xhp   \
-        text/shared/autopi/01170000.xhp   \
-        text/shared/autopi/01170200.xhp   \
-        text/shared/autopi/01170300.xhp   \
-        text/shared/autopi/01170400.xhp   \
-        text/shared/autopi/01170500.xhp   \
-        text/shared/autopi/purchase.xhp   \
-        text/shared/autopi/startup.xhp   \
-        text/shared/autopi/webwizard00.xhp   \
-        text/shared/autopi/webwizard01.xhp   \
-        text/shared/autopi/webwizard02.xhp   \
-        text/shared/autopi/webwizard03.xhp   \
-        text/shared/autopi/webwizard04.xhp   \
-        text/shared/autopi/webwizard05bi.xhp   \
-        text/shared/autopi/webwizard05is.xhp   \
-        text/shared/autopi/webwizard05.xhp   \
-        text/shared/autopi/webwizard06.xhp   \
-        text/shared/autopi/webwizard07fc.xhp   \
-        text/shared/autopi/webwizard07.xhp   \
-        text/shared/explorer/database/02000000.xhp   \
-        text/shared/explorer/database/02000002.xhp   \
-        text/shared/explorer/database/02010100.xhp   \
-        text/shared/explorer/database/02010101.xhp   \
-        text/shared/explorer/database/04000000.xhp   \
-        text/shared/explorer/database/04030000.xhp   \
-        text/shared/explorer/database/05000000.xhp   \
-        text/shared/explorer/database/05000001.xhp   \
-        text/shared/explorer/database/05000002.xhp   \
-        text/shared/explorer/database/05000003.xhp   \
-        text/shared/explorer/database/05010000.xhp   \
-        text/shared/explorer/database/05010100.xhp   \
-        text/shared/explorer/database/05020000.xhp   \
-        text/shared/explorer/database/05020100.xhp   \
-        text/shared/explorer/database/05030000.xhp   \
-        text/shared/explorer/database/05030100.xhp   \
-        text/shared/explorer/database/05030200.xhp   \
-        text/shared/explorer/database/05030300.xhp   \
-        text/shared/explorer/database/05030400.xhp   \
-        text/shared/explorer/database/05040000.xhp   \
-        text/shared/explorer/database/05040100.xhp   \
-        text/shared/explorer/database/05040200.xhp   \
-        text/shared/explorer/database/11000002.xhp   \
-        text/shared/explorer/database/11020000.xhp   \
-        text/shared/explorer/database/11030000.xhp   \
-        text/shared/explorer/database/11030100.xhp   \
-        text/shared/explorer/database/11080000.xhp   \
-        text/shared/explorer/database/11090000.xhp   \
-        text/shared/explorer/database/11150200.xhp   \
-        text/shared/explorer/database/11170000.xhp   \
-        text/shared/explorer/database/11170100.xhp   \
-        text/shared/explorer/database/30000000.xhp   \
-        text/shared/explorer/database/30100000.xhp   \
-        text/shared/explorer/database/dabaadvpropdat.xhp   \
-        text/shared/explorer/database/dabaadvpropgen.xhp   \
-        text/shared/explorer/database/dabaadvprop.xhp   \
-        text/shared/explorer/database/dabadoc.xhp   \
-        text/shared/explorer/database/dabapropadd.xhp   \
-        text/shared/explorer/database/dabapropcon.xhp   \
-        text/shared/explorer/database/dabapropgen.xhp   \
-        text/shared/explorer/database/dabaprop.xhp   \
-        text/shared/explorer/database/dabawiz00.xhp   \
-        text/shared/explorer/database/dabawiz01.xhp   \
-        text/shared/explorer/database/dabawiz02access.xhp   \
-        text/shared/explorer/database/dabawiz02adabas.xhp   \
-        text/shared/explorer/database/dabawiz02ado.xhp   \
-        text/shared/explorer/database/dabawiz02dbase.xhp   \
-        text/shared/explorer/database/dabawiz02jdbc.xhp   \
-        text/shared/explorer/database/dabawiz02ldap.xhp   \
-        text/shared/explorer/database/dabawiz02mysql.xhp   \
-        text/shared/explorer/database/dabawiz02odbc.xhp   \
-        text/shared/explorer/database/dabawiz02oracle.xhp   \
-        text/shared/explorer/database/dabawiz02spreadsheet.xhp   \
-        text/shared/explorer/database/dabawiz02text.xhp   \
-        text/shared/explorer/database/dabawiz02.xhp   \
-        text/shared/explorer/database/dabawiz03auth.xhp   \
-        text/shared/explorer/database/main.xhp   \
-        text/shared/explorer/database/menubar.xhp   \
-        text/shared/explorer/database/menuedit.xhp   \
-        text/shared/explorer/database/menufilesave.xhp   \
-        text/shared/explorer/database/menufile.xhp   \
-        text/shared/explorer/database/menuinsert.xhp   \
-        text/shared/explorer/database/menutools.xhp   \
-        text/shared/explorer/database/menuview.xhp   \
-        text/shared/explorer/database/migrate_macros.xhp   \
-        text/shared/explorer/database/password.xhp   \
-        text/shared/explorer/database/querywizard00.xhp   \
-        text/shared/explorer/database/querywizard01.xhp   \
-        text/shared/explorer/database/querywizard02.xhp   \
-        text/shared/explorer/database/querywizard03.xhp   \
-        text/shared/explorer/database/querywizard04.xhp   \
-        text/shared/explorer/database/querywizard05.xhp   \
-        text/shared/explorer/database/querywizard06.xhp   \
-        text/shared/explorer/database/querywizard07.xhp   \
-        text/shared/explorer/database/querywizard08.xhp   \
-        text/shared/explorer/database/rep_datetime.xhp   \
-        text/shared/explorer/database/rep_main.xhp   \
-        text/shared/explorer/database/rep_navigator.xhp   \
-        text/shared/explorer/database/rep_pagenumbers.xhp   \
-        text/shared/explorer/database/rep_prop.xhp   \
-        text/shared/explorer/database/rep_sort.xhp   \
-        text/shared/explorer/database/tablewizard00.xhp   \
-        text/shared/explorer/database/tablewizard01.xhp   \
-        text/shared/explorer/database/tablewizard02.xhp   \
-        text/shared/explorer/database/tablewizard03.xhp   \
-        text/shared/explorer/database/tablewizard04.xhp   \
-        text/shared/explorer/database/toolbars.xhp   \
-        text/shared/guide/aaa_start.xhp   \
-        text/shared/guide/accessibility.xhp   \
-        text/shared/guide/active_help_on_off.xhp   \
-        text/shared/guide/activex.xhp   \
-        text/shared/guide/assistive.xhp   \
-        text/shared/guide/autocorr_url.xhp   \
-        text/shared/guide/autohide.xhp   \
-        text/shared/guide/background.xhp   \
-        text/shared/guide/border_paragraph.xhp   \
-        text/shared/guide/border_table.xhp   \
-        text/shared/guide/breaking_lines.xhp   \
-        text/shared/guide/change_title.xhp   \
-        text/shared/guide/chart_axis.xhp   \
-        text/shared/guide/chart_barformat.xhp   \
-        text/shared/guide/chart_insert.xhp   \
-        text/shared/guide/chart_legend.xhp   \
-        text/shared/guide/chart_title.xhp   \
-        text/shared/guide/collab.xhp   \
-        text/shared/guide/configure_overview.xhp   \
-        text/shared/guide/contextmenu.xhp   \
-        text/shared/guide/copy_drawfunctions.xhp   \
-        text/shared/guide/copytable2application.xhp   \
-        text/shared/guide/copytext2application.xhp   \
-        text/shared/guide/ctl.xhp   \
-        text/shared/guide/data_addressbook.xhp   \
-        text/shared/guide/database_main.xhp   \
-        text/shared/guide/data_dbase2office.xhp   \
-        text/shared/guide/data_enter_sql.xhp   \
-        text/shared/guide/data_forms.xhp   \
-        text/shared/guide/data_im_export.xhp   \
-        text/shared/guide/data_new.xhp   \
-        text/shared/guide/data_queries.xhp   \
-        text/shared/guide/data_register.xhp   \
-        text/shared/guide/data_reports.xhp   \
-        text/shared/guide/data_report.xhp   \
-        text/shared/guide/data_search2.xhp   \
-        text/shared/guide/data_search.xhp   \
-        text/shared/guide/data_tabledefine.xhp   \
-        text/shared/guide/data_tables.xhp   \
-        text/shared/guide/data_view.xhp   \
-        text/shared/guide/digital_signatures.xhp   \
-        text/shared/guide/digitalsign_receive.xhp   \
-        text/shared/guide/digitalsign_send.xhp   \
-        text/shared/guide/doc_autosave.xhp   \
-        text/shared/guide/doc_open.xhp   \
-        text/shared/guide/doc_save.xhp   \
-        text/shared/guide/dragdrop_beamer.xhp   \
-        text/shared/guide/dragdrop_fromgallery.xhp   \
-        text/shared/guide/dragdrop_gallery.xhp   \
-        text/shared/guide/dragdrop_graphic.xhp   \
-        text/shared/guide/dragdrop_table.xhp   \
-        text/shared/guide/dragdrop.xhp   \
-        text/shared/guide/edit_symbolbar.xhp   \
-        text/shared/guide/email.xhp   \
-        text/shared/guide/error_report.xhp   \
-        text/shared/guide/export_ms.xhp   \
-        text/shared/guide/fax.xhp   \
-        text/shared/guide/filternavigator.xhp   \
-        text/shared/guide/find_attributes.xhp   \
-        text/shared/guide/flat_icons.xhp   \
-        text/shared/guide/floating_toolbar.xhp   \
-        text/shared/guide/fontwork.xhp   \
-        text/shared/guide/formfields.xhp   \
-        text/shared/guide/gallery_insert.xhp   \
-        text/shared/guide/groups.xhp   \
-        text/shared/guide/hyperlink_edit.xhp   \
-        text/shared/guide/hyperlink_insert.xhp   \
-        text/shared/guide/hyperlink_rel_abs.xhp   \
-        text/shared/guide/hyperlink_search.xhp   \
-        text/shared/guide/imagemap.xhp   \
-        text/shared/guide/import_ms.xhp   \
-        text/shared/guide/insert_bitmap.xhp   \
-        text/shared/guide/insert_graphic_drawit.xhp   \
-        text/shared/guide/insert_specialchar.xhp   \
-        text/shared/guide/integratinguno.xhp   \
-        text/shared/guide/keyboard.xhp   \
-        text/shared/guide/labels_database.xhp   \
-        text/shared/guide/labels.xhp   \
-        text/shared/guide/language_select.xhp   \
-        text/shared/guide/lineend_define.xhp   \
-        text/shared/guide/line_intext.xhp   \
-        text/shared/guide/linestyle_define.xhp   \
-        text/shared/guide/linestyles.xhp   \
-        text/shared/guide/macro_recording.xhp   \
-        text/shared/guide/main.xhp   \
-        text/shared/guide/measurement_units.xhp   \
-        text/shared/guide/microsoft_terms.xhp   \
-        text/shared/guide/mobiledevicefilters.xhp   \
-        text/shared/guide/ms_doctypes.xhp   \
-        text/shared/guide/ms_import_export_limitations.xhp   \
-        text/shared/guide/ms_user.xhp   \
-        text/shared/guide/navigator_setcursor.xhp   \
-        text/shared/guide/navigator.xhp   \
-        text/shared/guide/navpane_on.xhp   \
-        text/shared/guide/numbering_stop.xhp   \
-        text/shared/guide/pageformat_max.xhp   \
-        text/shared/guide/paintbrush.xhp   \
-        text/shared/guide/pasting.xhp   \
-        text/shared/guide/print_blackwhite.xhp   \
-        text/shared/guide/print_faster.xhp   \
-        text/shared/guide/protection.xhp   \
-        text/shared/guide/redlining_accept.xhp   \
-        text/shared/guide/redlining_doccompare.xhp   \
-        text/shared/guide/redlining_docmerge.xhp   \
-        text/shared/guide/redlining_enter.xhp   \
-        text/shared/guide/redlining_protect.xhp   \
-        text/shared/guide/redlining_versions.xhp   \
-        text/shared/guide/redlining.xhp   \
-        text/shared/guide/round_corner.xhp   \
-        text/shared/guide/scripting.xhp   \
-        text/shared/guide/space_hyphen.xhp   \
-        text/shared/guide/spadmin.xhp   \
-        text/shared/guide/standard_template.xhp   \
-        text/shared/guide/startcenter.xhp   \
-        text/shared/guide/start_parameters.xhp   \
-        text/shared/guide/tabs.xhp   \
-        text/shared/guide/text_color.xhp   \
-        text/shared/guide/textmode_change.xhp   \
-        text/shared/guide/undo_formatting.xhp   \
-        text/shared/guide/version_number.xhp   \
-        text/shared/guide/viewing_file_properties.xhp   \
-        text/shared/guide/workfolder.xhp   \
-        text/shared/guide/xforms.xhp   \
-        text/shared/guide/xsltfilter_create.xhp   \
-        text/shared/guide/xsltfilter_distribute.xhp   \
-        text/shared/guide/xsltfilter.xhp   \
-        text/shared/optionen/01000000.xhp   \
-        text/shared/optionen/01010000.xhp   \
-        text/shared/optionen/01010100.xhp   \
-        text/shared/optionen/01010200.xhp   \
-        text/shared/optionen/01010300.xhp   \
-        text/shared/optionen/01010301.xhp   \
-        text/shared/optionen/01010400.xhp   \
-        text/shared/optionen/01010401.xhp   \
-        text/shared/optionen/01010500.xhp   \
-        text/shared/optionen/01010501.xhp   \
-        text/shared/optionen/01010600.xhp   \
-        text/shared/optionen/01010700.xhp   \
-        text/shared/optionen/01010800.xhp   \
-        text/shared/optionen/01010900.xhp   \
-        text/shared/optionen/01011000.xhp   \
-        text/shared/optionen/01012000.xhp   \
-        text/shared/optionen/01013000.xhp   \
-        text/shared/optionen/01014000.xhp   \
-        text/shared/optionen/01020000.xhp   \
-        text/shared/optionen/01020100.xhp   \
-        text/shared/optionen/01020200.xhp   \
-        text/shared/optionen/01020300.xhp   \
-        text/shared/optionen/01030000.xhp   \
-        text/shared/optionen/01030300.xhp   \
-        text/shared/optionen/01030500.xhp   \
-        text/shared/optionen/01040000.xhp   \
-        text/shared/optionen/01040200.xhp   \
-        text/shared/optionen/01040300.xhp   \
-        text/shared/optionen/01040301.xhp   \
-        text/shared/optionen/01040400.xhp   \
-        text/shared/optionen/01040500.xhp   \
-        text/shared/optionen/01040600.xhp   \
-        text/shared/optionen/01040700.xhp   \
-        text/shared/optionen/01040900.xhp   \
-        text/shared/optionen/01041000.xhp   \
-        text/shared/optionen/01041100.xhp   \
-        text/shared/optionen/01050000.xhp   \
-        text/shared/optionen/01050100.xhp   \
-        text/shared/optionen/01050300.xhp   \
-        text/shared/optionen/01060000.xhp   \
-        text/shared/optionen/01060100.xhp   \
-        text/shared/optionen/01060300.xhp   \
-        text/shared/optionen/01060400.xhp   \
-        text/shared/optionen/01060401.xhp   \
-        text/shared/optionen/01060500.xhp   \
-        text/shared/optionen/01060600.xhp   \
-        text/shared/optionen/01060700.xhp   \
-        text/shared/optionen/01070000.xhp   \
-        text/shared/optionen/01070100.xhp   \
-        text/shared/optionen/01070300.xhp   \
-        text/shared/optionen/01070400.xhp   \
-        text/shared/optionen/01070500.xhp   \
-        text/shared/optionen/01080000.xhp   \
-        text/shared/optionen/01090000.xhp   \
-        text/shared/optionen/01090100.xhp   \
-        text/shared/optionen/01110000.xhp   \
-        text/shared/optionen/01110100.xhp   \
-        text/shared/optionen/01130100.xhp   \
-        text/shared/optionen/01130200.xhp   \
-        text/shared/optionen/01140000.xhp   \
-        text/shared/optionen/01150000.xhp   \
-        text/shared/optionen/01150100.xhp   \
-        text/shared/optionen/01150200.xhp   \
-        text/shared/optionen/01150300.xhp   \
-        text/shared/optionen/01160000.xhp   \
-        text/shared/optionen/01160100.xhp   \
-        text/shared/optionen/01160200.xhp   \
-        text/shared/optionen/01160201.xhp   \
-        text/shared/optionen/improvement.xhp   \
-        text/shared/optionen/javaclasspath.xhp   \
-        text/shared/optionen/javaparameters.xhp   \
-        text/shared/optionen/java.xhp   \
-        text/shared/optionen/macrosecurity_sl.xhp   \
-        text/shared/optionen/macrosecurity_ts.xhp   \
-        text/shared/optionen/macrosecurity.xhp   \
-        text/shared/optionen/mailmerge.xhp   \
-        text/shared/optionen/online_update.xhp   \
-        text/shared/optionen/serverauthentication.xhp   \
-        text/shared/optionen/testaccount.xhp   \
-        text/shared/optionen/viewcertificate_c.xhp   \
-        text/shared/optionen/viewcertificate_d.xhp   \
-        text/shared/optionen/viewcertificate_g.xhp   \
-        text/shared/optionen/viewcertificate.xhp    \
-        shared.tree
-
-# --- Targets ------------------------------------------------------
-.INCLUDE : ../../../make_helper.mk
diff --git a/main/helpcontent2/source/text/simpress/makefile.mk b/main/helpcontent2/source/text/simpress/makefile.mk
deleted file mode 100644
index c8c5f56..0000000
--- a/main/helpcontent2/source/text/simpress/makefile.mk
+++ /dev/null
@@ -1,233 +0,0 @@
-#**************************************************************
-#  
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#  
-#    http://www.apache.org/licenses/LICENSE-2.0
-#  
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-#  
-#**************************************************************
-
-
-
-# --- Define module and files to be handled ------------------------
-MODULE   = help_simpress
-XHPFILES = \
-        text/simpress/main0000.xhp   \
-        text/simpress/main0100.xhp   \
-        text/simpress/main0101.xhp   \
-        text/simpress/main0102.xhp   \
-        text/simpress/main0103.xhp   \
-        text/simpress/main0104.xhp   \
-        text/simpress/main0105.xhp   \
-        text/simpress/main0106.xhp   \
-        text/simpress/main0107.xhp   \
-        text/simpress/main0113.xhp   \
-        text/simpress/main0114.xhp   \
-        text/simpress/main0200.xhp   \
-        text/simpress/main0202.xhp   \
-        text/simpress/main0203.xhp   \
-        text/simpress/main0204.xhp   \
-        text/simpress/main0206.xhp   \
-        text/simpress/main0209.xhp   \
-        text/simpress/main0210.xhp   \
-        text/simpress/main0211.xhp   \
-        text/simpress/main0212.xhp   \
-        text/simpress/main0213.xhp   \
-        text/simpress/main0214.xhp   \
-        text/simpress/main0503.xhp   \
-        text/simpress/00/00000004.xhp   \
-        text/simpress/00/00000401.xhp   \
-        text/simpress/00/00000402.xhp   \
-        text/simpress/00/00000403.xhp   \
-        text/simpress/00/00000404.xhp   \
-        text/simpress/00/00000405.xhp   \
-        text/simpress/00/00000406.xhp   \
-        text/simpress/00/00000407.xhp   \
-        text/simpress/00/00000413.xhp   \
-        text/simpress/01/01170000.xhp   \
-        text/simpress/01/01180000.xhp   \
-        text/simpress/01/01180001.xhp   \
-        text/simpress/01/01180002.xhp   \
-        text/simpress/01/02110000.xhp   \
-        text/simpress/01/02120000.xhp   \
-        text/simpress/01/02130000.xhp   \
-        text/simpress/01/02140000.xhp   \
-        text/simpress/01/02150000.xhp   \
-        text/simpress/01/02160000.xhp   \
-        text/simpress/01/03050000.xhp   \
-        text/simpress/01/03060000.xhp   \
-        text/simpress/01/03070000.xhp   \
-        text/simpress/01/03080000.xhp   \
-        text/simpress/01/03090000.xhp   \
-        text/simpress/01/03100000.xhp   \
-        text/simpress/01/03110000.xhp   \
-        text/simpress/01/03120000.xhp   \
-        text/simpress/01/03130000.xhp   \
-        text/simpress/01/03150000.xhp   \
-        text/simpress/01/03150100.xhp   \
-        text/simpress/01/03150300.xhp   \
-        text/simpress/01/03151000.xhp   \
-        text/simpress/01/03151100.xhp   \
-        text/simpress/01/03151200.xhp   \
-        text/simpress/01/03152000.xhp   \
-        text/simpress/01/03180000.xhp   \
-        text/simpress/01/04010000.xhp   \
-        text/simpress/01/04020000.xhp   \
-        text/simpress/01/04030000m.xhp   \
-        text/simpress/01/04030000.xhp   \
-        text/simpress/01/04030100.xhp   \
-        text/simpress/01/04040000m.xhp   \
-        text/simpress/01/04080100.xhp   \
-        text/simpress/01/04110000.xhp   \
-        text/simpress/01/04110100.xhp   \
-        text/simpress/01/04110200.xhp   \
-        text/simpress/01/04120000.xhp   \
-        text/simpress/01/04130000.xhp   \
-        text/simpress/01/04140000.xhp   \
-        text/simpress/01/04990000.xhp   \
-        text/simpress/01/04990100.xhp   \
-        text/simpress/01/04990200.xhp   \
-        text/simpress/01/04990300.xhp   \
-        text/simpress/01/04990400.xhp   \
-        text/simpress/01/04990500.xhp   \
-        text/simpress/01/04990600.xhp   \
-        text/simpress/01/04990700.xhp   \
-        text/simpress/01/05090000m.xhp   \
-        text/simpress/01/05100000.xhp   \
-        text/simpress/01/05110500m.xhp   \
-        text/simpress/01/05120000.xhp   \
-        text/simpress/01/05120100.xhp   \
-        text/simpress/01/05120500m.xhp   \
-        text/simpress/01/05130000.xhp   \
-        text/simpress/01/05140000.xhp   \
-        text/simpress/01/05150000.xhp   \
-        text/simpress/01/05170000.xhp   \
-        text/simpress/01/05250000.xhp   \
-        text/simpress/01/05250500.xhp   \
-        text/simpress/01/05250600.xhp   \
-        text/simpress/01/05250700.xhp   \
-        text/simpress/01/06030000.xhp   \
-        text/simpress/01/06040000.xhp   \
-        text/simpress/01/06050000.xhp   \
-        text/simpress/01/06060000.xhp   \
-        text/simpress/01/06070000.xhp   \
-        text/simpress/01/06080000.xhp   \
-        text/simpress/01/06100000.xhp   \
-        text/simpress/01/06100100.xhp   \
-        text/simpress/01/13050000.xhp   \
-        text/simpress/01/13050100.xhp   \
-        text/simpress/01/13050200.xhp   \
-        text/simpress/01/13050300.xhp   \
-        text/simpress/01/13050400.xhp   \
-        text/simpress/01/13050500.xhp   \
-        text/simpress/01/13050600.xhp   \
-        text/simpress/01/13050700.xhp   \
-        text/simpress/01/13140000.xhp   \
-        text/simpress/01/13150000.xhp   \
-        text/simpress/01/13160000.xhp   \
-        text/simpress/01/13170000.xhp   \
-        text/simpress/01/13180000.xhp   \
-        text/simpress/01/13180100.xhp   \
-        text/simpress/01/13180200.xhp   \
-        text/simpress/01/13180300.xhp   \
-        text/simpress/01/animationeffect.xhp   \
-        text/simpress/01/effectoptionseffect.xhp   \
-        text/simpress/01/effectoptionstext.xhp   \
-        text/simpress/01/effectoptionstiming.xhp   \
-        text/simpress/01/effectoptions.xhp   \
-        text/simpress/01/slidesorter.xhp   \
-        text/simpress/01/taskpanel.xhp   \
-        text/simpress/02/04010000.xhp   \
-        text/simpress/02/04020000.xhp   \
-        text/simpress/02/04030000.xhp   \
-        text/simpress/02/04040000.xhp   \
-        text/simpress/02/04060000.xhp   \
-        text/simpress/02/04070000.xhp   \
-        text/simpress/02/08020000.xhp   \
-        text/simpress/02/08060000.xhp   \
-        text/simpress/02/10020000.xhp   \
-        text/simpress/02/10030000.xhp   \
-        text/simpress/02/10030200.xhp   \
-        text/simpress/02/10050000.xhp   \
-        text/simpress/02/10060000.xhp   \
-        text/simpress/02/10070000.xhp   \
-        text/simpress/02/10080000.xhp   \
-        text/simpress/02/10090000.xhp   \
-        text/simpress/02/10100000.xhp   \
-        text/simpress/02/10110000.xhp   \
-        text/simpress/02/10120000.xhp   \
-        text/simpress/02/10130000.xhp   \
-        text/simpress/02/11060000.xhp   \
-        text/simpress/02/11070000.xhp   \
-        text/simpress/02/11080000.xhp   \
-        text/simpress/02/11090000.xhp   \
-        text/simpress/02/11100000.xhp   \
-        text/simpress/02/11110000.xhp   \
-        text/simpress/02/13010000.xhp   \
-        text/simpress/02/13020000.xhp   \
-        text/simpress/02/13030000.xhp   \
-        text/simpress/02/13040000.xhp   \
-        text/simpress/02/13050000.xhp   \
-        text/simpress/02/13060000.xhp   \
-        text/simpress/02/13070000.xhp   \
-        text/simpress/02/13080000.xhp   \
-        text/simpress/02/13090000.xhp   \
-        text/simpress/02/13100000.xhp   \
-        text/simpress/02/13140000.xhp   \
-        text/simpress/02/13150000.xhp   \
-        text/simpress/02/13160000.xhp   \
-        text/simpress/02/13170000.xhp   \
-        text/simpress/02/13180000.xhp   \
-        text/simpress/02/13190000.xhp   \
-        text/simpress/04/01020000.xhp   \
-        text/simpress/guide/3d_create.xhp   \
-        text/simpress/guide/animated_gif_create.xhp   \
-        text/simpress/guide/animated_gif_save.xhp   \
-        text/simpress/guide/animated_objects.xhp   \
-        text/simpress/guide/animated_slidechange.xhp   \
-        text/simpress/guide/arrange_slides.xhp   \
-        text/simpress/guide/background.xhp   \
-        text/simpress/guide/change_scale.xhp   \
-        text/simpress/guide/footer.xhp   \
-        text/simpress/guide/gluepoints.xhp   \
-        text/simpress/guide/html_export.xhp   \
-        text/simpress/guide/html_import.xhp   \
-        text/simpress/guide/individual.xhp   \
-        text/simpress/guide/keyboard.xhp   \
-        text/simpress/guide/layer_move.xhp   \
-        text/simpress/guide/layer_new.xhp   \
-        text/simpress/guide/layers.xhp   \
-        text/simpress/guide/layer_tipps.xhp   \
-        text/simpress/guide/line_arrow_styles.xhp   \
-        text/simpress/guide/line_draw.xhp   \
-        text/simpress/guide/line_edit.xhp   \
-        text/simpress/guide/main.xhp   \
-        text/simpress/guide/masterpage.xhp   \
-        text/simpress/guide/move_object.xhp   \
-        text/simpress/guide/orgchart.xhp   \
-        text/simpress/guide/page_copy.xhp   \
-        text/simpress/guide/palette_files.xhp   \
-        text/simpress/guide/printing.xhp   \
-        text/simpress/guide/print_tofit.xhp   \
-        text/simpress/guide/rehearse_timings.xhp   \
-        text/simpress/guide/select_object.xhp   \
-        text/simpress/guide/show.xhp   \
-        text/simpress/guide/table_insert.xhp   \
-        text/simpress/guide/text2curve.xhp   \
-        text/simpress/guide/vectorize.xhp   \
-        simpress.tree
-
-# --- Targets ------------------------------------------------------
-.INCLUDE : ../../../make_helper.mk
diff --git a/main/helpcontent2/source/text/smath/makefile.mk b/main/helpcontent2/source/text/smath/makefile.mk
deleted file mode 100644
index 1d58839..0000000
--- a/main/helpcontent2/source/text/smath/makefile.mk
+++ /dev/null
@@ -1,108 +0,0 @@
-#**************************************************************
-#  
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#  
-#    http://www.apache.org/licenses/LICENSE-2.0
-#  
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-#  
-#**************************************************************
-
-
-
-# --- Define module and files to be handled ------------------------
-MODULE   = help_smath
-XHPFILES = \
-        text/smath/main0000.xhp   \
-        text/smath/main0100.xhp   \
-        text/smath/main0101.xhp   \
-        text/smath/main0102.xhp   \
-        text/smath/main0103.xhp   \
-        text/smath/main0105.xhp   \
-        text/smath/main0106.xhp   \
-        text/smath/main0107.xhp   \
-        text/smath/main0200.xhp   \
-        text/smath/main0202.xhp   \
-        text/smath/main0203.xhp   \
-        text/smath/main0503.xhp   \
-        text/smath/00/00000004.xhp   \
-        text/smath/01/02080000.xhp   \
-        text/smath/01/02090000.xhp   \
-        text/smath/01/02100000.xhp   \
-        text/smath/01/02110000.xhp   \
-        text/smath/01/03040000.xhp   \
-        text/smath/01/03050000.xhp   \
-        text/smath/01/03060000.xhp   \
-        text/smath/01/03070000.xhp   \
-        text/smath/01/03080000.xhp   \
-        text/smath/01/03090000.xhp   \
-        text/smath/01/03090100.xhp   \
-        text/smath/01/03090200.xhp   \
-        text/smath/01/03090300.xhp   \
-        text/smath/01/03090400.xhp   \
-        text/smath/01/03090500.xhp   \
-        text/smath/01/03090600.xhp   \
-        text/smath/01/03090700.xhp   \
-        text/smath/01/03090800.xhp   \
-        text/smath/01/03090900.xhp   \
-        text/smath/01/03090901.xhp   \
-        text/smath/01/03090902.xhp   \
-        text/smath/01/03090903.xhp   \
-        text/smath/01/03090904.xhp   \
-        text/smath/01/03090905.xhp   \
-        text/smath/01/03090906.xhp   \
-        text/smath/01/03090907.xhp   \
-        text/smath/01/03090908.xhp   \
-        text/smath/01/03090909.xhp   \
-        text/smath/01/03090910.xhp   \
-        text/smath/01/03091100.xhp   \
-        text/smath/01/03091200.xhp   \
-        text/smath/01/03091300.xhp   \
-        text/smath/01/03091400.xhp   \
-        text/smath/01/03091500.xhp   \
-        text/smath/01/03091501.xhp   \
-        text/smath/01/03091502.xhp   \
-        text/smath/01/03091503.xhp   \
-        text/smath/01/03091504.xhp   \
-        text/smath/01/03091505.xhp   \
-        text/smath/01/03091506.xhp   \
-        text/smath/01/03091507.xhp   \
-        text/smath/01/03091508.xhp   \
-        text/smath/01/03091509.xhp   \
-        text/smath/01/03091600.xhp   \
-        text/smath/01/05010000.xhp   \
-        text/smath/01/05010100.xhp   \
-        text/smath/01/05020000.xhp   \
-        text/smath/01/05030000.xhp   \
-        text/smath/01/05040000.xhp   \
-        text/smath/01/05050000.xhp   \
-        text/smath/01/06010000.xhp   \
-        text/smath/01/06010100.xhp   \
-        text/smath/01/06020000.xhp   \
-        text/smath/02/03010000.xhp   \
-        text/smath/04/01020000.xhp   \
-        text/smath/guide/align.xhp   \
-        text/smath/guide/attributes.xhp   \
-        text/smath/guide/brackets.xhp   \
-        text/smath/guide/comment.xhp   \
-        text/smath/guide/keyboard.xhp   \
-        text/smath/guide/limits.xhp   \
-        text/smath/guide/main.xhp   \
-        text/smath/guide/newline.xhp   \
-        text/smath/guide/parentheses.xhp   \
-        text/smath/guide/text.xhp   \
-        smath.tree
-
-# --- Targets ------------------------------------------------------
-.INCLUDE : ../../../make_helper.mk
diff --git a/main/helpcontent2/source/text/swriter/makefile.mk b/main/helpcontent2/source/text/swriter/makefile.mk
deleted file mode 100644
index c12937b..0000000
--- a/main/helpcontent2/source/text/swriter/makefile.mk
+++ /dev/null
@@ -1,421 +0,0 @@
-#**************************************************************
-#  
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#  
-#    http://www.apache.org/licenses/LICENSE-2.0
-#  
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-#  
-#**************************************************************
-
-
-
-# --- Define module and files to be handled ------------------------
-MODULE   = help_swriter
-XHPFILES = \
-        text/swriter/main0000.xhp   \
-        text/swriter/main0100.xhp   \
-        text/swriter/main0101.xhp   \
-        text/swriter/main0102.xhp   \
-        text/swriter/main0103.xhp   \
-        text/swriter/main0104.xhp   \
-        text/swriter/main0105.xhp   \
-        text/swriter/main0106.xhp   \
-        text/swriter/main0107.xhp   \
-        text/swriter/main0110.xhp   \
-        text/swriter/main0200.xhp   \
-        text/swriter/main0202.xhp   \
-        text/swriter/main0203.xhp   \
-        text/swriter/main0204.xhp   \
-        text/swriter/main0205.xhp   \
-        text/swriter/main0206.xhp   \
-        text/swriter/main0208.xhp   \
-        text/swriter/main0210.xhp   \
-        text/swriter/main0213.xhp   \
-        text/swriter/main0214.xhp   \
-        text/swriter/main0215.xhp   \
-        text/swriter/main0216.xhp   \
-        text/swriter/main0220.xhp   \
-        text/swriter/main0503.xhp   \
-        text/swriter/00/00000004.xhp   \
-        text/swriter/00/00000004.xhp   \
-        text/swriter/00/00000401.xhp   \
-        text/swriter/00/00000402.xhp   \
-        text/swriter/00/00000403.xhp   \
-        text/swriter/00/00000404.xhp   \
-        text/swriter/00/00000405.xhp   \
-        text/swriter/00/00000406.xhp   \
-        text/swriter/01/01120000.xhp   \
-        text/swriter/01/01150000.xhp   \
-        text/swriter/01/01160100.xhp   \
-        text/swriter/01/01160200.xhp   \
-        text/swriter/01/01160300.xhp   \
-        text/swriter/01/01160400.xhp   \
-        text/swriter/01/01160500.xhp   \
-        text/swriter/01/02110000.xhp   \
-        text/swriter/01/02110100.xhp   \
-        text/swriter/01/02120000.xhp   \
-        text/swriter/01/02120100.xhp   \
-        text/swriter/01/02130000.xhp   \
-        text/swriter/01/02140000.xhp   \
-        text/swriter/01/02150000.xhp   \
-        text/swriter/01/02160000.xhp   \
-        text/swriter/01/02170000.xhp   \
-        text/swriter/01/03050000.xhp   \
-        text/swriter/01/03070000.xhp   \
-        text/swriter/01/03080000.xhp   \
-        text/swriter/01/03090000.xhp   \
-        text/swriter/01/03100000.xhp   \
-        text/swriter/01/03120000.xhp   \
-        text/swriter/01/03130000.xhp   \
-        text/swriter/01/03140000.xhp   \
-        text/swriter/01/04010000.xhp   \
-        text/swriter/01/04020000.xhp   \
-        text/swriter/01/04020100.xhp   \
-        text/swriter/01/04020200.xhp   \
-        text/swriter/01/04030000.xhp   \
-        text/swriter/01/04040000.xhp   \
-        text/swriter/01/04060000.xhp   \
-        text/swriter/01/04060100.xhp   \
-        text/swriter/01/04070000.xhp   \
-        text/swriter/01/04070100.xhp   \
-        text/swriter/01/04070200.xhp   \
-        text/swriter/01/04070300.xhp   \
-        text/swriter/01/04090000.xhp   \
-        text/swriter/01/04090001.xhp   \
-        text/swriter/01/04090002.xhp   \
-        text/swriter/01/04090003.xhp   \
-        text/swriter/01/04090004.xhp   \
-        text/swriter/01/04090005.xhp   \
-        text/swriter/01/04090006.xhp   \
-        text/swriter/01/04090007.xhp   \
-        text/swriter/01/04090100.xhp   \
-        text/swriter/01/04090200.xhp   \
-        text/swriter/01/04120000.xhp   \
-        text/swriter/01/04120100.xhp   \
-        text/swriter/01/04120200.xhp   \
-        text/swriter/01/04120201.xhp   \
-        text/swriter/01/04120210.xhp   \
-        text/swriter/01/04120211.xhp   \
-        text/swriter/01/04120212.xhp   \
-        text/swriter/01/04120213.xhp   \
-        text/swriter/01/04120214.xhp   \
-        text/swriter/01/04120215.xhp   \
-        text/swriter/01/04120216.xhp   \
-        text/swriter/01/04120217.xhp   \
-        text/swriter/01/04120219.xhp   \
-        text/swriter/01/04120220.xhp   \
-        text/swriter/01/04120221.xhp   \
-        text/swriter/01/04120222.xhp   \
-        text/swriter/01/04120223.xhp   \
-        text/swriter/01/04120224.xhp   \
-        text/swriter/01/04120225.xhp   \
-        text/swriter/01/04120226.xhp   \
-        text/swriter/01/04120227.xhp   \
-        text/swriter/01/04120229.xhp   \
-        text/swriter/01/04120250.xhp   \
-        text/swriter/01/04120300.xhp   \
-        text/swriter/01/04130000.xhp   \
-        text/swriter/01/04130100.xhp   \
-        text/swriter/01/04150000.xhp   \
-        text/swriter/01/04180400.xhp   \
-        text/swriter/01/04190000.xhp   \
-        text/swriter/01/04200000.xhp   \
-        text/swriter/01/04210000.xhp   \
-        text/swriter/01/04220000.xhp   \
-        text/swriter/01/04230000.xhp   \
-        text/swriter/01/04990000.xhp   \
-        text/swriter/01/05030200.xhp   \
-        text/swriter/01/05030400.xhp   \
-        text/swriter/01/05030800.xhp   \
-        text/swriter/01/05040000.xhp   \
-        text/swriter/01/05040500.xhp   \
-        text/swriter/01/05040501.xhp   \
-        text/swriter/01/05040600.xhp   \
-        text/swriter/01/05040700.xhp   \
-        text/swriter/01/05040800.xhp   \
-        text/swriter/01/05060000.xhp   \
-        text/swriter/01/05060100.xhp   \
-        text/swriter/01/05060200.xhp   \
-        text/swriter/01/05060201.xhp   \
-        text/swriter/01/05060300.xhp   \
-        text/swriter/01/05060700.xhp   \
-        text/swriter/01/05060800.xhp   \
-        text/swriter/01/05060900.xhp   \
-        text/swriter/01/05080000.xhp   \
-        text/swriter/01/05090000.xhp   \
-        text/swriter/01/05090100.xhp   \
-        text/swriter/01/05090200.xhp   \
-        text/swriter/01/05090201.xhp   \
-        text/swriter/01/05090300.xhp   \
-        text/swriter/01/05100000.xhp   \
-        text/swriter/01/05100300.xhp   \
-        text/swriter/01/05100400.xhp   \
-        text/swriter/01/05110000.xhp   \
-        text/swriter/01/05110100.xhp   \
-        text/swriter/01/05110200.xhp   \
-        text/swriter/01/05110300.xhp   \
-        text/swriter/01/05110500.xhp   \
-        text/swriter/01/05120000.xhp   \
-        text/swriter/01/05120100.xhp   \
-        text/swriter/01/05120200.xhp   \
-        text/swriter/01/05120300.xhp   \
-        text/swriter/01/05120400.xhp   \
-        text/swriter/01/05120500.xhp   \
-        text/swriter/01/05130000.xhp   \
-        text/swriter/01/05130002.xhp   \
-        text/swriter/01/05130004.xhp   \
-        text/swriter/01/05130100.xhp   \
-        text/swriter/01/05140000.xhp   \
-        text/swriter/01/05150000.xhp   \
-        text/swriter/01/05150100.xhp   \
-        text/swriter/01/05150101.xhp   \
-        text/swriter/01/05150104.xhp   \
-        text/swriter/01/05150200.xhp   \
-        text/swriter/01/05150300.xhp   \
-        text/swriter/01/05170000.xhp   \
-        text/swriter/01/05180000.xhp   \
-        text/swriter/01/05190000.xhp   \
-        text/swriter/01/05200000.xhp   \
-        text/swriter/01/05990000.xhp   \
-        text/swriter/01/06030000.xhp   \
-        text/swriter/01/06040000.xhp   \
-        text/swriter/01/06060000.xhp   \
-        text/swriter/01/06060100.xhp   \
-        text/swriter/01/06080000.xhp   \
-        text/swriter/01/06080100.xhp   \
-        text/swriter/01/06080200.xhp   \
-        text/swriter/01/06090000.xhp   \
-        text/swriter/01/06100000.xhp   \
-        text/swriter/01/06110000.xhp   \
-        text/swriter/01/06120000.xhp   \
-        text/swriter/01/06160000.xhp   \
-        text/swriter/01/06170000.xhp   \
-        text/swriter/01/06180000.xhp   \
-        text/swriter/01/06190000.xhp   \
-        text/swriter/01/06200000.xhp   \
-        text/swriter/01/06210000.xhp   \
-        text/swriter/01/06220000.xhp   \
-        text/swriter/01/06990000.xhp   \
-        text/swriter/01/format_object.xhp   \
-        text/swriter/01/mailmerge00.xhp   \
-        text/swriter/01/mailmerge01.xhp   \
-        text/swriter/01/mailmerge02.xhp   \
-        text/swriter/01/mailmerge03.xhp   \
-        text/swriter/01/mailmerge04.xhp   \
-        text/swriter/01/mailmerge05.xhp   \
-        text/swriter/01/mailmerge06.xhp   \
-        text/swriter/01/mailmerge07.xhp   \
-        text/swriter/01/mailmerge08.xhp   \
-        text/swriter/01/mm_copyto.xhp   \
-        text/swriter/01/mm_cusaddfie.xhp   \
-        text/swriter/01/mm_cusaddlis.xhp   \
-        text/swriter/01/mm_cusgrelin.xhp   \
-        text/swriter/01/mm_emabod.xhp   \
-        text/swriter/01/mm_finent.xhp   \
-        text/swriter/01/mm_matfie.xhp   \
-        text/swriter/01/mm_newaddblo.xhp   \
-        text/swriter/01/mm_newaddlis.xhp   \
-        text/swriter/01/mm_seladdblo.xhp   \
-        text/swriter/01/mm_seladdlis.xhp   \
-        text/swriter/01/mm_seltab.xhp   \
-        text/swriter/01/selection_mode.xhp   \
-        text/swriter/02/02110000.xhp   \
-        text/swriter/02/03210000.xhp   \
-        text/swriter/02/03220000.xhp   \
-        text/swriter/02/04090000.xhp   \
-        text/swriter/02/04100000.xhp   \
-        text/swriter/02/04220000.xhp   \
-        text/swriter/02/04230000.xhp   \
-        text/swriter/02/04240000.xhp   \
-        text/swriter/02/04250000.xhp   \
-        text/swriter/02/06040000.xhp   \
-        text/swriter/02/06070000.xhp   \
-        text/swriter/02/06080000.xhp   \
-        text/swriter/02/06090000.xhp   \
-        text/swriter/02/06120000.xhp   \
-        text/swriter/02/06130000.xhp   \
-        text/swriter/02/06140000.xhp   \
-        text/swriter/02/08010000.xhp   \
-        text/swriter/02/08080000.xhp   \
-        text/swriter/02/10010000.xhp   \
-        text/swriter/02/10020000.xhp   \
-        text/swriter/02/10030000.xhp   \
-        text/swriter/02/10050000.xhp   \
-        text/swriter/02/10070000.xhp   \
-        text/swriter/02/10080000.xhp   \
-        text/swriter/02/10090000.xhp   \
-        text/swriter/02/10110000.xhp   \
-        text/swriter/02/14010000.xhp   \
-        text/swriter/02/14020000.xhp   \
-        text/swriter/02/14030000.xhp   \
-        text/swriter/02/14040000.xhp   \
-        text/swriter/02/14050000.xhp   \
-        text/swriter/02/18010000.xhp   \
-        text/swriter/02/18030000.xhp   \
-        text/swriter/02/18030100.xhp   \
-        text/swriter/02/18030200.xhp   \
-        text/swriter/02/18030300.xhp   \
-        text/swriter/02/18030400.xhp   \
-        text/swriter/02/18030500.xhp   \
-        text/swriter/02/18030600.xhp   \
-        text/swriter/02/18030700.xhp   \
-        text/swriter/02/18120000.xhp   \
-        text/swriter/02/18130000.xhp   \
-        text/swriter/02/19010000.xhp   \
-        text/swriter/02/19020000.xhp   \
-        text/swriter/02/19030000.xhp   \
-        text/swriter/02/19040000.xhp   \
-        text/swriter/02/19050000.xhp   \
-        text/swriter/04/01020000.xhp   \
-        text/swriter/guide/anchor_object.xhp   \
-        text/swriter/guide/arrange_chapters.xhp   \
-        text/swriter/guide/autocorr_except.xhp   \
-        text/swriter/guide/auto_numbering.xhp   \
-        text/swriter/guide/auto_off.xhp   \
-        text/swriter/guide/auto_spellcheck.xhp   \
-        text/swriter/guide/autotext.xhp   \
-        text/swriter/guide/background.xhp   \
-        text/swriter/guide/border_object.xhp   \
-        text/swriter/guide/border_page.xhp   \
-        text/swriter/guide/borders.xhp   \
-        text/swriter/guide/calculate_clipboard.xhp   \
-        text/swriter/guide/calculate_intable.xhp   \
-        text/swriter/guide/calculate_intext2.xhp   \
-        text/swriter/guide/calculate_intext.xhp   \
-        text/swriter/guide/calculate_multitable.xhp   \
-        text/swriter/guide/calculate.xhp   \
-        text/swriter/guide/captions_numbers.xhp   \
-        text/swriter/guide/captions.xhp   \
-        text/swriter/guide/change_header.xhp   \
-        text/swriter/guide/chapter_numbering.xhp   \
-        text/swriter/guide/conditional_text2.xhp   \
-        text/swriter/guide/conditional_text.xhp   \
-        text/swriter/guide/delete_from_dict.xhp   \
-        text/swriter/guide/dragdroptext.xhp   \
-        text/swriter/guide/even_odd_sdw.xhp   \
-        text/swriter/guide/field_convert.xhp   \
-        text/swriter/guide/fields_date.xhp   \
-        text/swriter/guide/fields_enter.xhp   \
-        text/swriter/guide/fields_userdata.xhp   \
-        text/swriter/guide/fields.xhp   \
-        text/swriter/guide/finding.xhp   \
-        text/swriter/guide/footer_nextpage.xhp   \
-        text/swriter/guide/footer_pagenumber.xhp   \
-        text/swriter/guide/footnote_usage.xhp   \
-        text/swriter/guide/footnote_with_line.xhp   \
-        text/swriter/guide/form_letters_main.xhp   \
-        text/swriter/guide/globaldoc_howtos.xhp   \
-        text/swriter/guide/globaldoc.xhp   \
-        text/swriter/guide/header_footer.xhp   \
-        text/swriter/guide/header_pagestyles.xhp   \
-        text/swriter/guide/header_with_chapter.xhp   \
-        text/swriter/guide/header_with_line.xhp   \
-        text/swriter/guide/hidden_text_display.xhp   \
-        text/swriter/guide/hidden_text.xhp   \
-        text/swriter/guide/hyperlinks.xhp   \
-        text/swriter/guide/hyphen_prevent.xhp   \
-        text/swriter/guide/indenting.xhp   \
-        text/swriter/guide/indices_delete.xhp   \
-        text/swriter/guide/indices_edit.xhp   \
-        text/swriter/guide/indices_enter.xhp   \
-        text/swriter/guide/indices_form.xhp   \
-        text/swriter/guide/indices_index.xhp   \
-        text/swriter/guide/indices_literature.xhp   \
-        text/swriter/guide/indices_multidoc.xhp   \
-        text/swriter/guide/indices_toc.xhp   \
-        text/swriter/guide/indices_userdef.xhp   \
-        text/swriter/guide/insert_beforetable.xhp   \
-        text/swriter/guide/insert_graphic_dialog.xhp   \
-        text/swriter/guide/insert_graphic_fromchart.xhp   \
-        text/swriter/guide/insert_graphic_fromdraw.xhp   \
-        text/swriter/guide/insert_graphic_gallery.xhp   \
-        text/swriter/guide/insert_graphic_scan.xhp   \
-        text/swriter/guide/insert_graphic.xhp   \
-        text/swriter/guide/insert_line.xhp   \
-        text/swriter/guide/insert_tab_innumbering.xhp   \
-        text/swriter/guide/join_numbered_lists.xhp   \
-        text/swriter/guide/jump2statusbar.xhp   \
-        text/swriter/guide/keyboard.xhp   \
-        text/swriter/guide/load_styles.xhp   \
-        text/swriter/guide/main.xhp   \
-        text/swriter/guide/navigator.xhp   \
-        text/swriter/guide/nonprintable_text.xhp   \
-        text/swriter/guide/number_date_conv.xhp   \
-        text/swriter/guide/numbering_lines.xhp   \
-        text/swriter/guide/numbering_paras.xhp   \
-        text/swriter/guide/number_sequence.xhp   \
-        text/swriter/guide/pagebackground.xhp   \
-        text/swriter/guide/page_break.xhp   \
-        text/swriter/guide/pagenumbers.xhp   \
-        text/swriter/guide/pageorientation.xhp   \
-        text/swriter/guide/pagestyles.xhp   \
-        text/swriter/guide/print_brochure.xhp   \
-        text/swriter/guide/printer_tray.xhp   \
-        text/swriter/guide/printing_order.xhp   \
-        text/swriter/guide/print_preview.xhp   \
-        text/swriter/guide/print_small.xhp   \
-        text/swriter/guide/protection.xhp   \
-        text/swriter/guide/references_modify.xhp   \
-        text/swriter/guide/references.xhp   \
-        text/swriter/guide/registertrue.xhp   \
-        text/swriter/guide/removing_line_breaks.xhp   \
-        text/swriter/guide/reset_format.xhp   \
-        text/swriter/guide/resize_navigator.xhp   \
-        text/swriter/guide/ruler.xhp   \
-        text/swriter/guide/search_regexp.xhp   \
-        text/swriter/guide/section_edit.xhp   \
-        text/swriter/guide/section_insert.xhp   \
-        text/swriter/guide/sections.xhp   \
-        text/swriter/guide/send2html.xhp   \
-        text/swriter/guide/shortcut_writing.xhp   \
-        text/swriter/guide/smarttags.xhp   \
-        text/swriter/guide/spellcheck_dialog.xhp   \
-        text/swriter/guide/stylist_fillformat.xhp   \
-        text/swriter/guide/stylist_fromselect.xhp   \
-        text/swriter/guide/stylist_update.xhp   \
-        text/swriter/guide/subscript.xhp   \
-        text/swriter/guide/table_cellmerge.xhp   \
-        text/swriter/guide/table_cells.xhp   \
-        text/swriter/guide/table_delete.xhp   \
-        text/swriter/guide/table_insert.xhp   \
-        text/swriter/guide/tablemode.xhp   \
-        text/swriter/guide/table_repeat_multiple_headers.xhp   \
-        text/swriter/guide/table_select.xhp   \
-        text/swriter/guide/table_sizing.xhp   \
-        text/swriter/guide/template_create.xhp   \
-        text/swriter/guide/template_default.xhp   \
-        text/swriter/guide/templates_styles.xhp   \
-        text/swriter/guide/text_animation.xhp   \
-        text/swriter/guide/text_capital.xhp   \
-        text/swriter/guide/text_centervert.xhp   \
-        text/swriter/guide/text_direct_cursor.xhp   \
-        text/swriter/guide/textdoc_inframe.xhp   \
-        text/swriter/guide/text_emphasize.xhp   \
-        text/swriter/guide/text_frame.xhp   \
-        text/swriter/guide/text_nav_keyb.xhp   \
-        text/swriter/guide/text_rotate.xhp   \
-        text/swriter/guide/using_hyphen.xhp   \
-        text/swriter/guide/using_numbered_lists2.xhp   \
-        text/swriter/guide/using_numbered_lists.xhp   \
-        text/swriter/guide/using_numbering.xhp   \
-        text/swriter/guide/using_thesaurus.xhp   \
-        text/swriter/guide/word_completion_adjust.xhp   \
-        text/swriter/guide/word_completion.xhp   \
-        text/swriter/guide/words_count.xhp   \
-        text/swriter/guide/wrap.xhp  \
-        swriter.tree
-
-# --- Targets ------------------------------------------------------
-.INCLUDE : ../../../make_helper.mk
diff --git a/main/helpcontent2/util/sbasic/makefile.mk b/main/helpcontent2/util/sbasic/makefile.mk
index 3d5e9ec..782abff 100644
--- a/main/helpcontent2/util/sbasic/makefile.mk
+++ b/main/helpcontent2/util/sbasic/makefile.mk
@@ -37,7 +37,7 @@
 
 #common_build_zip:=
 zip1generatedlangs=TRUE
-zip1langdirs=$(aux_alllangiso)
+zip1langdirs=$(WITH_LANG)
 ZIP1TARGET=xhp_sbasic
 ZIP1FLAGS= -u -r
 ZIP1DIR=$(COMMONMISC)$/$(LANGDIR)
diff --git a/main/helpcontent2/util/scalc/makefile.mk b/main/helpcontent2/util/scalc/makefile.mk
index 6db60bf..19eab5d 100644
--- a/main/helpcontent2/util/scalc/makefile.mk
+++ b/main/helpcontent2/util/scalc/makefile.mk
@@ -37,7 +37,7 @@
 
 #common_build_zip:=
 zip1generatedlangs=TRUE
-zip1langdirs=$(aux_alllangiso)
+zip1langdirs=$(WITH_LANG)
 ZIP1TARGET=xhp_scalc
 ZIP1FLAGS= -u -r
 ZIP1DIR=$(COMMONMISC)$/$(LANGDIR)
diff --git a/main/helpcontent2/util/schart/makefile.mk b/main/helpcontent2/util/schart/makefile.mk
index 34d09e7..71d8b40 100644
--- a/main/helpcontent2/util/schart/makefile.mk
+++ b/main/helpcontent2/util/schart/makefile.mk
@@ -37,7 +37,7 @@
 
 #common_build_zip:=
 zip1generatedlangs=TRUE
-zip1langdirs=$(aux_alllangiso)
+zip1langdirs=$(WITH_LANG)
 ZIP1TARGET=xhp_schart
 ZIP1FLAGS= -u -r
 ZIP1DIR=$(COMMONMISC)$/$(LANGDIR)
diff --git a/main/helpcontent2/util/sdatabase/makefile.mk b/main/helpcontent2/util/sdatabase/makefile.mk
index 2108b63..7c918a4 100644
--- a/main/helpcontent2/util/sdatabase/makefile.mk
+++ b/main/helpcontent2/util/sdatabase/makefile.mk
@@ -37,7 +37,7 @@
 
 #common_build_zip:=
 zip1generatedlangs=TRUE
-zip1langdirs=$(aux_alllangiso)
+zip1langdirs=$(WITH_LANG)
 ZIP1TARGET=xhp_sdatabase
 ZIP1FLAGS= -u -r
 ZIP1DIR=$(COMMONMISC)$/$(LANGDIR)
diff --git a/main/helpcontent2/util/sdraw/makefile.mk b/main/helpcontent2/util/sdraw/makefile.mk
index 8cfcca5..59e9625 100644
--- a/main/helpcontent2/util/sdraw/makefile.mk
+++ b/main/helpcontent2/util/sdraw/makefile.mk
@@ -37,7 +37,7 @@
 
 #common_build_zip:=
 zip1generatedlangs=TRUE
-zip1langdirs=$(aux_alllangiso)
+zip1langdirs=$(WITH_LANG)
 ZIP1TARGET=xhp_sdraw
 ZIP1FLAGS= -u -r
 ZIP1DIR=$(COMMONMISC)$/$(LANGDIR)
diff --git a/main/helpcontent2/util/shared/makefile.mk b/main/helpcontent2/util/shared/makefile.mk
index a52c707..735ec93 100644
--- a/main/helpcontent2/util/shared/makefile.mk
+++ b/main/helpcontent2/util/shared/makefile.mk
@@ -37,7 +37,7 @@
 
 #common_build_zip:=
 zip1generatedlangs=TRUE
-zip1langdirs=$(aux_alllangiso)
+zip1langdirs=$(WITH_LANG)
 ZIP1TARGET=xhp_shared
 ZIP1FLAGS= -u -r
 ZIP1DIR=$(COMMONMISC)$/$(LANGDIR)
diff --git a/main/helpcontent2/util/simpress/makefile.mk b/main/helpcontent2/util/simpress/makefile.mk
index c69de1d..aae953e 100644
--- a/main/helpcontent2/util/simpress/makefile.mk
+++ b/main/helpcontent2/util/simpress/makefile.mk
@@ -37,7 +37,7 @@
 
 #common_build_zip:=
 zip1generatedlangs=TRUE
-zip1langdirs=$(aux_alllangiso)
+zip1langdirs=$(WITH_LANG)
 ZIP1TARGET=xhp_simpress
 ZIP1FLAGS= -u -r
 ZIP1DIR=$(COMMONMISC)$/$(LANGDIR)
diff --git a/main/helpcontent2/util/smath/makefile.mk b/main/helpcontent2/util/smath/makefile.mk
index d653b07..817c096 100644
--- a/main/helpcontent2/util/smath/makefile.mk
+++ b/main/helpcontent2/util/smath/makefile.mk
@@ -37,7 +37,7 @@
 
 #common_build_zip:=
 zip1generatedlangs=TRUE
-zip1langdirs=$(aux_alllangiso)
+zip1langdirs=$(WITH_LANG)
 ZIP1TARGET=xhp_smath
 ZIP1FLAGS= -u -r
 ZIP1DIR=$(COMMONMISC)$/$(LANGDIR)
diff --git a/main/helpcontent2/util/swriter/makefile.mk b/main/helpcontent2/util/swriter/makefile.mk
index 38cb99d..44eed2a 100644
--- a/main/helpcontent2/util/swriter/makefile.mk
+++ b/main/helpcontent2/util/swriter/makefile.mk
@@ -37,7 +37,7 @@
 
 #common_build_zip:=
 zip1generatedlangs=TRUE
-zip1langdirs=$(aux_alllangiso)
+zip1langdirs=$(WITH_LANG)
 ZIP1TARGET=xhp_swriter
 ZIP1FLAGS= -u -r
 ZIP1DIR=$(COMMONMISC)$/$(LANGDIR)
diff --git a/main/helpcontent2/util/target.pmk b/main/helpcontent2/util/target.pmk
index 4531bb3..374165a 100644
--- a/main/helpcontent2/util/target.pmk
+++ b/main/helpcontent2/util/target.pmk
@@ -21,14 +21,14 @@
 
 
 
-LINKALLTARGETS=$(foreach,i,$(aux_alllangiso) $(COMMONBIN)$/$(LINKNAME)_$i.zip)
-LINKALLADDEDDEPS=$(foreach,i,$(aux_alllangiso) $(subst,LANGUAGE,$i $(LINKADDEDDPES)))
+LINKALLTARGETS=$(foreach,i,$(WITH_LANG) $(COMMONBIN)$/$(LINKNAME)_$i.zip)
+LINKALLADDEDDEPS=$(foreach,i,$(WITH_LANG) $(subst,LANGUAGE,$i $(LINKADDEDDPES)))
 
 ALLTAR : $(LINKALLTARGETS)
 
 XSL_DIR*:=$(SOLARBINDIR)
 
-$(LINKALLTARGETS) : $(foreach,i,$(LINKLINKFILES) $(COMMONMISC)$/$$(@:b:s/_/./:e:s/.//)/$i) $(subst,LANGUAGE,$$(@:b:s/_/./:e:s/.//) $(LINKADDEDDEPS)) $(COMMONMISC)$/xhp_changed.flag 
+$(LINKALLTARGETS) : $(foreach,i,$(LINKLINKFILES) $(COMMONMISC)$/$$(@:b:s/_/./:e:s/.//)/$i) $(subst,LANGUAGE,$$(@:b:s/_/./:e:s/.//) $(LINKADDEDDEPS))
 	$(HELPLINKER) @$(mktmp -mod $(LINKNAME) -src $(COMMONMISC) -sty $(XSL_DIR)/embed.xsl -zipdir $(MISC)$/ziptmp$(@:b) -idxcaption $(XSL_DIR)/idxcaption.xsl -idxcontent $(XSL_DIR)/idxcontent.xsl -lang {$(subst,$(LINKNAME)_, $(@:b))} $(subst,LANGUAGE,{$(subst,$(LINKNAME)_, $(@:b))} $(LINKADDEDFILES)) $(foreach,i,$(LINKLINKFILES) $(COMMONMISC)$/{$(subst,$(LINKNAME)_, $(@:b))}/$i) -o $@.$(INPATH))
 .IF "$(SOLAR_JAVA)" == "TRUE"
 .IF "$(CHECK_LUCENCE_INDEXER_OUTPUT)" == ""
diff --git a/main/languages/source/da/help_shared.po b/main/languages/source/da/help_shared.po
index dc21a39..d20d897 100644
--- a/main/languages/source/da/help_shared.po
+++ b/main/languages/source/da/help_shared.po
@@ -26772,11 +26772,11 @@
 msgstr ""
 
 #: text/shared/01/ref_pdf_export.xhp#hd_id080420080355360
-msgid  "Create hybrid file"
+msgid  "Embed this document inside the PDF"
 msgstr ""
 
 #: text/shared/01/ref_pdf_export.xhp#par_id0804200803553767
-msgid  "\<ahelp hid=\".\"\>When the \<link href=\"http://extensions.services.openoffice.org/project/pdfimport\"\>PDF Import Extension\</link\> is installed, this setting enables you to export the document as a .pdf file containing two file formats: PDF and ODF.\</ahelp\>"
+msgid  "\<ahelp hid=\".\"\>The document being exported will be embedded inside the PDF file.\</ahelp\> Some PDF tools or %PRODUCTNAME extensions may allow to extract the file from the PDF and save it; in this way, the orignal %PRODUCTNAME document can be edited back without the need of a PDF editing application."
 msgstr ""
 
 #: text/shared/01/ref_pdf_export.xhp#hd_id9796441
@@ -34087,46 +34087,6 @@
 msgid  "Next Page"
 msgstr ""
 
-#: text/shared/02/10030000.xhp#tit
-msgid  "To Document Begin/First Page"
-msgstr ""
-
-#: text/shared/02/10030000.xhp#hd_id3149031.1
-msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>\<link href=\"text/shared/02/10030000.xhp\" name=\"To Document Begin\"\>To Document Begin\</link\>\</caseinline\> \<defaultinline\>\<link href=\"text/shared/02/10030000.xhp\" name=\"First Page\"\>First Page\</link\>\</defaultinline\> \</switchinline\>"
-msgstr ""
-
-#: text/shared/02/10030000.xhp#par_id3153539.2
-msgid  "\<ahelp hid=\".uno:FirstPage\" visibility=\"visible\"\>Moves to the first page of the document.\</ahelp\> This function is only active when you select the \<emph\>Page Preview\</emph\> function on the \<emph\>File\</emph\> menu."
-msgstr ""
-
-#: text/shared/02/10030000.xhp#par_id3154751
-msgid  "\<image src=\"res/commandimagelist/sc_gotostartofdoc.png\" id=\"img_id3147571\"\>\<alt id=\"alt_id3147571\"\>Icon\</alt\>\</image\>"
-msgstr ""
-
-#: text/shared/02/10030000.xhp#par_id3143268.3
-msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>To Document Begin\</caseinline\> \<defaultinline\>First Page\</defaultinline\> \</switchinline\>"
-msgstr ""
-
-#: text/shared/02/10040000.xhp#tit
-msgid  "To  Document End/Last Page"
-msgstr ""
-
-#: text/shared/02/10040000.xhp#hd_id3154840.1
-msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>\<link href=\"text/shared/02/10040000.xhp\" name=\"To  Document End\"\>To  Document End\</link\>\</caseinline\> \<defaultinline\>\<link href=\"text/shared/02/10040000.xhp\" name=\"Last Page\"\>Last Page\</link\>\</defaultinline\> \</switchinline\>"
-msgstr ""
-
-#: text/shared/02/10040000.xhp#par_id3149716.2
-msgid  "\<ahelp hid=\".uno:LastPage\" visibility=\"visible\"\>Moves to the last page of the document.\</ahelp\> This function is only active when you select the \<emph\>Page Preview\</emph\> function on the \<emph\>File\</emph\> menu."
-msgstr ""
-
-#: text/shared/02/10040000.xhp#par_id3155805
-msgid  "\<image src=\"res/commandimagelist/sc_gotoendofdoc.png\" id=\"img_id3153394\"\>\<alt id=\"alt_id3153394\"\>Icon\</alt\>\</image\>"
-msgstr ""
-
-#: text/shared/02/10040000.xhp#par_id3145313.3
-msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>To Document End\</caseinline\> \<defaultinline\>Last Page\</defaultinline\> \</switchinline\>"
-msgstr ""
-
 #: text/shared/02/10100000.xhp#tit
 msgid  "Close Window"
 msgstr ""
@@ -69722,3 +69682,511 @@
 #: shared.tree#shared/text/shared/guide/data_enter_sql.xhp
 msgid  "Executing SQL Commands"
 msgstr ""
+
+#: text/shared/02/10030000.xhp#tit
+msgid  "To Document Begin/First Page"
+msgstr ""
+
+#: text/shared/02/10030000.xhp#hd_id3149031.1
+msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>\<link href=\"text/shared/02/10030000.xhp\" name=\"To Document Begin\"\>To Document Begin\</link\>\</caseinline\> \<defaultinline\>\<link href=\"text/shared/02/10030000.xhp\" name=\"First Page\"\>First Page\</link\>\</defaultinline\> \</switchinline\>"
+msgstr ""
+
+#: text/shared/02/10030000.xhp#par_id3153539.2
+msgid  "\<ahelp hid=\".uno:FirstPage\" visibility=\"visible\"\>Moves to the first page of the document.\</ahelp\> This function is only active when you select the \<emph\>Page Preview\</emph\> function on the \<emph\>File\</emph\> menu."
+msgstr ""
+
+#: text/shared/02/10030000.xhp#par_id3154751
+msgid  "\<image src=\"res/commandimagelist/sc_gotostartofdoc.png\" id=\"img_id3147571\"\>\<alt id=\"alt_id3147571\"\>Icon\</alt\>\</image\>"
+msgstr ""
+
+#: text/shared/02/10030000.xhp#par_id3143268.3
+msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>To Document Begin\</caseinline\> \<defaultinline\>First Page\</defaultinline\> \</switchinline\>"
+msgstr ""
+
+#: text/shared/02/10040000.xhp#tit
+msgid  "To  Document End/Last Page"
+msgstr ""
+
+#: text/shared/02/10040000.xhp#hd_id3154840.1
+msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>\<link href=\"text/shared/02/10040000.xhp\" name=\"To  Document End\"\>To  Document End\</link\>\</caseinline\> \<defaultinline\>\<link href=\"text/shared/02/10040000.xhp\" name=\"Last Page\"\>Last Page\</link\>\</defaultinline\> \</switchinline\>"
+msgstr ""
+
+#: text/shared/02/10040000.xhp#par_id3149716.2
+msgid  "\<ahelp hid=\".uno:LastPage\" visibility=\"visible\"\>Moves to the last page of the document.\</ahelp\> This function is only active when you select the \<emph\>Page Preview\</emph\> function on the \<emph\>File\</emph\> menu."
+msgstr ""
+
+#: text/shared/02/10040000.xhp#par_id3155805
+msgid  "\<image src=\"res/commandimagelist/sc_gotoendofdoc.png\" id=\"img_id3153394\"\>\<alt id=\"alt_id3153394\"\>Icon\</alt\>\</image\>"
+msgstr ""
+
+#: text/shared/02/10040000.xhp#par_id3145313.3
+msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>To Document End\</caseinline\> \<defaultinline\>Last Page\</defaultinline\> \</switchinline\>"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3147571.3
+msgid  "<help_section application=\"swriter\" id=\"02\" title=\"Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3157959.4
+msgid  "<node id=\"0201\" title=\"General Information and User Interface Usage\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153527.5
+msgid  "<node id=\"0202\" title=\"Command and Menu Reference\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153311.6
+msgid  "<node id=\"020201\" title=\"Menus\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149182.7
+msgid  "<node id=\"020202\" title=\"Toolbars\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145383.8
+msgid  "<node id=\"0203\" title=\"Creating Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149812.9
+msgid  "<node id=\"0204\" title=\"Graphics in Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3166461.10
+msgid  "<node id=\"0205\" title=\"Tables in Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155136.11
+msgid  "<node id=\"0206\" title=\"Objects in Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155629.12
+msgid  "<node id=\"0207\" title=\"Sections and Frames in Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150670.13
+msgid  "<node id=\"0208\" title=\"Tables of Contents and Indexes\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153349.14
+msgid  "<node id=\"0209\" title=\"Fields in Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145120.15
+msgid  "<node id=\"0210\" title=\"Navigating Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3159400.16
+msgid  "<node id=\"0211\" title=\"Calculating in Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145674.17
+msgid  "<node id=\"0212\" title=\"Formatting Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3143229.18
+msgid  "<node id=\"021201\" title=\"Templates and Styles\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3157910.19
+msgid  "<node id=\"0213\" title=\"Special Text Elements\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3148564.20
+msgid  "<node id=\"0214\" title=\"Automatic Functions\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145609.21
+msgid  "<node id=\"0215\" title=\"Numbering and Lists\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3146794.22
+msgid  "<node id=\"0216\" title=\"Spellchecking, Thesaurus, and Languages\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3159413.23
+msgid  "<node id=\"0217\" title=\"Forms in Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149656.24
+msgid  "<node id=\"0218\" title=\"Troubleshooting Tips\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150398.25
+msgid  "<node id=\"0219\" title=\"Loading, Saving, Importing, and Exporting\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153524.26
+msgid  "<node id=\"0220\" title=\"Master Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154367.27
+msgid  "<node id=\"0221\" title=\"Links and References\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3159152.28
+msgid  "<node id=\"0222\" title=\"Printing\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145421.29
+msgid  "<node id=\"0223\" title=\"Searching and Replacing\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150871.30
+msgid  "<help_section application=\"swriter\" id=\"06\" title=\"HTML Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150768.32
+msgid  "<help_section application=\"swriter\" id=\"01\" title=\"Installation\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3147229.33
+msgid  "<help_section application=\"swriter\" id=\"10\" title=\"Common Help Topics\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3152934.34
+msgid  "<node id=\"1001\" title=\"General Information\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155429.107
+msgid  "<node id=\"1002\" title=\"%PRODUCTNAME and Microsoft Office\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153368.35
+msgid  "<node id=\"1003\" title=\"Command and Menu Reference\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3146147.36
+msgid  "<node id=\"1004\" title=\"%PRODUCTNAME Options\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145365.37
+msgid  "<node id=\"1005\" title=\"Wizards\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150487.38
+msgid  "<node id=\"100501\" title=\"Letter Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3151113.39
+msgid  "<node id=\"100502\" title=\"Fax Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3156442.41
+msgid  "<node id=\"100504\" title=\"Agenda Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3146975.42
+msgid  "<node id=\"100505\" title=\"Presentation Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3148617.43
+msgid  "<node id=\"100506\" title=\"HTML Export Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153143.44
+msgid  "<node id=\"100507\" title=\"Group Element Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153574.46
+msgid  "<node id=\"100509\" title=\"Forms Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3146921.47
+msgid  "<node id=\"100510\" title=\"Document Converter Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154096.48
+msgid  "<node id=\"100511\" title=\"Table Element Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3144766.49
+msgid  "<node id=\"100512\" title=\"Combo Box/List Box Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154729.108
+msgid  "<node id=\"1006\" title=\"Configuring %PRODUCTNAME\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3151076.109
+msgid  "<node id=\"1007\" title=\"Working with the User Interface\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3147125.110
+msgid  "<node id=\"1008\" title=\"Printing, Faxing, Sending\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149418.111
+msgid  "<node id=\"1009\" title=\"Drag & Drop\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154016.112
+msgid  "<node id=\"1010\" title=\"Copy and Paste\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3156180.113
+msgid  "<node id=\"1011\" title=\"Databases\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150715.114
+msgid  "<node id=\"1012\" title=\"Charts and Diagrams\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154164.115
+msgid  "<node id=\"1013\" title=\"Load, Save, Import, Export\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145650.116
+msgid  "<node id=\"1014\" title=\"Links and References\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153838.117
+msgid  "<node id=\"1015\" title=\"Document Version Tracking\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150327.118
+msgid  "<node id=\"1016\" title=\"Labels and Business Cards\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153708.119
+msgid  "<node id=\"1018\" title=\"Inserting External Data\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3148916.120
+msgid  "<node id=\"1019\" title=\"Automatic Functions\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3152964.121
+msgid  "<node id=\"1020\" title=\"Searching and Replacing\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153765.50
+msgid  "<node id=\"1021\" title=\"Guides\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154361.51
+msgid  "<help_section application=\"swriter\" id=\"09\" title=\"Database Functionality\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150043.122
+msgid  "<node id=\"0901\" title=\"General Information\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154254.123
+msgid  "<node id=\"0902\" title=\"Data Sources\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149565.124
+msgid  "<node id=\"0903\" title=\"Forms\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155334.125
+msgid  "<node id=\"0904\" title=\"Tables, Queries and Indexes\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149107.126
+msgid  "<node id=\"0905\" title=\"Relations\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155937.127
+msgid  "<node id=\"0906\" title=\"Reports\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153963.53
+msgid  "<help_section application=\"sbasic\" id=\"07\" title=\"Macros and Programming\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3151248.54
+msgid  "<node id=\"0701\" title=\"General Information and User Interface Usage\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154023.55
+msgid  "<node id=\"0702\" title=\"Command Reference\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149924.56
+msgid  "<node id=\"070201\" title=\"Alphabetic List of Functions, Statements, and Operators\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145769.128
+msgid  "<node id=\"070202\" title=\"Run-Time Functions, Statements, and Operators\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155606.57
+msgid  "<node id=\"0703\" title=\"Guides\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149210.59
+msgid  "<help_section application=\"scalc\" id=\"08\" title=\"Spreadsheets\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155582.60
+msgid  "<node id=\"0801\" title=\"General Information and User Interface Usage\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149033.61
+msgid  "<node id=\"0802\" title=\"Command and Menu Reference\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3148630.62
+msgid  "<node id=\"080201\" title=\"Menus\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3156138.63
+msgid  "<node id=\"080202\" title=\"Toolbars\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3159236.64
+msgid  "<node id=\"0803\" title=\"Functions Types and Operators\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153197.65
+msgid  "<node id=\"0804\" title=\"Loading, Saving, Importing, and Exporting\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153705.66
+msgid  "<node id=\"0805\" title=\"Formatting\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3166425.67
+msgid  "<node id=\"0806\" title=\"Filtering and Sorting\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154716.68
+msgid  "<node id=\"0807\" title=\"Printing\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150344.69
+msgid  "<node id=\"0808\" title=\"Data Ranges\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150364.70
+msgid  "<node id=\"0809\" title=\"Pivot Table\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149966.71
+msgid  "<node id=\"0810\" title=\"Scenarios\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3146811.72
+msgid  "<node id=\"0811\" title=\"References\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3148421.73
+msgid  "<node id=\"0812\" title=\"Viewing, Selecting, Copying\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145258.74
+msgid  "<node id=\"0813\" title=\"Formulas and Calculations\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145586.75
+msgid  "<node id=\"0814\" title=\"Protection\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150885.76
+msgid  "<node id=\"0815\" title=\"Miscellaneous\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150519.78
+msgid  "<help_section application=\"smath\" id=\"03\" title=\"Formulas\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155529.79
+msgid  "<node id=\"0301\" title=\"General Information and User Interface Usage\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150522.80
+msgid  "<node id=\"0302\" title=\"Command and Menu Reference\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3146978.81
+msgid  "<node id=\"0303\" title=\"Working with Formulas\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3156168.83
+msgid  "<help_section application=\"simpress\" id=\"04\" title=\"Presentations and Drawings\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155129.84
+msgid  "<node id=\"0401\" title=\"General Information and User Interface Usage\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3152890.85
+msgid  "<node id=\"0402\" title=\"Command and Menu Reference\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155089.86
+msgid  "<node id=\"040201\" title=\"Presentations (%PRODUCTNAME Impress)\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153305.87
+msgid  "<node id=\"04020101\" title=\"Menus\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3148841.88
+msgid  "<node id=\"04020102\" title=\"Toolbars\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3156200.89
+msgid  "<node id=\"040202\" title=\"Drawings (%PRODUCTNAME Draw)\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153816.90
+msgid  "<node id=\"04020201\" title=\"Menus\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3146154.91
+msgid  "<node id=\"04020202\" title=\"Toolbars\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3148866.92
+msgid  "<node id=\"0403\" title=\"Loading, Saving, Importing, and Exporting\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3151244.93
+msgid  "<node id=\"0404\" title=\"Formatting\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149329.94
+msgid  "<node id=\"0405\" title=\"Printing\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150318.95
+msgid  "<node id=\"0406\" title=\"Effects\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150107.96
+msgid  "<node id=\"0407\" title=\"Objects, Graphics, and Bitmaps\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154343.97
+msgid  "<node id=\"0408\" title=\"Groups and Layers\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3148604.98
+msgid  "<node id=\"0409\" title=\"Text in Presentations and Drawings\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155269.99
+msgid  "<node id=\"0410\" title=\"Viewing\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3156351.101
+msgid  "<help_section application=\"scalc\" id=\"05\" title=\"Charts and Diagrams\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3156177.102
+msgid  "<node id=\"0501\" title=\"General Information\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3156036.103
+msgid  "<node id=\"0502\" title=\"Command and Menu Reference\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153285.104
+msgid  "<node id=\"050201\" title=\"Menus\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154959.105
+msgid  "<node id=\"050202\" title=\"Toolbars\">"
+msgstr ""
diff --git a/main/languages/source/en-US/help_shared.po b/main/languages/source/en-US/help_shared.po
index e353047..2ba6492 100644
--- a/main/languages/source/en-US/help_shared.po
+++ b/main/languages/source/en-US/help_shared.po
@@ -26772,12 +26772,12 @@
 msgstr "\<ahelp hid=\".\"\>Normally the 14 standard Postscript fonts are not embedded in a PDF file, because every PDF reader software already contains these fonts. Enable this option to embed the standard fonts that are installed on your system and that are used in the document.\</ahelp\> Use this option if you expect to have a better looking or more useful standard font than the font that is available in the recipients' PDF reader software."
 
 #: text/shared/01/ref_pdf_export.xhp#hd_id080420080355360
-msgid  "Create hybrid file"
-msgstr "Create hybrid file"
+msgid  "Embed this document inside the PDF"
+msgstr "Embed this document inside the PDF"
 
 #: text/shared/01/ref_pdf_export.xhp#par_id0804200803553767
-msgid  "\<ahelp hid=\".\"\>When the \<link href=\"http://extensions.services.openoffice.org/project/pdfimport\"\>PDF Import Extension\</link\> is installed, this setting enables you to export the document as a .pdf file containing two file formats: PDF and ODF.\</ahelp\>"
-msgstr "\<ahelp hid=\".\"\>When the \<link href=\"http://extensions.services.openoffice.org/project/pdfimport\"\>PDF Import Extension\</link\> is installed, this setting enables you to export the document as a .pdf file containing two file formats: PDF and ODF.\</ahelp\>"
+msgid  "\<ahelp hid=\".\"\>The document being exported will be embedded inside the PDF file.\</ahelp\> Some PDF tools or %PRODUCTNAME extensions may allow to extract the file from the PDF and save it; in this way, the orignal %PRODUCTNAME document can be edited back without the need of a PDF editing application."
+msgstr "\<ahelp hid=\".\"\>The document being exported will be embedded inside the PDF file.\</ahelp\> Some PDF tools or %PRODUCTNAME extensions may allow to extract the file from the PDF and save it; in this way, the orignal %PRODUCTNAME document can be edited back without the need of a PDF editing application."
 
 #: text/shared/01/ref_pdf_export.xhp#hd_id9796441
 msgid  "Initial View"
@@ -34087,46 +34087,6 @@
 msgid  "Next Page"
 msgstr "Next Page"
 
-#: text/shared/02/10030000.xhp#tit
-msgid  "To Document Begin/First Page"
-msgstr "To Document Begin/First Page"
-
-#: text/shared/02/10030000.xhp#hd_id3149031.1
-msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>\<link href=\"text/shared/02/10030000.xhp\" name=\"To Document Begin\"\>To Document Begin\</link\>\</caseinline\> \<defaultinline\>\<link href=\"text/shared/02/10030000.xhp\" name=\"First Page\"\>First Page\</link\>\</defaultinline\> \</switchinline\>"
-msgstr "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>\<link href=\"text/shared/02/10030000.xhp\" name=\"To Document Begin\"\>To Document Begin\</link\>\</caseinline\> \<defaultinline\>\<link href=\"text/shared/02/10030000.xhp\" name=\"First Page\"\>First Page\</link\>\</defaultinline\> \</switchinline\>"
-
-#: text/shared/02/10030000.xhp#par_id3153539.2
-msgid  "\<ahelp hid=\".uno:FirstPage\" visibility=\"visible\"\>Moves to the first page of the document.\</ahelp\> This function is only active when you select the \<emph\>Page Preview\</emph\> function on the \<emph\>File\</emph\> menu."
-msgstr "\<ahelp hid=\".uno:FirstPage\" visibility=\"visible\"\>Moves to the first page of the document.\</ahelp\> This function is only active when you select the \<emph\>Page Preview\</emph\> function on the \<emph\>File\</emph\> menu."
-
-#: text/shared/02/10030000.xhp#par_id3154751
-msgid  "\<image src=\"res/commandimagelist/sc_gotostartofdoc.png\" id=\"img_id3147571\"\>\<alt id=\"alt_id3147571\"\>Icon\</alt\>\</image\>"
-msgstr "\<image src=\"res/commandimagelist/sc_gotostartofdoc.png\" id=\"img_id3147571\"\>\<alt id=\"alt_id3147571\"\>Icon\</alt\>\</image\>"
-
-#: text/shared/02/10030000.xhp#par_id3143268.3
-msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>To Document Begin\</caseinline\> \<defaultinline\>First Page\</defaultinline\> \</switchinline\>"
-msgstr "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>To Document Begin\</caseinline\> \<defaultinline\>First Page\</defaultinline\> \</switchinline\>"
-
-#: text/shared/02/10040000.xhp#tit
-msgid  "To  Document End/Last Page"
-msgstr "To  Document End/Last Page"
-
-#: text/shared/02/10040000.xhp#hd_id3154840.1
-msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>\<link href=\"text/shared/02/10040000.xhp\" name=\"To  Document End\"\>To  Document End\</link\>\</caseinline\> \<defaultinline\>\<link href=\"text/shared/02/10040000.xhp\" name=\"Last Page\"\>Last Page\</link\>\</defaultinline\> \</switchinline\>"
-msgstr "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>\<link href=\"text/shared/02/10040000.xhp\" name=\"To  Document End\"\>To  Document End\</link\>\</caseinline\> \<defaultinline\>\<link href=\"text/shared/02/10040000.xhp\" name=\"Last Page\"\>Last Page\</link\>\</defaultinline\> \</switchinline\>"
-
-#: text/shared/02/10040000.xhp#par_id3149716.2
-msgid  "\<ahelp hid=\".uno:LastPage\" visibility=\"visible\"\>Moves to the last page of the document.\</ahelp\> This function is only active when you select the \<emph\>Page Preview\</emph\> function on the \<emph\>File\</emph\> menu."
-msgstr "\<ahelp hid=\".uno:LastPage\" visibility=\"visible\"\>Moves to the last page of the document.\</ahelp\> This function is only active when you select the \<emph\>Page Preview\</emph\> function on the \<emph\>File\</emph\> menu."
-
-#: text/shared/02/10040000.xhp#par_id3155805
-msgid  "\<image src=\"res/commandimagelist/sc_gotoendofdoc.png\" id=\"img_id3153394\"\>\<alt id=\"alt_id3153394\"\>Icon\</alt\>\</image\>"
-msgstr "\<image src=\"res/commandimagelist/sc_gotoendofdoc.png\" id=\"img_id3153394\"\>\<alt id=\"alt_id3153394\"\>Icon\</alt\>\</image\>"
-
-#: text/shared/02/10040000.xhp#par_id3145313.3
-msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>To Document End\</caseinline\> \<defaultinline\>Last Page\</defaultinline\> \</switchinline\>"
-msgstr "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>To Document End\</caseinline\> \<defaultinline\>Last Page\</defaultinline\> \</switchinline\>"
-
 #: text/shared/02/10100000.xhp#tit
 msgid  "Close Window"
 msgstr "Close Window"
@@ -69722,3 +69682,511 @@
 #: shared.tree#shared/text/shared/guide/data_enter_sql.xhp
 msgid  "Executing SQL Commands"
 msgstr "Executing SQL Commands"
+
+#: text/shared/02/10030000.xhp#tit
+msgid  "To Document Begin/First Page"
+msgstr "To Document Begin/First Page"
+
+#: text/shared/02/10030000.xhp#hd_id3149031.1
+msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>\<link href=\"text/shared/02/10030000.xhp\" name=\"To Document Begin\"\>To Document Begin\</link\>\</caseinline\> \<defaultinline\>\<link href=\"text/shared/02/10030000.xhp\" name=\"First Page\"\>First Page\</link\>\</defaultinline\> \</switchinline\>"
+msgstr "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>\<link href=\"text/shared/02/10030000.xhp\" name=\"To Document Begin\"\>To Document Begin\</link\>\</caseinline\> \<defaultinline\>\<link href=\"text/shared/02/10030000.xhp\" name=\"First Page\"\>First Page\</link\>\</defaultinline\> \</switchinline\>"
+
+#: text/shared/02/10030000.xhp#par_id3153539.2
+msgid  "\<ahelp hid=\".uno:FirstPage\" visibility=\"visible\"\>Moves to the first page of the document.\</ahelp\> This function is only active when you select the \<emph\>Page Preview\</emph\> function on the \<emph\>File\</emph\> menu."
+msgstr "\<ahelp hid=\".uno:FirstPage\" visibility=\"visible\"\>Moves to the first page of the document.\</ahelp\> This function is only active when you select the \<emph\>Page Preview\</emph\> function on the \<emph\>File\</emph\> menu."
+
+#: text/shared/02/10030000.xhp#par_id3154751
+msgid  "\<image src=\"res/commandimagelist/sc_gotostartofdoc.png\" id=\"img_id3147571\"\>\<alt id=\"alt_id3147571\"\>Icon\</alt\>\</image\>"
+msgstr "\<image src=\"res/commandimagelist/sc_gotostartofdoc.png\" id=\"img_id3147571\"\>\<alt id=\"alt_id3147571\"\>Icon\</alt\>\</image\>"
+
+#: text/shared/02/10030000.xhp#par_id3143268.3
+msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>To Document Begin\</caseinline\> \<defaultinline\>First Page\</defaultinline\> \</switchinline\>"
+msgstr "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>To Document Begin\</caseinline\> \<defaultinline\>First Page\</defaultinline\> \</switchinline\>"
+
+#: text/shared/02/10040000.xhp#tit
+msgid  "To  Document End/Last Page"
+msgstr "To  Document End/Last Page"
+
+#: text/shared/02/10040000.xhp#hd_id3154840.1
+msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>\<link href=\"text/shared/02/10040000.xhp\" name=\"To  Document End\"\>To  Document End\</link\>\</caseinline\> \<defaultinline\>\<link href=\"text/shared/02/10040000.xhp\" name=\"Last Page\"\>Last Page\</link\>\</defaultinline\> \</switchinline\>"
+msgstr "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>\<link href=\"text/shared/02/10040000.xhp\" name=\"To  Document End\"\>To  Document End\</link\>\</caseinline\> \<defaultinline\>\<link href=\"text/shared/02/10040000.xhp\" name=\"Last Page\"\>Last Page\</link\>\</defaultinline\> \</switchinline\>"
+
+#: text/shared/02/10040000.xhp#par_id3149716.2
+msgid  "\<ahelp hid=\".uno:LastPage\" visibility=\"visible\"\>Moves to the last page of the document.\</ahelp\> This function is only active when you select the \<emph\>Page Preview\</emph\> function on the \<emph\>File\</emph\> menu."
+msgstr "\<ahelp hid=\".uno:LastPage\" visibility=\"visible\"\>Moves to the last page of the document.\</ahelp\> This function is only active when you select the \<emph\>Page Preview\</emph\> function on the \<emph\>File\</emph\> menu."
+
+#: text/shared/02/10040000.xhp#par_id3155805
+msgid  "\<image src=\"res/commandimagelist/sc_gotoendofdoc.png\" id=\"img_id3153394\"\>\<alt id=\"alt_id3153394\"\>Icon\</alt\>\</image\>"
+msgstr "\<image src=\"res/commandimagelist/sc_gotoendofdoc.png\" id=\"img_id3153394\"\>\<alt id=\"alt_id3153394\"\>Icon\</alt\>\</image\>"
+
+#: text/shared/02/10040000.xhp#par_id3145313.3
+msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>To Document End\</caseinline\> \<defaultinline\>Last Page\</defaultinline\> \</switchinline\>"
+msgstr "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>To Document End\</caseinline\> \<defaultinline\>Last Page\</defaultinline\> \</switchinline\>"
+
+#: text/shared/tree_strings.xhp#par_id3147571.3
+msgid  "<help_section application=\"swriter\" id=\"02\" title=\"Text Documents\">"
+msgstr "<help_section application=\"swriter\" id=\"02\" title=\"Text Documents\">"
+
+#: text/shared/tree_strings.xhp#par_id3157959.4
+msgid  "<node id=\"0201\" title=\"General Information and User Interface Usage\">"
+msgstr "<node id=\"0201\" title=\"General Information and User Interface Usage\">"
+
+#: text/shared/tree_strings.xhp#par_id3153527.5
+msgid  "<node id=\"0202\" title=\"Command and Menu Reference\">"
+msgstr "<node id=\"0202\" title=\"Command and Menu Reference\">"
+
+#: text/shared/tree_strings.xhp#par_id3153311.6
+msgid  "<node id=\"020201\" title=\"Menus\">"
+msgstr "<node id=\"020201\" title=\"Menus\">"
+
+#: text/shared/tree_strings.xhp#par_id3149182.7
+msgid  "<node id=\"020202\" title=\"Toolbars\">"
+msgstr "<node id=\"020202\" title=\"Toolbars\">"
+
+#: text/shared/tree_strings.xhp#par_id3145383.8
+msgid  "<node id=\"0203\" title=\"Creating Text Documents\">"
+msgstr "<node id=\"0203\" title=\"Creating Text Documents\">"
+
+#: text/shared/tree_strings.xhp#par_id3149812.9
+msgid  "<node id=\"0204\" title=\"Graphics in Text Documents\">"
+msgstr "<node id=\"0204\" title=\"Graphics in Text Documents\">"
+
+#: text/shared/tree_strings.xhp#par_id3166461.10
+msgid  "<node id=\"0205\" title=\"Tables in Text Documents\">"
+msgstr "<node id=\"0205\" title=\"Tables in Text Documents\">"
+
+#: text/shared/tree_strings.xhp#par_id3155136.11
+msgid  "<node id=\"0206\" title=\"Objects in Text Documents\">"
+msgstr "<node id=\"0206\" title=\"Objects in Text Documents\">"
+
+#: text/shared/tree_strings.xhp#par_id3155629.12
+msgid  "<node id=\"0207\" title=\"Sections and Frames in Text Documents\">"
+msgstr "<node id=\"0207\" title=\"Sections and Frames in Text Documents\">"
+
+#: text/shared/tree_strings.xhp#par_id3150670.13
+msgid  "<node id=\"0208\" title=\"Tables of Contents and Indexes\">"
+msgstr "<node id=\"0208\" title=\"Tables of Contents and Indexes\">"
+
+#: text/shared/tree_strings.xhp#par_id3153349.14
+msgid  "<node id=\"0209\" title=\"Fields in Text Documents\">"
+msgstr "<node id=\"0209\" title=\"Fields in Text Documents\">"
+
+#: text/shared/tree_strings.xhp#par_id3145120.15
+msgid  "<node id=\"0210\" title=\"Navigating Text Documents\">"
+msgstr "<node id=\"0210\" title=\"Navigating Text Documents\">"
+
+#: text/shared/tree_strings.xhp#par_id3159400.16
+msgid  "<node id=\"0211\" title=\"Calculating in Text Documents\">"
+msgstr "<node id=\"0211\" title=\"Calculating in Text Documents\">"
+
+#: text/shared/tree_strings.xhp#par_id3145674.17
+msgid  "<node id=\"0212\" title=\"Formatting Text Documents\">"
+msgstr "<node id=\"0212\" title=\"Formatting Text Documents\">"
+
+#: text/shared/tree_strings.xhp#par_id3143229.18
+msgid  "<node id=\"021201\" title=\"Templates and Styles\">"
+msgstr "<node id=\"021201\" title=\"Templates and Styles\">"
+
+#: text/shared/tree_strings.xhp#par_id3157910.19
+msgid  "<node id=\"0213\" title=\"Special Text Elements\">"
+msgstr "<node id=\"0213\" title=\"Special Text Elements\">"
+
+#: text/shared/tree_strings.xhp#par_id3148564.20
+msgid  "<node id=\"0214\" title=\"Automatic Functions\">"
+msgstr "<node id=\"0214\" title=\"Automatic Functions\">"
+
+#: text/shared/tree_strings.xhp#par_id3145609.21
+msgid  "<node id=\"0215\" title=\"Numbering and Lists\">"
+msgstr "<node id=\"0215\" title=\"Numbering and Lists\">"
+
+#: text/shared/tree_strings.xhp#par_id3146794.22
+msgid  "<node id=\"0216\" title=\"Spellchecking, Thesaurus, and Languages\">"
+msgstr "<node id=\"0216\" title=\"Spellchecking, Thesaurus, and Languages\">"
+
+#: text/shared/tree_strings.xhp#par_id3159413.23
+msgid  "<node id=\"0217\" title=\"Forms in Text Documents\">"
+msgstr "<node id=\"0217\" title=\"Forms in Text Documents\">"
+
+#: text/shared/tree_strings.xhp#par_id3149656.24
+msgid  "<node id=\"0218\" title=\"Troubleshooting Tips\">"
+msgstr "<node id=\"0218\" title=\"Troubleshooting Tips\">"
+
+#: text/shared/tree_strings.xhp#par_id3150398.25
+msgid  "<node id=\"0219\" title=\"Loading, Saving, Importing, and Exporting\">"
+msgstr "<node id=\"0219\" title=\"Loading, Saving, Importing, and Exporting\">"
+
+#: text/shared/tree_strings.xhp#par_id3153524.26
+msgid  "<node id=\"0220\" title=\"Master Documents\">"
+msgstr "<node id=\"0220\" title=\"Master Documents\">"
+
+#: text/shared/tree_strings.xhp#par_id3154367.27
+msgid  "<node id=\"0221\" title=\"Links and References\">"
+msgstr "<node id=\"0221\" title=\"Links and References\">"
+
+#: text/shared/tree_strings.xhp#par_id3159152.28
+msgid  "<node id=\"0222\" title=\"Printing\">"
+msgstr "<node id=\"0222\" title=\"Printing\">"
+
+#: text/shared/tree_strings.xhp#par_id3145421.29
+msgid  "<node id=\"0223\" title=\"Searching and Replacing\">"
+msgstr "<node id=\"0223\" title=\"Searching and Replacing\">"
+
+#: text/shared/tree_strings.xhp#par_id3150871.30
+msgid  "<help_section application=\"swriter\" id=\"06\" title=\"HTML Documents\">"
+msgstr "<help_section application=\"swriter\" id=\"06\" title=\"HTML Documents\">"
+
+#: text/shared/tree_strings.xhp#par_id3150768.32
+msgid  "<help_section application=\"swriter\" id=\"01\" title=\"Installation\">"
+msgstr "<help_section application=\"swriter\" id=\"01\" title=\"Installation\">"
+
+#: text/shared/tree_strings.xhp#par_id3147229.33
+msgid  "<help_section application=\"swriter\" id=\"10\" title=\"Common Help Topics\">"
+msgstr "<help_section application=\"swriter\" id=\"10\" title=\"Common Help Topics\">"
+
+#: text/shared/tree_strings.xhp#par_id3152934.34
+msgid  "<node id=\"1001\" title=\"General Information\">"
+msgstr "<node id=\"1001\" title=\"General Information\">"
+
+#: text/shared/tree_strings.xhp#par_id3155429.107
+msgid  "<node id=\"1002\" title=\"%PRODUCTNAME and Microsoft Office\">"
+msgstr "<node id=\"1002\" title=\"%PRODUCTNAME and Microsoft Office\">"
+
+#: text/shared/tree_strings.xhp#par_id3153368.35
+msgid  "<node id=\"1003\" title=\"Command and Menu Reference\">"
+msgstr "<node id=\"1003\" title=\"Command and Menu Reference\">"
+
+#: text/shared/tree_strings.xhp#par_id3146147.36
+msgid  "<node id=\"1004\" title=\"%PRODUCTNAME Options\">"
+msgstr "<node id=\"1004\" title=\"%PRODUCTNAME Options\">"
+
+#: text/shared/tree_strings.xhp#par_id3145365.37
+msgid  "<node id=\"1005\" title=\"Wizards\">"
+msgstr "<node id=\"1005\" title=\"Wizards\">"
+
+#: text/shared/tree_strings.xhp#par_id3150487.38
+msgid  "<node id=\"100501\" title=\"Letter Wizard\">"
+msgstr "<node id=\"100501\" title=\"Letter Wizard\">"
+
+#: text/shared/tree_strings.xhp#par_id3151113.39
+msgid  "<node id=\"100502\" title=\"Fax Wizard\">"
+msgstr "<node id=\"100502\" title=\"Fax Wizard\">"
+
+#: text/shared/tree_strings.xhp#par_id3156442.41
+msgid  "<node id=\"100504\" title=\"Agenda Wizard\">"
+msgstr "<node id=\"100504\" title=\"Agenda Wizard\">"
+
+#: text/shared/tree_strings.xhp#par_id3146975.42
+msgid  "<node id=\"100505\" title=\"Presentation Wizard\">"
+msgstr "<node id=\"100505\" title=\"Presentation Wizard\">"
+
+#: text/shared/tree_strings.xhp#par_id3148617.43
+msgid  "<node id=\"100506\" title=\"HTML Export Wizard\">"
+msgstr "<node id=\"100506\" title=\"HTML Export Wizard\">"
+
+#: text/shared/tree_strings.xhp#par_id3153143.44
+msgid  "<node id=\"100507\" title=\"Group Element Wizard\">"
+msgstr "<node id=\"100507\" title=\"Group Element Wizard\">"
+
+#: text/shared/tree_strings.xhp#par_id3153574.46
+msgid  "<node id=\"100509\" title=\"Forms Wizard\">"
+msgstr "<node id=\"100509\" title=\"Forms Wizard\">"
+
+#: text/shared/tree_strings.xhp#par_id3146921.47
+msgid  "<node id=\"100510\" title=\"Document Converter Wizard\">"
+msgstr "<node id=\"100510\" title=\"Document Converter Wizard\">"
+
+#: text/shared/tree_strings.xhp#par_id3154096.48
+msgid  "<node id=\"100511\" title=\"Table Element Wizard\">"
+msgstr "<node id=\"100511\" title=\"Table Element Wizard\">"
+
+#: text/shared/tree_strings.xhp#par_id3144766.49
+msgid  "<node id=\"100512\" title=\"Combo Box/List Box Wizard\">"
+msgstr "<node id=\"100512\" title=\"Combo Box/List Box Wizard\">"
+
+#: text/shared/tree_strings.xhp#par_id3154729.108
+msgid  "<node id=\"1006\" title=\"Configuring %PRODUCTNAME\">"
+msgstr "<node id=\"1006\" title=\"Configuring %PRODUCTNAME\">"
+
+#: text/shared/tree_strings.xhp#par_id3151076.109
+msgid  "<node id=\"1007\" title=\"Working with the User Interface\">"
+msgstr "<node id=\"1007\" title=\"Working with the User Interface\">"
+
+#: text/shared/tree_strings.xhp#par_id3147125.110
+msgid  "<node id=\"1008\" title=\"Printing, Faxing, Sending\">"
+msgstr "<node id=\"1008\" title=\"Printing, Faxing, Sending\">"
+
+#: text/shared/tree_strings.xhp#par_id3149418.111
+msgid  "<node id=\"1009\" title=\"Drag & Drop\">"
+msgstr "<node id=\"1009\" title=\"Drag & Drop\">"
+
+#: text/shared/tree_strings.xhp#par_id3154016.112
+msgid  "<node id=\"1010\" title=\"Copy and Paste\">"
+msgstr "<node id=\"1010\" title=\"Copy and Paste\">"
+
+#: text/shared/tree_strings.xhp#par_id3156180.113
+msgid  "<node id=\"1011\" title=\"Databases\">"
+msgstr "<node id=\"1011\" title=\"Databases\">"
+
+#: text/shared/tree_strings.xhp#par_id3150715.114
+msgid  "<node id=\"1012\" title=\"Charts and Diagrams\">"
+msgstr "<node id=\"1012\" title=\"Charts and Diagrams\">"
+
+#: text/shared/tree_strings.xhp#par_id3154164.115
+msgid  "<node id=\"1013\" title=\"Load, Save, Import, Export\">"
+msgstr "<node id=\"1013\" title=\"Load, Save, Import, Export\">"
+
+#: text/shared/tree_strings.xhp#par_id3145650.116
+msgid  "<node id=\"1014\" title=\"Links and References\">"
+msgstr "<node id=\"1014\" title=\"Links and References\">"
+
+#: text/shared/tree_strings.xhp#par_id3153838.117
+msgid  "<node id=\"1015\" title=\"Document Version Tracking\">"
+msgstr "<node id=\"1015\" title=\"Document Version Tracking\">"
+
+#: text/shared/tree_strings.xhp#par_id3150327.118
+msgid  "<node id=\"1016\" title=\"Labels and Business Cards\">"
+msgstr "<node id=\"1016\" title=\"Labels and Business Cards\">"
+
+#: text/shared/tree_strings.xhp#par_id3153708.119
+msgid  "<node id=\"1018\" title=\"Inserting External Data\">"
+msgstr "<node id=\"1018\" title=\"Inserting External Data\">"
+
+#: text/shared/tree_strings.xhp#par_id3148916.120
+msgid  "<node id=\"1019\" title=\"Automatic Functions\">"
+msgstr "<node id=\"1019\" title=\"Automatic Functions\">"
+
+#: text/shared/tree_strings.xhp#par_id3152964.121
+msgid  "<node id=\"1020\" title=\"Searching and Replacing\">"
+msgstr "<node id=\"1020\" title=\"Searching and Replacing\">"
+
+#: text/shared/tree_strings.xhp#par_id3153765.50
+msgid  "<node id=\"1021\" title=\"Guides\">"
+msgstr "<node id=\"1021\" title=\"Guides\">"
+
+#: text/shared/tree_strings.xhp#par_id3154361.51
+msgid  "<help_section application=\"swriter\" id=\"09\" title=\"Database Functionality\">"
+msgstr "<help_section application=\"swriter\" id=\"09\" title=\"Database Functionality\">"
+
+#: text/shared/tree_strings.xhp#par_id3150043.122
+msgid  "<node id=\"0901\" title=\"General Information\">"
+msgstr "<node id=\"0901\" title=\"General Information\">"
+
+#: text/shared/tree_strings.xhp#par_id3154254.123
+msgid  "<node id=\"0902\" title=\"Data Sources\">"
+msgstr "<node id=\"0902\" title=\"Data Sources\">"
+
+#: text/shared/tree_strings.xhp#par_id3149565.124
+msgid  "<node id=\"0903\" title=\"Forms\">"
+msgstr "<node id=\"0903\" title=\"Forms\">"
+
+#: text/shared/tree_strings.xhp#par_id3155334.125
+msgid  "<node id=\"0904\" title=\"Tables, Queries and Indexes\">"
+msgstr "<node id=\"0904\" title=\"Tables, Queries and Indexes\">"
+
+#: text/shared/tree_strings.xhp#par_id3149107.126
+msgid  "<node id=\"0905\" title=\"Relations\">"
+msgstr "<node id=\"0905\" title=\"Relations\">"
+
+#: text/shared/tree_strings.xhp#par_id3155937.127
+msgid  "<node id=\"0906\" title=\"Reports\">"
+msgstr "<node id=\"0906\" title=\"Reports\">"
+
+#: text/shared/tree_strings.xhp#par_id3153963.53
+msgid  "<help_section application=\"sbasic\" id=\"07\" title=\"Macros and Programming\">"
+msgstr "<help_section application=\"sbasic\" id=\"07\" title=\"Macros and Programming\">"
+
+#: text/shared/tree_strings.xhp#par_id3151248.54
+msgid  "<node id=\"0701\" title=\"General Information and User Interface Usage\">"
+msgstr "<node id=\"0701\" title=\"General Information and User Interface Usage\">"
+
+#: text/shared/tree_strings.xhp#par_id3154023.55
+msgid  "<node id=\"0702\" title=\"Command Reference\">"
+msgstr "<node id=\"0702\" title=\"Command Reference\">"
+
+#: text/shared/tree_strings.xhp#par_id3149924.56
+msgid  "<node id=\"070201\" title=\"Alphabetic List of Functions, Statements, and Operators\">"
+msgstr "<node id=\"070201\" title=\"Alphabetic List of Functions, Statements, and Operators\">"
+
+#: text/shared/tree_strings.xhp#par_id3145769.128
+msgid  "<node id=\"070202\" title=\"Run-Time Functions, Statements, and Operators\">"
+msgstr "<node id=\"070202\" title=\"Run-Time Functions, Statements, and Operators\">"
+
+#: text/shared/tree_strings.xhp#par_id3155606.57
+msgid  "<node id=\"0703\" title=\"Guides\">"
+msgstr "<node id=\"0703\" title=\"Guides\">"
+
+#: text/shared/tree_strings.xhp#par_id3149210.59
+msgid  "<help_section application=\"scalc\" id=\"08\" title=\"Spreadsheets\">"
+msgstr "<help_section application=\"scalc\" id=\"08\" title=\"Spreadsheets\">"
+
+#: text/shared/tree_strings.xhp#par_id3155582.60
+msgid  "<node id=\"0801\" title=\"General Information and User Interface Usage\">"
+msgstr "<node id=\"0801\" title=\"General Information and User Interface Usage\">"
+
+#: text/shared/tree_strings.xhp#par_id3149033.61
+msgid  "<node id=\"0802\" title=\"Command and Menu Reference\">"
+msgstr "<node id=\"0802\" title=\"Command and Menu Reference\">"
+
+#: text/shared/tree_strings.xhp#par_id3148630.62
+msgid  "<node id=\"080201\" title=\"Menus\">"
+msgstr "<node id=\"080201\" title=\"Menus\">"
+
+#: text/shared/tree_strings.xhp#par_id3156138.63
+msgid  "<node id=\"080202\" title=\"Toolbars\">"
+msgstr "<node id=\"080202\" title=\"Toolbars\">"
+
+#: text/shared/tree_strings.xhp#par_id3159236.64
+msgid  "<node id=\"0803\" title=\"Functions Types and Operators\">"
+msgstr "<node id=\"0803\" title=\"Functions Types and Operators\">"
+
+#: text/shared/tree_strings.xhp#par_id3153197.65
+msgid  "<node id=\"0804\" title=\"Loading, Saving, Importing, and Exporting\">"
+msgstr "<node id=\"0804\" title=\"Loading, Saving, Importing, and Exporting\">"
+
+#: text/shared/tree_strings.xhp#par_id3153705.66
+msgid  "<node id=\"0805\" title=\"Formatting\">"
+msgstr "<node id=\"0805\" title=\"Formatting\">"
+
+#: text/shared/tree_strings.xhp#par_id3166425.67
+msgid  "<node id=\"0806\" title=\"Filtering and Sorting\">"
+msgstr "<node id=\"0806\" title=\"Filtering and Sorting\">"
+
+#: text/shared/tree_strings.xhp#par_id3154716.68
+msgid  "<node id=\"0807\" title=\"Printing\">"
+msgstr "<node id=\"0807\" title=\"Printing\">"
+
+#: text/shared/tree_strings.xhp#par_id3150344.69
+msgid  "<node id=\"0808\" title=\"Data Ranges\">"
+msgstr "<node id=\"0808\" title=\"Data Ranges\">"
+
+#: text/shared/tree_strings.xhp#par_id3150364.70
+msgid  "<node id=\"0809\" title=\"Pivot Table\">"
+msgstr "<node id=\"0809\" title=\"Pivot Table\">"
+
+#: text/shared/tree_strings.xhp#par_id3149966.71
+msgid  "<node id=\"0810\" title=\"Scenarios\">"
+msgstr "<node id=\"0810\" title=\"Scenarios\">"
+
+#: text/shared/tree_strings.xhp#par_id3146811.72
+msgid  "<node id=\"0811\" title=\"References\">"
+msgstr "<node id=\"0811\" title=\"References\">"
+
+#: text/shared/tree_strings.xhp#par_id3148421.73
+msgid  "<node id=\"0812\" title=\"Viewing, Selecting, Copying\">"
+msgstr "<node id=\"0812\" title=\"Viewing, Selecting, Copying\">"
+
+#: text/shared/tree_strings.xhp#par_id3145258.74
+msgid  "<node id=\"0813\" title=\"Formulas and Calculations\">"
+msgstr "<node id=\"0813\" title=\"Formulas and Calculations\">"
+
+#: text/shared/tree_strings.xhp#par_id3145586.75
+msgid  "<node id=\"0814\" title=\"Protection\">"
+msgstr "<node id=\"0814\" title=\"Protection\">"
+
+#: text/shared/tree_strings.xhp#par_id3150885.76
+msgid  "<node id=\"0815\" title=\"Miscellaneous\">"
+msgstr "<node id=\"0815\" title=\"Miscellaneous\">"
+
+#: text/shared/tree_strings.xhp#par_id3150519.78
+msgid  "<help_section application=\"smath\" id=\"03\" title=\"Formulas\">"
+msgstr "<help_section application=\"smath\" id=\"03\" title=\"Formulas\">"
+
+#: text/shared/tree_strings.xhp#par_id3155529.79
+msgid  "<node id=\"0301\" title=\"General Information and User Interface Usage\">"
+msgstr "<node id=\"0301\" title=\"General Information and User Interface Usage\">"
+
+#: text/shared/tree_strings.xhp#par_id3150522.80
+msgid  "<node id=\"0302\" title=\"Command and Menu Reference\">"
+msgstr "<node id=\"0302\" title=\"Command and Menu Reference\">"
+
+#: text/shared/tree_strings.xhp#par_id3146978.81
+msgid  "<node id=\"0303\" title=\"Working with Formulas\">"
+msgstr "<node id=\"0303\" title=\"Working with Formulas\">"
+
+#: text/shared/tree_strings.xhp#par_id3156168.83
+msgid  "<help_section application=\"simpress\" id=\"04\" title=\"Presentations and Drawings\">"
+msgstr "<help_section application=\"simpress\" id=\"04\" title=\"Presentations and Drawings\">"
+
+#: text/shared/tree_strings.xhp#par_id3155129.84
+msgid  "<node id=\"0401\" title=\"General Information and User Interface Usage\">"
+msgstr "<node id=\"0401\" title=\"General Information and User Interface Usage\">"
+
+#: text/shared/tree_strings.xhp#par_id3152890.85
+msgid  "<node id=\"0402\" title=\"Command and Menu Reference\">"
+msgstr "<node id=\"0402\" title=\"Command and Menu Reference\">"
+
+#: text/shared/tree_strings.xhp#par_id3155089.86
+msgid  "<node id=\"040201\" title=\"Presentations (%PRODUCTNAME Impress)\">"
+msgstr "<node id=\"040201\" title=\"Presentations (%PRODUCTNAME Impress)\">"
+
+#: text/shared/tree_strings.xhp#par_id3153305.87
+msgid  "<node id=\"04020101\" title=\"Menus\">"
+msgstr "<node id=\"04020101\" title=\"Menus\">"
+
+#: text/shared/tree_strings.xhp#par_id3148841.88
+msgid  "<node id=\"04020102\" title=\"Toolbars\">"
+msgstr "<node id=\"04020102\" title=\"Toolbars\">"
+
+#: text/shared/tree_strings.xhp#par_id3156200.89
+msgid  "<node id=\"040202\" title=\"Drawings (%PRODUCTNAME Draw)\">"
+msgstr "<node id=\"040202\" title=\"Drawings (%PRODUCTNAME Draw)\">"
+
+#: text/shared/tree_strings.xhp#par_id3153816.90
+msgid  "<node id=\"04020201\" title=\"Menus\">"
+msgstr "<node id=\"04020201\" title=\"Menus\">"
+
+#: text/shared/tree_strings.xhp#par_id3146154.91
+msgid  "<node id=\"04020202\" title=\"Toolbars\">"
+msgstr "<node id=\"04020202\" title=\"Toolbars\">"
+
+#: text/shared/tree_strings.xhp#par_id3148866.92
+msgid  "<node id=\"0403\" title=\"Loading, Saving, Importing, and Exporting\">"
+msgstr "<node id=\"0403\" title=\"Loading, Saving, Importing, and Exporting\">"
+
+#: text/shared/tree_strings.xhp#par_id3151244.93
+msgid  "<node id=\"0404\" title=\"Formatting\">"
+msgstr "<node id=\"0404\" title=\"Formatting\">"
+
+#: text/shared/tree_strings.xhp#par_id3149329.94
+msgid  "<node id=\"0405\" title=\"Printing\">"
+msgstr "<node id=\"0405\" title=\"Printing\">"
+
+#: text/shared/tree_strings.xhp#par_id3150318.95
+msgid  "<node id=\"0406\" title=\"Effects\">"
+msgstr "<node id=\"0406\" title=\"Effects\">"
+
+#: text/shared/tree_strings.xhp#par_id3150107.96
+msgid  "<node id=\"0407\" title=\"Objects, Graphics, and Bitmaps\">"
+msgstr "<node id=\"0407\" title=\"Objects, Graphics, and Bitmaps\">"
+
+#: text/shared/tree_strings.xhp#par_id3154343.97
+msgid  "<node id=\"0408\" title=\"Groups and Layers\">"
+msgstr "<node id=\"0408\" title=\"Groups and Layers\">"
+
+#: text/shared/tree_strings.xhp#par_id3148604.98
+msgid  "<node id=\"0409\" title=\"Text in Presentations and Drawings\">"
+msgstr "<node id=\"0409\" title=\"Text in Presentations and Drawings\">"
+
+#: text/shared/tree_strings.xhp#par_id3155269.99
+msgid  "<node id=\"0410\" title=\"Viewing\">"
+msgstr "<node id=\"0410\" title=\"Viewing\">"
+
+#: text/shared/tree_strings.xhp#par_id3156351.101
+msgid  "<help_section application=\"scalc\" id=\"05\" title=\"Charts and Diagrams\">"
+msgstr "<help_section application=\"scalc\" id=\"05\" title=\"Charts and Diagrams\">"
+
+#: text/shared/tree_strings.xhp#par_id3156177.102
+msgid  "<node id=\"0501\" title=\"General Information\">"
+msgstr "<node id=\"0501\" title=\"General Information\">"
+
+#: text/shared/tree_strings.xhp#par_id3156036.103
+msgid  "<node id=\"0502\" title=\"Command and Menu Reference\">"
+msgstr "<node id=\"0502\" title=\"Command and Menu Reference\">"
+
+#: text/shared/tree_strings.xhp#par_id3153285.104
+msgid  "<node id=\"050201\" title=\"Menus\">"
+msgstr "<node id=\"050201\" title=\"Menus\">"
+
+#: text/shared/tree_strings.xhp#par_id3154959.105
+msgid  "<node id=\"050202\" title=\"Toolbars\">"
+msgstr "<node id=\"050202\" title=\"Toolbars\">"
diff --git a/main/languages/source/es/help_shared.po b/main/languages/source/es/help_shared.po
index dc21a39..d20d897 100644
--- a/main/languages/source/es/help_shared.po
+++ b/main/languages/source/es/help_shared.po
@@ -26772,11 +26772,11 @@
 msgstr ""
 
 #: text/shared/01/ref_pdf_export.xhp#hd_id080420080355360
-msgid  "Create hybrid file"
+msgid  "Embed this document inside the PDF"
 msgstr ""
 
 #: text/shared/01/ref_pdf_export.xhp#par_id0804200803553767
-msgid  "\<ahelp hid=\".\"\>When the \<link href=\"http://extensions.services.openoffice.org/project/pdfimport\"\>PDF Import Extension\</link\> is installed, this setting enables you to export the document as a .pdf file containing two file formats: PDF and ODF.\</ahelp\>"
+msgid  "\<ahelp hid=\".\"\>The document being exported will be embedded inside the PDF file.\</ahelp\> Some PDF tools or %PRODUCTNAME extensions may allow to extract the file from the PDF and save it; in this way, the orignal %PRODUCTNAME document can be edited back without the need of a PDF editing application."
 msgstr ""
 
 #: text/shared/01/ref_pdf_export.xhp#hd_id9796441
@@ -34087,46 +34087,6 @@
 msgid  "Next Page"
 msgstr ""
 
-#: text/shared/02/10030000.xhp#tit
-msgid  "To Document Begin/First Page"
-msgstr ""
-
-#: text/shared/02/10030000.xhp#hd_id3149031.1
-msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>\<link href=\"text/shared/02/10030000.xhp\" name=\"To Document Begin\"\>To Document Begin\</link\>\</caseinline\> \<defaultinline\>\<link href=\"text/shared/02/10030000.xhp\" name=\"First Page\"\>First Page\</link\>\</defaultinline\> \</switchinline\>"
-msgstr ""
-
-#: text/shared/02/10030000.xhp#par_id3153539.2
-msgid  "\<ahelp hid=\".uno:FirstPage\" visibility=\"visible\"\>Moves to the first page of the document.\</ahelp\> This function is only active when you select the \<emph\>Page Preview\</emph\> function on the \<emph\>File\</emph\> menu."
-msgstr ""
-
-#: text/shared/02/10030000.xhp#par_id3154751
-msgid  "\<image src=\"res/commandimagelist/sc_gotostartofdoc.png\" id=\"img_id3147571\"\>\<alt id=\"alt_id3147571\"\>Icon\</alt\>\</image\>"
-msgstr ""
-
-#: text/shared/02/10030000.xhp#par_id3143268.3
-msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>To Document Begin\</caseinline\> \<defaultinline\>First Page\</defaultinline\> \</switchinline\>"
-msgstr ""
-
-#: text/shared/02/10040000.xhp#tit
-msgid  "To  Document End/Last Page"
-msgstr ""
-
-#: text/shared/02/10040000.xhp#hd_id3154840.1
-msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>\<link href=\"text/shared/02/10040000.xhp\" name=\"To  Document End\"\>To  Document End\</link\>\</caseinline\> \<defaultinline\>\<link href=\"text/shared/02/10040000.xhp\" name=\"Last Page\"\>Last Page\</link\>\</defaultinline\> \</switchinline\>"
-msgstr ""
-
-#: text/shared/02/10040000.xhp#par_id3149716.2
-msgid  "\<ahelp hid=\".uno:LastPage\" visibility=\"visible\"\>Moves to the last page of the document.\</ahelp\> This function is only active when you select the \<emph\>Page Preview\</emph\> function on the \<emph\>File\</emph\> menu."
-msgstr ""
-
-#: text/shared/02/10040000.xhp#par_id3155805
-msgid  "\<image src=\"res/commandimagelist/sc_gotoendofdoc.png\" id=\"img_id3153394\"\>\<alt id=\"alt_id3153394\"\>Icon\</alt\>\</image\>"
-msgstr ""
-
-#: text/shared/02/10040000.xhp#par_id3145313.3
-msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>To Document End\</caseinline\> \<defaultinline\>Last Page\</defaultinline\> \</switchinline\>"
-msgstr ""
-
 #: text/shared/02/10100000.xhp#tit
 msgid  "Close Window"
 msgstr ""
@@ -69722,3 +69682,511 @@
 #: shared.tree#shared/text/shared/guide/data_enter_sql.xhp
 msgid  "Executing SQL Commands"
 msgstr ""
+
+#: text/shared/02/10030000.xhp#tit
+msgid  "To Document Begin/First Page"
+msgstr ""
+
+#: text/shared/02/10030000.xhp#hd_id3149031.1
+msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>\<link href=\"text/shared/02/10030000.xhp\" name=\"To Document Begin\"\>To Document Begin\</link\>\</caseinline\> \<defaultinline\>\<link href=\"text/shared/02/10030000.xhp\" name=\"First Page\"\>First Page\</link\>\</defaultinline\> \</switchinline\>"
+msgstr ""
+
+#: text/shared/02/10030000.xhp#par_id3153539.2
+msgid  "\<ahelp hid=\".uno:FirstPage\" visibility=\"visible\"\>Moves to the first page of the document.\</ahelp\> This function is only active when you select the \<emph\>Page Preview\</emph\> function on the \<emph\>File\</emph\> menu."
+msgstr ""
+
+#: text/shared/02/10030000.xhp#par_id3154751
+msgid  "\<image src=\"res/commandimagelist/sc_gotostartofdoc.png\" id=\"img_id3147571\"\>\<alt id=\"alt_id3147571\"\>Icon\</alt\>\</image\>"
+msgstr ""
+
+#: text/shared/02/10030000.xhp#par_id3143268.3
+msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>To Document Begin\</caseinline\> \<defaultinline\>First Page\</defaultinline\> \</switchinline\>"
+msgstr ""
+
+#: text/shared/02/10040000.xhp#tit
+msgid  "To  Document End/Last Page"
+msgstr ""
+
+#: text/shared/02/10040000.xhp#hd_id3154840.1
+msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>\<link href=\"text/shared/02/10040000.xhp\" name=\"To  Document End\"\>To  Document End\</link\>\</caseinline\> \<defaultinline\>\<link href=\"text/shared/02/10040000.xhp\" name=\"Last Page\"\>Last Page\</link\>\</defaultinline\> \</switchinline\>"
+msgstr ""
+
+#: text/shared/02/10040000.xhp#par_id3149716.2
+msgid  "\<ahelp hid=\".uno:LastPage\" visibility=\"visible\"\>Moves to the last page of the document.\</ahelp\> This function is only active when you select the \<emph\>Page Preview\</emph\> function on the \<emph\>File\</emph\> menu."
+msgstr ""
+
+#: text/shared/02/10040000.xhp#par_id3155805
+msgid  "\<image src=\"res/commandimagelist/sc_gotoendofdoc.png\" id=\"img_id3153394\"\>\<alt id=\"alt_id3153394\"\>Icon\</alt\>\</image\>"
+msgstr ""
+
+#: text/shared/02/10040000.xhp#par_id3145313.3
+msgid  "\<switchinline select=\"appl\"\> \<caseinline select=\"WRITER\"\>To Document End\</caseinline\> \<defaultinline\>Last Page\</defaultinline\> \</switchinline\>"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3147571.3
+msgid  "<help_section application=\"swriter\" id=\"02\" title=\"Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3157959.4
+msgid  "<node id=\"0201\" title=\"General Information and User Interface Usage\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153527.5
+msgid  "<node id=\"0202\" title=\"Command and Menu Reference\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153311.6
+msgid  "<node id=\"020201\" title=\"Menus\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149182.7
+msgid  "<node id=\"020202\" title=\"Toolbars\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145383.8
+msgid  "<node id=\"0203\" title=\"Creating Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149812.9
+msgid  "<node id=\"0204\" title=\"Graphics in Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3166461.10
+msgid  "<node id=\"0205\" title=\"Tables in Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155136.11
+msgid  "<node id=\"0206\" title=\"Objects in Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155629.12
+msgid  "<node id=\"0207\" title=\"Sections and Frames in Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150670.13
+msgid  "<node id=\"0208\" title=\"Tables of Contents and Indexes\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153349.14
+msgid  "<node id=\"0209\" title=\"Fields in Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145120.15
+msgid  "<node id=\"0210\" title=\"Navigating Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3159400.16
+msgid  "<node id=\"0211\" title=\"Calculating in Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145674.17
+msgid  "<node id=\"0212\" title=\"Formatting Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3143229.18
+msgid  "<node id=\"021201\" title=\"Templates and Styles\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3157910.19
+msgid  "<node id=\"0213\" title=\"Special Text Elements\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3148564.20
+msgid  "<node id=\"0214\" title=\"Automatic Functions\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145609.21
+msgid  "<node id=\"0215\" title=\"Numbering and Lists\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3146794.22
+msgid  "<node id=\"0216\" title=\"Spellchecking, Thesaurus, and Languages\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3159413.23
+msgid  "<node id=\"0217\" title=\"Forms in Text Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149656.24
+msgid  "<node id=\"0218\" title=\"Troubleshooting Tips\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150398.25
+msgid  "<node id=\"0219\" title=\"Loading, Saving, Importing, and Exporting\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153524.26
+msgid  "<node id=\"0220\" title=\"Master Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154367.27
+msgid  "<node id=\"0221\" title=\"Links and References\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3159152.28
+msgid  "<node id=\"0222\" title=\"Printing\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145421.29
+msgid  "<node id=\"0223\" title=\"Searching and Replacing\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150871.30
+msgid  "<help_section application=\"swriter\" id=\"06\" title=\"HTML Documents\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150768.32
+msgid  "<help_section application=\"swriter\" id=\"01\" title=\"Installation\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3147229.33
+msgid  "<help_section application=\"swriter\" id=\"10\" title=\"Common Help Topics\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3152934.34
+msgid  "<node id=\"1001\" title=\"General Information\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155429.107
+msgid  "<node id=\"1002\" title=\"%PRODUCTNAME and Microsoft Office\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153368.35
+msgid  "<node id=\"1003\" title=\"Command and Menu Reference\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3146147.36
+msgid  "<node id=\"1004\" title=\"%PRODUCTNAME Options\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145365.37
+msgid  "<node id=\"1005\" title=\"Wizards\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150487.38
+msgid  "<node id=\"100501\" title=\"Letter Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3151113.39
+msgid  "<node id=\"100502\" title=\"Fax Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3156442.41
+msgid  "<node id=\"100504\" title=\"Agenda Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3146975.42
+msgid  "<node id=\"100505\" title=\"Presentation Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3148617.43
+msgid  "<node id=\"100506\" title=\"HTML Export Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153143.44
+msgid  "<node id=\"100507\" title=\"Group Element Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153574.46
+msgid  "<node id=\"100509\" title=\"Forms Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3146921.47
+msgid  "<node id=\"100510\" title=\"Document Converter Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154096.48
+msgid  "<node id=\"100511\" title=\"Table Element Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3144766.49
+msgid  "<node id=\"100512\" title=\"Combo Box/List Box Wizard\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154729.108
+msgid  "<node id=\"1006\" title=\"Configuring %PRODUCTNAME\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3151076.109
+msgid  "<node id=\"1007\" title=\"Working with the User Interface\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3147125.110
+msgid  "<node id=\"1008\" title=\"Printing, Faxing, Sending\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149418.111
+msgid  "<node id=\"1009\" title=\"Drag & Drop\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154016.112
+msgid  "<node id=\"1010\" title=\"Copy and Paste\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3156180.113
+msgid  "<node id=\"1011\" title=\"Databases\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150715.114
+msgid  "<node id=\"1012\" title=\"Charts and Diagrams\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154164.115
+msgid  "<node id=\"1013\" title=\"Load, Save, Import, Export\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145650.116
+msgid  "<node id=\"1014\" title=\"Links and References\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153838.117
+msgid  "<node id=\"1015\" title=\"Document Version Tracking\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150327.118
+msgid  "<node id=\"1016\" title=\"Labels and Business Cards\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153708.119
+msgid  "<node id=\"1018\" title=\"Inserting External Data\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3148916.120
+msgid  "<node id=\"1019\" title=\"Automatic Functions\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3152964.121
+msgid  "<node id=\"1020\" title=\"Searching and Replacing\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153765.50
+msgid  "<node id=\"1021\" title=\"Guides\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154361.51
+msgid  "<help_section application=\"swriter\" id=\"09\" title=\"Database Functionality\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150043.122
+msgid  "<node id=\"0901\" title=\"General Information\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154254.123
+msgid  "<node id=\"0902\" title=\"Data Sources\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149565.124
+msgid  "<node id=\"0903\" title=\"Forms\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155334.125
+msgid  "<node id=\"0904\" title=\"Tables, Queries and Indexes\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149107.126
+msgid  "<node id=\"0905\" title=\"Relations\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155937.127
+msgid  "<node id=\"0906\" title=\"Reports\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153963.53
+msgid  "<help_section application=\"sbasic\" id=\"07\" title=\"Macros and Programming\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3151248.54
+msgid  "<node id=\"0701\" title=\"General Information and User Interface Usage\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154023.55
+msgid  "<node id=\"0702\" title=\"Command Reference\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149924.56
+msgid  "<node id=\"070201\" title=\"Alphabetic List of Functions, Statements, and Operators\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145769.128
+msgid  "<node id=\"070202\" title=\"Run-Time Functions, Statements, and Operators\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155606.57
+msgid  "<node id=\"0703\" title=\"Guides\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149210.59
+msgid  "<help_section application=\"scalc\" id=\"08\" title=\"Spreadsheets\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155582.60
+msgid  "<node id=\"0801\" title=\"General Information and User Interface Usage\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149033.61
+msgid  "<node id=\"0802\" title=\"Command and Menu Reference\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3148630.62
+msgid  "<node id=\"080201\" title=\"Menus\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3156138.63
+msgid  "<node id=\"080202\" title=\"Toolbars\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3159236.64
+msgid  "<node id=\"0803\" title=\"Functions Types and Operators\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153197.65
+msgid  "<node id=\"0804\" title=\"Loading, Saving, Importing, and Exporting\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153705.66
+msgid  "<node id=\"0805\" title=\"Formatting\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3166425.67
+msgid  "<node id=\"0806\" title=\"Filtering and Sorting\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154716.68
+msgid  "<node id=\"0807\" title=\"Printing\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150344.69
+msgid  "<node id=\"0808\" title=\"Data Ranges\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150364.70
+msgid  "<node id=\"0809\" title=\"Pivot Table\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149966.71
+msgid  "<node id=\"0810\" title=\"Scenarios\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3146811.72
+msgid  "<node id=\"0811\" title=\"References\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3148421.73
+msgid  "<node id=\"0812\" title=\"Viewing, Selecting, Copying\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145258.74
+msgid  "<node id=\"0813\" title=\"Formulas and Calculations\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3145586.75
+msgid  "<node id=\"0814\" title=\"Protection\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150885.76
+msgid  "<node id=\"0815\" title=\"Miscellaneous\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150519.78
+msgid  "<help_section application=\"smath\" id=\"03\" title=\"Formulas\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155529.79
+msgid  "<node id=\"0301\" title=\"General Information and User Interface Usage\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150522.80
+msgid  "<node id=\"0302\" title=\"Command and Menu Reference\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3146978.81
+msgid  "<node id=\"0303\" title=\"Working with Formulas\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3156168.83
+msgid  "<help_section application=\"simpress\" id=\"04\" title=\"Presentations and Drawings\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155129.84
+msgid  "<node id=\"0401\" title=\"General Information and User Interface Usage\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3152890.85
+msgid  "<node id=\"0402\" title=\"Command and Menu Reference\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155089.86
+msgid  "<node id=\"040201\" title=\"Presentations (%PRODUCTNAME Impress)\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153305.87
+msgid  "<node id=\"04020101\" title=\"Menus\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3148841.88
+msgid  "<node id=\"04020102\" title=\"Toolbars\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3156200.89
+msgid  "<node id=\"040202\" title=\"Drawings (%PRODUCTNAME Draw)\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153816.90
+msgid  "<node id=\"04020201\" title=\"Menus\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3146154.91
+msgid  "<node id=\"04020202\" title=\"Toolbars\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3148866.92
+msgid  "<node id=\"0403\" title=\"Loading, Saving, Importing, and Exporting\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3151244.93
+msgid  "<node id=\"0404\" title=\"Formatting\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3149329.94
+msgid  "<node id=\"0405\" title=\"Printing\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150318.95
+msgid  "<node id=\"0406\" title=\"Effects\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3150107.96
+msgid  "<node id=\"0407\" title=\"Objects, Graphics, and Bitmaps\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154343.97
+msgid  "<node id=\"0408\" title=\"Groups and Layers\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3148604.98
+msgid  "<node id=\"0409\" title=\"Text in Presentations and Drawings\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3155269.99
+msgid  "<node id=\"0410\" title=\"Viewing\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3156351.101
+msgid  "<help_section application=\"scalc\" id=\"05\" title=\"Charts and Diagrams\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3156177.102
+msgid  "<node id=\"0501\" title=\"General Information\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3156036.103
+msgid  "<node id=\"0502\" title=\"Command and Menu Reference\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3153285.104
+msgid  "<node id=\"050201\" title=\"Menus\">"
+msgstr ""
+
+#: text/shared/tree_strings.xhp#par_id3154959.105
+msgid  "<node id=\"050202\" title=\"Toolbars\">"
+msgstr ""