diff -Nur libreoffice-7.6.4.1/aclocal.m4 libreoffice-7.6.5.2/aclocal.m4
--- libreoffice-7.6.4.1/aclocal.m4	2023-11-30 14:15:22.000000000 +0100
+++ libreoffice-7.6.5.2/aclocal.m4	2024-02-17 15:02:41.000000000 +0100
@@ -12,8 +12,8 @@
 # PARTICULAR PURPOSE.
 
 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
-# pkg.m4 - Macros to locate and use pkg-config.   -*- Autoconf -*-
-# serial 12 (pkg-config-0.29.2)
+# pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
+# serial 11 (pkg-config-0.29.1)
 
 dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
 dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
@@ -55,7 +55,7 @@
 dnl See the "Since" comment for each macro you use to see what version
 dnl of the macros you require.
 m4_defun([PKG_PREREQ],
-[m4_define([PKG_MACROS_VERSION], [0.29.2])
+[m4_define([PKG_MACROS_VERSION], [0.29.1])
 m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
     [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
 ])dnl PKG_PREREQ
@@ -100,7 +100,7 @@
 dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
 dnl
 dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
-dnl only at the first occurrence in configure.ac, so if the first place
+dnl only at the first occurence in configure.ac, so if the first place
 dnl it's called might be skipped (such as if it is within an "if", you
 dnl have to call PKG_CHECK_EXISTS manually
 AC_DEFUN([PKG_CHECK_EXISTS],
@@ -156,7 +156,7 @@
 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
 
 pkg_failed=no
-AC_MSG_CHECKING([for $2])
+AC_MSG_CHECKING([for $1])
 
 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
@@ -166,17 +166,17 @@
 See the pkg-config man page for more details.])
 
 if test $pkg_failed = yes; then
-        AC_MSG_RESULT([no])
+   	AC_MSG_RESULT([no])
         _PKG_SHORT_ERRORS_SUPPORTED
         if test $_pkg_short_errors_supported = yes; then
-                $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
-        else
-                $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
+	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
+        else 
+	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
+	# Put the nasty error message in config.log where it belongs
+	echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
 
-        m4_default([$4], [AC_MSG_ERROR(
+	m4_default([$4], [AC_MSG_ERROR(
 [Package requirements ($2) were not met:
 
 $$1_PKG_ERRORS
@@ -187,8 +187,8 @@
 _PKG_TEXT])[]dnl
         ])
 elif test $pkg_failed = untried; then
-        AC_MSG_RESULT([no])
-        m4_default([$4], [AC_MSG_FAILURE(
+     	AC_MSG_RESULT([no])
+	m4_default([$4], [AC_MSG_FAILURE(
 [The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
 path to pkg-config.
@@ -198,10 +198,10 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
         ])
 else
-        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
-        $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
+	$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
+	$1[]_LIBS=$pkg_cv_[]$1[]_LIBS
         AC_MSG_RESULT([yes])
-        $3
+	$3
 fi[]dnl
 ])dnl PKG_CHECK_MODULES
 
@@ -608,14 +608,7 @@
    am_cv_python_pythondir=`$PYTHON -c "
 $am_python_setup_sysconfig
 if can_use_sysconfig:
-  if hasattr(sysconfig, 'get_default_scheme'):
-    scheme = sysconfig.get_default_scheme()
-  else:
-    scheme = sysconfig._get_default_scheme()
-  if scheme == 'posix_local':
-    # Debian's default scheme installs to /usr/local/ but we want to find headers in /usr/
-    scheme = 'posix_prefix'
-  sitedir = sysconfig.get_path('purelib', scheme, vars={'base':'$am_py_prefix'})
+  sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'})
 else:
   from distutils import sysconfig
   sitedir = sysconfig.get_python_lib(0, 0, prefix='$am_py_prefix')
@@ -657,14 +650,7 @@
    am_cv_python_pyexecdir=`$PYTHON -c "
 $am_python_setup_sysconfig
 if can_use_sysconfig:
-  if hasattr(sysconfig, 'get_default_scheme'):
-    scheme = sysconfig.get_default_scheme()
-  else:
-    scheme = sysconfig._get_default_scheme()
-  if scheme == 'posix_local':
-    # Debian's default scheme installs to /usr/local/ but we want to find headers in /usr/
-    scheme = 'posix_prefix'
-  sitedir = sysconfig.get_path('platlib', scheme, vars={'platbase':'$am_py_exec_prefix'})
+  sitedir = sysconfig.get_path('platlib', vars={'platbase':'$am_py_exec_prefix'})
 else:
   from distutils import sysconfig
   sitedir = sysconfig.get_python_lib(1, 0, prefix='$am_py_exec_prefix')
diff -Nur libreoffice-7.6.4.1/android/Bootstrap/Makefile.shared libreoffice-7.6.5.2/android/Bootstrap/Makefile.shared
--- libreoffice-7.6.4.1/android/Bootstrap/Makefile.shared	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/android/Bootstrap/Makefile.shared	2024-02-17 14:05:36.000000000 +0100
@@ -113,6 +113,8 @@
 		&& echo "    archivesBaseName = 'LibreOfficeViewer'" \
 		&& echo "    minSdkVersion = $(ANDROID_API_LEVEL)" \
 		&& echo "    versionCode project.hasProperty('cmdVersionCode') ? cmdVersionCode.toInteger() : $(if $(versionCode),$(versionCode),1)" \
-		&& echo "    versionName '$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)$(LIBO_VERSION_SUFFIX)$(LIBO_VERSION_SUFFIX_SUFFIX)/$(shell cd $(SRCDIR) && git log -1 --format=%h)/$(OOO_VENDOR)'" \
+		&& echo "    versionName '$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)$(LIBO_VERSION_SUFFIX)$(LIBO_VERSION_SUFFIX_SUFFIX)'" \
+		&& echo "    buildConfigField('String', 'BUILD_ID_SHORT', '\"$(shell cd $(SRCDIR) && git log -1 --format=%h)\"')" \
+		&& echo "    buildConfigField('String', 'VENDOR', '\"$(OOO_VENDOR)\"')" \
 		&& echo "}" \
 	) > $@
diff -Nur libreoffice-7.6.4.1/android/source/res/layout/about.xml libreoffice-7.6.5.2/android/source/res/layout/about.xml
--- libreoffice-7.6.4.1/android/source/res/layout/about.xml	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/layout/about.xml	2024-02-17 14:05:36.000000000 +0100
@@ -14,7 +14,6 @@
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:textIsSelectable="true"
-        android:text="@string/app_version"
         android:textSize="18sp"/>
 
     <TextView
@@ -39,7 +38,6 @@
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:textIsSelectable="true"
-        android:text="@string/app_vendor"
         android:textSize="18sp"/>
 </LinearLayout>
 </ScrollView>
diff -Nur libreoffice-7.6.4.1/android/source/res/values/strings.xml libreoffice-7.6.5.2/android/source/res/values/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values/strings.xml	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -5,7 +5,7 @@
     <string name="app_name_settings">LibreOffice Viewer Settings</string>
 
     <string name="app_about_name"><b>LibreOffice Viewer \'Beta\'</b></string>
-    <string name="app_version">Version: %1$s\nBuild ID: %2$s</string>
+    <string name="app_version">Version: %1$s&lt;br&gt;Build ID: &lt;a href=&quot;https://hub.libreoffice.org/git-core/%2$s&quot;&gt;%2$s&lt;/a&gt;</string>
     <string name="app_description">LibreOffice Viewer is a document viewer based on LibreOffice.</string>
     <string name="app_credits">https://www.libreoffice.org</string>
     <string name="app_vendor">This release was supplied by $VENDOR.</string>
diff -Nur libreoffice-7.6.4.1/android/source/res/values-ab/strings.xml libreoffice-7.6.5.2/android/source/res/values-ab/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-ab/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-ab/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources></resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-ast/strings.xml libreoffice-7.6.5.2/android/source/res/values-ast/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-ast/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-ast/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="default_document_name">ensin títulu</string>
+    <string name="title_recents">Ficheros recién</string>
+    <string name="action_settings">Axustes</string>
+    <string name="action_undo">Desfacer</string>
+    <string name="action_redo">Refacer</string>
+    <string name="no_save_document">NON</string>
+    <string name="calc_delete">Desaniciar</string>
+    <string name="calc_hide">Anubrir</string>
+    <string name="calc_show">Amosar</string>
+    <string name="page">Páxina</string>
+    <string name="sheet">Fueya</string>
+    <string name="readonly_file">Esti ficheru ye namái de llectura.</string>
+    <string name="new_textdocument">Documentu de testu nuevu</string>
+    <string name="new_presentation">Presentación nueva</string>
+    <string name="new_spreadsheet">Fueya de cálculu nueva</string>
+    <string name="new_drawing">Dibuxu nuevu</string>
+    <string name="select_file_to_open">Esbilla\'l ficheru que quies abrir</string>
+    <string name="title_browser">Tolos ficheros</string>
+    <string name="action_about">Tocante a</string>
+    <string name="action_save">Guardar</string>
+    <string name="about_license">Amosar la llicencia</string>
+    <string name="action_keyboard">Amosar el tecláu</string>
+    <string name="action_search">Guetar</string>
+    <string name="app_name">Visor del LibreOffice</string>
+    <string name="app_name_settings">Configuración del visor del LibreOffice</string>
+    <string name="app_version">Versión: %1$s&lt;br&gt;Identificador de la construción: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="app_description">El Visor del LibreOffice ye un visor de documentos basáu nel LibreOffice.</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="app_vendor">Esta versión fornióla $VENDOR.</string>
+    <string name="pref_category_general">Xenerales</string>
+    <string name="pref_experimental_editing">Mou esperimental</string>
+    <string name="pref_developer_mode">Mou de desendolcu</string>
+    <string name="message_saving">Guardando’l documentu…</string>
+    <string name="message_saving_failed">Nun se pudo guardar el documentu.</string>
+    <string name="save_alert_dialog_title">¿Quies guardar el documentu enantes de zarralu\?</string>
+    <string name="save_document">GUARDAR</string>
+    <string name="action_cancel">Encaboxar</string>
+    <string name="about_moreinfo">Más información</string>
+    <string name="about_notice">Amosar l\'avisu</string>
+    <string name="file_icon_desc">iconu de ficheru</string>
+    <string name="pref_experimental_editing_summary">Activa\'l mou d\'edición esperimental. Úsalu baxo la to responsabilidá.</string>
+    <string name="action_parts">Partes</string>
+    <string name="action_fromat">Activar el formatu</string>
+    <string name="action_UNO_commands">Unviar orde UNO</string>
+    <string name="message_saved">Guardar completu</string>
+    <string name="password">Contraseña</string>
+    <string name="action_presentation">Presentación de diapositives</string>
+    <string name="action_add_slide">Ametar diapositiva</string>
+    <string name="slideshow_action_back">Atrás</string>
+    <string name="calc_insert_before">Inxertar</string>
+    <string name="calc_optimal_length">Llargor óptimu</string>
+    <string name="calc_adjust_length">Axustar el llargor</string>
+    <string name="calc_adjust_height">Axustar l\'altor</string>
+    <string name="calc_adjust_width">Axustar l\'anchor</string>
+    <string name="calc_optimal_height">Altor óptimu</string>
+    <string name="calc_optimal_width">Anchor óptimu</string>
+    <string name="calc_optimal_length_confirm">Val</string>
+    <string name="calc_optimal_length_default_text">Pon el llargor extra en centésimes de milímetru</string>
+    <string name="calc_alert_double_click_optimal_length">Conseyu: Tocar dos vegaes na testera define l\'anchor/altor óptimu.</string>
+    <string name="action_add_worksheet">Amestar fueya de cálculu</string>
+    <string name="action_pwd_dialog_OK">Val</string>
+    <string name="action_pwd_dialog_cancel">Encaboxar</string>
+    <string name="pref_developer_mode_summary">Activar mou de desendolcu, nel que se puen unviar ordes d\'UNO dientro de l\'app. Úsalu baxo la to responsabilidá.</string>
+    <string name="app_about_name"><b>«Beta» del visor del LibreOffice</b></string>
+    <string name="browser_app_name">Restolador del LibreOffice</string>
+    <string name="menu_search">Buscar</string>
+    <string name="search_not_found">Nun s\'atopó la espresión</string>
+    <string name="menu_preferences">Preferencies</string>
+    <string name="action_bold">Negrina</string>
+    <string name="action_underline">Sorrayar</string>
+    <string name="action_italic">Cursiva</string>
+    <string name="action_strikeout">Tachar</string>
+    <string name="action_save_as">Guardar como…</string>
+    <string name="message_save_incomplete">Nun terminó\'l grabar. ¿Hebo dalgún cambéu\?</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">Val</string>
+    <string name="action_pwd_dialog_title">Pon la contraseña</string>
+    <string name="take_photo">Facer foto</string>
+    <string name="select_photo_title">Esbillar una imaxe</string>
+    <string name="no_camera_found">Nun s\'atopó denguna cámara</string>
+    <string name="compress_photo_smallest_size">Tamañu menor</string>
+    <string name="compress_photo_medium_size">Tamañu mediu</string>
+    <string name="compress_photo_max_quality">Calidá máxima</string>
+    <string name="select_photo">Esbilla una foto</string>
+    <string name="compress_photo_no_compress">Nun comprimir</string>
+    <string name="compress_photo_title">¿Quies comprimir la foto\?</string>
+    <string name="action_copy">Copia</string>
+    <string name="action_paste">Apegar</string>
+    <string name="action_cut">Cortar</string>
+    <string name="action_back">Atrás</string>
+    <string name="action_text_copied">Copióse\'l testu al cartafueyu</string>
+    <string name="insert_table">Inxertar tabla</string>
+    <string name="select_delete_options">Escoyer opciones de desaniciu:</string>
+    <string name="action_rename_worksheet">Renomar la fueya de cálculu</string>
+    <string name="action_delete_worksheet">Desaniciar fueya</string>
+    <string name="action_delete_slide">Desaniciar diapositiva</string>
+    <string name="name_already_used">El nome que punxisti yá se ta usando.</string>
+    <string name="part_name_changed">El nome de la parte camudó.</string>
+    <string name="part_deleted">Desanicióse una parte</string>
+    <string name="UNO_commands_string_hint">Orde de UNO</string>
+    <string name="UNO_commands_string_type_hint">Triba</string>
+    <string name="UNO_commands_string_value_hint">Valor</string>
+    <string name="UNO_commands_string_parent_value_hint">Valor cimeru</string>
+    <string name="action_exportToPDF">Esportar a PDF</string>
+    <string name="action_print">Imprentar</string>
+    <string name="tabhost_character">Carácter</string>
+    <string name="tabhost_paragraph">Párrafu</string>
+    <string name="tabhost_insert">Inxertar</string>
+    <string name="tabhost_style">Estilu</string>
+    <string name="alert_ok">Val</string>
+    <string name="alert_cancel">Encaboxar</string>
+    <string name="current_uno_command">Orde d\'UNO actual</string>
+    <string name="display_language">Llingua p\'amosar</string>
+    <string name="display_language_summary">Afitar la llingua predeterminada de la interfaz</string>
+    <string name="pdf_export_finished">Acabó la esportación a PDF</string>
+    <string name="unable_to_export_pdf">Nun se pudo esportar a PDF</string>
+    <string name="unable_to_save">Nun se pudo guardar el ficheru</string>
+    <string name="error">Fallu</string>
+    <string name="enter_part_name">Pon un nome pa la parte</string>
+    <string name="bmp_null">El BMP nun val.</string>
+    <string name="unable_to_go_further">Nun se pue dir más allá.</string>
+    <string name="printing_not_supported">El preséu nun almite la imprentación</string>
+    <string name="directory_not_saved">Nun se guardó\'l directoriu.</string>
+    <string name="part">Parte</string>
+    <string name="highlight_color">Color de resalte</string>
+    <string name="font_color">Color de la lletra</string>
+    <string name="slide">Diapositiva</string>
+    <string name="action_rename_slide">Cambiar el nome de la diapositiva</string>
+    <string name="automatic">Automaticu</string>
+    <string name="select_insert_options">Escoyer opciones d\'inxerimientu:</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">El preséu Android nun almite presentaciones con SVG dientro de l\'aplicación. Copióse l\'enllaz de la presentación de diapositives nel cartafueyu. Abri un restolador web modernu, apega\'l valor na barra de direiciones y visítala.</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-ca/strings.xml libreoffice-7.6.5.2/android/source/res/values-ca/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-ca/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-ca/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="app_credits">https://ca.libreoffice.org</string>
+    <string name="readonly_file">Aquest fitxer és només de lectura.</string>
+    <string name="about_license">Mostra la llicència</string>
+    <string name="about_moreinfo">Més informació</string>
+    <string name="new_textdocument">Document de text nou</string>
+    <string name="new_presentation">Presentació nova</string>
+    <string name="new_spreadsheet">Full de càlcul nou</string>
+    <string name="new_drawing">Dibuix nou</string>
+    <string name="default_document_name">sense títol</string>
+    <string name="app_name">Visualitzador del LibreOffice</string>
+    <string name="app_name_settings">Paràmetres del visualitzador del LibreOffice</string>
+    <string name="app_about_name"><b>«Beta» del visualitzador del LibreOffice</b></string>
+    <string name="app_description">Aquesta aplicació és un visualitzador de documents basat en el LibreOffice.</string>
+    <string name="pref_experimental_editing">Mode experimental</string>
+    <string name="title_browser">Tots els fitxers</string>
+    <string name="title_recents">Fitxers recents</string>
+    <string name="menu_preferences">Preferències</string>
+    <string name="menu_search">Cerca</string>
+    <string name="action_parts">Parts</string>
+    <string name="action_about">Quant a</string>
+    <string name="pref_developer_mode">Mode de desenvolupament</string>
+    <string name="action_strikeout">Ratllat</string>
+    <string name="action_save">Desa</string>
+    <string name="action_save_as">Anomena i desa…</string>
+    <string name="action_search">Cerca</string>
+    <string name="password">Contrasenya</string>
+    <string name="action_undo">Desfés</string>
+    <string name="action_redo">Refés</string>
+    <string name="save_alert_dialog_title">Voleu desar el document abans de tancar-lo\?</string>
+    <string name="save_document">DESA</string>
+    <string name="no_save_document">NO</string>
+    <string name="action_add_slide">Afegeix una diapositiva</string>
+    <string name="calc_insert_before">Insereix</string>
+    <string name="calc_delete">Suprimeix</string>
+    <string name="calc_hide">Amaga</string>
+    <string name="calc_show">Mostra</string>
+    <string name="action_copy">Copia</string>
+    <string name="action_paste">Enganxa</string>
+    <string name="action_cut">Retalla</string>
+    <string name="action_back">Enrere</string>
+    <string name="insert_table">Insereix una taula</string>
+    <string name="action_pwd_dialog_title">Introduïu la contrasenya</string>
+    <string name="take_photo">Fes una foto</string>
+    <string name="page">Pàgina</string>
+    <string name="slide">Diapositiva</string>
+    <string name="part">Part</string>
+    <string name="action_exportToPDF">Exporta com a PDF</string>
+    <string name="action_print">Imprimeix</string>
+    <string name="tabhost_character">Caràcter</string>
+    <string name="tabhost_paragraph">Paràgraf</string>
+    <string name="tabhost_insert">Insereix</string>
+    <string name="tabhost_style">Estil</string>
+    <string name="action_keyboard">Mostra el teclat</string>
+    <string name="automatic">Automàtic</string>
+    <string name="action_settings">Paràmetres</string>
+    <string name="slideshow_action_back">Enrere</string>
+    <string name="sheet">Full</string>
+    <string name="action_delete_slide">Suprimeix la diapositiva</string>
+    <string name="UNO_commands_string_type_hint">Tipus</string>
+    <string name="UNO_commands_string_value_hint">Valor</string>
+    <string name="action_presentation">Presentació de diapositives</string>
+    <string name="font_color">Color de la lletra</string>
+    <string name="action_bold">Negreta</string>
+    <string name="action_underline">Subratllat</string>
+    <string name="action_italic">Cursiva</string>
+    <string name="action_cancel">Cancel·la</string>
+    <string name="compress_photo_smallest_size">Mida més petita</string>
+    <string name="select_photo">Tria una foto</string>
+    <string name="select_photo_title">Trieu una imatge</string>
+    <string name="action_pwd_dialog_cancel">Cancel·la</string>
+    <string name="alert_cancel">Cancel·la</string>
+    <string name="enter_part_name">Introduïu un nom per a la part</string>
+    <string name="bmp_null">El BMP no és vàlid.</string>
+    <string name="action_delete_worksheet">Suprimeix el full</string>
+    <string name="highlight_color">Color de realçament</string>
+    <string name="app_version">Versió: %1$s&lt;br&gt;ID de compilació: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="about_notice">Mostra l\'avís</string>
+    <string name="app_vendor">$VENDOR us proporciona aquesta versió.</string>
+    <string name="select_file_to_open">Trieu el fitxer que voleu obrir</string>
+    <string name="browser_app_name">Navegador del LibreOffice</string>
+    <string name="search_not_found">No s\'ha trobat l\'expressió</string>
+    <string name="file_icon_desc">icona de fitxer</string>
+    <string name="pref_category_general">General</string>
+    <string name="pref_experimental_editing_summary">Activa el mode d\'edició experimental. Useu-ho sota la vostra responsabilitat.</string>
+    <string name="pref_developer_mode_summary">Activa el mode de desenvolupament per a posar enviar ordres UNO amb l\'aplicació. Useu-ho sota la vostra responsabilitat.</string>
+    <string name="action_fromat">Activa el format</string>
+    <string name="action_UNO_commands">Envia una ordre UNO</string>
+    <string name="message_saving">S\'està desant el document…</string>
+    <string name="message_saving_failed">No s\'ha pogut desar el document.</string>
+    <string name="message_save_incomplete">No s\'ha completat el desament. Hi havia canvis\?</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">D\'acord</string>
+    <string name="message_saved">S\'ha desat</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">El dispositiu Android no admet la presentació de diapositives SVG a l\'aplicació. S\'ha copiat l\'enllaç de la presentació de diapositives al porta-retalls. Premeu el botó d\'inici, obriu un navegador web modern, enganxeu-lo a la barra d\'adreces i visiteu l\'enllaç.</string>
+    <string name="calc_optimal_length">Longitud òptima</string>
+    <string name="calc_adjust_length">Ajusta la longitud</string>
+    <string name="calc_adjust_height">Ajusta l\'alçada</string>
+    <string name="calc_adjust_width">Ajusta l\'amplada</string>
+    <string name="calc_optimal_height">Alçada òptima</string>
+    <string name="calc_optimal_width">Amplada òptima</string>
+    <string name="calc_optimal_length_confirm">D\'acord</string>
+    <string name="action_pwd_dialog_OK">D\'acord</string>
+    <string name="no_camera_found">No s\'ha trobat cap càmera</string>
+    <string name="compress_photo_medium_size">Mida mitjana</string>
+    <string name="compress_photo_max_quality">Màxima qualitat</string>
+    <string name="compress_photo_no_compress">Sense compressió</string>
+    <string name="compress_photo_title">Voleu comprimir la foto\?</string>
+    <string name="select_insert_options">Trieu les opcions d\'inserció:</string>
+    <string name="select_delete_options">Trieu les opcions de supressió:</string>
+    <string name="action_rename_worksheet">Canvia el nom del full de càcul</string>
+    <string name="calc_optimal_length_default_text">Introduïu la longitud addicional en centèsimes de mil·límetre.</string>
+    <string name="action_add_worksheet">Afegeix un full de càlcul</string>
+    <string name="action_text_copied">S\'ha copiat text al porta-retalls</string>
+    <string name="calc_alert_double_click_optimal_length">Suggeriment: toqueu dues vegades una capçalera per a establir l\'amplada/alçada òptima.</string>
+    <string name="name_already_used">El nom facilitat ja és en ús.</string>
+    <string name="UNO_commands_string_hint">Ordre UNO</string>
+    <string name="part_name_changed">S\'ha canviat el nom de la part.</string>
+    <string name="part_deleted">S\'ha suprimit la part.</string>
+    <string name="UNO_commands_string_parent_value_hint">Valor superior</string>
+    <string name="alert_ok">D\'acord</string>
+    <string name="display_language">Llengua de la interfície</string>
+    <string name="display_language_summary">Estableix la llengua predeterminada de la interfície</string>
+    <string name="pdf_export_finished">L\'exportació a PDF ha finalitzat</string>
+    <string name="unable_to_export_pdf">No s\'ha pogut exportar a pdf</string>
+    <string name="directory_not_saved">No s\'ha desat el directori.</string>
+    <string name="current_uno_command">Ordre UNO actual</string>
+    <string name="error">Error</string>
+    <string name="unable_to_save">No s\'ha pogut desar el fitxer</string>
+    <string name="unable_to_go_further">No es pot anar més enllà.</string>
+    <string name="printing_not_supported">El vostre aparell no admet impressió</string>
+    <string name="action_rename_slide">Canvia el nom de la diapositiva</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-cs/strings.xml libreoffice-7.6.5.2/android/source/res/values-cs/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-cs/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-cs/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="app_name">LibreOffice Viewer</string>
+    <string name="app_name_settings">Nastavení LibreOffice Viewer</string>
+    <string name="app_description">LibreOffice Viewer je prohlížeč dokumentů založený na LibreOffice.</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="app_vendor">Toto vydání bylo dodáno společností $VENDOR.</string>
+    <string name="app_version">Verze: %1$s&lt;br&gt;ID sestavení: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="about_license">Zobrazit licenci</string>
+    <string name="readonly_file">Tento soubor je pouze pro čtení.</string>
+    <string name="about_notice">Zobrazit upozornění</string>
+    <string name="new_textdocument">Nový textový dokument</string>
+    <string name="new_presentation">Nová prezentace</string>
+    <string name="new_spreadsheet">Nový sešit</string>
+    <string name="new_drawing">Nová kresba</string>
+    <string name="default_document_name">bez názvu</string>
+    <string name="about_moreinfo">Další informace</string>
+    <string name="select_file_to_open">Vyberte soubor k otevření</string>
+    <string name="menu_preferences">Předvolby</string>
+    <string name="browser_app_name">Prohlížeč LibreOffice</string>
+    <string name="title_recents">Poslední soubory</string>
+    <string name="menu_search">Hledat</string>
+    <string name="search_not_found">Klíčové slovo nenalezeno</string>
+    <string name="pref_category_general">Obecné</string>
+    <string name="title_browser">Všechny soubory</string>
+    <string name="pref_experimental_editing">Experimentální režim</string>
+    <string name="pref_experimental_editing_summary">Povolí experimentální režim úprav. Použití na vlastní nebezpečí.</string>
+    <string name="pref_developer_mode">Vývojářský režim</string>
+    <string name="pref_developer_mode_summary">Povolí vývojářský režim, ve kterém lze v aplikaci posílat příkazy UNO. Použití na vlastní nebezpečí.</string>
+    <string name="action_about">O aplikaci</string>
+    <string name="action_UNO_commands">Poslat příkaz UNO</string>
+    <string name="action_fromat">Povolit formát</string>
+    <string name="action_underline">Podtržené</string>
+    <string name="action_bold">Tučné</string>
+    <string name="action_save_as">Uložit jako...</string>
+    <string name="action_strikeout">Přeškrtnuté</string>
+    <string name="action_parts">Části</string>
+    <string name="action_keyboard">Zobrazit klávesnici</string>
+    <string name="action_search">Hledat</string>
+    <string name="action_save">Uložit</string>
+    <string name="action_italic">Kurzíva</string>
+    <string name="action_settings">Nastavení</string>
+    <string name="message_saved">Ukládání dokončeno</string>
+    <string name="password">Heslo</string>
+    <string name="save_document">ULOŽIT</string>
+    <string name="save_alert_dialog_title">Uložit dokument před zavřením?</string>
+    <string name="message_saving_failed">Ukládání dokumentu selhalo.</string>
+    <string name="action_redo">Znovu</string>
+    <string name="message_saving">Ukládání dokumentu…</string>
+    <string name="no_save_document">NE</string>
+    <string name="action_undo">Zpět</string>
+    <string name="action_presentation">Prezentace</string>
+    <string name="action_add_slide">Přidat snímek</string>
+    <string name="action_cancel">Zrušit</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">Vaše zařízení s Androidem nepodporuje v aplikacích prezentace ve formátu SVG. Prezentace byla zkopírována do schránky. Stiskněte tlačítko Domů, otevřete moderní webový prohlížeč a vložte obsah schránky do adresního řádku.</string>
+    <string name="calc_show">Zobrazit</string>
+    <string name="calc_hide">Skrýt</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">OK</string>
+    <string name="select_insert_options">Vyberte možnosti vložení:</string>
+    <string name="slideshow_action_back">Zpět</string>
+    <string name="calc_adjust_length">Upravit délku</string>
+    <string name="calc_optimal_length">Optimální délka</string>
+    <string name="calc_insert_before">Vložit</string>
+    <string name="calc_adjust_width">Upravit šířku</string>
+    <string name="action_back">Zpět</string>
+    <string name="calc_delete">Smazat</string>
+    <string name="action_text_copied">Text zkopírován do schránky</string>
+    <string name="insert_table">Vložit tabulku</string>
+    <string name="calc_adjust_height">Upravit výšku</string>
+    <string name="calc_optimal_height">Optimální výška</string>
+    <string name="select_delete_options">Vyberte možnosti smazání:</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-cy/strings.xml libreoffice-7.6.5.2/android/source/res/values-cy/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-cy/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-cy/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="current_uno_command">Y gorchymyn UNO cyfredol</string>
+    <string name="part_name_changed">Enw rhan wedi newid.</string>
+    <string name="app_name_settings">Gosodiadau LibreOffice Viewer</string>
+    <string name="app_about_name"><b>LibreOffice Viewer \'Beta\'</b></string>
+    <string name="printing_not_supported">Nid yw eich dyfais yn cefnogi argraffu</string>
+    <string name="app_description">Mae LibreOffice Viewer yn ddarllenydd dogfennau yn seiliedig ar LibreOffice.</string>
+    <string name="app_credits">https://www.libreoffice.org/</string>
+    <string name="app_vendor">Darparwyd y fersiwn yma gan $VENDOR.</string>
+    <string name="readonly_file">Darllen yn unig yw\'r ffeil.</string>
+    <string name="about_license">Dangos y Drwydded</string>
+    <string name="about_notice">Dangos yr Hysbysiad</string>
+    <string name="about_moreinfo">Rhagor o Wybodaeth</string>
+    <string name="new_textdocument">Dogfen Testun Newydd</string>
+    <string name="new_presentation">Cyflwyniadau Newydd</string>
+    <string name="new_spreadsheet">Taenlen Newydd</string>
+    <string name="new_drawing">Lluniad Newydd</string>
+    <string name="default_document_name">dideitl</string>
+    <string name="select_file_to_open">Dewis ffeil i\'w hagor</string>
+    <string name="browser_app_name">Porwr LibreOffice</string>
+    <string name="menu_search">Chwilio</string>
+    <string name="search_not_found">Heb ganfod yr allweddair</string>
+    <string name="menu_preferences">Dewisiadau</string>
+    <string name="file_icon_desc">eiconffeil</string>
+    <string name="title_recents">Ffeiliau diweddar</string>
+    <string name="title_browser">Pob Ffeil</string>
+    <string name="pref_category_general">Cyffredinol</string>
+    <string name="pref_experimental_editing">Y Modd Arbrofol</string>
+    <string name="pref_experimental_editing_summary">Galluogi’r modd golygu arbrofol. Gall fod peryglon.</string>
+    <string name="pref_developer_mode">Y Modd Datblygwr</string>
+    <string name="action_about">Ynghylch</string>
+    <string name="action_settings">Gosodiadau</string>
+    <string name="action_bold">Trwm</string>
+    <string name="action_underline">Tanlinellu</string>
+    <string name="action_italic">Italig</string>
+    <string name="action_strikeout">Taro Allan</string>
+    <string name="action_keyboard">Dangos bysellfwrdd</string>
+    <string name="action_save">Cadw</string>
+    <string name="action_fromat">Galluogi Fformat</string>
+    <string name="action_search">Chwilio</string>
+    <string name="action_UNO_commands">Anfon Cmd UNO</string>
+    <string name="message_saved">Cwblhawyd y cadw</string>
+    <string name="message_saving">Yn cadw\'r dogfennau…</string>
+    <string name="message_saving_failed">Methodd cadw dogfen.</string>
+    <string name="message_save_incomplete">Cadw yn anghyflawn. A oedd newidiadau\?</string>
+    <string name="password">Cyfrinair</string>
+    <string name="action_undo">Dadwneud</string>
+    <string name="action_redo">Ail-wneud</string>
+    <string name="save_alert_dialog_title">Cadw\'r ddogfen cyn cau\?</string>
+    <string name="save_document">CADW</string>
+    <string name="action_cancel">Diddymu</string>
+    <string name="no_save_document">NO</string>
+    <string name="action_presentation">Sioe sleidiau</string>
+    <string name="action_add_slide">Ychwanegu Sleid</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">Iawn</string>
+    <string name="slideshow_action_back">Nôl</string>
+    <string name="calc_insert_before">Mewnosod</string>
+    <string name="calc_delete">Dileu</string>
+    <string name="calc_hide">Cuddio</string>
+    <string name="calc_show">Dangos</string>
+    <string name="calc_optimal_length">Hyd Gorau</string>
+    <string name="calc_adjust_length">Addasu\'r Hyd</string>
+    <string name="calc_adjust_height">Addasu\'r Uchder</string>
+    <string name="calc_adjust_width">Addasu\'r Lled</string>
+    <string name="calc_optimal_height">Uchder Gorau</string>
+    <string name="calc_optimal_width">Lled Gorau</string>
+    <string name="calc_optimal_length_confirm">Iawn</string>
+    <string name="calc_optimal_length_default_text">Rhowch Hyd Ychwanegol mewn 100fed/mm</string>
+    <string name="calc_alert_double_click_optimal_length">Awgrym: Mae rhoi tap dwbl i bennyn yn gosod y lled/hyd gorau.</string>
+    <string name="action_add_worksheet">Ychwanegu Dalen Waith</string>
+    <string name="action_pwd_dialog_OK">Iawn</string>
+    <string name="action_pwd_dialog_cancel">Diddymu</string>
+    <string name="action_pwd_dialog_title">Rhowch gyfrinair</string>
+    <string name="take_photo">Cymryd Ffoto</string>
+    <string name="no_camera_found">Heb Ganfod Camera</string>
+    <string name="compress_photo_smallest_size">Maint Lleiaf</string>
+    <string name="compress_photo_medium_size">Maint Canolig</string>
+    <string name="compress_photo_max_quality">Ansawdd Gorau</string>
+    <string name="compress_photo_no_compress">Peidio Cywasgu</string>
+    <string name="compress_photo_title">Hoffech chi gywasgu\'r ffoto\?</string>
+    <string name="action_copy">Copïo</string>
+    <string name="action_paste">Gludo</string>
+    <string name="action_cut">Torri</string>
+    <string name="action_back">Nôl</string>
+    <string name="insert_table">Mewnosod tabl</string>
+    <string name="select_insert_options">Dewis dewisiadau mewnosod:</string>
+    <string name="select_delete_options">Dewis dewisiadau dileu:</string>
+    <string name="action_rename_worksheet">Ailenwi dalen waith</string>
+    <string name="action_delete_worksheet">Dileu dalen waith</string>
+    <string name="action_delete_slide">Dileu sleidiau</string>
+    <string name="name_already_used">Mae\'r enw eisoes yn cael ei ddefnyddio.</string>
+    <string name="part_deleted">Rhan wedi\'i ddileu.</string>
+    <string name="UNO_commands_string_hint">Gorchymyn UNO</string>
+    <string name="UNO_commands_string_type_hint">Math</string>
+    <string name="UNO_commands_string_value_hint">Gwerth</string>
+    <string name="UNO_commands_string_parent_value_hint">Gwerth Rhiant</string>
+    <string name="action_exportToPDF">Allforio i PDF</string>
+    <string name="action_print">Argraffu</string>
+    <string name="tabhost_character">Nod</string>
+    <string name="tabhost_paragraph">Paragraff</string>
+    <string name="tabhost_insert">Mewnosod</string>
+    <string name="tabhost_style">Arddull</string>
+    <string name="alert_ok">Iawn</string>
+    <string name="alert_cancel">Diddymu</string>
+    <string name="unable_to_go_further">Methu mynd ymhellach.</string>
+    <string name="display_language">Iaith Dangos</string>
+    <string name="display_language_summary">Gosod yr iaith dangos ragosodedig</string>
+    <string name="pdf_export_finished">Allforio PDF wedi gorffen</string>
+    <string name="unable_to_export_pdf">Methu allforio i PDF</string>
+    <string name="unable_to_save">Methu cadw i ffeil</string>
+    <string name="error">Gwall</string>
+    <string name="enter_part_name">Rho enw rhan</string>
+    <string name="bmp_null">Mae bmp yn nwll!</string>
+    <string name="directory_not_saved">Heb gadw\'r cyfeiriadur.</string>
+    <string name="page">Tudalen</string>
+    <string name="sheet">Dalen</string>
+    <string name="slide">Sleid</string>
+    <string name="part">Rhan</string>
+    <string name="highlight_color">Lliw Amlygu</string>
+    <string name="font_color">Lliw Ffont</string>
+    <string name="action_rename_slide">Ailenwi Sleid</string>
+    <string name="automatic">Awtomatig</string>
+    <string name="app_name">Darllenydd LibreOffice</string>
+    <string name="app_version">Fersiwn: %1$s&lt;br&gt;Build ID: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="pref_developer_mode_summary">Galluogi\'r modd datblygwr lle mae modd i chi anfon gorchmynion UNO o fewn yr ap. Gall fod peryglon.</string>
+    <string name="select_photo">Dewis Ffoto</string>
+    <string name="select_photo_title">Dewis Llun</string>
+    <string name="action_parts">Rhannau</string>
+    <string name="action_save_as">Cadw Fel...</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">Nid yw eich dyfais Android yn cefnogi sioe sleidiau svg o fewn ap. Rydym wedi copïo dolen y sioe sleidiau i\'r clipfwrdd. Pwyswch y botwm cartref, agor porwr gwe fodern, gludo i\'r bar cyfeiriad a phwyso mynd.</string>
+    <string name="action_text_copied">Testun wedi\'i gopïo i\'r clipfwrdd</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-de/strings.xml libreoffice-7.6.5.2/android/source/res/values-de/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-de/strings.xml	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-de/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -1,28 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
-
     <string name="app_name">LibreOffice Viewer</string>
     <string name="app_name_settings">LibreOffice-Viewer-Einstellungen</string>
-
     <string name="app_about_name"><b>LibreOffice Viewer \'Beta\'</b></string>
-    <string name="app_version">Version: %1$s\nBuild ID: %2$s</string>
+    <string name="app_version">Version: %1$s&lt;br&gt;Build ID: &lt;a href="https://hub.libreoffice.org/git-core/%2$s"&gt;%2$s&lt;/a&gt;</string>
     <string name="app_description">LibreOffice Viewer ist ein Dokumentenbetrachter, der auf LibreOffice basiert.</string>
     <string name="app_credits">https://www.libreoffice.org</string>
     <string name="app_vendor">Dieses Release wurde bereitgestellt durch $VENDOR.</string>
     <string name="readonly_file">Diese Datei ist schreibgeschützt.</string>
-
     <string name="about_license">Lizenz anzeigen</string>
     <string name="about_notice">Hinweise anzeigen</string>
     <string name="about_moreinfo">Weitere Informationen</string>
-
     <string name="new_textdocument">Neues Textdokument</string>
     <string name="new_presentation">Neue Präsentation</string>
     <string name="new_spreadsheet">Neues Tabellendokument</string>
     <string name="new_drawing">Neue Zeichnung</string>
     <string name="default_document_name">unbenannt</string>
-
     <string name="select_file_to_open">Datei zum Öffnen auswählen</string>
-
     <string name="browser_app_name">LibreOffice Browser</string>
     <string name="menu_search">Suchen</string>
     <string name="search_not_found">Suchbegriff nicht gefunden</string>
@@ -35,11 +29,9 @@
     <string name="pref_experimental_editing_summary">Den experimentellen Editier-Modus aktivieren. Verwendung auf eigene Gefahr.</string>
     <string name="pref_developer_mode">Entwickler-Modus</string>
     <string name="pref_developer_mode_summary">Entwickler-Modus, in dem in der App UNO-Kommandos gesendet werden können. Verwendung auf eigene Gefahr.</string>
-
     <string name="action_about">Info</string>
     <string name="action_parts">Abschnitte</string>
     <string name="action_settings">Einstellungen</string>
-
     <!-- Edit action names -->
     <string name="action_bold">Fett</string>
     <string name="action_underline">Unterstrichen</string>
@@ -47,34 +39,29 @@
     <string name="action_strikeout">Durchgestrichen</string>
     <string name="action_keyboard">Tastatur anzeigen</string>
     <string name="action_save">Speichern</string>
-    <string name="action_save_as">Speichern unter...</string>
+    <string name="action_save_as">Speichern unter…</string>
     <string name="action_fromat">Format anwenden</string>
     <string name="action_search">Suchen</string>
     <string name="action_UNO_commands">UNO-Kommando senden</string>
-
     <!-- Feedback messages -->
     <string name="message_saved">Speichern beendet</string>
     <string name="message_saving">Dokument wird gespeichert…</string>
     <string name="message_save_incomplete">Speichern unvollständig. Gab es Änderungen?</string>
     <string name="message_saving_failed">Speichern des Dokuments ist fehlgeschlagen.</string>
-
     <string name="password">Passwort</string>
     <string name="action_undo">Rückgängig</string>
     <string name="action_redo">Wiederherstellen</string>
-
     <!-- Save Alert dialog strings -->
     <string name="save_alert_dialog_title">Dokument vor dem Schließen speichern?</string>
     <string name="save_document">SPEICHERN</string>
     <string name="action_cancel">Abbrechen</string>
     <string name="no_save_document">NEIN</string>
-
     <!-- Presentation Mode Strings -->
     <string name="action_presentation">Präsentation</string>
     <string name="action_add_slide">Folie hinzufügen</string>
     <string name="alert_copy_svg_slide_show_to_clipboard">Ihr Android-Gerät unterstützt keine In-App-SVG-Präsentation. Wir haben den Link zur Präsentation in die Zwischenablage kopiert. Drücken Sie den Home-Button, öffnen Sie einen modernen Web-Browser, fügen Sie in die Adressleiste ein und los.</string>
     <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">OK</string>
     <string name="slideshow_action_back">Zurück</string>
-
     <!-- Calc Header Menu Strings -->
     <string name="calc_insert_before">Einfügen</string>
     <string name="calc_delete">Löschen</string>
@@ -90,12 +77,10 @@
     <string name="calc_optimal_length_default_text">Geben Sie die zusätzliche Höhe in 100tel/mm ein</string>
     <string name="calc_alert_double_click_optimal_length">Hinweis: Doppeltes Antippen auf eine Überschrift setzt die optimale Breite/Höhe.</string>
     <string name="action_add_worksheet">Arbeitsblatt hinzufügen</string>
-
     <!-- Password dialog strings -->
     <string name="action_pwd_dialog_OK">OK</string>
     <string name="action_pwd_dialog_cancel">Abbrechen</string>
     <string name="action_pwd_dialog_title">Bitte Passwort eingeben</string>
-
     <!-- Insert Image Strings -->
     <string name="take_photo">Foto Machen</string>
     <string name="select_photo">Foto Auswählen</string>
@@ -106,7 +91,6 @@
     <string name="compress_photo_max_quality">Maximale Qualität</string>
     <string name="compress_photo_no_compress">Nicht komprimieren</string>
     <string name="compress_photo_title">Wollen Sie das Foto komprimieren?</string>
-
     <!-- Clipboard Actions -->
     <string name="action_copy">Kopieren</string>
     <string name="action_paste">Einfügen</string>
@@ -134,7 +118,6 @@
         <item>Spalten Löschen</item>
         <item>Tabelle Löschen</item>
     </string-array>
-
     <!-- UNO cmd controller Strings -->
     <string name="UNO_commands_string_hint">UNO-Kommando</string>
     <string name="UNO_commands_string_type_hint">Typ</string>
@@ -168,4 +151,4 @@
     <string name="font_color">Schriftfarbe</string>
     <string name="action_rename_slide">Folie umbenennen</string>
     <string name="automatic">Automatisch</string>
-</resources>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-dsb/strings.xml libreoffice-7.6.5.2/android/source/res/values-dsb/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-dsb/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-dsb/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="calc_insert_before">Zasajźiś</string>
+    <string name="compress_photo_title">Cośo foto kompriměrowaś\?</string>
+    <string name="message_saved">Składowanje dokóńcone</string>
+    <string name="message_saving">Dokument se składujo…</string>
+    <string name="calc_optimal_length_default_text">Zapódajśo pśidatnu dłujkosć w 100tych mm</string>
+    <string name="app_name_settings">Nastajenja LibreOffice Viewer</string>
+    <string name="app_description">LibreOffice Viewer jo dokumentowy wobglědowak, kótaryž na LibreOffice bazěrujo.</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="app_vendor">Toś to wózjawjenje jo se stajiło wót $VENDOR k dispoziciji.</string>
+    <string name="readonly_file">Toś ta dataja jo pśeśiwo pisanjeju šćitana.</string>
+    <string name="about_license">Licencu pokazaÅ›</string>
+    <string name="about_notice">Powěźeńku pokazaś</string>
+    <string name="new_textdocument">Nowy tekstowy dokument</string>
+    <string name="new_presentation">Nowa prezentacija</string>
+    <string name="new_spreadsheet">Nowy tabelowy dokument</string>
+    <string name="new_drawing">Nowa kreslanka</string>
+    <string name="app_about_name"><b>LibreOffice Viewer \'Beta\'</b></string>
+    <string name="about_moreinfo">Dalšne informacije</string>
+    <string name="file_icon_desc">datajowy symbol</string>
+    <string name="title_recents">Nejnowše dataje</string>
+    <string name="pref_category_general">Powšykne</string>
+    <string name="pref_experimental_editing">Eksperimentelny modus</string>
+    <string name="pref_experimental_editing_summary">Eksperimentelny wobźěłański modus zmóžniś. Wužywanje na swójske riziko.</string>
+    <string name="pref_developer_mode">Wuwijaŕski modus</string>
+    <string name="action_about">Wó</string>
+    <string name="action_parts">Źěle</string>
+    <string name="action_settings">Nastajenja</string>
+    <string name="action_keyboard">Tastaturu pokazaÅ›</string>
+    <string name="action_save">Składowaś</string>
+    <string name="action_fromat">Format zmóžniś</string>
+    <string name="action_search">PytaÅ›</string>
+    <string name="action_UNO_commands">Pśikaz UNO pósłaś</string>
+    <string name="browser_app_name">LibreOffice Browser</string>
+    <string name="menu_search">PytaÅ›</string>
+    <string name="search_not_found">Klucowe słowo njejo se namakało</string>
+    <string name="menu_preferences">Nastajenja</string>
+    <string name="action_bold">Tucny</string>
+    <string name="action_underline">Pódšmarnuś</string>
+    <string name="action_italic">Kursiwny</string>
+    <string name="action_strikeout">Pśešmarnuś</string>
+    <string name="action_save_as">Składowaś ako…</string>
+    <string name="message_saving_failed">Składowanje dokumenta njejo se raźiło.</string>
+    <string name="password">Gronidło</string>
+    <string name="action_undo">Anulěrowaś</string>
+    <string name="action_redo">Wóspjetowaś</string>
+    <string name="save_alert_dialog_title">Dokument do zacynjanja składowaś\?</string>
+    <string name="save_document">SKŁADOWAŚ</string>
+    <string name="action_cancel">Pśetergnuś</string>
+    <string name="no_save_document">NÄš</string>
+    <string name="action_presentation">Prezentacija</string>
+    <string name="action_add_slide">Foliju pśidaś</string>
+    <string name="slideshow_action_back">Slědk</string>
+    <string name="calc_delete">Wulašowaś</string>
+    <string name="calc_hide">SchowaÅ›</string>
+    <string name="calc_show">PokazaÅ›</string>
+    <string name="calc_optimal_length">Optimalna dłujkosć</string>
+    <string name="calc_adjust_length">Dłujkosć pśiměriś</string>
+    <string name="calc_adjust_height">Wusokosć pśiměriś</string>
+    <string name="calc_adjust_width">Šyrokosć pśiměriś</string>
+    <string name="calc_optimal_height">Optimalna wusokosć</string>
+    <string name="calc_optimal_width">Optimalna šyrokosć</string>
+    <string name="calc_optimal_length_confirm">W pórěźe</string>
+    <string name="calc_alert_double_click_optimal_length">Pokaz: Pótusniśo dwójcy nadpismo, aby optimalnu šyrokosć/wusokosć nastajił.</string>
+    <string name="action_add_worksheet">Źěłowe łopjeno pśidaś</string>
+    <string name="action_pwd_dialog_OK">W pórěźe</string>
+    <string name="action_pwd_dialog_cancel">Pśetergnuś</string>
+    <string name="action_pwd_dialog_title">Zapódajśo pšosym gronidło</string>
+    <string name="take_photo">Foto gótowaś</string>
+    <string name="select_photo">Foto wubraÅ›</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">W pórěźe</string>
+    <string name="no_camera_found">Žedna kamera namakana</string>
+    <string name="compress_photo_smallest_size">Nejmjeńša wjelikosć</string>
+    <string name="compress_photo_medium_size">Srjejźna wjelikosć</string>
+    <string name="compress_photo_max_quality">Maksimalna kwalita</string>
+    <string name="compress_photo_no_compress">Njekompriměrowaś</string>
+    <string name="action_copy">Kopěrowaś</string>
+    <string name="action_paste">Zasajźiś</string>
+    <string name="action_cut">Wurězaś</string>
+    <string name="action_back">Slědk</string>
+    <string name="action_text_copied">Tekst jo se kopěrował do mjazywótkłada</string>
+    <string name="insert_table">Tabelu zasajźiś</string>
+    <string name="select_insert_options">Zasajźeńske nastajenja wubraś:</string>
+    <string name="select_delete_options">Lašowańske nastajenja wubraś:</string>
+    <string name="action_rename_worksheet">Źěłowe łopjeno pśemjeniś</string>
+    <string name="action_delete_slide">Foliju wulašowaś</string>
+    <string name="name_already_used">Pódane mě se južo wužywa.</string>
+    <string name="part_name_changed">Mě źěla jo se změniło.</string>
+    <string name="part_deleted">Źěl jo se wulašował.</string>
+    <string name="UNO_commands_string_hint">Pśikaz UNO</string>
+    <string name="UNO_commands_string_type_hint">Typ</string>
+    <string name="UNO_commands_string_value_hint">Gódnota</string>
+    <string name="UNO_commands_string_parent_value_hint">Nadrědowana gódnota</string>
+    <string name="action_exportToPDF">Ako PDF eksportěrowaś</string>
+    <string name="action_print">Śišćaś</string>
+    <string name="tabhost_character">Znamuško</string>
+    <string name="tabhost_paragraph">Wótstawk</string>
+    <string name="tabhost_insert">Zasajźiś</string>
+    <string name="tabhost_style">Pśedłoga</string>
+    <string name="alert_ok">W pórěźe</string>
+    <string name="alert_cancel">Pśetergnuś</string>
+    <string name="current_uno_command">Aktualny pśikaz UNO</string>
+    <string name="display_language">Pokazowańska rěc</string>
+    <string name="display_language_summary">Nastajśo standardnu pokazowańsku rěc</string>
+    <string name="pdf_export_finished">Eksport ako PDF dokóńcony</string>
+    <string name="unable_to_export_pdf">Eksport ako PDF njejo móžny</string>
+    <string name="unable_to_save">Dataja njedajo se składowaś</string>
+    <string name="error">Zmólka</string>
+    <string name="enter_part_name">Mě źěla zapódaś</string>
+    <string name="bmp_null">Bmp jo nul!</string>
+    <string name="page">Bok</string>
+    <string name="sheet">Tabela</string>
+    <string name="slide">Folija</string>
+    <string name="part">Źěl</string>
+    <string name="highlight_color">Barwa za wuzwignjenja</string>
+    <string name="font_color">Pismowa barwa</string>
+    <string name="action_rename_slide">Foliju pśemjeniś</string>
+    <string name="automatic">Awtomatiski</string>
+    <string name="unable_to_go_further">Njejo móžno dalej hyś.</string>
+    <string name="printing_not_supported">Waš rěd śišćanje njepódpěra.</string>
+    <string name="directory_not_saved">Zapis njejo se składł.</string>
+    <string name="app_name">LibreOffice Viewer</string>
+    <string name="app_version">Wersija: %1$s&lt;br&gt;Build ID: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="default_document_name">bźez titela</string>
+    <string name="select_file_to_open">Wubjeŕśo dataju, kótaraž se ma wócyniś</string>
+    <string name="title_browser">Wšykne dataje</string>
+    <string name="pref_developer_mode_summary">Wuwijaŕski modus zmóžniś, źož móžośo pśikaze UNO w nałoženju pósłaś. Wužywanje na swójske riziko.</string>
+    <string name="message_save_incomplete">Składowanje njejo dokóńcone. Su změny byli\?</string>
+    <string name="select_photo_title">Wobraz wubraÅ›</string>
+    <string name="action_delete_worksheet">Źěłowe łopjeno wulašowaś</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">Waš rěd Android SVG-prezentaciju w nałoženju njepódpěra. Smy kopěrowali wótkaz na prezentaciju do mjazywótkłada. Pšosym tłocćo tłocašk Start, wócyńśo moderny webwobglědowak, zasajźćo do adresowego póla a startujśo.</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-el/strings.xml libreoffice-7.6.5.2/android/source/res/values-el/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-el/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-el/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="message_saving_failed">Αποτυχία αποθήκευσης του εγγράφου.</string>
+    <string name="save_alert_dialog_title">Να αποθηκευτεί το έγγραφο πριν το κλείσιμο;</string>
+    <string name="app_name">Προβολή LibreOffice</string>
+    <string name="app_name_settings">Ρυθμίσεις της προβολής του LibreOffice</string>
+    <string name="app_description">Η προβολή του LibreOffice είναι ένα πρόγραμμα προβολής εγγράφων που βασίζεται στο LibreOffice.</string>
+    <string name="select_file_to_open">Επιλέξτε αρχείο για άνοιγμα</string>
+    <string name="pref_experimental_editing">Πειραματική λειτουργία</string>
+    <string name="app_version">Έκδοση: %1$s&lt;br&gt;Build ID: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="app_vendor">Αυτή η έκδοση παρέχεται από την $VENDOR.</string>
+    <string name="readonly_file">Αυτό το αρχείο είναι μόνο για ανάγνωση.</string>
+    <string name="about_license">Εμφάνιση άδειας</string>
+    <string name="about_notice">Εμφάνιση σημείωσης</string>
+    <string name="new_textdocument">Νέο έγγραφο κειμένου</string>
+    <string name="new_presentation">Νέα παρουσίαση</string>
+    <string name="new_drawing">Νέο σχέδιο</string>
+    <string name="default_document_name">χωρίς τίτλο</string>
+    <string name="file_icon_desc">Εικονίδιο αρχείου</string>
+    <string name="title_recents">Πρόσφατα αρχεία</string>
+    <string name="title_browser">Όλα τα αρχεία</string>
+    <string name="pref_category_general">Γενικά</string>
+    <string name="pref_developer_mode">Λειτουργία ανάπτυξης</string>
+    <string name="pref_developer_mode_summary">Ενεργοποίηση της λειτουργίας προγραμματιστή όπου μπορείτε να στείλετε εντολές UNO εντός της εφαρμογής. Χρησιμοποιήστε το με δική σας ευθύνη.</string>
+    <string name="action_about">Περί</string>
+    <string name="action_parts">Τμήματα</string>
+    <string name="action_settings">Ρυθμίσεις</string>
+    <string name="action_keyboard">Εμφάνιση πληκτρολογίου</string>
+    <string name="action_save">Αποθήκευση</string>
+    <string name="action_search">Αναζήτηση</string>
+    <string name="action_UNO_commands">Αποστολή εντολής UNO</string>
+    <string name="message_saved">Ολοκλήρωση αποθήκευσης</string>
+    <string name="message_saving">Αποθήκευση του εγγράφου…</string>
+    <string name="password">Κωδικός πρόσβασης</string>
+    <string name="action_undo">Αναίρεση</string>
+    <string name="action_redo">Ακύρωση αναίρεσης</string>
+    <string name="save_document">ΑΠΟΘΗΚΕΥΣΗ</string>
+    <string name="action_cancel">Ακύρωση</string>
+    <string name="no_save_document">ΟΧΙ</string>
+    <string name="action_presentation">Προβολή παρουσίασης</string>
+    <string name="slideshow_action_back">Πίσω</string>
+    <string name="calc_insert_before">Εισαγωγή</string>
+    <string name="calc_delete">Διαγραφή</string>
+    <string name="calc_hide">Απόκρυψη</string>
+    <string name="calc_show">Εμφάνιση</string>
+    <string name="calc_optimal_length">Βέλτιστο μήκος</string>
+    <string name="calc_adjust_height">Προσαρμογή ύψους</string>
+    <string name="calc_adjust_width">Προσαρμογή πλάτους</string>
+    <string name="calc_optimal_height">Βέλτιστο ύψος</string>
+    <string name="calc_optimal_width">Βέλτιστο πλάτος</string>
+    <string name="calc_optimal_length_confirm">Εντάξει</string>
+    <string name="calc_alert_double_click_optimal_length">Συμβουλή: Το διπλό πάτημα σε μια κεφαλίδα ορίζει το βέλτιστο πλάτος/ύψος.</string>
+    <string name="action_add_worksheet">Προσθήκη φύλλου εργασίας</string>
+    <string name="action_pwd_dialog_cancel">Ακύρωση</string>
+    <string name="action_pwd_dialog_title">Παρακαλούμε εισάγετε τον κωδικό πρόσβασης</string>
+    <string name="new_spreadsheet">Νέο υπολογιστικό φύλλο</string>
+    <string name="pref_experimental_editing_summary">Ενεργοποίηση της πειραματικής λειτουργίας επεξεργασίας. Χρησιμοποιήστε την με δική σας ευθύνη.</string>
+    <string name="action_fromat">Ενεργοποίηση μορφής</string>
+    <string name="action_add_slide">Προσθήκη διαφάνειας</string>
+    <string name="calc_adjust_length">Προσαρμογή μήκους</string>
+    <string name="calc_optimal_length_default_text">Εισαγάγετε επιπλέον μήκος σε 100στά/mm</string>
+    <string name="action_pwd_dialog_OK">Εντάξει</string>
+    <string name="app_about_name"><b>Προβολή LibreOffice \'Beta\'</b></string>
+    <string name="about_moreinfo">Περισσότερες πληροφορίες</string>
+    <string name="browser_app_name">Περιηγητής του LibreOffice</string>
+    <string name="menu_search">Αναζήτηση</string>
+    <string name="search_not_found">Η λέξη-κλειδί δεν βρέθηκε</string>
+    <string name="menu_preferences">Προτιμήσεις</string>
+    <string name="action_bold">Έντονα</string>
+    <string name="action_underline">Υπογράμμιση</string>
+    <string name="action_italic">Πλάγια</string>
+    <string name="action_save_as">Αποθήκευση ως...</string>
+    <string name="message_save_incomplete">Η αποθήκευση είναι ατελής. Υπήρξαν αλλαγές;</string>
+    <string name="action_strikeout">Διαγραφή</string>
+    <string name="select_photo_title">Επιλογή εικόνας</string>
+    <string name="no_camera_found">Δεν βρέθηκε κάμερα</string>
+    <string name="compress_photo_smallest_size">Ελάχιστο μέγεθος</string>
+    <string name="compress_photo_medium_size">Μεσαίο μέγεθος</string>
+    <string name="compress_photo_max_quality">Μέγιστη ποιότητα</string>
+    <string name="compress_photo_no_compress">Να μην συμπιεστεί</string>
+    <string name="compress_photo_title">Θέλετε να συμπιέσετε τη φωτογραφία;</string>
+    <string name="action_copy">Αντιγραφή</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">Η συσκευή σας Android δεν υποστηρίζει παρουσίαση svg εντός εφαρμογής. Αντιγράψαμε το σύνδεσμο της παρουσίασης στο πρόχειρο. Πατήστε το πλήκτρο της αρχικής οθόνης, ανοίξτε ένα σύγχρονο πρόγραμμα περιήγησης ιστού, επικολλήστε τη γραμμή διευθύνσεων και μεταβείτε.</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">Εντάξει</string>
+    <string name="select_photo">Επιλογή φωτογραφίας</string>
+    <string name="action_paste">Επικόλληση</string>
+    <string name="action_cut">Αποκοπή</string>
+    <string name="action_back">Πίσω</string>
+    <string name="action_text_copied">Το κείμενο αντιγράφηκε στο πρόχειρο</string>
+    <string name="insert_table">Εισαγωγή πίνακα</string>
+    <string name="select_insert_options">Διαλέξτε επιλογές εισαγωγής:</string>
+    <string name="select_delete_options">Διαλέξτε επιλογές διαγραφής:</string>
+    <string name="action_rename_worksheet">Μετονομασία φύλλου εργασίας</string>
+    <string name="action_delete_worksheet">Διαγραφή φύλλου εργασίας</string>
+    <string name="action_delete_slide">Διαγραφή διαφάνειας</string>
+    <string name="part_deleted">Το τμήμα έχει διαγραφεί.</string>
+    <string name="UNO_commands_string_hint">Εντολή UNO</string>
+    <string name="UNO_commands_string_type_hint">Τύπος</string>
+    <string name="UNO_commands_string_value_hint">Τιμή</string>
+    <string name="UNO_commands_string_parent_value_hint">Γονική τιμή</string>
+    <string name="action_exportToPDF">Εξαγωγή σε PDF</string>
+    <string name="action_print">Εκτύπωση</string>
+    <string name="tabhost_character">Χαρακτήρας</string>
+    <string name="tabhost_paragraph">Παράγραφος</string>
+    <string name="tabhost_insert">Εισαγωγή</string>
+    <string name="tabhost_style">Τεχνοτροπία</string>
+    <string name="alert_ok">Εντάξει</string>
+    <string name="alert_cancel">Ακύρωση</string>
+    <string name="current_uno_command">Τρέχουσα εντολή UNO</string>
+    <string name="display_language">Εμφάνιση γλώσσας</string>
+    <string name="display_language_summary">Ορίστε την προεπιλεγμένη γλώσσα εμφάνισης</string>
+    <string name="pdf_export_finished">Η εξαγωγή PDF ολοκληρώθηκε</string>
+    <string name="unable_to_export_pdf">Αδυναμία εξαγωγής σε pdf</string>
+    <string name="unable_to_save">Αδυναμία αποθήκευσης του αρχείου</string>
+    <string name="error">Σφάλμα</string>
+    <string name="bmp_null">Το Bmp είναι null!</string>
+    <string name="page">Σελίδα</string>
+    <string name="sheet">Φύλλο</string>
+    <string name="printing_not_supported">Η συσκευή σας δεν υποστηρίζει εκτύπωση</string>
+    <string name="directory_not_saved">Ο κατάλογος δεν αποθηκεύτηκε.</string>
+    <string name="slide">Διαφάνεια</string>
+    <string name="part">Τμήμα</string>
+    <string name="highlight_color">Χρώμα επισήμανσης</string>
+    <string name="font_color">Χρώμα γραμματοσειράς</string>
+    <string name="action_rename_slide">Μετονομασία διαφάνειας</string>
+    <string name="automatic">Αυτόματα</string>
+    <string name="take_photo">Λήψη φωτογραφίας</string>
+    <string name="name_already_used">Το συγκεκριμένο όνομα χρησιμοποιείται ήδη.</string>
+    <string name="unable_to_go_further">Αδυναμία συνέχισης.</string>
+    <string name="part_name_changed">Το όνομα του τμήματος άλλαξε.</string>
+    <string name="enter_part_name">Εισαγάγετε ένα όνομα του τμήματος</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-es/strings.xml libreoffice-7.6.5.2/android/source/res/values-es/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-es/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-es/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="about_moreinfo">Más información</string>
+    <string name="tabhost_paragraph">Párrafo</string>
+    <string name="tabhost_insert">Insertar</string>
+    <string name="printing_not_supported">El dispositivo no admite la impresión</string>
+    <string name="app_name">Visor de LibreOffice</string>
+    <string name="app_name_settings">Configuración del visor de LibreOffice</string>
+    <string name="app_about_name"><b>«Beta» del visor de LibreOffice</b></string>
+    <string name="app_version">Versión: %1$s&lt;br&gt;Id. de montaje: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="app_description">Esta aplicación es un visor de documentos basado en LibreOffice.</string>
+    <string name="app_credits">https://es.libreoffice.org</string>
+    <string name="app_vendor">$VENDOR le proporciona esta versión.</string>
+    <string name="readonly_file">Este archivo es de solo lectura.</string>
+    <string name="about_license">Mostrar licencia</string>
+    <string name="about_notice">Mostrar aviso</string>
+    <string name="new_textdocument">Documento de texto nuevo</string>
+    <string name="new_presentation">Presentación nueva</string>
+    <string name="new_spreadsheet">Libro nuevo</string>
+    <string name="new_drawing">Dibujo nuevo</string>
+    <string name="default_document_name">sin título</string>
+    <string name="select_file_to_open">Seleccione un archivo para abrirlo</string>
+    <string name="browser_app_name">Navegador de LibreOffice</string>
+    <string name="menu_search">Buscar</string>
+    <string name="search_not_found">No se encontró la expresión</string>
+    <string name="menu_preferences">Preferencias</string>
+    <string name="file_icon_desc">icono de archivo</string>
+    <string name="title_recents">Archivos recientes</string>
+    <string name="title_browser">Todos los archivos</string>
+    <string name="pref_category_general">Generales</string>
+    <string name="pref_experimental_editing">Modo experimental</string>
+    <string name="pref_experimental_editing_summary">Activar el modo de edición experimental. Úselo bajo su responsabilidad.</string>
+    <string name="pref_developer_mode">Modo de desarrollo</string>
+    <string name="pref_developer_mode_summary">Activar el modo de desarrollo para enviar órdenes UNO mediante la aplicación. Úselo bajo su responsabilidad.</string>
+    <string name="action_about">Acerca de</string>
+    <string name="action_parts">Partes</string>
+    <string name="action_settings">Configuración</string>
+    <string name="action_bold">Negrita</string>
+    <string name="action_underline">Subrayar</string>
+    <string name="action_italic">Itálica</string>
+    <string name="action_strikeout">Tachar</string>
+    <string name="action_keyboard">Mostrar teclado</string>
+    <string name="action_save">Guardar</string>
+    <string name="action_save_as">Guardar como…</string>
+    <string name="action_fromat">Activar formato</string>
+    <string name="action_search">Buscar</string>
+    <string name="action_UNO_commands">Enviar orden UNO</string>
+    <string name="message_saved">Se completó el guardado</string>
+    <string name="message_saving">Guardando el documento…</string>
+    <string name="message_saving_failed">No se pudo guardar el documento.</string>
+    <string name="message_save_incomplete">No se completó el guardado. ¿Hubo cambios\?</string>
+    <string name="password">Contraseña</string>
+    <string name="action_undo">Deshacer</string>
+    <string name="action_redo">Rehacer</string>
+    <string name="save_alert_dialog_title">¿Quiere guardar el documento antes de cerrarlo\?</string>
+    <string name="save_document">GUARDAR</string>
+    <string name="action_cancel">Cancelar</string>
+    <string name="no_save_document">NO</string>
+    <string name="action_presentation">Pase de diapositivas</string>
+    <string name="action_add_slide">Añadir diapositiva</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">El dispositivo Android no admite presentaciones con SVG dentro de la aplicación. Se copió el enlace del pase de diapositivas en el portapapeles. Abra un navegador web moderno, pegue el valor en la barra de direcciones y visítela.</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">Aceptar</string>
+    <string name="slideshow_action_back">Atrás</string>
+    <string name="calc_insert_before">Insertar</string>
+    <string name="calc_delete">Eliminar</string>
+    <string name="calc_hide">Ocultar</string>
+    <string name="calc_show">Mostrar</string>
+    <string name="calc_optimal_length">Longitud óptima</string>
+    <string name="calc_adjust_length">Ajustar longitud</string>
+    <string name="calc_adjust_height">Ajustar altura</string>
+    <string name="calc_adjust_width">Ajustar anchura</string>
+    <string name="calc_optimal_height">Altura óptima</string>
+    <string name="calc_optimal_width">Anchura óptima</string>
+    <string name="calc_optimal_length_confirm">Aceptar</string>
+    <string name="calc_optimal_length_default_text">Introduzca la longitud adicional en centésimas de milímetro</string>
+    <string name="calc_alert_double_click_optimal_length">Consejo: tocar dos veces una cabecera define la anchura/altura óptima.</string>
+    <string name="action_add_worksheet">Añadir hoja de cálculo</string>
+    <string name="action_pwd_dialog_OK">Aceptar</string>
+    <string name="action_pwd_dialog_cancel">Cancelar</string>
+    <string name="action_pwd_dialog_title">Introduzca la contraseña</string>
+    <string name="take_photo">Hacer foto</string>
+    <string name="select_photo">Seleccionar foto</string>
+    <string name="select_photo_title">Seleccionar imagen</string>
+    <string name="no_camera_found">No se encontró ninguna cámara</string>
+    <string name="compress_photo_smallest_size">Tamaño menor</string>
+    <string name="compress_photo_medium_size">Tamaño medio</string>
+    <string name="compress_photo_max_quality">Calidad máxima</string>
+    <string name="compress_photo_no_compress">No comprimir</string>
+    <string name="compress_photo_title">¿Quiere comprimir la foto\?</string>
+    <string name="action_copy">Copiar</string>
+    <string name="action_paste">Pegar</string>
+    <string name="action_cut">Cortar</string>
+    <string name="action_back">Atrás</string>
+    <string name="action_text_copied">Se copió el texto en el portapapeles</string>
+    <string name="insert_table">Insertar tabla</string>
+    <string name="select_insert_options">Seleccionar opciones de inserción:</string>
+    <string name="select_delete_options">Seleccionar opciones de eliminación:</string>
+    <string name="action_rename_worksheet">Cambiar nombre de hoja</string>
+    <string name="action_delete_worksheet">Eliminar hoja</string>
+    <string name="action_delete_slide">Eliminar diapositiva</string>
+    <string name="name_already_used">El nombre proporcionado ya se utiliza.</string>
+    <string name="part_name_changed">Se cambió el nombre de la parte.</string>
+    <string name="part_deleted">Se eliminó la parte.</string>
+    <string name="UNO_commands_string_hint">Orden UNO</string>
+    <string name="UNO_commands_string_type_hint">Tipo</string>
+    <string name="UNO_commands_string_value_hint">Valor</string>
+    <string name="UNO_commands_string_parent_value_hint">Valor superior</string>
+    <string name="action_exportToPDF">Exportar a PDF</string>
+    <string name="action_print">Imprimir</string>
+    <string name="tabhost_character">Carácter</string>
+    <string name="tabhost_style">Estilo</string>
+    <string name="alert_ok">Aceptar</string>
+    <string name="alert_cancel">Cancelar</string>
+    <string name="unable_to_go_further">No se puede ir más allá.</string>
+    <string name="current_uno_command">Orden UNO actual</string>
+    <string name="display_language">Mostrar en idioma</string>
+    <string name="display_language_summary">Establecer el idioma en pantalla predeterminado</string>
+    <string name="pdf_export_finished">Terminó la exportación a PDF</string>
+    <string name="unable_to_export_pdf">No se pudo exportar a PDF</string>
+    <string name="unable_to_save">No se pudo guardar el archivo</string>
+    <string name="error">Error</string>
+    <string name="enter_part_name">Introduzca un nombre para la parte</string>
+    <string name="bmp_null">El BMP está vacío.</string>
+    <string name="directory_not_saved">No se guardó el directorio.</string>
+    <string name="page">Página</string>
+    <string name="sheet">Hoja</string>
+    <string name="slide">Diapositiva</string>
+    <string name="part">Parte</string>
+    <string name="highlight_color">Color de resalte</string>
+    <string name="font_color">Color de letra</string>
+    <string name="action_rename_slide">Cambiar nombre de diapositiva</string>
+    <string name="automatic">Automático</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-eu/strings.xml libreoffice-7.6.5.2/android/source/res/values-eu/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-eu/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-eu/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="action_fromat">Gaitu formatua</string>
+    <string name="action_search">Bilatu</string>
+    <string name="action_UNO_commands">Bidali UNO komandoa</string>
+    <string name="message_saving_failed">Ezin izan da gorde dokumentua.</string>
+    <string name="action_cancel">Utzi</string>
+    <string name="browser_app_name">LibreOffice arakatzailea</string>
+    <string name="app_name">LibreOffice ikustailea</string>
+    <string name="app_version">Bertsioa: %1$s&lt;br&gt;Konpilazioaren IDa: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="app_about_name"><b>LibreOffice ikustailea \"Beta\"</b></string>
+    <string name="app_description">LibreOffice ikustailea LibreOffice-n oinarritutako dokumentu-ikustailea da.</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="app_vendor">Kaleratze hau $VENDOR hornitzaileak ekarri du.</string>
+    <string name="readonly_file">Fitxategi hau irakurtzeko soilik da.</string>
+    <string name="about_license">Erakutsi lizentzia</string>
+    <string name="about_notice">Erakutsi oharra</string>
+    <string name="about_moreinfo">Informazio gehiago</string>
+    <string name="new_textdocument">Testu-dokumentu berria</string>
+    <string name="new_presentation">Aurkezpen berria</string>
+    <string name="new_spreadsheet">Kalkulu-orri berria</string>
+    <string name="new_drawing">Marrazki berria</string>
+    <string name="default_document_name">izengabea</string>
+    <string name="menu_search">Bilatu</string>
+    <string name="search_not_found">Ez da aurkitu gako-hitza</string>
+    <string name="menu_preferences">Hobespenak</string>
+    <string name="file_icon_desc">fitxategiaren ikonoa</string>
+    <string name="title_browser">Fitxategi guztiak</string>
+    <string name="pref_category_general">Orokorra</string>
+    <string name="pref_experimental_editing">Modu esperimentala</string>
+    <string name="pref_developer_mode">Garapen modua</string>
+    <string name="pref_developer_mode_summary">Gaitu garapen modua UNO komandoak aplikazioan bidaltzeko. Erabili zure arriskupean.</string>
+    <string name="action_about">Honi buruz</string>
+    <string name="action_parts">Zatiak</string>
+    <string name="action_settings">Ezarpenak</string>
+    <string name="action_underline">Azpimarra</string>
+    <string name="action_italic">Etzana</string>
+    <string name="action_bold">Lodia</string>
+    <string name="action_strikeout">Marratu</string>
+    <string name="action_keyboard">Erakutsi teklatua</string>
+    <string name="action_save">Gorde</string>
+    <string name="action_save_as">Gorde honela...</string>
+    <string name="title_recents">Azken fitxategiak</string>
+    <string name="message_saved">Gorde da</string>
+    <string name="message_saving">Dokumentua gordetzen…</string>
+    <string name="message_save_incomplete">Ez da gorde. Aldaketarik egon al da\?</string>
+    <string name="password">Pasahitza</string>
+    <string name="action_undo">Desegin</string>
+    <string name="action_redo">Berregin</string>
+    <string name="save_alert_dialog_title">Dokumentua gorde nahi duzu itxi aurretik\?</string>
+    <string name="save_document">GORDE</string>
+    <string name="no_save_document">EZ</string>
+    <string name="action_add_slide">Gehitu diapositiba</string>
+    <string name="action_presentation">Diapositiba-saioa</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">Ados</string>
+    <string name="slideshow_action_back">Itzuli</string>
+    <string name="calc_insert_before">Txertatu</string>
+    <string name="calc_delete">Ezabatu</string>
+    <string name="calc_hide">Ezkutatu</string>
+    <string name="calc_show">Erakutsi</string>
+    <string name="calc_optimal_length">Luzera egokia</string>
+    <string name="calc_adjust_length">Doitu luzera</string>
+    <string name="calc_adjust_height">Doitu altuera</string>
+    <string name="calc_adjust_width">Doitu zabalera</string>
+    <string name="calc_optimal_height">Altuera egokia</string>
+    <string name="calc_optimal_width">Zabalera egokia</string>
+    <string name="calc_optimal_length_confirm">Ados</string>
+    <string name="calc_alert_double_click_optimal_length">Aholkua: Goiburuan birritan sakatzean zabalera/altuera egokia ezartzen du.</string>
+    <string name="action_add_worksheet">Gehitu laneko orria</string>
+    <string name="action_pwd_dialog_OK">Ados</string>
+    <string name="action_pwd_dialog_cancel">Utzi</string>
+    <string name="action_pwd_dialog_title">Sartu pasahitza</string>
+    <string name="take_photo">Atera argazkia</string>
+    <string name="select_photo">Hautatu argazkia</string>
+    <string name="select_photo_title">Hautatu irudia</string>
+    <string name="no_camera_found">Ez da aurkitu kamerarik</string>
+    <string name="compress_photo_smallest_size">Tamaina txikiena</string>
+    <string name="compress_photo_max_quality">Gehieneko kalitatea</string>
+    <string name="compress_photo_no_compress">Ez konprimatu</string>
+    <string name="compress_photo_title">Argazkia konprimatu nahi duzu\?</string>
+    <string name="action_copy">Kopiatu</string>
+    <string name="action_paste">Itsatsi</string>
+    <string name="action_cut">Moztu</string>
+    <string name="action_back">Itzuli</string>
+    <string name="action_text_copied">Testua arbelera kopiatu da</string>
+    <string name="insert_table">Txertatu taula</string>
+    <string name="select_insert_options">Hautatu txertatzeko aukerak:</string>
+    <string name="select_delete_options">Hautatu ezabatzeko aukerak:</string>
+    <string name="action_rename_worksheet">Aldatu laneko orriaren izena</string>
+    <string name="action_delete_worksheet">Ezabatu laneko orria</string>
+    <string name="action_delete_slide">Ezabatu diapositiba</string>
+    <string name="name_already_used">Emandako izena erabilia dago jada.</string>
+    <string name="part_deleted">Zatia ezabatu da.</string>
+    <string name="UNO_commands_string_hint">UNO komandoa</string>
+    <string name="UNO_commands_string_value_hint">Balioa</string>
+    <string name="UNO_commands_string_parent_value_hint">Balio nagusia</string>
+    <string name="tabhost_style">Estiloa</string>
+    <string name="alert_ok">Ados</string>
+    <string name="alert_cancel">Utzi</string>
+    <string name="unable_to_go_further">Ezin izan da joan aurrerago.</string>
+    <string name="current_uno_command">Uneko UNO komandoa</string>
+    <string name="display_language_summary">Ezarri bistaratzeko hizkuntza lehenetsia</string>
+    <string name="pdf_export_finished">PDF-a esportatu da</string>
+    <string name="unable_to_export_pdf">Ezin izan da esportatu PDF-ra</string>
+    <string name="unable_to_save">Ezin izan da gorde fitxategia</string>
+    <string name="error">Errorea</string>
+    <string name="enter_part_name">Sartu zatiaren izena</string>
+    <string name="bmp_null">Bmp nulua da.</string>
+    <string name="directory_not_saved">Ez da gorde direktorioa.</string>
+    <string name="page">Orria</string>
+    <string name="sheet">Orria</string>
+    <string name="slide">Diapositiba</string>
+    <string name="part">Zatia</string>
+    <string name="action_rename_slide">Aldatu diapositibaren izena</string>
+    <string name="automatic">Automatikoa</string>
+    <string name="app_name_settings">LibreOffice ikustailearen ezarpenak</string>
+    <string name="select_file_to_open">Hautatu fitxategia irekitzeko</string>
+    <string name="pref_experimental_editing_summary">Gaitu edizio modu esperimentala. Erabili zure arriskupean.</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">Android gailuak ez du onartzen aplikazio barneko svg formatudun diapositiba-saioa. Diapositiba-saioaren esteka arbelera kopiatu dugu. Sakatu hasierako botoia, ireki web-arakatzaile moderno bat, itsatsi helbide-barran eta kito.</string>
+    <string name="calc_optimal_length_default_text">Sartu luzera gehigarria 100th/mm neurrian</string>
+    <string name="compress_photo_medium_size">Tamaina ertaina</string>
+    <string name="part_name_changed">Zatiaren izena aldatu da.</string>
+    <string name="UNO_commands_string_type_hint">Mota</string>
+    <string name="tabhost_paragraph">Paragrafoa</string>
+    <string name="printing_not_supported">Gailuak ez du onartzen inprimatzea.</string>
+    <string name="highlight_color">Nabarmendutako kolorea</string>
+    <string name="font_color">Letra-tipoaren kolorea</string>
+    <string name="action_exportToPDF">Esportatu PDF-ra</string>
+    <string name="action_print">Inprimatu</string>
+    <string name="tabhost_character">Karakterea</string>
+    <string name="tabhost_insert">Txertatu</string>
+    <string name="display_language">Bistaratzeko hizkuntza</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-fa/strings.xml libreoffice-7.6.5.2/android/source/res/values-fa/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-fa/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-fa/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="app_about_name"><b>نسخه \'بتا\' نمایشگر لیبره آفیس</b></string>
+    <string name="app_name">نمایشگر لیبره آفیس</string>
+    <string name="app_name_settings">تنظیمات نمایشگر لیبره آفیس</string>
+    <string name="app_version">نسخه: %1$s&lt;br&gt;شناسه ساخت: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="app_description">نمایشگر لیبره آفیس یک نمایشگر سند مبتنی بر لیبره آفیس است.</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="app_vendor">این نسخه توسط $VENDOR ارائه شده است.</string>
+    <string name="readonly_file">این پرونده فقط خواندنی است.</string>
+    <string name="about_license">نمایش اجازه‌نامه‌ها</string>
+    <string name="about_notice">نمایش اطلاعیه</string>
+    <string name="about_moreinfo">‪اطلاعات بیشتر</string>
+    <string name="new_textdocument">سند متنی جدید</string>
+    <string name="new_presentation">ارائه جدید</string>
+    <string name="new_spreadsheet">صفحه گسترده جدید</string>
+    <string name="new_drawing">طراحی جدید</string>
+    <string name="default_document_name">بدون عنوان</string>
+    <string name="select_file_to_open">پرونده را برای باز کردن انتخاب کنید</string>
+    <string name="browser_app_name">مرورگر لیبره آفیس</string>
+    <string name="menu_search">جستجو</string>
+    <string name="search_not_found">کلمه کلیدی یافت نشد</string>
+    <string name="menu_preferences">ترجیحات</string>
+    <string name="file_icon_desc">شمایل پرونده</string>
+    <string name="title_recents">پرونده‌های اخیر</string>
+    <string name="title_browser">همه پرونده‌ها</string>
+    <string name="pref_category_general">عمومی</string>
+    <string name="pref_experimental_editing">حالت آزمایشی</string>
+    <string name="pref_experimental_editing_summary">حالت آزمایشی ویرایش را فعال کنید. با مسئولیت خودتان استفاده کنید.</string>
+    <string name="pref_developer_mode">حالت برنامه‌نویس</string>
+    <string name="pref_developer_mode_summary">حالت برنامه‌نویس را فعال کنید تا بتوانید دستورات UNO را در برنامه ارسال کنید. با مسئولیت خودتان استفاده کنید.</string>
+    <string name="action_about">درباره</string>
+    <string name="action_parts">اجزاء</string>
+    <string name="action_settings">تنظیمات</string>
+    <string name="action_bold">پررنگ</string>
+    <string name="action_underline">زیرخط</string>
+    <string name="action_italic">مایل</string>
+    <string name="action_strikeout">خط زده</string>
+    <string name="action_keyboard">نمایش صفحه کلید</string>
+    <string name="action_save">ذخیره</string>
+    <string name="action_save_as">ذخیره به عنوان...</string>
+    <string name="action_fromat">فعال کردن قالب</string>
+    <string name="action_search">جستجو</string>
+    <string name="action_UNO_commands">ارسال دستور UNO</string>
+    <string name="message_saved">ذخیره کردن کامل شد</string>
+    <string name="message_saving">ذخیره کردن سند…</string>
+    <string name="message_saving_failed">ذخیره کردن سند ناموفق بود.</string>
+    <string name="message_save_incomplete">ذخیره ناقص بود. آیا تغییراتی وجود داشت؟</string>
+    <string name="password">رمز عبور</string>
+    <string name="action_undo">واگردان</string>
+    <string name="action_redo">انجام دوباره</string>
+    <string name="save_alert_dialog_title">آیا سند قبل از بستن ذخیره شود؟</string>
+    <string name="save_document">ذخیره</string>
+    <string name="action_cancel">لغو</string>
+    <string name="no_save_document">خیر</string>
+    <string name="action_presentation">نمایش اسلاید</string>
+    <string name="action_add_slide">افزودن اسلاید</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">دستگاه آندروید شما از نمایش اسلاید svg درون برنامه ای پشتیبانی نمی‌کند. ما پیوند نمایش اسلاید را در کلیپ بورد کپی کردیم. لطفاً دکمه خانه را فشار دهید، یک مرورگر وب مدرن باز کنید، در نوار آدرس جای‌گذاری کنید و استفاده کنید.</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">باشد</string>
+    <string name="slideshow_action_back">بازگشت</string>
+    <string name="calc_insert_before">درج</string>
+    <string name="calc_delete">حذف</string>
+    <string name="calc_hide">پنهان کردن</string>
+    <string name="calc_show">نمایش</string>
+    <string name="calc_optimal_length">طول بهینه</string>
+    <string name="calc_adjust_length">تنظیم طول</string>
+    <string name="calc_adjust_height">تنظیم ارتفاع</string>
+    <string name="calc_adjust_width">تنظیم عرض</string>
+    <string name="calc_optimal_height">ارتفاع بهینه</string>
+    <string name="calc_optimal_width">عرض بهینه</string>
+    <string name="calc_optimal_length_confirm">باشد</string>
+    <string name="calc_optimal_length_default_text">طول اضافی را در واحد 100 تا در میلی‌متر وارد کنید</string>
+    <string name="calc_alert_double_click_optimal_length">نکته: دوبار ضربه زدن روی سرایند عرض/ارتفاع بهینه را تنظیم می‌کند.</string>
+    <string name="action_add_worksheet">افزودن کاربرگ</string>
+    <string name="no_camera_found">هیچ دوربینی یافت نشد</string>
+    <string name="action_pwd_dialog_OK">باشد</string>
+    <string name="action_pwd_dialog_cancel">لغو</string>
+    <string name="action_pwd_dialog_title">لطفاً رمز عبور را وارد کنید</string>
+    <string name="take_photo">عکس گرفتن</string>
+    <string name="select_photo">انتخاب عکس</string>
+    <string name="select_photo_title">انتخاب تصویر</string>
+    <string name="compress_photo_smallest_size">کوچک‌ترین اندازه</string>
+    <string name="compress_photo_medium_size">اندازه متوسط</string>
+    <string name="compress_photo_max_quality">کیفیت بیشینه</string>
+    <string name="compress_photo_no_compress">فشرده نکن</string>
+    <string name="compress_photo_title">آیا می‌خواهید عکس را فشرده کنید؟</string>
+    <string name="action_copy">کپی</string>
+    <string name="action_paste">چسباندن</string>
+    <string name="action_cut">برش</string>
+    <string name="action_back">بازگشت</string>
+    <string name="action_text_copied">متن در تخته کپی شد</string>
+    <string name="insert_table">درج جدول</string>
+    <string name="select_insert_options">گزینه‌های درج را انتخاب کنید:</string>
+    <string name="select_delete_options">گزینه‌های حذف را انتخاب کنید:</string>
+    <string name="action_rename_worksheet">تغییر نام کاربرگ</string>
+    <string name="action_delete_worksheet">حذف کاربرگ</string>
+    <string name="action_delete_slide">حذف اسلاید</string>
+    <string name="name_already_used">نام داده شده پیش از این در حال استفاده است.</string>
+    <string name="part_name_changed">نام جزء تغییر کرده است.</string>
+    <string name="part_deleted">جزء حذف شده است.</string>
+    <string name="UNO_commands_string_hint">دستور UNO</string>
+    <string name="UNO_commands_string_type_hint">نوع</string>
+    <string name="UNO_commands_string_value_hint">مقدار</string>
+    <string name="UNO_commands_string_parent_value_hint">مقدار والد</string>
+    <string name="action_exportToPDF">صدور به PDF</string>
+    <string name="action_print">چاپ</string>
+    <string name="tabhost_character">نویسه</string>
+    <string name="tabhost_paragraph">بند</string>
+    <string name="tabhost_insert">درج</string>
+    <string name="tabhost_style">سبک</string>
+    <string name="alert_ok">باشد</string>
+    <string name="alert_cancel">لغو</string>
+    <string name="unable_to_go_further">پیش‌تر رفتن ممکن نبود.</string>
+    <string name="current_uno_command">دستورات UNO فعلی</string>
+    <string name="display_language">زبان نمایش</string>
+    <string name="display_language_summary">زبان نمایش پیش‌فرض را تنظیم کنید</string>
+    <string name="pdf_export_finished">صدور به PDF پایان یافت</string>
+    <string name="unable_to_export_pdf">صدور به PDF ممکن نبود</string>
+    <string name="unable_to_save">ذخیره پرونده ممکن نبود</string>
+    <string name="printing_not_supported">دستگاه شما از چاپ پشتیبانی نمی‌کند</string>
+    <string name="error">خطا</string>
+    <string name="bmp_null">Bmp تهی است!</string>
+    <string name="directory_not_saved">پوشه ذخیره نشد.</string>
+    <string name="page">صفحه</string>
+    <string name="sheet">برگه</string>
+    <string name="slide">اسلاید</string>
+    <string name="part">جزء</string>
+    <string name="highlight_color">رنگ برجسته کردن</string>
+    <string name="font_color">رنگ قلم</string>
+    <string name="automatic">خودکار</string>
+    <string name="enter_part_name">نام یک جزء را وارد کنید</string>
+    <string name="action_rename_slide">تغییر نام اسلاید</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-fi/strings.xml libreoffice-7.6.5.2/android/source/res/values-fi/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-fi/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-fi/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources></resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-fr/strings.xml libreoffice-7.6.5.2/android/source/res/values-fr/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-fr/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-fr/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="app_name_settings">Paramètre de l\'afficheur LibreOffice</string>
+    <string name="app_name">LibreOffice Viewer</string>
+    <string name="app_version">Version : %1$s&lt;br&gt;Build ID: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="app_description">LibreOffice Viewer est une visionneuse de document basée sur LibreOffice.</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="app_vendor">Cette version est fournie par $VENDOR.</string>
+    <string name="readonly_file">Ce fichier est en lecture seule.</string>
+    <string name="about_license">Afficher la licence</string>
+    <string name="new_textdocument">Nouveau document texte</string>
+    <string name="new_presentation">Nouvelle présentation</string>
+    <string name="new_drawing">Nouveau dessin</string>
+    <string name="default_document_name">sans titre</string>
+    <string name="select_file_to_open">Sélectionner un fichier à ouvrir</string>
+    <string name="file_icon_desc">fileicon</string>
+    <string name="title_recents">Fichiers récents</string>
+    <string name="title_browser">Tous les fichiers</string>
+    <string name="pref_category_general">Général</string>
+    <string name="pref_experimental_editing">Mode expérimental</string>
+    <string name="action_add_slide">Ajouter une diapo</string>
+    <string name="slideshow_action_back">Précédent</string>
+    <string name="calc_insert_before">Insérer</string>
+    <string name="calc_delete">Supprimer</string>
+    <string name="calc_hide">Masquer</string>
+    <string name="calc_show">Afficher</string>
+    <string name="calc_optimal_length">Longueur optimale</string>
+    <string name="calc_adjust_height">Adapter la hauteur</string>
+    <string name="calc_adjust_width">Adapter la largeur</string>
+    <string name="calc_optimal_height">Hauteur optimale</string>
+    <string name="calc_optimal_width">Largeur optimale</string>
+    <string name="about_notice">Afficher la notice</string>
+    <string name="new_spreadsheet">Nouveau classeur</string>
+    <string name="action_presentation">Diaporama</string>
+    <string name="calc_optimal_length_confirm">OK</string>
+    <string name="calc_adjust_length">Adapter la longueur</string>
+    <string name="pdf_export_finished">Export au format PDF terminé</string>
+    <string name="pref_developer_mode_summary">Activez le mode développeur où vous pouvez envoyer des commandes UNO dans l\'application. À utiliser à vos risques et périls.</string>
+    <string name="pref_developer_mode">Mode développeur</string>
+    <string name="action_pwd_dialog_cancel">Annuler</string>
+    <string name="slide">Diapo</string>
+    <string name="part_name_changed">Le nom de la partie a été modifié.</string>
+    <string name="compress_photo_max_quality">Qualité maximale</string>
+    <string name="action_UNO_commands">Envoyer Cmd UNO</string>
+    <string name="action_about">À propos</string>
+    <string name="action_fromat">Activer le formatage</string>
+    <string name="password">Mot de passe</string>
+    <string name="select_insert_options">Sélectionnez les options d\'insertion :</string>
+    <string name="UNO_commands_string_type_hint">Type</string>
+    <string name="current_uno_command">Commande UNO actuelle</string>
+    <string name="bmp_null">Bmp est invalide !</string>
+    <string name="action_paste">Coller</string>
+    <string name="action_pwd_dialog_OK">OK</string>
+    <string name="save_document">ENREGISTRER</string>
+    <string name="part">Partie</string>
+    <string name="unable_to_export_pdf">Impossible d\'exporter au format PDF</string>
+    <string name="save_alert_dialog_title">Enregistrer le document avant de le fermer \?</string>
+    <string name="font_color">Couleur de police</string>
+    <string name="action_rename_worksheet">Renommer la feuille de calcul</string>
+    <string name="message_saving_failed">L\'enregistrement du document a échoué</string>
+    <string name="enter_part_name">Saisissez le nom d\'une partie</string>
+    <string name="automatic">Automatique</string>
+    <string name="action_delete_slide">Supprimer la diapo</string>
+    <string name="action_redo">Rétablir</string>
+    <string name="action_cut">Couper</string>
+    <string name="page">Page</string>
+    <string name="calc_optimal_length_default_text">Saisissez la longueur supplémentaire en 100ème/mm</string>
+    <string name="message_saving">Enregistrement du document…</string>
+    <string name="tabhost_style">Style</string>
+    <string name="select_photo_title">Sélectionner une image</string>
+    <string name="action_delete_worksheet">Supprimer la feuille de calcul</string>
+    <string name="no_save_document">NON</string>
+    <string name="highlight_color">Couleur de surlignage</string>
+    <string name="action_print">Imprimer</string>
+    <string name="action_add_worksheet">Ajouter une feuille de calcul</string>
+    <string name="tabhost_paragraph">Paragraphe</string>
+    <string name="action_back">Précédent</string>
+    <string name="part_deleted">La partie a été supprimée.</string>
+    <string name="action_undo">Annuler</string>
+    <string name="action_pwd_dialog_title">Veuillez saisir le mot de passe</string>
+    <string name="action_parts">Parties</string>
+    <string name="compress_photo_medium_size">Taille moyenne</string>
+    <string name="display_language_summary">Définir la langue d\'affichage par défaut</string>
+    <string name="select_delete_options">Sélectionnez les options de suppression :</string>
+    <string name="action_text_copied">Texte copié dans le presse-papiers</string>
+    <string name="action_exportToPDF">Exporter au format PDF</string>
+    <string name="action_rename_slide">Renommer la diapo</string>
+    <string name="action_keyboard">Afficher le clavier</string>
+    <string name="UNO_commands_string_parent_value_hint">Valeur parent</string>
+    <string name="compress_photo_smallest_size">Plus petite taille</string>
+    <string name="select_photo">Sélectionner une photo</string>
+    <string name="compress_photo_no_compress">Ne pas compresser</string>
+    <string name="action_copy">Copier</string>
+    <string name="tabhost_insert">Insérer</string>
+    <string name="action_search">Rechercher</string>
+    <string name="message_saved">Enregistrement terminé</string>
+    <string name="no_camera_found">Aucune caméra trouvée</string>
+    <string name="error">Erreur</string>
+    <string name="name_already_used">Le nom donné est déjà utilisé.</string>
+    <string name="action_save">Enregistrer</string>
+    <string name="UNO_commands_string_hint">Commande UNO</string>
+    <string name="alert_ok">OK</string>
+    <string name="UNO_commands_string_value_hint">Valeur</string>
+    <string name="action_settings">Paramètres</string>
+    <string name="sheet">Feuille</string>
+    <string name="compress_photo_title">Voulez-vous compresser la photo \?</string>
+    <string name="take_photo">Prendre une photo</string>
+    <string name="unable_to_save">Impossible d\'enregistrer le fichier</string>
+    <string name="insert_table">Insérer un tableau</string>
+    <string name="action_cancel">Annuler</string>
+    <string name="display_language">Afficher la langue</string>
+    <string name="pref_experimental_editing_summary">Activez le mode d\'édition expérimental. À utiliser à vos risques et périls.</string>
+    <string name="alert_cancel">Annuler</string>
+    <string name="tabhost_character">Caractère</string>
+    <string name="calc_alert_double_click_optimal_length">Astuce : appuyez deux fois sur un en-tête pour définir la largeur/hauteur optimale.</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">OK</string>
+    <string name="message_save_incomplete">Enregistrement incomplet. Y a-t-il eu des changements \?</string>
+    <string name="action_underline">Souligné</string>
+    <string name="unable_to_go_further">Impossible d\'aller plus loin.</string>
+    <string name="action_bold">Gras</string>
+    <string name="action_save_as">Enregistrer sous...</string>
+    <string name="browser_app_name">Navigateur LibreOffice</string>
+    <string name="menu_search">Rechercher</string>
+    <string name="app_about_name"><b>LibreOffice Viewer \'Beta\'</b></string>
+    <string name="action_strikeout">Barré</string>
+    <string name="search_not_found">Mot-clé non trouvé</string>
+    <string name="menu_preferences">Préférences</string>
+    <string name="printing_not_supported">Votre appareil ne prend pas en charge l\'impression</string>
+    <string name="directory_not_saved">Répertoire non enregistré.</string>
+    <string name="action_italic">Italique</string>
+    <string name="about_moreinfo">Plus d\'informations</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">Votre appareil Android ne prend pas en charge le diaporama SVG intégré à l\'application. Nous avons copié le lien du diaporama dans le presse-papiers. Veuillez appuyer sur le bouton d\'accueil, ouvrir un navigateur Web moderne, coller dans la barre d\'adresse et c\'est parti.</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-gl/strings.xml libreoffice-7.6.5.2/android/source/res/values-gl/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-gl/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-gl/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="app_name">Visor do LibreOffice</string>
+    <string name="app_name_settings">Configuración do visor do LibreOffice</string>
+    <string name="app_about_name"><b>«Beta» do Visor do LibreOffice</b></string>
+    <string name="app_version">Versión: %1$s&lt;br&gt;Identificador da construción: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="app_description">O Visor do LibreOffice é un visor de documentos baseado no LibreOffice.</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="app_vendor">Esta versión foi fornecida por $VENDOR.</string>
+    <string name="readonly_file">Este ficheiro só permite lectura.</string>
+    <string name="about_license">Mostrar licenza</string>
+    <string name="about_notice">Mostrar aviso</string>
+    <string name="about_moreinfo">Máis información</string>
+    <string name="new_textdocument">Novo documento de texto</string>
+    <string name="new_spreadsheet">Nova folla de cálculo</string>
+    <string name="new_drawing">Novo debuxo</string>
+    <string name="default_document_name">sen título</string>
+    <string name="select_file_to_open">Seleccionar ficheiro para abrir</string>
+    <string name="browser_app_name">Navegador do LibreOffice</string>
+    <string name="menu_search">Buscar</string>
+    <string name="search_not_found">Non se atopou a expresión</string>
+    <string name="menu_preferences">Preferencias</string>
+    <string name="file_icon_desc">iconadeficheiro</string>
+    <string name="title_recents">Ficheiros recentes</string>
+    <string name="title_browser">Todos os ficheiros</string>
+    <string name="pref_category_general">Xeral</string>
+    <string name="pref_experimental_editing">Modo experimental</string>
+    <string name="pref_experimental_editing_summary">Activar o modo de edición experimental. Úseo baixo a súa responsabilidade.</string>
+    <string name="pref_developer_mode">Modo de desenvolvemento</string>
+    <string name="action_about">Sobre</string>
+    <string name="action_parts">Partes</string>
+    <string name="action_settings">Configuración</string>
+    <string name="action_bold">Grosa</string>
+    <string name="action_underline">Subliñado</string>
+    <string name="action_strikeout">Riscado</string>
+    <string name="action_keyboard">Mostrar teclado</string>
+    <string name="action_save">Gardar</string>
+    <string name="action_save_as">Gardar como...</string>
+    <string name="action_fromat">Activar formato</string>
+    <string name="action_search">Buscar</string>
+    <string name="action_UNO_commands">Enviar orde de UNO</string>
+    <string name="message_saved">Gardar completo</string>
+    <string name="message_saving">Gardar o documento…</string>
+    <string name="message_saving_failed">Fallou o gardado do documento.</string>
+    <string name="password">Contrasinal</string>
+    <string name="action_undo">Desfacer</string>
+    <string name="action_redo">Refacer</string>
+    <string name="save_document">GARDAR</string>
+    <string name="action_cancel">Cancelar</string>
+    <string name="no_save_document">NON</string>
+    <string name="action_presentation">Presentación de diapositivas</string>
+    <string name="action_add_slide">Engadir diapositiva</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">Aceptar</string>
+    <string name="slideshow_action_back">Atrás</string>
+    <string name="calc_insert_before">Inserir</string>
+    <string name="calc_delete">Eliminar</string>
+    <string name="calc_hide">Agochar</string>
+    <string name="calc_show">Mostrar</string>
+    <string name="calc_optimal_length">Lonxitude ideal</string>
+    <string name="calc_adjust_length">Axustar lonxitude</string>
+    <string name="calc_adjust_height">Axustar altura</string>
+    <string name="calc_adjust_width">Axustar largura</string>
+    <string name="calc_optimal_height">Altura ideal</string>
+    <string name="calc_optimal_width">Largura ideal</string>
+    <string name="calc_optimal_length_confirm">Aceptar</string>
+    <string name="calc_optimal_length_default_text">Introduza lonxitude extra en centésimas de milímetro</string>
+    <string name="calc_alert_double_click_optimal_length">Suxestión: Tocar dúas veces nunha cabeceira estabelece a largura/altura ideais.</string>
+    <string name="action_pwd_dialog_OK">Aceptar</string>
+    <string name="action_pwd_dialog_cancel">Cancelar</string>
+    <string name="action_pwd_dialog_title">Introduza contrasinal</string>
+    <string name="select_photo">Seleccionar foto</string>
+    <string name="select_photo_title">Seleccionar imaxe</string>
+    <string name="no_camera_found">Non se atopou ningunha cámara</string>
+    <string name="compress_photo_smallest_size">Tamaño menor</string>
+    <string name="compress_photo_medium_size">Tamaño mediano</string>
+    <string name="compress_photo_max_quality">Calidade máxima</string>
+    <string name="compress_photo_no_compress">Non comprimir</string>
+    <string name="compress_photo_title">Desexa comprimir a foto?</string>
+    <string name="action_copy">Copiar</string>
+    <string name="action_paste">Pegar</string>
+    <string name="action_cut">Cortar</string>
+    <string name="action_back">Atrás</string>
+    <string name="insert_table">Inserir táboa</string>
+    <string name="select_insert_options">Seleccionar opcións de inserción:</string>
+    <string name="select_delete_options">Seleccionar opcións de eliminación:</string>
+    <string name="action_rename_worksheet">Renomear folla de cálculo</string>
+    <string name="action_delete_slide">Eliminar diapositiva</string>
+    <string name="name_already_used">O nome dado xa está en uso.</string>
+    <string name="part_name_changed">O nome da parte cambiou.</string>
+    <string name="part_deleted">A parte foi eliminada.</string>
+    <string name="UNO_commands_string_hint">Orde de UNO</string>
+    <string name="UNO_commands_string_type_hint">Tipo</string>
+    <string name="UNO_commands_string_value_hint">Valor</string>
+    <string name="UNO_commands_string_parent_value_hint">Valor superior</string>
+    <string name="action_exportToPDF">Exportar a PDF</string>
+    <string name="action_print">Imprimir</string>
+    <string name="tabhost_character">Carácter</string>
+    <string name="tabhost_paragraph">Parágrafo</string>
+    <string name="tabhost_insert">Inserir</string>
+    <string name="tabhost_style">Estilo</string>
+    <string name="alert_ok">Aceptar</string>
+    <string name="alert_cancel">Cancelar</string>
+    <string name="unable_to_go_further">Non foi posíbel ir máis lonxe.</string>
+    <string name="current_uno_command">Orde de UNO actual</string>
+    <string name="display_language">Idioma para mostrar</string>
+    <string name="display_language_summary">Configurar o idioma predeterminado</string>
+    <string name="pdf_export_finished">Rematou a exportación a PDF</string>
+    <string name="unable_to_save">Non foi posíbel gardar o ficheiro</string>
+    <string name="printing_not_supported">Este dispositivo non admite a impresión.</string>
+    <string name="error">Erro</string>
+    <string name="enter_part_name">Introduza un nome da parte</string>
+    <string name="bmp_null">BMP é nulo!</string>
+    <string name="directory_not_saved">Directorio non gardado.</string>
+    <string name="page">Páxina</string>
+    <string name="sheet">Folla</string>
+    <string name="slide">Diapositiva</string>
+    <string name="part">Parte</string>
+    <string name="highlight_color">Cor de realce</string>
+    <string name="font_color">Cor do tipo de letra</string>
+    <string name="action_rename_slide">Renomear diapositiva</string>
+    <string name="automatic">Automático</string>
+    <string name="new_presentation">Nova presentación</string>
+    <string name="pref_developer_mode_summary">Activar modo de desenvolvemento, no que se poden enviar ordes de UNO dentro da app. Úseo baixo a súa responsabilidade.</string>
+    <string name="action_italic">Cursiva</string>
+    <string name="message_save_incomplete">Gardado incompleto. Había algún cambio?</string>
+    <string name="save_alert_dialog_title">Gardar o documento antes de pechar?</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">O dispositivo Android non admite presentacións con svg dentro da app. Copiamos a ligazón á presentación no portapapeis. Prema no botón de inicio, abra un navegador web moderno, pegue na barra de enderezos e vaia.</string>
+    <string name="action_add_worksheet">Engadir folla de cálculo</string>
+    <string name="take_photo">Tirar foto</string>
+    <string name="action_text_copied">Texto copiado ao portapapeis</string>
+    <string name="action_delete_worksheet">Eliminar folla de cálculo</string>
+    <string name="unable_to_export_pdf">Non foi posíbel exportar a pdf</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-hsb/strings.xml libreoffice-7.6.5.2/android/source/res/values-hsb/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-hsb/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-hsb/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="app_name_settings">Nastajenja LibreOffice Viewer</string>
+    <string name="app_description">LibreOffice Viewer je dokumentowy wobhladowak, kotryž na LibreOffice bazuje.</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="app_vendor">Tute wozjewjenje je so wot $VENDOR k dispoziciji stajiło.</string>
+    <string name="readonly_file">Tuta dataja je přećiwo pisanju škitana.</string>
+    <string name="about_license">Licencu pokazać</string>
+    <string name="about_notice">Zdźělenku pokazać</string>
+    <string name="new_presentation">Nowa prezentacija</string>
+    <string name="new_spreadsheet">Nowy tabelowy dokument</string>
+    <string name="new_drawing">Nowa rysowanka</string>
+    <string name="default_document_name">bjez titula</string>
+    <string name="select_file_to_open">Wubjerće dataju, kotraž so ma wočinić</string>
+    <string name="file_icon_desc">datajowy symbol</string>
+    <string name="title_recents">Najnowše dataje</string>
+    <string name="pref_category_general">Powšitkowne</string>
+    <string name="pref_experimental_editing">Eksperimentelny modus</string>
+    <string name="pref_developer_mode">Wuwiwarski modus</string>
+    <string name="pref_developer_mode_summary">Wuwiwarski modus zmóžnić, hdźež móžeće přikazy UNO w nałoženju pósłać. Wužiwanje na swójske riziko.</string>
+    <string name="action_about">Wo</string>
+    <string name="action_parts">Dźěle</string>
+    <string name="action_settings">Nastajenja</string>
+    <string name="action_keyboard">Tastaturu pokazać</string>
+    <string name="action_save">Składować</string>
+    <string name="action_fromat">Format zmóžnić</string>
+    <string name="action_search">Pytać</string>
+    <string name="app_about_name"><b>LibreOffice Viewer \'Beta\'</b></string>
+    <string name="about_moreinfo">Dalše informacije</string>
+    <string name="menu_search">Pytać</string>
+    <string name="search_not_found">Klučowe słowo njeje so namakało</string>
+    <string name="menu_preferences">Nastajenja</string>
+    <string name="action_bold">Tučny</string>
+    <string name="action_underline">Podšmórnyć</string>
+    <string name="action_italic">Kursiwny</string>
+    <string name="action_strikeout">Přešmórnyć</string>
+    <string name="action_save_as">Składować jako…</string>
+    <string name="message_saving">Dokument so składuje…</string>
+    <string name="message_saving_failed">Składowanje dokumenta je so nimokuliło.</string>
+    <string name="password">Hesło</string>
+    <string name="action_undo">Cofnyć</string>
+    <string name="action_redo">Wospjetować</string>
+    <string name="save_alert_dialog_title">Dokument do začinjenja składować\?</string>
+    <string name="save_document">SKŁADOWAĆ</string>
+    <string name="action_cancel">Přetorhnyć</string>
+    <string name="no_save_document">NÄš</string>
+    <string name="action_presentation">Prezentacija</string>
+    <string name="action_add_slide">Foliju přidać</string>
+    <string name="slideshow_action_back">Wróćo</string>
+    <string name="calc_delete">Zhašeć</string>
+    <string name="calc_show">Pokazać</string>
+    <string name="calc_optimal_length">Optimalna dołhosć</string>
+    <string name="calc_adjust_length">Dołhosć přiměrić</string>
+    <string name="calc_adjust_height">Wysokosć přiměrić</string>
+    <string name="calc_adjust_width">Šěrokosć přiměrić</string>
+    <string name="calc_optimal_height">Optimalna wysokosć</string>
+    <string name="calc_optimal_width">Optimalna šěrokosć</string>
+    <string name="calc_optimal_length_confirm">W porjadku</string>
+    <string name="calc_optimal_length_default_text">Zapodajće přidatnu dołhosć w 100tych mm</string>
+    <string name="action_add_worksheet">Dźěłowe łopjeno přidać</string>
+    <string name="action_pwd_dialog_OK">W porjadku</string>
+    <string name="action_pwd_dialog_cancel">Přetorhnyć</string>
+    <string name="action_pwd_dialog_title">Zapodajće prošu hesło</string>
+    <string name="message_save_incomplete">Składowanje dokónčene njeje. Su změny byli\?</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">W porjadku</string>
+    <string name="select_photo">Foto wubrać</string>
+    <string name="select_photo_title">Wobraz wubrać</string>
+    <string name="no_camera_found">Žana kamera namakana</string>
+    <string name="compress_photo_smallest_size">Najmjeńša wulkosć</string>
+    <string name="compress_photo_medium_size">Srjedźna wulkosć</string>
+    <string name="compress_photo_max_quality">Maksimalna kwalita</string>
+    <string name="compress_photo_no_compress">Njekomprimować</string>
+    <string name="action_copy">Kopěrować</string>
+    <string name="action_paste">Zasadźić</string>
+    <string name="action_cut">Wutřihać</string>
+    <string name="action_back">Wróćo</string>
+    <string name="action_text_copied">Tekst je so do mjezyskłada kopěrował</string>
+    <string name="insert_table">Tabelu zasadźić</string>
+    <string name="select_insert_options">Zasadźenske nastajenja wubrać:</string>
+    <string name="select_delete_options">Zhašenske nastajenja wubrać:</string>
+    <string name="action_rename_worksheet">Dźěłowe łopjeno přemjenować</string>
+    <string name="action_delete_worksheet">Dźěłowe łopjeno zhašeć</string>
+    <string name="name_already_used">Podate mjeno so hižo wužiwa.</string>
+    <string name="part_name_changed">Mjeno dźěla je so změniło.</string>
+    <string name="part_deleted">Dźěl je so zhašał.</string>
+    <string name="UNO_commands_string_hint">Přikaz UNO</string>
+    <string name="UNO_commands_string_type_hint">Typ</string>
+    <string name="UNO_commands_string_value_hint">Hódnota</string>
+    <string name="UNO_commands_string_parent_value_hint">Nadrjadowana hódnota</string>
+    <string name="action_exportToPDF">Jako PDF eksportować</string>
+    <string name="action_print">Ćišćeć</string>
+    <string name="tabhost_character">Znamješko</string>
+    <string name="tabhost_paragraph">Wotstawk</string>
+    <string name="tabhost_style">Předłoha</string>
+    <string name="alert_ok">W porjadku</string>
+    <string name="alert_cancel">Přetorhnyć</string>
+    <string name="current_uno_command">Aktualny přikaz UNO</string>
+    <string name="display_language">Pokazowanska rěč</string>
+    <string name="pdf_export_finished">Eksport jako PDF dokónčeny</string>
+    <string name="unable_to_export_pdf">Eksport jako PDF móžny njeje</string>
+    <string name="unable_to_save">Dataja njeda so składować</string>
+    <string name="unable_to_go_further">Njeje móžno dale hić.</string>
+    <string name="error">Zmylk</string>
+    <string name="enter_part_name">Mjeno dźěla zapodać</string>
+    <string name="bmp_null">Bmp je nul!</string>
+    <string name="printing_not_supported">Waš grat ćišćenje njepodpěruje.</string>
+    <string name="directory_not_saved">Zapis njeje so składował.</string>
+    <string name="page">Strona</string>
+    <string name="sheet">Tabela</string>
+    <string name="slide">Folija</string>
+    <string name="part">Dźěl</string>
+    <string name="highlight_color">Wuzběhnjenska barba</string>
+    <string name="font_color">Pismowa barba</string>
+    <string name="action_rename_slide">Foliju přemjenować</string>
+    <string name="automatic">Awtomatiski</string>
+    <string name="app_name">LibreOffice Viewer</string>
+    <string name="app_version">Wersija: %1$s&lt;br&gt;Build ID: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="new_textdocument">Nowy tekstowy dokument</string>
+    <string name="title_browser">Wšě dataje</string>
+    <string name="pref_experimental_editing_summary">Eksperimentelny wobdźěłanski modus zmóžnić. Wužiwanje na swójske riziko.</string>
+    <string name="action_UNO_commands">Přikaz UNO pósłać</string>
+    <string name="message_saved">Składowanje dokónčene</string>
+    <string name="calc_insert_before">Zasadźić</string>
+    <string name="calc_hide">Schować</string>
+    <string name="calc_alert_double_click_optimal_length">Pokiw: Podótkńće so dwójce nadpisma, zo byšće optimalnu šěrokosć/wysokosć nastajił.</string>
+    <string name="take_photo">Foto činić</string>
+    <string name="browser_app_name">LibreOffice Browser</string>
+    <string name="tabhost_insert">Zasadźić</string>
+    <string name="display_language_summary">Nastajće standardnu pokazowansku rěč</string>
+    <string name="compress_photo_title">Chceće foto komprimować\?</string>
+    <string name="action_delete_slide">Foliju zhašeć</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">Waš grat Android SVG-prezentaciju w nałoženju njepodpěruje. Smy wotkaz na prezentaciju do mjezyskłada kopěrowali. Prošu tłóčće tłóčatko Start, wočińće moderny webwobhladowak, zasadźće do adresoweho pola a startujće.</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-hu/strings.xml libreoffice-7.6.5.2/android/source/res/values-hu/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-hu/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-hu/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="pref_developer_mode_summary">Fejlesztői mód engedélyezése, ahol UNO parancsokat küldhet az alkalmazásnak. Saját felelősségre használja.</string>
+    <string name="app_description">A LibreOffice Viewer egy LibreOffice-alapú dokumentummegjelenítő.</string>
+    <string name="calc_show">Megjelenítés</string>
+    <string name="pref_developer_mode">Fejlesztői mód</string>
+    <string name="calc_hide">Elrejtés</string>
+    <string name="action_UNO_commands">UNO parancs küldése</string>
+    <string name="default_document_name">névtelen</string>
+    <string name="action_about">Névjegy</string>
+    <string name="action_fromat">Formázás engedélyezése</string>
+    <string name="password">Jelszó</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="slideshow_action_back">Vissza</string>
+    <string name="save_document">MENTÉS</string>
+    <string name="calc_adjust_length">Hossz igazítása</string>
+    <string name="new_spreadsheet">Új táblázat</string>
+    <string name="select_file_to_open">Fájl kiválasztása</string>
+    <string name="save_alert_dialog_title">Bezárás előtt menti a dokumentumot\?</string>
+    <string name="message_saving_failed">A dokumentum mentése meghiúsult.</string>
+    <string name="calc_optimal_length">Optimális hossz</string>
+    <string name="new_drawing">Új rajz</string>
+    <string name="action_redo">Újra</string>
+    <string name="file_icon_desc">fájl ikon</string>
+    <string name="title_recents">Legutóbbi fájlok</string>
+    <string name="calc_insert_before">Beszúrás</string>
+    <string name="message_saving">Dokumentum mentése…</string>
+    <string name="calc_optimal_width">Optimális szélesség</string>
+    <string name="no_save_document">NEM</string>
+    <string name="new_textdocument">Új szöveges dokumentum</string>
+    <string name="calc_adjust_width">Szélesség igazítása</string>
+    <string name="new_presentation">Új bemutató</string>
+    <string name="pref_experimental_editing">Kísérleti mód</string>
+    <string name="calc_delete">Törlés</string>
+    <string name="action_undo">Vissza</string>
+    <string name="app_vendor">A kiadást készítette: $VENDOR.</string>
+    <string name="calc_optimal_length_confirm">OK</string>
+    <string name="action_parts">Részek</string>
+    <string name="pref_category_general">Általános</string>
+    <string name="action_keyboard">Billentyűzet megjelenítése</string>
+    <string name="action_presentation">Diavetítés</string>
+    <string name="action_search">Keresés</string>
+    <string name="message_saved">Mentés kész</string>
+    <string name="app_name_settings">LibreOffice Viewer beállításai</string>
+    <string name="action_save">Mentés</string>
+    <string name="action_settings">Beállítások</string>
+    <string name="app_version">Verzió: %1$s&lt;br&gt;Build ID: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="about_license">Licenc megjelenítése</string>
+    <string name="title_browser">Minden fájl</string>
+    <string name="app_name">LibreOffice Viewer</string>
+    <string name="action_add_slide">Dia hozzáadása</string>
+    <string name="action_cancel">Mégse</string>
+    <string name="calc_adjust_height">Magasság igazítása</string>
+    <string name="pref_experimental_editing_summary">Kísérleti szerkesztőmód bekapcsolása. Saját felelősségre használja.</string>
+    <string name="readonly_file">A fájl csak olvasható.</string>
+    <string name="about_notice">Megjegyzés megjelenítése</string>
+    <string name="calc_optimal_height">Optimális magasság</string>
+    <string name="pdf_export_finished">PDF export kész</string>
+    <string name="action_pwd_dialog_cancel">Mégse</string>
+    <string name="slide">Dia</string>
+    <string name="part_name_changed">Rész neve módosítva.</string>
+    <string name="compress_photo_max_quality">Max minőség</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">OK</string>
+    <string name="message_save_incomplete">Mentés befejezetlen. Voltak változtatások\?</string>
+    <string name="action_underline">Aláhúzás</string>
+    <string name="select_insert_options">Válasszon beszúrási lehetőséget:</string>
+    <string name="UNO_commands_string_type_hint">Típus</string>
+    <string name="current_uno_command">Jelenlegi UNO parancs</string>
+    <string name="unable_to_go_further">Nem lehet továbblépni.</string>
+    <string name="bmp_null">A BMP null!</string>
+    <string name="action_paste">Beillesztés</string>
+    <string name="action_bold">Félkövér</string>
+    <string name="action_pwd_dialog_OK">OK</string>
+    <string name="part">Rész</string>
+    <string name="unable_to_export_pdf">Nem lehet exportálni PDF-be</string>
+    <string name="action_save_as">Mentés másként...</string>
+    <string name="font_color">Betűszín</string>
+    <string name="action_rename_worksheet">Munkalap átnevezése</string>
+    <string name="enter_part_name">Írjon be egy résznevet</string>
+    <string name="automatic">Automatikus</string>
+    <string name="action_delete_slide">Dia törlése</string>
+    <string name="action_cut">Kivágás</string>
+    <string name="browser_app_name">LibreOffice böngésző</string>
+    <string name="page">Oldal</string>
+    <string name="calc_optimal_length_default_text">Extra hossz megadása 1/100 mm-ben</string>
+    <string name="tabhost_style">Stílus</string>
+    <string name="select_photo_title">Kép kiválasztása</string>
+    <string name="menu_search">Keresés</string>
+    <string name="action_delete_worksheet">Munkalap törlése</string>
+    <string name="app_about_name"><b>LibreOffice Viewer „Béta”</b></string>
+    <string name="highlight_color">Kiemelési szín</string>
+    <string name="action_strikeout">Áthúzás</string>
+    <string name="action_print">Nyomtatás</string>
+    <string name="action_add_worksheet">Munkalap hozzáadása</string>
+    <string name="tabhost_paragraph">Bekezdés</string>
+    <string name="action_back">Vissza</string>
+    <string name="search_not_found">Kulcsszó nem található</string>
+    <string name="part_deleted">Rész törölve.</string>
+    <string name="menu_preferences">Beállítások</string>
+    <string name="printing_not_supported">Az eszköz nem támogatja a nyomtatást</string>
+    <string name="action_pwd_dialog_title">Írja be a jelszót</string>
+    <string name="compress_photo_medium_size">Közepes méret</string>
+    <string name="display_language_summary">Alapértelmezett nyelv beállítása</string>
+    <string name="select_delete_options">Válasszon törlési lehetőségeket:</string>
+    <string name="action_text_copied">Szöveg vágólapra másolva</string>
+    <string name="action_exportToPDF">PDF-be exportálás</string>
+    <string name="action_rename_slide">Dia átnevezése</string>
+    <string name="UNO_commands_string_parent_value_hint">Szülő érték</string>
+    <string name="compress_photo_smallest_size">Legkisebb méret</string>
+    <string name="select_photo">Fénykép kiválasztása</string>
+    <string name="compress_photo_no_compress">Ne tömörítse</string>
+    <string name="action_copy">Másolás</string>
+    <string name="tabhost_insert">Beszúrás</string>
+    <string name="directory_not_saved">A könyvtár nem lett mentve.</string>
+    <string name="no_camera_found">Nem található kamera</string>
+    <string name="error">Hiba</string>
+    <string name="name_already_used">Ez a név már használatban van.</string>
+    <string name="UNO_commands_string_hint">UNO parancs</string>
+    <string name="alert_ok">OK</string>
+    <string name="action_italic">Dőlt</string>
+    <string name="UNO_commands_string_value_hint">Érték</string>
+    <string name="sheet">Munkalap</string>
+    <string name="compress_photo_title">Szeretné tömöríteni a fényképet\?</string>
+    <string name="take_photo">Fényképezés</string>
+    <string name="unable_to_save">Nem lehet menteni a fájlt</string>
+    <string name="insert_table">Táblázat beszúrása</string>
+    <string name="display_language">Megjelenítési nyelv</string>
+    <string name="about_moreinfo">További információ</string>
+    <string name="alert_cancel">Mégse</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">Az Android eszköz nem támogatja az alkalmazáson belüli diavetítést. A diavetítés linkje a vágólapra került. Nyomja meg a Kezdőoldal gombot, nyisson meg egy modern böngészőt, illessze be a címsorba, és nyissa meg.</string>
+    <string name="tabhost_character">Karakter</string>
+    <string name="calc_alert_double_click_optimal_length">Koppintson duplán a fejlécre optimális szélesség/magasság beállításához.</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-hy/strings.xml libreoffice-7.6.5.2/android/source/res/values-hy/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-hy/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-hy/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="app_name_settings">LibreOffice Ô´Õ«Õ¿Õ¡Õ¯Õ« Õ¯Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€</string>
+    <string name="app_about_name"><b>LibreOffice Ô´Õ«Õ¿Õ¡Õ¯ \'Beta\'</b></string>
+    <string name="app_description">LibreOffice Viewer-Õ¨ LibreOffice-Õ« Õ¾Ö€Õ¡ Õ°Õ«Õ´Õ¶Õ¾Õ¡Õ® ÖƒÕ¡Õ½Õ¿Õ¡Õ©Õ²Õ©Õ¥Ö€Õ« Õ¤Õ«Õ¿Õ¡Ö€Õ¯Õ«Õ¹ Õ§:</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="app_vendor">Այս թողարկումը տրամադրվել է $VENDOR -ի կողմից:</string>
+    <string name="about_license">Ցույց տուր արտոնագիրը</string>
+    <string name="about_notice">Ցույց տալ ծանուցումը</string>
+    <string name="new_textdocument">Õ†Õ¸Ö€ Õ¿Õ¥Ö„Õ½Õ¿Õ¡ÕµÕ«Õ¶ ÖƒÕ¡Õ½Õ¿Õ¡Õ©Õ¸Ö‚Õ²Õ©</string>
+    <string name="new_presentation">Õ†Õ¸Ö€ Õ·Õ¶Õ¸Ö€Õ°Õ¡Õ¶Õ¤Õ¥Õ½</string>
+    <string name="new_spreadsheet">Նոր էլ․ աղյուսակ</string>
+    <string name="new_drawing">Õ†Õ¸Ö€ Õ¶Õ¯Õ¡Ö€Õ¹Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶</string>
+    <string name="default_document_name">Õ¡Õ¶Õ¾Õ¥Ö€Õ¶Õ¡Õ£Õ«Ö€</string>
+    <string name="menu_search">ÕˆÖ€Õ¸Õ¶Õ¸Ö‚Õ´</string>
+    <string name="menu_preferences">Õ†Õ¡Õ­Õ¡ÕºÕ¡Õ¿Õ¾Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€</string>
+    <string name="file_icon_desc">Õ¶Õ«Õ·Ö„Õ« ÕºÕ¡Õ¿Õ¯Õ¥Ö€Õ¡Õ¯</string>
+    <string name="title_recents">ÕŽÕ¥Ö€Õ»Õ«Õ¶ Õ¶Õ«Õ·Ö„Õ¥Ö€Õ¨</string>
+    <string name="title_browser">Ô²Õ¸Õ¬Õ¸Ö€ Õ¶Õ«Õ·Ö„Õ¥Ö€Õ¨</string>
+    <string name="pref_category_general">Ô¸Õ¶Õ¤Õ°Õ¡Õ¶Õ¸Ö‚Ö€</string>
+    <string name="app_name">LibreOffice Ô´Õ«Õ¿Õ¡Õ¯</string>
+    <string name="app_version">Version: %1$s&lt;br&gt;Build ID: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="readonly_file">Ô±ÕµÕ½ Õ¶Õ«Õ·Ö„Õ¨ Õ´Õ«Õ¡ÕµÕ¶-Õ¯Õ¡Ö€Õ¤Õ¡Õ¬Õ¸Ö‚ Õ§Ö‰</string>
+    <string name="about_moreinfo">Ô±Õ¾Õ¥Õ¬Õ« Õ¿Õ¥Õ²Õ¥Õ¯Õ¡Õ¿Õ¾Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶</string>
+    <string name="select_file_to_open">Բացելու համար ընտրեք նիշքը</string>
+    <string name="browser_app_name">LibreOffice Ô¶Õ¶Õ¶Õ¡Ö€Õ¯Õ«Õ¹</string>
+    <string name="search_not_found">Ô²Õ¡Õ¶Õ¡Õ¬Õ« Õ¢Õ¡Õ¼Õ¨ Õ¹Õ« Õ£Õ¿Õ¶Õ¾Õ¥Õ¬</string>
+    <string name="pref_experimental_editing">Õ“Õ¸Ö€Õ±Õ¡Ö€Õ¡Ö€Õ¡Õ¯Õ¡Õ¶ Õ¼Õ¥ÕªÕ«Õ´</string>
+    <string name="pdf_export_finished">PDF Õ¡Ö€Õ¿Õ¡Õ°Õ¡Õ¶Õ¸Ö‚Õ´Õ¶ Õ¡Õ¾Õ¡Ö€Õ¿Õ¾Õ¡Õ® Õ§</string>
+    <string name="pref_developer_mode_summary">Միացրեք մշակողի ռեժիմը, որտեղ կարող եք UNO հրամաններ ուղարկել հավելվածի ներսում: Օգտագործեք ձեր սեփական ռիսկով:</string>
+    <string name="calc_show">Ցուցադրել</string>
+    <string name="pref_developer_mode">Õ„Õ·Õ¡Õ¯Õ¸Õ²Õ« Õ¼Õ¥ÕªÕ«Õ´</string>
+    <string name="action_pwd_dialog_cancel">Õ‰Õ¥Õ²Õ¡Ö€Õ¯Õ¥Õ¬</string>
+    <string name="slide">Սահիկ</string>
+    <string name="part_name_changed">Õ„Õ¡Õ½Õ« Õ¡Õ¶Õ¾Õ¡Õ¶Õ¸Ö‚Õ´Õ¨ ÖƒÕ¸Õ­Õ¾Õ¡Õ® Õ§Ö‰</string>
+    <string name="compress_photo_max_quality">Ô±Õ¼Õ¡Õ¾Õ¥Õ¬Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Õ¸Ö€Õ¡Õ¯</string>
+    <string name="calc_hide">Թաքցնել</string>
+    <string name="action_UNO_commands">ÕˆÖ‚Õ²Õ¡Ö€Õ¯Õ¥Õ¬ UNO Cmd</string>
+    <string name="action_about">Õ„Õ¡Õ½Õ«Õ¶</string>
+    <string name="action_fromat">Միացնել ձևաչափը</string>
+    <string name="password">Ô³Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">Ô¼Ô±ÕŽ</string>
+    <string name="message_save_incomplete">ÕŠÕ¡Õ°ÕºÕ¡Õ¶Õ¥Õ¬Õ¨ Õ¡Õ¶Õ¡Õ¾Õ¡Ö€Õ¿ Õ§: Õ“Õ¸ÖƒÕ¸Õ­Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€ Õ¥Õ²Õ¥ÕžÕ¬ Õ¥Õ¶Ö‰</string>
+    <string name="action_underline">Ô¸Õ¶Õ¤Õ£Õ®Õ¸Ö‚Õ´</string>
+    <string name="select_insert_options">Ô¸Õ¶Õ¿Ö€Õ¥Ö„ Õ¿Õ¥Õ²Õ¡Õ¤Ö€Õ´Õ¡Õ¶ Õ¨Õ¶Õ¿Ö€Õ¡Õ¶Ö„Õ¶Õ¥Ö€Õ¨.</string>
+    <string name="UNO_commands_string_type_hint">Տեսակ</string>
+    <string name="current_uno_command">Ընթացիկ UNO հրամանը</string>
+    <string name="slideshow_action_back">Õ€Õ¥Õ¿</string>
+    <string name="unable_to_go_further">Ô±Õ¶Õ°Õ¶Õ¡Ö€ Õ§ Õ¡Õ¼Õ¡Õ» Õ£Õ¶Õ¡Õ¬:</string>
+    <string name="bmp_null">Bmp is null!</string>
+    <string name="action_paste">Õ€Õ¥Õ¿ Õ¿Õ¥Õ²Õ¡Õ¤Ö€Õ¥Õ¬</string>
+    <string name="action_bold">Ô¹Õ¡Õ¾</string>
+    <string name="action_pwd_dialog_OK">Ô¼Ô±ÕŽ</string>
+    <string name="save_document">ÕŠÔ±Õ€ÔµÔ¼</string>
+    <string name="calc_adjust_length">Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¥Õ¬ Õ¥Ö€Õ¯Õ¡Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨</string>
+    <string name="part">Õ„Õ¡Õ½</string>
+    <string name="unable_to_export_pdf">Õ€Õ¶Õ¡Ö€Õ¡Õ¾Õ¸Ö€ Õ¹Õ§ Õ¡Ö€Õ¿Õ¡Õ°Õ¡Õ¶Õ¥Õ¬ pdf</string>
+    <string name="action_save_as">Պահել որպես…</string>
+    <string name="save_alert_dialog_title">Պահե՞լ փաստաթուղթը փակելուց առաջ:</string>
+    <string name="font_color">Տառատեսակի գույն</string>
+    <string name="action_rename_worksheet">Ô±Õ¶Õ¾Õ¡Õ¶Õ¡ÖƒÕ¸Õ­Õ¥Ö„ Õ¡Õ·Õ­Õ¡Õ¿Õ¡Õ©Õ¥Ö€Õ©Õ«Õ¯Õ¨</string>
+    <string name="message_saving_failed">Փաստաթղթի պահպանումը ձախողվեց:</string>
+    <string name="calc_optimal_length">Õ•ÕºÕ¿Õ«Õ´Õ¡Õ¬ Õ¥Ö€Õ¯Õ¡Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶</string>
+    <string name="enter_part_name">Õ„Õ¸Ö‚Õ¿Ö„Õ¡Õ£Ö€Õ¥Ö„ Õ´Õ¡Õ½Õ« Õ¡Õ¶Õ¸Ö‚Õ¶Õ¨</string>
+    <string name="automatic">Ô»Õ¶Ö„Õ¶Õ¡Õ·Õ­Õ¡Õ¿</string>
+    <string name="action_delete_slide">Õ‹Õ¶Õ»Õ¥Ö„ Õ½Õ¡Õ°Õ«Õ¯Õ¨</string>
+    <string name="action_redo">Ô¿Ö€Õ¯Õ«Õ¶ Õ¡Õ¶Õ¥Õ¬</string>
+    <string name="action_cut">Ô¿Õ¿Ö€Õ¥Õ¬</string>
+    <string name="page">Ô·Õ»</string>
+    <string name="calc_insert_before">Ô¶Õ¥Õ¿Õ¥Õ²Õ¥Õ¬</string>
+    <string name="calc_optimal_length_default_text">Մուտքագրեք լրացուցիչ երկարությունը 100-րդ/մմ</string>
+    <string name="message_saving">Փաստաթուղթը պահվում է…</string>
+    <string name="tabhost_style">ÕˆÕ³</string>
+    <string name="select_photo_title">Ô¸Õ¶Õ¿Ö€Õ¥Ö„ Õ¶Õ¯Õ¡Ö€Õ¨</string>
+    <string name="calc_optimal_width">Õ•ÕºÕ¿Õ«Õ´Õ¡Õ¬ Õ¬Õ¡ÕµÕ¶Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶</string>
+    <string name="action_delete_worksheet">Õ‹Õ¶Õ»Õ¥Ö„ Õ¡Õ·Õ­Õ¡Õ¿Õ¡Õ©Õ¥Ö€Õ©Õ«Õ¯Õ¨</string>
+    <string name="no_save_document">ÕˆÕ‰</string>
+    <string name="highlight_color">Ô¸Õ¶Õ¤Õ£Õ®Õ´Õ¡Õ¶ Õ£Õ¸Ö‚ÕµÕ¶</string>
+    <string name="action_strikeout">Õ”Õ¡Õ·Õ¥Õ¬ Õ¾Ö€Õ¡ÕµÕ¸Õ¾</string>
+    <string name="action_print">Տպել</string>
+    <string name="calc_adjust_width">Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¥Õ¬ Ô¼Õ¡ÕµÕ¶Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨</string>
+    <string name="action_add_worksheet">Ավելացնել աշխատաթերթիկ</string>
+    <string name="tabhost_paragraph">ÕŠÕ¡Ö€Õ¢Õ¥Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶</string>
+    <string name="action_back">Õ€Õ¥Õ¿</string>
+    <string name="calc_delete">Õ‹Õ¶Õ»Õ¥Õ¬</string>
+    <string name="part_deleted">Õ„Õ¡Õ½Õ« Õ»Õ¶Õ»Õ¾Õ¡Õ® Õ§Ö‰</string>
+    <string name="action_undo">Õ€Õ¥Õ¿Õ¡Ö€Õ¯Õ¥Õ¬</string>
+    <string name="printing_not_supported">Ձեր սարքը չի աջակցում տպագրությանը</string>
+    <string name="action_pwd_dialog_title">Ô½Õ¶Õ¤Ö€Õ¸Ö‚Õ´ Õ¥Õ¶Ö„ Õ´Õ¸Ö‚Õ¿Ö„Õ¡Õ£Ö€Õ¥Õ¬ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼Õ¨</string>
+    <string name="calc_optimal_length_confirm">Ô¼Ô±ÕŽ</string>
+    <string name="action_parts">Õ„Õ¡Õ½Õ¥Ö€</string>
+    <string name="compress_photo_medium_size">Õ„Õ«Õ»Õ«Õ¶ Õ¹Õ¡Öƒ</string>
+    <string name="display_language_summary">Սահմանեք ցուցադրման լռելյայն լեզուն</string>
+    <string name="select_delete_options">Ô¸Õ¶Õ¿Ö€Õ¥Ö„ Õ»Õ¶Õ»Õ¥Õ¬Õ¸Ö‚ Õ¨Õ¶Õ¿Ö€Õ¡Õ¶Ö„Õ¶Õ¥Ö€Õ¨.</string>
+    <string name="action_text_copied">Տեքստը պատճենվեց սեղմատախտակին</string>
+    <string name="action_exportToPDF">Ô±Ö€Õ¿Õ¡Õ°Õ¡Õ¶Õ¥Õ¬ PDF</string>
+    <string name="action_rename_slide">Ô±Õ¶Õ¾Õ¡Õ¶Õ¡ÖƒÕ¸Õ­Õ¥Ö„ Õ½Õ¡Õ°Õ«Õ¯Õ¨</string>
+    <string name="action_keyboard">Ցույց տալ ստեղնաշարը</string>
+    <string name="action_presentation">Սահիկացուցադրություն</string>
+    <string name="UNO_commands_string_parent_value_hint">Ô¾Õ¶Õ¸Õ²Õ¡Õ¯Õ¡Õ¶ Õ¡Ö€ÕªÕ¥Ö„Õ¨</string>
+    <string name="compress_photo_smallest_size">Ô±Õ´Õ¥Õ¶Õ¡ÖƒÕ¸Ö„Ö€ Õ‰Õ¡ÖƒÕ¨</string>
+    <string name="select_photo">Ô¸Õ¶Õ¿Ö€Õ¥Ö„ Ô¼Õ¸Ö‚Õ½Õ¡Õ¶Õ¯Õ¡Ö€</string>
+    <string name="compress_photo_no_compress">Õ„Õ« Õ½Õ¥Õ²Õ´Õ¥Ö„</string>
+    <string name="action_copy">ÕŠÕ¡Õ¿Õ³Õ¥Õ¶</string>
+    <string name="tabhost_insert">Ô¶Õ¥Õ¿Õ¥Õ²Õ¥Õ¬</string>
+    <string name="action_search">Õ“Õ¶Õ¿Ö€Õ¸Ö‚Õ´</string>
+    <string name="message_saved">ÕŠÕ¡Õ°ÕºÕ¡Õ¶Õ¸Ö‚Õ´Õ¶ Õ¡Õ¾Õ¡Ö€Õ¿Õ¾Õ¡Õ® Õ§</string>
+    <string name="directory_not_saved">Գրացուցակը չի պահվել:</string>
+    <string name="no_camera_found">Տեսախցիկ չի գտնվել</string>
+    <string name="error">Սխալ</string>
+    <string name="name_already_used">Õ†Õ·Õ¾Õ¡Õ® Õ¡Õ¶Õ¸Ö‚Õ¶Õ¶ Õ¡Ö€Õ¤Õ¥Õ¶ Ö…Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¾Õ¸Ö‚Õ´ Õ§Ö‰</string>
+    <string name="action_save">ÕŠÕ¡Õ°Õ¥Õ¬</string>
+    <string name="UNO_commands_string_hint">UNO Õ°Ö€Õ¡Õ´Õ¡Õ¶</string>
+    <string name="alert_ok">Ô¼Ô±ÕŽ</string>
+    <string name="action_italic">Õ‡Õ¥Õ²Õ¡Õ£Õ«Ö€</string>
+    <string name="UNO_commands_string_value_hint">Ô±Ö€ÕªÕ¥Ö„</string>
+    <string name="action_settings">Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€</string>
+    <string name="sheet">Ô¹Õ¥Ö€Õ©</string>
+    <string name="compress_photo_title">Õ‘Õ¡Õ¶Õ¯Õ¡Õ¶Õ¸Ö‚ÕžÕ´ Õ¥Ö„ Õ½Õ¥Õ²Õ´Õ¥Õ¬ Õ¬Õ¸Ö‚Õ½Õ¡Õ¶Õ¯Õ¡Ö€Õ¨:</string>
+    <string name="take_photo">Ô¼Õ¸Ö‚Õ½Õ¡Õ¶Õ¯Õ¡Ö€Õ¥Õ¬</string>
+    <string name="unable_to_save">Õ€Õ¶Õ¡Ö€Õ¡Õ¾Õ¸Ö€ Õ¹Õ§ ÕºÕ¡Õ°ÕºÕ¡Õ¶Õ¥Õ¬ Õ¶Õ«Õ·Ö„Õ¨</string>
+    <string name="insert_table">Տեղադրեք աղյուսակ</string>
+    <string name="action_add_slide">Ավելացնել սահիկ</string>
+    <string name="action_cancel">Õ‰Õ¥Õ²Õ¡Ö€Õ¯Õ¥Õ¬</string>
+    <string name="calc_adjust_height">Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¥Õ¬ Ô²Õ¡Ö€Õ±Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨</string>
+    <string name="display_language">Ô±Ö€Õ¿Õ¡Õ®Õ«Ö€ Õ¬Õ¥Õ¦Õ¸Ö‚Õ¶</string>
+    <string name="pref_experimental_editing_summary">Միացնել փորձարարական խմբագրման ռեժիմը: Օգտագործեք ձեր սեփական ռիսկով:</string>
+    <string name="alert_cancel">Õ‰Õ¥Õ²Õ¡Ö€Õ¯Õ¥Õ¬</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">Ձեր Android սարքը չի աջակցում ներծրագրային svg սահիկների ցուցադրում: Մենք պատճենեցինք սահիկների ցուցադրման հղումը սեղմատախտակի վրա: Խնդրում ենք սեղմել գլխավոր կոճակը, բացել ժամանակակից վեբ զննարկիչը, տեղադրել հասցեագոտում և գնալ:</string>
+    <string name="calc_optimal_height">Õ•ÕºÕ¿Õ«Õ´Õ¡Õ¬ Õ¢Õ¡Ö€Õ±Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶</string>
+    <string name="tabhost_character">Õ†Õ«Õ·</string>
+    <string name="calc_alert_double_click_optimal_length">Հուշում. Կրկնակի հպեք վերնագրի վրա՝ սահմանում է օպտիմալ լայնությունը/բարձրությունը:</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-in/strings.xml libreoffice-7.6.5.2/android/source/res/values-in/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-in/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-in/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="app_name">Penampil LibreOffice</string>
+    <string name="app_name_settings">Pengaturan Penampil LibreOffice</string>
+    <string name="app_about_name"><b>Penampil LibreOffice \'Beta\'</b></string>
+    <string name="app_description">Penampil LibreOffice adalah suatu penampil dokumen yang berbasis LibreOffice.</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="app_vendor">Rilis ini disediakan oleh $VENDOR.</string>
+    <string name="readonly_file">Berkas ini hanya-baca.</string>
+    <string name="about_license">Tampilkan Lisensi</string>
+    <string name="about_notice">Tampilkan Pemberitahuan</string>
+    <string name="about_moreinfo">Info Lebih Lanjut</string>
+    <string name="new_textdocument">Dokumen Teks Baru</string>
+    <string name="new_presentation">Presentasi Baru</string>
+    <string name="new_spreadsheet">Lembar Kerja Baru</string>
+    <string name="new_drawing">Gambar Baru</string>
+    <string name="select_file_to_open">Pilih berkas yang akan dibuka</string>
+    <string name="browser_app_name">Peramban LibreOffice</string>
+    <string name="menu_search">Cari</string>
+    <string name="file_icon_desc">fileicon</string>
+    <string name="search_not_found">Kata kunci tidak ditemukan</string>
+    <string name="title_recents">Berkas baru-baru Ini</string>
+    <string name="menu_preferences">Preferensi</string>
+    <string name="title_browser">Semua berkas</string>
+    <string name="pref_category_general">Umum</string>
+    <string name="pref_experimental_editing_summary">Memfungsikan mode penyuntingan eksperimen. Risiko Anda tanggung sendiri.</string>
+    <string name="pref_developer_mode">Mode Pengembang</string>
+    <string name="action_about">Tentang</string>
+    <string name="action_settings">Pengaturan</string>
+    <string name="action_bold">Tebal</string>
+    <string name="action_underline">Garis Bawah</string>
+    <string name="action_italic">Miring</string>
+    <string name="action_strikeout">Dicoret</string>
+    <string name="action_keyboard">Tampilkan papan ketik</string>
+    <string name="action_parts">Bagian</string>
+    <string name="action_save">Simpan</string>
+    <string name="action_save_as">Simpan Sebagai...</string>
+    <string name="action_search">Cari</string>
+    <string name="action_UNO_commands">Kirim Perintah UNO</string>
+    <string name="message_saved">Penyimpanan selesai</string>
+    <string name="message_saving">Menyimpan dokumen…</string>
+    <string name="message_saving_failed">Penyimpanan dokumen gagal.</string>
+    <string name="password">Kata Sandi</string>
+    <string name="action_undo">Tak Jadi</string>
+    <string name="action_redo">Jadi Lagi</string>
+    <string name="save_alert_dialog_title">Simpan dokumen sebelum menutup?</string>
+    <string name="save_document">SIMPAN</string>
+    <string name="action_cancel">Batal</string>
+    <string name="no_save_document">TIDAK</string>
+    <string name="action_presentation">Pertunjukan salindia</string>
+    <string name="action_add_slide">Tambah Salindia</string>
+    <string name="action_cut">Potong</string>
+    <string name="action_back">Mundur</string>
+    <string name="action_text_copied">Teks disalin ke papan klip</string>
+    <string name="insert_table">Sisip tabel</string>
+    <string name="select_insert_options">Pilih opsi sisip:</string>
+    <string name="select_delete_options">Pilih opsi hapus:</string>
+    <string name="action_rename_worksheet">Ubah nama lembar kerja</string>
+    <string name="action_delete_worksheet">Hapus lembar kerja</string>
+    <string name="action_delete_slide">Hapus salindia</string>
+    <string name="name_already_used">Nama yang diberikan sudah terpakai.</string>
+    <string name="part_name_changed">Nama bagian telah diubah.</string>
+    <string name="part_deleted">Bagian telah dihapus.</string>
+    <string name="UNO_commands_string_hint">Perintah UNO</string>
+    <string name="UNO_commands_string_type_hint">Tipe</string>
+    <string name="UNO_commands_string_parent_value_hint">Nilai Induk</string>
+    <string name="action_exportToPDF">Ekspor Ke PDF</string>
+    <string name="action_print">Cetak</string>
+    <string name="tabhost_character">Karakter</string>
+    <string name="tabhost_paragraph">Paragraf</string>
+    <string name="tabhost_insert">Sisip</string>
+    <string name="tabhost_style">Gaya</string>
+    <string name="alert_ok">OK</string>
+    <string name="alert_cancel">Batal</string>
+    <string name="unable_to_go_further">Tidak dapat melangkah lebih jauh.</string>
+    <string name="current_uno_command">Perintah UNO saat ini</string>
+    <string name="display_language">Bahasa Tampilan</string>
+    <string name="pdf_export_finished">Ekspor PDF telah selesai</string>
+    <string name="unable_to_export_pdf">Tidak bisa mengekspor ke pdf</string>
+    <string name="unable_to_save">Tidak bisa menyimpan berkas</string>
+    <string name="printing_not_supported">Perangkat Anda tidak mendukung pencetakan</string>
+    <string name="error">Galat</string>
+    <string name="enter_part_name">Masukkan suatu nama bagian</string>
+    <string name="bmp_null">Bmp adalah null!</string>
+    <string name="page">Halaman</string>
+    <string name="sheet">Lembar</string>
+    <string name="slide">Salindia</string>
+    <string name="part">Bagian</string>
+    <string name="highlight_color">Warna Penyorotan</string>
+    <string name="font_color">Warna Fonta</string>
+    <string name="action_rename_slide">Ubah Nama Salindia</string>
+    <string name="automatic">Otomatis</string>
+    <string name="app_version">Versi: %1$s&lt;br&gt;ID Build: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="default_document_name">tanpa judul</string>
+    <string name="action_fromat">Fungsikan Format</string>
+    <string name="pref_experimental_editing">Mode Eksperimen</string>
+    <string name="pref_developer_mode_summary">Memfungsikan mode pengembang dimana Anda dapat mengirim perintah-perintah UNO di dalam app. Risiko Anda tanggung sendiri.</string>
+    <string name="message_save_incomplete">Penyimpanan tidak selesai. Apakah ada perubahan?</string>
+    <string name="UNO_commands_string_value_hint">Nilai</string>
+    <string name="display_language_summary">Atur bahasa tampilan baku</string>
+    <string name="directory_not_saved">Direktori tidak disimpan.</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-is/strings.xml libreoffice-7.6.5.2/android/source/res/values-is/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-is/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-is/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="app_name">LibreOffice-skoðari</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="action_search">Leita</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">Android-tækið þitt styður ekki SVG-skyggnusýningar innar forritsins. Tengill á skyggnusýninguna var afritaður á klippispjaldið. Ýttu á Heim-hnappinn, opnaðu nútímalegan vafra, límdu slóðina í vistfangastikuna og settu í gang.</string>
+    <string name="error">Villa</string>
+    <string name="enter_part_name">Settu inn heiti á hluta</string>
+    <string name="bmp_null">Bmp er núll!</string>
+    <string name="directory_not_saved">Mappan er ekki vistuð.</string>
+    <string name="page">Síða</string>
+    <string name="sheet">Blað</string>
+    <string name="slide">Skyggna</string>
+    <string name="part">Hluti</string>
+    <string name="highlight_color">Áherslulitur</string>
+    <string name="font_color">Litur á letri</string>
+    <string name="action_rename_slide">Endurnefna skyggnu</string>
+    <string name="automatic">Sjálfvirkt</string>
+    <string name="app_name_settings">Stillingar LibreOffice-skoðara</string>
+    <string name="app_about_name"><b>LibreOffice-skoðari \'Beta\'-prófunarútgáfa</b></string>
+    <string name="app_version">Útgáfa: %1$s&lt;br&gt;Byggingarauðkenni: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="app_description">LibreOffice-skoðarinn er skjalaskoðari byggður á LibreOffice.</string>
+    <string name="app_vendor">"Þessi útgáfa var gefin út af  $VENDOR."</string>
+    <string name="readonly_file">Þessi skrá er aðeins lesanleg.</string>
+    <string name="about_license">Birta notkunarleyfi</string>
+    <string name="about_notice">Birta tilkynningu</string>
+    <string name="about_moreinfo">Nánari upplýsingar</string>
+    <string name="new_textdocument">Nýtt textaskjal</string>
+    <string name="new_presentation">Ný kynning</string>
+    <string name="new_spreadsheet">Nýr töflureiknir</string>
+    <string name="new_drawing">Ný teikning</string>
+    <string name="default_document_name">ónefnt</string>
+    <string name="select_file_to_open">Veldu skrá til að opna</string>
+    <string name="browser_app_name">LibreOffice-vafri</string>
+    <string name="menu_search">Leita</string>
+    <string name="search_not_found">Stikkorð fannst ekki</string>
+    <string name="menu_preferences">Kjörstillingar</string>
+    <string name="title_recents">Nýlegar skrár</string>
+    <string name="title_browser">Allar skrár</string>
+    <string name="pref_category_general">Almennt</string>
+    <string name="pref_experimental_editing">Tilraunahamur</string>
+    <string name="pref_experimental_editing_summary">Virkjaðu ham á tilraunastigi. Notist á eigin ábyrgð.</string>
+    <string name="pref_developer_mode">Forritarahamur</string>
+    <string name="pref_developer_mode_summary">Virkjaðu forritaraham þar sem þú getur sent UNO-skipanir innan forritsins. Notist á eigin ábyrgð.</string>
+    <string name="action_about">Um hugbúnaðinn</string>
+    <string name="action_parts">Hlutar</string>
+    <string name="action_settings">Stillingar</string>
+    <string name="action_bold">Feitletrað</string>
+    <string name="action_underline">Undirstrikað</string>
+    <string name="action_italic">Skáletrað</string>
+    <string name="action_strikeout">Gegnumstrikað</string>
+    <string name="action_keyboard">Birta lyklaborð</string>
+    <string name="action_save">Vista</string>
+    <string name="action_save_as">Vista sem...</string>
+    <string name="action_fromat">Virkja snið</string>
+    <string name="action_UNO_commands">Senda UNO-skipun</string>
+    <string name="message_saved">Vistun lokið</string>
+    <string name="message_saving">Vista skjalið…</string>
+    <string name="message_saving_failed">Vistun skjalsins mistókst.</string>
+    <string name="message_save_incomplete">Vistun er ókláruð. Voru einhverjar breytingar\?</string>
+    <string name="password">Lykilorð</string>
+    <string name="action_undo">Afturkalla</string>
+    <string name="action_redo">Endurgera</string>
+    <string name="save_alert_dialog_title">Vista skjalið áður en því er lokað\?</string>
+    <string name="save_document">VISTA</string>
+    <string name="action_cancel">Hætta við</string>
+    <string name="no_save_document">NEI</string>
+    <string name="action_presentation">Skyggnusýning</string>
+    <string name="action_add_slide">Bæta við skyggnu</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">Í lagi</string>
+    <string name="slideshow_action_back">Til baka</string>
+    <string name="calc_insert_before">Setja inn</string>
+    <string name="calc_delete">Eyða</string>
+    <string name="calc_hide">Fela</string>
+    <string name="calc_show">Birta</string>
+    <string name="calc_optimal_length">Besta lengd</string>
+    <string name="calc_adjust_length">Aðlaga lengd</string>
+    <string name="calc_adjust_height">Aðlaga hæð</string>
+    <string name="calc_adjust_width">Aðlaga breidd</string>
+    <string name="calc_optimal_height">Besta hæð</string>
+    <string name="calc_optimal_width">Besta breidd</string>
+    <string name="calc_optimal_length_confirm">Í lagi</string>
+    <string name="calc_optimal_length_default_text">Settu inn viðbótarlengd í hundruðustu hlutum mm</string>
+    <string name="calc_alert_double_click_optimal_length">Ábending: Tvíbank á fyrirsögn setur bestu breidd/hæð.</string>
+    <string name="action_add_worksheet">Bæta við töflureikniblaði</string>
+    <string name="action_pwd_dialog_OK">Í lagi</string>
+    <string name="action_pwd_dialog_cancel">Hætta við</string>
+    <string name="action_pwd_dialog_title">Settu inn lykilorð</string>
+    <string name="take_photo">Taka ljósmynd</string>
+    <string name="select_photo">Veldu ljósmynd</string>
+    <string name="select_photo_title">Veldu mynd</string>
+    <string name="no_camera_found">Engin myndavél fannst</string>
+    <string name="compress_photo_smallest_size">Minnsta stærð</string>
+    <string name="compress_photo_medium_size">Miðlungsstærð</string>
+    <string name="compress_photo_max_quality">Hámarksgæði</string>
+    <string name="compress_photo_no_compress">Ekki þjappa</string>
+    <string name="compress_photo_title">Viltu þjappa ljósmyndinni\?</string>
+    <string name="action_copy">Afrita</string>
+    <string name="action_paste">Líma</string>
+    <string name="action_cut">Klippa</string>
+    <string name="action_back">Til baka</string>
+    <string name="action_text_copied">Texti afritaður á klippispjaldið</string>
+    <string name="insert_table">Setja inn töflu</string>
+    <string name="select_insert_options">Veldu valkosti innsetingar:</string>
+    <string name="select_delete_options">Veldu valkosti eyðingar:</string>
+    <string name="action_rename_worksheet">Endurnefna vinnublað</string>
+    <string name="action_delete_worksheet">Eyða vinnublaði</string>
+    <string name="action_delete_slide">Eyða skyggnu</string>
+    <string name="name_already_used">Uppgefið heiti er þegar í notkun.</string>
+    <string name="part_name_changed">Heiti hlutans hefur verið breytt.</string>
+    <string name="part_deleted">Hluta hefur verið eytt.</string>
+    <string name="UNO_commands_string_hint">UNO-skipun</string>
+    <string name="UNO_commands_string_type_hint">Tegund</string>
+    <string name="UNO_commands_string_value_hint">Gildi</string>
+    <string name="UNO_commands_string_parent_value_hint">Yfirgildi</string>
+    <string name="action_exportToPDF">Flytja út í PDF</string>
+    <string name="action_print">Prenta</string>
+    <string name="tabhost_character">Stafur</string>
+    <string name="tabhost_paragraph">Málsgrein</string>
+    <string name="tabhost_insert">Setja inn</string>
+    <string name="tabhost_style">Stíll</string>
+    <string name="alert_ok">Í lagi</string>
+    <string name="alert_cancel">Hætta við</string>
+    <string name="unable_to_go_further">Get ekki haldið áfram.</string>
+    <string name="current_uno_command">Fyrirliggjandi UNO-skipun</string>
+    <string name="display_language">Birt tungumál</string>
+    <string name="display_language_summary">Settu sjálfgefið birtingartungumál</string>
+    <string name="pdf_export_finished">Útflutningi í PDF er lokið</string>
+    <string name="unable_to_export_pdf">Tókst ekki að flytja út í PDF</string>
+    <string name="unable_to_save">Get ekki vistað skrá</string>
+    <string name="printing_not_supported">Tækið þitt styður ekki prentun</string>
+    <string name="file_icon_desc">skráartákn</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-it/strings.xml libreoffice-7.6.5.2/android/source/res/values-it/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-it/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-it/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="app_name_settings">Impostazioni del Visualizzatore di LibreOffice</string>
+    <string name="app_name">Visualizzatore di LibreOffice</string>
+    <string name="app_about_name"><b>Visualizzatore LibreOffice \'Beta\'</b></string>
+    <string name="app_description">Il Visualizzatore di LibreOffice è un\'app per visualizzare i documenti basata su LibreOffice.</string>
+    <string name="app_credits">https://it.libreoffice.org/</string>
+    <string name="app_vendor">Versione fornita da $VENDOR.</string>
+    <string name="readonly_file">Questo file è di sola lettura.</string>
+    <string name="about_license">Mostra licenza</string>
+    <string name="about_notice">Mostra avviso</string>
+    <string name="about_moreinfo">Altre informazioni</string>
+    <string name="new_textdocument">Nuovo documento di testo</string>
+    <string name="new_presentation">Nuova presentazione</string>
+    <string name="new_spreadsheet">Nuovo foglio di calcolo</string>
+    <string name="new_drawing">Nuovo disegno</string>
+    <string name="default_document_name">senza titolo</string>
+    <string name="select_file_to_open">Seleziona file da aprire</string>
+    <string name="browser_app_name">Navigatore di LibreOffice</string>
+    <string name="menu_search">Cerca</string>
+    <string name="search_not_found">Parola chiave non trovata</string>
+    <string name="menu_preferences">Preferenze</string>
+    <string name="title_recents">File recenti</string>
+    <string name="pref_experimental_editing">Modalità sperimentale</string>
+    <string name="pref_category_general">Generale</string>
+    <string name="app_version">Versione: %1$s&lt;br&gt;ID Build: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="title_browser">Tutti i file</string>
+    <string name="pref_experimental_editing_summary">Attiva la modalità di modifica sperimentale a tuo rischio e sotto la tua responsabilità.</string>
+    <string name="pref_developer_mode_summary">Attiva la modalità sviluppatore per inviare comandi UNO direttamente dall\'app. Il suo uso è a tuo rischio e sotto la tua responsabilità.</string>
+    <string name="pref_developer_mode">Modalità sviluppatore</string>
+    <string name="action_about">Informazioni</string>
+    <string name="action_fromat">Attiva formato</string>
+    <string name="action_underline">Sottolineato</string>
+    <string name="action_bold">Grassetto</string>
+    <string name="action_save_as">Salva con nome...</string>
+    <string name="action_strikeout">Barrato</string>
+    <string name="action_parts">Parti</string>
+    <string name="action_keyboard">Mostra tastiera</string>
+    <string name="action_save">Salva</string>
+    <string name="action_italic">Corsivo</string>
+    <string name="action_settings">Impostazioni</string>
+    <string name="action_UNO_commands">Invia comando UNO</string>
+    <string name="action_search">Cerca</string>
+    <string name="message_saved">Salvataggio completato</string>
+    <string name="message_saving">Salvataggio del documento…</string>
+    <string name="message_saving_failed">Impossibile salvare il documento.</string>
+    <string name="message_save_incomplete">Salvataggio incompleto. Sono state apportate modifiche\?</string>
+    <string name="password">Password</string>
+    <string name="action_redo">Ripeti</string>
+    <string name="action_undo">Annulla</string>
+    <string name="save_alert_dialog_title">Salvare il documento prima di chiuderlo\?</string>
+    <string name="save_document">SALVA</string>
+    <string name="no_save_document">NO</string>
+    <string name="action_presentation">Presentazione</string>
+    <string name="action_add_slide">Aggiungi diapositiva</string>
+    <string name="action_cancel">Annulla</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">Quest dispositivo Android non supporta le presentazioni svg in-app. Il collegamento alla presentazione è stato copiato negli appunti. Premere il pulsante Home, aprire un browser Web, incollare nella barra degli indirizzi e premere invio.</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">OK</string>
+    <string name="slideshow_action_back">Indietro</string>
+    <string name="calc_insert_before">Inserisci</string>
+    <string name="calc_delete">Elimina</string>
+    <string name="calc_hide">Nascondi</string>
+    <string name="calc_show">Mostra</string>
+    <string name="calc_optimal_length">Lunghezza ottimale</string>
+    <string name="calc_adjust_length">Regola la lunghezza</string>
+    <string name="calc_adjust_height">Regola l\'altezza</string>
+    <string name="calc_adjust_width">Regola la larghezza</string>
+    <string name="calc_optimal_height">Altezza ottimale</string>
+    <string name="calc_optimal_width">Larghezza ottimale</string>
+    <string name="calc_optimal_length_confirm">OK</string>
+    <string name="calc_alert_double_click_optimal_length">Suggerimento: doppio tocco su un\'intestazione imposta altezza/larghezza ottimale.</string>
+    <string name="action_add_worksheet">Aggiungi foglio di calcolo</string>
+    <string name="action_pwd_dialog_OK">OK</string>
+    <string name="action_pwd_dialog_cancel">Annulla</string>
+    <string name="take_photo">Fai una foto</string>
+    <string name="select_photo">Seleziona foto</string>
+    <string name="select_photo_title">Seleziona immagine</string>
+    <string name="no_camera_found">Fotocamera non trovata</string>
+    <string name="compress_photo_smallest_size">Dimensione minima</string>
+    <string name="compress_photo_medium_size">Dimensione media</string>
+    <string name="compress_photo_max_quality">Massima qualità</string>
+    <string name="compress_photo_no_compress">Nessuna compressione</string>
+    <string name="compress_photo_title">Comprimere la foto\?</string>
+    <string name="action_copy">Copia</string>
+    <string name="action_paste">Incolla</string>
+    <string name="action_cut">Taglia</string>
+    <string name="action_back">Indietro</string>
+    <string name="action_text_copied">Testo copiato negli appunti</string>
+    <string name="insert_table">Inserisci tabella</string>
+    <string name="select_insert_options">Scegli opzioni di inserimento:</string>
+    <string name="select_delete_options">Scegli opzioni di eliminazione:</string>
+    <string name="action_rename_worksheet">Rinomina foglio di lavoro</string>
+    <string name="action_delete_worksheet">Elimina foglio di lavoro</string>
+    <string name="action_delete_slide">Elimina diapositiva</string>
+    <string name="name_already_used">Il nome specificato è già in uso.</string>
+    <string name="part_name_changed">Il nome della parte è stato modificato.</string>
+    <string name="UNO_commands_string_type_hint">Tipo</string>
+    <string name="unable_to_go_further">Impossibile avanzare.</string>
+    <string name="tabhost_style">Stile</string>
+    <string name="action_print">Stampa</string>
+    <string name="tabhost_paragraph">Paragrafo</string>
+    <string name="part_deleted">La parte è stata eliminata.</string>
+    <string name="action_exportToPDF">Esporta in PDF</string>
+    <string name="UNO_commands_string_parent_value_hint">Valore padre</string>
+    <string name="tabhost_insert">Inserisci</string>
+    <string name="UNO_commands_string_hint">Comando UNO</string>
+    <string name="alert_ok">OK</string>
+    <string name="UNO_commands_string_value_hint">Valore</string>
+    <string name="alert_cancel">Annulla</string>
+    <string name="tabhost_character">Carattere</string>
+    <string name="current_uno_command">Comando UNO attuale</string>
+    <string name="display_language_summary">Imposta lingua di visualizzazione predefinita</string>
+    <string name="display_language">Mostra lingua</string>
+    <string name="pdf_export_finished">Esportazione in PDF terminata</string>
+    <string name="unable_to_export_pdf">Impossibile esportare in PDF</string>
+    <string name="enter_part_name">Inserisci un nome per la parte</string>
+    <string name="printing_not_supported">Il dispositivo non supporta la stampa</string>
+    <string name="error">Errore</string>
+    <string name="unable_to_save">Impossibile salvare il file</string>
+    <string name="bmp_null">File Bitmap non valido.</string>
+    <string name="slide">Diapositiva</string>
+    <string name="part">Parte</string>
+    <string name="font_color">Colore carattere</string>
+    <string name="page">Pagina</string>
+    <string name="highlight_color">Colore evidenziazione</string>
+    <string name="directory_not_saved">Cartella non salvata.</string>
+    <string name="sheet">Foglio</string>
+    <string name="file_icon_desc">iconafile</string>
+    <string name="calc_optimal_length_default_text">Inserisci lunghezza aggiuntiva in centesimi di millimetro</string>
+    <string name="action_pwd_dialog_title">Inserisci password</string>
+    <string name="automatic">Automatico</string>
+    <string name="action_rename_slide">Rinomina diapositiva</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-ja/strings.xml libreoffice-7.6.5.2/android/source/res/values-ja/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-ja/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-ja/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources></resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-kk/strings.xml libreoffice-7.6.5.2/android/source/res/values-kk/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-kk/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-kk/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources></resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-ne/strings.xml libreoffice-7.6.5.2/android/source/res/values-ne/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-ne/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-ne/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="app_name">लिब्रेअफिस भ्युअर</string>
+    <string name="app_name_settings">लिब्रेअफिस भ्युअर सेटिङ</string>
+    <string name="app_about_name"><b>लिब्रेअफिस भ्युअर \'बेटा\'</b></string>
+    <string name="app_description">लिब्रेअफिस भ्युअर लिब्रेअफिसमा आधारित कागजात भ्युअर हो।</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="readonly_file">यो फाइल हेर्न-मात्र-मिल्ने छ।</string>
+    <string name="about_license">इजाजतपत्र देखाउनुहोस्</string>
+    <string name="about_notice">सूचना देखाउनुहोस्</string>
+    <string name="new_textdocument">नयाँ पाठ कागजात</string>
+    <string name="new_presentation">नयाँ प्रस्तुति</string>
+    <string name="new_spreadsheet">नयाँ स्प्रेडसिट</string>
+    <string name="default_document_name">शीर्षक नभएको</string>
+    <string name="select_file_to_open">खोल्नको लागि फाइल रोज्नुहोस्</string>
+    <string name="menu_search">खोज</string>
+    <string name="search_not_found">खोजिएको शब्द भेटिएन</string>
+    <string name="menu_preferences">अभिरुचिहरू</string>
+    <string name="file_icon_desc">फाइलआइकन</string>
+    <string name="title_recents">हालका फाइलहरू</string>
+    <string name="title_browser">सबै फाइलहरू</string>
+    <string name="pref_experimental_editing">प्रयोगात्मक मोड</string>
+    <string name="app_version">संस्करण: %1$s&lt;br&gt;बिल्ड आइडी: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="app_vendor">यो संस्करण $VENDOR द्वारा प्रदान गरिएको हो।</string>
+    <string name="about_moreinfo">थप जानकारी</string>
+    <string name="new_drawing">नयाँ ड्रइङ</string>
+    <string name="pref_category_general">सामान्य</string>
+    <string name="browser_app_name">लिब्रेअफिस ब्राउजर</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-nl/strings.xml libreoffice-7.6.5.2/android/source/res/values-nl/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-nl/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-nl/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="pdf_export_finished">PDF-export voltooit</string>
+    <string name="pref_developer_mode_summary">Schakel de ontwikkelaarsmodus in, waarin u UNO-opdrachten binnen de app kunt verzenden. Gebruik op eigen risico.</string>
+    <string name="app_description">LibreOffice Viewer is een documentviewer gebaseerd op LibreOffice.</string>
+    <string name="calc_show">Weergeven</string>
+    <string name="pref_developer_mode">Ontwikkelaarsmodus</string>
+    <string name="action_pwd_dialog_cancel">Annuleren</string>
+    <string name="slide">Dia</string>
+    <string name="part_name_changed">De naam voor de sectie is gewijzigd.</string>
+    <string name="compress_photo_max_quality">Maximale kwaliteit</string>
+    <string name="calc_hide">Verbergen</string>
+    <string name="action_UNO_commands">UNO-opdracht sturen</string>
+    <string name="default_document_name">naamloos</string>
+    <string name="action_about">Info</string>
+    <string name="action_fromat">Indeling inschakelen</string>
+    <string name="password">Wachtwoord</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">OK</string>
+    <string name="message_save_incomplete">Opslaan onvolledig. Waren er wijzigingen\?</string>
+    <string name="action_underline">Onderstrepen</string>
+    <string name="select_insert_options">Invoegopties selecteren:</string>
+    <string name="UNO_commands_string_type_hint">Type</string>
+    <string name="current_uno_command">Huidige UNO-opdracht</string>
+    <string name="slideshow_action_back">Terug</string>
+    <string name="unable_to_go_further">Kan niet verder gaan.</string>
+    <string name="bmp_null">Bmp is null!</string>
+    <string name="action_paste">Plakken</string>
+    <string name="action_bold">Vet</string>
+    <string name="action_pwd_dialog_OK">OK</string>
+    <string name="save_document">OPSLAAN</string>
+    <string name="calc_adjust_length">Lengte aanpassen</string>
+    <string name="new_spreadsheet">Nieuw werkblad</string>
+    <string name="part">Sectie</string>
+    <string name="select_file_to_open">Selecteer te openen bestand</string>
+    <string name="unable_to_export_pdf">Kan niet exporteren naar PDF</string>
+    <string name="action_save_as">Opslaan als...</string>
+    <string name="save_alert_dialog_title">Het document opslaan voordat u het sluit\?</string>
+    <string name="font_color">Tekstkleur</string>
+    <string name="action_rename_worksheet">Werkblad hernoemen</string>
+    <string name="message_saving_failed">Opslaan van het document is mislukt.</string>
+    <string name="calc_optimal_length">Optimale lengte</string>
+    <string name="enter_part_name">Voer de sectienaam in</string>
+    <string name="new_drawing">Nieuwe tekening</string>
+    <string name="automatic">Automatisch</string>
+    <string name="action_delete_slide">Dia verwijderen</string>
+    <string name="action_redo">Opnieuw</string>
+    <string name="action_cut">Knippen</string>
+    <string name="file_icon_desc">Bestandspictogram</string>
+    <string name="browser_app_name">LibreOffice Browser</string>
+    <string name="title_recents">Recent geopende bestanden</string>
+    <string name="page">Pagina</string>
+    <string name="calc_insert_before">Invoegen</string>
+    <string name="calc_optimal_length_default_text">Extra lengte invoeren in 100ste/mm</string>
+    <string name="message_saving">Het document wordt opgeslagen…</string>
+    <string name="tabhost_style">Opmaakprofiel</string>
+    <string name="select_photo_title">Afbeelding selecteren</string>
+    <string name="menu_search">Zoeken</string>
+    <string name="calc_optimal_width">Optimale breedte</string>
+    <string name="action_delete_worksheet">Werkblad verwijderen</string>
+    <string name="app_about_name"><b>LibreOffice Viewer \'Beta\'</b></string>
+    <string name="no_save_document">Nee</string>
+    <string name="highlight_color">Kleur benadrukken</string>
+    <string name="new_textdocument">Volgend tekstdocument</string>
+    <string name="action_strikeout">Doorhalen</string>
+    <string name="action_print">Afdrukken</string>
+    <string name="calc_adjust_width">Breedte aanpassen</string>
+    <string name="action_add_worksheet">Werkblad toevoegen</string>
+    <string name="new_presentation">Nieuwe presentatie</string>
+    <string name="tabhost_paragraph">Alinea</string>
+    <string name="action_back">Terug</string>
+    <string name="pref_experimental_editing">Experimentele modus</string>
+    <string name="search_not_found">Zoekwoord niet gevonden</string>
+    <string name="calc_delete">Verwijderen</string>
+    <string name="part_deleted">De sectie is verwijderd.</string>
+    <string name="action_undo">Ongedaan maken</string>
+    <string name="app_vendor">Deze uitgave is geleverd door $VENDOR.</string>
+    <string name="menu_preferences">Voorkeuren</string>
+    <string name="printing_not_supported">Uw apparaat ondersteunt afdrukken niet</string>
+    <string name="action_pwd_dialog_title">Wachtwoord invoeren alstublieft</string>
+    <string name="calc_optimal_length_confirm">OK</string>
+    <string name="action_parts">Gedeeltes</string>
+    <string name="compress_photo_medium_size">Middelgroot</string>
+    <string name="display_language_summary">De standaard weergavetaal instellen</string>
+    <string name="select_delete_options">Verwijderopties selecteren:</string>
+    <string name="pref_category_general">Algemeen</string>
+    <string name="action_text_copied">Tekst naar het klembord gekopieerd</string>
+    <string name="action_exportToPDF">Als PDF exporteren</string>
+    <string name="action_rename_slide">Dia hernoemen</string>
+    <string name="action_keyboard">Toetsenbord weergeven</string>
+    <string name="action_presentation">Presentatie</string>
+    <string name="UNO_commands_string_parent_value_hint">Bovenliggende waarde</string>
+    <string name="compress_photo_smallest_size">Kleinste maat</string>
+    <string name="select_photo">Foto selecteren</string>
+    <string name="compress_photo_no_compress">Niet comprimeren</string>
+    <string name="action_copy">Kopiëren</string>
+    <string name="tabhost_insert">Invoegen</string>
+    <string name="action_search">Zoeken</string>
+    <string name="message_saved">Opslaan voltooit</string>
+    <string name="directory_not_saved">Map is niet opgeslagen.</string>
+    <string name="no_camera_found">Geen camera gevonden</string>
+    <string name="error">Fout</string>
+    <string name="app_name_settings">LibreOffice Viewer-instellingen</string>
+    <string name="name_already_used">De opgegeven naam wordt al gebruikt.</string>
+    <string name="action_save">Opslaan</string>
+    <string name="UNO_commands_string_hint">UNO-opdracht</string>
+    <string name="alert_ok">OK</string>
+    <string name="action_italic">Cursief</string>
+    <string name="UNO_commands_string_value_hint">Waarde</string>
+    <string name="action_settings">Instellingen</string>
+    <string name="sheet">Blad</string>
+    <string name="compress_photo_title">Wilt u de foto comprimeren\?</string>
+    <string name="app_version">Versie: %1$s&lt;br&gt;Build ID: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="about_license">Licentie inzien</string>
+    <string name="title_browser">Alle bestanden</string>
+    <string name="take_photo">Foto maken</string>
+    <string name="unable_to_save">Kan bestand niet opslaan</string>
+    <string name="app_name">LibreOffice Viewer</string>
+    <string name="insert_table">Tabel invoegen</string>
+    <string name="action_add_slide">Dia toevoegen</string>
+    <string name="action_cancel">Annuleren</string>
+    <string name="calc_adjust_height">Hoogte aanpassen</string>
+    <string name="display_language">Taal weergeven</string>
+    <string name="pref_experimental_editing_summary">Schakel de experimentele bewerkingsmodus in. Gebruik op eigen risico.</string>
+    <string name="about_moreinfo">Meer info</string>
+    <string name="readonly_file">Dit bestand is alleen-lezen.</string>
+    <string name="about_notice">Notitie weergeven</string>
+    <string name="alert_cancel">Annuleren</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">Uw Android-apparaat ondersteunt geen in-app SVG-diavoorstelling. We hebben de koppeling naar de diavoorstelling naar het klembord gekopieerd. Druk op de knop Start, open een moderne webbrowser, plak de koppeling in de adresbalk en ga.</string>
+    <string name="calc_optimal_height">Optimale hoogte</string>
+    <string name="tabhost_character">Teken</string>
+    <string name="calc_alert_double_click_optimal_length">Tip: Dubbeltik op een koptekst om de optimale breedte/hoogte in te stellen.</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-pa/strings.xml libreoffice-7.6.5.2/android/source/res/values-pa/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-pa/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-pa/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,129 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="app_name_settings">LibreOffice ਦਰਸ਼ਕ ਸੈਟਿੰਗਾਂ</string>
+    <string name="readonly_file">ਇਹ ਫਾਈਲ ਸਿਰਫ਼ ਪੜ੍ਹਨ ਲਈ ਹੈ।</string>
+    <string name="app_about_name"><b>LibreOffice ਦਰਸ਼ਕ \'ਬੀਟਾ\'</b></string>
+    <string name="default_document_name">ਬਿਨਾਂ-ਨਾਂ</string>
+    <string name="slideshow_action_back">ਪਿੱਛੇ</string>
+    <string name="tabhost_character">ਅੱਖਰ</string>
+    <string name="display_language_summary">ਮੂਲ ਦਿਖਾਉਣ ਵਾਲੀ ਭਾਸ਼ਾ ਵਜੋਂ ਸੈੱਟ ਕਰੋ</string>
+    <string name="app_description">LibreOffice ਦਰਸ਼ਕ LibreOffice ਉੱਤੇ ਅਧਾਰਿਤ ਦਸਤਾਵੇਜ਼ ਦਰਸ਼ਕ ਹੈ।</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="app_vendor">ਇਹ ਰੀਲਿਜ਼ $VENDOR ਵਲੋਂ ਤਿਆਰ ਕੀਤਾ ਗਿਆ ਸੀ।</string>
+    <string name="about_license">ਲਸੰਸ ਵੇਖਾਓ</string>
+    <string name="about_notice">ਨੋਟਿਸ ਵੇਖਾਓ</string>
+    <string name="new_textdocument">ਨਵਾਂ ਟੈਕਸਟ ਦਸਤਾਵੇਜ਼</string>
+    <string name="new_presentation">ਨਵੀਂ ਪੇਸ਼ਕਾਰੀ</string>
+    <string name="new_spreadsheet">ਨਵੀਂ ਸਪਰੈਡਸ਼ੀਟ</string>
+    <string name="new_drawing">ਨਵੀਂ ਡਰਾਇੰਗ</string>
+    <string name="select_file_to_open">ਖੋਲ੍ਹਣ ਲਈ ਫਾਈਲ ਚੁਣੋ</string>
+    <string name="browser_app_name">ਲਿਬਰੇ-ਆਫਿਸ ਬਰਾਊਜ਼ਰ</string>
+    <string name="menu_search">ਖੋਜੋ</string>
+    <string name="search_not_found">ਸ਼ਬਦ ਨਹੀਂ ਲੱਭਿਆ</string>
+    <string name="menu_preferences">ਪਸੰਦਾਂ</string>
+    <string name="title_recents">ਸੱਜਰੀਆਂ ਫਾਈਲਾਂ</string>
+    <string name="title_browser">ਸਾਰੀਆਂ ਫਾਈਲਾਂ</string>
+    <string name="pref_category_general">ਆਮ</string>
+    <string name="pref_developer_mode">ਡਿਵੈਲਪਰ ਢੰਗ</string>
+    <string name="action_about">ਇਸ ਬਾਰੇ</string>
+    <string name="action_parts">ਹਿੱਸੇ</string>
+    <string name="action_settings">ਸੈਟਿੰਗਾਂ</string>
+    <string name="action_bold">ਗੂੜ੍ਹੇ</string>
+    <string name="action_underline">ਹੇਠਾਂ ਲਾਈਨ</string>
+    <string name="action_italic">ਤਿਰਛੇ</string>
+    <string name="action_strikeout">ਵਿੰਨ੍ਹੋ</string>
+    <string name="action_keyboard">ਕੀਬੋਰਡ ਵੇਖਾਓ</string>
+    <string name="action_save">ਸੰਭਾਲੋ</string>
+    <string name="action_save_as">...ਵਜੋਂ ਸੰਭਾਲੋ</string>
+    <string name="action_fromat">ਫਾਰਮੈਟ ਸਮਰੱਥ ਕਰੋ</string>
+    <string name="action_search">ਖੋਜੋ</string>
+    <string name="message_saving">…ਦਸਤਾਵੇਜ਼ ਸੰਭਾਲਿਆ ਜਾ ਰਿਹਾ ਹੈ</string>
+    <string name="message_saving_failed">ਦਸਤਾਵੇਜ਼ ਸੰਭਾਲਣ ਲਈ ਅਸਫ਼ਲ ਹੈ।</string>
+    <string name="password">ਪਾਸਵਰਡ</string>
+    <string name="action_undo">ਵਾਪਸ ਲਵੋ</string>
+    <string name="action_redo">ਫੇਰ ਕਰੋ</string>
+    <string name="save_document">ਸੰਭਾਲੋ</string>
+    <string name="action_cancel">ਰੱਦ ਕਰੋ</string>
+    <string name="no_save_document">ਨਹੀਂ</string>
+    <string name="action_presentation">ਸਲਾਈਡ ਸ਼ੋਅ</string>
+    <string name="action_add_slide">ਸਲਾਈਡ ਜੋੜੋ</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">ਠੀਕ ਹੈ</string>
+    <string name="calc_insert_before">ਸ਼ਾਮਲ ਕਰੋ</string>
+    <string name="calc_delete">ਹਟਾਓ</string>
+    <string name="calc_hide">ਓਹਲੇ</string>
+    <string name="calc_show">ਵੇਖਾਓ</string>
+    <string name="calc_adjust_length">ਲੰਬਾਈ ਅਡਜੱਸਟ ਕਰੋ</string>
+    <string name="calc_adjust_height">ਉਚਾਈ ਅਡਜੱਸਟ ਕਰੋ</string>
+    <string name="calc_adjust_width">ਚੌੜਾਈ ਅਡਜੱਸਟ ਕਰੋ</string>
+    <string name="calc_optimal_height">ਉਚਾਈ ਅਨੁਕੂਲ ਕਰੋ</string>
+    <string name="calc_optimal_length_confirm">ਠੀਕ ਹੈ</string>
+    <string name="action_add_worksheet">ਵਰਕਸ਼ੀਟ ਜੋੜੋ</string>
+    <string name="action_pwd_dialog_OK">ਠੀਕ ਹੈ</string>
+    <string name="action_pwd_dialog_cancel">ਰੱਦ ਕਰੋ</string>
+    <string name="action_pwd_dialog_title">ਪਾਸਵਰਡ ਦਿਓ</string>
+    <string name="select_photo">ਫੋਟੋ ਚੁਣੋ</string>
+    <string name="select_photo_title">ਤਸਵੀਰ ਚੁਣੋ</string>
+    <string name="compress_photo_medium_size">ਮੱਧਮ ਆਕਾਰ</string>
+    <string name="compress_photo_max_quality">ਵੱਧ ਤੋਂ ਵੱਧ ਕੁਆਲਟੀ</string>
+    <string name="compress_photo_no_compress">ਕੰਪਰੈਸ ਨਾ ਕਰੋ</string>
+    <string name="action_copy">ਕਾਪੀ ਕਰੋ</string>
+    <string name="action_paste">ਚੇਪੋ</string>
+    <string name="action_cut">ਕੱਟੋ</string>
+    <string name="action_back">ਪਿੱਛੇ</string>
+    <string name="action_text_copied">ਲਿਖਤ ਨੂੰ ਕਲਿੱਪਬੋਰਡ ਵਿੱਚ ਕਾਪੀ ਗਿਆ</string>
+    <string name="insert_table">ਸਾਰਣੀ ਸ਼ਾਮਲ ਕਰੋ</string>
+    <string name="select_delete_options">ਹਟਾਉਣ ਦੀਆਂ ਚੋਣਾਂ ਚੁਣੋ:</string>
+    <string name="action_rename_worksheet">ਵਰਕਸ਼ੀਟ ਦਾ ਨਾਂ ਬਦਲੋ</string>
+    <string name="action_delete_worksheet">ਵਰਕਸ਼ੀਟ ਹਟਾਓ</string>
+    <string name="action_delete_slide">ਸਲਾਈਡ ਨੂੰ ਹਟਾਓ</string>
+    <string name="action_print">ਛਾਪੋ</string>
+    <string name="tabhost_paragraph">ਪ੍ਹੈਰਾ</string>
+    <string name="tabhost_insert">ਸ਼ਾਮਲ ਕਰੋ</string>
+    <string name="tabhost_style">ਸਟਾਈਲ</string>
+    <string name="alert_ok">ਠੀਕ ਹੈ</string>
+    <string name="unable_to_go_further">ਅੱਗੇ ਜਾਣ ਤੋਂ ਅਸਮਰੱਥ ਹੈ।</string>
+    <string name="display_language">ਦਿਖਾਉਣ ਲਈ ਭਾਸ਼ਾ</string>
+    <string name="pdf_export_finished">PDF ਐਕਸਪੋਰਟ ਕਰਨਾ ਪੂਰਾ ਹੋਇਆ</string>
+    <string name="unable_to_export_pdf">PDF ਵਜੋਂ ਐਕਸਪੋਰਟ ਕਰਨ ਲਈ ਅਸਮਰੱਥ</string>
+    <string name="unable_to_save">ਫਾਈਲ ਸੰਭਾਲਣ ਲਈ ਅਸਮਰੱਥ</string>
+    <string name="error">ਗਲਤੀ</string>
+    <string name="page">ਸਫ਼ਾ</string>
+    <string name="sheet">ਸ਼ੀਟ</string>
+    <string name="slide">ਸਲਾਈਡ</string>
+    <string name="part">ਹਿੱਸਾ</string>
+    <string name="highlight_color">ਉਭਾਰਨ ਲਈ ਰੰਗ</string>
+    <string name="font_color">ਫ਼ੋਂਟ ਦਾ ਰੰਗ</string>
+    <string name="action_rename_slide">ਸਲਾਈਡ ਦਾ ਨਾਂ ਬਦਲੋ</string>
+    <string name="automatic">ਆਪਣੇ-ਆਪ</string>
+    <string name="app_name">LibreOffice ਦਰਸ਼ਕ</string>
+    <string name="app_version">ਵਰਜ਼ਨ: %1$s&lt;br&gt;ਬਿਲਡ ID: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="pref_experimental_editing">ਤਜਰਬੇਅਧੀਨ ਢੰਗ</string>
+    <string name="pref_experimental_editing_summary">ਤਜਰਬੇ ਅਧੀਨ ਸੋਧ ਢੰਗ ਨੂੰ ਸਮਰੱਥ ਕਰੋ। ਇਸ ਨੂੰ ਆਪਣੀ ਜੁੰਮੇਵਾਰੀ ਉੱਤੇ ਵਰਤੋਂ।</string>
+    <string name="message_saved">ਸੰਭਾਲਣਾ ਸੰਭਾਲੋ</string>
+    <string name="file_icon_desc">ਫਾਈਲ-ਆਈਕਾਨ</string>
+    <string name="message_save_incomplete">ਸੰਭਾਲਣਾ ਅਧੂਰਾ ਹੈ। ਕੀ ਕੋਈ ਤਬਦੀਲੀ ਸੀ\?</string>
+    <string name="save_alert_dialog_title">ਕੀ ਬੰਦ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ ਦਸਤਾਵੇਜ਼ ਨੂੰ ਸੰਭਾਲਣਾ ਹੈ\?</string>
+    <string name="compress_photo_smallest_size">ਸਭ ਤੋਂ ਛੋਟਾ ਆਕਾਰ</string>
+    <string name="take_photo">ਫੋਟੋ ਲਵੋ</string>
+    <string name="action_exportToPDF">PDF ਵਜੋਂ ਐਕਸਪੋਰਟ ਕਰੋ</string>
+    <string name="alert_cancel">ਰੱਦ ਕਰੋ</string>
+    <string name="enter_part_name">ਭਾਗ ਦਾ ਨਾਂ ਦਿਓ</string>
+    <string name="calc_optimal_length">ਅਨੁਕੂਲ ਲੰਬਾਈ</string>
+    <string name="calc_optimal_width">ਚੌੜਾਈ ਅਨੁਕੂਲ ਕਰੋ</string>
+    <string name="no_camera_found">ਕੋਈ ਕੈਮਰਾ ਨਹੀਂ ਲੱਭਿਆ</string>
+    <string name="compress_photo_title">ਕੀ ਤੁਸੀਂ ਫੋਟੋ ਨੂੰ ਕੰਪਰੈੱਸ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ\?</string>
+    <string name="select_insert_options">ਸ਼ਾਮਲ ਕਰਨ ਦੀਆਂ ਚੋਣਾਂ ਚੁਣੋ:</string>
+    <string name="part_name_changed">ਪਾਰਟ ਦਾ ਨਾਂ ਬਦਲਿਆ ਜਾ ਚੁੱਕਾ ਹੈ।</string>
+    <string name="action_UNO_commands">UNO ਕਮਾਂਡ ਭੇਜੋ</string>
+    <string name="UNO_commands_string_type_hint">ਕਿਸਮ</string>
+    <string name="current_uno_command">ਮੌਜੂਦਾ UNO ਕਮਾਂਡ</string>
+    <string name="bmp_null">bmp ਨਲ ਹੈ!</string>
+    <string name="part_deleted">ਪਾਰਟ ਨੂੰ ਹਟਾਇਆ ਜਾ ਚੁੱਕਾ ਹੈ।</string>
+    <string name="printing_not_supported">ਤੁਹਾਡਾ ਡਿਵਾਈਸ ਪਰਿੰਟ ਕਰਨ ਲਈ ਸਹਾਇਕ ਨਹੀਂ ਹੈ</string>
+    <string name="UNO_commands_string_parent_value_hint">ਮੁੱਢਲਾ ਮੁੱਲ</string>
+    <string name="directory_not_saved">ਡਾਇਰੈਕਟਰੀ ਸੰਭਾਲੀ ਨਹੀਂ ਗਈ ਹੈ।</string>
+    <string name="name_already_used">ਦਿੱਤਾ ਨਾਂ ਪਹਿਲਾਂ ਹੀ ਵਰਤਿਆ ਗਿਆ ਹੈ।</string>
+    <string name="UNO_commands_string_hint">UNO ਕਮਾਂਡ</string>
+    <string name="UNO_commands_string_value_hint">ਮੁੱਲ</string>
+    <string name="about_moreinfo">ਹੋਰ ਜਾਣਕਾਰੀ</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-pl/strings.xml libreoffice-7.6.5.2/android/source/res/values-pl/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-pl/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-pl/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="about_license">Pokaż licencję</string>
+    <string name="select_delete_options">Wybierz opcje usuwania:</string>
+    <string name="pref_experimental_editing_summary">Włącz eksperymentalny tryb edycji. Używaj na własne ryzyko.</string>
+    <string name="pref_developer_mode_summary">Włącz tryb programisty, w którym możesz wysyłać polecenia UNO w aplikacji. Używaj na własne ryzyko.</string>
+    <string name="app_name_settings">Ustawienia LibreOffice Viewer</string>
+    <string name="app_description">LibreOffice Viewer to przeglądarka dokumentów oparta na LibreOffice.</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="new_textdocument">Nowy dokument tekstowy</string>
+    <string name="new_presentation">Nowa prezentacja</string>
+    <string name="new_spreadsheet">Nowy arkusz kalkulacyjny</string>
+    <string name="new_drawing">Nowy rysunek</string>
+    <string name="select_file_to_open">Wybierz plik do otwarcia</string>
+    <string name="browser_app_name">LibreOffice Browser</string>
+    <string name="menu_search">Szukaj</string>
+    <string name="search_not_found">Nie znaleziono słowa kluczowego</string>
+    <string name="menu_preferences">Preferencje</string>
+    <string name="file_icon_desc">ikona pliku</string>
+    <string name="title_recents">Ostatnie pliki</string>
+    <string name="title_browser">Wszystkie pliki</string>
+    <string name="pref_category_general">Ogólne</string>
+    <string name="about_moreinfo">Więcej informacji</string>
+    <string name="pref_developer_mode">Tryb programisty</string>
+    <string name="action_parts">Części</string>
+    <string name="action_settings">Ustawienia</string>
+    <string name="action_bold">Pogrubiona</string>
+    <string name="action_underline">Podkreślenie</string>
+    <string name="action_italic">Kursywa</string>
+    <string name="action_strikeout">Przekreślenie</string>
+    <string name="action_keyboard">Pokaż klawiaturę</string>
+    <string name="action_save">Zapisz</string>
+    <string name="action_save_as">Zapisz jako...</string>
+    <string name="action_fromat">Włącz formatowanie</string>
+    <string name="action_search">Szukaj</string>
+    <string name="action_UNO_commands">Wyślij polecenie UNO</string>
+    <string name="message_saved">Zapisywanie ukończone</string>
+    <string name="action_about">O aplikacji</string>
+    <string name="message_saving_failed">Zapisanie dokumentu nie powiodło się.</string>
+    <string name="password">Hasło</string>
+    <string name="action_undo">Cofnij</string>
+    <string name="action_redo">Ponów</string>
+    <string name="save_alert_dialog_title">Zapisać dokument przed zamknięciem\?</string>
+    <string name="save_document">ZAPISZ</string>
+    <string name="action_cancel">Anuluj</string>
+    <string name="no_save_document">NIE</string>
+    <string name="action_add_slide">Dodaj slajd</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">OK</string>
+    <string name="slideshow_action_back">Wstecz</string>
+    <string name="calc_delete">Usuń</string>
+    <string name="calc_hide">Ukryj</string>
+    <string name="calc_show">Pokaż</string>
+    <string name="calc_adjust_length">Dostosuj długość</string>
+    <string name="calc_adjust_width">Dostosuj szerokość</string>
+    <string name="calc_optimal_length_confirm">OK</string>
+    <string name="calc_optimal_height">Optymalna wysokość</string>
+    <string name="calc_optimal_width">Optymalna szerokość</string>
+    <string name="action_add_worksheet">Dodaj arkusz</string>
+    <string name="action_pwd_dialog_OK">OK</string>
+    <string name="action_pwd_dialog_cancel">Anuluj</string>
+    <string name="take_photo">Zrób zdjęcie</string>
+    <string name="select_photo">Wybierz zdjęcie</string>
+    <string name="action_pwd_dialog_title">Wpisz hasło</string>
+    <string name="no_camera_found">Nie znaleziono aparatu</string>
+    <string name="compress_photo_smallest_size">Najmniejszy rozmiar</string>
+    <string name="compress_photo_medium_size">Åšredni rozmiar</string>
+    <string name="compress_photo_max_quality">Maksymalna jakość</string>
+    <string name="compress_photo_no_compress">Nie kompresuj</string>
+    <string name="action_copy">Kopiuj</string>
+    <string name="action_paste">Wklej</string>
+    <string name="action_cut">Wytnij</string>
+    <string name="action_back">Wstecz</string>
+    <string name="action_text_copied">Tekst skopiowano do schowka</string>
+    <string name="insert_table">Wstaw tabelÄ™</string>
+    <string name="select_insert_options">Wybierz opcje wstawiania:</string>
+    <string name="action_rename_worksheet">Zmień nazwę arkusza</string>
+    <string name="action_delete_worksheet">Usuń arkusz</string>
+    <string name="action_delete_slide">Usuń slajd</string>
+    <string name="part_name_changed">Nazwa części została zmieniona.</string>
+    <string name="part_deleted">Część została usunięta.</string>
+    <string name="UNO_commands_string_hint">Polecenie UNO</string>
+    <string name="UNO_commands_string_type_hint">Typ</string>
+    <string name="UNO_commands_string_value_hint">Wartość</string>
+    <string name="UNO_commands_string_parent_value_hint">Wartość nadrzędna</string>
+    <string name="action_exportToPDF">Eksportuj do PDF</string>
+    <string name="action_print">Drukuj</string>
+    <string name="tabhost_character">Znak</string>
+    <string name="tabhost_paragraph">Akapit</string>
+    <string name="tabhost_style">Styl</string>
+    <string name="alert_ok">OK</string>
+    <string name="alert_cancel">Anuluj</string>
+    <string name="unable_to_go_further">Nie można przejść dalej.</string>
+    <string name="display_language">Język wyświetlania</string>
+    <string name="pdf_export_finished">Zakończono eksport do PDF</string>
+    <string name="unable_to_export_pdf">Nie można wyeksportować do PDF</string>
+    <string name="unable_to_save">Nie można zapisać pliku</string>
+    <string name="error">Błąd</string>
+    <string name="enter_part_name">Wpisz nazwę części</string>
+    <string name="bmp_null">BMP jest zerowy!</string>
+    <string name="directory_not_saved">Katalog nie został zapisany.</string>
+    <string name="page">Strona</string>
+    <string name="sheet">Arkusz</string>
+    <string name="slide">Slajd</string>
+    <string name="part">Część</string>
+    <string name="highlight_color">Kolor wyróżnienia</string>
+    <string name="font_color">Kolor czcionki</string>
+    <string name="action_rename_slide">Zmień nazwę slajdu</string>
+    <string name="automatic">Automatyczny</string>
+    <string name="app_name">LibreOffice Viewer</string>
+    <string name="app_about_name"><b>LibreOffice Viewer \'Beta\'</b></string>
+    <string name="app_vendor">To wydanie zostało dostarczone przez $VENDOR.</string>
+    <string name="pref_experimental_editing">Tryb eksperymentalny</string>
+    <string name="message_saving">Zapisywanie dokumentu…</string>
+    <string name="message_save_incomplete">Zapisywanie nieukończone. Czy były jakieś zmiany\?</string>
+    <string name="action_presentation">Pokaz slajdów</string>
+    <string name="calc_insert_before">Wstaw</string>
+    <string name="calc_adjust_height">Dostosuj wysokość</string>
+    <string name="select_photo_title">Wybierz obraz</string>
+    <string name="compress_photo_title">Czy chcesz skompresować zdjęcie\?</string>
+    <string name="name_already_used">Podana nazwa jest już używana.</string>
+    <string name="tabhost_insert">Wstaw</string>
+    <string name="current_uno_command">Aktualne polecenie UNO</string>
+    <string name="display_language_summary">Ustaw domyślny język wyświetlania</string>
+    <string name="printing_not_supported">To urządzenie nie obsługuje drukowania</string>
+    <string name="about_notice">Pokaż uwagi</string>
+    <string name="calc_optimal_length">Optymalna długość</string>
+    <string name="app_version">Wersja: %1$s&lt;br&gt;Identyfikator kompilacji: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="readonly_file">Ten plik jest tylko do odczytu.</string>
+    <string name="default_document_name">Bez tytułu</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">To urządzenie z systemem Android nie obsługuje pokazu slajdów SVG w aplikacji. Skopiowaliśmy do schowka łącze do pokazu slajdów. Naciśnij przycisk ekranu głównego (Home), otwórz nowoczesną przeglądarkę internetową, wklej w pasek adresu i gotowe.</string>
+    <string name="calc_alert_double_click_optimal_length">Wskazówka: dwukrotne stuknięcie nagłówka ustawia optymalną szerokość/wysokość.</string>
+    <string name="calc_optimal_length_default_text">Wpisz dodatkową długość w setnych/mm</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-pt/strings.xml libreoffice-7.6.5.2/android/source/res/values-pt/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-pt/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-pt/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="pdf_export_finished">Exportação PDF terminada</string>
+    <string name="pref_developer_mode_summary">Ativa o modo de desenvolvedor para enviar comandos UNO na aplicação. Use por sua conta e risco.</string>
+    <string name="app_description">O visualizador LibreOffice é baseado no LibreOffice.</string>
+    <string name="calc_show">Mostrar</string>
+    <string name="pref_developer_mode">Modo de desenvolvimento</string>
+    <string name="action_pwd_dialog_cancel">Cancelar</string>
+    <string name="slide">Diapositivo</string>
+    <string name="part_name_changed">Parte do nome foi alterado.</string>
+    <string name="compress_photo_max_quality">Qualidade máxima</string>
+    <string name="calc_hide">Ocultar</string>
+    <string name="action_UNO_commands">Enviar comando UNO</string>
+    <string name="default_document_name">sem nome</string>
+    <string name="action_about">Acerca</string>
+    <string name="action_fromat">Ativar formato</string>
+    <string name="password">Palavra-passe</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">Aceitar</string>
+    <string name="message_save_incomplete">Documento não guardado. Efetuou alterações\?</string>
+    <string name="action_underline">Sublinhado</string>
+    <string name="select_insert_options">Selecione as opções de inserção:</string>
+    <string name="UNO_commands_string_type_hint">Tipo</string>
+    <string name="current_uno_command">Comando UNO atual</string>
+    <string name="slideshow_action_back">Recuar</string>
+    <string name="unable_to_go_further">Incapaz de continuar.</string>
+    <string name="bmp_null">Bmp é nulo!</string>
+    <string name="action_paste">Colar</string>
+    <string name="action_bold">Negrito</string>
+    <string name="action_pwd_dialog_OK">Aceitar</string>
+    <string name="save_document">Guardar</string>
+    <string name="calc_adjust_length">Ajustar tamanho</string>
+    <string name="new_spreadsheet">Nova folha de cálculo</string>
+    <string name="part">Parte</string>
+    <string name="select_file_to_open">Selecione o ficheiro a abrir</string>
+    <string name="unable_to_export_pdf">Não foi possível exportar para PDF</string>
+    <string name="action_save_as">Guardar como...</string>
+    <string name="save_alert_dialog_title">Guardar documento antes de fechar\?</string>
+    <string name="font_color">Cor do tipo de letra</string>
+    <string name="action_rename_worksheet">Mudar nome da folha</string>
+    <string name="message_saving_failed">Não foi possível guardar o documento.</string>
+    <string name="calc_optimal_length">Tamanho ideal</string>
+    <string name="enter_part_name">Introduza um nome</string>
+    <string name="new_drawing">Novo desenho</string>
+    <string name="automatic">Automático</string>
+    <string name="action_delete_slide">Eliminar diapositivo</string>
+    <string name="action_redo">Refazer</string>
+    <string name="action_cut">Cortar</string>
+    <string name="file_icon_desc">ícone</string>
+    <string name="browser_app_name">Navegador LibreOffice</string>
+    <string name="title_recents">Recentes</string>
+    <string name="page">Página</string>
+    <string name="calc_insert_before">Inserir</string>
+    <string name="calc_optimal_length_default_text">Introduza o comprimento extra em centésimos de milímetro.</string>
+    <string name="message_saving">A guardar…</string>
+    <string name="tabhost_style">Estilo</string>
+    <string name="select_photo_title">Selecionar imagem</string>
+    <string name="menu_search">Pesquisar</string>
+    <string name="calc_optimal_width">Largura ideal</string>
+    <string name="action_delete_worksheet">Eliminar folha</string>
+    <string name="app_about_name"><b>Visualizador LibreOffice \'Beta\'</b></string>
+    <string name="no_save_document">Não</string>
+    <string name="highlight_color">Cor de destaque</string>
+    <string name="new_textdocument">Novo documento de texto</string>
+    <string name="action_strikeout">Rasurado</string>
+    <string name="action_print">Imprimir</string>
+    <string name="calc_adjust_width">Ajustar largura</string>
+    <string name="action_add_worksheet">Adicionar folha</string>
+    <string name="new_presentation">Nova apresentação</string>
+    <string name="tabhost_paragraph">Parágrafo</string>
+    <string name="action_back">Recuar</string>
+    <string name="pref_experimental_editing">Modo experimental</string>
+    <string name="search_not_found">Palavra-chave não encontrada</string>
+    <string name="calc_delete">Eliminar</string>
+    <string name="part_deleted">A parte foi eliminada.</string>
+    <string name="action_undo">Desfazer</string>
+    <string name="app_vendor">Esta versão foi disponibilizada por $VENDOR.</string>
+    <string name="menu_preferences">Preferências</string>
+    <string name="printing_not_supported">O seu dispositivo não permite impressão</string>
+    <string name="action_pwd_dialog_title">Introduza a palavra-passe</string>
+    <string name="calc_optimal_length_confirm">Aceitar</string>
+    <string name="action_parts">Partes</string>
+    <string name="compress_photo_medium_size">Tamanho médio</string>
+    <string name="display_language_summary">Defina o idioma de exibição padrão</string>
+    <string name="select_delete_options">Selecione as opções de eliminação:</string>
+    <string name="pref_category_general">Geral</string>
+    <string name="action_text_copied">Teto copiado para a área de transferência</string>
+    <string name="action_exportToPDF">Exportar para PDF</string>
+    <string name="action_rename_slide">Mudar nome do diapositivo</string>
+    <string name="action_keyboard">Mostrar teclado</string>
+    <string name="action_presentation">Apresentação</string>
+    <string name="UNO_commands_string_parent_value_hint">Valor superior</string>
+    <string name="compress_photo_smallest_size">Menor tamanho</string>
+    <string name="select_photo">Selecionar foto</string>
+    <string name="compress_photo_no_compress">Não comprimir</string>
+    <string name="action_copy">Copiar</string>
+    <string name="tabhost_insert">Inserir</string>
+    <string name="action_search">Pesquisar</string>
+    <string name="message_saved">Guardado</string>
+    <string name="directory_not_saved">Diretório não guardado.</string>
+    <string name="no_camera_found">Câmara não encontrada</string>
+    <string name="error">Erro</string>
+    <string name="app_name_settings">Definições</string>
+    <string name="name_already_used">Este nome já está a ser utilizado.</string>
+    <string name="action_save">Guardar</string>
+    <string name="UNO_commands_string_hint">Comando UNO</string>
+    <string name="alert_ok">Aceitar</string>
+    <string name="action_italic">Itálico</string>
+    <string name="UNO_commands_string_value_hint">Valor</string>
+    <string name="action_settings">Definições</string>
+    <string name="sheet">Folha</string>
+    <string name="compress_photo_title">Deseja comprimir a foto\?</string>
+    <string name="app_version">Versão: %1$s&lt;br&gt;ID da compilação: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="about_license">Mostrar licença</string>
+    <string name="title_browser">Todos os ficheiros</string>
+    <string name="take_photo">Obter foto</string>
+    <string name="unable_to_save">Não foi possível guardar o ficheiro</string>
+    <string name="app_name">Visualizador LibreOffice</string>
+    <string name="insert_table">Inserir tabela</string>
+    <string name="action_add_slide">Adicionar diapositivo</string>
+    <string name="action_cancel">Cancelar</string>
+    <string name="calc_adjust_height">Ajustar altura</string>
+    <string name="display_language">Idioma de exibição</string>
+    <string name="pref_experimental_editing_summary">Ativar o modo de edição experimental. Use por sua conta e risco.</string>
+    <string name="about_moreinfo">Mais informação</string>
+    <string name="readonly_file">Este ficheiro é apenas de leitura.</string>
+    <string name="about_notice">Mostar aviso</string>
+    <string name="alert_cancel">Cancelar</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">O seu dispositivo android não permite apresentações em svg e a ligação da apresentação foi copiada para a área de transferência. Prima o botão \'Home\', abra um navegador web, cole a ligação e aceda à apresentação.</string>
+    <string name="calc_optimal_height">Altura ideal</string>
+    <string name="tabhost_character">Carácter</string>
+    <string name="calc_alert_double_click_optimal_length">Dica: dois toques no cabeçalho define a altura/largura ideal.</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-pt-rBR/strings.xml libreoffice-7.6.5.2/android/source/res/values-pt-rBR/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-pt-rBR/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-pt-rBR/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="action_UNO_commands">Enviar comando UNO</string>
+    <string name="app_name">Leitor de LibreOffice</string>
+    <string name="message_saving">Salvando o arquivo…</string>
+    <string name="app_name_settings">Configuração do leitor de LibreOffice</string>
+    <string name="app_about_name"><b>\"Beta\" do leitor de LibreOffice</b></string>
+    <string name="app_description">Esta aplicação é um leitor de documentos baseado no LibreOffice.</string>
+    <string name="app_credits">https://pt-br.libreoffice.org</string>
+    <string name="app_vendor">Esta versão foi fornecida por $VENDOR.</string>
+    <string name="readonly_file">Este arquivo é somente leitura.</string>
+    <string name="about_license">Mostrar Licença</string>
+    <string name="about_notice">Mostar aviso</string>
+    <string name="about_moreinfo">Informações adicionais</string>
+    <string name="new_textdocument">Novo documento de texto</string>
+    <string name="new_presentation">Nova apersentação</string>
+    <string name="new_spreadsheet">Nova planilha</string>
+    <string name="new_drawing">Novo desenho</string>
+    <string name="select_file_to_open">Selecione o arquivo a abrir</string>
+    <string name="browser_app_name">Navegador de LibreOffice</string>
+    <string name="menu_search">Pesquisar</string>
+    <string name="menu_preferences">Preferências</string>
+    <string name="file_icon_desc">Ícone de arquivo</string>
+    <string name="title_recents">Arquivos recentes</string>
+    <string name="title_browser">Todos os arquivos</string>
+    <string name="pref_category_general">Geral</string>
+    <string name="pref_experimental_editing">Modo experimental</string>
+    <string name="pref_developer_mode">Modo de desenvolvimento</string>
+    <string name="pref_developer_mode_summary">Ativar o modo de desenvolvedor para enviar comandos UNO dentro da aplicação. Use por sua conta e risco.</string>
+    <string name="action_about">Sobre</string>
+    <string name="action_parts">Partes</string>
+    <string name="action_settings">Confirgurações</string>
+    <string name="action_bold">Negrito</string>
+    <string name="action_underline">Sublinhado</string>
+    <string name="action_italic">Itálico</string>
+    <string name="action_strikeout">Tachado</string>
+    <string name="action_keyboard">Mostrar teclado</string>
+    <string name="action_save">Salvar</string>
+    <string name="action_save_as">Salvar como...</string>
+    <string name="action_fromat">Ativar formato</string>
+    <string name="action_search">Pesquisar</string>
+    <string name="message_saved">Arquivo salvo</string>
+    <string name="message_saving_failed">Não foi possível salvar o documento.</string>
+    <string name="app_version">Versão: %1$s&lt;br&gt;ID da montagem: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="default_document_name">Sem título</string>
+    <string name="search_not_found">Palavra chave não encontrada</string>
+    <string name="pref_experimental_editing_summary">Ativar o modo de edição experimental. Use por sua conta e risco.</string>
+    <string name="password">Senha</string>
+    <string name="action_undo">Desfazer</string>
+    <string name="action_redo">Refazer</string>
+    <string name="save_alert_dialog_title">Salvar documento antes de fechar\?</string>
+    <string name="save_document">SALVAR</string>
+    <string name="action_cancel">Cancelar</string>
+    <string name="no_save_document">NÃO</string>
+    <string name="action_presentation">Apresentação de slides</string>
+    <string name="action_add_slide">Adicionar slide</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">OK</string>
+    <string name="slideshow_action_back">Voltar</string>
+    <string name="calc_insert_before">Inserir</string>
+    <string name="calc_delete">Excluir</string>
+    <string name="calc_hide">Ocultar</string>
+    <string name="calc_show">Mostrar</string>
+    <string name="calc_optimal_length">Tamanho ideal</string>
+    <string name="calc_adjust_length">Ajustar tamanho</string>
+    <string name="calc_adjust_height">Ajustar altura</string>
+    <string name="calc_adjust_width">Ajustar largura</string>
+    <string name="calc_optimal_height">Altura ideal</string>
+    <string name="calc_optimal_width">Largura ideal</string>
+    <string name="calc_optimal_length_confirm">OK</string>
+    <string name="message_save_incomplete">Gravação incompleta. Houve alterações\?</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">Seu dispositivo Android não oferece suporte à apresentações de slides com imagens SVG. Copiamos o link da apresentação de slides para a área de transferência. Pressione o botão home, abra um navegador moderno, cole na barra de endereço e continue.</string>
+    <string name="calc_optimal_length_default_text">Insira o comprimento extra em centésimos de milímetro.</string>
+    <string name="calc_alert_double_click_optimal_length">Dica: tocar duas vezes no cabeçalho define a altura/largura ideal.</string>
+    <string name="action_add_worksheet">Adicionar planilha</string>
+    <string name="action_pwd_dialog_cancel">Cancelar</string>
+    <string name="action_pwd_dialog_title">Digite a senha</string>
+    <string name="take_photo">Fotografar</string>
+    <string name="select_photo">Selecionar foto</string>
+    <string name="select_photo_title">Selecionar figura</string>
+    <string name="no_camera_found">Sem câmera disponível</string>
+    <string name="compress_photo_smallest_size">Menor tamanho</string>
+    <string name="compress_photo_medium_size">Tamanho médio</string>
+    <string name="compress_photo_max_quality">Qualidade máxima</string>
+    <string name="compress_photo_title">Deseja comprimir a foto\?</string>
+    <string name="action_copy">Copiar</string>
+    <string name="action_paste">Colar</string>
+    <string name="action_cut">Cortar</string>
+    <string name="action_back">Voltar</string>
+    <string name="action_text_copied">Teto copiado para área de transferência</string>
+    <string name="insert_table">Inserir tabela</string>
+    <string name="select_insert_options">Selecionar opções para inserir:</string>
+    <string name="select_delete_options">Selecionar opções para excluir:</string>
+    <string name="action_delete_slide">Excluir slide</string>
+    <string name="part_name_changed">O nome da parte foi alterado.</string>
+    <string name="part_deleted">A parte foi excluída.</string>
+    <string name="UNO_commands_string_hint">Comando UNO</string>
+    <string name="UNO_commands_string_type_hint">Tipo</string>
+    <string name="UNO_commands_string_value_hint">Valor</string>
+    <string name="UNO_commands_string_parent_value_hint">Valor superior</string>
+    <string name="action_exportToPDF">Exportar em PDF</string>
+    <string name="action_print">Imprimir</string>
+    <string name="tabhost_character">Caractere</string>
+    <string name="tabhost_paragraph">Parágrafo</string>
+    <string name="tabhost_insert">Inserir</string>
+    <string name="tabhost_style">Estilo</string>
+    <string name="alert_ok">OK</string>
+    <string name="alert_cancel">Cancelar</string>
+    <string name="display_language">Exibir idioma</string>
+    <string name="unable_to_go_further">Não foi possível ir mais longe.</string>
+    <string name="display_language_summary">Definir o idioma padrão de exibição</string>
+    <string name="pdf_export_finished">Exportação em PDF terminada</string>
+    <string name="unable_to_export_pdf">Não foi possível exportar em PDF</string>
+    <string name="error">Erro</string>
+    <string name="enter_part_name">Digite um nome para a parte</string>
+    <string name="bmp_null">Bmp é nulo!</string>
+    <string name="page">Página</string>
+    <string name="sheet">Planilha</string>
+    <string name="slide">Slide</string>
+    <string name="part">Parte</string>
+    <string name="highlight_color">Cor de destaque</string>
+    <string name="printing_not_supported">Seu dispositivo não permite imprimir</string>
+    <string name="directory_not_saved">Diretório não salvo.</string>
+    <string name="font_color">Cor da fonte</string>
+    <string name="action_rename_slide">Renomear slide</string>
+    <string name="automatic">Automático</string>
+    <string name="action_pwd_dialog_OK">OK</string>
+    <string name="compress_photo_no_compress">Não comprimir</string>
+    <string name="action_rename_worksheet">Renomear planilha</string>
+    <string name="action_delete_worksheet">Excluir planilha</string>
+    <string name="name_already_used">O nome já existe.</string>
+    <string name="current_uno_command">Comando UNO atual</string>
+    <string name="unable_to_save">Não foi possível salvar o arquivo</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-sk/strings.xml libreoffice-7.6.5.2/android/source/res/values-sk/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-sk/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-sk/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="app_description">LibreOffice Viewer je prehliadač dokumentov založený na LibreOffice.</string>
+    <string name="default_document_name">bez názvu</string>
+    <string name="action_about">Info</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="new_spreadsheet">Nový tabuľkový dokument</string>
+    <string name="select_file_to_open">Vyberte súbor, ktorý chcete otvoriť</string>
+    <string name="new_drawing">Nová kresba</string>
+    <string name="title_recents">Posledné súbory</string>
+    <string name="menu_search">Hľadať</string>
+    <string name="app_about_name"><b>LibreOffice Viewer \'Beta\'</b></string>
+    <string name="new_textdocument">Nový textový dokument</string>
+    <string name="new_presentation">Nová prezentácia</string>
+    <string name="search_not_found">Kľúčové slovo nebolo nájdené</string>
+    <string name="app_vendor">Dodávateľom tohto produktu je $VENDOR.</string>
+    <string name="menu_preferences">Možnosti</string>
+    <string name="pref_category_general">Všeobecné</string>
+    <string name="app_name_settings">Nastavenia LibreOffice Viewer</string>
+    <string name="app_version">Verzia: %1$s&lt;br&gt;ID zostavenia: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="about_license">Zobraziť licenciu</string>
+    <string name="title_browser">Všetky súbory</string>
+    <string name="app_name">LibreOffice Viewer</string>
+    <string name="about_moreinfo">Viac informácií</string>
+    <string name="readonly_file">Táto súbor je len na čítanie.</string>
+    <string name="about_notice">Zobraziť oznam</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-sl/strings.xml libreoffice-7.6.5.2/android/source/res/values-sl/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-sl/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-sl/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="app_name">Pregledovalnik LibreOffice</string>
+    <string name="app_version">Različica: %1$s&lt;br&gt;ID gradnje: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="app_credits">https://sl.libreoffice.org</string>
+    <string name="app_vendor">Ta izdelek je dal na voljo $VENDOR.</string>
+    <string name="readonly_file">Ta datoteka je samo za branje.</string>
+    <string name="about_license">Pokaži dovoljenje</string>
+    <string name="new_drawing">Nova risba</string>
+    <string name="new_presentation">Nova predstavitev</string>
+    <string name="new_spreadsheet">Nova preglednica</string>
+    <string name="default_document_name">neimenovano</string>
+    <string name="pref_category_general">Splošno</string>
+    <string name="title_browser">Vse datoteke</string>
+    <string name="browser_app_name">Brskalnik LibreOffice</string>
+    <string name="menu_preferences">Nastavitve</string>
+    <string name="pref_experimental_editing">Poskusni način</string>
+    <string name="action_italic">Ležeče</string>
+    <string name="about_notice">Pokaži obvestilo</string>
+    <string name="select_file_to_open">Izberite datoteko, ki jo želite odpreti.</string>
+    <string name="action_about">O programu</string>
+    <string name="menu_search">Išči</string>
+    <string name="pref_developer_mode">Razvijalski način</string>
+    <string name="action_parts">Deli</string>
+    <string name="about_moreinfo">Več informacij</string>
+    <string name="search_not_found">Tipkovnica ni možno najti</string>
+    <string name="file_icon_desc">Ikona datoteke</string>
+    <string name="pref_developer_mode_summary">Omogočite način za razvijalce, v katerem lahko v aplikaciji pošiljate ukaze UNO. Uporabljajte na lastno odgovornost.</string>
+    <string name="password">Geslo</string>
+    <string name="action_save">Shrani</string>
+    <string name="action_settings">Nastavitve</string>
+    <string name="action_underline">Podčrtano</string>
+    <string name="action_strikeout">Prečrtano</string>
+    <string name="action_add_slide">Dodaj prosojnico</string>
+    <string name="action_cancel">Prekliči</string>
+    <string name="action_bold">Krepko</string>
+    <string name="action_undo">Razveljavi</string>
+    <string name="action_redo">Uveljavi</string>
+    <string name="save_document">SHRANI</string>
+    <string name="action_save_as">Shrani kot ...</string>
+    <string name="message_saving">Shranjevanje dokumenta …</string>
+    <string name="action_presentation">Projekcija</string>
+    <string name="no_save_document">NE</string>
+    <string name="action_keyboard">Pokaži tipkovnico</string>
+    <string name="action_UNO_commands">Pošlji ukaz UNO</string>
+    <string name="action_search">Išči</string>
+    <string name="save_alert_dialog_title">Ali želite shraniti dokument pred zapiranjem\?</string>
+    <string name="action_fromat">Omogoči oblikovanje</string>
+    <string name="message_save_incomplete">Shranjevanje ni dokončano. Ali ste opravili spremembe\?</string>
+    <string name="calc_optimal_length_confirm">V redu</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">V redu</string>
+    <string name="calc_show">Pokaži</string>
+    <string name="calc_delete">Izbriši</string>
+    <string name="calc_hide">Skrij</string>
+    <string name="action_pwd_dialog_cancel">Prekliči</string>
+    <string name="action_copy">Kopiraj</string>
+    <string name="action_paste">Prilepi</string>
+    <string name="insert_table">Vstavi tabelo</string>
+    <string name="action_delete_slide">Izbriši prosojnico</string>
+    <string name="action_cut">Izreži</string>
+    <string name="action_back">Nazaj</string>
+    <string name="calc_adjust_length">Prilagodi dolžino</string>
+    <string name="calc_adjust_height">Prilagodi višino</string>
+    <string name="calc_adjust_width">Prilagodi širino</string>
+    <string name="calc_optimal_height">Optimalna višina</string>
+    <string name="calc_optimal_width">Optimalna širina</string>
+    <string name="slideshow_action_back">Nazaj</string>
+    <string name="select_photo_title">Izberite sliko</string>
+    <string name="compress_photo_medium_size">Srednja velikost</string>
+    <string name="compress_photo_max_quality">Najvišja kakovost</string>
+    <string name="no_camera_found">Kamere ni mogoče najti</string>
+    <string name="action_add_worksheet">Dodaj delovni list</string>
+    <string name="calc_optimal_length_default_text">Vnesite dodatno dolžino v stotinah/mm</string>
+    <string name="action_pwd_dialog_title">Vnesite geslo</string>
+    <string name="take_photo">Naredi fotografijo</string>
+    <string name="select_photo">Izberite fotografijo</string>
+    <string name="compress_photo_no_compress">Ne stisni</string>
+    <string name="action_rename_worksheet">Preimenuj delovni list</string>
+    <string name="action_delete_worksheet">Izbriši delovni list</string>
+    <string name="compress_photo_smallest_size">Najmanjša velikost</string>
+    <string name="action_text_copied">Besedilo je kopirano v odložišče</string>
+    <string name="part_deleted">Del je bil izbrisan.</string>
+    <string name="part_name_changed">Ime dela je bilo spremenjeno.</string>
+    <string name="name_already_used">Dano ime je že v rabi.</string>
+    <string name="select_insert_options">Izberite možnosti vstavljanja:</string>
+    <string name="select_delete_options">Izberite možnosti brisanja:</string>
+    <string name="calc_alert_double_click_optimal_length">Namig: dvakrat tapnite glavo, da nastavite optimalno širino/višino.</string>
+    <string name="UNO_commands_string_value_hint">Vrednost</string>
+    <string name="alert_ok">V redu</string>
+    <string name="error">Napaka</string>
+    <string name="tabhost_paragraph">Odstavek</string>
+    <string name="tabhost_insert">Vstavi</string>
+    <string name="alert_cancel">Prekliči</string>
+    <string name="page">Stran</string>
+    <string name="font_color">Barva pisave</string>
+    <string name="automatic">Samodejno</string>
+    <string name="sheet">Delovni list</string>
+    <string name="slide">Prosojnica</string>
+    <string name="action_rename_slide">Preimenuj prosojnico</string>
+    <string name="action_exportToPDF">Izvozi v PDF</string>
+    <string name="UNO_commands_string_type_hint">Vrsta</string>
+    <string name="tabhost_style">Slog</string>
+    <string name="display_language">Prikaži jezik</string>
+    <string name="current_uno_command">Trenutni ukaz UNO</string>
+    <string name="UNO_commands_string_hint">Ukaz UNO</string>
+    <string name="action_print">Natisni</string>
+    <string name="tabhost_character">Znak</string>
+    <string name="printing_not_supported">Vaša naprava ne podpira tiskanja</string>
+    <string name="directory_not_saved">Mapa ni shranjena.</string>
+    <string name="unable_to_go_further">Ni možno nadaljevati.</string>
+    <string name="enter_part_name">Vnesite ime dela</string>
+    <string name="display_language_summary">Določite privzeti jezik za prikaz</string>
+    <string name="pdf_export_finished">Izvoz v PDF je dokončan</string>
+    <string name="unable_to_export_pdf">Izvoz v PDF ni možen</string>
+    <string name="unable_to_save">Datoteke ni mogoče shraniti</string>
+    <string name="part">Del</string>
+    <string name="highlight_color">Barva poudarjanja</string>
+    <string name="UNO_commands_string_parent_value_hint">Nadrejena vrednost</string>
+    <string name="bmp_null">Bmp je ničen!</string>
+    <string name="app_name_settings">Nastavitve Pregledovalnika LibreOffice</string>
+    <string name="app_about_name"><b>Pregledovalnik LibreOffice, beta</b></string>
+    <string name="app_description">Pregledovalnik LibreOffice je pregledovalnik dokumentov, zasnovan na LibreOffice.</string>
+    <string name="action_pwd_dialog_OK">V redu</string>
+    <string name="calc_optimal_length">Optimalna dolžina</string>
+    <string name="message_saving_failed">Shranjevanje dokumenta je spodletelo.</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">Vaša naprava Android ne podpira projekcije svg v aplikaciji. Povezavo do projekcije smo kopirali v odložišče. Pritisnite gumb Domov, odprite sodoben spletni brskalnik, prilepite v naslovno vrstico in nadaljujte.</string>
+    <string name="compress_photo_title">Ali želite stisniti fotografijo\?</string>
+    <string name="title_recents">Nedavne datoteke</string>
+    <string name="message_saved">Shranjevanje dokončano</string>
+    <string name="calc_insert_before">Vstavi</string>
+    <string name="new_textdocument">Nov besedilni dokument</string>
+    <string name="pref_experimental_editing_summary">Omogočite poskusni način urejanja. Uporabljajte na lastno odgovornost.</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-tr/strings.xml libreoffice-7.6.5.2/android/source/res/values-tr/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-tr/strings.xml	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-tr/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -1,26 +1,21 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
-
     <string name="app_name">LibreOffice Görüntüleyici</string>
     <string name="app_name_settings">LibreOffice Görüntüleyici Ayarları</string>
-
     <string name="app_about_name"><b>LibreOffice Görüntüleyici \'Beta\'</b></string>
-    <string name="app_version">Versiyon: %1$s\nBuild ID: %2$s</string>
+    <string name="app_version">Versiyon: %1$s&lt;br&gt;Build ID: &lt;a href="https://hub.libreoffice.org/git-core/%2$s"&gt;%2$s&lt;/a&gt;</string>
     <string name="app_description">LibreOffice Görüntüleyici LibreOffice tabanlı bir belge görüntüleyicisidir.</string>
     <string name="app_credits">https://www.libreoffice.org</string>
     <string name="app_vendor">Bu sürüm $VENDOR tarafından derlenmiştir.</string>
     <string name="readonly_file">Bu dosya salt okunabilir haldedir.</string>
-
     <string name="about_license">Lisansı Görüntüle</string>
     <string name="about_notice">Bildiriyi Görüntüle</string>
     <string name="about_moreinfo">Daha Fazla Bilgi</string>
-
     <string name="new_textdocument">Yeni Kelime İşlemci</string>
     <string name="new_presentation">Yeni Sunum</string>
     <string name="new_spreadsheet">Yeni Hesap Tablosu</string>
     <string name="new_drawing">Yeni Çizim</string>
     <string name="default_document_name">adsız</string>
-
     <string name="browser_app_name">LibreOffice Tarayıcı</string>
     <string name="menu_search">Ara</string>
     <string name="search_not_found">Söz dizimi bulunamadı.</string>
@@ -33,11 +28,9 @@
     <string name="pref_experimental_editing_summary">Deneysel düzenleme modunu etkinleştirin. Kullanım riski size aittir.</string>
     <string name="pref_developer_mode">GeliÅŸtirici Modu</string>
     <string name="pref_developer_mode_summary">Geliştirici modunu etkinleştirerek UNO komutları gönderin. Kullanım riski size aittir.</string>
-
     <string name="action_about">Hakkında</string>
     <string name="action_parts">Bölümler</string>
     <string name="action_settings">Ayarlar</string>
-
     <!-- Edit action names -->
     <string name="action_bold">Kalın</string>
     <string name="action_underline">Altı çizgili</string>
@@ -48,29 +41,24 @@
     <string name="action_fromat">Biçimlendirmeyi etkinleştir.</string>
     <string name="action_search">Ara</string>
     <string name="action_UNO_commands">UNO komutu yolla</string>
-
     <!-- Feedback messages -->
     <string name="message_saved">Kaydetme tamamlandı.</string>
     <string name="message_saving">Belge kaydediliyor…</string>
     <string name="message_save_incomplete">Kayıt tamamlanmadı. Değişiklik yapıldı mı?</string>
-
     <string name="password">Parola</string>
     <string name="action_undo">Geri Al</string>
     <string name="action_redo">Yinele</string>
-
     <!-- Save Alert dialog strings -->
     <string name="save_alert_dialog_title">DeÄŸiÅŸiklikleri kaydetmek istiyor musunuz?</string>
     <string name="save_document">Kaydet</string>
     <string name="action_cancel">İptal</string>
     <string name="no_save_document">Hayır</string>
-
     <!-- Presentation Mode Strings -->
     <string name="action_presentation">Slayt Gösterisi</string>
     <string name="action_add_slide">Slayt Ekle</string>
     <string name="alert_copy_svg_slide_show_to_clipboard">Cihazınız uygulama içi slayt gösterisini desteklemiyor. Sunumu panoya kopyaladık. Lütfen ev tuşuna basıp modern bir tarayıcı açıp arama çubuğuna yapıştırın ve sunumu görüntüleyin.</string>
     <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">Tamam</string>
     <string name="slideshow_action_back">Geri</string>
-
     <!-- Calc Header Menu Strings -->
     <string name="calc_insert_before">Ekle</string>
     <string name="calc_delete">Sil</string>
@@ -86,12 +74,10 @@
     <string name="calc_optimal_length_default_text">Extra uzunluk giriniz: 100th/mm</string>
     <string name="calc_alert_double_click_optimal_length">İpucu: Başlığa çift dokunuş en iyi uzunluk ve genişliği ayarlar.</string>
     <string name="action_add_worksheet">Hesap Tablosu Ekle</string>
-
     <!-- Password dialog strings -->
     <string name="action_pwd_dialog_OK">Tamam</string>
     <string name="action_pwd_dialog_cancel">İptal</string>
     <string name="action_pwd_dialog_title">Lütfen parola giriniz.</string>
-
     <!-- Insert Image Strings -->
     <string name="take_photo">Fotoğraf Çek</string>
     <string name="select_photo">Fotoğraf Seç</string>
@@ -102,7 +88,6 @@
     <string name="compress_photo_max_quality">Maksimum Kalite</string>
     <string name="compress_photo_no_compress">Sıkıştırma yapma</string>
     <string name="compress_photo_title">Fotoğrafı sıkıştırmak ister misiniz?</string>
-
     <!-- Clipboard Actions -->
     <string name="action_copy">Kopyala</string>
     <string name="action_paste">Yapıştır</string>
@@ -130,7 +115,6 @@
         <item>Sütun Sil</item>
         <item>Tablo Sil</item>
     </string-array>
-
     <!-- UNO cmd controller Strings -->
     <string name="UNO_commands_string_hint">UNO Komutu</string>
     <string name="UNO_commands_string_type_hint">Tip</string>
@@ -161,4 +145,10 @@
     <string name="highlight_color">Vurgulama Rengi</string>
     <string name="font_color">Metin Rengi</string>
     <string name="action_rename_slide">Slaytı yeniden adlandır</string>
-</resources>
+    <string name="action_save_as">Farklı Kaydet…</string>
+    <string name="pdf_export_finished">PDF dışa aktarıldı</string>
+    <string name="select_file_to_open">Açılacak dosyayı seçin</string>
+    <string name="message_saving_failed">Belge kaydedilemedi.</string>
+    <string name="automatic">Otomatik</string>
+    <string name="unable_to_save">Dosya kaydedilemiyor</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-uk/strings.xml libreoffice-7.6.5.2/android/source/res/values-uk/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-uk/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-uk/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="app_name">Оглядач LibreOffice</string>
+    <string name="app_name_settings">Налаштування Оглядача LibreOffice</string>
+    <string name="app_version">Версія: %1$s&lt;br&gt;ID збірки: &lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="app_about_name"><b>Оглядач LibreOffice \'Beta\'</b></string>
+    <string name="app_description">Оглядач LibreOffice - це програма, яка може відкривати документи LibreOffice.</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="readonly_file">Цей файл лише для читання.</string>
+    <string name="about_license">Показати ліцензію</string>
+    <string name="about_notice">Показати Примітки</string>
+    <string name="about_moreinfo">Більше інфо...</string>
+    <string name="new_textdocument">Новий текстовий документ</string>
+    <string name="new_presentation">Нова презентація</string>
+    <string name="new_drawing">Новий рисунок</string>
+    <string name="default_document_name">без назви</string>
+    <string name="select_file_to_open">Оберіть файл для відкриття</string>
+    <string name="browser_app_name">LibreOffice Browser</string>
+    <string name="menu_search">Пошук</string>
+    <string name="file_icon_desc">піктограма</string>
+    <string name="title_browser">Всі файли</string>
+    <string name="pref_category_general">Загальне</string>
+    <string name="pref_experimental_editing">Експериментальний режим</string>
+    <string name="pref_developer_mode">Режим розробника</string>
+    <string name="action_about">Про програму</string>
+    <string name="action_parts">Частини</string>
+    <string name="action_settings">Параметри</string>
+    <string name="action_keyboard">Показати клавіатуру</string>
+    <string name="action_save">Зберегти</string>
+    <string name="action_fromat">Увімкнути форматування</string>
+    <string name="action_search">Пошук</string>
+    <string name="action_UNO_commands">Надіслати кмд UNO</string>
+    <string name="message_saved">Збережено</string>
+    <string name="message_saving">Запис документа…</string>
+    <string name="message_saving_failed">Запис документа перервано.</string>
+    <string name="password">Пароль</string>
+    <string name="action_undo">Відміна</string>
+    <string name="action_redo">Повтор</string>
+    <string name="save_alert_dialog_title">Зберегти документ перед закриттям\?</string>
+    <string name="save_document">Зберегти</string>
+    <string name="action_cancel">Відмовитись</string>
+    <string name="no_save_document">НІ</string>
+    <string name="action_presentation">Слайд-шоу</string>
+    <string name="action_add_slide">Додати слайд</string>
+    <string name="slideshow_action_back">Назад</string>
+    <string name="calc_delete">Вилучити</string>
+    <string name="action_bold">Жирний</string>
+    <string name="action_underline">Підкреслений</string>
+    <string name="action_italic">Нахилений</string>
+    <string name="action_strikeout">Викреслити</string>
+    <string name="action_save_as">Зберегти як...</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">ОК</string>
+    <string name="calc_show">Показати</string>
+    <string name="calc_optimal_length">Оптимальна довжина</string>
+    <string name="calc_adjust_height">Припасувати висоту</string>
+    <string name="calc_adjust_width">Припасувати ширину</string>
+    <string name="calc_optimal_height">Оптимальна висота</string>
+    <string name="calc_optimal_width">Оптимальна ширина</string>
+    <string name="calc_optimal_length_confirm">ОК</string>
+    <string name="calc_alert_double_click_optimal_length">Підказка: подвійний тиць на заголовку встановлює оптимальну ширину/висоту.</string>
+    <string name="action_add_worksheet">Додати робочий аркуш</string>
+    <string name="action_pwd_dialog_OK">ОК</string>
+    <string name="action_pwd_dialog_cancel">Відмовитись</string>
+    <string name="take_photo">Зробити фото</string>
+    <string name="select_photo">Обрати фото</string>
+    <string name="select_photo_title">Обрати зображення</string>
+    <string name="no_camera_found">Камера не знайдена</string>
+    <string name="compress_photo_smallest_size">Найменший розмір</string>
+    <string name="compress_photo_medium_size">Середній розмір</string>
+    <string name="compress_photo_title">Бажаєте стиснути фото\?</string>
+    <string name="action_copy">Копіювати</string>
+    <string name="action_paste">Вставити</string>
+    <string name="action_cut">Вирізати</string>
+    <string name="action_back">Назад</string>
+    <string name="insert_table">Вставити таблицю</string>
+    <string name="select_insert_options">Оберіть параметри вставки:</string>
+    <string name="select_delete_options">Оберіть параметри видалення:</string>
+    <string name="action_delete_worksheet">Вилучити аркуш</string>
+    <string name="action_delete_slide">Вилучити слайд</string>
+    <string name="name_already_used">Така назва вже використовується.</string>
+    <string name="part_name_changed">Частину назви змінено.</string>
+    <string name="part_deleted">Частину видалено.</string>
+    <string name="UNO_commands_string_type_hint">Тип</string>
+    <string name="UNO_commands_string_value_hint">Значення</string>
+    <string name="UNO_commands_string_parent_value_hint">Значення батьківського елемента</string>
+    <string name="action_exportToPDF">Експортувати в PDF</string>
+    <string name="action_print">Друк</string>
+    <string name="tabhost_character">Символ</string>
+    <string name="tabhost_paragraph">Абзац</string>
+    <string name="tabhost_insert">Вставити</string>
+    <string name="tabhost_style">Стиль</string>
+    <string name="alert_ok">ОК</string>
+    <string name="alert_cancel">Відміна</string>
+    <string name="current_uno_command">Поточна команда UNO</string>
+    <string name="display_language">Мова на екрані</string>
+    <string name="display_language_summary">Встановити типову мову</string>
+    <string name="pdf_export_finished">Експорт до PDF завершено</string>
+    <string name="unable_to_export_pdf">Неможливо експортувати в PDF</string>
+    <string name="unable_to_save">Неможливо зберегти файл</string>
+    <string name="error">Помилка</string>
+    <string name="enter_part_name">Введіть частину назви</string>
+    <string name="bmp_null">Bmp має нульове значення!</string>
+    <string name="page">Сторінка</string>
+    <string name="sheet">Аркуш</string>
+    <string name="slide">Слайд</string>
+    <string name="part">Частина</string>
+    <string name="highlight_color">Колір виділення</string>
+    <string name="font_color">Колір шрифта</string>
+    <string name="printing_not_supported">Ваш пристрій не підтримує друк</string>
+    <string name="directory_not_saved">Каталог не збережено.</string>
+    <string name="action_rename_slide">Перейменувати слайд</string>
+    <string name="automatic">Автоматично</string>
+    <string name="app_vendor">Цей випуск постачає $VENDOR.</string>
+    <string name="new_spreadsheet">Нова електронна таблиця</string>
+    <string name="search_not_found">Ключове слово не знайдено</string>
+    <string name="menu_preferences">Налаштування</string>
+    <string name="title_recents">Попередні файли</string>
+    <string name="UNO_commands_string_hint">Команда UNO</string>
+    <string name="action_rename_worksheet">Перейменувати аркуш</string>
+    <string name="calc_optimal_length_default_text">Введіть додаткову довжину у 100th/мм</string>
+    <string name="pref_experimental_editing_summary">Активуйте експериментальний режим редагування. Використовуйте на власний ризик.</string>
+    <string name="pref_developer_mode_summary">Активувати режим розробника, де у межах додатка можна надсилати команди UNO. Використовуйте на власний ризик.</string>
+    <string name="calc_insert_before">Вставити</string>
+    <string name="calc_hide">Приховати</string>
+    <string name="calc_adjust_length">Припасувати довжину</string>
+    <string name="action_pwd_dialog_title">Введіть пароль</string>
+    <string name="compress_photo_max_quality">Макс. якість</string>
+    <string name="compress_photo_no_compress">Не стискати</string>
+    <string name="action_text_copied">Текст скопійовано до буфера</string>
+    <string name="message_save_incomplete">Збереження не завершено. Були якісь зміни\?</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">Ваш пристрій Android не підтримує слайд-шоу у форматі svg. Ми скопіювали посилання на слайд-шоу в буфер обміну. Будь ласка, натисніть кнопку \"Додому\", відкрийте сучасний веб-браузер, вставте в адресний рядок і перейдіть.</string>
+    <string name="unable_to_go_further">Неможливо продовжити.</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/res/values-zh-rTW/strings.xml libreoffice-7.6.5.2/android/source/res/values-zh-rTW/strings.xml
--- libreoffice-7.6.4.1/android/source/res/values-zh-rTW/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/res/values-zh-rTW/strings.xml	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="app_name">LibreOffice 檢視器</string>
+    <string name="app_name_settings">LibreOffice 檢視器設定</string>
+    <string name="app_version">版本:%1$s&lt;br&gt;建置 ID:&lt;a href=https://hub.libreoffice.org/git-core/%2$s&gt;%2$s&lt;/a&gt;</string>
+    <string name="app_description">LibreOffice 檢視器是以 LibreOffice 為基礎開發的文件檢視器。</string>
+    <string name="app_credits">https://www.libreoffice.org</string>
+    <string name="app_vendor">此版本由 $VENDOR 提供。</string>
+    <string name="readonly_file">此檔案唯讀。</string>
+    <string name="about_license">顯示授權條款</string>
+    <string name="app_about_name"><b>LibreOffice 檢視器「測試版」</b></string>
+    <string name="about_notice">顯示注意事項</string>
+    <string name="new_textdocument">新文字文件</string>
+    <string name="new_presentation">æ–°ç°¡å ±</string>
+    <string name="new_spreadsheet">新試算表</string>
+    <string name="new_drawing">新繪圖</string>
+    <string name="default_document_name">無題</string>
+    <string name="select_file_to_open">選取要開啟的檔案</string>
+    <string name="file_icon_desc">檔案圖示</string>
+    <string name="title_recents">最近檔案</string>
+    <string name="title_browser">所有檔案</string>
+    <string name="pref_category_general">一般</string>
+    <string name="pref_experimental_editing">實驗性模式</string>
+    <string name="pref_experimental_editing_summary">啟用實驗性編輯模式。使用風險自負。</string>
+    <string name="pref_developer_mode">開發者模式</string>
+    <string name="action_about">關於</string>
+    <string name="action_parts">部份</string>
+    <string name="about_moreinfo">更多資訊</string>
+    <string name="browser_app_name">LibreOffice 瀏覽器</string>
+    <string name="menu_search">搜尋</string>
+    <string name="search_not_found">找不到關鍵字</string>
+    <string name="menu_preferences">偏好設定</string>
+    <string name="action_settings">設定</string>
+    <string name="action_keyboard">顯示鍵盤</string>
+    <string name="action_save">儲存</string>
+    <string name="action_fromat">啟用格式</string>
+    <string name="action_search">搜尋</string>
+    <string name="action_UNO_commands">傳送 UNO 命令</string>
+    <string name="message_saved">儲存完成</string>
+    <string name="message_saving">正在儲存文件……</string>
+    <string name="action_bold">ç²—é«”</string>
+    <string name="action_underline">底線</string>
+    <string name="action_italic">義式斜體</string>
+    <string name="action_strikeout">刪除線</string>
+    <string name="action_save_as">另存新檔……</string>
+    <string name="password">密碼</string>
+    <string name="message_save_incomplete">儲存不完整。有任何變更嗎?</string>
+    <string name="action_undo">取消動作</string>
+    <string name="save_document">儲存</string>
+    <string name="action_cancel">取消</string>
+    <string name="no_save_document">否</string>
+    <string name="action_presentation">投影片放映</string>
+    <string name="action_add_slide">新增投影片</string>
+    <string name="slideshow_action_back">返回</string>
+    <string name="calc_insert_before">插入</string>
+    <string name="calc_delete">刪除</string>
+    <string name="calc_hide">隱藏</string>
+    <string name="calc_show">顯示</string>
+    <string name="calc_adjust_height">調整高度</string>
+    <string name="calc_adjust_width">調整寬度</string>
+    <string name="calc_adjust_length">調整長度</string>
+    <string name="calc_optimal_length">最適長度</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">確定</string>
+    <string name="calc_optimal_height">最適高度</string>
+    <string name="calc_optimal_width">最適寬度</string>
+    <string name="calc_optimal_length_confirm">確定</string>
+    <string name="calc_optimal_length_default_text">輸入額外長度(以 100th/mm 為單位)</string>
+    <string name="action_add_worksheet">新增工作表</string>
+    <string name="action_pwd_dialog_OK">確定</string>
+    <string name="action_pwd_dialog_cancel">取消</string>
+    <string name="take_photo">拍照</string>
+    <string name="select_photo">選取照片</string>
+    <string name="select_photo_title">選取圖片</string>
+    <string name="no_camera_found">找不到相機</string>
+    <string name="compress_photo_smallest_size">最小大小</string>
+    <string name="compress_photo_medium_size">中等大小</string>
+    <string name="compress_photo_max_quality">最高品質</string>
+    <string name="compress_photo_title">您想要壓縮照片嗎?</string>
+    <string name="action_copy">複製</string>
+    <string name="action_paste">貼上</string>
+    <string name="action_cut">剪下</string>
+    <string name="action_back">返回</string>
+    <string name="action_text_copied">文字已複製到剪貼簿</string>
+    <string name="insert_table">插入表格</string>
+    <string name="select_insert_options">選取插入選項:</string>
+    <string name="select_delete_options">選取刪除選項:</string>
+    <string name="action_rename_worksheet">重新命名工作表</string>
+    <string name="action_delete_worksheet">刪除工作表</string>
+    <string name="action_delete_slide">刪除投影片</string>
+    <string name="name_already_used">指定名稱已被使用。</string>
+    <string name="part_name_changed">部份名稱已變更。</string>
+    <string name="part_deleted">部份已刪除。</string>
+    <string name="UNO_commands_string_hint">UNO 命令</string>
+    <string name="UNO_commands_string_type_hint">類型</string>
+    <string name="action_exportToPDF">匯出為 PDF</string>
+    <string name="action_print">列印</string>
+    <string name="tabhost_character">å­—å…ƒ</string>
+    <string name="tabhost_paragraph">段落</string>
+    <string name="tabhost_insert">插入</string>
+    <string name="tabhost_style">樣式</string>
+    <string name="alert_ok">確定</string>
+    <string name="alert_cancel">取消</string>
+    <string name="current_uno_command">目前 UNO 命令</string>
+    <string name="unable_to_go_further">無法更進一步。</string>
+    <string name="pdf_export_finished">PDF 匯出結束</string>
+    <string name="unable_to_export_pdf">無法匯出為 PDF</string>
+    <string name="unable_to_save">無法儲存檔案</string>
+    <string name="error">錯誤</string>
+    <string name="enter_part_name">輸入部份名稱</string>
+    <string name="printing_not_supported">您的裝置不支援列印</string>
+    <string name="bmp_null">Bmp 為空!</string>
+    <string name="page">頁面</string>
+    <string name="sheet">工作表</string>
+    <string name="slide">投影片</string>
+    <string name="part">部份</string>
+    <string name="highlight_color">標明色彩</string>
+    <string name="font_color">字型色彩</string>
+    <string name="directory_not_saved">目錄無法儲存。</string>
+    <string name="automatic">自動</string>
+    <string name="calc_alert_double_click_optimal_length">提示:輕點標題列兩次可以設定最適寬度/高度。</string>
+    <string name="action_pwd_dialog_title">請輸入密碼</string>
+    <string name="compress_photo_no_compress">不要壓縮</string>
+    <string name="UNO_commands_string_parent_value_hint">上層值</string>
+    <string name="display_language_summary">設定預設顯示語言</string>
+    <string name="pref_developer_mode_summary">啟用開發者模式,您可以在應用程式內傳送 UNO 命令。使用風險自負。</string>
+    <string name="save_alert_dialog_title">關閉前儲存文件?</string>
+    <string name="UNO_commands_string_value_hint">值</string>
+    <string name="display_language">顯示語言</string>
+    <string name="message_saving_failed">儲存文件失敗。</string>
+    <string name="action_redo">再次動作</string>
+    <string name="action_rename_slide">重新命名投影片</string>
+    <string name="alert_copy_svg_slide_show_to_clipboard">您的 Android 裝置不支援應用程式內 svg 投影片放映。我們複製了投影片連結到剪貼簿。請按下主畫面按鈕,開啟現代網路瀏覽器,在網址列貼上並前往。</string>
+</resources>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/android/source/src/java/org/libreoffice/AboutDialogFragment.java libreoffice-7.6.5.2/android/source/src/java/org/libreoffice/AboutDialogFragment.java
--- libreoffice-7.6.4.1/android/source/src/java/org/libreoffice/AboutDialogFragment.java	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/android/source/src/java/org/libreoffice/AboutDialogFragment.java	2024-02-17 14:05:36.000000000 +0100
@@ -40,33 +40,23 @@
         int defaultColor = textView.getTextColors().getDefaultColor();
         textView.setTextColor(defaultColor);
 
-        // Take care of placeholders in the version and vendor text views.
-        TextView versionView = messageView.findViewById(R.id.about_version);
-        TextView vendorView = messageView.findViewById(R.id.about_vendor);
+        // Take care of placeholders and set text in version and vendor text views.
         try
         {
             String versionName = getActivity().getPackageManager()
                     .getPackageInfo(getActivity().getPackageName(), 0).versionName;
-            String[] tokens = versionName.split("/");
-            if (tokens.length == 3)
-            {
-                String version = String.format(versionView.getText().toString().replace("\n", "<br/>"),
-                        tokens[0], "<a href=\"https://hub.libreoffice.org/git-core/" + tokens[1] + "\">" + tokens[1] + "</a>");
-                @SuppressWarnings("deprecation") // since 24 with additional option parameter
-                Spanned versionString = Html.fromHtml(version);
-                versionView.setText(versionString);
-                versionView.setMovementMethod(LinkMovementMethod.getInstance());
-                String vendor = vendorView.getText().toString();
-                vendor = vendor.replace("$VENDOR", tokens[2]);
-                vendorView.setText(vendor);
-            }
-            else
-                throw new PackageManager.NameNotFoundException();
+            String version = String.format(getString(R.string.app_version), versionName, BuildConfig.BUILD_ID_SHORT);
+            @SuppressWarnings("deprecation") // since 24 with additional option parameter
+            Spanned versionString = Html.fromHtml(version);
+            TextView versionView = messageView.findViewById(R.id.about_version);
+            versionView.setText(versionString);
+            versionView.setMovementMethod(LinkMovementMethod.getInstance());
+            TextView vendorView = messageView.findViewById(R.id.about_vendor);
+            String vendor = getString(R.string.app_vendor).replace("$VENDOR", BuildConfig.VENDOR);
+            vendorView.setText(vendor);
         }
         catch (PackageManager.NameNotFoundException e)
         {
-            versionView.setText("");
-            vendorView.setText("");
         }
 
         AlertDialog.Builder builder = new AlertDialog.Builder(getActivity());
diff -Nur libreoffice-7.6.4.1/basctl/source/basicide/baside2b.cxx libreoffice-7.6.5.2/basctl/source/basicide/baside2b.cxx
--- libreoffice-7.6.4.1/basctl/source/basicide/baside2b.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/basctl/source/basicide/baside2b.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -562,7 +562,11 @@
 
     if (pCodeCompleteWnd->IsVisible() && CodeCompleteOptions::IsCodeCompleteOn())
     {
-        if (pCodeCompleteWnd->HandleKeyInput(rKEvt))
+        pCodeCompleteWnd->HandleKeyInput(rKEvt);
+        if( rKEvt.GetKeyCode().GetCode() == KEY_UP
+            || rKEvt.GetKeyCode().GetCode() == KEY_DOWN
+            || rKEvt.GetKeyCode().GetCode() == KEY_TAB
+            || rKEvt.GetKeyCode().GetCode() == KEY_POINT)
             return;
     }
 
diff -Nur libreoffice-7.6.4.1/basctl/source/dlged/dlged.cxx libreoffice-7.6.5.2/basctl/source/dlged/dlged.cxx
--- libreoffice-7.6.4.1/basctl/source/dlged/dlged.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/basctl/source/dlged/dlged.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -623,6 +623,8 @@
 
     // set default property values
     pDlgEdObj->SetDefaults();
+    // set the form to which the new object belongs
+    pDlgEdObj->SetDlgEdForm(pDlgEdForm.get());
 
     // insert object into drawing page
     SdrPageView* pPageView = pDlgEdView->GetSdrPageView();
diff -Nur libreoffice-7.6.4.1/ChangeLog libreoffice-7.6.5.2/ChangeLog
--- libreoffice-7.6.4.1/ChangeLog	2023-11-30 14:15:20.000000000 +0100
+++ libreoffice-7.6.5.2/ChangeLog	2024-02-17 15:02:39.000000000 +0100
@@ -1,18 +1,301 @@
-2023-11-30  Xisco Fauli  <xiscofauli@libreoffice.org>  [e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1]
+2024-02-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [38d5f62f85355c192ef5f1dd47c5c0c0c6d6598b]
 
-        Version 7.6.4.1, tag libreoffice-7.6.4.1
+        Version 7.6.5.2, tag libreoffice-7.6.5.2-hotfix1
 
-2023-11-30  Xisco Fauli  <xiscofauli@libreoffice.org>  [61a0b72d8faecb4d00a603cc1976031c7fe1e1a0]
+2024-02-17  Mike Kaganski  <mike.kaganski@collabora.com>  [4ff98b465d4b592ae66cc8bff2b9a6ee8c341685]
 
-        bump product version to 7.6.4.1
+        OpenSSL: upgrade to 3.0.13
         
-        Change-Id: I5efbdc4041fbf474c308f423ce16627ff113e912
+        Change-Id: Ib03c99a2dbf0f7c932b8a6b953ac9eb9c43f978f
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163493
+        Tested-by: Jenkins
+        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+        (cherry picked from commit a268b95d73911f1b92482c4b06d480cfd6eeb0dc)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163534
+        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+        (cherry picked from commit c1ba4bcef46433fe130ce36639d3cfead1b8b8d1)
+
+2024-02-17  Hossein  <hossein@libreoffice.org>  [5dba65c0c70d07310be84b307aa67db7faeb6224]
+
+        tdf#155446 Fix problem with ccache on Windows
+        
+        This patch fixes the recent problem with building LibreOffice with ccache
+        on Windows which was caused by the lack of double quotation mark between
+        ccache.exe and path to the MSVC compiler.
+        
+        Change-Id: I1a714513ccb8cd674895d0c887013ea862d3b544
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152277
+        Tested-by: Jenkins
+        Reviewed-by: Hossein <hossein@libreoffice.org>
+        (cherry picked from commit 0c9f095a01682d8cb99a596e568bd81ae96906a5)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163505
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit aeca67238e26cd148083055e0f223753f7462c14)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163530
+        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+        (cherry picked from commit 755bafba7ea3642df99ca0bd2b77e608ffa3e4d3)
+
+2024-02-17  Michael Stahl  <michael.stahl@allotropia.de>  [d6e685834a6393bc66ca7dfbfd3c89238dc0b85a]
+
+        nss: upgrade to release 3.98
+        
+        Fixes CVE-2023-5388
+        
+        Also update README, and remove obsolete documentation of Debian's
+        mangled SONAME; relevant Debian changelog:
+        
+          nss (2:3.13.4-2) unstable; urgency=low
+        
+          * debian/control, debian/libnss3*, debian/rules,
+            mozilla/security/coreconf/*, mozilla/security/nss/lib/*/manifest.mn:
+            Move to unversioned library. ABI compatibility is ensured upstream, and
+            the SO version, if it needed a change at any time, would be a change in
+            the library name. There is no reason to keep making compatibility more
+            difficult with other distros and upstream binary releases. While previous
+            versions were one-way compatible (binaries built against other distros or
+            upstream nspr could work on Debian), this approach works both ways.
+        
+          -- Mike Hommey <glandium@debian.org>  Thu, 17 May 2012 09:45:36 +0200
+        
+        Change-Id: Ifc1eae68827fa88ae001a3903c8555af67b488ac
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163494
+        Tested-by: Jenkins
+        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+        (cherry picked from commit a3b49781403102ed8439fad11b1ba0c5457d7606)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163506
+        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+        (cherry picked from commit a5087b37ffcc5f686f1fe9371ab411b81006ad92)
+
+2024-02-17  Andras Timar  <andras.timar@collabora.com>  [c235c9a526d89ff6c3207d7c98f15c2218837220]
+
+        nss: upgrade to release 3.97
+        
+        Change-Id: If0eaf6a93f57239d81491c635922745bf3f38fd5
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163410
+        Tested-by: Jenkins
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+        (cherry picked from commit f25b7efba56757b085f7a836f57d9c2fc8fd14b8)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163408
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit 85c6a7a4944efa5b91e25a35860997e254d35f4c)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163503
+        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+        (cherry picked from commit 19115995ee7dcb760e8ad08457c012f28b86ec78)
+
+2024-02-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3bface63276dddf87526c7cacdc35faf17cde0f2]
+
+        Version 7.6.5.2, tag libreoffice-7.6.5.2
+
+2024-02-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [30f5bb3a50b305eb64965f471e0ccce25f41b24d]
+
+        bump product version to 7.6.5.2
+        
+        Change-Id: I929a8dc621c76a43b6633289a10505ce6b26023a
+
+2024-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [8e60f14eddf768db6ae0880ea6a8e6c834842582]
+
+        tdf#159666 Crash when table and line object are selected at the same time
+        
+        before
+            commit e3077168072452fb8f1c0a8afb2992877cb96d1c
+            Author: Noel Grandin <noel.grandin@collabora.co.uk>
+            Date:   Thu Jun 17 09:49:37 2021 +0200
+            loplugin:finalclasses
+        the cast in
+           const SdrEdgeObj* pEdge = static_cast<SdrEdgeObj*>(m_pObj);
+        would incorrectly cast a SdrTableObj, but it happened to do nothing
+        problematic.
+        
+        After the above commit, the vtable layout changed and it started
+        crashing.
+        
+        Work around it by use dynamic_cast and ignoring objects that are not
+        SdrEdgeObj.
+        
+        Change-Id: Ibe03d4935b8eeb182e037b1648d841e26fa23ed4
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163242
+        Tested-by: Jenkins
+        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
+        (cherry picked from commit bac09f76fd903c109b591a7bc15883e5653715ee)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163187
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163256
+        (cherry picked from commit 39efb3e139ae6423ea093eedc449ac8c5b2cebf4)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163277
+        Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
+        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+
+2024-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [5976bff00ae8eceedd139fbbb2621240108a2400]
+
+        tdf#158279 TOC links lost when converting .doc to HTML
+        
+        regression from
+            commit 8ce36e943f0e50970925b2dd77729ef6036b4a49
+            Author: Noel Grandin <noel.grandin@collabora.co.uk>
+            Date:   Sun May 26 15:15:41 2019 +0200
+            move some searching inside IDocumentMarkAccess
+        
+        where I called the wrong method from inside Writer::FindPos_Bkmk
+        
+        The code was then removed in
+            commit 7bad1516c5f2a85b5bae3f49261ac2494cbb7162
+            Author: Noel Grandin <noel.grandin@collabora.co.uk>
+            Date:   Wed Jul 17 05:41:08 2019 +0200
+            loplugin:unusedmethods
+        
+        Change-Id: I3f1e14a1e3ae2dd134738363e6b2679d2a2f418a
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163095
+        Tested-by: Jenkins
+        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
+        (cherry picked from commit 0a32def8b519461b35b1e249d71ae9961b04400a)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163134
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit d376d2ed714994845bc5cfdb989b3ffa0609ea4b)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163189
+        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+
+2024-02-15  Taichi Haradaguchi  <20001722@ymail.ne.jp>  [4229a5f1996c648cdb038295d2f9b777832c924f]
 
-2023-11-30  Xisco Fauli  <xiscofauli@libreoffice.org>  [31a11a8a26a6b5c0b812c197a72f455c4d5c2aaa]
+        Expat: upgrade to release 2.6.0
+        
+        Fixes CVE-2023-52425 and CVE-2023-52426.
+        
+        Change-Id: Id135bbaea893a83129bdbee44948c09322a64c07
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163146
+        Tested-by: Jenkins
+        Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
+        (cherry picked from commit b7e4078033b064bfc3847db0916a4df389117817)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163393
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit a0090efcb3dd8a55421993f91f4ee5ba769a34ef)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163396
+        Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
+        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+
+2024-02-15  Henry Castro  <hcastro@collabora.com>  [721c55f84684185fa8e4000f13dd46f12560fd09]
 
-        Branch libreoffice-7-6-4
+        tdf#158440: do not extend transparent color
         
-        This is 'libreoffice-7-6-4' - the stable branch for the 7.6.4 release.
+        Avoid to extend the area of transparent colors.
+        
+        Signed-off-by: Henry Castro <hcastro@collabora.com>
+        Change-Id: Ie492e6fea2c3d8b785cfbb96fe7cfc31d87b9996
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163030
+        Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+        (cherry picked from commit c44e12ddb952c78dd08aba1774863554d7ecc7fa)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163023
+        Tested-by: Jenkins
+        (cherry picked from commit 5a609bc2dc1d1b4c1b9215d9ac8f5f1ba0939569)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163028
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+
+2024-02-15  Xisco Fauli  <xiscofauli@libreoffice.org>  [acbf0d017b774e9779503f1aef943c6d7f88ec39]
+
+        tdf#159601, tdf#159594: reuse target for symbols' children
+        
+        Regression from e7186b49a9a0b24ddc3b1c5384b5d9facb03518c
+        "tdf#158445: support viewBox in symbol elements"
+        
+        Change-Id: Ie2198c47149def17fa3cb612046b61bf32e873bf
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163046
+        Tested-by: Jenkins
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit 8b7dbf40a06bc900562887889c17606ae5ef0587)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163015
+        Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163127
+        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
+        (cherry picked from commit 81454c1c3a98860a82fa54fd3a417d3bcb72f8ae)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163276
+        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+
+2024-02-15  Weblate  <noreply@documentfoundation.org>  [0c77887e3f37dee9aa152d5fab8102fdd6112008]
+
+        android-viewer translated using Weblate
+        
+        Galician currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: Icca8eec8410852a90cfd98c08e95cab2edd08dd3
+        Co-authored-by: Xosé <xosecalvo@gmail.com>
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/gl/
+        Translation: android-viewer/android-strings-7-6
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163450
+        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
+        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
+        (cherry picked from commit 6005b136637e0ce61949d8dc50f64982f93eda63)
+
+2024-02-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [369b14eb59cf8627b8db9c2389d5b83ebd990a33]
+
+        Update git submodules
+        
+        * Update translations from branch 'libreoffice-7-6-5'
+          to 7acada566d34b6c5e0274de3d0ff8c57bce04277
+          - update translations for 7.6.5 rc2
+            
+            and force-fix errors using pocheck
+            
+            Change-Id: Ie92e7273a69b81df9bdcc4f7f08a7443fd2f6144
+            (cherry picked from commit 36885fbc6d49abbdb55f6ef9728ef5f49f61c8af)
+            
+2024-02-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7d00f378c99976ef561015c39af554e06a0cb9ad]
+
+        update credits
+        
+        Change-Id: I8c189f3708898087560255fbf353ac88e1dad432
+        (cherry picked from commit a21fb5bd8896ee8b82adf21f3e00cecaa521052f)
+        (cherry picked from commit d726eead5d3b097337c2358c820e96c83ba9f401)
+
+2024-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [0d6f724643d73c6ddc2a4e74ffbd476cb4105ec3]
+
+        tdf#159461 deadlock in Dialog "XML Filter Settings"
+        
+        revert
+            commit 15405dc68b2e88b53585578567da13e3e99962db
+            Author: Noel Grandin <noel.grandin@collabora.co.uk>
+            Date:   Mon Feb 20 15:43:41 2023 +0200
+            osl::Mutex->std::mutex in FilterCache
+        
+        There is much recursive behaviour going on here,
+        via the configmgr and the listeners that FilterCache
+        has.
+        
+        Change-Id: Ice003404dffad9e5e63bcff30c2ceede4f52cab8
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162930
+        Tested-by: Jenkins
+        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
+        (cherry picked from commit b23aec2266da4cc2b3f4a34037d3a073a36d3d83)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162905
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+        (cherry picked from commit 9c5500973bd99ef1323c85c6eefad86c86983f56)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163017
+        (cherry picked from commit 83b173b9eacccf00aa7f51214fb2e3d464acf80f)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163132
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
+        Tested-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
+
+2024-02-01  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e936a070b5063da2d147361caf2fb3502f3b77e7]
+
+        bump product version to 7.6.5.1.0+
+        
+        Change-Id: Ie6b044483953e404168669c9ab774d39d16845dd
+
+2024-02-01  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [528eabb8e9fbd61781baeb81e6348a24566e8a34]
+
+        Branch libreoffice-7-6-5
+        
+        This is 'libreoffice-7-6-5' - the stable branch for the 7.6.5 release.
         Only very safe changes, reviewed by three people are allowed.
         
         If you want to commit more complicated fix for the next 7.6.x release,
@@ -20,6 +303,4242 @@
         
         If you want to build something cool, unstable, and risky, use master.
 
+2024-02-01  Michael Stahl  <michael.stahl@allotropia.de>  [ae3f45e39b59583a60a751dcb54889f1ee28197b]
+
+        tdf#158586 writerfilter: RTF import: fix \page \sect \skbnone w/ header
+        
+        The problem was not fixed yet for the less-minimized bugzilla attachment
+        where the sections contain headers and footers.
+        
+        What happened there is that first \page caused a deferred page break,
+        then \sect and sectBreak() delayed-read the header substream and the
+        \par in the header resets all the deferred break flags.
+        
+        Add the deferred break to an already existing Context class, and remove
+        the direct members in DomainMapper_Impl in favor of always using the
+        m_StreamStateStack.
+        
+        Probably this problem cannot occur for DOCX import, because it imports
+        header/footer eagerly where the reference element is, and sectPr is
+        before any runs that contain breaks in the same paragraph element.
+        
+        Change-Id: Iba971955e9cf0c398d416518e72d99307d3e1cfd
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162833
+        Tested-by: Jenkins
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+        (cherry picked from commit 17e2c7226a73675d69febf0915aaeae61ad8e9f1)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162848
+        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+
+2024-02-01  Michael Stahl  <michael.stahl@allotropia.de>  [0d66c56d48476efdf8d9d9d9549f59cdad5cb25d]
+
+        tdf#158586 writerfilter: RTF import: handle \sect in frame as \par
+        
+        This fixes the test testTdf158586_0 and testTdf158586_0B to look like in
+        Word; the case appears a bit esoteric, hopefully Word won't actually
+        create such documents? But Word will round-trip such bugdoc to a DOCX
+        where the first w:p contains all of w:framePr and w:sectPr and w:br...
+        
+        Change-Id: I6ec09478a774e1e9c785e9482618c1afc388df0e
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162778
+        Tested-by: Jenkins
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+        (cherry picked from commit dbe78489e98d565b72a703524308523135ffdd67)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162847
+        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+
+2024-02-01  Michael Stahl  <michael.stahl@allotropia.de>  [e63a75e00dcd797b0bd061add3c72dcb7b353007]
+
+        tdf#158586 writerfilter: RTF import: fix \page \sect \skbnone
+        
+        The problem is that \page is actually completely ignored in the bugdoc
+        testTdf158586_1.
+        
+        If you delete the \sbknone then there is a page break but it's caused by
+        \sect; the \page is still ignored.
+        
+        It is ignored because, first, the \page results in a deferred break in
+        DomainMapper, then for \sect, the synthetic \par is dispatched and that
+        moves the break from deferred to the top paragraph properties context,
+        then sectBreak() calls endParagraphGroup() which just removes the top
+        paragraph properties context.
+        
+        Remove the dispatchSymbol(RTFKeyword::PAR) for \sect, instead set a flag
+        so that RTFDocumentImpl::sectBreak() does it.
+        
+        Add a new flag m_bParAtEndOfSection so that RTFDocumentImpl::parBreak()
+        can suppress the startParagraphGroup(), so the deferred break remains
+        present.
+        
+        This also fixes testTdf158586_lostFrame.
+        
+        (regression from commit 15b886f460919ea3dce425a621dc017c2992a96b)
+        
+        Change-Id: I82a00899a9448069832a0b2f98a96df00da75518
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162770
+        Tested-by: Jenkins
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+        (cherry picked from commit 57abad5cf990111fd7de011809d4421dc0550193)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162846
+        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+
+2024-02-01  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9f03295d0fcff366a06922990dcd097c1dbdba65]
+
+        Update git submodules
+        
+        * Update translations from branch 'libreoffice-7-6'
+          to 0d9bc22cea63f17ebe2427a7781419e21d9975c4
+          - update translations for 7.6.5 rc1
+            
+            and force-fix errors using pocheck
+            
+            Change-Id: Ie40ba4e69f02dec41db1c7690375460110ae25d0
+            
+2024-01-31  Michael Stahl  <michael.stahl@allotropia.de>  [3f3bd3212e3a4f631aa3c1172ff8adc8623dfdbc]
+
+        curl: upgrade to release 8.6.0
+        
+        Fixes CVE-2024-0853
+        
+        Change-Id: Iabba0748f7c48ee03a8223aef9ca81bf379738e9
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162793
+        Tested-by: Jenkins
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+        (cherry picked from commit 9667ea7e274c4e29cf7c35d9e124a8fbcb2af3da)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162813
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-31  Miklos Vajna  <vmiklos@collabora.com>  [98120818ebec99287f2eaee4146ab125c5ec470b]
+
+        tdf#159452 sw content control, PDF export: fix checked checkboxes
+        
+        Regression from commit 9bad5be0ffdcdee92d40162b598ed2ab2815e5d5 (sw
+        content controls, checkbox: add PDF export, 2022-09-13), we used to
+        export checkbox content controls as plain text, but once checkbox
+        content controls are exported as forms, the state of the checkboxes are
+        lost.
+        
+        Writer content control checkboxes support custom values for the checked
+        and unchecked states, but the PDF export does not. On one hand,
+        PDFWriterImpl::createDefaultCheckBoxAppearance() assumes that the
+        checked state should be a checkmark, not the Writer default 'BALLOT BOX
+        WITH X' (U+2612). On the other hand, the PDF spec section 12.7.4.2.3
+        "Check Boxes" says that the checked state should be "Yes", which
+        explains why our checked state is not recognized by PDF readers.
+        
+        Fix the problem by making the export of checked/unchecked states
+        conditional in SwContentControlPortion::DescribePDFControl(): the
+        checked state then shows up as expected.
+        
+        Leave the unchecked case unchanged, the current markup there doesn't
+        cause problems.
+        
+        Change-Id: I9063d8607c8cccfa080921af38b3cbfe40905115
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162765
+        Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
+        Tested-by: Jenkins
+        (cherry picked from commit 256e2c679bcbb3ea446884d0ff4e3f8687b82ede)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162729
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit e2ea03109ee85d8859b56871350fd6179905cd9b)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162817
+
+2024-01-31  Noel Grandin  <noelgrandin@collabora.co.uk>  [75b430e5a8e8e6e9e234168dd71fa97100a5b09b]
+
+        tdf#159131 Calc is laggy when moving a line (row)
+        
+        revert 	69910b540ae5140123fd2d4d67a9d338f980db53 and
+        add a couple of pre-emptive reserve calls, to prevent repeated
+        resizing.
+        
+        I'm not sure why the above commit causes trouble on Windows, but
+        not Linux, something in the std::vector::reserve implementation
+        no doubt.
+        
+        Change-Id: I858303a0a1e12d204fd3bbccc6c6c7ce57564e5b
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162746
+        Tested-by: Jenkins
+        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
+        (cherry picked from commit 21dd07f95d7dcb95f243753306108c18d9ba115a)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162727
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-31  Xisco Fauli  <xiscofauli@libreoffice.org>  [f0c090973572ba87206361a3d88055b7e0961ff1]
+
+        tdf#158445: support viewBox in symbol elements
+        
+        Change-Id: Ie45b1e1dd4a4dcfc3cf3ce3d30f8dd9e040e37fb
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162605
+        Tested-by: Jenkins
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit d1bffce7314d334e9da330169b3d259c044de161)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162612
+        Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162753
+
+2024-01-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [180da9297ba1e45cbb85debd40136f0281d45b97]
+
+        tdf#158695 convert-to bogusly needs libcui (--disable-gui build)
+        
+        Change-Id: I8e13902c4ee9b4b17e921b68b0626f7728cb0c18
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162749
+        Tested-by: Jenkins
+        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
+        (cherry picked from commit 8d26ca7f9ac37b5ada0a2c463b37181bcc8301a8)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162811
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-31  Xisco Fauli  <xiscofauli@libreoffice.org>  [7b46c77366fb3effd2de9bf5ba11ebd3c064974a]
+
+        tdf#157042: Revert "re-apply "optimize ConfigurationProperty::get()""
+        
+        This reverts commit 3a4a00a51acca8f9b5e775547abff0c4dc9144d7.
+        
+        It causes https://crashreport.libreoffice.org/stats/signature/void%20rtl::str::release%3C_rtl_uString%3E(_rtl_uString*)
+        Looking at other reports of the same crash,
+        the issue started in 7.4 branch with 7df433cdc33b4d6ba38eafad9282d015571433ef
+        "optimize ConfigurationProperty::get()" which was later reverted with
+        df79a29ea20fb698d650be45a48c607f54476dea
+        "Revert "optimize ConfigurationProperty::get()" (7.4 only)"
+        In 7.5 branch Noel tried a different fix with 203ad037ccb9fdebffea4f622229ded90635eb8b
+        "try to fix shutdown crashes in ConfigurationWrapper" but eventually
+        it got reverted in that branch with 13c496b128e5d2bf6686ca1fdf28726009408e55
+        "Revert "optimize ConfigurationProperty::get()"" because the crash was
+        still being reported.
+        In 7.6 branch the revert was also applied in 05b2bfc289df8712097cc1e640bf7d3bc6b86a84
+        "Revert "optimize ConfigurationProperty::get()"" and later reverted with
+        3a4a00a51acca8f9b5e775547abff0c4dc9144d7
+        "re-apply "optimize ConfigurationProperty::get()""
+        However, there have been more than 1200 reports of this crash in
+        LibreOffice 7.6.4.1, See
+        https://crashreport.libreoffice.org/stats/signature/void%20rtl::str::release%3C_rtl_uString%3E(_rtl_uString*)#summary
+        So revert it in 7.6 branch as well.
+        Regarding master and 24.2 branch, let's wait a bit until there
+        are some results from 24.2.0
+        
+        Change-Id: I0a379f51ab5fb5b74c653be46093a71ff4cfc958
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162797
+        Tested-by: Jenkins
+        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-31  Caolán McNamara  <caolan.mcnamara@collabora.com>  [324e8b30624f26bd965e6aa20f795711dbd6f5ca]
+
+        tdf#151352 keep a reference to the parent
+        
+        and use that in the dtor instead of a pointer.
+        
+        FWIW the XWindow isn't actually a vcl::Window in the Gtk case, so
+        VCLUnoHelper::GetWindow doesn't do anything there. But using an
+        XWindow gives a safe view wrt life cycle.
+        
+        Change-Id: I4d0fd707ea931a76d6f87f434f7ece8df066785c
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162721
+        Tested-by: Jenkins
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+
+2024-01-30  Mike Kaganski  <mike.kaganski@collabora.com>  [5db313902110c95c440bb0e96f46acc97092d7ca]
+
+        tdf#159412: make sure to keep the value while changing the type
+        
+        SbxValue::SetType clears the original value. We need to use the Get/Put
+        cycle, asking for a specific type in Get, and then making sure that the
+        variable is not fixed on Put.
+        
+        Change-Id: I0a6c106d511e8491c89a5a2153f47a708f83ee1e
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162664
+        Tested-by: Jenkins
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+        (cherry picked from commit 4541614e5f88604b4b1e17b0223d11c2e330d451)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162622
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit fe805d8b9120371d6a602d3219ecb284f3586240)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162719
+        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+
+2024-01-30  Balazs Varga  <balazs.varga.extern@allotropia.de>  [211f6ff53715432af32a5e94923edd16ef9475cb]
+
+        tdf#159384 - A11y: fix simulated numbering warning in TOC
+        
+        Do not complane about simulated numbering warning in TOC
+        if its contains a list with numbering.
+        
+        Change-Id: Ib6a10d18d19cc9cb44ffd5b79e2106af457985d1
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162707
+        Tested-by: Jenkins
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+        (cherry picked from commit 24a3f8269e427875fbe8013f88e83fc41b90b33a)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162718
+
+2024-01-30  Caolán McNamara  <caolan.mcnamara@collabora.com>  [f4b406fc87878130819b9dc57099235eb7c9a628]
+
+        ofz: Use-of-uninitialized-value
+        
+        keep a high water mark of the highest initialized level
+        
+        Change-Id: Ib799331c523209c4f165dc4c40317e25b6b0cc7c
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162625
+        Tested-by: Jenkins
+        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+
+2024-01-30  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3b4148ef449d476ac049c43332523ac6a0902e1b]
+
+        Update git submodules
+        
+        * Update translations from branch 'libreoffice-7-6'
+          to 68dc33dcc1478180afefb8ebff223afb6ca92158
+          - update translations for 7.6.5 rc1
+            
+            and force-fix errors using pocheck
+            
+            Change-Id: I0c8b07d91bc81c5bd47d6f6a1c2c78162a3e304e
+            
+2024-01-30  Rafael Lima  <rafael.palma.lima@gmail.com>  [341840f4f97ca03b3d2e416014f4f406cb8b2a2f]
+
+        tdf#159329 Fix AutoFilter arrow color in dark mode
+        
+        When using dark mode, the arrow is black over a dark background. This patch makes it use the dialog text color for better contrast.
+        
+        Change-Id: Icf07d50599191417dee294e1f4c925fe1a8a7655
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162460
+        Tested-by: Jenkins
+        Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
+        (cherry picked from commit b0f678ca59a65a3c302c3c3a499230fbc52ed5bd)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162616
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-29  Xisco Fauli  <xiscofauli@libreoffice.org>  [22db6d7a8b1638550a53af57c7c832c3fff230e2]
+
+        tdf#159336: export EditWidget with multiline enabled
+        
+        How to reproduce it from scratch:
+        1. Open writer
+        2. Form - Content Controls - Rich Text/Plain Text
+        3. Split the control intro different lines
+        4. Export to PDF
+        
+        -> The content control is displayed in one line
+        
+        Change-Id: Ia8666c8a6520e94ae06693ea8767c1d79aa5d3a0
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162446
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Tested-by: Jenkins
+        (cherry picked from commit 8a6c9e246c746792fa0ab9d47a0fd5928b77d91d)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162532
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162533
+
+2024-01-29  Tibor Nagy  <tibor.nagy.extern@allotropia.de>  [00dd94eda1e4b46c7f9a53750aa829c31c6830d3]
+
+        tdf#156718 PPTX import: fix the different formatting in table style
+        
+        when the PPTX file only has table style id, but no table style content.
+        
+        Change-Id: Ia3416478716a50beb6837988e98697fd88e916d9
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162368
+        Tested-by: Jenkins
+        Reviewed-by: Nagy Tibor <tibor.nagy.extern@allotropia.de>
+        (cherry picked from commit 27a1eccae1763b8efa17c909820f57f84361d308)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162378
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit 67ae17ad8a74620eb744976d56f8d763893e847c)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162386
+
+2024-01-26  Michael Stahl  <michael.stahl@allotropia.de>  [13c748e7998b6df02e23815f337e9ab4d04172f3]
+
+        tdf#142806 sw: PDF export: fix multi-frame links/fields
+        
+        * SwRootFrame::CalcFrameRects() assumption that there is only 1 frame is
+          wrong, add a loop; also remove dead eMode check in else branch
+        * GetCursorRectsContainingText() cannot call GetCurrFrame() because that
+          returns always the same frame, but it can be split across several
+        * fix GetFrameOfModify() to return the correct frame in case of a field
+          (where it returned always the frame containing the start of the field,
+          but pViewPosAndCalcFrame could be in a follow frame)
+        
+        (regression from commit 5726be1314517d47dd733aabe64a3d85cce094c5)
+        
+        Change-Id: I63a94080ee120f178580e0339db4541691165780
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162523
+        Tested-by: Jenkins
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+        (cherry picked from commit 9ba8d68c2b2fd06340bbdcb61dc3d57f6e3eb974)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162575
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+
+2024-01-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1d2ea4dfafe9bf987f991f6af30d80479a4dea5f]
+
+        update credits
+        
+        Change-Id: Ifb0ea3df4b544706527081f0ff21694c4dd2cad6
+        (cherry picked from commit 038476af694ef28f01aedb168273c3ba8709c209)
+
+2024-01-25  Michael Stahl  <michael.stahl@allotropia.de>  [895c6f595bba45c9f23cf1820f5a56d337146bdc]
+
+        sw: fix crash in SwTextCursor::GetModelPositionForViewPoint()
+        
+        With a field that spans 3 SwTextFrames, it happens that
+            rText[sal_Int32(nCurrStart + nLength) - 1]
+        results in rText[-1]; it looks like both nCurrStart and nLength are
+        correct (nCurrStart was decremented in line 1531 after "if (bFieldInfo)")
+        so there is a missing check here.
+        
+        Change-Id: I0d5be617e8e54c20dc8633efd3a7d82510f4acd7
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162522
+        Tested-by: Jenkins
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+        (cherry picked from commit 42a315b4a777dc371297752b6233e437d36c456b)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162545
+        Tested-by: Michael Stahl <michael.stahl@allotropia.de>
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-25  Michael Weghorn  <m.weghorn@posteo.de>  [9388cfca3db302694d5ec582da942876046eb139]
+
+        svx a11y: Notify listeners when disposing shape
+        
+        In `AccessibleShape::disposing`, call the same method
+        of the base class, i.e. `AccessibleContextBase::disposing`,
+        not `AccessibleContextBase::dispose`.
+        
+        The code was moved from `AccessibleShape::dispose` to
+        `AccessibleShape::disposing` in
+        
+            commit f11b151dc08ccfcb7e78bfd9a24c77670942ea63
+            Date:   Tue Apr 30 13:30:10 2002 +0000
+        
+                #95585# Moved code from dispose to disposing().
+        
+        and it seems likely that adjusting the base class method to call
+        was just forgotten/missed.
+        
+        This resulted in the accessible getting disposed without listeners
+        getting notified (since `AccessibleContextBase::disposing` takes
+        care of that).
+        
+        This resulted in a crash for the following scenario with the qt6
+        VCL plugin when the Orca screen reader is running:
+        
+        1) start LO Writer
+        2) click on the "Basic shapes" toolbar button
+        3) click + drag to insert a shape into the document
+        4) click somewhere else
+        
+        Backtrace is below.
+        `AtSpiAdaptor::handleMessage` (frame #12 in the bt) checks
+        whether the accessible is valid and returns early otherwise.
+        But since listeners were not notified when the object got disposed,
+        `QtAccessibleEventListener::disposing` wasn't called, which would
+        have taken care of invalidating the `QtAccessibleWidget`, in which
+        case this early return would have happened instead of the crash.
+        
+        This behaves as expected now with this commit in place.
+        
+        stderr output of the crash:
+        
+            terminate called after throwing an instance of 'com::sun::star::lang::DisposedException'
+        
+        Backtrace:
+        
+            Thread 1 received signal SIGABRT, Aborted.
+            __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44
+            44      ./nptl/pthread_kill.c: No such file or directory.
+            (gdb) bt
+            #0  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44
+            #1  0x00007f5bc1ca815f in __pthread_kill_internal (signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:78
+            #2  0x00007f5bc1c5a472 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
+            #3  0x00007f5bc1c444b2 in __GI_abort () at ./stdlib/abort.c:79
+            #4  0x00007f5bc18a09eb in  () at /lib/x86_64-linux-gnu/libstdc++.so.6
+            #5  0x00007f5bc18affca in  () at /lib/x86_64-linux-gnu/libstdc++.so.6
+            #6  0x00007f5bc18b0035 in  () at /lib/x86_64-linux-gnu/libstdc++.so.6
+            #7  0x00007f5bc18b0288 in  () at /lib/x86_64-linux-gnu/libstdc++.so.6
+            #8  0x00007f5bc02b4550 in accessibility::AccessibleContextBase::ThrowIfDisposed() (this=0x55a6fc7e7da0) at .../libreoffice/editeng/source/accessibility/AccessibleContextBase.cxx:494
+            #9  0x00007f5bbcf7d54e in accessibility::AccessibleShape::getAccessibleName() (this=0x55a6fc7e7da0) at .../libreoffice/svx/source/accessibility/AccessibleShape.cxx:280
+            #10 0x00007f5bada62107 in QtAccessibleWidget::text(QAccessible::Text) const (this=0x55a6fad4fe20, text=QAccessible::Name) at .../libreoffice/vcl/qt6/../qt5/QtAccessibleWidget.cxx:362
+            #11 0x00007f5bac5552d2 in AtSpiAdaptor::accessibleInterface(QAccessibleInterface*, QString const&, QDBusMessage const&, QDBusConnection const&) (this=0x55a6f769bce0, interface=0x55a6fad4fe20, function=..., message=..., connection=...)
+                at .../qt5/qtbase/src/gui/accessible/linux/atspiadaptor.cpp:1545
+            #12 0x00007f5bac553cce in AtSpiAdaptor::handleMessage(QDBusMessage const&, QDBusConnection const&) (this=0x55a6f769bce0, message=..., connection=...)
+                at .../qt5/qtbase/src/gui/accessible/linux/atspiadaptor.cpp:1432
+            #13 0x00007f5baaa88943 in QDBusConnectionPrivate::activateObject(QDBusConnectionPrivate::ObjectTreeNode&, QDBusMessage const&, int) (this=0x7f5ba4010f30, node=..., msg=..., pathStartPos=27)
+                at .../qt5/qtbase/src/dbus/qdbusintegrator.cpp:1448
+            #14 0x00007f5baaa89628 in QDBusActivateObjectEvent::placeMetaCall(QObject*) (this=0x7f5ba4026980) at .../qt5/qtbase/src/dbus/qdbusintegrator.cpp:1604
+            #15 0x00007f5bad044013 in QObject::event(QEvent*) (this=0x55a6f769bce0, e=0x7f5ba4026980) at .../qt5/qtbase/src/corelib/kernel/qobject.cpp:1447
+            #16 0x00007f5bab1a6986 in QApplicationPrivate::notify_helper(QObject*, QEvent*) (this=0x55a6f631c3e0, receiver=0x55a6f769bce0, e=0x7f5ba4026980) at .../qt5/qtbase/src/widgets/kernel/qapplication.cpp:3298
+            #17 0x00007f5bab1a6797 in QApplication::notify(QObject*, QEvent*) (this=0x55a6f63bb840, receiver=0x55a6f769bce0, e=0x7f5ba4026980) at .../qt5/qtbase/src/widgets/kernel/qapplication.cpp:3249
+            #18 0x00007f5bacfb0212 in QCoreApplication::notifyInternal2(QObject*, QEvent*) (receiver=0x55a6f769bce0, event=0x7f5ba4026980) at .../qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp:1138
+            #19 0x00007f5bacfb0dbb in QCoreApplication::sendEvent(QObject*, QEvent*) (receiver=0x55a6f769bce0, event=0x7f5ba4026980) at .../qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp:1581
+            #20 0x00007f5bacfb2474 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) (receiver=0x0, event_type=0, data=0x55a6f6337df0) at .../qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp:1936
+            #21 0x00007f5bacfb160e in QCoreApplication::sendPostedEvents(QObject*, int) (receiver=0x0, event_type=0) at .../qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp:1770
+            #22 0x00007f5bad43441c in postEventSourceDispatch(GSource*, GSourceFunc, gpointer) (s=0x55a6f642f710) at .../qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:244
+            #23 0x00007f5bb47111f4 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
+            #24 0x00007f5bb4714317 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
+            #25 0x00007f5bb4714930 in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
+            #26 0x00007f5bad434cb1 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x55a6f6435dc0, flags=...) at .../qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:394
+            #27 0x00007f5baa929e18 in QXcbGlibEventDispatcher::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x55a6f6435dc0, flags=...) at .../qt5/qtbase/src/plugins/platforms/xcb/qxcbeventdispatcher.cpp:96
+            #28 0x00007f5badad8bea in QtInstance::ImplYield(bool, bool) (this=0x55a6f6442080, bWait=true, bHandleAllCurrentEvents=false) at .../libreoffice/vcl/qt6/../qt5/QtInstance.cxx:424
+            #29 0x00007f5badad8d13 in QtInstance::DoYield(bool, bool) (this=0x55a6f6442080, bWait=true, bHandleAllCurrentEvents=false) at .../libreoffice/vcl/qt6/../qt5/QtInstance.cxx:435
+            #30 0x00007f5bb8734af6 in ImplYield(bool, bool) (i_bWait=true, i_bAllEvents=false) at .../libreoffice/vcl/source/app/svapp.cxx:386
+            #31 0x00007f5bb8735894 in Application::Yield() () at .../libreoffice/vcl/source/app/svapp.cxx:470
+            #32 0x00007f5bb87347e9 in Application::Execute() () at .../libreoffice/vcl/source/app/svapp.cxx:364
+            #33 0x00007f5bc1e36e66 in desktop::Desktop::Main() (this=0x7ffc62160570) at .../libreoffice/desktop/source/app/app.cxx:1614
+            #34 0x00007f5bb8753ca0 in ImplSVMain() () at .../libreoffice/vcl/source/app/svmain.cxx:229
+            #35 0x00007f5bb8753fb5 in SVMain() () at .../libreoffice/vcl/source/app/svmain.cxx:261
+            #36 0x00007f5bc1ea4101 in soffice_main() () at .../libreoffice/desktop/source/app/sofficemain.cxx:94
+            #37 0x000055a6f46e19d4 in sal_main () at .../libreoffice/desktop/source/app/main.c:51
+            #38 0x000055a6f46e19ba in main (argc=2, argv=0x7ffc62160798) at .../libreoffice/desktop/source/app/main.c:49
+        
+        Change-Id: Iae8a9ff61df99094b4cd73da895d1f6ac850c0c9
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162493
+        Tested-by: Jenkins
+        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
+        (cherry picked from commit 38f98c60e797753fa54bf3649520995df9861b45)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162538
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+
+2024-01-25  Weblate  <noreply@documentfoundation.org>  [6e87883fe19bbf3fd5bf68e13b526aeafe2acde6]
+
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 53.0% (69 of 130 strings)
+        
+        Change-Id: I321dbf6a52cad2d25131e5dc4df42d2cea0fb2d7
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 53.0% (69 of 130 strings)
+        
+        Change-Id: I11b94e36161b5b6e876fd42f490f668db8474014
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 53.0% (69 of 130 strings)
+        
+        Change-Id: I20ae663f85bc9a9a770310c5eec61cef53c36376
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 52.3% (68 of 130 strings)
+        
+        Change-Id: I95f6cff7df087b57cb53be687817389be7843fcc
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 52.3% (68 of 130 strings)
+        
+        Change-Id: I565593e71335fdd11ae5e8f6dbf7331e11a1ad2e
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 40.7% (53 of 130 strings)
+        
+        Change-Id: Id12b62342d4e19838911a3f2b7bbf548227258f1
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 40.7% (53 of 130 strings)
+        
+        Change-Id: Ie66b6d66677107d96dfa20b700f341b49966cc56
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 40.0% (52 of 130 strings)
+        
+        Change-Id: If1c162c4da96983c0887ac3104be1f0e6c1c2ed8
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 40.0% (52 of 130 strings)
+        
+        Change-Id: Ie5077683846395a32ce2fdabc0ec01031f639e40
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 30.7% (40 of 130 strings)
+        
+        Change-Id: Ic716a45831384b3d7c6b3420c09412fece897b2f
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 30.7% (40 of 130 strings)
+        
+        Change-Id: I557f62983e6581d65457ab9d86460ce3a9699968
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 21.5% (28 of 130 strings)
+        
+        Change-Id: I5d3a4b822a2ce6f28508326a1f840ba7bea0d38d
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 21.5% (28 of 130 strings)
+        
+        Change-Id: I79043d2cde7399d79fde999510345a4e379f366d
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 20.7% (27 of 130 strings)
+        
+        Change-Id: Ifae3705dbf31ae9ced8fafdce16229222cf1551f
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 20.7% (27 of 130 strings)
+        
+        Change-Id: I36e50495f97a4c9d4189747132a4dbf8f5f36de0
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 20.0% (26 of 130 strings)
+        
+        Change-Id: I2d9c5b5c2e92b702bb4435af7e3734ece9846680
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 20.0% (26 of 130 strings)
+        
+        Change-Id: I3968a2ffc5d44c98c6d4152c332cbc8b2e330a3f
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 19.2% (25 of 130 strings)
+        
+        Change-Id: I4c3e05a3f27308cff2561b7371ccc2a9c5ee7472
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 19.2% (25 of 130 strings)
+        
+        Change-Id: I85f42433ff74c79001b0fc793d7e48080d1be121
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 18.4% (24 of 130 strings)
+        
+        Change-Id: If3a8d29aa25ee284c05e5acfaed46be25737de1f
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 18.4% (24 of 130 strings)
+        
+        Change-Id: I764ec51c303483b0752b4f744df7236e4ea6d0bb
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 17.6% (23 of 130 strings)
+        
+        Change-Id: I1fb362817200d25c03a9bc941ea251b39d344b4a
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 17.6% (23 of 130 strings)
+        
+        Change-Id: I09b1da0a23b31879e68a1ed2207c2ea4811dc77c
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 16.1% (21 of 130 strings)
+        
+        Change-Id: Iff8755189bef1c5ac1bdc9feaf2c06e447ea47b4
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 16.1% (21 of 130 strings)
+        
+        Change-Id: I048f4edf2c31505153ac8653bd9ee7600769c6ca
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 12.3% (16 of 130 strings)
+        
+        Change-Id: I29a9a5233b52d43a193c440bb06f8b1f02bb9a18
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 12.3% (16 of 130 strings)
+        
+        Change-Id: I130381fe344e691562fff00759d50cbfc257d132
+        
+        android-viewer translated using Weblate
+        
+        Slovak currently translated at 18.4% (24 of 130 strings)
+        
+        Change-Id: Ic503fdc0dff663d486b9a6407382fdda75e3ee01
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 11.5% (15 of 130 strings)
+        
+        Change-Id: Ifea00a41690f59a94ffa028b5ddc3bdeb686f2fa
+        
+        Added translation for android-viewer using Weblate (Slovak)
+        
+        Change-Id: Ia91a560cad8dd8bffb2a1f11af47028afacef845
+        Co-authored-by: Miloš Šrámek <msramek22@gmail.com>
+        Co-authored-by: Monika Králová <kralovamonika42@gmail.com>
+        Co-authored-by: Stanislav Horáček <stanislav.horacek@gmail.com>
+        Co-authored-by: Weblate <noreply@documentfoundation.org>
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/cs/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/sk/
+        Translation: android-viewer/android-strings-7-6
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162471
+        Tested-by: Jenkins
+        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
+
+2024-01-25  Mike Kaganski  <mike.kaganski@collabora.com>  [aa17d771854b9fba24b9beaede6a2cd2291953d4]
+
+        tdf#158139: show autotext / word completion tooltips also for delayed flush
+        
+        The problem was that commit 843af72bcc9047867588e29c8e10b84a5e58d70e (make
+        win32 variant AnyInput() not deliver events (tdf#140293), 2021-02-11) made
+        AnyInput ~always return true, when called in SwEditWin::KeyInput. Calling
+        AnyInput(KEYBOARD) there is to query if there are more pending characters.
+        But in its new form on Windows, it tells if there are any keyboard-related
+        window events in the queue, where e.g. WM_KEYUP counts, which is for the
+        same keypress (WM_KEYDOWN) that is being handled right now - even though
+        those messages will not produce new characters.
+        
+        When AnyInput() returns true, a delayed flush timer starts. Only immediate
+        flush was accompanied by tooltips.
+        
+        To make sure that the tooltip is shown also for delayed flush, move the
+        tooltip code into SwEditWin::FlushInBuffer. Store the 'bNormalChar' flag
+        (which controlled if the tooltip was shown) in a new member in SwEditWin.
+        
+        Change-Id: I51686b25f8d86df48ae9574ab8f3eb1d0e6ca985
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162350
+        Tested-by: Jenkins
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+        (cherry picked from commit d49b0c3654e50ff9b74545140e6f19e008009c33)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162372
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162425
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+
+2024-01-24  Michael Weghorn  <m.weghorn@posteo.de>  [33c646b5044f77de2f1740f6e6b8c951139a96eb]
+
+        tdf#159333 qt a11y: Process shortcuts only once
+        
+        As described in
+        
+            commit 69e708868f6046cada955a16bca966370ce3218a
+            Author: Michael Weghorn <m.weghorn@posteo.de>
+            Date:   Thu Feb 20 08:14:36 2020 +0100
+        
+                tdf#130794 qt5: Actually, ignore non-spontaneous QEvent::ShortcutOverride
+        
+        and the previous
+        
+            commit 034f56015c1c7a61faede33fb5306f63b5585632
+            Author: Michael Weghorn <m.weghorn@posteo.de>
+            Date:   Mon Feb 17 10:38:15 2020 +0100
+        
+                tdf#126785 qt5: Ignore external QEvent::ShortcutOverride
+        
+        it refers to, duplicate events of type
+        `QEvent::ShortcutOverride` are received when a11y is
+        active, so those commits introduced ignoring of the
+        non-spontaneous one, and leaving processing for the
+        spontaneous event only, thus preventing duplication of
+        typed text.
+        
+        However, keyboard shortcuts like Ctrl+V were still
+        processed twice: While they're only processed once
+        in `QtWidget::handleEvent` (for the spontaneous
+        event of type `QEvent::ShortcutOverride`), the keyboard
+        shortcut was additionally handled as the shortcut to
+        activate the action that's used for the menu entries,
+        e.g. the "Edit" -> "Paste" menu entry for Ctrl+V
+        (s. class `QtMenu`, where those are set).
+        
+        Accept the non-spontaneous `QEvent::ShortcutOverride`
+        event to prevent that from happening.
+        
+        Quoting the `QEvent::ShortcutOverride` doc [1]:
+        
+        > Key press in child, for overriding shortcut key handling (QKeyEvent).
+        > When a shortcut is about to trigger, ShortcutOverride is sent to the
+        > active window. This allows clients (e.g. widgets) to signal that they
+        > will handle the shortcut themselves, by accepting the event. If the
+        > shortcut override is accepted, the event is delivered as a normal key
+        > press to the focus widget. Otherwise, it triggers the shortcut action,
+        > if one exists.
+        
+        With this commit in place, the shortcut is only
+        processed once, as expected.
+        
+        Potentially, this should ideally be addressed on Qt
+        side in the future, see the discussion in tdf#126785.
+        
+        The duplication happens since this qtbase commit
+        (no longer with a local revert of it): [2]
+        
+            commit 7c532891e0be2cf78c89738e175b3d312d305e4e
+                Date:   Tue Apr 17 16:45:09 2018 +0200
+        
+                Send ShortcutOverride event when receiving a non-spontaneous key press
+        
+        Since 2020, there a pending Qt change by Alexander Volkov
+        suggesting to avoid the duplicate events by filtering them
+        out in `QSpiApplicationAdaptor::eventFilter` on qtbase
+        side: [3]
+        
+        With that change not being merged yet, fix this on LO side
+        for now.
+        
+        [1] https://doc.qt.io/qt-6/qevent.html#Type-enum
+        [2] https://code.qt.io/cgit/qt/qtbase.git/commit/?id=7c532891e0be2cf78c89738e175b3d312d305e4e
+        [3] https://codereview.qt-project.org/c/qt/qtbase/+/295892
+        
+        Change-Id: I28cb11914ae81284e050bff0deb39d95e8073ce0
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162430
+        Tested-by: Jenkins
+        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
+        (cherry picked from commit 6e20e58270c88c8c77f156be75c23c66e1169e44)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162454
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+
+2024-01-24  Justin Luth  <justin.luth@collabora.com>  [4d3e10fe4503810f17c60443b84a300a543a44b6]
+
+        tdf#159207 writerfilter framePr: avoid unexpected frame borders
+        
+        This backport includes some extra code to simplify
+        future unit test backports: loadFromFile -> loadFromURL
+        
+        This fixes my regressive 7.6 commit
+        31ea6305b6a763ee48f639562313d9bd109a2923
+        
+        The text's first border checked (the left one) returned void
+        because the property SetState was DONTCARE.
+        Then it SETS the text's left border to be nothing
+        (I presume to remove the border from the paragraph since
+        it is moving it onto frame).
+        Well, apparently that act of setting one border sets all of them
+        (which makes sense since it would be one box item,
+        and once the box item exists, it has a definition for each border).
+        
+        Therefore on the the next steps of the for loop,
+        the remaining borders will exist (as nothing)
+        and be dutifully moved to the frame.
+        
+        Apparently the default for a frame is a box with DEFINED borders,
+        so omitting the moving of a nothing border resulted in a stray edge.
+        
+        make CppunitTest_sw_ooxmlexport21 \
+            CPPUNIT_TEST_NAME=testTdf159207_footerFramePrBorder
+        
+        Change-Id: I217d02678b368f70643be91c4466927b4ca53988
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162409
+        Tested-by: Jenkins
+        Reviewed-by: Justin Luth <jluth@mail.com>
+        (cherry picked from commit f43efd5473862edbdad0feb7f78c7be02914e997)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162375
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162443
+        Tested-by: Justin Luth <jluth@mail.com>
+        Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
+
+2024-01-22  Justin Luth  <justin.luth@collabora.com>  [15d19f48dc9eaf74d37b3da36a4bfc68be483547]
+
+        tdf#153909 docx import: wrap through shapes shouldn't FollowTextFlow
+        
+        This resolves a NISZ 6.4.0 regression from
+        commit 27d04f6dbf38aa28fb7215590d578c4567db5770
+            tdf#119038 DOCX: fix FollowTextFlow handling
+        
+        MSO is all over the place in how they implement layoutInCell
+        (aka FollowTextFlow in LO). There are lots of compat15 differences
+        for this, but I don't notice compat coming into play with this bug.
+        
+        For reference, see commit e993638d5ecd33783f2eebdccfa87a81e5a8a2c5
+        Author: Miklos Vajna on Mon Jan 24 12:53:25 2022 +0100
+            DOCX import: fix <wp:anchor layoutInCell="1"> with <wp:wrapNone>
+        
+        I'm sure this is the WRONG code spot for handling FollowTextFlow,
+        but anywhere else and we lose the "it came from a vml shape"
+        limiting information, so I'm not going to try to relocate this code.
+        
+        Inline (as-character) shapes ignore layoutInCell,
+        so the type of anchor (floating or inline) shouldn't matter
+        and therefore doesn't need to be part of the if () clause.
+        
+        The header can be special (in compat14 it means everything
+        is wrap through), but at least in this case it is not limited
+        to IsInHeaderHeader. Using a non-header as the unit test.
+        
+        make CppunitTest_sw_ooxmlexport21 \
+            CPPUNIT_TEST_NAME=testTdf153909_followTextFlow
+        
+        The first patchset contains a list of all of the unit tests
+        that were impacted by this patch: nothing interesting.
+        
+        Change-Id: I0c4c7924833550533ad1b0b7609840a666d4d589
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162324
+        Reviewed-by: Justin Luth <jluth@mail.com>
+        Tested-by: Jenkins
+        (cherry picked from commit ad0266eb84eafa32ccc4e0ddf3c6392860bc9b13)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162286
+        Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162410
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-22  Rafael Lima  <rafael.palma.lima@gmail.com>  [3fd80b31eb997847e04571b21ec512928a70bf81]
+
+        tdf#159247 Fix crash while adding control with default properties (Dialog Editor)
+        
+        Controls created using the Ctrl+toolbar (which adds a control with default properties) did not have a parent form, which causes the crash.
+        
+        Change-Id: Ic2f469e6656a93bbed25d86092384f81b21aaca5
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162217
+        Tested-by: Jenkins
+        Reviewed-by: Patrick Luby <plubius@libreoffice.org>
+        Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
+        (cherry picked from commit c4e5b1b934fc3c59fb35ae6c02a0ddf8501a6d28)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162278
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit 41146e08e1dda001a7c490f6a28aad09174b4d65)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162282
+
+2024-01-22  Matt K  <mattkse@gmail.com>  [b3d710ffd5f63d9c37a61fccc97213d22c4d721f]
+
+        tdf#132810 Prevent more crashes on gallery objects
+        
+        This change is a follow-up to https://gerrit.libreoffice.org/c/core/+/161950
+        where there is still a crash occurring on application close, and
+        a general crash when using gallery objects.  The fix is to check for object
+        existence or if the object has the destructor bit set before using the
+        objects.
+        
+        Here is the callstack for the assert that was removed:
+        
+        >	swlo.dll!SwClient::GetRegisteredIn() Line 166	C++
+         	swlo.dll!SwContact::GetFormat() Line 112	C++
+         	swlo.dll!SwAnchoredDrawObject::GetFrameFormat() Line 622	C++
+         	swlo.dll!SwAnchoredObject::FindAnchorCharFrame() Line 719	C++
+         	swlo.dll!SwAnchoredObject::GetAnchorFrameContainingAnchPos() Line 132	C++
+         	swlo.dll!SwAnchoredObject::FindPageFrameOfAnchor() Line 697	C++
+         	swlo.dll!SwObjectFormatterLayFrame::AdditionalFormatObjsOnPage() Line 144	C++
+         	swlo.dll!SwObjectFormatterLayFrame::DoFormatObjs() Line 94	C++
+         	swlo.dll!SwObjectFormatter::FormatObjsAtFrame(SwFrame & _rAnchorFrame, const SwPageFrame & _rPageFrame, SwLayAction * _pLayAction) Line 160	C++
+         	swlo.dll!SwLayAction::InternalAction(OutputDevice * pRenderContext) Line 565	C++
+         	swlo.dll!SwLayAction::Action(OutputDevice * pRenderContext) Line 390	C++
+         	swlo.dll!SwViewShell::ImplEndAction(const bool bIdleEnd) Line 308	C++
+         	swlo.dll!SwViewShell::EndAction(const bool bIdleEnd) Line 628	C++
+         	swlo.dll!SwCursorShell::EndAction(const bool bIdleEnd) Line 266	C++
+         	swlo.dll!SwEditShell::EndAllAction() Line 102	C++
+         	swlo.dll!SwWrtShell::Do(SwWrtShell::DoType eDoType, unsigned short nCnt, unsigned short nOffset) Line 60	C++
+         	swlo.dll!SwBaseShell::ExecUndo(SfxRequest & rReq) Line 655	C++
+        
+        Change-Id: I90bd40f3ae864ec9655340c342ddc16b59d79aba
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162349
+        Tested-by: Jenkins
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+        (cherry picked from commit 6840c242684986483624557a405a00e91ea048e9)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162371
+        Reviewed-by: Matt K <mattkse@gmail.com>
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-22  Patrick Luby  <plubius@libreoffice.org>  [52e959efc36edaf3e5bd1cd8ad75d4541f861390]
+
+        tdf#159025 skip undo if SwTableNode is a nullptr
+        
+        I don't know what causes the SwTableNode to be a nullptr in the
+        case of tdf#159025, but at least stop the crashing by skipping
+        this undo request.
+        
+        Change-Id: Idad1ed290af215e591018ea58732b77ca504ba01
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162031
+        Tested-by: Jenkins
+        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
+        Reviewed-by: Patrick Luby <plubius@libreoffice.org>
+        (cherry picked from commit f414c61f8dd2617baa0851525b8a7a630c5e34da)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162228
+
+2024-01-21  Jim Raykowski  <raykowj@gmail.com>  [2e65401cf50ca25e16a0f3d4b624e2b48c97644c]
+
+        tdf#159147 followup
+        
+        Avoid unnecessary looping by immediate return from the function after
+        bringing content to attention.
+        
+        Change-Id: I670dc5d0991d96e7ce2872d329e969f9c341d163
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162291
+        Tested-by: Jenkins
+        Reviewed-by: Jim Raykowski <raykowj@gmail.com>
+        (cherry picked from commit a08197e7c376c72685260ae923483ae99f929d35)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162280
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+
+2024-01-21  Weblate  <noreply@documentfoundation.org>  [ccc6e50f74c480e58b07c3f268f93fbe06294ad3]
+
+        android-viewer translated using Weblate
+        
+        Indonesian currently translated at 76.1% (99 of 130 strings)
+        
+        Change-Id: Idccbc5a5d6d885ac4dafbb295e8260fff41f66e7
+        
+        android-viewer translated using Weblate
+        
+        Asturian currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I07d3b0b86678ef9c2027e656abd9616537bbd414
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 10.7% (14 of 130 strings)
+        
+        Change-Id: I7b97335f0109323d1c520cb357881b497c89448a
+        
+        android-viewer translated using Weblate
+        
+        Persian currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I12000089940e72e62f3df16a9e1ae270e03ccdd9
+        Co-authored-by: Adolfo Jayme Barrientos <fito@libreoffice.org>
+        Co-authored-by: Andika Triwidada <andika@gmail.com>
+        Co-authored-by: Hossein <hossein@libreoffice.org>
+        Co-authored-by: raal <raal@post.cz>
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/ast/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/cs/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/fa/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/id/
+        Translation: android-viewer/android-strings-7-6
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162327
+        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
+        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
+
+2024-01-19  Kevin Suo  <suokunlong@126.com>  [94b9579b25fe60d8c4c34a3379f06068a1fe6167]
+
+        tdf#158314: show Empty and Error entries as non-selected and inactive...
+        
+        ...when hidden by autofilter.
+        
+        The "show hidden filter elements as inactive" feature was added and improved by:
+        
+        commit 2d1df9f3dccc10f13b8585ad18afce1542ebc4d1
+        (tdf#117276 sc: Show hidden filter elements as inactive elements)
+        
+        commit 2085e90fe8ac129bc4dbac4612d1ea7544335dae
+        (FilteredRow is not a property of the column, tdf#117276 follow-up)
+        
+        commit 7321db3cadc8c0e4437ca04e5dcb652734ea9c26
+        (Related tdf#117276 sc: Show hidden filter elements as inactive elements)
+        
+        commit 19533948370dc1ccd7334dbe1a8b7fc8330b10c0
+        (Name FilteredRow what it is, not hidden; tdf#117276 follow-up)
+        
+        Those changes correctly made normal hidden filter elements as inactive,
+        but failed to do so for Empty and Error entries.
+        
+        This patch shows the hidden Empty and Error entries as inactive and unselected.
+        Also, do not show the Empty entry at the top of the list in case it is inactive.
+        
+        Change-Id: Ibcd758cebc0692b04b162cdfc3e06eceb86b17da
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162166
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-by: Kevin Suo <suokunlong@126.com>
+        Tested-by: Kevin Suo <suokunlong@126.com>
+        (cherry picked from commit 89e032e9c4c51f52680c7d8bacf59ab2a34f2180)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162226
+        Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-17  Matthew Kogan  <matthew@epoq.co.uk>  [b860f50e88cb3aeaab596787e0184fb8bddb6cd7]
+
+        tdf#159101 sw: Fix space appearing at start of line when field wraps
+        
+        Adding the ' ' to ScanPortionEnd fails pretty quickly with infinite
+        loop.
+        
+        The important part of fixing the forum-mso-en-13115.docx was that the
+        SetHasFollow(true) condition is not affected by a ' '.
+        
+        (regression from commit 21473f46fda5f1c7f220493667a96fff7c78a7b3)
+        
+        Change-Id: I6452673c0fe05ca549b63a398a977fc71db64bae
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162167
+        Tested-by: Jenkins
+        Reviewed-by: Matthew Kogan <matthew@epoq.co.uk>
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+        (cherry picked from commit 4cdb542348b20d8a558cd6413c7cccdc50241fa9)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162147
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-17  Jim Raykowski  <raykowj@gmail.com>  [421f5394c29763a4f766a4fe4656bb948979ee1d]
+
+        tdf#159147 Fix crash when editing hyperlink while navigator is open
+        
+        by assuring the SwURLFieldContent::SwTextINetFormat pointer is still
+        valid before trying to bring the hyperlink content to attention
+        
+        Change-Id: I7f672576ab2869c5483284b543e99e46a558acc9
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162013
+        Tested-by: Jenkins
+        Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-by: Jim Raykowski <raykowj@gmail.com>
+        (cherry picked from commit b2500f0e32b33eec2740dc370238f66fb8b50ffb)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162213
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [0b0b829420c8ce0195c913bf1e3a006e5dce2357]
+
+        tdf#158950 Paste as RTF loses char color and paragraph alignment from styles
+        
+        This logic partially originated in
+        
+            commit 8e8f9388c323ad3c32cef3f91609ad19386b7d56
+            Author: Miklos Vajna <vmiklos@collabora.co.uk>
+            Date:   Tue Apr 22 12:53:24 2014 +0200
+        Related: fdo#77600 RTF import: RTFValue::equals: compare attribute
+        content
+        
+        But it is rather weird to compare RTFSprms this way, comparing each
+        attribute to a parent RTFValue.
+        
+        Making the comparison more "normal" fixes the reported bug while not
+        breaking fdo#77600
+        
+        Change-Id: Iee224c7bc9542c359f8a71086230e4b53c1c3e16
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162164
+        Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
+        Tested-by: Jenkins
+        Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
+        (cherry picked from commit f6a559ccacaab875d1aa1da70e3011592158e9d4)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162144
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+
+2024-01-16  Jean-Pierre Ledure  <jp@ledure.be>  [67a2cba41b6caeabac031f1ae35b6c465037b0fd]
+
+        ScriptForge (SF_Array) fix tdf#158976 Shuffle()
+        
+        The algorithm used to shuffle a 1D array
+        prevented any item of the array to remain
+        in the same entry after the shuffle.
+        
+        This has been fixed. The potential targeted entries
+        to receive an item include the actual entry.
+        
+        This change might impact existing scripts that
+        have Randomize()d their sorts to always get the
+        same shuffle results. This should impact test
+        scripts only.
+        
+        SF_Array.Shuffle() is available in Basic only.
+        No impact on help pages.
+        
+        Change-Id: If56d901f4af68f8889a7352c306bae6e3443ae97
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161987
+        Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
+        Tested-by: Jenkins
+        (cherry picked from commit ca9168b8ad842c86b2168e12bb98087b9f8139bd)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162009
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit d4898d7bbe8496504e36f7d91f55f62043f6a302)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162105
+
+2024-01-16  Mike Kaganski  <mike.kaganski@collabora.com>  [e5899a8aa8b27658035db757fc7bd58bd8f016e6]
+
+        Let SwAnchoredObject::GetFrameFormat return pointer, and drop HasFrameFormat
+        
+        In commit 19062c98da5b2e9edc7a99068fa06a83c7578826, it was important to
+        check if objects have frame format before using GetFrameFormat.
+        
+        Thic change makes it simpler amd more obvious. Also, it allows to avoid
+        two calls to GetUserCall, by obtaining the pointer once and checking it.
+        
+        Change-Id: I980fcba9e369e107f3d062e8cab0a34e02384290
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162044
+        Tested-by: Jenkins
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162079
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162088
+
+2024-01-15  Thorsten Behrens  <thorsten.behrens@allotropia.de>  [1e0670916be8f9d1347b362364d1c49d8fea3492]
+
+        Fix obscure xpdfimport crash on missing fonts
+        
+        Invert logic, such that the case WMode == 0 and no font set now run
+        the former else branch. Happened here for an obscure pdf I was missing
+        some fonts for.
+        
+        Change-Id: I2825c914a04f6a95d459eeeffb8091ed8f1819dc
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162029
+        Tested-by: Jenkins
+        Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
+        (cherry picked from commit 1637610478c4493c29a29286b66250ef47507681)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162093
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+        (cherry picked from commit a2813ce500a408ed0de716972823277c1f9aeab0)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162096
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-15  Mike Kaganski  <mike.kaganski@collabora.com>  [12a2b1260dbcca2d99cc54d449cc914279ade43e]
+
+        tdf#159174: there may be no tabs in the clipboard document
+        
+        Change-Id: I053d91bf44e39e14ade9face14084a107d0df898
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162041
+        Tested-by: Jenkins
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+        (cherry picked from commit 0b93cc83993b3cd78aa05556342839a21c96dc5a)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162092
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit 53930f9ac996689133605c3ee56406907960423d)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162099
+
+2024-01-15  Matt K  <mattkse@gmail.com>  [75026d55a5ad58ac2bba790ec89caa38e7f44136]
+
+        tdf#132810 Prevent crashes with gallery objects
+        
+        The problem is the formats for the gallery objects
+        may be non-existent but the code attempts to use
+        them anyway, causing crashes.  The fix is to check
+        for the existence of the proper format objects
+        before using them, so as to prevent the crashes.
+        I tested creating/deleting multiple objects with
+        multiple rounds of undo/redo and believe this change
+        to cover all the crashes that can occur (there were
+        several).
+        
+        Change-Id: I9d5d704eaa381be861ac1758ad58269706437a27
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161950
+        Tested-by: Jenkins
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162078
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162087
+
+2024-01-15  Matt K  <mattkse@gmail.com>  [87cf3f7fb877db5eca5aa7923586207920d19b79]
+
+        tdf#159171 Prevent crash after selecting unprotected cells 2 times
+        
+        The problem is that the code tries to check for a table on a clip-
+        board doc, but doesn't find any so it propagates nullptr back to
+        the caller, which is then used without being checked thereby
+        leading to a crash.  The fix is to check the result of the table
+        check of clipboard doc before doing any operations with it, thus
+        preventing the crash.
+        
+        Change-Id: Ieb4a52d0c1cb713d5c14930e5e559e5bf520b330
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162033
+        Tested-by: Jenkins
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+        (cherry picked from commit 3b10bbacb8a12a00c35683eeaae4a75046a84aac)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162091
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit f5a6c7d5252b9d201a9e00c8d9f45f66114d1462)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162098
+
+2024-01-15  Matt K  <mattkse@gmail.com>  [ebf6a4ae1746002ede4b7920dad317015f802e32]
+
+        tdf#151752 Fix crash when selecting unprotected cells and copy/pasting
+        
+        The problem is that the code attemps to index into maTabs when looping
+        through clipboard ranges, but maTabs.size() can be 0 at that point
+        thus resulting in a crash.  The fix is to first check if maTabs.size()
+        is greater than 0 before doing the looping.
+        
+        Change-Id: Ib2fc4c9f847f87f44a68ad6d73c2745d79b5caa5
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162032
+        Tested-by: Jenkins
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+        (cherry picked from commit 59927dedc31eb5d51b417a02ae927eb578b90bd6)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162090
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit 051d4d2ade01bf1de8fd2e4d384463fa8e9f35d8)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162094
+
+2024-01-15  Eike Rathke  <erack@redhat.com>  [d0f4bad08e03762dd7f163a147b0d489262aa169]
+
+        Resolves: tdf#159148 Accept int32 hours:minutes:seconds input
+        
+        ... and detect overflow to result in text instead of 00:00 input loss.
+        
+        Change-Id: Ib2b9f16ab6c3c2963c5a2058c27366219f090096
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161977
+        Reviewed-by: Eike Rathke <erack@redhat.com>
+        Tested-by: Jenkins
+        (cherry picked from commit 988db36e0992829b01a1341e92d6d2df715a7be5)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161994
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+
+2024-01-11  Weblate  <noreply@documentfoundation.org>  [3849b7dfb3398d2875fb5b7ebf0ef160d8e1d8c1]
+
+        Added translation for android-viewer using Weblate (Abkhazian)
+        
+        Change-Id: I4b2b27839f31a1b1fb8196d26112b0c6e1d76e63
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 99.2% (129 of 130 strings)
+        
+        Change-Id: I90d070b565a99feb34bf4cc3affc532a5ab92a18
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 99.2% (129 of 130 strings)
+        
+        Change-Id: Ib9e5acc686bebe3cdab3d993c9408434abf72228
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 6.1% (8 of 130 strings)
+        
+        Change-Id: Idd82ae34f31f4bcd76ea4b293247fe0646c44168
+        Co-authored-by: Elisabetta Manuele <calembour@hotmail.it>
+        Co-authored-by: Stanislav Horáček <stanislav.horacek@gmail.com>
+        Co-authored-by: Valter Mura <valtermura@gmail.com>
+        Co-authored-by: Weblate <noreply@documentfoundation.org>
+        Co-authored-by: Weblate <noreply@weblate.org>
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/cs/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/it/
+        Translation: android-viewer/android-strings-7-6
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161895
+        Tested-by: Jenkins
+        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
+
+2024-01-11  László Németh  <nemeth@numbertext.org>  [f62c5ae27190b1f338fbd68ff03df9423b97f7ba]
+
+        tdf#129357 editeng: show soft hyphen in text boxes and shapes
+        
+        Shapes and text boxes didn't show the optional hyphen
+        at line break.
+        
+        Change-Id: I5cc842964fc91571e5c55995981de697da966b14
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160453
+        Tested-by: Jenkins
+        Reviewed-by: László Németh <nemeth@numbertext.org>
+        (cherry picked from commit 1e121850c3a42bb0ccbf90fccd7870de3b27d11b)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160471
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+
+2024-01-10  Xisco Fauli  <xiscofauli@libreoffice.org>  [227836ab20278ba7232d61ec14abe18b9132fdbe]
+
+        tdf#158254: sc_uicalc2: Add unittest
+        
+        Change-Id: Ifc2bac24958cc0330d8174079886851ff1c0c990
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161834
+        Tested-by: Jenkins
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit ef6ff2df2e1286974da2f344aa3b8e3ae9093a79)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161854
+        (cherry picked from commit c9b7ead4cd0b74bdd4bbb364afc245c6299d74c9)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161857
+
+2024-01-10  László Németh  <nemeth@numbertext.org>  [1b79e993fefbf102466f7a0e394e71478a643896]
+
+        tdf#159026 sw: fix Undo crash with tracked floating table deletion
+        
+        In Hide Changes mode, tracked deletion of a floating table,
+        and after that, its frame resulted a crash during Undos.
+        
+        Regression from commit 0c6221e1545e7b96d9df23cdc24302c28ae935b8
+        "tdf#148227 sw: fix Undo of tracked row deletion in Hide Changes mode".
+        
+        Change-Id: I3fd88a30df2739ce8a3cdc24da07684a3ac5a41b
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161777
+        Tested-by: László Németh <nemeth@numbertext.org>
+        Reviewed-by: László Németh <nemeth@numbertext.org>
+        (cherry picked from commit f5a00d9ffb8325f4b9fed21b5c96ca005e11b1bb)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161758
+        Tested-by: Jenkins
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit de7e0bc32d3629063f13250ae3b7c9f934fba046)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161855
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+
+2024-01-10  Mike Kaganski  <mike.kaganski@collabora.com>  [f3ee951400d80bfa8fb4730f2e3004cbd7ee41a7]
+
+        tdf#158254: don't shrink to data area when applying to entire sheet
+        
+        Commit ac859a4c6a7fce4efee9cdd45821a0c9e40e9e9a (tdf#147842 shrink
+        selection to data area when applying to entire sheet, 2022-10-18)
+        tried to workaround the problem of applying to the massive amount
+        of columns. This caused regressions, where it was impossible to pre-
+        format entire rows.
+        
+        This change removes the call to ShrinkToDataArea from
+        ScViewFunc::ApplySelectionPattern (it is used elsewhere, so the
+        commit is not reverted completely).
+        
+        Instead, it addresses the bottleneck in the bugdoc in tdf#147842,
+        which is ScAttrArray::RemoveCellCharAttribs: since the document
+        had hidden rows, selecting all made multi-selection split into
+        separate stripes, and the fulction was called repeatedly, and
+        itself called ScEditUtil::RemoveCharAttribs for every cell in
+        ~ 1000 columns * 1000000 rows, even though most of the cells in
+        that range were empty - so no char attribs could exist. Asking
+        for the last used row (the same as done in ShrinkToDataArea)
+        makes the operation fast again, and keeps assigning the format
+        to the entire range.
+        
+        Change-Id: I9635ea1a392b3a1e048c0888f4786a3628675fc9
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161442
+        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+        (cherry picked from commit 46b06663ae767d3423f2135fa91800cfa304877b)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161422
+        Tested-by: Jenkins
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161884
+
+2024-01-10  Mike Kaganski  <mike.kaganski@collabora.com>  [b41e24a55d3a4d97c6006401683c201a3cea6ff6]
+
+        tdf#158254: generalize and use algorithm to apply with allocation
+        
+        Commit 17bcf1073bf21088b9845e36fe735622d8f88fd7 (introduce ScColumnData
+        for ScColumn/ScTable code sharing, 2022-05-05) implemented an algorithm
+        to only allocate needed amount of columns, and/or apply to default data
+        when needed. It was done for ApplySelectionCache, ChangeSelectionIndent,
+        ClearSelectionItems. Yet, many other functions need the same approach.
+        
+        This change introduces ScTable::ApplyWithAllocation template, which
+        allows to use this algorithm uniformly to any operation on a selection,
+        which ultimately applies to ScColumnData. The code in the functions
+        mentioned above is replaced with its use; and ApplySelectionStyle is
+        fixed using it.
+        
+        Change-Id: Ic8890d9980fcb01b61bb111183b355c623f866a2
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161441
+        Tested-by: Jenkins
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161877
+
+2024-01-10  Julien Nabet  <serval2412@yahoo.fr>  [f6e5f36f1070735a975dc527226b78e5ff81bf77]
+
+        tdf#155649: EDITING Writer some position parameters cannot go beyond 17 mm
+        
+        Change-Id: I70a80527dcc1c714fbe8783d1c4594bcc26b0624
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161528
+        Tested-by: Jenkins
+        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
+        (cherry picked from commit a254bb2d4fe269a63ccfc1811331272ac88b2523)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161630
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit 24f2ee76dad2bf92d5ed07d278c72d1c82e2a5dc)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161755
+
+2024-01-09  Xisco Fauli  <xiscofauli@libreoffice.org>  [6a0d4247b73d16d7e70ab146aadfbed75721f8bd]
+
+        Revert "simplify SfxItemDisruptor_Impl, just use Application::PostUserEvent"
+        
+        This reverts commit 57145acf9ec47c23e307b7a5c0029d21d937cc35.
+        
+        According to 789a737ac92c4f2b0eb9820b99c43cc8253c8b29
+        "Remove DeleteItemOnIdlex"
+        
+        There are some CrashReports in 7.6 which have
+        DeleteItemOnIdle on the stack... DeleteItemOnIdle
+        exists since 1st import, but was
+        changed to AsyncEvent ca. 4 months ago (see
+        57145acf9ec47c23e307b7a5c0029d21d937cc35), so that may
+        have caused it.
+        
+        Reverting this patch in libreoffice-7-6 only to see if
+        it fixes https://crashreport.libreoffice.org/stats/signature/static%20bool%20cppu::idefaultConstructElements(struct%20_sal_Sequence%20*%20*,%20struct%20_typelib_TypeDescriptionReference%20*,%20long,%20long,%20long)
+        
+        Change-Id: Ic6d1046e43295d719a928615a1be921ab5596326
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161823
+        Tested-by: Jenkins
+        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
+
+2024-01-09  Mike Kaganski  <mike.kaganski@collabora.com>  [02ffa01b5e2e7697d6b386419e88a9b8910ad31f]
+
+        tdf#159018: make 64-bit hash algorithm similar to 32-bit one
+        
+        The magic of choosing a substitution font depends on the order of
+        fontfaces returned from PhysicalFontCollection::GetFontFaceCollection
+        (called from WinGlyphFallbackSubstititution::FindFontSubstitute).
+        Since commit db04b3e154a1fb8f222232ef969bb3617e051329 (return 64-bit
+        hash for O[U]String, 2022-08-22), the order has changed, which
+        resulted in different fallbacks in some documents (which aren't
+        well-formed in respect to their formatting, so when they work,
+        it's just luck).
+        
+        The difference was because the 64-bit hash implementation was
+        modelled after Java one. This patch makes the code follow the
+        algorithm in rtl::str::hashCode_WithLength, used in 32-bit hash,
+        which restores the order (at least for my system). Not reliable,
+        just "why not".
+        
+        Change-Id: I3c482e86bee79d6c9c6981300518c4ff6b7f29d5
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161706
+        Tested-by: Jenkins
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+        (cherry picked from commit 4eeb6178fb9fb499bc417a42f8d6d0bdde9acb8e)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161763
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+
+2024-01-09  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [85f6e137822cf8fafd81257d2795085efde15db2]
+
+        windows signing: also wait for/depend on extras (gallery)
+        
+        Otherwise, doing 'make' with --enable-windows-build-signing
+        
+        fails with
+        
+        ERROR: SignTool Error: The file is being used by another process.
+        SignTool Error: An error occurred while attempting to sign: C:/cygwin64/home/buildslave/r/instdir/program/Argon2OptDll.dll
+        
+        make[1]: *** [C:/cygwin64/home/buildslave/source/libo-core/postprocess/CustomTarget_signing.mk:31: C:/cygwin64/home/buildslave/r/workdir/CustomTarget/postprocess/signing/signing.done] Error 1
+        make: *** [Makefile:289: build] Error 2
+        
+        Change-Id: I9d0793f3e42577a47b92025d5670caa44fbd912e
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161388
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+        (cherry picked from commit 5607ce1b12ccdfd0188477e82f5b855975315a0b)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161760
+        Tested-by: Jenkins
+
+2024-01-09  Caolán McNamara  <caolan.mcnamara@collabora.com>  [781897437a0dac7fc951398ad5d8f90c11cd5e9a]
+
+        ofz#65567 unset DiagramFontHeights on exception
+        
+        git diff -w is your friend
+        
+        Change-Id: I360ebb70e710a5d435ce8153090593784e2ac603
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161685
+        Tested-by: Jenkins
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-09  Miklos Vajna  <vmiklos@collabora.com>  [bf5be082c4ca85f4b2487326b375e32ae1ae8825]
+
+        sw floattable: fix finding the nearest text in split flys on mouse click
+        
+        Clicking on the right of the floating table on the page 1 resulted
+        in a cursor position on page 2 instead of a position inside the floating
+        table on page 1.
+        
+        What happens is that the anchor text frame on page 1 is wide enough to
+        contain the mouse click position, but then "before the first character
+        of the paragraph" is on page 2, so a page 1 click results in a page 2
+        cursor position, which is unexpected.
+        
+        Fix the problem by first ignoring which dummy anchor frames (all
+        non-last ones) in SwLayoutFrame, so
+        SwLayoutFrame::GetModelPositionForViewPoint() in
+        SwPageFrame::GetModelPositionForViewPoint() fails for the perfect match
+        case, and then later looking for split flys explicitly, so the corrected
+        case finds the split fly on the page.
+        
+        I imagine this is not only useful for mouse clicks, but it's also good
+        for everything else that uses GetModelPositionForViewPoint(), e.g.
+        keyboard page-down.
+        
+        Change-Id: I761b211c1b5468d9d8996c59a32ac9be5b83a777
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160194
+        Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
+        Tested-by: Jenkins
+        (cherry picked from commit f461853b11439c4e485a79174d34735395e5bf52)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160179
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-09  Jim Raykowski  <raykowj@gmail.com>  [3004515ce6d9c9c655105af901837e95bae7fb9a]
+
+        tdf#158710 Fix animation list custom rendering for vcl gen plugin
+        
+        Change-Id: I5d2eb9e74392036a99b90fca1c5a49ac7bee828b
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161511
+        Tested-by: Jenkins
+        Reviewed-by: Jim Raykowski <raykowj@gmail.com>
+        (cherry picked from commit 7e378516bc596d0308bcb1c974760c224f516ea6)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161558
+        Reviewed-by: Stéphane Guillou <stephane.guillou@libreoffice.org>
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-09  Caolán McNamara  <caolan.mcnamara@collabora.com>  [93e23b841e1c461f37c9a4f72462b5b2805a6300]
+
+        Resolves: tdf#159046 hang on export of math objects in cells
+        
+        regression from:
+        
+        commit a9d6b6ef049dd41c91a30c03df0ba38ba8dcada8
+        Date:   Thu Oct 5 14:12:51 2023 +0100
+        
+            crash copying text + chart to clipboard with InputOptions::TextWysiwyg
+        
+            of true, the mxPoolHelper is still null when trying to create a
+            Printer to use as a reference device
+        
+        revert that, and use a different simpler workaround for the original
+        crash case.
+        
+        Change-Id: I74cec710aec033e1652e637ed056dae1c261aa98
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161741
+        Tested-by: Jenkins
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-08  Weblate  <noreply@documentfoundation.org>  [6eae25371886e45e662cbc4dbd19d5c3f1075662]
+
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 98.4% (128 of 130 strings)
+        
+        Change-Id: I004c3b6bde48555b46ea2b5f638496faad9e92a0
+        Co-authored-by: Elisabetta Manuele <calembour@hotmail.it>
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/it/
+        Translation: android-viewer/android-strings-7-6
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161720
+        Tested-by: Jenkins
+        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
+
+2024-01-08  Caolán McNamara  <caolan.mcnamara@collabora.com>  [7e4e0e93d8aaaf5eac294d6daf6ac8ab4c0a045c]
+
+        std::size/SAL_N_ELEMENTS also counts the null terminator
+        
+        which libxml2 2.12 will fail on with error:
+        
+        'Extra content at the end of the document'
+        
+        Change-Id: I9d5da9fdd826cce8462ede8c510eaea7281b760f
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161627
+        Tested-by: Jenkins
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+        (cherry picked from commit cbb17a548b5cc6a99b6ed7735479bb4f2bc40f26)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161643
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-08  Caolán McNamara  <caolan.mcnamara@collabora.com>  [441ae3c0bce0febe37b99b43fc09f2c30ae4a4ee]
+
+        Resolves: tdf#158997 optimal col width too narrow to render text
+        
+        optimal is measured with kerning on, while text is rendered with
+        kerning off
+        
+        possibly a problem since:
+        
+        commit 36eed54d3dfed6551fd2ad944feff7e217c56e82
+        Date:   Tue Jul 3 15:00:26 2018 +0200
+        
+            Resolves: tdf#118221 whole cell kerning default is off
+        
+        Change-Id: I0e6de75a89823f6ed58a74782e47feb0a44014e3
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161680
+        Tested-by: Jenkins
+        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
+
+2024-01-05  Caolán McNamara  <caolan.mcnamara@collabora.com>  [672f5a749d6d8b000d4111146c318d28ea41973f]
+
+        report what font is missing when terminating test
+        
+        even in release mode
+        
+        Change-Id: I3e9673cc498202c64ba00f5cd2cd0e7429d77834
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161646
+        Tested-by: Jenkins
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+
+2024-01-05  Julien Nabet  <serval2412@yahoo.fr>  [b26ea56c61773808b6641ffa14aa8092e57d271c]
+
+        tdf#158684: CHART XY Scatter Chart: line type "stepped" ignores parameters
+        
+        Regression from 65752e649872edfd98915035b61aca510ae8f271
+        Date:   Fri Mar 24 10:52:13 2023 +0100
+        jsdialog: enable and make async chart line prop dialog
+        
+        Change-Id: I1532c45ae72d2c45ace72bcc099fcc8baa265b99
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160715
+        Tested-by: Jenkins
+        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
+        (cherry picked from commit 4eb875d95622fb4346d3f8b24327a1b84230eca1)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160700
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+
+2024-01-05  Patrick Luby  <plubius@libreoffice.org>  [48c13e2cefb0251d9ca975f4e4f39af3d8adec6f]
+
+        tdf#135478 Reduce sensitivity of horizontal scrollwheel
+        
+        Problem: at least on macOS, swipe events are very
+        precise. So, when swiping at a slight angle off of
+        vertical, swipe events will include a small amount
+        of horizontal movement. Since horizontal swipe units
+        are measured in cell widths, these small amounts of
+        horizontal movement results in shifting many columns
+        to the right or left while swiping almost vertically.
+        
+        So my hacky fix is to reduce the amount of horizontal
+        swipe events to roughly match the "visual distance"
+        of vertical swipe events.
+        
+        The reduction factor is arbitrary but is set to
+        roughly the ratio of default cell width divided by
+        default cell height. This hacky fix isn't a perfect
+        fix, but hopefully it reduces the amount of
+        unexpected horizontal shifting while swiping
+        vertically to a tolerable amount for most users.
+        
+        Note: the potential downside of doing this is that
+        some users might find horizontal swiping to be
+        slower than they are used to. If that becomes an
+        issue for enough users, the reduction factor may
+        need to be lowered to find a good balance point.
+        
+        Lastly, fix the unbalanced rounding of delta X and Y
+        values due to using floor() for macOS native swipe
+        and scroll wheel events.
+        
+        Change-Id: I8c0c9a3aa688e411c47ebb5e7500f3a50f6f673b
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161278
+        Tested-by: Jenkins
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+        Reviewed-by: Patrick Luby <plubius@libreoffice.org>
+        (cherry picked from commit 689ddab27bb0658e43ab0e0d4d8235e45d8904d4)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161318
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+
+2024-01-05  Michael Weghorn  <m.weghorn@posteo.de>  [1aa6a12f4d963b6949b6958c165c47bc059ab974]
+
+        android: Separate build ID and vendor from versionName
+        
+        So far, the versionName for the LibreOffice APK/app bundle
+        included the build ID and vendor, was e.g.
+        "24.2.0.0.alpha1+/2972af9045a5/The Document Foundation".
+        
+        That versionName would be split again to extract the build ID
+        and vendor to display them in the about dialog.
+        
+        No longer include build ID and vendor in the `versionName`,
+        but use separate build config variables, similar to what
+        is done for the privacy policy.
+        
+        This slightly simplifies the code for the about dialog.
+        
+        But more importantly, the previous `versionName` scheme
+        would make it impossible to automate the F-Droid update
+        of the app, because the scheme is not compatible with
+        the expectations of F-Droid's update mechanism, see the
+        F-Droid merge request to update LibreOffice Viewer to 7.6.3 [1]
+        for more details, in particular the (eventually not merged)
+        commit [2] mentioning what manual steps would still be needed
+        when trying to semi-automate the update at least.
+        
+        [1] https://gitlab.com/fdroid/fdroiddata/-/merge_requests/14080
+        [2] https://gitlab.com/fdroid/fdroiddata/-/merge_requests/14080/diffs?commit_id=bfc062a358dc574326a29f08e01c0e80cadd80cb
+        
+        Change-Id: Ibede06d13095d8e83dcc88ee09a8a610d6a9de0f
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160150
+        Tested-by: Jenkins
+        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
+        (cherry picked from commit 35b7aa3a865eda90bec945ac2e11b20a75a37bd6)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160154
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+
+2024-01-05  Miklos Vajna  <vmiklos@collabora.com>  [764890a53cea2ccb6d2fb6d8c7edb5e1c91ecdc0]
+
+        tdf#158302 fix build against system-libxml-2.12
+        
+        Seen in a fedora:40 container, using --with-system-libcmis,
+        --with-system-liblangtag and --with-system-xmlsec.
+        
+        Change-Id: I9d748d3dc0b70dbfdfcb6b99c9ce8440bda6f326
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159980
+        Tested-by: Jenkins
+        Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
+        (cherry picked from commit c8f7408db73d2f2ccacb25a2b4fef8dfebdfc6cb)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161661
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+
+2024-01-05  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [28e9ab0ed6fc0c5f4ddf590d50c26b2c467bab7a]
+
+        Update git submodules
+        
+        * Update helpcontent2 from branch 'libreoffice-7-6'
+          to 219add06db0e2193170b462ef74956d559ffcbaa
+          - tdf#158961 Remove a z-index: 100 rule to keep Safari happy
+            
+            Modules navigation was not showing up in Safari because it had too
+            few elements to overflow. For some reason the z-index: 100 rule for
+            the containing div triggered this buggy behaviour.
+            
+            Change-Id: I50776401b567d125d086e826ec7a23694bdf6774
+            Reviewed-on: https://gerrit.libreoffice.org/c/help/+/161651
+            Tested-by: Jenkins
+            Reviewed-by: Juan José González <juanjosegzl@libreoffice.org>
+            Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
+            Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
+            (cherry picked from commit 7f6876711ed991c8cf83edcc47980639b58c2c7a)
+            Reviewed-on: https://gerrit.libreoffice.org/c/help/+/161647
+            (cherry picked from commit c903a5157e0b9fe44a624965b642d1af57ec2b28)
+            Reviewed-on: https://gerrit.libreoffice.org/c/help/+/161648
+            
+2024-01-05  Caolán McNamara  <caolan.mcnamara@collabora.com>  [5a731afcaa717bdabb5bebd1e625984c89ec601f]
+
+        Resolves: tdf#158965 Find Record: Similarities dialog doesn't appear
+        
+        and assert in DBG_UTIL mode
+        
+        regression since:
+        
+        commit 36343165c251e30c700360cc5c4266f576d4ac00
+        Date:   Wed Jan 25 11:07:28 2023 +0000
+        
+            cui: Make SimilaritySearch dialog async and enable use for jsdialog
+        
+        Change-Id: Iee2071874836ccf8a1ab10fbc6d6b3c491fd04ce
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161632
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Tested-by: Jenkins
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+
+2024-01-05  Armin Le Grand (allotropia)  <armin.le.grand.extern@allotropia.de>  [6abfcb0f96a0e4c138da43c9800a34dd9c2f773f]
+
+        tdf#158743 use maCurrentTransformation for embedding
+        
+        Seems to be an error in the preparation to Bitmap conversion
+        in VclMetafileProcessor2D::processTransparencePrimitive2D.
+        While for calculating the LogicRange maCurrentTransformation
+        is used (and that is correct) it is *not* used in the embedding
+        for calling convertToBitmapEx.
+        It is correct to get back to logic/world coordinates for
+        calculating the embedding, but maCurrentTransformation is
+        needed to define the correct full embedding.
+        I might have overlooked that in the original change because
+        maCurrentTransformation is local to the VclMetafileProcessor2D
+        in action right at that moment and is usually empty for simple
+        cases, but - as can be seen - not always.
+        
+        Change-Id: Ib2deaa2c8328655ecc80964ba2e23e67964ac3ef
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161409
+        Tested-by: Jenkins
+        Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
+        (cherry picked from commit 4bea19cf84c125ab3f66dbb40d2379f2d385a865)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161550
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-04  Mike Kaganski  <mike.kaganski@collabora.com>  [4f4ec7512f679f52d9fb8f40c4a2040e9922d3c1]
+
+        Make testHybridPDFFile Windows-only, and filenames in repo ASCII-only.
+        
+        See https://lists.freedesktop.org/archives/libreoffice/2023-December/091265.html
+        for details.
+        
+        Change-Id: I73f4a48c9b71adc42354f099dcc98aff56e3fc43
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160246
+        Tested-by: Jenkins
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160307
+
+2024-01-04  Patrick Luby  <plubius@libreoffice.org>  [4509eb097d82b84423f8cbba3c9915a9fbe6f691]
+
+        Related: tdf#155266 stop delaying painting timer while swiping
+        
+        After fixing several flushing issues in tdf#155266, scrollbars
+        still will not redraw until swiping has ended or paused when
+        using Skia/Raster or Skia disabled. So, stop the delay by only
+        including NSEventMaskScrollWheel if the current event type is
+        not NSEventTypeScrollWheel.
+        
+        Change-Id: I9348e5a38b4d0fedbf424b92a71eed25280fc21f
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161075
+        Tested-by: Jenkins
+        Reviewed-by: Patrick Luby <plubius@libreoffice.org>
+        (cherry picked from commit 9f92a39234dfae40fe19ab6fa47caf8b21dd8847)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161103
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+
+2024-01-04  Mike Kaganski  <mike.kaganski@collabora.com>  [877b7cdbfd98188872c983bb8404e5627a521360]
+
+        tdf#154044: Also store default column data, when copying to Undo document
+        
+        And restore from it un Undo.
+        
+        Change-Id: I3e14b345cff25068d0555c5bceb4d6e97ce7cf76
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161127
+        Tested-by: Jenkins
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+        (cherry picked from commit 36b7ae36715cbf47b451e41e47aebe28cf594bd8)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161160
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161173
+
+2024-01-04  Justin Luth  <jluth@mail.com>  [d0ce236edbaffd8d602951a0acfcba13f6029679]
+
+        tdf#158785 partial revert "enable hyperlink to be detected
+        
+        ... at the end of text"
+        
+        This reverts lpranam's 7.2.0 regressive
+        commit 3233db0913193855285e1f56492d4617368441b6.
+        
+        The character after a hyperlink should not offer
+        to CTRL-click or jump to the hyperlink target.
+        
+        make CppunitTest_sw_uiwriter9 CPPUNIT_TEST_NAME=testTdf158785
+        
+        Change-Id: I3f5398cc3a4f29ddf1c50764c311046713d39439
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161042
+        Tested-by: Jenkins
+        Reviewed-by: Justin Luth <jluth@mail.com>
+        (cherry picked from commit 57cdbd3b8195a6dcf5a5d35d99d3801c419d56a6)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161097
+        (cherry picked from commit 9420011cc89e81d8f0ec5babb385fe7c8cb2b2f1)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161104
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-04  Caolán McNamara  <caolan.mcnamara@collabora.com>  [233f4651d9baafe9dbd5a41a83a018c6560bc214]
+
+        cid#1559993 Division or modulo by float zero
+        
+        Change-Id: I071d576fc998022c76364778423e0346f69cb051
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161500
+        Tested-by: Jenkins
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+        (cherry picked from commit 7cf623ae1771f448ab4f82c175156a7e776fa964)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161552
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-04  Michael Meeks  <michael.meeks@collabora.com>  [6e1ff96f9c422da509223777f5b72ed3606cd50a]
+
+        trace events: fix deadlock from non-recursive mutex.
+        
+        Release lock over s_pBufferFullCallback:
+         #4  std::lock_guard<std::mutex>::lock_guard(std::mutex&)
+         #5  comphelper::TraceEvent::getEventVectorAndClear()
+         #6  0x00007f2367c61836 in comphelper::TraceEvent::getRecordingAndClear()
+         #7  0x00007f236877263e in (anonymous namespace)::TraceEventDumper::flushRecordings()
+         #8  0x00007f2367c60cb7 in comphelper::TraceEvent::addRecording(rtl::OUString const&)
+        
+        regression from:
+          commit c2424341ed444647d979a69ae55268e96fad3d56
+          Date:   Sun Jan 30 10:30:27 2022 +0100
+            comphelper : use std::mutex in traceevent
+        
+        Change-Id: Ic89d63d14f06d710937a4da759976ae308c9df45
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161329
+        Tested-by: Jenkins
+        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
+        (cherry picked from commit d7bbd8363e3a6856fb7039050b45a5ea0a626f29)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161553
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2024-01-03  Weblate  <noreply@documentfoundation.org>  [06c3834c2545c3bb674efa5c42340d4f347b00a1]
+
+        android-viewer translated using Weblate
+        
+        Spanish currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I054c94943afc09611a4f22e6facb1ed01c252f15
+        
+        android-viewer translated using Weblate
+        
+        Portuguese currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: Iae494a6c14c157db20612054c970de86876cf79e
+        
+        Added translation for android-viewer using Weblate (Portuguese)
+        
+        Change-Id: I49084dad04fe8ecb7fca9fbaa6d986464ce7d1a2
+        
+        android-viewer translated using Weblate
+        
+        Hungarian currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I0d1db17a27caa17f43422ee7da7b618fdc1a5444
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 94.6% (123 of 130 strings)
+        
+        Change-Id: Ic80bdab7e9252e1f9b23a8aa3e97cd795bfcd18e
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 94.6% (123 of 130 strings)
+        
+        Change-Id: Ie88973f8843dab0b27e4e143ba8a3cfa2f383a52
+        Co-authored-by: Adolfo Jayme Barrientos <fito@libreoffice.org>
+        Co-authored-by: Gábor Kelemen <gabor.kelemen.extern@allotropia.de>
+        Co-authored-by: Sérgio Marques <smarquespt@gmail.com>
+        Co-authored-by: Valter Mura <valtermura@gmail.com>
+        Co-authored-by: Weblate <noreply@documentfoundation.org>
+        Co-authored-by: ciampix <ciampix@posteo.net>
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/es/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/hu/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/it/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/pt/
+        Translation: android-viewer/android-strings-7-6
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161458
+        Tested-by: Jenkins
+        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
+
+2024-01-02  Taichi Haradaguchi  <20001722@ymail.ne.jp>  [4172f59dc8e5e850e1dd945d16a16cb7331eedcf]
+
+        Japanese word for 'reiwa' added to ja.dic
+        
+        Change-Id: I80743231e22f0507ba5569d325e1f86920658a2b
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159967
+        Tested-by: Jenkins
+        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
+        (cherry picked from commit 7cad8b664d957445b044b414de61af521a2e6553)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161424
+
+2024-01-01  Mike Kaganski  <mike.kaganski@collabora.com>  [873c56df149bb463e5267162e43c755ad16779b8]
+
+        tdf#158442: fix opening hybrid PDFs on Windows
+        
+        Commit 046e9545956d8ad1d69345d6b4a4c0a33714d179 (Try to revert to use
+        of file_iterator from boost on Windows, 2023-10-31) had introduced a
+        problem that pdfparse::PDFReader::read couldn't create file_iterator
+        for files already opened with write access: mmap_file_iterator ctor
+        on Windows used single FILE_SHARE_READ as dwSharedMode parameter for
+        CreateFileA WinAPI; and that failed, when the file was already opened
+        using GENERIC_WRITE in dwDesiredAccess - which happens when opening
+        stream in TypeDetection::impl_detectTypeFlatAndDeep.
+        
+        Fix this by patching boosts' mmap_file_iterator constructor to use
+        FILE_SHARE_READ | FILE_SHARE_WRITE, like we do in osl_openFile.
+        
+        But there was a pre-existing problem of using char-based CreateFileA
+        API, which disallows opening any files with names not representable
+        in current Windows codepage. Such hybrid PDF files would still fail
+        creation of the file_iterator, and open as PDF.
+        
+        Fix that by further patching boost to have wstring-based constructors
+        for file_iterator and mmap_file_iterator on Windows, which would call
+        CreateFileW.
+        
+        Change-Id: Ib190bc090636159ade390b3dd120957d06d7b89b
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160218
+        Tested-by: Jenkins
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160306
+        Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
+
+2024-01-01  Mike Kaganski  <mike.kaganski@collabora.com>  [c1a44c635f1203f60fd9771b94bffec210922305]
+
+        Avoid unwanted creation of mSurface
+        
+        Commit 2d1a0d86d2d0c00fcfee61c39f2221e786e4245b (Related: tdf#152703
+        Prevent possible hang when live resizing a window, 2023-01-06) had
+        added a call to checkSurface in SkiaSalGraphicsImpl::performFlush,
+        to detect resize.
+        
+        This created a regression, seen e.g. in JunitTest_framework_complex,
+        where 'assert(!mSurface)' in SkiaSalGraphicsImpl dtor fails now on
+        Windows with Skia/Vulkan:
+        
+         vcllo.dll!SkiaSalGraphicsImpl::~SkiaSalGraphicsImpl() Line 296	C++
+         vclplug_winlo.dll!WinSkiaSalGraphicsImpl::~WinSkiaSalGraphicsImpl()	C++
+         vclplug_winlo.dll!WinSkiaSalGraphicsImpl::`scalar deleting destructor'(unsigned int)	C++
+         vclplug_winlo.dll!std::default_delete<SalGraphicsImpl>::operator()(SalGraphicsImpl * _Ptr) Line 3170	C++
+         vclplug_winlo.dll!std::unique_ptr<SalGraphicsImpl,std::default_delete<SalGraphicsImpl>>::~unique_ptr<SalGraphicsImpl,std::default_delete<SalGraphicsImpl>>() Line 3282	C++
+         vclplug_winlo.dll!WinSalGraphics::~WinSalGraphics() Line 668	C++
+         vclplug_winlo.dll!WinSalGraphics::`scalar deleting destructor'(unsigned int)	C++
+         vclplug_winlo.dll!WinSalFrame::~WinSalFrame() Line 977	C++
+         vclplug_winlo.dll!WinSalFrame::`scalar deleting destructor'(unsigned int)	C++
+         vclplug_winlo.dll!SalComWndProc(HWND__ * __formal, unsigned int nMsg, unsigned __int64 wParam, __int64 lParam, bool & rDef) Line 667	C++
+         vclplug_winlo.dll!SalComWndProcW(HWND__ * hWnd, unsigned int nMsg, unsigned __int64 wParam, __int64 lParam) Line 724	C++
+         user32.dll!00007ffaab908241()	Unknown
+         user32.dll!00007ffaab907efc()	Unknown
+         user32.dll!00007ffaab91302d()	Unknown
+         ntdll.dll!00007ffaac2d33b4()	Unknown
+         win32u.dll!00007ffaa97814d4()	Unknown
+         user32.dll!00007ffaab911b4f()	Unknown
+         user32.dll!00007ffaab911a1c()	Unknown
+         sal3.dll!osl_waitCondition(void * Condition, const TimeValue * pTimeout) Line 93	C++
+         vclplug_winlo.dll!osl::Condition::wait(const TimeValue * pTimeout) Line 124	C++
+         vclplug_winlo.dll!SalYieldMutex::doAcquire(unsigned long nLockCount) Line 140	C++
+         comphelper.dll!comphelper::SolarMutex::acquire(unsigned long nLockCount) Line 87	C++
+         vcllo.dll!SalInstance::AcquireYieldMutex(unsigned long nCount) Line 147	C++
+         vcllo.dll!Application::AcquireSolarMutex(unsigned long nCount) Line 510	C++
+         vclplug_winlo.dll!SolarMutexReleaser::~SolarMutexReleaser() Line 1420	C++
+         vclplug_winlo.dll!WinSalInstance::DoYield(bool bWait, bool bHandleAllCurrentEvents) Line 586	C++
+         vcllo.dll!ImplYield(bool i_bWait, bool i_bAllEvents) Line 390	C++
+         vcllo.dll!Application::Yield() Line 475	C++
+         vcllo.dll!Application::Execute() Line 368	C++
+         sofficeapp.dll!desktop::Desktop::Main() Line 1605	C++
+         vcllo.dll!ImplSVMain() Line 229	C++
+         vcllo.dll!SVMain() Line 262	C++
+         sofficeapp.dll!soffice_main() Line 94	C++
+         soffice.bin!sal_main() Line 51	C
+         soffice.bin!main(int argc, char * * argv) Line 49	C
+         soffice.bin!invoke_main() Line 79	C++
+         soffice.bin!__scrt_common_main_seh() Line 288	C++
+         soffice.bin!__scrt_common_main() Line 331	C++
+         soffice.bin!mainCRTStartup(void * __formal) Line 17	C++
+         kernel32.dll!00007ffaab01257d()	Unknown
+         ntdll.dll!00007ffaac28aa58()	Unknown
+        
+        This is caused by unwanted creation of mSurface in checkSurface,
+        outside of the Init/DeInit pair, called from WinSalGraphics'
+        InitGraphics/DeInitGraphics. Thus an invariant is broken, that
+        only when WinSalFrame initializes its mhLocalDC, its mpImpl is
+        initialized. Deinitialization of mpImpl is thus only called if
+        mhLocalDC is not null.
+        
+        Since flush makes no sense without mSurface, just move the call
+        to checkSurface inside the mSurface check. Hope it doesn't break
+        the fix made in commit 2d1a0d86d2d0c00fcfee61c39f2221e786e4245b.
+        
+        Change-Id: I54442e604ef7c28659b908a7fb1404c9da41b006
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161484
+        Reviewed-by: Patrick Luby <plubius@libreoffice.org>
+        Tested-by: Jenkins
+        (cherry picked from commit 78ff693225e015e9f3153e26fbd4dca5fa1f0095)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161414
+        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
+
+2023-12-29  Michael Stahl  <michael.stahl@allotropia.de>  [ce9a5a9abbfa998312c62c61b27992d01df214d2]
+
+        tdf#158451 sw: fix crash in text formatting of as-char group shape
+        
+        The problem is that during formatting of a SwTextFrame, SwTextFly
+        contains a list of all anchored objects that could overlap, and then
+        creating a portion for the as-char anchored group shape sets the anchor
+        property and thereby unexpectedly deletes the child anchored object,
+        while SwTextFly stores a pointer to it:
+        
+        4  SwFlyLayFrame::~SwFlyLayFrame()
+        5  SwFrame::DestroyFrame()
+        6  SwFrameFormat::DelFrames()
+        7  SwDoc::SetFlyFrameAnchor()
+        8  lcl_SetFlyFrameAttr()
+        10 SwXFrame::setPropertyValue()
+           (this=0x4042de0, rPropertyName="AnchorType", _rValue=uno::Any("com.sun.star.text.TextContentAnchorType": com::sun::star::text::TextContentAnchorType::TextContentAnchorType_AT_CHARACTER)) at sw/source/core/unocore/unoframe.cxx:1941
+        11 SwTextBoxHelper::changeAnchor()
+        12 SwTextBoxHelper::synchronizeGroupTextBoxProperty()
+        13 SwTextBoxHelper::synchronizeGroupTextBoxProperty()
+        14 SwFlyCntPortion::SetBase()
+        15 sw::DrawFlyCntPortion::Create()
+        16 SwTextFormatter::NewFlyCntPortion()
+        
+        This is because after the import is complete, only the group shape has
+        its anchor set, while the child shapes all have a default FLY_AT_PAGE
+        anchor.
+        
+        There is already code in SwXShape::setPropertyValue() to propagate the
+        new anchor to children, but it's limited to group shape with more than 1
+        text frame; very unclear why this limit exists so just remove it.
+        
+        Change-Id: Ide0f9def36e3b4eff6140206e3dfa4ee2c65e3eb
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161137
+        Tested-by: Jenkins
+        Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+        (cherry picked from commit 59ece793dbfc23dddccc56cfaff60d3558dc2b6b)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161213
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+
+2023-12-29  Patrick Luby  <plubius@libreoffice.org>  [744aaf0d068505fdbf4dcc66eabaf495cdd4fcb3]
+
+        Related: tdf#158807 mutex must be locked when disposing a VirtualDevice
+        
+        If the following .ppt document is opened in a debug build
+        and the document is left open for a minute or two without
+        changing any content, this destructor will be called on a
+        non-main thread with the mutex unlocked:
+        
+          https://bugs.documentfoundation.org/attachment.cgi?id=46801
+        
+        This hits an assert in VirtualDevice::ReleaseGraphics() so
+        explicitly lock the mutex and explicitly dispose and clear
+        the VirtualDevice instances variables.
+        
+        Change-Id: I5d371a4e99fca4aae2b6edc8b53eca10cb143aef
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161243
+        Tested-by: Jenkins
+        Reviewed-by: Patrick Luby <plubius@libreoffice.org>
+        (cherry picked from commit 0f8ad0f55e118f1f016b250de0c7940c7e21062a)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161219
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+
+2023-12-29  Patrick Luby  <plubius@libreoffice.org>  [226e23d6a26bb3710712e9a865c6b222cd3db76f]
+
+        tdf#144124 Detect if ownership has been lost
+        
+        The shortcut assumes that lost ownership notifications from the
+        system clipboard will happen elsewhere. They do under normal
+        conditions, but do not when some clipboard managers are running.
+        So, explicitly check ownership to catch such cases.
+        
+        Change-Id: If54ca8c9908650c23c348e08231820ee7c2483e1
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161337
+        Tested-by: Jenkins
+        Reviewed-by: Patrick Luby <plubius@libreoffice.org>
+        (cherry picked from commit c5edeeffa900b8ddfda0f62d281eb9d49d9e01f0)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161323
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+
+2023-12-29  Xisco Fauli  <xiscofauli@libreoffice.org>  [dfd115ac6a7ad5e1ef12909933ca658205680c49]
+
+        tdf#154339: do not cache GetCellArea results for now
+        
+        Partially revert 0a55aa8ba38aea56a2bce1504fd687e510f66b9d
+        "calc: cache GetCellArea results"
+        
+        Change-Id: I371a56f64afe541d9a194e6435fda3fb27bc43ce
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160349
+        Tested-by: Jenkins
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit 01473b85a218b303a5674c4c3c24177c938d4e69)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160946
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160998
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+
+2023-12-29  Patrick Luby  <plubius@libreoffice.org>  [97f075ab95a592e9bd482031468b85e8bb7dc469]
+
+        tdf#151679 Do not push FLAVOR_LINK to macOS general pasteboard
+        
+        When copying text from a Writer document and the
+        FLAVOR_LINK flavor is pasted, Writer will edit the
+        copied text in order to create a bookmark for DDE.
+        
+        The problem is that many macOS clipboard managers
+        fetch *all* available flavors that are available in
+        the macOS general pasteboard instead of just one
+        flavor and this triggers the FLAVOR_LINK flavor's
+        unusual editing behavor in Writer every time the
+        user copies Writer text.
+        
+        Users have reported in tdf#1515679 that on macOS,
+        Microsoft Writer, Excel, and PowerPoint do not
+        recognize this flavor like is done on Windows so,
+        in theory, we can just filter out this flavor when
+        adding flavors to the macOS general pasteboard.
+        
+        With this change, the FLAVOR_LINK flavor will still
+        be visible when copying and pasting within a single
+        LibreOffice instance as well as when dragging from
+        LibreOffice to other applications.
+        
+        Change-Id: Ia391398286fa8795ac65b4702a15caf59fb3ae70
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161305
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+        Tested-by: Jenkins
+        Reviewed-by: Patrick Luby <plubius@libreoffice.org>
+        (cherry picked from commit 29cc78b12315083ac5cfb2f59101d25e76b4f662)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161316
+
+2023-12-29  Weblate  <noreply@documentfoundation.org>  [f064b10479040f80e99cc3f32364ba41da1a759c]
+
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 92.3% (120 of 130 strings)
+        
+        Change-Id: Iefd35175f5b0e37f6057e2d8d7b53c7fa6869dd4
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 92.3% (120 of 130 strings)
+        
+        Change-Id: I78056d3ba57c377b223b20575ebb23781d971d60
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 87.6% (114 of 130 strings)
+        
+        Change-Id: I81efd4352d003cbc7bc1f48878e8e8a91669b8df
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 87.6% (114 of 130 strings)
+        
+        Change-Id: Ibf62594e7bcd41bab7440f328e1116353c7c51b9
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 87.6% (114 of 130 strings)
+        
+        Change-Id: Ie72a2287df3b957ac0924a1f80af7c2d9207f7b8
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 87.6% (114 of 130 strings)
+        
+        Change-Id: Ia9b85741e155eaf675140b7b4d6c123e31e61366
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 83.8% (109 of 130 strings)
+        
+        Change-Id: I490a6eadd89a3f838c97264d90b0474c824fae3d
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 83.8% (109 of 130 strings)
+        
+        Change-Id: I578b413f9e022fee0dc75034c9fb55e873ede716
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 83.0% (108 of 130 strings)
+        
+        Change-Id: I75a25cfbf77e520fad14e93800cf639ab58feb89
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 81.5% (106 of 130 strings)
+        
+        Change-Id: I21e000a8e908bb52aa1243108573f1890e4a4845
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 81.5% (106 of 130 strings)
+        
+        Change-Id: Id917cffa252a1e85b00227519a3a878911d98bc5
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 71.5% (93 of 130 strings)
+        
+        Change-Id: Iae0d6889f7b8fde95eb1f4798e438f0b1ad1aa49
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 71.5% (93 of 130 strings)
+        
+        Change-Id: If69ae31a8e283fb87b14f49ac02743cb97183a99
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 70.7% (92 of 130 strings)
+        
+        Change-Id: I23616539267a880972722327b80fd628e2fab552
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 70.7% (92 of 130 strings)
+        
+        Change-Id: I49a199188f7ba8d8f7b7c21207e97a536bbf81a0
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 67.6% (88 of 130 strings)
+        
+        Change-Id: I7104d0a048440b2b93885b177f0c2db1126e9376
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 67.6% (88 of 130 strings)
+        
+        Change-Id: I1097af1bee7e1a06c9adc8705daa2ff9a52a946c
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 66.9% (87 of 130 strings)
+        
+        Change-Id: I790431c7f5aa2fe163745c02ade392ba8a73b47b
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 66.9% (87 of 130 strings)
+        
+        Change-Id: Ic9494bd784a82c14511a65da4564cfbca3791ced
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 61.5% (80 of 130 strings)
+        
+        Change-Id: Ie2de44b3c0e3a005dec644c57d7ae36e4b5ba45f
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 61.5% (80 of 130 strings)
+        
+        Change-Id: Ie3a92c17c1cdd5c83fbd45aea289a9fd9597c327
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 58.4% (76 of 130 strings)
+        
+        Change-Id: Ibe6177e4b93658d85ef751df7f20867f28b3565f
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 56.1% (73 of 130 strings)
+        
+        Change-Id: Ifd8dc5198fba048a7c7bb73890c04db9603f72d4
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 56.1% (73 of 130 strings)
+        
+        Change-Id: I15b25c5b1fe8aefaaecce4352d176bd1e5f9e1f6
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 53.0% (69 of 130 strings)
+        
+        Change-Id: Ia70a115ee3dfbf810f59be8a2c95141f5906d968
+        
+        android-viewer translated using Weblate
+        
+        Hungarian currently translated at 42.3% (55 of 130 strings)
+        
+        Change-Id: Ic6cf69452556a7bec5baed557944c5962109a89a
+        
+        android-viewer translated using Weblate
+        
+        French currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: Ic5d975765216c4039915bdc32c1b0877ea3ef789
+        
+        Added translation for android-viewer using Weblate (Hungarian)
+        
+        Change-Id: I068c4e75c8a02ad14a44d9e29ed2dc061dfbe437
+        Co-authored-by: Gábor Kelemen <kelemeng@gnome.hu>
+        Co-authored-by: Valter Mura <valtermura@gmail.com>
+        Co-authored-by: Weblate <noreply@documentfoundation.org>
+        Co-authored-by: Weblate <noreply@weblate.org>
+        Co-authored-by: ciampix <ciampix@posteo.net>
+        Co-authored-by: sophie <gautier.sophie@gmail.com>
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/fr/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/hu/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/it/
+        Translation: android-viewer/android-strings-7-6
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161303
+        Tested-by: Jenkins
+        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
+
+2023-12-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [3ec7b568bf8158ce7e6ba5336ce8af52d7a79d5f]
+
+        tdf#158837 hyphenation crash in: int rtl::str::indexOfStr_WithLength
+        
+        the code was already dodgy, passing in an invalid nPos, which triggers
+        an assert.
+        
+        However, it appears that previously that dodginess was ignored, until
+            commit 5ebccaa07589383653dbd65e58204a82dd3cde09
+            author	Noel Grandin 	Sat Apr 10 17:27:08 2021 +0200
+            use std lib for O[U]String indexOfStr
+        which turned it into a crash.
+        
+        Add a check to avoid the crash, no idea what the right fix would look
+        like.
+        
+        Change-Id: I826b9af0b2d9c7c297214ce2d54c664fb573edd2
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161271
+        Tested-by: Jenkins
+        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
+        (cherry picked from commit a89a42e55f2b154c8b276fe08fcf02c4b9fc0945)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161310
+        (cherry picked from commit 7af18a423634595dd5ea13d35283e906e46a1662)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161320
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2023-12-26  Balazs Varga  <balazs.varga.extern@allotropia.de>  [255a0032d399ae13e0f166942c03721caa1e0d74]
+
+        cid#1559857 Illegal address computation
+        
+        Follow up of commit: bff76421e234df7246a7f49c71a11432f86e09d1
+        
+        Change-Id: I1abfcea1c7ca8e55f8a4b19b66d80b901f575bcf
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161179
+        Tested-by: Jenkins
+        Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+        (cherry picked from commit c5cc7af60d4b93d4247fd88f941a323f4a56dfcd)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161222
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2023-12-26  Andreas Heinisch  <andreas.heinisch@yahoo.de>  [7c10c49309acb2f183ef726283e36044d8f68766]
+
+        Revert "tdf#100584 - Arrange sheets in the tab bar depending on the RTL settings"
+        
+        This reverts commit be86c8f2432623fdb8ed4f22ca08c35121fd8bec.
+        
+        Reason for revert: To many regressions.
+        
+        Change-Id: Id3fb8dc5d4edb84c0008b7834a80887aaa7d9f83
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161154
+        Tested-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
+        Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
+        (cherry picked from commit 3430a2c639a9f714259f9d319515464a653d21ab)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161159
+        Tested-by: Jenkins
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit b3e86695022f8db57344f4115ee360072d671838)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161212
+
+2023-12-26  Xisco Fauli  <xiscofauli@libreoffice.org>  [f118426560d913f5180aab2a8ef6424e8825a778]
+
+        sw: fix another null deref in a11y check
+        
+        similar to
+        
+        author	Caolán McNamara <caolan.mcnamara@collabora.com>	2023-12-21 16:47:18 +0000
+        committer	Caolán McNamara <caolan.mcnamara@collabora.com>	2023-12-21 21:15:03 +0100
+        commit	ba712e9a35179c480cdc6f9d600d79040a273d53 (patch)
+        tree	88e237265eb6ce884d2807b4c178a761d4c73956
+        parent	8cd01e5278b2be25a1186139e431591a85a5080f (diff)
+        crashreporting: apparent null deref in a11y check
+        
+        Change-Id: I3fb6a916fcbcce4b599a925dcc7d39a12e60a972
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161149
+        Tested-by: Jenkins
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit ca4aa82e2a0a97a63f51820247aa4e59e645992a)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161166
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161192
+
+2023-12-25  Weblate  <noreply@documentfoundation.org>  [69a2a6b1ab776306265ee940a150e4828f62cf83]
+
+        android-viewer translated using Weblate
+        
+        Dutch currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: Ib583f6dc1f308df05a80441a52fe74d0d5ea48f3
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 42.3% (55 of 130 strings)
+        
+        Change-Id: I3d1017c96ce66bd0df60a88d0ccd4d428c659619
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 42.3% (55 of 130 strings)
+        
+        Change-Id: I6d8345b8f374463a474f1f60fad56fc4869d8e90
+        
+        android-viewer translated using Weblate
+        
+        Asturian currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I747261796a11cfc136e7773fef3b4d9ee8cad021
+        Co-authored-by: Adolfo Jayme Barrientos <fito@libreoffice.org>
+        Co-authored-by: Elisabetta Manuele <calembour@hotmail.it>
+        Co-authored-by: ciampix <ciampix@posteo.net>
+        Co-authored-by: kees538 <kees538@gmail.com>
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/ast/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/it/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/nl/
+        Translation: android-viewer/android-strings-7-6
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161266
+        Tested-by: Jenkins
+        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
+
+2023-12-25  Patrick Luby  <plubius@libreoffice.org>  [66a5468e6c2fc15aa104da8f96313e1237641273]
+
+        Eliminate warning when changing timer's priority
+        
+        Task::SetPriority() expects the timer to be stopped while
+        changing the timer's priority.
+        
+        Change-Id: Ib025cc1451bf6fa959284d202d29dbb1489beb0d
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161272
+        Tested-by: Jenkins
+        Reviewed-by: Patrick Luby <plubius@libreoffice.org>
+        (cherry picked from commit c6a7432b6240f2de7af3b8321c427a4da8b5cab3)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161226
+        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
+
+2023-12-24  Patrick Luby  <plubius@libreoffice.org>  [71ddd51f72532cb7f854abbad870a3829ea93d38]
+
+        Related: tdf#155266 Eliminate delayed scrollbar redrawing when swiping
+        
+        By default, the layout idle timer in the InterimWindowItem
+        class is set to TaskPriority::RESIZE. That is too high of
+        a priority as it appears that other timers are drawing
+        after the scrollbar has been redrawn.
+        
+        As a result, when swiping, the content moves fluidly but
+        the scrollbar thumb does not move until after swiping
+        stops or pauses. Then, after a short lag, the scrollbar
+        thumb finally "jumps" to the expected position.
+        
+        So, to fix this scrollbar "stickiness" when swiping,
+        setting the priority to TaskPriority::POST_PAINT causes
+        the scrollbar to be redrawn after any competing timers.
+        
+        Change-Id: I8c0772fc40ddc690ee59c6267c1c50971f4ff238
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161184
+        Tested-by: Jenkins
+        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
+        Reviewed-by: Patrick Luby <plubius@libreoffice.org>
+        (cherry picked from commit 9a685238cfcc17bb1586b07047bb077a5ce3821b)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161216
+
+2023-12-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [15be0847190fee716689938e70fcb4ade208d97f]
+
+        tdf#156820 Fix crash in custom color picker
+        
+        which requires
+        
+        (*) keeping ColorPicker alive during the runAsync in
+        ColorPicker::startExecuteModal
+        
+        (*) keeping the PaletteManager alive during the ExecuteAsync in
+        PaletteManager::PopupCOlorPicker
+        
+        Noting that MattK debugged the cause of this.
+        
+        Change-Id: I07efe8e6514f8882b1347c79c6150578c234bb9d
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161054
+        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
+        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
+        (cherry picked from commit 78ccae0d42d168f845ddbd7cb694d80dfb04f84d)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161161
+        Tested-by: Jenkins
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit 97a81fffc1c2ab77749c462b61b3eed860b09d77)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161164
+
+2023-12-22  Weblate  <noreply@documentfoundation.org>  [25e3408d23fcdcda5ea952cc2c7067a6cc9216aa]
+
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 37.6% (49 of 130 strings)
+        
+        Change-Id: Ida5f4d67735815f6cc6828c45a7cbd2cc6e0feb1
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 37.6% (49 of 130 strings)
+        
+        Change-Id: I73bf1c32a29294bdb89d8336672d659873d28cf0
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 36.9% (48 of 130 strings)
+        
+        Change-Id: If7f011ca166e954f9b618aca0532ffdaaff43665
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 36.9% (48 of 130 strings)
+        
+        Change-Id: I0b006b6f3c41100653fd26d1595fcdf74eef6b1f
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 34.6% (45 of 130 strings)
+        
+        Change-Id: Ifff82fca72419ebed93ff04766b43f642de32f84
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 34.6% (45 of 130 strings)
+        
+        Change-Id: Ia5daed46b8e44d064bbaaf0627c51607858a4edd
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 33.8% (44 of 130 strings)
+        
+        Change-Id: I8adae0884e521865cb928655dcab29ddb499fe51
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 33.0% (43 of 130 strings)
+        
+        Change-Id: Id5fe5675f7ef3aeb5bd679329ba9c3982cf8680f
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 33.0% (43 of 130 strings)
+        
+        Change-Id: I0f26ed52de77507881d3f21128c4f693da03043b
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 32.3% (42 of 130 strings)
+        
+        Change-Id: Iba50f22aa7e757c36a0cc515a136fb2e3f1dde85
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 32.3% (42 of 130 strings)
+        
+        Change-Id: I837109a7b8ee263d80dd1630472a2f04bbc86060
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 30.0% (39 of 130 strings)
+        
+        Change-Id: I5fb7f07cdfce37e07d6195967affd9755a8494c4
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 30.0% (39 of 130 strings)
+        
+        Change-Id: I53f2fcb5a26a866d2122d82d2fe563d1059b66c3
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 21.5% (28 of 130 strings)
+        
+        Change-Id: I695efe2ec87dbc0414ce6971ef98814cbb8dd7ad
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 20.0% (26 of 130 strings)
+        
+        Change-Id: I0e4ec0ac36c8252865783edbd0d7453368c5eeb6
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 20.0% (26 of 130 strings)
+        
+        Change-Id: Ib99c664dfd1bc509401503cdfa9e314eb6e4c6ff
+        
+        android-viewer translated using Weblate
+        
+        French currently translated at 86.9% (113 of 130 strings)
+        
+        Change-Id: I7d9b868d085499401ea304650230e1a2dce3841e
+        
+        android-viewer translated using Weblate
+        
+        Punjabi currently translated at 96.9% (126 of 130 strings)
+        
+        Change-Id: I73142aba43bcb6941e9f56548f0087a8527a5c3d
+        
+        android-viewer translated using Weblate
+        
+        Armenian currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I583d6a1edbca8fe1fba3b0dd6192d2652f57fffc
+        
+        android-viewer translated using Weblate
+        
+        Turkish currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I05070967deb604cd511544b5808e4751746c35ee
+        Co-authored-by: A S Alam <amanpreet.alam@gmail.com>
+        Co-authored-by: Elisabetta Manuele <calembour@hotmail.it>
+        Co-authored-by: Mehmet Fatih Arat <mehmet.fatih.arat@gmail.com>
+        Co-authored-by: Tigran Zargaryan <tigranflib@gmail.com>
+        Co-authored-by: Weblate <noreply@documentfoundation.org>
+        Co-authored-by: ciampix <ciampix@posteo.net>
+        Co-authored-by: sophie <gautier.sophie@gmail.com>
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/fr/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/hy/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/it/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/pa/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/tr/
+        Translation: android-viewer/android-strings-7-6
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161174
+        Tested-by: Jenkins
+        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
+
+2023-12-22  Andreas Heinisch  <andreas.heinisch@yahoo.de>  [c4c079d3a72999c7b9cf740f86db9fddaac71ea3]
+
+        Revert "tdf#100584, tdf#157784 - Arrange sheets depending on the RTL settings"
+        
+        This reverts commit 4f1b3c16f5530a2a190cab07c07c7bf63acf42c7.
+        
+        Reason for revert: To many regressions.
+        
+        Change-Id: I7352bb3c192d5e6c72e95c387ee551764007e97b
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161152
+        Tested-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
+        Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
+        (cherry picked from commit 19e856aa1ade6686fa495e57386b81cabae47495)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161157
+        Tested-by: Jenkins
+        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
+        (cherry picked from commit a735f64391b5c194b38cacb577f14ef60556bcbc)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161162
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2023-12-22  Miklos Vajna  <vmiklos@collabora.com>  [1f4e1b84722c4387f65614ad7f1765dcddb8aeb9]
+
+        tdf#158686 sw floattable: fix print preview crash
+        
+        Regression from commit b8521d969ab5be4fc947e467d4afe969f9d3b563
+        (tdf#157263 sw floattable: prefer join over split after moving fwd,
+        2023-09-25), enabling Options -> Writer -> Formatting Aids -> Hidden
+        Characters, then opening the bugdoc, finally Toggle Print Preview on the
+        toolbar resulted in a crash.
+        
+        We have a memory corruption here:
+        
+        	==11968==ERROR: AddressSanitizer: heap-use-after-free on address 0x60f0000734e0 at pc 0x7f473822d2ee bp 0x7fffdadd3660 sp 0x7fffdadd3658
+        	READ of size 8 at 0x60f0000734e0 thread T0
+        	    #0 0x7f473822d2ed in rtl::Reference<FmXFormShell>::operator->() const /include/rtl/ref.hxx:216:9
+        	    #1 0x7f473821feeb in FmFormShell::IsActiveControl() const /svx/source/form/fmshell.cxx:1227:12
+        	    #2 0x7f46dad4d52a in SwView::SelectShell() /sw/source/uibase/uiview/view.cxx:296:40
+        	    #3 0x7f46dad496a6 in SwView::AttrChangedNotify(LinkParamNone*) /sw/source/uibase/uiview/view.cxx:572:13
+        	...
+        	    #32 0x7f4748944cda in SfxViewFrame::SwitchToViewShell_Impl(unsigned short, bool) /sfx2/source/view/viewfrm.cxx:2552:32
+        	    #33 0x7f47488f4e3b in SfxViewFrame::ExecView_Impl(SfxRequest&) /sfx2/source/view/viewfrm.cxx:2637:29
+        	freed by thread T0 here:
+        	    #0 0x5568ff2f9a7b in operator delete(void*, unsigned long) /home/abuild/rpmbuild/BUILD/llvm-15.0.7.src/build/../projects/compiler-rt/lib/asan/asan_new_delete.cpp:164:3
+        	    #1 0x7f4738214346 in FmFormShell::~FmFormShell() /svx/source/form/fmshell.cxx:181:1
+        	    #2 0x7f4746b04b9d in SfxDispatcher::FlushImpl() /sfx2/source/control/dispatch.cxx:1412:13
+        	    #3 0x7f4746aff767 in SfxDispatcher::Flush() /sfx2/source/control/dispatch.cxx:157:26
+        	    #4 0x7f47489100dc in SfxViewFrame::PopShellAndSubShells_Impl(SfxViewShell&) /sfx2/source/view/viewfrm.cxx:1100:24
+        	    #5 0x7f47489441a3 in SfxViewFrame::SwitchToViewShell_Impl(unsigned short, bool) /sfx2/source/view/viewfrm.cxx:2538:13
+        	    #6 0x7f47488f4e3b in SfxViewFrame::ExecView_Impl(SfxRequest&) /sfx2/source/view/viewfrm.cxx:2637:29
+        
+        I.e. a new SwPagePreview replaces the old SwView, but the order is that
+        SfxViewFrame::SwitchToViewShell_Impl() starts with deleting the
+        SfxShells of the old SwView in PopShellAndSubShells_Impl(), then it
+        creates the new shell, finally deletes the old shell. Given that the new
+        shell hides hidden characters and the old shell did not, this triggers a
+        size notification for the half-deleted old shell and we crash.
+        
+        Seeing that SwView::AttrChangedNotify() already had code to delay the
+        selection of an SfxShell in the old SwView, fix the problem by
+        introducing a new flag that allows not selecting an SfxShell at all if
+        the old view is known to be deleted in the near future anyway.
+        
+        An alternative would be to make sure that all relevant pointers are
+        maintained using an SfxBroadcaster / SfxListener protocol, but after
+        fixing some 4 of them and that's still not enough, probably it's better
+        to handle this at a higher level. It's also a bit unclear how this
+        "worked" in the past; looks like the old view didn't get the size change
+        notification by accident.
+        
+        Change-Id: I423ff946f8235848cc3a870bc52fcf88a721fd2b
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160925
+        Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
+        Tested-by: Jenkins
+        (cherry picked from commit 164fb25f7b2db7d833d6d0f28e49c5cac68426b3)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160935
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160972
+
+2023-12-21  Caolán McNamara  <caolan.mcnamara@collabora.com>  [5857053b05a15b52ba37844fc5eb4d301aa91287]
+
+        crashreporting: apparent null deref in a11y check
+        
+        svl/source/items/itemset.cxx:801
+        svl/source/items/itemset.cxx:796
+        sw/source/core/access/AccessibilityCheck.cxx:1193
+        sw/source/core/access/AccessibilityCheck.cxx:1184
+        sw/source/core/access/AccessibilityCheck.cxx:1562
+        sw/source/core/access/AccessibilityCheck.cxx:1552
+        sw/source/core/txtnode/OnlineAccessibilityCheck.cxx:134
+        cppu/source/uno/copy.hxx:288
+        cppu/source/uno/any.cxx:72
+        cppu/source/typelib/typelib.cxx:1328
+        cppu/source/typelib/typelib.cxx:2169
+        
+        Change-Id: I91a83ffb9f1912dd9736e3d6a194f63475f63b99
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161150
+        Tested-by: Jenkins
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2023-12-21  Xisco Fauli  <xiscofauli@libreoffice.org>  [a79678a3d4e5fc539d6e7a605e9b36dfb944b245]
+
+        update credits
+        
+        Change-Id: I147a1e96e4c2fc855f66168c7633d254fd9d6c19
+        (cherry picked from commit 4fcba272103d51a8025d56ac6cf71cc85f736431)
+
+2023-12-20  Caolán McNamara  <caolan.mcnamara@collabora.com>  [0a438f285f3b5310f5d7b63f0a3c6a857be360f2]
+
+        Resolves: tdf#158332 'fake' keystroke exits presentation
+        
+        the fake keystroke is to make tooltips go away before menus which
+        used to be a problem versions of gtk3 < 3.24 that resultsed in no
+        menus appearing. Our min is still 3.18 so technically we need to retain
+        that until bumping past that as baseline.
+        
+        Change-Id: I94aa309665c50c8ca310285d1e691030f443934a
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161022
+        Tested-by: Jenkins
+        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
+
+2023-12-20  Justin Luth  <jluth@mail.com>  [4dc47b93599793b4378992997f281ab6895262a6]
+
+        related tdf#111969 fix smart tags job not being fired, due to typo
+        
+        This fixes quikee's 7.5 regression
+        commit 01396925b76011ffccb6eea40956a22d58de6f17
+        
+        If this is a help document, we don't want to run smart tags,
+        not the other way around.
+        
+        It was correct originally - assuming this was just
+        a typo when the tests were pulled out into a function.
+        
+        Change-Id: Ie21ed256539ce242a7892c1ddc1556319fc45310
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161006
+        Tested-by: Jenkins
+        Reviewed-by: Justin Luth <jluth@mail.com>
+        (cherry picked from commit 2c92838583d59c543be136516db3de24b1613c93)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161017
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+
+2023-12-20  Justin Luth  <justin.luth@collabora.com>  [a13187055aab91cdbd0fffe309124c2a06a81032]
+
+        partial revert tdf#153178 writerfilter: do not create text frame spuriously2
+        
+        If HoriAlign/VertAlign are defined, that is enough to create a frame.
+        
+        This fixes mstahl's 7.6.4 regression originating with
+        commit 4e2f2489c4c7436f8b3a21a530bc625cbef4e365
+        
+        make CppunitTest_sw_rtfexport8 CPPUNIT_TEST_NAME=testTdf158586_lostFrame
+        
+        Change-Id: Ibb639673cebcd8d5ec79f5551a5703caf948e0d8
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160744
+        Reviewed-by: Justin Luth <jluth@mail.com>
+        Tested-by: Jenkins
+        Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160982
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161000
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+
+2023-12-20  Justin Luth  <justin.luth@collabora.com>  [9d1438cd46ab947d1e6276cefa29444dace09f8a]
+
+        partial revert tdf#153178 writerfilter: do not create text frame spuriously
+        
+        If HoriAnchor/VertAnchor are assigned, that is enough to create a frame.
+        
+        make CppunitTest_sw_rtfexport8 CPPUNIT_TEST_NAME=testTdf158586_0B
+        
+        Note: because of a regression, this was already one page before
+        this commit, so need to go back to the time of the reverted patch.
+        
+        Change-Id: Iddbe1cc4ba6d6e95e2d977a227ae6cab5271007e
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160743
+        Reviewed-by: Justin Luth <jluth@mail.com>
+        Tested-by: Jenkins
+        Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160981
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160999
+
+2023-12-19  Weblate  <noreply@documentfoundation.org>  [532a0e1facd6bb787230a60802f15877268e7390]
+
+        Added translation for android-viewer using Weblate (Indonesian)
+        
+        Change-Id: I8174ba6f73fb268663932ce32e532c56e9d69ac0
+        
+        android-viewer translated using Weblate
+        
+        Asturian currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I7daf63d0b55732b73040b31f3b45c34cb1f56c8e
+        
+        android-viewer translated using Weblate
+        
+        Nepali currently translated at 20.0% (26 of 130 strings)
+        
+        Change-Id: I7e76830ae8936b8b37feff50b8b84e39219bc4cc
+        
+        android-viewer translated using Weblate
+        
+        Greek currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I9de3a2139b0ab03f01fdae4d856d2ef64d832da8
+        
+        android-viewer translated using Weblate
+        
+        Ukrainian currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I05c1c430f780de502fe8b44c85dca861232ad418
+        
+        android-viewer translated using Weblate
+        
+        Asturian currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I73ee6013b162289d74e31b4be96cdedc7395d846
+        
+        android-viewer translated using Weblate
+        
+        Asturian currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: Id711497212fdc4e4bea54641305774f9b8cafb8f
+        
+        android-viewer translated using Weblate
+        
+        Chinese (Traditional) currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: Ic75c6c4e12a83627a99492d33c6db5fa736ba79b
+        
+        android-viewer translated using Weblate
+        
+        Greek currently translated at 46.9% (61 of 130 strings)
+        
+        Change-Id: I8619ab89325b106c0812f51c867ccdfe668af995
+        
+        android-viewer translated using Weblate
+        
+        Asturian currently translated at 48.4% (63 of 130 strings)
+        
+        Change-Id: Ib99da613b37f8e57e27846e246d23d40e5f84738
+        
+        Added translation for android-viewer using Weblate (Nepali)
+        
+        Change-Id: I5a2b46b53a4355241c8843b04fb9d911ca80a969
+        
+        Added translation for android-viewer using Weblate (Greek)
+        
+        Change-Id: I77d2275960986c0fe39a09af509b56153f345d4b
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 15.3% (20 of 130 strings)
+        
+        Change-Id: I1b6872f9d073e69adc5be562063dfd08f1286605
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 15.3% (20 of 130 strings)
+        
+        Change-Id: I0b24c9c12d7ca6ec189574fa4863d40cb9071af0
+        
+        android-viewer translated using Weblate
+        
+        Asturian currently translated at 29.2% (38 of 130 strings)
+        
+        Change-Id: I934f4b5bae13f81f1c1c6c1cfda55e28e2851c14
+        
+        android-viewer translated using Weblate
+        
+        Asturian currently translated at 29.2% (38 of 130 strings)
+        
+        Change-Id: I9ac61dc87aef8ea4c13fbfef53af1727986bc0f9
+        
+        android-viewer translated using Weblate
+        
+        Chinese (Traditional) currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: Ie15b5a8ef4d1019449308674c626a9468295fc22
+        Co-authored-by: Adolfo Jayme Barrientos <fito@libreoffice.org>
+        Co-authored-by: Cheng-Chia Tseng <pswo10680@gmail.com>
+        Co-authored-by: Dimitris Spingos <dmtrs32@gmail.com>
+        Co-authored-by: Elisabetta Manuele <calembour@hotmail.it>
+        Co-authored-by: Po-Yen Huang <jeff.huang@ossii.com.tw>
+        Co-authored-by: Saroj Dhakal <lotusnagarkot@gmail.com>
+        Co-authored-by: Weblate <noreply@documentfoundation.org>
+        Co-authored-by: Weblate <noreply@weblate.org>
+        Co-authored-by: Xandru Martino Ruz <xandrumartino@softastur.org>
+        Co-authored-by: ciampix <ciampix@posteo.net>
+        Co-authored-by: Євген Кондратюк <lachend@gmail.com>
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/ast/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/el/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/it/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/ne/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/uk/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/zh_Hant/
+        Translation: android-viewer/android-strings-7-6
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160908
+        Tested-by: Jenkins
+        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
+
+2023-12-19  Balazs Varga  <balazs.varga.extern@allotropia.de>  [a4640043ed772b5dcc1ee9d36cfd8b0e4759f894]
+
+        tdf#157740 FILESAVE PPTX: fix explosion of the number of master slides
+        
+        - Export correctly the "supported" master slides with the actual slides names.
+        - Set SlideLayout property at ODF import as well for MasterSlides layout type.
+        - When we copy a slide with the master slide also copy the SlideLayout property
+        value as well.
+        
+        Change-Id: Idb6b88ebe87a83818d8eb27a1fa087652a002c0c
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160290
+        Tested-by: Jenkins
+        Reviewed-by: Henry Castro <hcastro@collabora.com>
+        Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
+        (cherry picked from commit bff76421e234df7246a7f49c71a11432f86e09d1)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160869
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160986
+
+2023-12-19  Justin Luth  <justin.luth@collabora.com>  [ee4a371e7cd6029978260b7692fe5b5db00dce8b]
+
+        tdf#158583 tdf#158586 RTF writerfilter: only startRun for real frame
+        
+        This fixes a LO 7.6.4 regression of a lost page break,
+        as well as another example where part of the paragraph moves to next page,
+        from mstahl's commit 4e2f2489c4c7436f8b3a21a530bc625cbef4e365
+        
+        It seems likely that the run should only be checked
+        when we know that there is a real frame here,
+        which essentially becomes a run for most purposes
+        (except perhaps for page breaks - as seen for DOCX).
+        
+        This code block was introduced with
+        commit 0d9132c5046e15540abc20e45d64080708626441
+        Author: Miklos Vajna on Sat Mar 24 13:04:54 2012 +0100
+            fdo#47036 fix RTF import of shapes inside text frames
+            at the start of the doc
+        and in the other block of touched code, it did test inFrame.
+        
+        The unit test works when compiling right after the regression,
+        but has broken because of tdf#153194.
+        
+        Since this will get backported way back and all over,
+        it is a good time to introduce rtfexport8.
+        
+        make CppunitTest_sw_rtfexport8 CPPUNIT_TEST_NAME=testTdf158586_0
+        make CppunitTest_sw_rtfexport8 CPPUNIT_TEST_NAME=testTdf158586_1
+        
+        Change-Id: Ib4b75efb8422d96e693da337cbef97520e975f3f
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160655
+        Reviewed-by: Justin Luth <jluth@mail.com>
+        Tested-by: Jenkins
+        Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
+        (cherry picked from commit 0984b022aab805571f40bdefad6e418cdfe69a81)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160939
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit da8f10f1cc13fd53a9af185e2506bc14d901e907)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160945
+
+2023-12-19  Mike Kaganski  <mike.kaganski@collabora.com>  [7eac2d2fded789a3dd64b738d816ce0b6270decc]
+
+        tdf#158703: return updated position from FnAddNonBrkSpace
+        
+        The paragraph text may become shorter after the function succeeds,
+        because it may remove arbitrary number of preceding spaces; since
+        the position may then be used to access data in the string in the
+        caller, we need to update it, to avoid use of old position (which
+        may point beyond the string, and produce a crash; or it may point
+        to a wrong position in it).
+        
+        Change-Id: Ib1b4b63cbd7150e0f69c97032e3410db7dadd4dc
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160924
+        Tested-by: Jenkins
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+        (cherry picked from commit 1325d66a7f8657aaf9951a0664fbf14cca86905b)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160934
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160978
+
+2023-12-19  Justin Luth  <justin.luth@collabora.com>  [884802163a07064683b6b2637c0601692f507a18]
+
+        related tdf#56258 sw sidebar SetOutline: do something without dropdown
+        
+        The sidebar gained SetOutline in 7.6
+        with commit 3fd0b4053763aa91b0004c523e96e7d390c7b58e.
+        
+        In the TOOLBAR, there is special code that tells the main button
+        to show the locale list outline choices - just like the dropdown does.
+        However, none of that code comes into play in the sidebar,
+        so add a special case to handle that situation.
+        
+        It is easy to launch the dialog, focused on the outlinenum page.
+        Better yet would be to figure out how to launch the popup window
+        that the dropdown opens - so they do the same thing...
+        
+        Change-Id: I3d6eeafaa8bdb45cfacc42e221820d664419e0e0
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159934
+        Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
+        Reviewed-by: Justin Luth <jluth@mail.com>
+        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
+        (cherry picked from commit f384dc0476e4730d3ccb7a7f56eae8452bce133a)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160326
+        Tested-by: Jenkins
+        Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
+
+2023-12-17  Weblate  <noreply@documentfoundation.org>  [a81feee7b3e427bb435e75b4f92aa23b974b9071]
+
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 12.3% (16 of 130 strings)
+        
+        Change-Id: Ia2e4b3baa1d19f2f9e4f851fda134f8e6ba9f747
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 12.3% (16 of 130 strings)
+        
+        Change-Id: I09775ac1ba4aaf52a84f1bf7db9e88c03a89797a
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 7.6% (10 of 130 strings)
+        
+        Change-Id: I78f3ada49dcfffd26e682b7f9b4b9165473c381c
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 7.6% (10 of 130 strings)
+        
+        Change-Id: Iff9f02de53ca373a687f0377887359f36ee857d4
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 6.9% (9 of 130 strings)
+        
+        Change-Id: I6a1e9ef743d237544a49cbf17892c5cd3970b473
+        
+        Added translation for android-viewer using Weblate (Ukrainian)
+        
+        Change-Id: I81662bc06c11598826315533bfed939431f0d4e4
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 6.1% (8 of 130 strings)
+        
+        Change-Id: Ia99d7b6af341b833ff4973bf35e9b357279f4526
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 6.1% (8 of 130 strings)
+        
+        Change-Id: I017fcfa0cb819c7286ade4d2b1e5bc50a9ebb633
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 6.1% (8 of 130 strings)
+        
+        Change-Id: I0e64e5a02dacc1504c15d18e229a126f9f005e36
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 5.3% (7 of 130 strings)
+        
+        Change-Id: I9b776b69821cfe1df9f3618a46db0f332354be27
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 5.3% (7 of 130 strings)
+        
+        Change-Id: I393d8da42f2089a13398bb57f8bb0fd2e49b5147
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 4.6% (6 of 130 strings)
+        
+        Change-Id: I426c51711a0ea599770a6c7cc385f7af84207d32
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 4.6% (6 of 130 strings)
+        
+        Change-Id: I52d0ece99e22dce5b1f37d9e07cf029cdb23d5ed
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 3.8% (5 of 130 strings)
+        
+        Change-Id: I285794dead1b36387dabc34000f721fb19ccb6e5
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 3.8% (5 of 130 strings)
+        
+        Change-Id: I45f003df69a7c4c68a82f19669116490a37cdd35
+        
+        android-viewer translated using Weblate
+        
+        Lower Sorbian currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I657d19fe63bf1befb4950da503068fbd42472939
+        
+        android-viewer translated using Weblate
+        
+        Upper Sorbian currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: Ib3bdbfefe44ac946b0b3b8b2dc1c5d6aa7d3a71e
+        
+        android-viewer translated using Weblate
+        
+        Italian currently translated at 2.3% (3 of 130 strings)
+        
+        Change-Id: Ic3fbc16577de7203ac8ac037897e324c38645f70
+        
+        Added translation for android-viewer using Weblate (Lower Sorbian)
+        
+        Change-Id: I3c184788da95055f89257f4584b19e9f42af4c06
+        
+        android-viewer translated using Weblate
+        
+        Upper Sorbian currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I0abf9385824120b44fc1340753dfee45c482e762
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 1.5% (2 of 130 strings)
+        
+        Change-Id: I02f3a8455d937cf376ebf7a3790c683a89774bba
+        
+        Added translation for android-viewer using Weblate (Upper Sorbian)
+        
+        Change-Id: I5b0d8355b3459819d15cf07753c4898e1dbab59d
+        
+        android-viewer translated using Weblate
+        
+        Icelandic currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I741b937c1c71437af9a127d6fc8b851a6c4be08e
+        
+        android-viewer translated using Weblate
+        
+        Asturian currently translated at 17.6% (23 of 130 strings)
+        
+        Change-Id: I483ad24db383d47cfdc394511dd3e956047ce1c5
+        
+        android-viewer translated using Weblate
+        
+        Portuguese (Brazil) currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I3118e97d4ac8654f420140ad8f76ae47d7f37dfc
+        
+        Added translation for android-viewer using Weblate (Dutch)
+        
+        Change-Id: Ib39dbbb0e9f403c73c27724bd9658e0318acea9c
+        
+        android-viewer translated using Weblate
+        
+        Icelandic currently translated at 0.7% (1 of 130 strings)
+        
+        Change-Id: I65f311589121318c81ee8901268b8b09b6407c7d
+        
+        Added translation for android-viewer using Weblate (Icelandic)
+        
+        Change-Id: I902f5195533b16414ff9069fc03822b96b5b5fed
+        
+        android-viewer translated using Weblate
+        
+        Czech currently translated at 0.7% (1 of 130 strings)
+        
+        Change-Id: I2c5ca6b58ca695c2c1a8781f4881d2e17b86c23b
+        
+        android-viewer translated using Weblate
+        
+        Armenian currently translated at 20.0% (26 of 130 strings)
+        
+        Change-Id: I1eeabd8989419cefdf0e52bc0e899187b756f33e
+        
+        Added translation for android-viewer using Weblate (Italian)
+        
+        Change-Id: I93970deb5f228da42544fb7f87ac8d92f60c2771
+        
+        Added translation for android-viewer using Weblate (Asturian)
+        
+        Change-Id: Ib1e99f7348e5d965dcefccf134589ac9f50f3eee
+        
+        Added translation for android-viewer using Weblate (Czech)
+        
+        Change-Id: I6a93cd78f81e4dcb19492e5c5c3b523b63effc79
+        
+        android-viewer translated using Weblate
+        
+        Slovenian currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I8ef9352ccd6b72cff3bb518b8c99ba9f0665985d
+        
+        android-viewer translated using Weblate
+        
+        Polish currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I90cd13b17979f311e594127cc72ea922d66cbb1a
+        
+        android-viewer translated using Weblate
+        
+        French currently translated at 26.1% (34 of 130 strings)
+        
+        Change-Id: I7409fd713a98db377b8384e0e02d5f69fbabb40f
+        Co-authored-by: Adam Rak <kitynska@gmail.com>
+        Co-authored-by: Adolfo Jayme Barrientos <fito@libreoffice.org>
+        Co-authored-by: Elisabetta Manuele <calembour@hotmail.it>
+        Co-authored-by: Martin Srebotnjak <miles@filmsi.net>
+        Co-authored-by: Michael Wolf <milupo@sorbzilla.de>
+        Co-authored-by: Olivier Hallot <olivier.hallot@libreoffice.org>
+        Co-authored-by: Stanislav Horáček <stanislav.horacek@gmail.com>
+        Co-authored-by: Sveinn í Felli <sv1@fellsnet.is>
+        Co-authored-by: Tigran Zargaryan <tigranflib@gmail.com>
+        Co-authored-by: Weblate <noreply@documentfoundation.org>
+        Co-authored-by: Weblate <noreply@weblate.org>
+        Co-authored-by: ciampix <ciampix@posteo.net>
+        Co-authored-by: raal <raal@post.cz>
+        Co-authored-by: sophie <gautier.sophie@gmail.com>
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/ast/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/cs/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/dsb/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/fr/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/hsb/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/hy/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/is/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/it/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/pl/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/pt_BR/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/sl/
+        Translation: android-viewer/android-strings-7-6
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160843
+        Tested-by: Jenkins
+        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
+
+2023-12-15  Weblate  <noreply@documentfoundation.org>  [faaa309fd4d1035fbe44d1632f5b0aee6e8c94f4]
+
+        Added translation for android-viewer using Weblate (Slovenian)
+        
+        Change-Id: I7ffefd77618dd2ded6efa3e07c8e64b67b46a702
+        
+        Added translation for android-viewer using Weblate (Japanese)
+        
+        Change-Id: I0815472e84697805ec60f3a90276c9a0b7355b2b
+        
+        Added translation for android-viewer using Weblate (Chinese (Traditional))
+        
+        Change-Id: Id5a9e112c7cecb44fae70cf2786589bc9f20ae08
+        
+        Added translation for android-viewer using Weblate (Finnish)
+        
+        Change-Id: I420b040a5eaf0299d7c3e9079a6668e52836c8dc
+        
+        android-viewer translated using Weblate
+        
+        Basque currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: Ifbb0a5359b926cd05feddbeb7dda0a3717ddbde8
+        
+        android-viewer translated using Weblate
+        
+        Polish currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I18aef18914267df80641808a9f40f11c77c32c90
+        
+        android-viewer translated using Weblate
+        
+        Portuguese (Brazil) currently translated at 53.0% (69 of 130 strings)
+        
+        Change-Id: I3bfde193ce602cb326e4c6bbe383307dbf31138e
+        
+        android-viewer translated using Weblate
+        
+        Catalan currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I6f0f3b3a8581f5da28e04f251da456db722563d3
+        
+        android-viewer translated using Weblate
+        
+        Catalan currently translated at 61.5% (80 of 130 strings)
+        
+        Change-Id: Ia99c95d7b857fa418b0a8f944af8108227dd5ac1
+        
+        Added translation for android-viewer using Weblate (Basque)
+        
+        Change-Id: I85884b6378589a9a9ca51a0edaf297c2b2f58c7f
+        
+        Added translation for android-viewer using Weblate (Polish)
+        
+        Change-Id: Ia0dd0c4544cc77ea5e5dc7cb810c35ac6ae5f126
+        
+        android-viewer translated using Weblate
+        
+        Persian currently translated at 2.3% (3 of 130 strings)
+        
+        Change-Id: Id48b2351240815e96f3c00f010fc7e9a12e609c1
+        
+        android-viewer translated using Weblate
+        
+        Portuguese (Brazil) currently translated at 34.6% (45 of 130 strings)
+        
+        Change-Id: Iaf62b9c74ccd71f972235e3ad35d15b4b9f9b930
+        
+        android-viewer translated using Weblate
+        
+        French currently translated at 1.5% (2 of 130 strings)
+        
+        Change-Id: I275a1a946af3e15570907b51e4d140f1968b2633
+        
+        Added translation for android-viewer using Weblate (Persian)
+        
+        Change-Id: Ief02bcdc330dd892c237673fa2de839dbaa76c0f
+        
+        Added translation for android-viewer using Weblate (Portuguese (Brazil))
+        
+        Change-Id: Ie574a31a2beca4583b78845aed55451692bb9bc2
+        
+        Added translation for android-viewer using Weblate (French)
+        
+        Change-Id: I53f3dc67400811584b935d21c01f67b1d58f3530
+        
+        android-viewer translated using Weblate
+        
+        Punjabi currently translated at 86.9% (113 of 130 strings)
+        
+        Change-Id: If1fe1d0f49715274168266ba12a46a1333790e56
+        
+        android-viewer translated using Weblate
+        
+        Catalan currently translated at 59.2% (77 of 130 strings)
+        
+        Change-Id: If5364368f3187b41bcc16ff3a06f03e62730f456
+        Co-authored-by: A S Alam <amanpreet.alam@gmail.com>
+        Co-authored-by: Adam Rak <kitynska@gmail.com>
+        Co-authored-by: Aitor Salaberria <trslbrr@gmail.com>
+        Co-authored-by: Hossein <hossein@libreoffice.org>
+        Co-authored-by: Joan Montané <joan@montane.cat>
+        Co-authored-by: Martin Srebotnjak <miles@filmsi.net>
+        Co-authored-by: Olivier Hallot <olivier.hallot@libreoffice.org>
+        Co-authored-by: Weblate <noreply@documentfoundation.org>
+        Co-authored-by: Weblate <noreply@weblate.org>
+        Co-authored-by: sophie <gautier.sophie@gmail.com>
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/ca/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/eu/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/fa/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/fr/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/pa/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/pl/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/pt_BR/
+        Translation: android-viewer/android-strings-7-6
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160825
+        Tested-by: Jenkins
+        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
+
+2023-12-15  Julien Nabet  <serval2412@yahoo.fr>  [cd70c6cab00796bdfd93903f9895f2900c4201de]
+
+        Regression typo closewise->clockwise in sd/CustomAnimationDialog
+        
+        Regression from a756bd31dd2da1ef134d80b2dc276cb0be228aba
+        https://cgit.freedesktop.org/libreoffice/core/commit/?id=a756bd31dd2da1ef134d80b2dc276cb0be228aba
+        
+        Change-Id: Ia5fc84250eb64016f028f3ffe8b3dc581733904d
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160709
+        Tested-by: Jenkins
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+
+2023-12-15  Julien Nabet  <serval2412@yahoo.fr>  [01b3529052059f37f1e87e827982d03ce22744b0]
+
+        tdf#152929: Sparkline ignore "High points" color when all values are negative
+        
+        See https://en.cppreference.com/w/cpp/types/numeric_limits/min
+        "min() returns the minimum positive value"
+        
+        https://en.cppreference.com/w/cpp/types/numeric_limits/lowest (since C++11)
+        "Returns the lowest finite value representable by the numeric type T, that is, a finite value x such that there is no other finite value y where y < x."
+        
+        Change-Id: I322cd84f8124aa6f3f306c168f33cb633418b3f8
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160719
+        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
+        Tested-by: Jenkins
+        (cherry picked from commit b2fd2c247f7f62f9ae6826c4f1b9065a50313217)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160702
+        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
+
+2023-12-15  Weblate  <noreply@documentfoundation.org>  [5abf0f9f685a981f2ffa1a1b7c1322cbfee82ed0]
+
+        Added translation for android-viewer using Weblate (Punjabi)
+        
+        Change-Id: I587b1b1fc9fdca1e26401a3a442425da978bc440
+        
+        android-viewer translated using Weblate
+        
+        Catalan currently translated at 57.6% (75 of 130 strings)
+        
+        Change-Id: If17307225dd8fe275fa5241193a2fffda1b5db72
+        
+        android-viewer translated using Weblate
+        
+        German currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I5de3f7ac39f6e47429f734e64f85a8bcd9a4f5ec
+        
+        Added translation for android-viewer using Weblate (Kazakh)
+        
+        Change-Id: I6eb070e6cbc5b8784981ddb7328a988741801b31
+        
+        Added translation for android-viewer using Weblate (Armenian)
+        
+        Change-Id: I504466974c4a32838e500c89a0a297f943104c6f
+        
+        Added translation for android-viewer using Weblate (Galician)
+        
+        Change-Id: I95a35aabb5204e9998ca7d28d30781d188993077
+        
+        android-viewer translated using Weblate
+        
+        Turkish currently translated at 96.1% (125 of 130 strings)
+        
+        Change-Id: I121c48ded281fadc1296b84dc87a6c096e6c1dd5
+        
+        android-viewer translated using Weblate
+        
+        Catalan currently translated at 56.1% (73 of 130 strings)
+        
+        Change-Id: I69b867495cee20724152dda336ed46b79f7d2112
+        
+        android-viewer translated using Weblate
+        
+        Turkish currently translated at 96.1% (125 of 130 strings)
+        
+        Change-Id: I48a9a2c03746b0c3b378b90601cf0c32644ba62d
+        Co-authored-by: Adolfo Jayme Barrientos <fito@libreoffice.org>
+        Co-authored-by: Christian Lohmaier <cloph@documentfoundation.org>
+        Co-authored-by: Weblate <noreply@documentfoundation.org>
+        Co-authored-by: Weblate <noreply@weblate.org>
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/ca/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/de/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/tr/
+        Translation: android-viewer/android-strings-7-6
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160775
+        Tested-by: Michael Weghorn <m.weghorn@posteo.de>
+        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
+
+2023-12-14  Julien Nabet  <serval2412@yahoo.fr>  [3bbde86682ef130f7e30343ddd439d9d7f2ec197]
+
+        tdf#158551: fix crash Paste Special with Operation (mdds)
+        
+        Change-Id: I0be1056261c6ef7f90fe9244265aa038c36a7dd2
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160389
+        Tested-by: Jenkins
+        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
+        (cherry picked from commit 3282756b7984457c79044d08127a4def64905979)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160706
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2023-12-14  Weblate  <noreply@documentfoundation.org>  [30ee116ee498160a366a5a618649f832ae371f7d]
+
+        android-viewer translated using Weblate (Welsh)
+        
+        Currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I8e12ebb04ce102bdc30352af7ed133453c4c8388
+        
+        android-viewer translated using Weblate (Catalan)
+        
+        Currently translated at 50.0% (65 of 130 strings)
+        
+        Change-Id: I416d374516cc3b3e40aa74008726b42b2c836971
+        
+        Added translation for android-viewer using Weblate (Welsh)
+        
+        Change-Id: I803a54f66b253d5b0405ab4905bf8dc480e69450
+        
+        android-viewer translated using Weblate (Catalan)
+        
+        Currently translated at 47.6% (62 of 130 strings)
+        
+        Change-Id: Iefb7770da13df2d5555b854ba57345318ad7321e
+        
+        android-viewer translated using Weblate (Catalan)
+        
+        Currently translated at 46.9% (61 of 130 strings)
+        
+        Change-Id: Ic317b75c4b9be5e26db81d573acfbe2e5ac33077
+        
+        android-viewer translated using Weblate (Spanish)
+        
+        Currently translated at 100.0% (130 of 130 strings)
+        
+        Change-Id: I950dfee52bf16c03a5a130ac85b6a10cb57b864b
+        
+        Added translation for android-viewer using Weblate (Catalan)
+        
+        Change-Id: Iff260331b62bf95929f63422ff19502f2f8e7010
+        
+        Added translation for android-viewer using Weblate (Spanish)
+        
+        Change-Id: I6babb6c270ba40b8d0a5bab45d08ddd2b94521db
+        Co-authored-by: Adolfo Jayme Barrientos <fito@libreoffice.org>
+        Co-authored-by: Rhoslyn Prys <post@meddal.com>
+        Co-authored-by: Weblate <noreply@documentfoundation.org>
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/ca/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/cy/
+        Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/es/
+        Translation: android-viewer/android-strings-7-6
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160628
+        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+
+2023-12-14  Michael Weghorn  <m.weghorn@posteo.de>  [9593fed1207c1ab0157a9dd9d027ad2de07d9ea0]
+
+        android: Simplify vendor info handling for about dialog
+        
+        Similar to
+        
+            Change-Id: Iaa78f5a6020bea4ed80a1b41d3b23cc8d313813c
+            Author: Michael Weghorn <m.weghorn@posteo.de>
+            Date:   Thu Nov 30 12:00:52 2023 +0100
+        
+            android: Simplify version info handling for about dialog
+        
+        , also simplify the handling of the vendor info text by
+        retrieving the text from the string resource right away.
+        
+        Change-Id: I7d56b1814454be2bc8d13e01265f0a0db6d865be
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160147
+        Tested-by: Jenkins
+        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
+        (cherry picked from commit 3ee963afc7dfae473d5368e88a2caa847f7450f8)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160047
+        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+
+2023-12-14  Justin Luth  <jluth@mail.com>  [773029159caf0164885015f6193774cebe898b9c]
+
+        tdf#158681 Revert "tdf#153613 writerfilter: don't always split para
+        
+        ... for shape w/ pagebreak"
+        
+        This reverts my 7.6 commit a9bc19c2d4a35606668aa2dcc53355651b71ee78.
+        
+        The commit in general is probably fine. However, it fails in case
+        of an empty paragraph (with only anchors).
+        Unfortunately, there is no way of knowing ahead of time,
+        so either everything needs to be processed after a delay,
+        or else the paragraph needs to be split and then re-joined
+        in case it is not an empty paragraph.
+        Both options are extremely non-trivial - I don't know how
+        to do either of them.
+        
+        In this case it is also the last paragraph in the document,
+        again something not known during import and which has
+        special-casing in MSO.
+        
+        make CppunitTest_sw_ooxmlexport18 \
+            CPPUNIT_TEST_NAME=testTdf153613_textboxAfterPgBreak3
+        
+        Change-Id: I4471e216b6523032b85178d85795434694cc1e22
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160720
+        Tested-by: Jenkins
+        Reviewed-by: Justin Luth <jluth@mail.com>
+        (cherry picked from commit d58cd70f550e8967c2518ebb2179e15f5a3a84ea)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160695
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160746
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2023-12-13  Vojtěch Doležal  <dolezvo1@cvut.cz>  [924fb10b2a7a513b6626610e12ff3a5d21aa492a]
+
+        tdf#158505 - Fix PDF export when bibliography is last paragraph
+        
+        Change-Id: Iadafff97ba19d5c24be768238bddb4d684edde1c
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160509
+        Tested-by: Jenkins
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+        (cherry picked from commit 94d18ea557a03c1f2d450454908787f7d3af8a6e)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160647
+        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
+
+2023-12-13  Justin Luth  <justin.luth@collabora.com>  [c1ac4185afc496e0af18175a6ad31c14fe43ebb3]
+
+        tdf#108505 writerfilter: fix legacy dropdown fields direct bold setting
+        
+        Any character property should be passed on,
+        but do that in a follow-up commit, so that
+        at least the bold case will remain intact
+        if the broader fix gets reverted for any reason.
+        
+        make CppunitTest_sw_rtfexport6 \
+            CPPUNIT_TEST_NAME=testTdf108505_fieldCharFormat
+        
+        Change-Id: Id77980b704db2ff118e89c29eb9d4db82e117cdc
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160221
+        Reviewed-by: Justin Luth <jluth@mail.com>
+        Tested-by: Jenkins
+        Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160626
+        Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
+
+2023-12-12  Armin Le Grand (allotropia)  <armin.le.grand.extern@allotropia.de>  [f662cf428692e4b031b43fd6e4022cba16728fac]
+
+        tdf#158421 use correct awt:Gradient2 in Chart lists
+        
+        Change-Id: I5fa02c2660d59981f540cde8bd6eaaaaddb30e65
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160463
+        Tested-by: Jenkins
+        Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
+        (cherry picked from commit 6c986c718630ab21e6d9b5d353ddf1534e2dda41)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160573
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        (cherry picked from commit f0bdecd4470c41428187434161960e6103e8e8ec)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160585
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+
+2023-12-12  Patrick Luby  <plubius@libreoffice.org>  [eaf8fc199c36ee8613655876c5c202b22d7f15da]
+
+        tdf#158461 eliminate flicker during live resizing
+        
+        When using Skia/Metal, the window content will flicker while
+        live resizing a window if we don't send a paint event.
+        
+        Change-Id: Ib3edc497e26e6abfdfd17a34f9269a3eae090805
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160519
+        Tested-by: Jenkins
+        Reviewed-by: Patrick Luby <plubius@libreoffice.org>
+        (cherry picked from commit f7e81a321bc3e4880fc652e7ba24867bba557007)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160480
+        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
+
+2023-12-11  Michael Stahl  <michael.stahl@allotropia.de>  [e1f6cdc3d4c07603e59d19a12fe401bb0d113686]
+
+        curl: upgrade to release 8.5.0
+        
+        Fixes CVE-2023-46218 (cookies apparently used by libcmis)
+        
+        Change-Id: I6f903ab63589d3318c0cc7d47f5183f7ae55f52b
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160592
+        Tested-by: Jenkins
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+        (cherry picked from commit 0a2df11fb563177951db1e8890d67cee8d44246a)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160577
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2023-12-11  Michael Weghorn  <m.weghorn@posteo.de>  [71e005a62c3baa842bc270825c117af328f7e1cf]
+
+        android: Simplify version info handling for about dialog
+        
+        * Don't set and retrieve the placeholder text in/from
+          the TexView in the about dialog, but use the string
+          resource directly.
+        * Add the HTML code directly in the string resource,
+          rather than having to fiddle with that in the Java
+          code.
+        
+        With this in place, only the version name and the
+        commit hash need to be replaced.
+        
+        Since there is no placeholder text in the text view,
+        it's also no longer necessary to explicitly set an
+        empty string in case of an exception.
+        
+        Change-Id: Iaa78f5a6020bea4ed80a1b41d3b23cc8d313813c
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160146
+        Tested-by: Jenkins
+        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
+        (cherry picked from commit 4958e21332c19a8bc1704ff71489c2c991efb05c)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160046
+        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
+
+2023-12-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [5ab183c0f2757d8f6a4ebe6476b98c924ee06c48]
+
+        tdf#158577 Allow locking down adding new trusted authors
+        
+        regression from
+            commit 6ed8c5a0f19901ab413c6610649326b2475c3a8c
+            Author: Noel Grandin <noelgrandin@gmail.com>
+            Date:   Sun Jul 25 21:35:05 2021 +0200
+            use officecfg for security options
+        
+        where I forgot to go back and complete a piece that was initially
+        a little tricky.
+        
+        Change-Id: I2df8529ec7047bdcd9d7f655303fd72eeaa50cc6
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160429
+        Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
+        Tested-by: Jenkins
+        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
+        (cherry picked from commit c0e438eaceb47932e61b9223e048e4eda3ed7636)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160369
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+
+2023-12-11  Patrick Luby  <plubius@libreoffice.org>  [e07f4f2dbf65ee723f8bdf05587085783257dd5a]
+
+        tdf#158379 check if PageDesc's m_pPSName is a nullptr
+        
+        Change-Id: If9f6d695d40c1d55ee2dfbdf1e3523b33343d7ce
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160504
+        Tested-by: Jenkins
+        Reviewed-by: Patrick Luby <plubius@libreoffice.org>
+        (cherry picked from commit 48748d5b5a89f27e1d2f610152145e3a19eda9a9)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160474
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2023-12-11  Patrick Luby  <plubius@libreoffice.org>  [b521e0c8b04cef4c0140704c3c5221d2b645f8e4]
+
+        tdf#140401 check if attribute is a nullptr
+        
+        Change-Id: Ie6e33fc1dca525553bb4237204666835d335b13f
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160524
+        Tested-by: Jenkins
+        Reviewed-by: Patrick Luby <plubius@libreoffice.org>
+        (cherry picked from commit 99ba9c34f2785d1236820cbd5f604339ccd28952)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160486
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2023-12-09  Jean-Pierre Ledure  <jp@ledure.be>  [4073f13330600d3efc25fc25450f9f635c6e74b2]
+
+        ScriptForge - (SF_Calc) fix typo in CopyToRange() method
+        
+        Change-Id: I07db487d94c2d0a8f2ec5955f6e94b00911d25c4
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154214
+        Tested-by: Jean-Pierre Ledure <jp@ledure.be>
+        Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
+        Tested-by: Jenkins
+        (cherry picked from commit b16861f667673560cf57d28bdd16bb592e6e3c22)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160472
+        Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
+
+2023-12-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [5f37e4769420e216e95225a1de0c6074e97ad62b]
+
+        tdf#157915 Error when running a Basic macro with instruction commitChanges
+        
+        regression from
+            commit 1576ef8532cf2cea2da361db9c5707f1994e65e2
+            Author: Noel Grandin <noelgrandin@gmail.com>
+            Date:   Thu Dec 23 18:40:44 2021 +0200
+            osl::Mutex->std::mutex in SvtCommandOptions
+        
+        Note that this only fixes part of the issue - specifically the part that
+        the original reporter described.
+        
+        There is a further issue, not fixed here, which only happens on
+        Linux/GTK, where the messagebox dialog manages to end up behind the
+        About dialog, and consequently cannot be closed, which freezes the
+        program.
+        
+        Change-Id: Idbb7f51e494a69886c80eb92efaa7cf7c6911c16
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160393
+        Tested-by: Jenkins
+        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
+        (cherry picked from commit de9667d419bae2c03adf9a9c08b20cd519137cba)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160361
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2023-12-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b41d4c84d50893a90e676d873c5b81b4e725a309]
+
+        update credits
+        
+        Change-Id: I6bb7de64be70c68362169ae459cffa37478395b1
+        (cherry picked from commit 573f61fdb06e0824d0800dc16005c496f3c2d58f)
+
+2023-12-07  Patrick Luby  <plubius@libreoffice.org>  [fe59e5ab1cb9c15a7ff8222319c5a8b7b8183243]
+
+        Related: tdf#155266 skip redisplay of the view when forcing flush
+        
+        It appears that calling -[NSView display] overwhelms some Intel Macs
+        so only flush the graphics and skip immediate redisplay of the view.
+        
+        Change-Id: I7a94a1ada35526c5eda1b793f872e206b4c833ad
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160399
+        Tested-by: Jenkins
+        Reviewed-by: Patrick Luby <plubius@libreoffice.org>
+        (cherry picked from commit 0ddd9f7e055a0c1ecb120de3e40c3fdb8373e9dc)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160365
+        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
+
+2023-12-06  Caolán McNamara  <caolan.mcnamara@collabora.com>  [25950b4440d8da4a20f311f94dd9e1884d0bebb9]
+
+        Related: tdf#158534 set fallback help page for optional print content
+        
+        Change-Id: I79d843cbf2591ab5a8625087e2ec5897b26a8056
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160371
+        Tested-by: Jenkins
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+        (cherry picked from commit e507fd525404d5ac078a47650df11e5e18a88a81)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160358
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2023-12-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d621458434cc316b4b8b145e402005d8529ef2aa]
+
+        tdf#123396 actually use the mimetype set in the from document
+        
+        In the document we set the mime type for the images stored, but
+        at import we never actually used the mime types. We always did
+        mime type detection from the filename extension. The problem with
+        this is that files stored as base64 streams don't have a filename
+        so it is also not possible to determine the mime type from the
+        file name.
+        
+        The consequence of this is that we can't know which image to take
+        if we have multiple images (fallback images) so we always take the
+        last one, which could be the wrong one. This happend in the test
+        document.
+        
+        This changes the behavior so that we always first use the document
+        set mime type as there is no reason to not trust that. Only if the
+        mime type isn't provided by the document we use other mime type
+        detection methods.
+        
+        Change-Id: I175c509ce5f11eab2c0454d4d9901ca1fe975272
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160237
+        Tested-by: Jenkins
+        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
+        (cherry picked from commit f5cf0c10eb7050feff19190b06b4597aab2d400a)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160353
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2023-12-06  Caolán McNamara  <caolan.mcnamara@collabora.com>  [bde00b3d8748cc4642300f2a961fa3f2add85c73]
+
+        Resolves: tdf#158534 two help pages from print help button
+        
+        its either use the default "help" response, or have an explicit
+        handler for the help button.
+        
+        Its more consistent to just use the default "help" response for
+        the print dialog as done everywhere else.
+        
+        Change-Id: I0bb173e67a3bea1c10cc315cfcf212376f2710c2
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160340
+        Tested-by: Jenkins
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+        (cherry picked from commit a639b7432e7d35b271fbfea9021f5df56d681006)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160357
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2023-12-06  Caolán McNamara  <caolan.mcnamara@collabora.com>  [ea7c17960ddfe93249b17612662adc4694bd02b3]
+
+        Resolves: tdf#158441 we don't want to return early for all handled keys
+        
+        a problem since:
+        
+        commit c39bd1f6690ade936d62a66265b9b277061024d8
+        Author: Caolán McNamara <caolanm@redhat.com>
+        Date:   Wed Feb 19 10:13:15 2020 +0000
+        
+            weld CodeCompleteWindow
+        
+        Change-Id: I520a591bad89515c973098f4200f01ae0ddbdc34
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160337
+        Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+        (cherry picked from commit 6aba19406767a54bb61eaffb2903c1b2902da9a8)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160356
+        Tested-by: Jenkins
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2023-12-06  Miklos Vajna  <vmiklos@collabora.com>  [c8c1c3e99212604e50fe42dd4752d75601da273e]
+
+        writerfilter: fix crash in DomainMapper_Impl::PushSdt()
+        
+        Crashreport signature:
+        
+        Fatal signal received: SIGSEGV code: 1 for address: 0x0
+        
+        program/libwriterfilterlo.so
+                writerfilter::dmapper::DomainMapper_Impl::PushSdt()
+                        writerfilter/source/dmapper/DomainMapper_Impl.cxx:987
+        program/libwriterfilterlo.so
+                writerfilter::dmapper::DomainMapper::lcl_attribute(unsigned int, writerfilter::Value&)
+                        include/tools/ref.hxx:56
+        program/libwriterfilterlo.so
+                writerfilter::ooxml::OOXMLProperty::resolve(writerfilter::Properties&)
+                        include/tools/ref.hxx:56
+        program/libwriterfilterlo.so
+                writerfilter::ooxml::OOXMLPropertySet::resolve(writerfilter::Properties&)
+                        include/tools/ref.hxx:157
+        
+        Change-Id: I76416ca707a4ac40495e5c22f62fcd017bcb5e48
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160336
+        Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
+        Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+        (cherry picked from commit 728f6ec104b1a91c8c8ea0790bc7f56471c67737)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160351
+        Tested-by: Jenkins
+        (cherry picked from commit 24135dc15a797ca91dd32c70cbc4d26a05dfd127)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160355
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2023-12-06  Eike Rathke  <erack@redhat.com>  [c0b46a8270507dc59b731e9c996960374b0db472]
+
+        Resolves: tdf#158223 Revert "fix" for tdf#156174 and follow-up
+        
+        ... introducing a real fix.
+        
+            commit 94ca402cd1fe2fd9776d08448f7216b7f638e69a
+            CommitDate: Tue Jul 25 15:04:01 2023 +0200
+        
+                tdf#156174 sc DBData: fix regression of database ranges
+        
+        just cured a symptom by removing a condition that shouldn't had been
+        removed, instead of getting to the real cause of an odd reference
+        update.
+        
+        Shrinking the end of a sheet reference range and thus moving it one
+        before the previously referenced relative position is only possible if
+        the deleted sheet actually touches the referenced range, which here the
+        start value points to and thus checking ref>=start+delta is not
+        necessary and subtracting 1 even harms. This is different from deleting
+        columns or rows where the start value points behind the deleted area of
+        moving the following area.
+        
+        Change-Id: If9ae5dd6f6ae5cd248ad5d999f1aa7577d4ec035
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160374
+        Reviewed-by: Eike Rathke <erack@redhat.com>
+        Tested-by: Jenkins
+        (cherry picked from commit ec165d6fe3784f5cd78351a537abf69e88b68420)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160354
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2023-12-04  Julien Nabet  <serval2412@yahoo.fr>  [9e82062325cc00d2c2974d02d6759015bffdde03]
+
+        tdf#158450: fix crash when picking custom colour for column separator line
+        
+        bt:
+        0x00007ffeed9c4a2b in SwColumnPage::SwColumnPage(weld::Container*, weld::DialogController*, SfxItemSet const&)::$_0::operator()() const (this=0x5555574a8e38) at /home/julien/lo/libreoffice/sw/source/ui/frmdlg/column.cxx:396
+        396	                [this]{ return GetDialogController()->getDialog(); }))
+        0  0x00007ffeed9c4a2b in SwColumnPage::SwColumnPage(weld::Container*, weld::DialogController*, SfxItemSet const&)::$_0::operator()() const (this=0x5555574a8e38) at /home/julien/lo/libreoffice/sw/source/ui/frmdlg/column.cxx:396
+        1  0x00007ffeed9c4a05 in std::__invoke_impl<weld::Dialog*, SwColumnPage::SwColumnPage(weld::Container*, weld::DialogController*, SfxItemSet const&)::$_0&>(std::__invoke_other, SwColumnPage::SwColumnPage(weld::Container*, weld::DialogController*, SfxItemSet const&)::$_0&) (__f=...) at /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/invoke.h:61
+        2  0x00007ffeed9c4985 in std::__invoke_r<weld::Window*, SwColumnPage::SwColumnPage(weld::Container*, weld::DialogController*, SfxItemSet const&)::$_0&>(SwColumnPage::SwColumnPage(weld::Container*, weld::DialogController*, SfxItemSet const&)::$_0&) (__fn=...) at /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/invoke.h:114
+        3  0x00007ffeed9c489d in std::_Function_handler<weld::Window* (), SwColumnPage::SwColumnPage(weld::Container*, weld::DialogController*, SfxItemSet const&)::$_0>::_M_invoke(std::_Any_data const&) (__functor=...) at /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/std_function.h:290
+        4  0x00007ffff1cb89e5 in std::function<weld::Window* ()>::operator()() const (this=0x5555574a8e38) at /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/std_function.h:591
+        5  0x00007ffff1c94604 in ColorWindow::OpenPickerClickHdl(weld::Button&) (this=0x5555574a8db0) at /home/julien/lo/libreoffice/svx/source/tbxctrls/tbcontrl.cxx:2283
+        6  0x00007ffff1c9356d in ColorWindow::LinkStubOpenPickerClickHdl(void*, weld::Button&) (instance=0x5555574a8db0, data=...) at /home/julien/lo/libreoffice/svx/source/tbxctrls/tbcontrl.cxx:2279
+        
+        See complete bt here:
+        https://bugs.documentfoundation.org/attachment.cgi?id=191146
+        
+        Regression from:
+        862fd2fa19b64972247bde9b171ec828a30e1676
+        defer getting toplevel for color picker until we need it
+        
+        Change-Id: I2932281cb3b1cb510013a19f6bcf3d9f9c6cdb7b
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160164
+        Tested-by: Jenkins
+        Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+        Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
+        (cherry picked from commit 4f8bb267489b14aa1dab360786d8f99c763f03b4)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160224
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2023-12-04  Laurent Balland  <laurent.balland@mailo.fr>  [e48528083bf689675375a8540b8ba350c328d2b0]
+
+        tdf158206 Nature Illustration template background
+        
+        On first master page, move picture from page background to an object at
+        the background
+        
+        Change-Id: I0f288396f63230fc0fe524b3e30f6d1fc4d7ef11
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159808
+        Tested-by: Jenkins
+        Reviewed-by: Stéphane Guillou <stephane.guillou@libreoffice.org>
+        Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
+        (cherry picked from commit 58a3ca303c95ccf54c107cfe3f751ad147b52511)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160170
+        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
+
+2023-12-04  Laurent Balland  <laurent.balland@mailo.fr>  [d6c12d226273eb645f45ec2a1645bfed2697666c]
+
+        tdf#158230 Growing Liberty template: restore preview
+        
+        Move Title-Slide master page at first place to get it from Master page
+        Side panel
+        Move picture from background of master page to image at the back
+        Other updates:
+        - remove unused fonts
+        - remove English text "number"
+        
+        Change-Id: I8e6567ec3661ebce8ccd08f97d3661b1994c3ee7
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159691
+        Tested-by: Jenkins
+        Reviewed-by: Stéphane Guillou <stephane.guillou@libreoffice.org>
+        Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
+        (cherry picked from commit 95779d24f012b9f21d1890f433bd12a4f3d903c8)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160171
+        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
+
+2023-12-02  Laurent Balland  <laurent.balland@mailo.fr>  [0621b2be4e7e950ef1fb65b6f81aa5c9434e71c5]
+
+        tdf#158205 Blueprint Impress template background
+        
+        On first master page, move picture from page background to an object at
+        the background
+        
+        Change-Id: I0e01ee9cad4a282c98e3678a7a45cfe13698e0e3
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159807
+        Tested-by: Jenkins
+        Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
+        (cherry picked from commit 9c1a9c66897225b26340de71bf71b11bc088bdca)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160176
+        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
+
+2023-12-02  Julien Nabet  <serval2412@yahoo.fr>  [6d782b57e0d8965dda279c2e73e2e91844f6f341]
+
+        tdf#158452: FB: impossible to change field to "entry required" in GUI
+        
+        ... after table has been saved.
+        
+        There was an hack due to the fact that before FB 3.0, it wasn't possible to use ALTER TABLE to change nullable.
+        See https://bugs.documentfoundation.org/show_bug.cgi?id=158452#c1
+        Since the hack doesn't work and since FB 3.0 since several years, let's remove the hack and use ALTER TABLE command.
+        
+        Change-Id: I145077bb4c4874f5fe31e375cfb64176a1293575
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160220
+        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
+        Tested-by: Jenkins
+        (cherry picked from commit 735b6b3861ed898dafa5c9d08400c37d1996283e)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160173
+        Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
+
+2023-12-02  Kohei Yoshida  <kohei@libreoffice.org>  [77e15d0471e239ad94054d3aff403207ecac2764]
+
+        Upgrade orcus to 0.19.2
+        
+        Change-Id: I2cbf5f93c3b8b2235828affdef7309c3611b19b2
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159258
+        Tested-by: Jenkins
+        Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160231
+
+2023-12-02  Kohei Yoshida  <kohei@libreoffice.org>  [9a9ba74f318c59f739033bdaeaacf1e3cc790638]
+
+        Upgrade liborcus to 0.19.1
+        
+        Change-Id: I2190419e88323bbf000602a7762e850a33b5dfdf
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158409
+        Tested-by: Jenkins
+        Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160230
+
+2023-12-02  Kohei Yoshida  <kohei@libreoffice.org>  [644170fe0cf6a53d9aa7fcc296004c1e17165f06]
+
+        Set grammar type to gnumeric before loading the content
+        
+        Without this, the document model side would not know what grammer
+        to use to parse formula expressions.
+        
+        Change-Id: I7e921f9c0f9b088fb98fe126ad4a84db006c8747
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157413
+        Tested-by: Jenkins
+        Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160229
+
+2023-12-02  Kohei Yoshida  <kohei@libreoffice.org>  [ffeed48bed5c31203978a070b3c758c180589e7c]
+
+        Set the correct version number of orcus
+        
+        Ideally we should fix the Windows build properly, but cmake isn't
+        available to us.
+        
+        Change-Id: I3f612604195212ba3a699c0b76785b5aa5f7925b
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157391
+        Tested-by: Jenkins
+        Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160228
+
+2023-12-02  Kohei Yoshida  <kohei@libreoffice.org>  [0c2f023eb039d27b8ff3dd3b0baaf7b3c04547cf]
+
+        Upgrade liborcus to 0.19.0
+        
+        Change-Id: I57b92a86a155f244742fd70b1ab9a1acbc206a29
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157345
+        Tested-by: Jenkins
+        Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
+        Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160227
+
+2023-12-01  Mike Kaganski  <mike.kaganski@collabora.com>  [af64ee2f4a7120ccb8f22eab5dfcd626266fde4e]
+
+        tdf#158459: call DeleteAndJoin in strict reverse order
+        
+        The crash was caused by removal of a paragraph break (pointed to by a
+        PaM returned by pDelPam->GetNext()), that resulted in merge of the node
+        pDelPam pointed to, with the previous node. The destructin of the node
+        made pDelPam dangle. In debug builds, an assertion failed in destructor
+        of SwContentIndexReg. I.e., since the code always called DeleteAndJoin
+        on pDelPam->GetNext(), the processing went from second-to-last deletion
+        towards the begin of the document, and the last deletion (represented
+        by pDelPam) was handled last, when GetNext call wrapped.
+        
+        This change makes sure that the order is strict, from last to first.
+        
+        Change-Id: I5cb7fe2f06d4138d3c445eeca8220f0a87a82626
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160158
+        Tested-by: Jenkins
+        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
+        (cherry picked from commit 9c22a72a2fc92146d24c6b673d9c07b1e6ff83f2)
+        Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160049
+        Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
+
+2023-11-30  Xisco Fauli  <xiscofauli@libreoffice.org>  [ebc730f8657af18412c47fc671c3c459072da0ea]
+
+        bump product version to 7.6.5.0.0+
+        
+        Change-Id: I1b4f46591baaf8f301661cde65ad7092cff219b8
+
 2023-11-30  Michael Stahl  <michael.stahl@allotropia.de>  [d272ab078b401bf4d70919680f2aa18ddbb15c6a]
 
         tdf#148389 sw: fix Delete Undo/Redo of bookmark positions
@@ -1962224,6 +1966743,10 @@
         + fix printing of i#123 bugs
         + removed debug stuff to be able to detect more bugs again
 
+2011-02-09  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [d3b03514dde317473db0d247f21405b5db6a727e]
+
+        impress195: Minor adaptions due to last merge.
+
 2011-02-09  Caolán McNamara  <caolanm@redhat.com>  [8e1fa1adbdadd93f9d45bfd4f42085d546c52300]
 
         throw out some warnings
@@ -1968502,6 +1973025,26 @@
 
         WaE: gcc 4.6.0 various warnings
 
+2011-01-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [086ff12951769a2fadfc0f92f57c2e4f41108b72]
+
+        impress195: rebase to DEV300 m98
+
+2011-01-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [1054906227778e28de628ebbb62749904afbb33b]
+
+        impress195: rebase to DEV300 m98
+
+2011-01-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [cf054f6ef9d88233703678889bc3eb3efe516ec3]
+
+        impress195: rebase to DEV300 m98
+
+2011-01-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [61099481271709723469421181f65e6219cbc271]
+
+        impress195: rebase to DEV300 m98
+
+2011-01-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [c8ba0c921140c1afc84cc2703ed229f6fba4f7d9]
+
+        impress195: #i102142# Fixed order of initialization in constructor.
+
 2011-01-26  Mathias Bauer  <mba@openoffice.org>  [f81812464c6504831b8bddaabfe25876a0906488]
 
         CWS gnumake3: several clean ups and fixes in makefiles
@@ -1971020,6 +1975563,10 @@
 
         gnumake3: updating clean targets
 
+2011-01-21  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [9bcf0d94946bb19501aa3575f784dc3099a23893]
+
+        #i116408# remove 5.0 export from f_topten.bas
+
 2011-01-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a406f98c4d44848098decb082bd8c21d87c71969]
 
         gnumake3: merging minibranches
@@ -1972242,6 +1976789,14 @@
 
         dr78: minor changes in gperf usage
 
+2011-01-19  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [ff3d790926bc0047100c19cca3159e28e831457a]
+
+        i116396: [Automation]: adapt the Impress/Draw autotests for removed binfilter export
+
+2011-01-19  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [777eb0c8ab568ac262016cbc39538cdce0c0a831]
+
+        i116396: [Automation]: adapt the Impress/Draw autotests for removed binfilter export
+
 2011-01-19  Tor Lillqvist  <tlillqvist@novell.com>  [9749ae3204783a88d1ceff2cfb92fff25d17392f]
 
         Use ml64 for wntmscx
@@ -1973050,6 +1977605,10 @@
 
         cws mongolianlayout: resync to m97
 
+2011-01-17  Oliver Craemer [oc]  <oliver.craemer@oracle.com>  [32e427257a3241b12ca9f9e293753b935f0676d8]
+
+        #i116394# adapt autotest for removed binfilterexport
+
 2011-01-17  Carsten Driesner  <cd@openoffice.org>  [9617758b4b0997f5981a1303684ba9c9a4dd148b]
 
         removetooltypes01: #i112600# Merge changes
@@ -1974370,6 +1978929,10 @@
 
         removetooltypes01: #i112600# remove tooltypes from svx
 
+2011-01-13  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [846c70417e1aecc56a6ee1504c2c160e633d0754]
+
+        calc65: #i116318# Fixed the painting of axial gradients.
+
 2011-01-13  Michael Meeks  <michael.meeks@novell.com>  [2188ccec86288a26452b15a47975dd8b821b011c]
 
         fix search toolbar up/down search button icons
@@ -2001143,6 +2005706,22 @@
 
         dockingwindows: #i115423# Fix missing component_writeInfo in custom toolpanel extension located in sfx2/workben
 
+2010-11-05  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [bce9709292b36adf3d8f05b36cc0842811cad8d7]
+
+        impress195: merge with DEV300_m92
+
+2010-11-05  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [312cafc472e4ac74a045baf123476a2457c15185]
+
+        impress195: merge with DEV300_m92
+
+2010-11-05  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [34c72d32a6fe0960291ebe61820defcda5cacd8e]
+
+        impress195: merge with DEV300_m92
+
+2010-11-05  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [44a4be5d42e9d393b62bf5b88dbde1c3cd576a91]
+
+        impress195: merge with DEV300_m92
+
 2010-11-05  Tor Lillqvist  <tlillqvist@novell.com>  [4bc06890a770b6804fa864f21bfbe5dd85735ed5]
 
         Fix Windows build error
@@ -2008091,6 +2012670,10 @@
 
         try to process Qt events even when not using Qt event loop
 
+2010-10-15  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [0eee4cff9975faf99d72056f6aeab2bae87016b7]
+
+        impress195: #158718# Added some checks to validate pointers.
+
 2010-10-15  Noel Power  <noel.power@novell.com>  [c678b690a2c663739d8d364de1ddbf68928c5c83]
 
         fix fdo#30856 remove VBAForm property and associated geometry hack
@@ -2008659,6 +2013242,10 @@
 
         vcl116: #i115053# save work in EndJob if there is no page in the job
 
+2010-10-14  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [d2f35280c987837671322c977138fcc2402287c0]
+
+        impress195: #i80637# Changed the algorithm for mixing of elements.
+
 2010-10-14  Michael Meeks  <michael.meeks@novell.com>  [15c61bb323deac8c4f023a684374c432f0700eb2]
 
         Improve error reporting accuracy, to help people re-build
@@ -2021637,6 +2026224,26 @@
         
         i#35336
 
+2010-08-27  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [466bacc3ad07d88c8d947e4f745d9e8f3cdbed89]
+
+        testtool: fix libsts to work with old testtool
+
+2010-08-27  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [e6010b5e704d62471fada5ea63c5d240507e8a3a]
+
+        testtool: fix libsts to work with old testtool
+
+2010-08-27  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [ead5358f61ff03ffe454e83e169def3fef715a08]
+
+        build breakers
+
+2010-08-27  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [eaa4e44cfee19f81a3a3d41982263a3f09e23f06]
+
+        build breakers
+
+2010-08-27  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [d19dc752fe6b9f88c7c6aa4686d8d8c6404cde26]
+
+        build breakers
+
 2010-08-27  Kai Sommerfeld  <kso@openoffice.org>  [96315579c14ca9f80a03b59bf277b19378c237aa]
 
         whitespace cleanup.
@@ -2021804,6 +2026411,10 @@
 
         mib19: #163363# SbiRuntime::CheckArray(): Set error for null objects with parameters set
 
+2010-08-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [afdd5d014cceee0796c9caa297ab2489a24da616]
+
+        impress200: #i101006# Prevent multiple master pages with identical names.
+
 2010-08-26  Jan Holesovsky  <kendy@suse.cz>  [9270a76e1631415ef50e9f71de1bb7c2dad22cd4]
 
         Fix make dev-install.
@@ -2021812,6 +2026423,14 @@
 
         CWS-TOOLING: integrate CWS coc03
 
+2010-08-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [a497f94404f0292309a3f932b169a0ae07fb5357]
+
+        impress200: merge
+
+2010-08-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [23734b51a1371ec2981b76364b99543b5eb14262]
+
+        impress200: merge
+
 2010-08-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ea89a4af7fc609c015f7f3326293ce8950e4086d]
 
         Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33h
@@ -2021820,6 +2026439,18 @@
 
         dba33h: #i113991# handle ImageURL and Graphic properties ourselves, do not leave this to the aggregate. Otherwise, both the aggregate and we try to sync those, which is good for some problems ...
 
+2010-08-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [247a28c2c78064f08b958b2068bc4ec59e4e0c1b]
+
+        merge
+
+2010-08-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1086d8c4ec1339dc7be45e497f676d8f282360b8]
+
+        impress200: #i114123# fix graphics context refcount for drawEPS
+
+2010-08-26  Niklas Nebel  <nn@openoffice.org>  [01554964f184b98fe79ecd52200a71cae33968bf]
+
+        impress200: #i113884# check for overflow in ScTable::SetDrawPageSize
+
 2010-08-26  Daniel Rentz  <dr@openoffice.org>  [7e8aec45e5b2313a682fcec37e47e2f6ee8a2a47]
 
         mib19: #163428# VBA symbol Worksheet.Visible supports xlSheetVeryHidden now
@@ -2024178,6 +2028809,10 @@
 
         mib18: #163059# Ignore introspection based COM object members
 
+2010-08-09  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [c8125819e1b831f36203d8545b49df9041cc106c]
+
+        impress195: #i113720# Break cyclic dependency between DrawController and ModuleController.
+
 2010-08-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ed2a220f5401b0cc315c43e5da04362e1095a173]
 
         oooimprovement6: #i100159# catching the OnLogRotate thread in a clean fashion
@@ -2024218,6 +2028853,10 @@
 
         fwk152: #i108004# check the URLs correctly
 
+2010-08-09  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [23e5e64f7c4ed15f6230b5dc17475d650378cad8]
+
+        renaissance1: #i107215# Removed debug code.
+
 2010-08-07  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ef6cb67ff6f0549857408ea661acba5f298083e1]
 
         gnumake2: fixed linking against pathutils in extensions
@@ -2024330,6 +2028969,10 @@
 
         dr77: code cleanup
 
+2010-08-05  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [b8d78852acfa632daa32d5827d0ee64fd6102c80]
+
+        renaissance1: #i113685# Avoid (indirect) static BitmapEx.
+
 2010-08-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [762a32d4815070199ca4398107b07ec8e864585a]
 
         #i111033# factoryimpl_ns.xsl: better detection of resource for attributes, model.xml: ST_Percentage was undefined for wml.
@@ -2024366,6 +2029009,10 @@
 
         #i106817# fix rotated textline drawing also for CTL text
 
+2010-08-05  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [b78085151418f4cf0a643cce26701a728b2a00f0]
+
+        impress197: #i112420# Create accessibility object of ToolPanelViewShell in constructor.
+
 2010-08-05  Thomas Lange [tl]  <tl@openoffice.org>  [6037a79c3791e41578c384481acec48904951ae0]
 
         cws tl82: #i74049# math symbols should be able to handle 20 bit Unicode characters (surrogates)
@@ -2024530,6 +2029177,10 @@
 
         gnumake2: fixes for pch in framework
 
+2010-08-04  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [80ca59e424f692f0d014527200fdd5cc5d51f8db]
+
+        renaissance1: #i107215# Fixed 64bit compilation problem.
+
 2010-08-04  Miklos Vajna  <vmiklos@openoffice.org>  [9f01e0f10a8a236b6dbe35b38edb66b178fc05a2]
 
         vmiklos01: #i113532# add author to README-rtf.txt
@@ -2025802,6 +2030453,14 @@
 
         jl154: #i113165# - Removed no longer needed helper functions as we do not test menus anymore
 
+2010-07-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [1a4f76642003faefd69671868ff07b01c5c7a406]
+
+        renaissance1: #i107215# Update of slide sorter icons.
+
+2010-07-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [6f6a64b2eacda800da0385263d73dece97a80c41]
+
+        renaissance1: #i107215# Update of slide sorter icons.
+
 2010-07-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [0c9940e6205ad56d62920faa890ebf3ebf1d5da8]
 
         pl07: #i111047# workaround modal behavior of mac native menus
@@ -2025878,6 +2030537,10 @@
 
         CWS changehid: #i111874#: some HID cleanup
 
+2010-07-23  Mathias Bauer  <mba@openoffice.org>  [8baaab4f34d4e9a39c554a87ea1699c779d74983]
+
+        CWS changehid: #i111874#: some HID cleanup
+
 2010-07-23  Mathias Bauer  <mba@openoffice.org>  [2572209a92a6ed172f1650f7805f7e5829541ea3]
 
         CWS changehid: #i111874#: use '.' instead of ':' as separator for autohelpids; ':' may cause confusion with URL detection
@@ -2025958,6 +2030621,10 @@
 
         sb123:#i111449# fix all run through problems for qa/complex tests
 
+2010-07-23  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [1abb6221443d4a14427eab4cbb0e96ee3966a019]
+
+        renaissance1: #i107215# Properly restore selection after model changes.
+
 2010-07-23  Dirk Voelzke  <dv@openoffice.org>  [232fc9070c8a86f6602cf4134d4b5b8a1cf117a7]
 
         dv19:#i111166# removed syntax warning
@@ -2025990,6 +2030657,14 @@
 
         txtl10n: cleanup / remove all -QQ and quiet parts
 
+2010-07-22  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [d7be262d4fcf0010d863971e3463020547140523]
+
+        renaissance1: #i107215# Replaced unhide text button by icon button.
+
+2010-07-22  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [edc18425b8c2455c5f0d172126156d90e7c06eb2]
+
+        renaissance1: #i107215# Replaced unhide text button by icon button.
+
 2010-07-22  Ingo Schmidt  <is@openoffice.org>  [d60b211a12e9798fc674df1234f72a232b9c114f]
 
         jl154 #162868# unopkg in shell script with several quotes
@@ -2026022,6 +2030697,10 @@
 
         txtl10n: removed obsolete dir
 
+2010-07-22  Mathias Bauer  <mba@openoffice.org>  [124df99b73b2c0b450bd5c9dd74883e16fc2c3e7]
+
+        CWS changehid: #i111874#: pickerhelper.hxx removed
+
 2010-07-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b0d9d1c7851de1871e9f344f757afdd61bf3d2f2]
 
         jl154: #i113234# References for Windows
@@ -2026162,6 +2030841,10 @@
 
         unxlngxnewbaseline: #162926# some fixes for 64 bit linux baseline, disactivated old, not-buildable debug code
 
+2010-07-22  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [d73c47726d83afc4196c49f6e2cd4d7f2f435637]
+
+        renaissance1: #i96487# Fixed race condition on slide switching.
+
 2010-07-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [92744b02e0c62cbcd06f6f7103f36488ef082aa3]
 
         jl154: #i113234# Removed duplicate entries from reference lists, updated test to avoid those being created.
@@ -2026198,6 +2030881,18 @@
 
         CWS changehid: resync to m85
 
+2010-07-22  Mathias Bauer  <mba@openoffice.org>  [5ac0207cea354c8fff76c783bc90faa471868718]
+
+        CWS changehid: resync to m85
+
+2010-07-22  Mathias Bauer  <mba@openoffice.org>  [994b7f936cd9e1df7acf30612bda3d87aaf50344]
+
+        CWS changehid: resync to m85
+
+2010-07-22  Mathias Bauer  <mba@openoffice.org>  [209fbe2d632761b30b7b17422914e11b93692833]
+
+        CWS changehid: resync to m85
+
 2010-07-22  Mathias Bauer  <mba@openoffice.org>  [4c498c21dc50a86004ed8c90e988abc2686e9430]
 
         CWS changehid: resync to m85
@@ -2026210,6 +2030905,10 @@
 
         CWS changehid: resync to m85
 
+2010-07-22  Mathias Bauer  <mba@openoffice.org>  [24c7e8d018f977bf8e5664825bb81fc34d4133de]
+
+        CWS changehid: resync to m85
+
 2010-07-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8710bd5e171494ecde315b7359cf94e2e793e233]
 
         jl154: Local branch merge
@@ -2026250,10 +2030949,22 @@
 
         ooo33gsl03: #i113333# make D&D to certain ListBoxes possible
 
+2010-07-21  Mathias Bauer  <mba@openoffice.org>  [a1f5f61d46427b0f6516da9b34c106ca6e870860]
+
+        CWS changehid: #i111784#: rework keyword search
+
 2010-07-21  Mathias Bauer  <mba@openoffice.org>  [70146da8808a0aeb48bda3bb837711fa3a812042]
 
         CWS changehid: #i111784#: rework keyword search
 
+2010-07-21  Mathias Bauer  <mba@openoffice.org>  [e92515df270ea0d52e47d6922a83d968f6445b93]
+
+        CWS changehid: #i111784#: rework keyword search
+
+2010-07-21  Mathias Bauer  <mba@openoffice.org>  [0b00bc90e43f36485e3ba00eb7f924a935e89b00]
+
+        CWS changehid: #i111784#: convert wizards module
+
 2010-07-21  Vladimir Glazunov  <vg@openoffice.org>  [c9f7f4a18b2e22346fe6f673d5bfe6738fb53870]
 
         vgbugs10: #162096# initialisation repository considered as active
@@ -2026270,6 +2030981,10 @@
 
         ooo33gsl03: #i113342# fix stlport-assertion when calling drawFilledTrapezoids()
 
+2010-07-21  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [41c42f2d98dd50a95268dc1091f6c8e21c3e6667]
+
+        renaissance1: #i107215# Make buttons appear after slide sorter context menu is closed.
+
 2010-07-21  Thomas Lange [tl]  <tl@openoffice.org>  [c7896e24ec34b87aba39e8b2ff19a21fe0c518a6]
 
         cws tl82: #i113293# unify encoding detection for linguistic components
@@ -2026410,6 +2031125,10 @@
 
         cmcfixes77: #i113317# silence gcc warning
 
+2010-07-21  Mathias Bauer  <mba@openoffice.org>  [8bf98bbf911e637db7984a6af3186ff233a506ca]
+
+        CWS changehid: make hidother.src easier to handle
+
 2010-07-21  Caolán McNamara  <cmc@openoffice.org>  [e8f4359bb585ef85724866e58e948ee9505db9c1]
 
         cmcfixes77: #i113316# silence gcc warning
@@ -2026506,10 +2031225,22 @@
 
         CWS changehid: #i111784#: consolidate usage of HID schema; remove unused SetDialogHelpId methods
 
+2010-07-20  Mathias Bauer  <mba@openoffice.org>  [659fb7a4ae2d2ac140f328959b98944c43a094aa]
+
+        CWS changehid: #i111784#: consolidate usage of HID schema; remove unused SetDialogHelpId methods
+
 2010-07-20  Mathias Bauer  <mba@openoffice.org>  [a929816d90303defcded933ef0337f2191fa2cec]
 
         CWS changehid: #i111784#: consolidate usage of HID schema; remove unused SetDialogHelpId methods
 
+2010-07-20  Mathias Bauer  <mba@openoffice.org>  [db369db99b2f897b1a304a4c010dfd1998e2fa40]
+
+        CWS changehid: #i111784#: consolidate usage of HID schema; remove unused SetDialogHelpId methods
+
+2010-07-20  Mathias Bauer  <mba@openoffice.org>  [37500bb0ef4cd6dfb83802af53f4a45b397768f2]
+
+        CWS changehid: #i111784#: consolidate usage of HID schema; remove unused SetDialogHelpId methods
+
 2010-07-20  Andreas Bregas  <ab@openoffice.org>  [d8524eb9510ab7ad2833abef035b7efb57f41f62]
 
         mib17: Merge
@@ -2026566,14 +2031297,30 @@
 
         CWS changehid: #i111784#: SetDialogHelpId changed
 
+2010-07-19  Mathias Bauer  <mba@openoffice.org>  [6b7cfcf20984092bb9907083bcf089709d005da5]
+
+        CWS changehid: #i111784#: SetDialogHelpId changed
+
 2010-07-19  Mathias Bauer  <mba@openoffice.org>  [5bcae43bb026375f167b26d219b13a3d4715c5d2]
 
         CWS changehid: remove code dealing with obsolete SID_INSERT_APPLET
 
+2010-07-19  Mathias Bauer  <mba@openoffice.org>  [2d2d7121ccac4f35d397aebfc010b88b247644e1]
+
+        CWS changehid: remove code dealing with obsolete SID_INSERT_APPLET
+
 2010-07-19  Mathias Bauer  <mba@openoffice.org>  [6ab9b3d3978cd90025986dc5dde3a42e0f602340]
 
         CWS changehid: remove code dealing with obsolete SID_INSERT_APPLET
 
+2010-07-19  Mathias Bauer  <mba@openoffice.org>  [f60b366882b4281061199daf2df24055f94f1ba0]
+
+        CWS changehid: remove code dealing with obsolete SID_INSERT_APPLET
+
+2010-07-19  Mathias Bauer  <mba@openoffice.org>  [61fbf48ab38bb3b3a6cc41de3435f327ccccf830]
+
+        CWS changehid: remove code dealing with obsolete SID_INSERT_APPLET
+
 2010-07-19  Eike Rathke [er]  <erAck@sun.com>  [9d554627fe9e815472fbb2126392e3eaa43e8677]
 
         calc56: #i113254# fix GetRange()
@@ -2026586,6 +2031333,10 @@
 
         #i113084# check auto correction pointer before access
 
+2010-07-19  Mathias Bauer  <mba@openoffice.org>  [ab22ac073431af69a5c59cecbff92db6737bd3db]
+
+        CWS changehid: #i111784#: fix error in fpicker HelpURL
+
 2010-07-19  Mathias Bauer  <mba@openoffice.org>  [6a93822823705fe15f18bdbae75210f74955bd90]
 
         CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs
@@ -2026602,14 +2031353,30 @@
 
         CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs
 
+2010-07-19  Mathias Bauer  <mba@openoffice.org>  [c737e5bb650e3efbb6bf08fa85a1474d80c8d558]
+
+        CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs
+
 2010-07-19  Mathias Bauer  <mba@openoffice.org>  [e05c938a71a1e9698d036a8e6dae5d2a208ddd07]
 
         CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs
 
+2010-07-19  Mathias Bauer  <mba@openoffice.org>  [13afa75fa7892d82f7eeb47b52fdf17fd2a97681]
+
+        CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs
+
 2010-07-19  Mathias Bauer  <mba@openoffice.org>  [66be8992043f8728beb915ce13475ffd93d370fa]
 
         CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs
 
+2010-07-19  Mathias Bauer  <mba@openoffice.org>  [ec8cfe27fa5d2c7041c0895a0ef8f3a2483b8a3e]
+
+        CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs
+
+2010-07-19  Mathias Bauer  <mba@openoffice.org>  [fc36d6a80a11f89c6a155f737e6a42665c039564]
+
+        CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs
+
 2010-07-19  Release Engineering  <releng@openoffice.org>  [fcf62b49c0d37a7b31af23e8c0a29087125da03a]
 
         DEV300
@@ -2026770,6 +2031537,14 @@
 
         CWS changehid: #i111784#: SID_FRAME_UP/DOWN already existed as commands
 
+2010-07-16  Mathias Bauer  <mba@openoffice.org>  [2d07734f316c1795bc59ed0974b3dc6612ed3f24]
+
+        CWS changehid: #i111784#: remve wrong commit
+
+2010-07-16  Mathias Bauer  <mba@openoffice.org>  [f1482b059a1906c9098e0c37df315ad1ca8a83b1]
+
+        CWS changehid: #i111784#: helpid fallback on command name used
+
 2010-07-16  Joachim Lingner  <jl@openoffice.org>  [10cd763487b14c9fdb8dafc868851f964ea2060e]
 
         jl154 merging with OOO300_m1
@@ -2026870,6 +2031645,14 @@
 
         cmcfixes77: #i113177# remove strict aliasing warnings
 
+2010-07-16  Andre Fischer  <af@openoffice.org>  [c788fd00969b1f18208b9452d4f1a7791f303c1f]
+
+        renaissance1: Fixed some warnings and errors discovered on 64bit build bot.
+
+2010-07-16  Andre Fischer  <af@openoffice.org>  [9189993c1729c86362fb455f16c42ac2eb29e879]
+
+        renaissance1: #i112337# Included fix from other CWS.
+
 2010-07-16  Caolán McNamara  <cmc@openoffice.org>  [d2c4dcb9325f98a30c0c46fb6628c773c76aa1be]
 
         cmcfixes77: #i113177# remove strict aliasing warnings
@@ -2026910,6 +2031693,10 @@
 
         jl154 #162868# remove basis/presets/bundled/bundled.ini, and create always share/extensions folder
 
+2010-07-15  Andre Fischer  <af@openoffice.org>  [c29298b9000e4d2fb9661accef3c6fdab9e33eab]
+
+        impress195: #i113169# Reducing default frame duration of animated images to 0.1s
+
 2010-07-15  Joachim Lingner  <jl@openoffice.org>  [0db2d911659eed658bdc163731be27ac29e8767a]
 
         jl154 #162868# remove basis/presets/bundled/bundled.ini, and create always share/extensions folder
@@ -2026938,10 +2031725,18 @@
 
         CWS changehid: #i111874#: remove unnecessary HelpIds
 
+2010-07-15  Mathias Bauer  <mba@openoffice.org>  [f63122a36c49fddb002aa366c656baace37c25d8]
+
+        CWS changehid: #i111874#: remove unnecessary HelpIds
+
 2010-07-15  Mathias Bauer  <mba@openoffice.org>  [d3d0fc1c0e22460fdb1ba902654d4dc861c91658]
 
         CWS changehid: #i111874#: remove unnecessary HelpIds
 
+2010-07-15  Mathias Bauer  <mba@openoffice.org>  [4d5f552378c194e195c7d20f3b90d2e582a70c7c]
+
+        CWS changehid: #i111874#: fix warning
+
 2010-07-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8c7f1e56dce9a2c08cf34dde1a88591adb78aead]
 
         vcl113: #i90023# remove unused code (thanks cmc!)
@@ -2027062,6 +2031857,18 @@
 
         dba33g: #i112503# wae fix
 
+2010-07-14  Andre Fischer  <af@openoffice.org>  [c17699540dc03932a9f9262b84a53483fca2f40a]
+
+        impress195: #i91102# Another Matrox G550 DirectX blacklist entry.
+
+2010-07-14  Andre Fischer  <af@openoffice.org>  [a7b3942c0f04f24455ab85ec0c0a8c2a0014da0f]
+
+        impress195: #i64671# Fixed font pitch processing.
+
+2010-07-14  Andre Fischer  <af@openoffice.org>  [e00b74f231f23cd141fa3ba6f7656506926f9293]
+
+        impress195: #i64671# Fixed font pitch processing.
+
 2010-07-14  Kurt Zenker  <kz@openoffice.org>  [135c3397ff46737f0ef7a8f14f1050736e535347]
 
         masterfix: #i10000# add api-adaptions from cws jl152
@@ -2027126,6 +2031933,14 @@
 
         jl154: #162868# Added sync code to improve startup time with bundled extensions
 
+2010-07-14  Andre Fischer  <af@openoffice.org>  [cff2fd00939de5cf59ea6b6039b33ff3daf6bfd0]
+
+        impress195: #i112510# Stop leaking task pane FocusManager singleton.
+
+2010-07-14  Andre Fischer  <af@openoffice.org>  [a800b0d9fdf41cf11f8dbd91ff04321190bf289d]
+
+        impress195: #i102142# Stop leaking windows.
+
 2010-07-14  sj  <sj@openoffice.org>  [3ff5cbc45f24f6edead8957dd889817d1f4f23b0]
 
         impress194: #i109282# applied patch (reading negative enhanced-path parameter)
@@ -2027142,6 +2031957,10 @@
 
         fixed build problem (missing header file)
 
+2010-07-14  Andre Fischer  <af@openoffice.org>  [c21a1d8c48e057ce95cfffed85306471724e73d1]
+
+        impress195: #i101808# Allow unused master pages to be deleted in master pages control.
+
 2010-07-14  Caol?n McNamara  <cmc@openoffice.org>  [2a1e0645f33c2501c6f38309297ef870951ecddf]
 
         cmcfixes76: #i112656# osl_setEnvironment/osl_clearEnvironment, can't find out of os/2 has setenv/unsetenv, so use putenv which I can definitely see in the ancient emx headers
@@ -2027334,10 +2032153,22 @@
 
         CWS changehid: resync to m84
 
+2010-07-13  Mathias Bauer  <mba@openoffice.org>  [d773cda7d126918249f43776b2d6053d4bc73f33]
+
+        CWS changehid: resync to m84
+
+2010-07-13  Mathias Bauer  <mba@openoffice.org>  [0266406fef116fbed7b8e69e309bcda0df4896dd]
+
+        CWS changehid: resync to m84
+
 2010-07-13  Mathias Bauer  <mba@openoffice.org>  [de0d3255d183b96ecccb3b83fc25bc078ce846e9]
 
         CWS changehid: resync to m84
 
+2010-07-13  Mathias Bauer  <mba@openoffice.org>  [b50b76d1d7f70e5c9702ad8b885acba1ee216e6d]
+
+        CWS changehid: resync to m84
+
 2010-07-13  Mathias Bauer  <mba@openoffice.org>  [ca851f72310bf83c0e6e7cb98fd58e6271fa0f01]
 
         CWS changehid: resync to m84
@@ -2027350,6 +2032181,10 @@
 
         CWS changehid: resync to m84
 
+2010-07-13  Mathias Bauer  <mba@openoffice.org>  [8eea0b1b4ba5f07a89fb2bacb39f1c8d9c3039e6]
+
+        CWS changehid: resync to m84
+
 2010-07-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9a0a4ed039f35bd33d470044ddad2b2d460988c2]
 
         CWS gnumake2: resync to DEV300_m84
@@ -2027710,10 +2032545,22 @@
 
         CWS changehid: #i111874#: change code to support HelpIds as byte strings
 
+2010-07-10  Mathias Bauer  <mba@openoffice.org>  [c61aa274cb5631305cfbaea6f1894db756e911c8]
+
+        CWS changehid: #i111874#: change code to support HelpIds as byte strings
+
+2010-07-10  Mathias Bauer  <mba@openoffice.org>  [4a02c63d1431b2e8686a035e119c4a2f5c972592]
+
+        CWS changehid: #i111874#: change code to support HelpIds as byte strings
+
 2010-07-10  Mathias Bauer  <mba@openoffice.org>  [e2280d56bfd8f963b4caea5b200a83be8664d5a3]
 
         CWS changehid: #i111874#: change code to support HelpIds as byte strings
 
+2010-07-10  Mathias Bauer  <mba@openoffice.org>  [c80988b0107424ba6de85531ed55fd493a0a64cb]
+
+        CWS changehid: #i111874#: change code to support HelpIds as byte strings
+
 2010-07-10  Mathias Bauer  <mba@openoffice.org>  [22e9afcab567030e0b1d029400dd85851b2d86e3]
 
         CWS changehid: #i111874#: change code to support HelpIds as byte strings
@@ -2027722,6 +2032569,10 @@
 
         CWS changehid: #i111874#: change code to support HelpIds as byte strings
 
+2010-07-10  Mathias Bauer  <mba@openoffice.org>  [f24b1da07ebfbc95e76af93fc9c7133f7d52daa5]
+
+        CWS changehid: #i111874#: change code to support HelpIds as byte strings
+
 2010-07-10  Daniel Rentz  <dr@openoffice.org>  [bb51dc29f50476471308159c97c25fa059dcd17a]
 
         mib17: #i110746# fixed memory leaks
@@ -2027898,6 +2032749,18 @@
 
         dba33g: assertion when closing stream, only close either the input stream or output stream
 
+2010-07-08  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [08b6b244b215ec4a96686866685eab5421da3dd5]
+
+        renaissance1: resolved merge conflicts, cleanup.
+
+2010-07-08  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [4cda571eda7bd9abe5f95d13a6d0b0cb93ed24b0]
+
+        renaissance1: resolved merge conflicts, cleanup.
+
+2010-07-08  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [436416a6320037855846fce127a0cfa77ac45270]
+
+        renaissance1: resolved merge conflicts, cleanup.
+
 2010-07-08  Vladimir Glazunov  <vg@openoffice.org>  [1ac22a94e060d6de3af716ce818eb5efa0e90d4c]
 
         vgbugs10: added new add_repository method
@@ -2028764,6 +2033627,22 @@
 
         sw33bf06: #i112577#: SwPaM::Find: apply patch by cmc: fix null ViewShell crash
 
+2010-07-01  Andre Fischer  <af@openoffice.org>  [804897371519e0536bef81b0e9933bd7b07c7d54]
+
+        renaissance1: merge with DEV300_m84
+
+2010-07-01  Andre Fischer  <af@openoffice.org>  [c02af39487a0da878bb5952b28d3ecd62d02e2c0]
+
+        renaissance1: merge with DEV300_m84
+
+2010-07-01  Andre Fischer  <af@openoffice.org>  [7f75c3a69a3b06165c9f0853ddc6a9931faa9d26]
+
+        renaissance1: merge with DEV300_m84
+
+2010-07-01  Andre Fischer  <af@openoffice.org>  [df76bfb0695d19d201936df80192108e7ce51b8c]
+
+        renaissance1: merge with DEV300_m84
+
 2010-07-01  Michael Stahl  <mst@openoffice.org>  [5c1a3ce6ba86e51694de5c05529c2be4ba921f66]
 
         sw33bf06: #i112514#: OOXMLFastContextHandler: apply patch by cmc: init variable
@@ -2030376,6 +2035255,10 @@
 
         CWS gnumake2: pch for debug builds, fixing header package deps
 
+2010-06-21  Andre Fischer  <af@openoffice.org>  [4a33a0f64fa420d39d079c3ab31a0c4579dc83b7]
+
+        renaissance1: #i107215# Slide sorter triggers page change after short delay.
+
 2010-06-21  obo  <obo@openoffice.org>  [9a42f4c6d06f8db130657dccd061e1071608a4c1]
 
         CWS-TOOLING: integrate CWS locales33a
@@ -2030892,6 +2035775,10 @@
 
         merge DEV300_m83
 
+2010-06-18  Andre Fischer  <af@openoffice.org>  [75154ca8f08ef1e188498c077ca195b134ce2675]
+
+        renaissance1: #i107215# Updated some license headers. Cleaned up Theme class.
+
 2010-06-18  obo  <obo@openoffice.org>  [ce9fcf675873fd0b94c057cc861fabc6aed525cc]
 
         masterfix: #i10000# remove DOS lineends
@@ -2030928,6 +2035815,10 @@
 
         CWS-TOOLING: integrate CWS tl79
 
+2010-06-18  Andre Fischer  <af@openoffice.org>  [79c80fc9c4b819c3d1a4ad7aeacf7be90a9410c5]
+
+        renaissance1: #1107215# Previews are updated on model changes (to reflect changes of page numbers etc). Fixed insert position at end of document.
+
 2010-06-18  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [10572ecb72031ed14674e51da33350f287878212]
 
         CWS gnumake2: fixing include path in module sw
@@ -2031116,6 +2036007,10 @@
 
         unoawt2: allow creating dialogs with a parent window
 
+2010-06-17  Andre Fischer  <af@openoffice.org>  [4eed61af82a02cc7e9f49faa44f6cf32a56f6e00]
+
+        renaissance1: #i107215# Fixed focus handling of relocated slide sorter.
+
 2010-06-17  Mathias Bauer  <mba@openoffice.org>  [2a9278560603a2725e496ed50c675b371c144b23]
 
         CWS mba33issues01: rebase to m83
@@ -2031184,10 +2036079,18 @@
 
         mib16: compiler warning (debug only)
 
+2010-06-17  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [11ce307732218d59f8132eb0a0fb4b08a4048c3f]
+
+        renaissance1: #i107215# Added guard against missing dispatcher.
+
 2010-06-17  Christian Lippka  <cl@openoffice.org>  [482f6115f2c7ad0e4922902ad93b1bd37541f89c]
 
         #i112439# correct presentation kind of 'collected' presentation shapes (table, media, graf and ole
 
+2010-06-17  Andre Fischer  <af@openoffice.org>  [d57de36d81f882cae9f014d5279d74401ea4bdea]
+
+        renaissance1: #i107215# Do not show buttons for Draw documents.
+
 2010-06-17  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [f288b50cef4d2a13cfb100af3a71f14b171d066a]
 
         #i112245# 1st part for SvtGraphicStroke
@@ -2031276,6 +2036179,10 @@
 
         CWS systemlibc: #i69033#: some fixes for mingw
 
+2010-06-17  Andre Fischer  <af@openoffice.org>  [e51ec1618df9b1622480c4958a6f59742f6623f0]
+
+        renaissance1: #i107215# Focus indicator not lost anymore on mouse-over.
+
 2010-06-17  obo  <obo@openoffice.org>  [8c75156a84a5088506c49101efad199dc7b8d05e]
 
         masterfix: #i10000# resolve merge problems
@@ -2031300,6 +2036207,10 @@
 
         vcl113: #i89587# statusbar items should avoid resizer on lower right on the mac
 
+2010-06-16  Andre Fischer  <af@openoffice.org>  [5da6de552eaef7849e563d7b3c0ef8dc1a3d54ac]
+
+        renaissance1: #i107215# Fixed painting of page object backgrounds. Page numbers of selected pages are now painted darker.
+
 2010-06-16  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [3a65289f19880ec8c11912ec6140f7af256041da]
 
         Update from master repository (DEV300_m82).
@@ -2031404,6 +2036315,10 @@
 
         sb123:#i111449# cleanups in svl qa/complex tests
 
+2010-06-16  Andre Fischer  <af@openoffice.org>  [a72371004cf4bc3f698dc15d10ec7a3be238a309]
+
+        renaissance1: #i107215# Workaround fix for accessibility deadlock on Solaris.
+
 2010-06-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3df12d0ea3b61122a400e3562c38cb9595b50195]
 
         jpropenable: #i112445# remove debug output
@@ -2031564,6 +2036479,10 @@
 
         impress186: solved merge problems
 
+2010-06-16  Andre Fischer  <af@openoffice.org>  [b7d77d0ddd2cd3c6676d0dc2e8844d13651fd97a]
+
+        renaissance1: #i107215# Updated high contrast icons for slide sorter.
+
 2010-06-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [34aaddf76fc80f377aff5fcf2c28d47b7842bc42]
 
         fs33a: fixed supportsService
@@ -2031684,10 +2036603,18 @@
 
         #i112279# additional testautomation fixes
 
+2010-06-15  Andre Fischer  <af@openoffice.org>  [9d350375a78d44b3fa9a5e6ed8732057d171c287]
+
+        renaissance1: #i107215# Page number color now depends on background and frame color.
+
 2010-06-15  Thorsten Bosbach  <tbo@OpenOffice.org>  [73913bd69eb79c43f78235fed41410b82d58ad38]
 
         #i111422# testautomation part
 
+2010-06-15  Andre Fischer  <af@openoffice.org>  [0832b196adfe382c4cbced57ff309cf4dda439b7]
+
+        renaissance1: #i107215# Integrated accessibility fix from other CWS impressaccessibility7.
+
 2010-06-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [77b41d4ecd48f2dbc578ab1f320fdb69302547a8]
 
         ooo30gsl01: #i112249# add missing URL conversion
@@ -2031812,6 +2036739,10 @@
 
         cbosdo03: merged with m82
 
+2010-06-15  Andre Fischer  <af@openoffice.org>  [6efdc84459e2f1b1545278cca890de8135885d3e]
+
+        renaissance1: #i107215# Fixed update of current slide in slide overview after ending the show.
+
 2010-06-15  Release Engineering  <releng@openoffice.org>  [fc5cd5ec6efcefe20334bb6c47c1f9aa8a619426]
 
         DEV300
@@ -2031848,6 +2036779,10 @@
 
         cws tl79: #i110254# security tab hid added to hidother.src
 
+2010-06-15  Andre Fischer  <af@openoffice.org>  [97d0f93bea3623a82d6046d3196939a393aef6da]
+
+        renaissance1: #i107215# Disabled duplication of slides in master mode.
+
 2010-06-15  obo  <obo@openoffice.org>  [33750471297793a14d19f783208f7d8019903570]
 
         CWS-TOOLING: integrate CWS impressbi01
@@ -2032148,6 +2037083,10 @@
 
         cws impress190: rebase m82
 
+2010-06-14  Andre Fischer  <af@openoffice.org>  [6cf612be544e8adfae34d5c37951bef7183a941f]
+
+        renaissance1: #i107215# Use Excluded state of page descriptor directly instead of the visual state.
+
 2010-06-14  Mathias Bauer  <mba@openoffice.org>  [53b64badd63099eecf393c2a9afc27d816014940]
 
         CWS mba33issues01: missing EOF
@@ -2032156,6 +2037095,14 @@
 
         ooo30gsl01: #i112083# fix return value in PreNotfiy
 
+2010-06-14  Andre Fischer  <af@openoffice.org>  [caef452db36f0ba74d1f14cf9d58582aa83b52bb]
+
+        renaissance1: #i107215# Improved high contrast handling.
+
+2010-06-14  Andre Fischer  <af@openoffice.org>  [cd4385a9aecd65ed1c360708614eff7f6fe381bb]
+
+        renaissance1: #i107215# Fixed wrong rounding in HSBtoRGB.
+
 2010-06-14  va  <volker.ahrendt@sun.com>  [5456f4e6acb5b5a3528cdf18d2e230684ffe3eb9]
 
         #i112366# Replaced sun.dic with oracle.dic
@@ -2032680,6 +2037627,10 @@
 
         jl153 i111878 new versions for cli assemblies
 
+2010-06-11  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [510d424f855b70320b27f074fa0bf4fc8cd9b164]
+
+        impressaccessibility7: #i111667# Replaced INVALIDATE_ALL_CHILDREN accessibility events by seperate notifications of CHILD events.
+
 2010-06-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8a4f38ac4d9d7e7d3e8aa335256d985176fc749b]
 
         ooo30gsl01: #i112223# tab control with only one tab
@@ -2032780,6 +2037731,10 @@
 
         tl78: #i110383# fix reload functionality
 
+2010-06-10  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [df2bc9a970d890d417c97810d41cc9686c30b975]
+
+        impressaccessibility7: #i111668# Added guards against empty mpEditSource in SvxUnoTextRangeBase.
+
 2010-06-10  Joachim Lingner  <jl@openoffice.org>  [88f93ac2d640f99b46767caed96afdcd5d0cb688]
 
         jl152 #i77196# unopkg checkPrerequisitesAndEnable must return sal_Int32 (also in cxx)
@@ -2032948,6 +2037903,10 @@
 
         calc55: dumb ass MSVC, ScCompiler::IsOpCode::FunctionName : default constructor could not be generated; maybe moving the struct to file scope helps?
 
+2010-06-09  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [4f432344a30b9bc9858a590deb244ee5a0f08e2b]
+
+        impressaccessibility7: #i111669# Added state SENSITIVE to slides sorter objects.
+
 2010-06-09  Frank Peters  <fpe@openoffice.org>  [6fa6c701a54c78715c7df2cc771875313c4d71d6]
 
         #i111721#
@@ -2033208,6 +2038167,10 @@
 
         #i111860# fix high contrast mode for toolbar menus
 
+2010-06-09  Andre Fischer  <af@openoffice.org>  [260dd6af0f55fcb0ee256e1b3f9d1d313bd4ff52]
+
+        renaissance1: #i107215# RETURN inserts new slide (int slide sorter pane). Turned of tracking of current slide when mouse wheel is used.
+
 2010-06-09  Carsten Driesner  <cd@openoffice.org>  [f79b849179975147947da84272cda998cf9c7af0]
 
         fwk139: #i10000# Fix additional warnings with gcc
@@ -2033476,6 +2038439,10 @@
 
         removed compiler warnings
 
+2010-06-08  Andre Fischer  <af@openoffice.org>  [831ed5d6015c274d63ce323fbbb8d0a2994fab18]
+
+        renaissance1: #i107215# Ctrl-Arrow does not reset shift-selection anchor.
+
 2010-06-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [92d45780abf4816e88b639f2e5cddef26069034d]
 
         unoawt: setVisible needs to lock the SolarMutex
@@ -2033572,6 +2038539,14 @@
 
         fwk139: #i10000# Solve build problem on Solaris/Intel
 
+2010-06-07  Andre Fischer  <af@openoffice.org>  [e50602773f270f92a20f7495ac5c7d1878bba2c8]
+
+        renaissance1: #i107215# Bug fixes. New focus indicator bitmap.
+
+2010-06-07  Andre Fischer  <af@openoffice.org>  [0865ddf7358ad8a0dc27b47089d25443ff789caf]
+
+        renaissance1: #i107215# Bug fixes. New focus indicator bitmap.
+
 2010-06-07  sj  <sj@openoffice.org>  [39dd46fae7591dc6853c1eb60d4d328fdce975ee]
 
         impress190: #i110673# removed boundchecker warnings
@@ -2033736,10 +2038711,30 @@
 
         sb123:#i111449# cleanups in comphelper qa complex tests
 
+2010-06-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [aa7147590570dcb0813b6fcebb6496179b9df5cb]
+
+        fix warnings
+
 2010-06-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [603694c8c2f44ca225bf373fa1c2d977047c4f70]
 
         fix warnings
 
+2010-06-07  Andre Fischer  <af@openoffice.org>  [edb49607713e4730f37e86c09b893e04a0d48b2e]
+
+        merge
+
+2010-06-07  Andre Fischer  <af@openoffice.org>  [a2e79b9f1049b8f296b7f147a91cdd0a9cf82287]
+
+        merge
+
+2010-06-07  Andre Fischer  <af@openoffice.org>  [79c69e58ca20a9a59719c47ccdf2e2f442110fcd]
+
+        merge
+
+2010-06-07  Andre Fischer  <af@openoffice.org>  [3d7b39ef940c025ed011423741a61bb801e2cb83]
+
+        merge
+
 2010-06-07  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [7b73ed500b1786b280d6b36af94ad4a7b3accfb2]
 
         Update from master repository (DEV300_m80).
@@ -2033752,6 +2038747,14 @@
 
         Update from master repository (DEV300_m80).
 
+2010-06-07  Andre Fischer  <af@openoffice.org>  [e96918175018ddff6b954c0b980b810f1569178c]
+
+        renaissance1: #i107215# Fixed updates of slide previews.
+
+2010-06-07  Andre Fischer  <af@openoffice.org>  [2f4ca0244d9c4dacdff2c1999600e1fb0cd640e0]
+
+        renaissance1: #i107215# Slidesorter theme now uses correct selection and background color.
+
 2010-06-07  Kai Sommerfeld  <kso@openoffice.org>  [ac433a52867211e4c8c8a1a306ed38ba575645e1]
 
         #i112173# - context menu items reflect actual file properties.
@@ -2033876,10 +2038879,18 @@
 
         impress190: removed warnings
 
+2010-06-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [48fbbe2989e13b073c266345081c0ed73e2ec0ef]
+
+        fix warnings
+
 2010-06-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2310854cdad328a9a964ea4a09daeba4ec8b1741]
 
         fix warnings
 
+2010-06-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [da2c9e0f833dd1caccd0a0881cdb3f410cb0577a]
+
+        fix warnings
+
 2010-06-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6a85eaf9ed3188b991c11d2eb2660939a990d04f]
 
         fix warnings
@@ -2033932,6 +2038943,10 @@
 
         impress190: #i112086# added support of CustomGeometry
 
+2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f8a801d058e39e89a71c85afdb0b1c1718f36b45]
+
+        fix windows compile
+
 2010-06-04  Thomas Benisch  <tbe@openoffice.org>  [c1032dd013fe5cec7262f8b1727d793ae37ef7ec]
 
         calc55: #i112084# All charts in a Calc document are loaded when saving the document
@@ -2033944,6 +2038959,18 @@
 
         calc55: #i112084# All charts in a Calc document are loaded when saving the document
 
+2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3b1416e6d35dea58daaa93a7b14477f6e0c15eed]
+
+        fix windows compile
+
+2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e2ad46c4d4bb61681caf69938ee0fc41f69d9de3]
+
+        fix warnings
+
+2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [00b95402e79f521a027375efc47409096a7766dc]
+
+        fix warnings
+
 2010-06-04  Niklas Nebel  <nn@openoffice.org>  [8f2045046c1c27395c7afb1168eac5baeb423aa1]
 
         calc55: #i112123# when loading, don't initialize StdPrecision in DocOptions from configuration
@@ -2033988,6 +2039015,10 @@
 
         vcl112: #i111992# prevent duplicate opening of menu by key event
 
+2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [db3bae48af6b96d853b204f065b5843c4f7f712e]
+
+        fix a warning
+
 2010-06-04  os  <os@openoffice.org>  [b16fe0f787ae22c44df8014dfb7faa70d5c6c473]
 
         #i103024# default tabs in non-relative mode in negative indents fixed
@@ -2034040,6 +2039071,10 @@
 
         bug fixes for #i111279#, #i111957#, #i112114#
 
+2010-06-04  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [7c367ef0a8380cb55104f6a7d76fa7709ae07dd7]
+
+        fix inconsistency with direct calling of buttons on a toolbox
+
 2010-06-04  Herbert Duerr [hdu]  <duerr@sun.com>  [24446b73982dab6d2145cb0323a3bed756bdc118]
 
         #i110654# fix some WingDings2->OpenSymbol emulation translations
@@ -2034132,6 +2039167,14 @@
 
         changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids
 
+2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [27f199af29794fffb97eb73357c7f9dd4dae0201]
+
+        changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids
+
+2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [095647164a0f6cdd3d85fc29cbeb089f65179c4b]
+
+        changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids
+
 2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [a381e73c6f0693d2de99a4963343806361a62748]
 
         changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids
@@ -2034140,10 +2039183,22 @@
 
         changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids
 
+2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [383957c96aac78301a126746c14c631314ee6329]
+
+        changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids
+
+2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [50c6c0aaebeda0f131e35da61729479180184192]
+
+        changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids
+
 2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0a5ab4320969089fdc7979b70bb0f43bc2c0af06]
 
         changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids
 
+2010-06-04  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [e7638a7e6461f971cfde4b99fd9e246537a2f222]
+
+        #i111784# call hooks after selecting in tabelcontrol
+
 2010-06-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a557caaf5f70b6c18287776aaf73144c36564813]
 
         unoawt: make compile on unxsols4
@@ -2034816,6 +2039871,22 @@
 
         merge in CWS vcl111
 
+2010-06-02  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [10ab5aa3953d58f3430819a990250741aff25d4e]
+
+        renaissance1: merge with DEV300_m80
+
+2010-06-02  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [f6f33c5ceec975a63b600c79333478fd3fa9d164]
+
+        renaissance1: merge with DEV300_m80
+
+2010-06-02  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [919d784b8fd307fead81b7102ddc714904b3a7c1]
+
+        renaissance1: merge with DEV300_m80
+
+2010-06-02  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [5ad79ff63008de36accc910d474f2e85b4d8d9e1]
+
+        renaissance1: merge with DEV300_m80
+
 2010-06-02  Herbert Duerr [hdu]  <duerr@sun.com>  [e9fd49ec0145ce5118cf720e6bcd49f721adcda4]
 
         #i101378# transparent line drawing now supported from system layers
@@ -2034840,6 +2039911,10 @@
 
         writerfilter08: merged DEV300_m80
 
+2010-06-02  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [3660c4324cf2da169d24e8cc1e1662faedee935e]
+
+        renaissance1: #i107215# Small fixes.
+
 2010-06-02  Joerg Skottke [jsk]  <jsk@openoffice.org>  [20c9135b759b11411b9b4e9ca7b219de535f38c1]
 
         jl152: #i112023 - Fixed e_publisher.inc (has new offset in updates list)
@@ -2034908,6 +2039983,14 @@
 
         jl153: i112019: update reference rdb
 
+2010-06-02  Andre Fischer  <af@openoffice.org>  [807468a3c078f60b8aa952619336f6c46ae97413]
+
+        renaissance1: #i107215# Do not show PresObjs in previews.
+
+2010-06-02  Andre Fischer  <af@openoffice.org>  [4da1188ef466399a1bf910de924cc58cb28df2fc]
+
+        renaissance1: #i107215# Do not show PresObjs in previews.
+
 2010-06-02  Mathias Bauer  <mba@openoffice.org>  [bb1038e2aba1cc548b66a98e30d638fb9de76101]
 
         CWS mba33issues01: #i78637#: shorten text for conversion options
@@ -2035368,6 +2040451,14 @@
 
         ause120: #i111773# - applied patch: make sure cd got a directory to change to
 
+2010-05-31  Andre Fischer  <af@openoffice.org>  [094028f4d7106f845121d5ce41bd5960e49d8650]
+
+        renaissance1: #i107215# Some small fixes and improvements.
+
+2010-05-31  Andre Fischer  <af@openoffice.org>  [be7fd6fad43488b196b7b6f34510bf9be2d5fce8]
+
+        renaissance1: #i107215# Some small fixes and improvements.
+
 2010-05-31  Joerg Skottke [jsk]  <jsk@openoffice.org>  [299817c665690a67391bfa3c163296e9fffdae02]
 
         findbar01: #i111912 - [Testautomation] Preliminary update test, incomplete. From a testtool POV we have a permanently visible SearchDialog button which should be fixed.
@@ -2035756,6 +2040847,14 @@
 
         l10ntooling17: #i100845# add support for java properties
 
+2010-05-28  Andre Fischer  <af@openoffice.org>  [f3541e6c08af5ebaa87a9bf878e6bdaecdc37ae2]
+
+        renaissance1: #i107215# Some minor fixes and improvements.
+
+2010-05-28  Andre Fischer  <af@openoffice.org>  [506928805ff99d435df21ebf8d0828c5698c53dc]
+
+        renaissance1: #i107215# Some minor fixes and improvements.
+
 2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [40bf89d734030fbd1db5930da9dc0a035a592c09]
 
         vitomation01: #i109562 - Double quote fixed
@@ -2036182,6 +2041281,10 @@
 
         findbar01: #i111840# set focus back to document when <Esc> key is used in findbar text field
 
+2010-05-27  Andre Fischer  <af@openoffice.org>  [125c18fc864c2666c32ad907c6f7fce0d7fea82e]
+
+        renaissance1: #i107215# 'Show' button of excluded slides has now a distinct hover state.
+
 2010-05-27  Joerg Skottke [jsk]  <jsk@openoffice.org>  [21c5ff4247dfb884280b27186e98e89d17a41394]
 
         vitomation01: #i109696 - i_us_presentation.inc: Try to make the presentation compelte successfully in test number 6
@@ -2036242,14 +2041345,26 @@
 
         chart47: #i86555# prevent deadlock while changing title vie API
 
+2010-05-26  Thorsten Bosbach  <tbo@OpenOffice.org>  [6b17f4b6bc3a08591c62ee79147cffaad9d72020]
+
+        strange new files
+
 2010-05-26  Thorsten Bosbach  <tbo@OpenOffice.org>  [c2c3360d514c9c2b00f97b8c2c15d2114f5e2a67]
 
         strange new files
 
+2010-05-26  Andre Fischer  <af@openoffice.org>  [cdefd2e2ce24a25ad4251656200460e62de21bf6]
+
+        renaissance1: #i107215# Added missing assignment operator to Transferable::representattive.
+
 2010-05-26  Thorsten Bosbach  <tbo@OpenOffice.org>  [ab9ef20ecba8d507bfcd76e7cc35a4a84bda1c60]
 
         #i111851 macos X masking
 
+2010-05-26  Andre Fischer  <af@openoffice.org>  [74383bb1da34d1f58968689489dd0888f94679dd]
+
+        renaissance1: #i107215# Tool tips are now displayed after a delay.
+
 2010-05-26  Thorsten Bosbach  <tbo@OpenOffice.org>  [497ecdcb53b21c41382e4873926d5f41f252e4be]
 
         #i111851 macos X masking
@@ -2036458,6 +2041573,14 @@
 
         #i111239# put html page in the log directory
 
+2010-05-26  Andre Fischer  <af@openoffice.org>  [f6e4e9f6faccccb19f5c1a7a60445108ad252379]
+
+        renaissance1: #i107215# Increased minimal slide width. Replaced some icons. Insert indicator shows exclusion indicator.
+
+2010-05-26  Andre Fischer  <af@openoffice.org>  [6cd3d5260d9e33c20b32664eb1ffb46ca6010e00]
+
+        renaissance1: #i107215# Increased minimal slide width. Replaced some icons. Insert indicator shows exclusion indicator.
+
 2010-05-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [54769eeee230ea85545e7863a38f383c18185074]
 
         vitomation01: #i109696 - g_tables.inc: Use Wait( 1000 )
@@ -2036846,6 +2041969,14 @@
 
         CWS-TOOLING: integrate CWS gridcontrol_03
 
+2010-05-21  Andre Fischer  <af@openoffice.org>  [2f589a611e84adc901dc957d39014f69dfdab188]
+
+        renaissance1: #i107215# Mouse wheel scrolls whole slides.
+
+2010-05-21  Andre Fischer  <af@openoffice.org>  [ee97c30d51a1195f4eabc492d7a154d041ac7c8a]
+
+        renaissance1: #i107215# Mouse wheel scrolls whole slides.
+
 2010-05-21  Joachim Lingner  <jl@openoffice.org>  [3d3b46bb623c859265d2b95068845b18a1b64716]
 
         jl152 #i77196# dp_misc::sycnRepositories cannot be switched off with bootstrap variable, because it is not necessary fro the perfomance test
@@ -2037082,6 +2042213,14 @@
 
         CWS-TOOLING: integrate CWS ab75
 
+2010-05-21  Andre Fischer  <af@openoffice.org>  [a575f57c83e0129393f3ad36e41a5a25ba468e46]
+
+        renaissance1: #i107215# Cleaned up nameing of large button bar icons.
+
+2010-05-21  Andre Fischer  <af@openoffice.org>  [0852b3606d7808cbe00b66e162f73ebb2ffc0f30]
+
+        renaissance1: #i107215# Cleaned up nameing of large button bar icons.
+
 2010-05-21  sb  <sb@openoffice.org>  [a870df019973fcbd20b594c625bc95c6da66bbbe]
 
         sb123: merged in #162191# masterfix
@@ -2037158,6 +2042297,10 @@
 
         koheiautodecimal: updated patch for boost to remove compiler warnings from boost::ptr_vector.
 
+2010-05-20  Andre Fischer  <af@openoffice.org>  [644bc4969487ae6516f9f46f4bede5fb1905698d]
+
+        renaissance1: #i107215# Fixed crash and paint problem when scrolling fast through the slide sorter.
+
 2010-05-20  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [d09f7d22519503abdf19dd8a8a7a312d2299323d]
 
         Update from master repository (DEV300_m78).
@@ -2037378,6 +2042521,10 @@
 
         fwk139: #i96288# Fixed disable command 'Digital Signature' doesn't disable button with the sam efunction
 
+2010-05-20  Andre Fischer  <af@openoffice.org>  [633a42924f4088aaf387f7c8e17e6a2bba60fa9d]
+
+        renaissance1: #i107215# Fixed some bugs in connection to multi selection.
+
 2010-05-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e1fc491b8a3cdea1be576873f121fb580ebb3ee1]
 
         unoawt: compile with GCC
@@ -2037610,6 +2042757,10 @@
 
         writerfilter08: FormControlHelper::createCheckbox: resolved warning
 
+2010-05-19  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [d54bac1dc6b21caf0a6d17dc4faf816c04ada723]
+
+        renaissance1: #i107215# Resolved minor compilation problems.
+
 2010-05-19  hb  <hbrinkm@openoffice.org>  [e755261c0c056cfee0110c88c033c853d0cb3d47]
 
         writerfilter08: reverted configure/configure.in to DEV300_m77
@@ -2037634,6 +2042785,14 @@
 
         masterfix #i10000# no jre product for openoffice / broffice
 
+2010-05-19  Andre Fischer  <af@openoffice.org>  [018b66511169e999824538c8e0a1d18e23cb0edf]
+
+        renaissance1: #i107215# Added medium sized slide sorter buttons.
+
+2010-05-19  Andre Fischer  <af@openoffice.org>  [e96380dabd5efeee7e7cf93749f64aefbc501e53]
+
+        renaissance1: #i107215# Added medium sized slide sorter buttons.
+
 2010-05-19  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [ffe6bf95e70b94f65c34ace18e93509c383dbf05]
 
         slidecopy: changes for the new taskpane implementation
@@ -2038982,6 +2044141,10 @@
 
         gfxcmp02: #159601# add graphical compare test
 
+2010-05-10  Andre Fischer  <af@openoffice.org>  [f59b182b35a4d9b2d88e193e8e485c316416a125]
+
+        renaissance1: #i107215# Active placement of help text.
+
 2010-05-10  Mathias Bauer  <mba@openoffice.org>  [52031dd471e7f3b271f5807ce5f702bd241a15d5]
 
         CWS mba33issues01: #i93818#: prevent crash by not forwarding reference device
@@ -2039210,6 +2044373,10 @@
 
         ab75: #i110417# add andreas's improvements and additionally don't clear previous err object data
 
+2010-05-07  Andre Fischer  <af@openoffice.org>  [88efd3930328e67669d4e569c295d5c88b20f5d0]
+
+        renaissance1: #i107215# Improved the debug dialog.
+
 2010-05-07  Henning Brinkmann  <hbrinkm@openoffice.org>  [7209623a6ee752a1d1c8158902a3c477808097bc]
 
         writerfilter08: resolve SttbfAssoc
@@ -2039262,6 +2044429,10 @@
 
         fwk142: #i104293 Use Commands.xcu files to mark commands which support a toggle state
 
+2010-05-06  Andre Fischer  <af@openoffice.org>  [db3cf578489a6335a113121ea4a3dcedc4cda223]
+
+        renaissance1: #i107215# Added separate alpha value for button bar background.
+
 2010-05-06  Joachim Lingner  <jl@openoffice.org>  [a9dbaec3087911f20e5781d98586bd1ec9b0937b]
 
         jl152 i111434 ucb failes when copying folders, which contain files containing percent signs
@@ -2039270,6 +2044441,10 @@
 
         #i103711# - workaround in case that a paragraph only overrules the left indent, but not the first line indent of the applied list style
 
+2010-05-06  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [5c78302579a77e73f77249ea71ae07daa6df768c]
+
+        renaissance1: #i107215# Call Flush after each insert animation step to fix Mac paint problem.
+
 2010-05-06  Kohei Yoshida  <kyoshida@novell.com>  [ab6ea1094cd5fd5d0f5acf6c9a4cbc26573c4c4c]
 
         Merged from the repo.
@@ -2039430,6 +2044605,10 @@
 
         #i87750# removed insert sound&video from menu
 
+2010-05-05  Andre Fischer  <af@openoffice.org>  [fe9cefadf4a68d17c6708b41fda0644be21a2158]
+
+        renaissance: #i107215# Increased contrast on small icons.
+
 2010-05-05  Oliver-Rainer Wittmann  <od@openoffice.org>  [ec2b51bbf8c3f999703eee3a6da4db5075caf4de]
 
         #i111284# method <SwTxtMargin::CtorInitTxtMargin(..)> - correct treatment of list level indents
@@ -2039454,6 +2044633,10 @@
 
         jl152 import 263454 from native0jl:#i77196#  adding XLibraryContainer3.idl
 
+2010-05-05  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [11c6b31e2aca164f7cf482633d6016ee94e79aa1]
+
+        renaissance1: #i107215# Fixed Mac-only problem with Drag-n-Drop loop.
+
 2010-05-05  Christian Lippka  <christian.lippka@sun.com>  [ab9908fa29246f0a310c6ff319b91583e9b61da5]
 
         #i102023# use LogicToPagePos conversion for snap lines and points
@@ -2039470,6 +2044653,10 @@
 
         os141: added XTreeControl::getNodeRect
 
+2010-05-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [559e58862e411cd6b435aa8e6f054c23d1ed3e7c]
+
+        renaissance1: #i107215# suppress mouse enter/leave when inactive
+
 2010-05-05  Rene Engelhard  <rene@openoffice.org>  [7e7496bceecb366e9edaf885d41ece736218ceb5]
 
         kfreebsdport01v2: fix odks settings.mk to add kfreebsd support and add amd64. Remove obsolete gcc version check
@@ -2039798,6 +2044985,10 @@
 
         #i107213# deselect previously selected objects before executing placeholder slot
 
+2010-04-30  Andre Fischer  <af@openoffice.org>  [1b42f4616d8320fd65ed81a9d020936f46bf70cb]
+
+        renaissance1: #i107215# Fixed some paint problems.
+
 2010-04-30  sb  <sb@openoffice.org>  [7ecb8a1b51055c6b77f439686707ea1b6b411cf2]
 
         sb120: #i111287# disabled failing tests for now
@@ -2039922,6 +2045113,10 @@
 
         gnumake2: apple gcc does not like DLLPUBLIC forward delcarations
 
+2010-04-29  Andre Fischer  <af@openoffice.org>  [648716ed790e8f9c9e4bf515a0ec4f3a57dbd78c]
+
+        renaissance1: #i107215# Fixed paint problem on initialization. Removed some OSL_TRACEs.
+
 2010-04-29  Mathias Bauer  <mba@openoffice.org>  [7c142871bc30b788fa350ee419f61bfdded1a14c]
 
         CWS gnumake2: fix template export of MSVC
@@ -2040154,6 +2045349,10 @@
 
         cws tl80: #i98575# memory leak fixed
 
+2010-04-29  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [735c902c49ff973f7d44c12dc683d2e8c4ed1e90]
+
+        renaissance1: #i107215# Fixed problem with loading of icons.
+
 2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [11553bcd8eacca6cda02ea0e32c5d5bcf611638e]
 
         fs33a: #i111238# add (optional, since the thing is published) support for XItemList
@@ -2040330,6 +2045529,10 @@
 
         CWS gnumake2: moving missing solaris.mk, documentation
 
+2010-04-28  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [ecb6bc55ff67fb87bbf5fa75d941cfe891560c3a]
+
+        renaissance1: resolved minor compilation problems.
+
 2010-04-28  Thomas Lange [tl]  <tl@openoffice.org>  [ec12d2bb2aeee7ec44119263bae3b04aad02b98c]
 
         cws tl79: warning free code
@@ -2040658,6 +2045861,18 @@
 
         #i111164# replace->replaceBTN
 
+2010-04-27  Andre Fischer  <af@openoffice.org>  [52249d83d2e91d3a7d7936a6a36194badd820e30]
+
+        renaissance1: merge.
+
+2010-04-27  Andre Fischer  <af@openoffice.org>  [06c02f9eac3b325eb9a07fce33c4509a5fcc8267]
+
+        renaissance1: merge.
+
+2010-04-27  Andre Fischer  <af@openoffice.org>  [2a3de01e8798b62ca6015417d66d2133337b6265]
+
+        renaissance1: merge.
+
 2010-04-27  sb  <sb@openoffice.org>  [3613660df288bf42b7ce89e019fd60b2a4332935]
 
         sb120: #i111190# disabled failing tests for now
@@ -2040670,6 +2045885,10 @@
 
         #i107213# notify a11y api if a toolbar popup window is opened
 
+2010-04-27  Andre Fischer  <af@openoffice.org>  [92fc8aeea78c22a692388701f8e93b21bab12b4e]
+
+        renaissance1: #i107215# Removed indirection to bitmaps in cache.
+
 2010-04-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b0e177a0328fe46a08e0da9b4b468466c5bf4ba1]
 
         fs33a: #111181# ImplSign: proper check whether the doc can be signed (only bail out if the document is no new)
@@ -2040754,6 +2045973,14 @@
 
         CWS gnumake2: refactoring
 
+2010-04-27  Andre Fischer  <af@openoffice.org>  [87eed74fd3a688cbfd6ca18b8acd24b26d1a9ccc]
+
+        renaissance1: #i107215# Fixed handling of icon transparency.
+
+2010-04-27  Andre Fischer  <af@openoffice.org>  [daab3e354873eb910fc1061bd2ff9155c87f6f9f]
+
+        renaissance1: #i107215# Modified some icons, added more.
+
 2010-04-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e4702b1d30cbef36ee8a14f5bf7b51e259f677f6]
 
         slidecopy: corrected typo
@@ -2041018,6 +2046245,10 @@
 
         gridcontrol_03:bug fix for #i111107#, added update methods to xgriddatamodel
 
+2010-04-23  Andre Fischer  <af@openoffice.org>  [8c9901906bbc6b59baa0b2ef918b7e7fe89538b8]
+
+        renaissance1: #i107215# Reorganized the selection function. Introduced button bar.
+
 2010-04-23  sb  <sb@openoffice.org>  [8ac46a7ad1beddfb2eb254a1ad4dd7ca11a56b87]
 
         sb120: #i111113# disabled failing tests for now
@@ -2042706,10 +2047937,18 @@
 
         #i109783# fixed typo
 
+2010-04-16  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [591628e221db19e0ebe86208bea9c522c8c9c629]
+
+        add new VCLTestTool methods for TableControl
+
 2010-04-16  Herbert Duerr [hdu]  <duerr@sun.com>  [a075cefbec52ef6b02cd631e8a5b1319aadd3e03]
 
         #i108743# fix psp\'s getGlyphWidths() for non-type1 fonts
 
+2010-04-16  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [3a8d3af3d9f9ba84156525c6737a4aa14eb8ccee]
+
+        add declaration of unoToSbxValue to header instead of in several cxx files
+
 2010-04-16  Joerg Skottke [jsk]  <jsk@openoffice.org>  [99f82aa1deb36c052238ece7937a29e508f36d4f]
 
         vitomation01: #i108622 - w_updt.bas:tZORest() - This is a bug tracked as issue #i56594 now assigned to development. The test has been modified to recover by using a single mouseclick to select the graphics object to prevent later issue to get masked.
@@ -2043598,6 +2048837,10 @@
 
         automationdev300m76cat0#108057#fixed language detection for slovenian language
 
+2010-04-13  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [f3d3abbe4f0df2a9b7fc6bc6c758611ea1e79ab2]
+
+        fix some errors
+
 2010-04-13  tb121644  <tb121644@sr1-eham02-04>  [8c3462853e40dae7801efae3ea8924ceb114efa0]
 
         #i109825# enable testautomation for gridcontrol
@@ -2044206,6 +2049449,22 @@
 
         fwk140: #i110766# avoid crash on changing com.sun.star.chart.ChartDataRowSource
 
+2010-04-09  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [2b9a5547b87c46bae38fe69f68e859eb8b4f8afa]
+
+        export TableControl for usage in VCLTestTool
+
+2010-04-09  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [91959a7278da32ef9e44abb2b9b2fd35eb3a6195]
+
+        new define CONST_CTTableControl
+
+2010-04-09  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [536fef4b613ed07e96145fffcf61dc4d7d426496]
+
+        add methods for tablecontrol
+
+2010-04-09  gh93821  <gh93821@sr1-eham02-04>  [d93091832789fc586916720da62a341a731fbd66]
+
+        add controltype for tablecontrol for testtool
+
 2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9233947f0d9dfab3d7a47645d9bff9ac9d140b74]
 
         slidecopy: task pane is initially invisible
@@ -2044506,6 +2049765,10 @@
 
         fwk138: #i104759# let the string be changed
 
+2010-04-08  Andre Fischer  <af@openoffice.org>  [8c6409990af3f38230a465801c7aba39e127e338]
+
+        renaissance1: #i107215# Many fixes around drag-and-drop and selection.
+
 2010-04-08  Caolán McNamara  <cmc@openoffice.org>  [04c25ede2a9755cf4339710a25b8789e662a7973]
 
         cmcfixes74: #i110565 use checkboxes in menus for mutually exclusive options instead of checkboxes
@@ -2045536,6 +2050799,26 @@
 
         CWS-TOOLING: integrate CWS ause117
 
+2010-03-30  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [396d3e951004833cedb68d34edc1be6e65fd21d3]
+
+        renaissance1: corrected warning
+
+2010-03-30  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [a0857ef55bc3c866e2720492ef3712b938bcddb1]
+
+        renaissance1: corrected warning
+
+2010-03-30  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [a777720f6f8ba3b9aa524a369a555a98cd0effef]
+
+        renaissance1 #i110498# All needed changes for SoftShadow for DRawPage visualisation
+
+2010-03-30  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [ab41fc59820938df287c369362ea25fa7a91ef96]
+
+        renaissance1 #i110498# All needed changes for SoftShadow for DRawPage visualisation
+
+2010-03-30  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [8d05e9c829aa36f00954c005fa4782eae7a8013a]
+
+        renaissance1 #i110498# All needed changes for SoftShadow for DRawPage visualisation
+
 2010-03-30  Christian Lippka  <christian.lippka@sun.com>  [30bcc4a7d4e044e523d578f58940fce1483b64c2]
 
         adding new images for placeholders
@@ -2045789,6 +2051072,10 @@
 
         cloph14: #i98632# JDOM comment-validation error because of <!--- instead of <!--
 
+2010-03-26  Mihaela Kedikova  <misheto@openoffice.org>  [de55cd16378a12c2360e3c600af84ffb9ffffe84]
+
+        gridcontrol_03:improvements
+
 2010-03-26  Christian Lippka  <cl@openoffice.org>  [8add6851259b5112e90bcb810c90e2a990003f3c]
 
         made the layout placeholder appear after load and on text edit
@@ -2046081,6 +2051368,10 @@
 
         slidecopy: proper en/decoding of extension IDs
 
+2010-03-25  Mihaela Kedikova  <misheto@openoffice.org>  [ee6e797e37f1657e47c530205d0162c6a886850d]
+
+        gridcontrol_03:scrollbar update after resizing bug fixed
+
 2010-03-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [990962da23f7de21066cc65d26286aa0b3f36e5d]
 
         slidecopy: type in GID for ucpext.uno
@@ -2046089,6 +2051380,10 @@
 
         slidecopy: use g:/dev/o_slidecopy/DEV300/ooo/solenv/src/component.map
 
+2010-03-25  Mihaela Kedikova  <misheto@openoffice.org>  [9fb6554349b5ef27eff08281fcb999322551cf18]
+
+        gridcontrol_03:scrollbar bug fixed
+
 2010-03-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ce1737da191a210ecf75faa33c515e5f51168d3a]
 
         slidecopy: when the ToolPanelViewShell is first created, recognize the fact that the requested configuration already contains a tool panel resource, and properly set up the tool panel deck then
@@ -2046125,10 +2051420,18 @@
 
         gozer1: #161853# add hierarchichal named children
 
+2010-03-24  Andre Fischer  <af@openoffice.org>  [93a68953ef974f1a9f0b0aac5ef78a6d3be503c5]
+
+        renaissance1: #i107215# Fixed destruction of DebugDialog.  Improved button handling.
+
 2010-03-24  Ingrid Halama  <iha@openoffice.org>  [0dc23b7077efb78562b74a9cd96d9a1713b811dd]
 
         chart45: #i106966# actvating chart by double click opens area dialog
 
+2010-03-24  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [96ef9ed2df1a6414f3c88343a644895565b68c3f]
+
+        renaissance1: #i107215# Fixed minor compilation problems.
+
 2010-03-24  sb  <sb@openoffice.org>  [41b28993173f98f858a90fb7d8f259e24207ccbe]
 
         sb121: #i110203# use <it> in Setup.xcu string-list values; pass it through XSLT scripts intact; handle it correctly in configmgr::ValueParser
@@ -2046137,6 +2051440,10 @@
 
         sb121: #i110203# use <it> in Setup.xcu string-list values; pass it through XSLT scripts intact; handle it correctly in configmgr::ValueParser
 
+2010-03-24  Andre Fischer  <af@openoffice.org>  [1b8c751edf19558950965cec825a150f97ba082b]
+
+        renaissance1: #i107215# Improved button handling.
+
 2010-03-24  Oliver Craemer  <oc@openoffice.org>  [020130022f263a2fe058369207d83eb41e289e67]
 
         #i110357# [Automation] adapt spreadsheettestscripts for new thesaurus
@@ -2046445,6 +2051752,22 @@
 
         vcl110: #i103162# avoid busy loop in non mainthread execute
 
+2010-03-23  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [d76f5aa618f4484b97e9c3846d8fc6d717a306bb]
+
+        renaissance1: merge with DEV300_m75
+
+2010-03-23  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [d7c686eea6182fa61153439bdc9591648630bd58]
+
+        renaissance1: merge with DEV300_m75
+
+2010-03-23  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [22ee87299a505d2a83b6834ba2b56f22a52fffa7]
+
+        renaissance1: merge with DEV300_m75
+
+2010-03-23  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [9300afa21cbb4cd48c6cbd4fa92f206aa858329e]
+
+        renaissance1: merge with DEV300_m75
+
 2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [602f486a90a05ecfa6b73647e94b690f6d10b1c3]
 
         gridcontrol_03: merge with DEV300_m75
@@ -2046465,10 +2051788,22 @@
 
         gridcontrol_03: merge with DEV300_m75
 
+2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [6de19ad740e11d7110602505b343faef2ee11b7d]
+
+        gridcontrol_03: merge with DEV300_m75
+
 2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [4045d10784122beef27cd4698de18bb4628cff49]
 
         gridcontrol_03: merge with DEV300_m75
 
+2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [aa1ffc625a2ba4fe26102ca90f34dd45206a4af1]
+
+        gridcontrol_03: merge with DEV300_m75
+
+2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [d979d618f87a06795d8138eaaacc85f4852db0fd]
+
+        gridcontrol_03: merge with DEV300_m75
+
 2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [383baebd8e4b277c410b13f1eb0c2b23373ded94]
 
         gridcontrol_03: merge with DEV300_m75
@@ -2046545,6 +2051880,10 @@
 
         fixing build problems on unix
 
+2010-03-23  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [1e89c38545f74a2d18564f9df6ec1ff4d5ef9390]
+
+        renaissance1: #i107215# Fixed minor compilation problems.
+
 2010-03-23  Tor Lillqvist  <tml@openoffice.org>  [805c67052e0f6f09fc6270b89e3ec275ee57a4e3]
 
         ooxml10: oox-custom-shape-polygons.diff from ooo-build
@@ -2046565,6 +2051904,14 @@
 
         slidecopy: +createOneInstanceComponentFactory
 
+2010-03-23  Andre Fischer  <af@openoffice.org>  [9c704517cf428b8f2823260547517a85340b2106]
+
+        renaissance1: #i107215# Improved button handling.  Added debug design dialog.
+
+2010-03-23  Andre Fischer  <af@openoffice.org>  [f38cf1fdb8e23c4031b198214a29510046c05ecc]
+
+        renaissance1: #i107215# Improved button handling.  Added debug design dialog.
+
 2010-03-23  Thomas Lange [tl]  <tl@openoffice.org>  [81341944540166215d0d166bbabc2f579308b546]
 
         cws sw321bf01: #i108535# sl_SI dictionary update
@@ -2046653,6 +2052000,10 @@
 
         fwk138: #i108774# update with the newer version
 
+2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [550d319ebe948dff72deaac7f0ef87f30c53006b]
+
+        fixed bugs  for linux build 4
+
 2010-03-23  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2992b6fb5b1c84da46598ccfcd17afa53dfe9c69]
 
         vitomation01: #i109562 - Fix incorrect interpretation of returnvalue, added workaround for non-working EditSelectAll slot in BASIC IDE
@@ -2046773,10 +2052124,18 @@
 
         hcshared25: merge with DEV300_m75
 
+2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [0f1df8f471390de177610ee2bb9cc2f424d740c2]
+
+        fixed bugs  for linux build 3
+
 2010-03-22  sb  <sb@openoffice.org>  [ad00f306f700a83a2fbd8bf08214a5ac1d88f459]
 
         sb121: #i110264# in registrymodifications.xcu, allow localized property values to be described directly as <item><value> (instead of <item><prop><value>)
 
+2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [96f3fde8e6bad2e339fea0f8e70434096b412b8f]
+
+        fixed bugs  for linux build 2
+
 2010-03-22  Herbert Duerr [hdu]  <duerr@sun.com>  [f7d1672cb337cc4a48184e6937d94ff631cfb377]
 
         rebased to DEV300_m75
@@ -2046785,6 +2052144,10 @@
 
         rebased to DEV300_m75
 
+2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [b09453118d699ce2c7e00cda02ffb1247dd29ac2]
+
+        fixed bugs  for linux build
+
 2010-03-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7c9093d07e653cf559501373ee7d5b72bfd9b22a]
 
         vitomation01: #i109562 - More cleanup
@@ -2046845,6 +2052208,14 @@
 
         resolved conflicts rev 265602
 
+2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [20f87300bcdb85babae2eaa617b3424ba800dcbd]
+
+        resolved conflicts rev 265602
+
+2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [e6d22539df18d5b5f3d7c97c1c42f4673b0f9b1e]
+
+        resolved conflicts rev 265602
+
 2010-03-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b0db7d65f63c2267212b02d8f9f8f864a5f08f94]
 
         slidecopy: merge
@@ -2046961,6 +2052332,14 @@
 
         recent changes for grid control
 
+2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [a3ab9e8435dc16a89589e552a66485da4eb60d04]
+
+        recent changes for grid control
+
+2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [99d003c030ec5d547c452efdc42be3a3fa6810fa]
+
+        recent changes for grid control
+
 2010-03-22  sb  <sb@openoffice.org>  [cb5e4d69f0c8539ef8d60d8c5cd3e50bb6acdc2f]
 
         sb121: acquire solar mutex around Application::Reschedule
@@ -2047041,6 +2052420,10 @@
 
         tl74: #108360# fixed for new thesaurus and refactoring
 
+2010-03-19  Andre Fischer  <af@openoffice.org>  [8d603c86c1898ecf653e83c6538fab0c54e88036]
+
+        renaissance1: #i107215# Merge.
+
 2010-03-19  Joachim Lingner  <jl@openoffice.org>  [d8411c3281b10eeea679e84697adfcd7c51b1657]
 
         jl152 import 263439 from native0jl: #i77196# fix for XExtensionManager.getAllExtensions
@@ -2047049,6 +2052432,14 @@
 
         jl152 bundled extensions, import of changeset  263438:8b253e76e957 from native0jl
 
+2010-03-19  Andre Fischer  <af@openoffice.org>  [1b06cbc631f4d6e58ec5b9d8f82bc882a3e4b3c7]
+
+        renaissance1: #i107215# Reorganized and improved layouting.
+
+2010-03-19  Andre Fischer  <af@openoffice.org>  [b390fae1706b9c511158a03e4fd61f263be4e511]
+
+        renaissance1: #i107215# Reorganized and improved layouting.
+
 2010-03-19  Kurt Zenker  <kz@openoffice.org>  [3c40300debce46241557ba87637b404c17d647ea]
 
         c07v027: #i10000# change include svl/svstdarr.hxx to svtools/svstdarr.hxx
@@ -2047971,6 +2053362,10 @@
 
         tl74#i105514#Autotests adapted for new thesaurus dialogs
 
+2010-03-15  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [dce05d5b2c068c80cf26b76ae8d2d37736ff540a]
+
+        renaissance1: #i107215# Fixes of minor compilation problems.
+
 2010-03-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6c07c7cad453e4ebb447577c7313323764d50ea9]
 
         dba33f: #i110036#: when creating new controls or grid columns, set MouseWheelBehavior to NEVER
@@ -2047987,6 +2053382,10 @@
 
         slidecopy: initial version of a "Tool Panel" At the moment, this implementation is parallel to the existing TaskPane implementation, but on the medium term, it is intended to replace it. No change in functionality is planned for the moment, just the panel selection is done via a tab bar, instead of the the "jumping drawers". Pending tasks (as known so far): - Accessibility. No implementation at all, yet. - showing/hiding tool panels from the "View" drop down menu - connection to the resource framework. At the moment, de/activating panels completely bypasses the resource   framework. - alternative implementation of the PanelDeckLayouter which mimics the old design. To be activated by default, for   the moment. - removal of the (old, by then) TaskPane implementation. Care needs to be taken that the framework API stays   unchanged, i.e., the current ToolPanel resource must be renamed back to RightPane when RightPane is not   occupied anymore by the old implementation. Same for other resource names.
 
+2010-03-15  Andre Fischer  <af@openoffice.org>  [8c23aba539c0f5764ec543e4cfa6bac2fc20e7ae]
+
+        renaissance1: #i107215# Preview generation takes better care of last row and column of pixels.
+
 2010-03-15  Ingrid Halama  <iha@openoffice.org>  [8195643ff81f7a60e46522767c6b6483713f4af1]
 
         chart43: merge with DEV300_m75
@@ -2048047,6 +2053446,10 @@
 
         odfmetadata4: #i107672#: SwXDocumentIndexMark: fix regression
 
+2010-03-15  Andre Fischer  <af@openoffice.org>  [59224bb1aa235a3b1ef6757d85de0141b0495649]
+
+        renaissance1: #i107215# Fixed initialization of current slide for slide sorter bar.
+
 2010-03-15  sb  <sb@openoffice.org>  [ab4f2ee918d26c68eca2ba0c9c07820162718cd1]
 
         sb121: merged in DEV300_m75
@@ -2048334,6 +2053737,10 @@
 
         dr73: #i103152# description of T()
 
+2010-03-12  Andre Fischer  <af@openoffice.org>  [6426d891e7cc9ca92b8e5b14f6c879846d024ecf]
+
+        renaissance1: #i107215# Added support for keys home/end. Fixed selection after inserting new slides.
+
 2010-03-12  sb  <sb@openoffice.org>  [70eb8c657905567005f7606084001dfacc61bf48]
 
         sb121: #i107352# filter out lib/lib-dynload libs that are marked as _failed by setup.py, anyway
@@ -2048402,6 +2053809,10 @@
 
         o5oo branding of startcenter - transplanted from 3b0a27115246@native0
 
+2010-03-12  Andre Fischer  <af@openoffice.org>  [5290430f0667ea5dc895cc3cbc421d445c7f134f]
+
+        renaissance1: #i107215# Keep insertion indicator visible when context menu is displayed.
+
 2010-03-12  David Tardon  <dtardon@openoffice.org>  [4a8e9c4d08445b2a3bb9f43566e4b21b87bd5f2e]
 
         dtardon02: #i108503# #i108505# #i108507# #i108508# #i110035# clean up makefiles and #includes
@@ -2048450,6 +2053861,10 @@
 
         sb121: #i110001# garbage removed (patch by dtardon)
 
+2010-03-12  Andre Fischer  <af@openoffice.org>  [72dd671e41f0d68616247d9dc7896929ea2accc9]
+
+        renaissance1: #i107215# Prevent loop when bitmap is missing.
+
 2010-03-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [da74953f4492dec8ec08e78c271fea14a864bc4c]
 
         writerfilter08: import of FORMTEXT first try
@@ -2048562,6 +2053977,10 @@
 
         merged in re/DEV300_next towards DEV300_m75
 
+2010-03-11  Andre Fischer  <af@openoffice.org>  [ab3853cc3cd60a0c9a98e20d00568fca99bb01dc]
+
+        renaissance1: #i107215# Duplicating several slides inserts them in single row after selection.
+
 2010-03-11  Christian Lippka  <cl@openoffice.org>  [88635eddcd4e4d8a3eb4293cbbe055415cd147c4]
 
         moved toolbarmenu to svtools and reworked to non sfx2 code
@@ -2048586,6 +2054005,10 @@
 
         bugs fixed for build on macOS
 
+2010-03-11  Mihaela Kedikova  <misheto@openoffice.org>  [27aa543a8a2fac7aa1367cc7a378a34077d3308e]
+
+        bugs fixed for build on macOS
+
 2010-03-11  Ivo Hinkelmann  <ihi@openoffice.org>  [f9dcd6804f7a15de47239a61ea149cbed4baa62d]
 
         masterfix DEV300: #i10000# #i110041# --with-lang=ALL: build failure at postprocess
@@ -2048606,6 +2054029,10 @@
 
         vitomation01: #i109562 - Removed DateiFreigeben() and DateiSperren(), they are unused
 
+2010-03-11  Andre Fischer  <af@openoffice.org>  [b21a5ef9255b086a639c0d615f104062f92f4ab9]
+
+        renaissance1: #i107215# Fixed drag-and-drop when used with auto-scrolling.  Improved hide/show handling.
+
 2010-03-11  Ivo Hinkelmann  <ihi@openoffice.org>  [f099cd4586bf41f30dea8190dbd2bd7b4234cf60]
 
         masterfix DEV300: #i10000# gtk version workaround
@@ -2048730,6 +2054157,10 @@
 
         #9999# fix window title test
 
+2010-03-11  Andre Fischer  <af@openoffice.org>  [b11b474c8b478f5672b5b64d86ed76dde019d016]
+
+        renaissance1: #i107215# Made scroll animations more smooth.  Update page under mouse when scrolling.
+
 2010-03-11  David Tardon  <dtardon@openoffice.org>  [b6f0318bda22fec7931110f2505c2397f87dcdb9]
 
         dtardon02: #i108505# remove empty files in sd
@@ -2048794,6 +2054225,10 @@
 
         fixed merge error
 
+2010-03-10  Andre Fischer  <af@openoffice.org>  [6f93ca28fa19531c78dc6a4ddafa4258d1efacd9]
+
+        renaissance1: #i107215# Fixed horizontal scrolling.
+
 2010-03-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6bc4ab1dd2d46cd6d0a96c859109bf8013dc6ff7]
 
         vcl110: #i109855# grow printer listbox if possible
@@ -2048802,6 +2054237,14 @@
 
         writerfilter08: added stdio.h to Protocol.cxx for Fedora
 
+2010-03-10  Andre Fischer  <af@openoffice.org>  [fa9c296e4b6a6f7cacb60e2cd1f09b5446dbc862]
+
+        renaissance1: #i107215# Improved calculation of insertion indicator, excluded pages.
+
+2010-03-10  Andre Fischer  <af@openoffice.org>  [538a067d216e87d2f01b144eb7e711ce0dca93b4]
+
+        renaissance1: #i107215# Improved calculation of insertion indicator, excluded pages.
+
 2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [893e297fd7ef6fbb14b7bab518acd999a465efa9]
 
         CWS-TOOLING: integrate CWS fchints01
@@ -2049455,6 +2054898,10 @@
 
         koheiextref01: #i109101# Fixed external ref URL parser to pick up sheet names with '#' correctly.
 
+2010-03-08  Andre Fischer  <af@openoffice.org>  [9c1e4f81d79eb618e1f9b088ec08faffd539e81f]
+
+        renaissance1: #i107215# Fixed drag-and-drop.
+
 2010-03-08  Henning Brinkmann  <hbrinkm@openoffice.org>  [23a76fefd83cc059b2baff760835514aed45a585]
 
         writerfilter08: xsl for generating class (FFData)
@@ -2049538,6 +2054985,14 @@
 
         vitomation01: #i109562 - Make hClickButton() a little verbose by default
 
+2010-03-08  Andre Fischer  <af@openoffice.org>  [33a5458e44a06f5862a91badbf59fe60551e7666]
+
+        renaissance1: #i107215# Improved handling of transferables.
+
+2010-03-08  Andre Fischer  <af@openoffice.org>  [eb7f569c3a52b9810156798a4915701257c3800f]
+
+        renaissance1: #i107215# Improved handling of transferables.
+
 2010-03-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [64b01b14d1b43bcb67ccf1ac7337555803c5ddd0]
 
         vcl110: #i109912# removed unused funtion (thanks cmc)
@@ -2049554,6 +2055009,10 @@
 
         dr73: #i109782# fixed some typos
 
+2010-03-08  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [74501923447c8f4497e46fba6db196901ed03632]
+
+        renaissance1: #i107215# Fixed some minor compilation problems.
+
 2010-03-08  sb  <sb@openoffice.org>  [d1c7d4b59fc9f6c68dcbadfbc484381601a6050d]
 
         sb118: #i109917# disabled fragile unoapi test
@@ -2049570,6 +2055029,14 @@
 
         cws tl87: #i109634# password to open/modify dialog
 
+2010-03-08  Andre Fischer  <af@openoffice.org>  [8f50dedef4f164ebb85e373a531a9fe401f7d283]
+
+        renaissance1: #i107215# Improved handling of transferables.
+
+2010-03-08  Andre Fischer  <af@openoffice.org>  [4b83a7fe5714eb9a1d208502a18e33da35772ece]
+
+        renaissance1: #i107215# Improved handling of transferables.
+
 2010-03-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a1aceffdf0bf928fc423c3a298744d3df81f8ccc]
 
         vitomation01: #i109606 - Removed t_toolbar_impress.inc, it is unused
@@ -2050404,6 +2055871,10 @@
 
         CWS-TOOLING: integrate CWS native278
 
+2010-03-03  Andre Fischer  <af@openoffice.org>  [c87f10322a175f7d45ee20db236b69befa64d277]
+
+        renaissance1: #i107215# Obeying application background color.
+
 2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [9a832a9bdbda66a0c3bfec2ce3eb7ba5bcc2eb44]
 
         CWS-TOOLING: integrate CWS sb119
@@ -2050604,6 +2056075,10 @@
 
         #i107747# allow building against older libxml2
 
+2010-03-02  Andre Fischer  <af@openoffice.org>  [6be133ca030d0e53c2c36de64a6f3b0d7f5a827d]
+
+        renaissance1: #i107215# Removed anonymous namespace from FramePainter header.
+
 2010-03-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [3de7b648e354a9e1f5d531148295d86355a43b42]
 
         writerfilter08: effect on run already handled
@@ -2050624,6 +2056099,14 @@
 
         dr73: #i109570# fixed a typo
 
+2010-03-02  Andre Fischer  <af@openoffice.org>  [a9af8cdb36ee9a19d2a6a0d6b4b97130a8fa8f6b]
+
+        renaissance1: #i107215# Modified display of substitution and insertion indicator.
+
+2010-03-02  Andre Fischer  <af@openoffice.org>  [efc8b0f870e318fd790c0258dbd0c92dc7cd83fa]
+
+        renaissance1: #i107215# Modified display of substitution and insertion indicator.
+
 2010-03-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [dbded67ff2baa697ca2b2c475f368527515fb173]
 
         writerfilter08: shading not supported on characters in ODT
@@ -2051504,6 +2056987,10 @@
 
         #161436# New migration service to migrate from SO 9.x/OOo 3.x to o5oo - transplanted from 8417a68af8e1@native0
 
+2010-02-25  Andre Fischer  <af@openoffice.org>  [f1a49de1365676c852a766617c35614d14f899d8]
+
+        renaissance1: #i107215# Improved focus and selection handling.
+
 2010-02-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8b5bd31f499be69932875bf5e77f3135f6696a78]
 
         ppp02: #i104784# workaround limitations in our text subsystem
@@ -2051884,6 +2057371,10 @@
 
         vitomation01: #i109562 - Modify hCloseDialog() as it needs to handle optional dialogs correctly as well, adjusted a few other routines to reflect the enhancement
 
+2010-02-24  Andre Fischer  <af@openoffice.org>  [530eea93535c9ca85349913dad05143441cc7bd7]
+
+        renaissance1: #i107215# Restore mouse over state after model change.
+
 2010-02-24  Oliver-Rainer Wittmann  <od@openoffice.org>  [95bba9780a1364e63894f44a165bf5e992963e58]
 
         sw33a11y01: #i108125# - provide tracked changes of type insertion, deletion and format change at a paragraph as text markup at the UNO-A11y-API
@@ -2052018,6 +2057509,10 @@
 
         Some cleanup
 
+2010-02-23  Andre Fischer  <af@openoffice.org>  [1fbf7cba10381a461245d599ecedaa1cb7958f72]
+
+        renaissance1: #i107215# Focus can be moved with Ctrl+Cursor Keys.
+
 2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [3aeb34649fb15f829095496ae22f3167cb10b093]
 
         calctabcolor: Switch to using style:table-properties to store the tab color, as discussed on the ODF TC's mailing list.
@@ -2052038,6 +2057533,10 @@
 
         calctabcolor: Use PropertySet to set property to sheet.
 
+2010-02-23  Andre Fischer  <af@openoffice.org>  [3c7bf4b67dbe92880d3cb8b7fb24a882651a7ba1]
+
+        renaissance1: #i107215# Improved drag and drop.
+
 2010-02-23  sb  <sb@openoffice.org>  [cd48c2897e90bfbedf284c6cdc0ae3c607e64670]
 
         sb118: removed timeouts and forced process termination from test code (to make failures better debuggable)
@@ -2052362,6 +2057861,14 @@
 
         hcshared25: merge with DEV300_m71
 
+2010-02-19  Andre Fischer  <af@openoffice.org>  [1dc0c9175ad121889fdb02e831ba568b35b01280]
+
+        renaissance1: #i107215# Integrated preview border into shadow bitmap.
+
+2010-02-19  Andre Fischer  <af@openoffice.org>  [2318e08d02cd3570f0b89a85ebd7fbac8b233ca4]
+
+        renaissance1: #i107215# Integrated preview border into shadow bitmap.
+
 2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a0c5d9c462f98ef6065e5ca31bf25d773bc4d6ad]
 
         dba33f: do not call MakeVisible with an empty rect, this gives assertions
@@ -2052458,6 +2057965,10 @@
 
         hr68: #i109408#: change LOCAL clone mechanism to a simpler one
 
+2010-02-18  Andre Fischer  <af@openoffice.org>  [f5d2c01dda56f7544a88e5b85156bae2c71e2a89]
+
+        renaissance1: #i107215# Improved selection handling.
+
 2010-02-18  Vladimir Glazunov  <vg@openoffice.org>  [7cea4264b04ec6999045bae40f80428068cb7753]
 
         #i10000# remove falsely resynced string
@@ -2052526,6 +2058037,14 @@
 
         dba33f: ouch - committed a syntax error with the last change ... :(
 
+2010-02-17  Andre Fischer  <af@openoffice.org>  [b237fdf1e2fa89da26fb94839d3010b6a0091733]
+
+        renaissance1: #i107215# Added detection for changes of master pages.
+
+2010-02-17  Andre Fischer  <af@openoffice.org>  [e1f5c8ef3c5bb207946f23c3769f9cd6e536c362]
+
+        renaissance1: #i107215# Added detection for assignment of master pages.
+
 2010-02-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e81ff0ed0f1b5fcb97fbc949b8a4468f90384926]
 
         Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33f
@@ -2052542,6 +2058061,14 @@
 
         #i10000# new configure
 
+2010-02-17  Andre Fischer  <af@openoffice.org>  [70ebb85a47952a76a58577e1d85f3db3f091d4a4]
+
+        renaissance1: #i107215# Modifying the selection may change the current slide.
+
+2010-02-17  Andre Fischer  <af@openoffice.org>  [b5f80146f4f2d780b1d03249e6f5d7d2d27c6d37]
+
+        renaissance1: #i107215# Modified painting and layouting of page objects.
+
 2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [031b929268ee18d2f59f64d46533823b783024fe]
 
         More elaborate handling of SOURCE_ROOT and SOURCE_ROOT_DIR variables
@@ -2053022,6 +2058549,10 @@
 
         Automated merge with ssh://hg@hg.services.openoffice.org/cws/autorecovery
 
+2010-02-15  Mihaela Kedikova  <misheto@openoffice.org>  [9945f4ca9649f961bbc6d9f5be238771e3e2b96c]
+
+        recent changes for grid control
+
 2010-02-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [009ab0e80350627a53b6f69a8d4f85ab26af8de4]
 
         autorecovery: when saving recovery information for a DB doc, export query designers, too
@@ -2053146,10 +2058677,26 @@
 
         sb118: moved test OOo installation stuff to new solenv/inc/installationtest.mk (makefile parts) and new test module (C++ and, new, Java unit test parts); adapted sw/qa/unoapi to new (Java) test framework
 
+2010-02-12  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [b7fcd9d15b798ca928b9c6a565fca9a89fe20106]
+
+        renaissance1: #i107215# Fixed minor compilation problems.
+
 2010-02-12  hdu  <duerr@sun.com>  [8ebc09348128bd97de5e27a5c6a728c9a688dd3f]
 
         #i64508# exclamation dropped accidentially
 
+2010-02-12  Mihaela Kedikova  <misheto@openoffice.org>  [32a402c2d5d9519e1bd5c0c33b4a9b2696b8220a]
+
+        recent changes for grid control
+
+2010-02-12  Mihaela Kedikova  <misheto@openoffice.org>  [f3f5684a87eec71e31151d0c17e73a16a593d71c]
+
+        recent changes for grid control
+
+2010-02-12  Andre Fischer  <af@openoffice.org>  [c81dae0990a762415e2e037b660dd0801e8a540d]
+
+        renaissance1: #107215# Added tooltips with slide names.
+
 2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [da975155be99f7ed1c455fe9a4e92e22285a0671]
 
         changefileheader2: #i10000#: convert files with CR/LF characters to CR only
@@ -2053218,6 +2058765,10 @@
 
         cws tl74: merge
 
+2010-02-12  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [1c239d78bc47f52b5d1341644cccb9835181be3d]
+
+        renaissance1: #107215# Resolved minor compilation problems.
+
 2010-02-12  Vladimir Glazunov  <vg@openoffice.org>  [249ed876d3d1f7dfc76682c6c7e4e6fb29d3e0b9]
 
         CWS-TOOLING: integrate CWS tkr32
@@ -2053230,6 +2058781,10 @@
 
         CWS-TOOLING: integrate CWS tkr32
 
+2010-02-12  Andre Fischer  <af@openoffice.org>  [a3d0b080670accda94caa0c8b6ad6369d47592c5]
+
+        renaissance1: #107215# Cleanup.
+
 2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [aed67decb2c1f0f77599cc3568f4f4c32fb5da06]
 
         #i10000#: remove obsolete empty files; trim duplicated header content
@@ -2053339,6 +2058894,14 @@
 
         sb118: update tCase whenever tEnv is renewed
 
+2010-02-12  Andre Fischer  <af@openoffice.org>  [df44ac6a7045ff25bf05a9f7bcf2e526cd5c0485]
+
+        renaissance1: #i107215# Added bitmap for painting shadow around slide sorter previews.
+
+2010-02-12  Andre Fischer  <af@openoffice.org>  [ab518ae9111d251a4e6267ae9f40836b8a7a3913]
+
+        renaissance1: #i107215# Adaption to latest changes of the spec.
+
 2010-02-12  Thomas Lange [tl]  <tl@openoffice.org>  [8271450d60311037976c7b794ea7f802827222c4]
 
         cws tl74: merge
@@ -2055964,6 +2061527,10 @@
 
         l10ntools: #i108657# renamed transex3 to l10ntools
 
+2010-01-28  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [2336af0eb45bee98f98b0ac9a6988bfd0e6193e5]
+
+        renaissance1: #i107215# Fixed some minor compilation problems.
+
 2010-01-28  thb  <thb@openoffice.org>  [153ee9c87cf2138cf2df9f79417c24348ff56fad]
 
         eraser01: merge with DEV300 m70
@@ -2056169,6 +2061736,10 @@
 
         dba33f: use a temp to gold controller
 
+2010-01-27  Andre Fischer  <af@openoffice.org>  [df407bc1d622181187849b6b4c7c377242902757]
+
+        renaissance1: #i107215# Added SlideShowView::DrawLock class.
+
 2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [b36241988ea99ba2a9d290ec838a3557d0333d63]
 
         CWS-TOOLING: integrate CWS swunolocking1
@@ -2056477,6 +2062048,10 @@
 
         ppp02: #i107481# change replacement visualization
 
+2010-01-27  Andre Fischer  <af@openoffice.org>  [23a61a9969af9d099ce87d1169b7c2aeb5f6bb1e]
+
+        renaissance1: #i107215# First draft of the new slide sorter design.
+
 2010-01-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [925a669a32688360e49ab972351fba2226a6a905]
 
         autorecovery: yet another slight refactoring of the DatabaseObjectView hierarchy, to allow the AppController, in newElement, to respect the additional args in all cases
@@ -2058739,15 +2064314,15 @@
 
         CWS-TOOLING: integrate CWS printerpullpages
 
-2010-01-15  Kurt Zenker  <kz@openoffice.org>  [48699169a2d6da38e95bf887f8ef4bc78db2416d]
+2010-01-15  Kurt Zenker  <kz@openoffice.org>  [6a8f25768d3589f3e9dcedc91caf10f7b52db607]
 
         CWS-TOOLING: integrate CWS printerpullpages
 
-2010-01-15  Kurt Zenker  <kz@openoffice.org>  [60fdd54890f04949f1b82d4f7a4903e65f165a7c]
+2010-01-15  Kurt Zenker  <kz@openoffice.org>  [48699169a2d6da38e95bf887f8ef4bc78db2416d]
 
         CWS-TOOLING: integrate CWS printerpullpages
 
-2010-01-15  Kurt Zenker  <kz@openoffice.org>  [6a8f25768d3589f3e9dcedc91caf10f7b52db607]
+2010-01-15  Kurt Zenker  <kz@openoffice.org>  [60fdd54890f04949f1b82d4f7a4903e65f165a7c]
 
         CWS-TOOLING: integrate CWS printerpullpages
 
@@ -2059243,11 +2064818,11 @@
 
         solar.hrc moved to vcl
 
-2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ffcb5aaa15a302303e28b4ffda0fcc371988090e]
+2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ce6e5747e7dcf72c2cf85f28ec8a84347afe89b7]
 
         rebase to DEV300_m69
 
-2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ce6e5747e7dcf72c2cf85f28ec8a84347afe89b7]
+2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ffcb5aaa15a302303e28b4ffda0fcc371988090e]
 
         rebase to DEV300_m69
 
@@ -2072916,6 +2078491,14 @@
 
         ause109: #i106513# - fix dependency for classfiles that can't be build here
 
+2009-11-02  Joerg Skottke [jsk] jsk  <Joerg Skottke [jsk] jsk@openoffice.org>  [3da23a64509eb47f9bf56c65611d11a64b89583b]
+
+        #i101955# - Bookmarks in helpbrowser are lost on program restart
+
+2009-11-02  Joerg Skottke [jsk] jsk  <Joerg Skottke [jsk] jsk@openoffice.org>  [046feb8940fd72ef45dab44766183bfed2b8895a]
+
+        #i101955# - Adjustments to QA testscripts
+
 2009-11-02  Kurt Zenker  <kz@openoffice.org>  [378acfdf57dab5e06ecda8c0c5723d71e1410958]
 
         #i106558# different fixes
@@ -2072932,6 +2078515,18 @@
 
         #i105680# GCC MAX OSX PPC fails this test, and I don't have one in order to debug and fix that bridge
 
+2009-11-02  Joerg Skottke [jsk] jsk  <Joerg Skottke [jsk] jsk@openoffice.org>  [cd8ae547996bc0b0f547748734a2c66bdbfd14d4]
+
+        Branch merge with changes from remote tip
+
+2009-11-02  Joerg Skottke [jsk] jsk  <Joerg Skottke [jsk] jsk@openoffice.org>  [609b9077717eb1787668a4eb92fef047cf9604e3]
+
+        Branch merge with changes from remote tip
+
+2009-11-02  Joerg Skottke [jsk] jsk  <Joerg Skottke [jsk] jsk@openoffice.org>  [d7dd15221427a7b535acf816d130c7207f915b89]
+
+        Branch merge with changes from remote tip
+
 2009-11-02  Tobias Krause  <tkr@openoffice.org>  [d54300f11f6471b90ffa748cff23fded795b3953]
 
         #105892# adjust customaction conditions
@@ -2072944,6 +2078539,14 @@
 
         removed wrong assertion
 
+2009-11-02  sb  <sb@openoffice.org>  [81fe544ecb2bc22278683ed13a869a8fc5b768fb]
+
+        sb111: #i101955# moved configmgr2/ to configmgr/
+
+2009-11-02  sb  <sb@openoffice.org>  [47692bfc1275bfa24a7fb2627cc263142549d29d]
+
+        sb111: #i101955# moved configmgr2/ to configmgr/
+
 2009-11-02  Frank Schönheit [fs]  <frank.schoenheit@sun.com>  [b04b7b19d0f0f0e32254039134e1ed7812bbc74f]
 
         don't use ShowTreeView and ShowTreeViewButton, those are superseded by Enabled/ShowBrowser, and lead to an assertion in non-product builds
@@ -2073004,6 +2078607,10 @@
 
         vcl107: #i106450# fix aliasing warning (thanks cmc)
 
+2009-11-02  sb  <sb@openoffice.org>  [3ccd559f44ccfe69940e7933c4261cf02a41a699]
+
+        sb111: #i101955# silently ignore a r/o user installation (not storing new changes being made)
+
 2009-11-02  Mihaela Kedikova  <misheto@openoffice.org>  [fd6a0c28038e964215e2a1318cd4640942b6be17]
 
         fixes for i106470
@@ -2073200,6 +2078807,14 @@
 
         #i105552# autoformat button size increased
 
+2009-10-30  sb  <sb@openoffice.org>  [7e648fdcb71cd1d48450b1a22c2128596e60cd1e]
+
+        sb111: merged in DEV300_m63
+
+2009-10-30  sb  <sb@openoffice.org>  [6f8b9d15d0dd083a1a069e026b55a97a3f5e1355]
+
+        sb111: merged in DEV300_m63
+
 2009-10-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [75cff37d2219e7572908bcf1fd48a7f1aa8392e9]
 
         re-factoring, in preparation of fixing issue #i67020#
@@ -2073272,6 +2078887,14 @@
 
         #160940# adaptions for source_config
 
+2009-10-30  sb  <sb@openoffice.org>  [3568251c259e645983fd9bb16d67e3b3e162eba4]
+
+        sb111: #i101955# removed obsolete configmgr ini file from installation sets
+
+2009-10-30  sb  <sb@openoffice.org>  [580594c58403598b1c03a0b2137e66ae53a1b523]
+
+        sb111: #i101955# call the extension manager's bookkeeping file configmgr.ini on all platforms (instead of configmgrrc)
+
 2009-10-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [346d0a2a7644c54da29338df9102cbbc027aa20a]
 
         removed the ConfirmDeleteDialog - its functionality is nowadays available via the usual sdb.InteractionHandler
@@ -2073292,6 +2078915,10 @@
 
         CWS-TOOLING: integrate CWS installer11_DEV300
 
+2009-10-30  sb  <sb@openoffice.org>  [50a3428b4d8f0a0b2bb6213e404f643171055cc4]
+
+        sb111: #i101955# for completeness, complemented component-schema.dtd and component-update.dtd with new data.dtd
+
 2009-10-30  Joerg Skottke  <jsk@openoffice.org>  [ba65b7dfd2e0ef770ed409b73e9aee79feb6897c]
 
         #i106370# - Calling active.setPage without parameter does not work anymore (was done as a workaround for ancient testtool-bug)
@@ -2073492,6 +2079119,10 @@
 
         uhm ... who's doing that the old way?
 
+2009-10-29  sb  <sb@openoffice.org>  [455bbfe50bbe4356f1836ea0becef9b0b9b3a6ee]
+
+        sb111: #i101955# added dependencies on solver files in postprocess/packregistry
+
 2009-10-29  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [19b01b2cbe8df5c53a65b967c5da9e1eb1ff86ae]
 
         #i106400# DisclosureButton should react on +/- keys
@@ -2073636,6 +2079267,10 @@
 
         #i106333# using local msidb.exe
 
+2009-10-29  sb  <sb@openoffice.org>  [3c70bf087e7668c6d0824d7d0514d3c2e9d5953e]
+
+        sb111: #i101955# in xcu ignore modify/remove of unknown extension props and set members
+
 2009-10-29  skotti  <skotti@wintermute>  [603c7305892030790acf165b4659d05653956ba3]
 
         #i103052# - added warning for #i106426
@@ -2073712,6 +2079347,14 @@
 
         #i106374# clean up dead code (thanks cmc)
 
+2009-10-28  sb  <sb@openoffice.org>  [69834ff44ecec6616dd047b11d144c0fe647e945]
+
+        sb111: #i101955# moved packregistry.xslt to solenv/bin (needed by additional Sun Hamburg processes)
+
+2009-10-28  sb  <sb@openoffice.org>  [01522069d09f8c861d8857b2eeef7c6649b81a5a]
+
+        sb111: #i101955# moved packregistry.xslt to solenv/bin (needed by additional Sun Hamburg processes)
+
 2009-10-28  Thomas Benisch  <tbe@openoffice.org>  [5ee94d6d098348df8ef10d01a6069279a2e8a999]
 
         #i12587# Inserting/editing arbitrary text objects in chart
@@ -2073912,6 +2079555,22 @@
 
         Merge latest DEV300 and CWS sb111
 
+2009-10-27  skotti  <skotti@wintermute>  [4c1c065aa096c3358b1a5ee7c0569c209f14b0e5]
+
+        Merge latest DEV300 and CWS sb111
+
+2009-10-27  skotti  <skotti@wintermute>  [1f09c87bcf4577be2b8ae2eba86e244c31a77f4e]
+
+        Merge latest DEV300 and CWS sb111
+
+2009-10-27  skotti  <skotti@wintermute>  [724ca7d750a57165a5eaa02f6b623da3f3eb3909]
+
+        Merge latest DEV300 and CWS sb111
+
+2009-10-27  skotti  <skotti@wintermute>  [a32c335c3dcff3da622620e6f2aba8669c3692c2]
+
+        Merge latest DEV300 and CWS sb111
+
 2009-10-27  Frank Schönheit  <fs@openoffice.org>  [968c12b498f78515b32caada57da8f4e8eb90060]
 
         #i105717# properly propagate the (changed) reference device to the drawing layer
@@ -2074112,6 +2079771,10 @@
 
         merge commit for m62
 
+2009-10-26  sb  <sb@openoffice.org>  [b8519a1c00b47e863f7e8499c7e14bf2099b2252]
+
+        #i101955# reverted to simpler dmake syntax that is less prone to trigger errors in the dmake implementation
+
 2009-10-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8f66e50a5bd9054007637c879acce33644080819]
 
         ause109: #i106296# introduce TARFILE_LOCATION to find source tarballs
@@ -2074532,6 +2080195,14 @@
 
         #i106127# perf: add B2DCubicBezier::getMaxDistancePositions ( ) to allow better bezier-subdivisions
 
+2009-10-21  sb  <sb@openoffice.org>  [5481010878bb849ea28ede741bfc39bdc21ca0ec]
+
+        merged in DEV300_m62
+
+2009-10-21  sb  <sb@openoffice.org>  [93487407722204e565e937093ecf06cc99db93e9]
+
+        merged in DEV300_m62
+
 2009-10-21  sb  <sb@openoffice.org>  [a1b9d4791f87bf8dbb933ba7d7f442f5a3acc0da]
 
         merged in DEV300_m62
@@ -2074548,6 +2080219,14 @@
 
         merged in DEV300_m62
 
+2009-10-21  sb  <sb@openoffice.org>  [62c20d20256f09f150e07ae56c218e962196db52]
+
+        merged in DEV300_m62
+
+2009-10-21  sb  <sb@openoffice.org>  [1660e49cfe8930866217156cb163d2bbb89e2b0c]
+
+        merged in DEV300_m62
+
 2009-10-21  Vladimir Glazounov  <vg@openoffice.org>  [e96e6eb12e92600c1b404cbb8fec1bbb5ff4f8db]
 
         CWS-TOOLING: integrate CWS fwk123 2009-10-14 10:18:49 +0200 cd  r276885 : #i99971# Use AttachThreadInput to force SetForegroundWindow 2009-10-14 08:56:20 +0200 mav  r276881 : #i105476# let the allocated memory live long anough 2009-10-14 08:53:51 +0200 mav  r276880 : #i105476# let ZipFile use mutex while creating the requested stream 2009-10-14 08:51:52 +0200 mav  r276879 : #i105476# let buffered IO use mutex ( patch from MHU ) 2009-10-09 12:20:22 +0200 cd  r276803 : #i99971# Use configuration to control window to front/focus handling 2009-10-09 12:19:22 +0200 cd  r276802 : #i99971# New configuration item to force set focus and window to front for new document windows 2009-10-09 12:18:23 +0200 cd  r276801 : #i99971# Introduction of a new show flag to force window to front 2009-10-06 11:04:16 +0200 ab  r276695 : #i105386# Call xmlInitParser() before registering input callbacks
@@ -2074676,6 +2080355,10 @@
 
         fix a compile problem
 
+2009-10-21  sb  <sb@openoffice.org>  [9751861070f6746d46defe34cbcd8766c53ae665]
+
+        #i101955# registry_en-US.xcd is effectively empty (fallback en-US configuration data is stored in the main non-localized xcd files), so need not be installed
+
 2009-10-21  Dirk Völzke  <dv@openoffice.org>  [576f2ad346b04cd078ee22b1575b715c7d41193c]
 
         #i104421# Don't report running office when path to office is infalid
@@ -2074692,10 +2080375,22 @@
 
         #i103496#: some warnings, pch and windows only fixes
 
+2009-10-21  sb  <sb@openoffice.org>  [08b31d3e7ea8e4138beaa6d3b9aee4f224d550d8]
+
+        #i101955# missing SCPZIP_REPLACE flag on main.xcd (combining multiple xcu files of which some previously had been individually flagged SCPZIP_REPLACE)
+
 2009-10-21  Niklas Nebel  <nn@openoffice.org>  [9634b3fc0d9343ef1876be00fb29db78a0d7fed3]
 
         #i106045# invalidate stream positions for sheet operations, better handling of loaded formula results
 
+2009-10-21  sb  <sb@openoffice.org>  [5cb38c62d9f75fc40ffba5347d41599e2313dcd4]
+
+        #i101955# transformed remaining xcu files in the installation sets into xcd files
+
+2009-10-21  sb  <sb@openoffice.org>  [92f4d0c14f859614d50e50892547b68a3399dd06]
+
+        #i101955# transformed remaining xcu files in the installation sets into xcd files
+
 2009-10-20  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [25717085d157e365e726a806697887f8a6e3fa97]
 
         #i106113# update from shtylman and kendy (thanks !)
@@ -2074788,6 +2080483,10 @@
 
         #i105730# comment edit
 
+2009-10-20  sb  <sb@openoffice.org>  [cf310f7d6e63ff90af354e2700e419adbcc50256]
+
+        #i101955# corrected building of fcfg_drivers zips
+
 2009-10-20  Oliver Düsterhoff  <od@openoffice.org>  [2b121a3ddc42198b40b05406e5b7b31aa6ceec29]
 
         #i106057# method <WW8Export::WriterFkpPlcUsw()> 	  - assure that external data for SttbfAssoc and Fib exist before accessing it.
@@ -2075308,6 +2081007,10 @@
 
         CWS-TOOLING: integrate CWS jskhgpilot5 2009-10-09 skotti #i105516# - Provided warnlog for not working extensible help (#i105760) 2009-10-09 skotti #i105516# - EditCopy called with no delay, hUseAsyncSlot() should fix this 2009-10-09 skotti #i105516# - fixed stupid error in iniinfo.inc (called IsMissing to check on a file instead of FileExists) 2009-10-09 skotti #i105516# - template tools - added checking for dialog 2009-10-09 skotti #i105516# - 2 cjk tests excluded, providing #i105756 as justification (qaerrorlog) 2009-10-09 skotti #i105516# - tModifyObjects: Add a WaitSlot 2009-10-09 skotti #i105516# - CJK test - number of entries has changed, fixed 2009-10-08 skotti Rebase to m61, resolving conflicts in g_option.inc, add g_option.inc to f_first.bas (the test for the OOo Improvement Program was removed from all files but is functional) 2009-10-08 skotti #i105516# - Just another attempt to fix w_numbering.bas 2009-10-08 skotti #i105516# - Added issue-IDs to f_basic_package_export_import.bas and subsequent include files. 2009-10-08 skotti #i105516# - StarOffice help topics updated. Need to do the same for OOo (better do it soon) 2009-10-08 skotti #i105516# - package export might result in zero size package, the test now handles this 2009-10-08 skotti #i105516# - Enhanced VBA import test to handle write protected files 2009-10-08 skotti #i105516# - Potentially fixed f_basic_library_export_import.bas 2009-10-08 skotti #i105516# - Fixing f_basic_vba-compat.bas (cont.) 2009-10-08 skotti #i105516# - Started fixing f_basic_vba-compat.bas 2009-10-08 skotti #i105516# - Help content changed again without notice 2009-10-07 skotti #i105516# - Really exclude the test 2009-10-07 skotti #i105516# - tModifyObjects is simplified and better documented, some more functions have been silenced, writer test (which is somewhat fuzzy) now closes all files at the end of the test 2009-10-07 skotti #i105516# - Testcase tToolsNumbering12 did not use any of the modern timing features which made the test inherently unstable. replaced sleep() statements 2009-10-07 skotti #i105516# - Trying a fix for extras-test (document corrupted warning) 2009-10-07 skotti #i105516# - Trying a fix for extras-test (document corrupted warning) 2009-10-07 skotti #i105516# - Fixed incorrect filtername in tToolsNumbering12, removed QAErrorlog 2009-10-07 skotti #i105516# - Fixed extension name for os2_x86.oxt. 2009-10-07 skotti #i105516# - Added warnlog for #i105670# 2009-10-07 skotti #i105516# - possible fix for warning in e_platforms.bas on MacOS X 2009-10-06 skotti #i105516# - someone allowed a ui relevant feature to slip in unnoticed. That is so stupid, that it could have been me. Adjusted test case to reflect the new - correct - behavior 2009-10-06 skotti #i105516# - fixing a few more test cases (module framework), switched off verbosity in global functions (not wanted for release), deprecate IsItLoaded (old function only used in one single spreadsheet test), fixed minor typo in hFileWait() 2009-10-05 skotti #i105516# - Removing all old style HTML documentation 2009-10-04 skotti #i105516# - Documentation fixes, cleanup 2009-10-02 skotti #i105516# - Documentation fixes, cleanup 2009-10-02 skotti #i105516# - Fixed header 2009-10-01 skotti #i105516# - Fixed usage tracking stuff, there has been a lot of trouble with changed behavior which was not communicated to QA. Attempts for a fix have been done in CWS jskhgpilot4 (which has been merged into this CWS already) 2009-10-01 skotti #i104246# - Toolbar stability and fix for e_update.bas on solaris - using .notExists() 2009-10-01 skotti #i104246# - Tried to enhance hWaitFOrObject() - better close the dialog if we run into the backup 2009-10-01 skotti #i104246# - Tried to enhance hWaitFOrObject() - works locally, distributing to all other machines 2009-10-01 skotti #i104246# - Tried to enhance hWaitFOrObject() - the function even had a logic-error which prevented it from working correctly (i think, going to test that) 2009-10-01 skotti #i104246# - Tried to enhance hWaitFOrObject() - the function even had a logic-error which prevented it from working correctly (i think, going to test that) 2009-09-30 skotti #i104246# - basic_dialog_i18n_import.inc now sports better warning message if the number of languages is incorrect 2009-09-30 skotti #i104246# - Added issue-id for crash on Solaris x86 (#i105476) 2009-09-30 skotti #i105407# Added new label to the list 2009-09-30 skotti #i104246# - Added a fallback method to the original one for finding the basis-directory on UNIX/Linux 2009-09-30 skotti #i104246# - reverted removal of iSection. I still have no idea what it does but without it the results are different but not better 2009-09-29 skotti #i104246# - The OOo Improvement Program tabpage is only visible if the BUILD_SPECIAL flag is given when building the Application. In the BUILD_SPECIAL section two files are created which will not be there otherwise. In master.inc we now test for the presence of one of the files. If found, we have the OOoImp-stuff installed and the global variable is set to TRUE. In order to find the file i had to fix the retrieval routine for the gOfficeBasisPath (which had a double gNetzOfficePath hidden in the variable sFile for all Unixes). The functin probably never worked, we were just lucky that it was only used in one place. Now - for some reason - we have warnings in the g_options_applications.inc test cases which need to be resolved. I reformatted the file (some indentions were broken) and removed duplicate variable initializations (this left unfinished, iSection should be removed from the control program and be inserted into the test cases themselves so currently the test results only deliver bogus). 2009-09-28 skotti #i104601 - Another problem found: After the fully automatic creation of the hid.lst we have lost the association to the TextImport dialog, reverting back to old name FilterAuswahl 2009-09-28 skotti Experiment: Completely remove hCloseAndLooseDocument 2009-09-28 skotti Experiment: Deprecate hCloseAndLooseDocument - it does nothing else than hCloseDocument 2009-09-28 skotti #i105407# - eliminated function hOpenFileAndIgnoreMacroWarning() as it already exists as a two step variant (hFileOpen+hAllowMacroExecution). Removed readme-file from framework/tools as the content was not up to date anymore 2009-09-28 skotti #i105407# - remove unused functions 2009-09-28 skotti #i104601#, #i105407# - small fixes
 
+2009-10-15  sb  <sb@openoffice.org>  [b2effc203a9ba67b3b0e9fed0f59a44934eb55c0]
+
+        #i101955# further improved change notifications
+
 2009-10-15  Kurt Zenker  <kz@openoffice.org>  [47c69708374627fe0e752c4c8c22b6b9d6d2bf5b]
 
         CWS-TOOLING: integrate CWS hr66 2009-10-08 Jens-Heiner Rechtien #i105684#: can_use_hardlinks(): fix stat() return values 2009-10-07 Jens-Heiner Rechtien #105684#: write default-push path to .hg/hgrc; check for availibility of 'outgoing' repoistory before pulling 2009-10-07 Jens-Heiner Rechtien #105684#: time clone and solver operations 2009-10-07 Jens-Heiner Rechtien #105684#: LAN clone, milestone only clone 2009-10-07 Jens-Heiner Rechtien #105684#: implement 'cws fetch' for mercurial based child workspaces
@@ -2075512,6 +2081215,14 @@
 
         CWS-TOOLING: integrate CWS calc32stopper2 2009-10-01 12:42:16 +0200 dr  r276592 : #i104992# and more typos... 2009-10-01 12:42:13 +0200 nn  r276591 : #i105512# SetDocOptions: update number formatter if it already exists 2009-09-30 19:03:58 +0200 dr  r276573 : #104992# oops, forgotten to skip a byte 2009-09-30 16:07:17 +0200 dr  r276560 : #i103540# check valid vector size 2009-09-29 14:20:45 +0200 dr  r276529 : dump some more BIFF records 2009-09-29 13:00:22 +0200 dr  r276526 : dump some more BIFF records 2009-09-28 14:34:14 +0200 dr  r276490 : #i104057# missing exception file 2009-09-28 10:35:42 +0200 dr  r276483 : #i105325# set correct format while opening zip package 2009-09-25 19:07:32 +0200 dr  r276475 : #i104992# handle cell styles built-in in Calc correctly 2009-09-25 19:06:46 +0200 dr  r276474 : #i104992# handle cell styles built-in in Calc correctly 2009-09-25 17:37:28 +0200 dr  r276472 : #i105219# missing include 2009-09-25 12:32:24 +0200 dr  r276435 : #i10000# rebase error: renamed variable 2009-09-25 11:34:53 +0200 dr  r276431 : CWS-TOOLING: rebase CWS calc32stopper2 to trunk@276429 (milestone: DEV300:m60) 2009-09-24 18:59:23 +0200 dr  r276427 : 160550# preserve write-protection password in roundtrip 2009-09-24 18:54:43 +0200 dr  r276426 : 160550# preserve write-protection password in roundtrip 2009-09-22 11:38:17 +0200 dr  r276353 : #160550# the property has to be integer of course 2009-09-21 18:52:06 +0200 dr  r276342 : #160550# new internal property WriteProtectinPassword 2009-09-21 18:22:40 +0200 dr  r276340 : #i104057# load sheets substreams according to offsets in SHEET records 2009-09-21 18:11:00 +0200 dr  r276338 : #i104057# load sheets substreams according to offsets in SHEET records 2009-09-17 20:07:33 +0200 dr  r276255 : #i104057# BIFF5/BIFF8: order of sheet substreams may be different to sheet order, use stream offset provided in SHEET records
 
+2009-10-14  sb  <sb@openoffice.org>  [6687b8e545c64c42c1d773c60b2019d1fc7af6ca]
+
+        #i101955# unused include
+
+2009-10-14  sb  <sb@openoffice.org>  [40af0637fe2fdd0ac92e43c01cb96a4954e22874]
+
+        #i101955# implemented more change notifications
+
 2009-10-14  Kurt Zenker  <kz@openoffice.org>  [d245c6c40f4107c0fe757671de584da0c46fa624]
 
         CWS-TOOLING: integrate CWS impress177 2009-10-07 13:02:12 +0200 sj  r276751 : #i104579# fixed horz and vert adjustment for master styles (excluding notes master) 2009-10-06 18:09:14 +0200 sj  r276724 : #i104579# fixed horz and vert adjustment for master styles 2009-10-05 15:02:38 +0200 sj  r276679 : #i104685# fixed text color problem 2009-10-02 14:01:22 +0200 aw  r276641 : #i105508# added own flag for ClipOnBounds to SdrBlockTextPrimitive2D and the helper createTextPrimitive; adapted usages; corrected VerticalText stuff; corrected ClipOnBounds for CustomShapes 2009-09-30 11:55:44 +0200 cl  r276550 : CWS-TOOLING: rebase CWS impress177 to trunk@276429 (milestone: DEV300:m60) 2009-09-28 17:57:37 +0200 cl  r276498 : #i94900# after a paste special make sure the stylesheets for outline shapes are correct 2009-09-24 17:36:29 +0200 af  r276425 : #i103464# Restore device more reliably. 2009-09-24 12:29:31 +0200 sj  r276417 : #i104685# fixed text color propblem 2009-09-22 16:48:06 +0200 sj  r276360 : #i104682# fixed table border line thickness 2009-09-22 16:46:29 +0200 sj  r276359 : #i104682# fixed table border line thickness 2009-09-22 10:29:30 +0200 sj  r276346 : #104579# fixed horz and vert adjustment for master styles 2009-09-21 14:18:29 +0200 af  r276330 : #i100905# Fixed crash when region is split into bands. 2009-09-15 15:44:30 +0200 cl  r276181 : #i103179# always hide presentation shapes from master page if rendered as slide background 2009-09-15 10:44:52 +0200 cl  r276155 : #i104579# return correct IsEmptyPresObj state 2009-09-14 16:51:41 +0200 cl  r276132 : #i96538# restored OOo 3.0 numbering behaviour
@@ -2075596,6 +2081307,10 @@
 
         fix a windows build problem
 
+2009-10-14  sb  <sb@openoffice.org>  [f31fb84e0d82f71c98a710c784a0df039ca21c5f]
+
+        #i101955# silently ignore unreadable parts of a corrupted registrymodificaions.xcu; migrate old user layer data (can be removed again once migration is no longer relevant); improved XcuParser to correctly record modifications from old user layer data; localized property values support oor:op "fuse" instead of "modify"
+
 2009-10-14  Daniel Rentz  <dr@openoffice.org>  [557814474f7c73b386fa25a189c5139ac854f616]
 
         wntmsci12 warnings
@@ -2075752,6 +2081467,14 @@
 
         
 
+2009-10-12  sb  <sb@openoffice.org>  [495174f29290f2c01d025c640df8e7e22bf382af]
+
+        #i101955# made binfilter.xcd conditional on WITH_BINFILTER
+
+2009-10-12  sb  <sb@openoffice.org>  [e4ca0b8958d283a1398dab43242156c30af882b7]
+
+        #i101955# insert extension xcs/xcu files into shared or user extension layer
+
 2009-10-12  Daniel Rentz  <dr@openoffice.org>  [27472f118a27c8b5b7e6396c9b219645bb0e3402]
 
         missing usings
@@ -2075764,10 +2081487,22 @@
 
         #i105828# clear -Wp,-D_FORTIFY_SOURCE=2 warnings
 
+2009-10-12  sb  <sb@openoffice.org>  [c51b3d84e5059cab8f02823b531e82fe38b3eacb]
+
+        #i101955# prevent 'Word too long.' errors
+
+2009-10-12  sb  <sb@openoffice.org>  [4313b908273dbd925660a5d82215ae75890afefe]
+
+        #i101955# prevent localize_sl from erroneously localizing within qa/unit directory
+
 2009-10-12  Ocke Janssen  <oj@openoffice.org>  [081fab2c4e7de3c04300e5e19e85518c04150231]
 
         #i105724# check tDisplayCondition
 
+2009-10-12  sb  <sb@openoffice.org>  [37a5c460aa383b0501f0dbd76bc9f3e0ab04527c]
+
+        #i101955# updated DTDs, removed unused XSDs; cleanup
+
 2009-10-12  Frank Schönheit  <fs@openoffice.org>  [4b3b7e709bf9b3aa3504685c6688470ca97d4db8]
 
         #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties
@@ -2075860,6 +2081595,10 @@
 
         logging of some property sets is handled by PropertiesProtocol now
 
+2009-10-09  sb  <sb@openoffice.org>  [a6e835a448cdbbe34b378bb402d92d16c57925ee]
+
+        #i101955# improved previously modified fgetL10Nvalue
+
 2009-10-09  Ivo Hinkelmann  <ihi@openoffice.org>  [158874c844891e5576267d40d1d6a80c23b6264c]
 
         #i10000# #i105663# reenabled dep on py
@@ -2075868,10 +2081607,18 @@
 
         #i10000# #i105663# reenabled dep on py
 
+2009-10-09  sb  <sb@openoffice.org>  [4ba9368254536a3d77324c07eff36cfcfc1b6f87]
+
+        #i101955# fgetL10Nvalue now uses UNO to access the configuration, instead of parsing undocumented configuration data files
+
 2009-10-09  hb  <hbrinkm@openoffice.org>  [de9a3e26a7695fa0fcc5b5d2dc8c04ae540ccd3a]
 
         use PropertiesProtocol when resolving OOXMLPropertySet
 
+2009-10-09  sb  <sb@openoffice.org>  [e35b10e4067b1c390b6a88b758bbee60aab5df43]
+
+        #i101955# missing additional types in derivations of Access::getTypes()
+
 2009-10-09  Michael Stahl  <mst@openoffice.org>  [37cafacf3e7bbdf5c77f2011bd32a953549b0a72]
 
         #i97029#: SfxDocumentMetaData.cxx: properly support Date properties
@@ -2075880,6 +2081627,10 @@
 
         #i97029#: sax::Converter: add convertDateOrDateTime() and convertDate()
 
+2009-10-09  sb  <sb@openoffice.org>  [51dea5076fe78278a01a4530b0411282d016acfc]
+
+        #i101955# in path representations, support set element segments whose template name is not qualified by a component name (and for now always accept them if the unqualified template name part matches)
+
 2009-10-09  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [4f5382234bbfe68637955d2f0148db1d96677f9b]
 
         merge with m61
@@ -2076125,6 +2081876,18 @@
 
         #i97029# custom fields: Date/DateTime/Time support
 
+2009-10-08  sb  <sb@openoffice.org>  [3a8d6c1a743e954b368f5a0744fe7a633361259a]
+
+        #i101955# some minor clean up
+
+2009-10-08  sb  <sb@openoffice.org>  [226649f681fefc4c91cd831c8aa433ca3e42c2ba]
+
+        #i101955# some minor clean up
+
+2009-10-08  sb  <sb@openoffice.org>  [fbbcf92cfa59679c47840060c3298f1672e8c924]
+
+        #i101955# some minor clean up
+
 2009-10-08  sb  <sb@openoffice.org>  [fbde178230676dadcb36eccfb596abd88860e280]
 
         merged in DEV300_m61
@@ -2076137,10 +2081900,22 @@
 
         merged in DEV300_m61
 
+2009-10-08  sb  <sb@openoffice.org>  [553c700b35959838f83dfdeb5fa354c341462a9d]
+
+        merged in DEV300_m61
+
 2009-10-08  sb  <sb@openoffice.org>  [9e8ddb68044153f15a2f6e5f3a484bc07d5837d9]
 
         merged in DEV300_m61
 
+2009-10-08  sb  <sb@openoffice.org>  [fb33ac599c3d74652d0d1f48df2a4d26491da2b0]
+
+        merged in DEV300_m61
+
+2009-10-08  sb  <sb@openoffice.org>  [b40b23365703a76c629717eea648cea17c9041b2]
+
+        merged in DEV300_m61
+
 2009-10-08  Caolán McNamara  <cmc@openoffice.org>  [18a0e449e64e90fb044257c9e0b29d101299bcf7]
 
         #i105678# protect against PYTHONPATH going away
@@ -2076497,14 +2082272,26 @@
 
         #i101955# re-introduced lost ldap_value_free call; minor clean up
 
+2009-10-02  sb  <sb@openoffice.org>  [4e68e9c24838a5d95bc188b421f199875b28738b]
+
+        #i101955# to improve performance, keep references to external services (so they are not re-created for subsequent oor:external values)
+
 2009-10-02  Vladimir Glazounov  <vg@openoffice.org>  [f63565c0b51a62a3d972f9ecd98b9911776e8eb1]
 
         CWS-TOOLING: integrate CWS jskhgpilot4 2009-10-02 so-uprel merge CWS jskhgpilot4 2009-10-01 skotti #i104246# - Toolbar stability and fix for e_update.bas on solaris - using .notExists() 2009-10-01 skotti #i104246# - Tried to enhance hWaitFOrObject() - better close the dialog if we run into the backup 2009-10-01 skotti #i104246# - Tried to enhance hWaitFOrObject() - works locally, distributing to all other machines 2009-10-01 skotti #i104246# - Tried to enhance hWaitFOrObject() - the function even had a logic-error which prevented it from working correctly (i think, going to test that) 2009-10-01 skotti #i104246# - Tried to enhance hWaitFOrObject() - the function even had a logic-error which prevented it from working correctly (i think, going to test that) 2009-09-30 skotti #i104246# - basic_dialog_i18n_import.inc now sports better warning message if the number of languages is incorrect 2009-09-30 skotti #i104246# - Added issue-id for crash on Solaris x86 (#i105476) 2009-09-30 skotti #i105407# Added new label to the list 2009-09-30 skotti #i104246# - Added a fallback method to the original one for finding the basis-directory on UNIX/Linux 2009-09-30 skotti #i104246# - reverted removal of iSection. I still have no idea what it does but without it the results are different but not better 2009-09-29 skotti #i104246# - The OOo Improvement Program tabpage is only visible if the BUILD_SPECIAL flag is given when building the Application. In the BUILD_SPECIAL section two files are created which will not be there otherwise. In master.inc we now test for the presence of one of the files. If found, we have the OOoImp-stuff installed and the global variable is set to TRUE. In order to find the file i had to fix the retrieval routine for the gOfficeBasisPath (which had a double gNetzOfficePath hidden in the variable sFile for all Unixes). The functin probably never worked, we were just lucky that it was only used in one place. Now - for some reason - we have warnings in the g_options_applications.inc test cases which need to be resolved. I reformatted the file (some indentions were broken) and removed duplicate variable initializations (this left unfinished, iSection should be removed from the control program and be inserted into the test cases themselves so currently the test results only deliver bogus). 2009-09-28 skotti #i104601 - Another problem found: After the fully automatic creation of the hid.lst we have lost the association to the TextImport dialog, reverting back to old name FilterAuswahl 2009-09-28 skotti Experiment: Completely remove hCloseAndLooseDocument 2009-09-28 skotti Experiment: Deprecate hCloseAndLooseDocument - it does nothing else than hCloseDocument 2009-09-28 skotti #i105407# - eliminated function hOpenFileAndIgnoreMacroWarning() as it already exists as a two step variant (hFileOpen+hAllowMacroExecution). Removed readme-file from framework/tools as the content was not up to date anymore 2009-09-28 skotti #i105407# - remove unused functions 2009-09-28 skotti #i104601#, #i105407# - small fixes 2009-10-02 vg CWS-TOOLING: integrate CWS bserver48 2009-09-24 19:44:37 +0200 kz  r276428 : #160697# use source_config 2009-10-01 vg CWS-TOOLING: integrate CWS automationdev300m58cat0 2009-09-29 14:46:30 +0200 oc  r276530 : #i105448# sleep added to resolv timingproblem 2009-09-28 10:29:46 +0200 oc  r276482 : #i105404# t_ToolsMacro needs saved file 2009-09-27 10:51:09 +0200 tbo  r276478 : #105393# on MacOS X only 3 items in tools menu 2009-09-25 18:02:25 +0200 oc  r276473 : CWS-TOOLING: rebase CWS automationdev300m58cat0 to trunk@276429 (milestone: DEV300:m60) 2009-09-24 11:06:00 +0200 hde  r276411 : save test-files locally 2009-09-23 15:40:07 +0200 hde  r276400 : deleting of autotext optimized 2009-09-23 15:39:20 +0200 hde  r276399 : Dialog 'Bereiche' opened after deleting autotext 2009-09-23 10:42:26 +0200 jsk  r276370 : Added warnlog for exceeded timeout, i want the test to warn instead of aborting. Connected issue is #i105289# 2009-09-22 10:41:22 +0200 oc  r276347 : #i105254# c_arrayconstants.inc enhanced 2009-09-21 20:37:26 +0200 tbo  r276344 : #i105249# workaround firststartwizard regression by calling hDisableQuickstarterAPI() 2009-09-17 10:55:59 +0200 wg  r276231 : i105141 2009-09-16 09:20:58 +0200 oc  r276191 : #i105109# sleeps increased 2009-10-01 vg CWS-TOOLING: integrate CWS sw32bf04 2009-09-22 Michael Stahl galobj.hxx: do not export SgaObject methods (fixes wntmsci12 build) 2009-09-21 Michael Stahl #i105149# #i93308# svx: unofield.cxx: support field services with proper case 2009-09-21 Michael Stahl #i105149# #i102468# sc: servuno.cxx: support field services with proper case 2009-09-21 Michael Stahl #i105149# txtflde.cxx: support docinfo field services with proper case 2009-09-18 Michael Stahl #i105148# fmtatr2.cxx: SwFmtMeta::Clone(): avoid assert on clone pool default 2009-09-18 Michael Stahl #i105148# fmtatr2.cxx: SwFmtMeta::~SwFmtMeta(): check if m_pMeta != 0 2009-09-18 Michael Stahl #i105179# unocoll.cxx: SwXFrames::getByName(): add missing breaks 2009-09-18 Michael Stahl dbgoutsw.cxx: explicitly convert from SwNodeIndex to SwPosition 2009-09-18 Michael Stahl galobj.hxx: export class SgaObject from svxcore, needed by unogalitem.cxx 2009-09-17 Michael Stahl #i105149# txtflde.cxx: compare text field prefix case-insensitively 2009-09-16 Michael Stahl #i105117# docdde.cxx: fix possible NULL dereference (patch by cmc) 2009-09-16 Michael Stahl #i105124# docdde.cxx: fix use-after-free bug: make _FindItem member String 2009-10-01 vg CWS-TOOLING: integrate CWS impressnotes03 2009-09-28 16:30:17 +0200 cl  r276496 : #i105382# use correct method to get master page 2009-09-28 12:23:04 +0200 cl  r276486 : #i105266# also save text on close to avoid focus trouble under linux 2009-09-25 13:59:50 +0200 cl  r276456 : #i105266# resolved a merge conflict 2009-09-25 13:57:24 +0200 cl  r276454 : #i105266# resolved a merge conflict 2009-09-25 13:51:12 +0200 cl  r276450 : #i105266# resolved a merge conflict 2009-09-25 13:40:08 +0200 cl  r276447 : #i105266# resolved a merge conflict 2009-10-01 vg CWS-TOOLING: integrate CWS cmcfixes62 2009-09-22 21:19:24 +0200 cmc  r276365 : #i100000# that's the most plausible explanation, -D$(CVER) is needed by scp2 under windows 2009-09-19 16:10:36 +0200 cmc  r276303 : #i100000# revert this for no partically good reason 2009-09-18 14:16:47 +0200 cmc  r276279 : remove extra build depend 2009-09-18 08:56:15 +0200 cmc  r276265 : #i100000# rerun autoconf 2009-09-17 14:59:38 +0200 cmc  r276245 : CWS-TOOLING: rebase CWS cmcfixes62 to trunk@276192 (milestone: DEV300:m59) 2009-09-10 16:40:49 +0200 pl  r276041 : fix warning 2009-09-10 11:34:55 +0200 pl  r276026 : disable warning from system header 2009-09-09 19:30:45 +0200 pl  r276013 : use osl_getAsciiFunctionSymbol instead of strange cast 2009-09-09 19:25:32 +0200 pl  r276012 : add some casting hacks to make compile on solaris cc 2009-09-09 19:10:48 +0200 pl  r276009 : add missing Configure option for solaris sparce 32bit 2009-09-09 18:37:05 +0200 pl  r276008 : merge fix for #i104525# into moved code 2009-09-07 13:28:08 +0200 cmc  r275894 : CWS-TOOLING: rebase CWS cmcfixes62 to trunk@275801 (milestone: DEV300:m57) 2009-08-28 12:36:27 +0200 cmc  r275523 : CWS-TOOLING: rebase CWS cmcfixes62 to trunk@275331 (milestone: DEV300:m56) 2009-08-26 12:56:18 +0200 cmc  r275413 : #i104088# use the right headers in the right place 2009-08-25 17:07:50 +0200 cmc  r275372 : #i104500# make openssl build on linux that isn't x86 or x86_64 2009-08-25 13:08:48 +0200 cmc  r275347 : #i89237# pretty picswitch up 2009-08-25 10:58:09 +0200 cmc  r275342 : #i104489# remove last unused code in starmath 2009-08-25 10:23:33 +0200 cmc  r275338 : #i104088# clean up the define post-move 2009-08-24 13:46:57 +0200 cmc  r275310 : #i104088# 64bit odbc api changes 2009-08-24 13:42:52 +0200 cmc  r275309 : #i89237# unify linux platform mks under a generic parent 2009-08-24 13:19:52 +0200 cmc  r275307 : #i104455# remove unused code 2009-08-24 13:10:56 +0200 cmc  r275306 : #i104088# 64bit odbc api changes 2009-08-24 10:07:50 +0200 cmc  r275293 : #i104306# move recent-used to vcl 2009-08-24 09:32:08 +0200 cmc  r275291 : #i104306# move recent-used to vcl 2009-08-23 22:01:07 +0200 cmc  r275286 : #i104306# move recently-used to vcl 2009-08-22 15:25:25 +0200 cmc  r275285 : #i104088# 64bit odbc api changes 2009-08-21 17:52:40 +0200 cmc  r275268 : #i104306# move recently-used to vcl 2009-08-21 14:38:26 +0200 cmc  r275257 : #i104408 make these headers ready for c++0x 2009-08-21 14:20:19 +0200 cmc  r275251 : #i104406# avoid overlapping strcpy to avoid bustage on recent toolchains 2009-08-21 14:14:25 +0200 cmc  r275250 : #i104385# silence 64bit warnings
 
+2009-10-02  sb  <sb@openoffice.org>  [58d8d56d31e83b426e26d79ca24fe4406feece65]
+
+        #i101955# adapted LDAP backend to new interface, dropped registry/ldap/*-attr.map files, replaced registry/data/org/openoffice/LDAP.xcu.sample with registry/oo-ldap.xcd.sample and registry/oo-ad-ldap.xcd.sample
+
 2009-10-02  sb  <sb@openoffice.org>  [bb35ec279351b63104a1edbb4033693387d774b2]
 
         #i101955# adapted LDAP backend to new interface, dropped registry/ldap/*-attr.map files, replaced registry/data/org/openoffice/LDAP.xcu.sample with registry/oo-ldap.xcd.sample and registry/oo-ad-ldap.xcd.sample
 
+2009-10-02  sb  <sb@openoffice.org>  [c8dddd5a6b7fa273b0cebfb5d8b2794cce90eca7]
+
+        #i101955# adapted LDAP backend to new interface, dropped registry/ldap/*-attr.map files, replaced registry/data/org/openoffice/LDAP.xcu.sample with registry/oo-ldap.xcd.sample and registry/oo-ad-ldap.xcd.sample
+
 2009-10-02  Vladimir Glazounov  <vg@openoffice.org>  [36a931bd7ffca530cd91c51326d9f021b5319bc6]
 
         CWS-TOOLING: integrate CWS fwk118 2009-09-22 17:19:38 +0200 cd  r276361 : #i105263# GetFileTypeIndex() uses a 1 based index 2009-09-22 11:10:29 +0200 cd  r276351 : #i105154# Fix bad element exists exception for ui configuration
@@ -2076513,6 +2082300,10 @@
 
         CWS-TOOLING: integrate CWS bserver48 2009-09-24 19:44:37 +0200 kz  r276428 : #160697# use source_config
 
+2009-10-01  sb  <sb@openoffice.org>  [31c6f22a45ef1d0dfc15649e3d6359dcf6bce46e]
+
+        #i101955# obtain external values on demand in PropertyNode::getValue instead of up-front in XcuParser
+
 2009-10-01  Dirk Völzke  <dv@openoffice.org>  [6bff4346455e0ad326e5fa80ddd780bd6f54319f]
 
         #i102123# Don't use vcl when not in main thread
@@ -2076521,6 +2082312,10 @@
 
         removed superfluous dependencies
 
+2009-10-01  sb  <sb@openoffice.org>  [e573925559daab2f374c9b485290e28751978b52]
+
+        #i101955# changed platform backend interface once again, from XNameAccess to XPropertySet
+
 2009-10-01  Vladimir Glazounov  <vg@openoffice.org>  [e6c0c6f0a6fc392d3e4775cfba57cd29ed74a29e]
 
         CWS-TOOLING: integrate CWS automationdev300m58cat0 2009-09-29 14:46:30 +0200 oc  r276530 : #i105448# sleep added to resolv timingproblem 2009-09-28 10:29:46 +0200 oc  r276482 : #i105404# t_ToolsMacro needs saved file 2009-09-27 10:51:09 +0200 tbo  r276478 : #105393# on MacOS X only 3 items in tools menu 2009-09-25 18:02:25 +0200 oc  r276473 : CWS-TOOLING: rebase CWS automationdev300m58cat0 to trunk@276429 (milestone: DEV300:m60) 2009-09-24 11:06:00 +0200 hde  r276411 : save test-files locally 2009-09-23 15:40:07 +0200 hde  r276400 : deleting of autotext optimized 2009-09-23 15:39:20 +0200 hde  r276399 : Dialog 'Bereiche' opened after deleting autotext 2009-09-23 10:42:26 +0200 jsk  r276370 : Added warnlog for exceeded timeout, i want the test to warn instead of aborting. Connected issue is #i105289# 2009-09-22 10:41:22 +0200 oc  r276347 : #i105254# c_arrayconstants.inc enhanced 2009-09-21 20:37:26 +0200 tbo  r276344 : #i105249# workaround firststartwizard regression by calling hDisableQuickstarterAPI() 2009-09-17 10:55:59 +0200 wg  r276231 : i105141 2009-09-16 09:20:58 +0200 oc  r276191 : #i105109# sleeps increased
@@ -2076529,6 +2082324,10 @@
 
         #i1601# new strings for menu entries
 
+2009-10-01  sb  <sb@openoffice.org>  [3c8241473ee699b4cb8adc8d83b0e383b938b891]
+
+        #i101955# minor simplification
+
 2009-10-01  Thomas Lange  <tl@openoffice.org>  [f69e2960c10d35fbcd49581497a0e48ee39998a5]
 
         #i1601# new strings for menu entries
@@ -2076585,6 +2082384,14 @@
 
         CWS-TOOLING: integrate CWS cmcfixes62 2009-09-22 21:19:24 +0200 cmc  r276365 : #i100000# that's the most plausible explanation, -D$(CVER) is needed by scp2 under windows 2009-09-19 16:10:36 +0200 cmc  r276303 : #i100000# revert this for no partically good reason 2009-09-18 14:16:47 +0200 cmc  r276279 : remove extra build depend 2009-09-18 08:56:15 +0200 cmc  r276265 : #i100000# rerun autoconf 2009-09-17 14:59:38 +0200 cmc  r276245 : CWS-TOOLING: rebase CWS cmcfixes62 to trunk@276192 (milestone: DEV300:m59) 2009-09-10 16:40:49 +0200 pl  r276041 : fix warning 2009-09-10 11:34:55 +0200 pl  r276026 : disable warning from system header 2009-09-09 19:30:45 +0200 pl  r276013 : use osl_getAsciiFunctionSymbol instead of strange cast 2009-09-09 19:25:32 +0200 pl  r276012 : add some casting hacks to make compile on solaris cc 2009-09-09 19:10:48 +0200 pl  r276009 : add missing Configure option for solaris sparce 32bit 2009-09-09 18:37:05 +0200 pl  r276008 : merge fix for #i104525# into moved code 2009-09-07 13:28:08 +0200 cmc  r275894 : CWS-TOOLING: rebase CWS cmcfixes62 to trunk@275801 (milestone: DEV300:m57) 2009-08-28 12:36:27 +0200 cmc  r275523 : CWS-TOOLING: rebase CWS cmcfixes62 to trunk@275331 (milestone: DEV300:m56) 2009-08-26 12:56:18 +0200 cmc  r275413 : #i104088# use the right headers in the right place 2009-08-25 17:07:50 +0200 cmc  r275372 : #i104500# make openssl build on linux that isn't x86 or x86_64 2009-08-25 13:08:48 +0200 cmc  r275347 : #i89237# pretty picswitch up 2009-08-25 10:58:09 +0200 cmc  r275342 : #i104489# remove last unused code in starmath 2009-08-25 10:23:33 +0200 cmc  r275338 : #i104088# clean up the define post-move 2009-08-24 13:46:57 +0200 cmc  r275310 : #i104088# 64bit odbc api changes 2009-08-24 13:42:52 +0200 cmc  r275309 : #i89237# unify linux platform mks under a generic parent 2009-08-24 13:19:52 +0200 cmc  r275307 : #i104455# remove unused code 2009-08-24 13:10:56 +0200 cmc  r275306 : #i104088# 64bit odbc api changes 2009-08-24 10:07:50 +0200 cmc  r275293 : #i104306# move recent-used to vcl 2009-08-24 09:32:08 +0200 cmc  r275291 : #i104306# move recent-used to vcl 2009-08-23 22:01:07 +0200 cmc  r275286 : #i104306# move recently-used to vcl 2009-08-22 15:25:25 +0200 cmc  r275285 : #i104088# 64bit odbc api changes 2009-08-21 17:52:40 +0200 cmc  r275268 : #i104306# move recently-used to vcl 2009-08-21 14:38:26 +0200 cmc  r275257 : #i104408 make these headers ready for c++0x 2009-08-21 14:20:19 +0200 cmc  r275251 : #i104406# avoid overlapping strcpy to avoid bustage on recent toolchains 2009-08-21 14:14:25 +0200 cmc  r275250 : #i104385# silence 64bit warnings
 
+2009-10-01  sb  <sb@openoffice.org>  [3ffb5481b5e116c4a39dd07335439e711f0ca706]
+
+        #i101955# adapted more platform backends to new interface
+
+2009-10-01  sb  <sb@openoffice.org>  [49a83697aafbeccb1a1c5ad8c4f474a567a3af55]
+
+        #i101955# fixed some typos causing errors on wntmsci12 only
+
 2009-09-30  Kohei Yoshida  <kyoshida@novell.com>  [3e5b86777ca46e9dd6574e8c88ef47942da01495]
 
         fixed build breakage in oox after the rebase.
@@ -2076625,6 +2082432,18 @@
 
         #i101955# adapted desktop and gconf platform backends to new interface (gconf still needs support for ENABLE_LOCKDOWN-only Setup/Office/Factories .xcu entries), more to come; regcomplazy consequently no longer needs to support [Data] sections
 
+2009-09-30  sb  <sb@openoffice.org>  [5627e50d58fe7f151cd8ce0fdb50e56aa9b66c77]
+
+        #i101955# adapted desktop and gconf platform backends to new interface (gconf still needs support for ENABLE_LOCKDOWN-only Setup/Office/Factories .xcu entries), more to come; regcomplazy consequently no longer needs to support [Data] sections
+
+2009-09-30  sb  <sb@openoffice.org>  [df20f7389010601f53a901a5d603eb6620f0e388]
+
+        #i101955# adapted desktop and gconf platform backends to new interface (gconf still needs support for ENABLE_LOCKDOWN-only Setup/Office/Factories .xcu entries), more to come; regcomplazy consequently no longer needs to support [Data] sections
+
+2009-09-30  sb  <sb@openoffice.org>  [48df5d3811b284973b6ea988eb537f4f6ec3cb89]
+
+        #i101955# adapted desktop and gconf platform backends to new interface (gconf still needs support for ENABLE_LOCKDOWN-only Setup/Office/Factories .xcu entries), more to come; regcomplazy consequently no longer needs to support [Data] sections
+
 2009-09-30  Vladimir Glazounov  <vg@openoffice.org>  [0f8d27d4b47a2a96061aefa9f5ebf755794e3259]
 
         CWS-TOOLING: integrate CWS buildtool05 2009-09-29 10:58:16 +0200 vg  r276511 : #i105002#,#i105277#,#160100# manage build process via html page, some fixes
@@ -2076705,6 +2082524,10 @@
 
         tweak VBAGlobals creation/insertion, also restore overwritten visibility controls bits to moved ( erm delete and created in another director ) file. Add missing bits to enable Application.Quit and use preprocessor to include some uncompiled code
 
+2009-09-29  sb  <sb@openoffice.org>  [a54048870aebd04d16ded04184ed876437668e7c]
+
+        #i101955# do not fail if an oor:external service is not installed
+
 2009-09-29  Thomas Lange  <tl@openoffice.org>  [99e0c16a598611c7bb7e8d0fa1afffcf428e2f92]
 
         #i105421# get rid of sfx2
@@ -2076777,6 +2082600,10 @@
 
         regression from sb113: redland does not build from scratch
 
+2009-09-28  sb  <sb@openoffice.org>  [023b02436b333bba84dfddc6ae4254d44fe6e31c]
+
+        #i101955# indentation fixed
+
 2009-09-28  Release Engineers  <releng@openoffice.org>  [0eb8dbf1ebae18156b32ebe81886ca79144e2191]
 
         CWS-TOOLING: integrate CWS ause107 2009-09-23 17:21:07 +0200 hjs  r276406 : #i105312# remove code dependency on perl
@@ -2076905,14 +2082732,38 @@
 
         merged in DEV300_m60
 
+2009-09-25  sb  <sb@openoffice.org>  [3a098eb85b8f858b2eb81690532d21f97b668ffe]
+
+        merged in DEV300_m60
+
 2009-09-25  sb  <sb@openoffice.org>  [3055127b0b0389e8ca0f5d4de40033dc3eb9ea0d]
 
         merged in DEV300_m60
 
+2009-09-25  sb  <sb@openoffice.org>  [9e4c07f9be289b0c708f844decf04fdceb489355]
+
+        merged in DEV300_m60
+
+2009-09-25  sb  <sb@openoffice.org>  [62127e8ce5c3fd1645cc20adfa30808b496ca395]
+
+        merged in DEV300_m60
+
+2009-09-25  sb  <sb@openoffice.org>  [e993d53e2a4bd6fd3eccdb885bd461d59fcec5b5]
+
+        merged in DEV300_m60
+
 2009-09-25  sb  <sb@openoffice.org>  [3db62040dcaa470c0f69f904abfb82202f628005]
 
         merged in DEV300_m60
 
+2009-09-25  sb  <sb@openoffice.org>  [e1a01a2eecdb1c6ffcd688d770789cb014c2687d]
+
+        #i101955# configmgr2 support for platform backends (with a new interface); adapted locale backend, rest to follow
+
+2009-09-25  sb  <sb@openoffice.org>  [42345be352f413b571b83d262cc96025a9e8618d]
+
+        #i101955# configmgr2 support for platform backends (with a new interface); adapted locale backend, rest to follow
+
 2009-09-25  Frank Schönheit  <fs@openoffice.org>  [27f85382fe716fb860f68bbfdb622e3525e0252f]
 
         #b6875455# when drawing/painting a check box or radio button, then take the zoom into account when calculating the distance between the radio/check image, and the actual text. This ensures that in contexts where controls can and will be zoomed (i.e. in documents), the text doesn't 'jump' relative to other text surrounding the control.
@@ -2077057,6 +2082908,10 @@
 
         Create DEV300_m60 milestone tag from trunk@276428
 
+2009-09-24  Release Engineers  <releng@openoffice.org>  [23d351f7f79974f099fbaa496bfce7d9207f475e]
+
+        Create DEV300_m60 milestone tag from trunk@276428
+
 2009-09-24  hb  <hbrinkm@openoffice.org>  [d018f3e5a212a43496fafa22ffb6ddd3add37726]
 
         newProperty: aStr is only needed if DEBUG_PROPERTIES is defined.
@@ -2077129,6 +2082984,10 @@
 
         #i10000# #i101879# fix
 
+2009-09-23  sb  <sb@openoffice.org>  [5743ea3fcb44965bf27004c747a5a5233b15dd4d]
+
+        #i101955# minor improvements
+
 2009-09-23  hb  <hbrinkm@openoffice.org>  [e9d2c81b67282655492719b3f37146dcf1d8bbb9]
 
         styleIds and other attributes sent again
@@ -2077150,6 +2083009,10 @@
         changed writerfilter/source/ooxml/resourcestools.xsl
         
         Consider attributes in token-to-id map.
+2009-09-23  sb  <sb@openoffice.org>  [d6688c4ca3b0f7c4fdda24f183fe60894840b6dc]
+
+        #i101955# notification support, continued (still to be continued; at least no longer fails miserably now)
+
 2009-09-23  Noel Power  <npower@openoffice.org>  [7f8c9a392962e4c8b98eaf96e96c80ae7c7a743f]
 
         warnings as errors
@@ -2077282,6 +2083145,10 @@
 
         #i97509# continued matrix tooling and adapting the usages now to all the ooo code
 
+2009-09-22  sb  <sb@openoffice.org>  [5ab6b21f22098727d905bae8b9c8eb6286c8edee]
+
+        #i101955# rudimentary notification support, continued (to be continued; known to not work correctly yet)
+
 2009-09-22  Ivo Hinkelmann  <ihi@openoffice.org>  [2040b58bef6866905a896a6c59fdd8b620067921]
 
         #i104806# back out of odficons cws
@@ -2077326,6 +2083193,10 @@
 
         dv12: Merge with DEV300_m56
 
+2009-09-22  sb  <sb@openoffice.org>  [ec826ada913dcbe494f07055683538f525d80418]
+
+        #i101955# rudimentary notification support, continued (to be continued; known to not work correctly yet)
+
 2009-09-22  Andre Fischer  <af@openoffice.org>  [5d21864366393050c8ece54e2f6a3dce8a3afff4]
 
         #i105185# Increased version number to 1.0.3
@@ -2077393,6 +2083264,10 @@
 
         #i10000# we also like to build in non mac plattforms ...
 
+2009-09-21  sb  <sb@openoffice.org>  [b5ba31ba01639a189a0c7077b763a2c3dd02a347]
+
+        #i101955# rudimentary notification support (to be continued; known to not work correctly yet)
+
 2009-09-21  Frank Schönheit  <fs@openoffice.org>  [39d12306a5addf0f49dfcb52aac7f0555a27b99e]
 
         #b6875455# always use TWIP as target device map unit during drawing text, this saves us some rounding errors
@@ -2077541,6 +2083416,10 @@
 
         CWS-TOOLING: integrate CWS sw32bf03 2009-09-11 16:05:24 +0200 od  r276069 : CWS-TOOLING: rebase CWS sw32bf03 to trunk@276043 (milestone: DEV300:m58) 2009-09-10 15:26:00 +0200 od  r276036 : #i104937# method <template<FlyCntType T> SwXFrameEnumeration<T>::SwXFrameEnumeration(..)> 	  - Correct iteration on <SwSpzFrmFmts> instance.
 
+2009-09-18  sb  <sb@openoffice.org>  [07efdd981d2da9de49b4887949c5cd6205335a44]
+
+        #i101955# cleaned up markAsModified
+
 2009-09-18  Frank Schönheit  <fs@openoffice.org>  [c98633656a5ad087d8242e20e9d14c6f69aa74af]
 
         #b6875455# - introduced (static) ImplGetEllipsesString, taking an OutputDevice and an ITextLayout - introduced ITextLayout::GetTextBreak => with this change, all text-related operations in OutputDevice::ImplDrawText and OutputDevice::ImplGetTextLines should be routed through the ITextLayout interface
@@ -2077821,6 +2083700,10 @@
 
         #i97509# added base class for 3d primitive, re-structured group primitives, added documentation
 
+2009-09-17  sb  <sb@openoffice.org>  [4a3314197920e8e06140a9661d2476f3f2014410]
+
+        #i101955# fix error (flagged by GCC)
+
 2009-09-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e06358d4e625da233e1181b3d1ef1c4159b7f6f0]
 
         CWS-TOOLING: integrate CWS kso32fixes2 2009-09-14 kso #i104767# - 64 bit build breaker 2009-09-14 kso #i14767# - compiler warning 2009-09-08 kso i104767# - Removed obsolete header. 2009-09-08 kso i104767# - Removed obsolete header include. 2009-09-08 kso #i104767# - Fixed build breaker. 2009-09-07 kso #i104767# - merged in dev300 m57. 2009-09-07 kso #i104767# - support for system credentials usage 2009-09-07 kso #i104767# - support for system credentials usage 2009-09-07 kso #i104767# - support for system credentials usage 2009-09-07 kso #i104767# - support for system credentials usage 2009-09-07 kso #i104767# - support for system credentials usage 2009-09-07 Kai Sommerfeld #i104767# - support for system credentials usage 2009-09-07 Kai Sommerfeld #i104767# - support for system credentials usage 2009-09-07 ks93798 #i104767# - adaptions for NTLM SSO
@@ -2077913,6 +2083796,10 @@
 
         #i104121# fix text-justification of all-spaces line
 
+2009-09-17  sb  <sb@openoffice.org>  [e0d923eebd71d3f2581a8402987d637bcfff060d]
+
+        #i101955# added still missing functionality and some clean up
+
 2009-09-17  Ivo Hinkelmann  <ihi@openoffice.org>  [9b5a4765c08f50c5e04212c5b23a8ac01c61c3ef]
 
         CWS-TOOLING: integrate CWS defaultdoclang 2009-08-21 14:44:21 +0200 cmc  r275260 : CWS-TOOLING: rebase CWS defaultdoclang to trunk@275001 (milestone: DEV300:m55) 2009-08-10 17:43:32 +0200 cmc  r274833 : CWS-TOOLING: rebase CWS defaultdoclang to trunk@274622 (milestone: DEV300:m54) 2009-07-24 11:46:58 +0200 cmc  r274297 : CWS-TOOLING: rebase CWS defaultdoclang to trunk@274203 (milestone: DEV300:m53) 2009-07-10 12:22:16 +0200 cmc  r273884 : #i99577# tweak the widths a bit 2009-07-08 15:17:58 +0200 cmc  r273834 : #i99577 tidy up indentation 2009-07-04 16:09:18 +0200 cmc  r273721 : #i99577# a "default" document language that reflects what the locale language is
@@ -2078181,14 +2084068,30 @@
 
         merged in DEV300_m59
 
+2009-09-16  sb  <sb@openoffice.org>  [7fdcbf2f3338b178ab1798b36d2e5c8541b7e733]
+
+        merged in DEV300_m59
+
 2009-09-16  sb  <sb@openoffice.org>  [6366d81d891cdfe7e8092551f5d7996c8d5a3064]
 
         merged in DEV300_m59
 
+2009-09-16  sb  <sb@openoffice.org>  [fbe85402f44e6fa45f39f720c07456f5de33733b]
+
+        merged in DEV300_m59
+
 2009-09-16  sb  <sb@openoffice.org>  [5261845afc9b0b731441d14fe49ebeef1123c8b7]
 
         merged in DEV300_m59
 
+2009-09-16  sb  <sb@openoffice.org>  [11418032c587bcee688fcb4f76739c0e2520193b]
+
+        merged in DEV300_m59
+
+2009-09-16  sb  <sb@openoffice.org>  [ca107138e1786b636b8f81ebbcc9994ac7dd393f]
+
+        #i101955# more fixes
+
 2009-09-16  Kohei Yoshida  <kyoshida@novell.com>  [66df527698911ad351fdc8a5c91e4a40b96c89bf]
 
         Moved the string flag from the iterator to the query param struct.
@@ -2078473,6 +2084376,14 @@
 
         remove dependency on perl by throwing out superfluous XML stuff
 
+2009-09-15  sb  <sb@openoffice.org>  [cc9d35ba95185ec95004272b6ed64f60581cd617]
+
+        #i101955# work around GCC warnings in cleaned up configmgr2/qa/unit
+
+2009-09-15  sb  <sb@openoffice.org>  [a84cb3bd6f21735dde5a955e2864c664102876f9]
+
+        #i101955# cleaned up configmgr2/qa/unit
+
 2009-09-15  Mathias Bauer  <mba@openoffice.org>  [e7e8d94bb6d31abc98bbeb4026481aa052f29278]
 
         obvious c/p error fixed
@@ -2078694,6 +2084605,10 @@
 
         CWS-TOOLING: integrate CWS chart41 2009-09-07 11:17:59 +0200 iha  r275880 : #i104854# ODF: Fallback to bar chart for surface charts as long as surface charts are not implemented 2009-09-03 10:07:24 +0200 iha  r275745 : #i104020# Y axis scaling  problem with stock chart 2009-09-02 17:11:42 +0200 iha  r275723 : #i103984# XChartDataArray / setDataArray broken 2009-09-02 17:05:16 +0200 iha  r275721 : #i103984# XChartDataArray / setDataArray broken 2009-08-31 18:18:21 +0200 iha  r275629 : #i103076# ODF, chart from MS-Office2007sp2 doesn't load  caused be different  xlink:href syntax 2009-08-28 18:35:52 +0200 iha  r275548 : #i103460# ODF charts without svg:width and svg:height are not imported correctly 2009-08-28 18:35:25 +0200 iha  r275547 : #i103460# ODF charts without svg:width and svg:height are not imported correctly 2009-08-28 18:25:45 +0200 iha  r275546 : #i103460# ODF charts without svg:width and svg:height are not imported correctly 2009-08-28 18:23:21 +0200 iha  r275544 : #i103460# ODF charts without svg:width and svg:height are not imported correctly 2009-08-28 18:18:34 +0200 iha  r275543 : #i103460# ODF charts without svg:width and svg:height are not imported correctly 2009-08-27 15:57:20 +0200 iha  r275490 : #i104160# report designer broken
 
+2009-09-14  sb  <sb@openoffice.org>  [eacccf63f0917e45ce8104e299811bcf8a3491bc]
+
+        #i101955# more minor improvements
+
 2009-09-14  Kurt Zenker  <kz@openoffice.org>  [aaf0f982b10b35a587bcfff623cf4912ae93d253]
 
         #i10000# cws odfmetadata3 corrected
@@ -2078702,6 +2084617,14 @@
 
         #i10000# cws odfmetadata3 corrected
 
+2009-09-14  sb  <sb@openoffice.org>  [83c560cb18299832ad62d03fe0e9f70aecdf8420]
+
+        #i105022# applied <http://www.openoffice.org/nonav/issues/showattachment.cgi/64725/105022_tg_ext.patch> as suggested to fix that issue
+
+2009-09-14  sb  <sb@openoffice.org>  [5026f367cf0916e2684f0a664dd5d11905932732]
+
+        #i101955# work around GCC warnings
+
 2009-09-12  Philipp Lohmann  <pl@openoffice.org>  [3aeb0fc95cf16c28c75095cfe5e720afb786e781]
 
         solve problems with transparency and N-Up
@@ -2078846,6 +2084769,14 @@
 
         CWS-TOOLING: integrate CWS ab70 2009-09-10 15:12:54 +0200 jsk  r276034 : #i85434# - mandatory automatic update test 2009-09-10 15:11:06 +0200 jsk  r276033 : #i85434# - mandatory automatic update test 2009-09-02 09:49:24 +0200 ab  r275698 : #i85434# Dialog Import
 
+2009-09-11  sb  <sb@openoffice.org>  [4c428e31d45f18633d922efb58ef29fc36aa2528]
+
+        #i101955# replaced $/ with plain / in new makefiles (no 4nt support any more)
+
+2009-09-11  sb  <sb@openoffice.org>  [f3b80e4e33d292e4ab0d981c60f872996f1c22b5]
+
+        #i101955# replaced $/ with plain / in new makefiles (no 4nt support any more)
+
 2009-09-11  Kurt Zenker  <kz@openoffice.org>  [df78782330c6cd207d0a0768275fc8bee3caced0]
 
         CWS-TOOLING: integrate CWS hb32bugs02 2009-09-02 Henning Brinkmann #i102420# revert changes 2009-08-26 Henning Brinkmann merged DEV300_m56 2009-08-19 Henning Brinkmann merged DEV300_m55 2009-08-14 Henning Brinkmann merged changes from wntmsci12 2009-08-12 Henning Brinkmann Implemented NoSpaceEdit constructor and destructor in .cxx to allow compile with debug on wntmsci12. 2009-08-12 Henning Brinkmann Added some SW_DLLPUBLIC to make compilable on wntmsci12. 2009-08-11 Henning Brinkmann #i102420# dbg_out: surround output for SwNodes with <nodes-array>. 2009-08-10 Henning Brinkmann #i102420# rewritten debug output for SwNodes. 2009-08-07 Henning Brinkmann #i102420# debug _MoveNodes: output the destination, too. Break after two iterations. 2009-08-07 Henning Brinkmann #i102420# _MoveNodes: Additionally check if destination index is inside source => false Check if current range was already handled => loop Debug output current range 2009-08-06 Henning Brinkmann merged DEV300_m54 2009-08-06 Henning Brinkmann added master fix 2009-08-06 Henning Brinkmann debug output for SwNodeRange 2009-08-04 Henning Brinkmann #i102844# robustness: check for NULL pointer to prevent crash 2009-08-03 Henning Brinkmann #i103475# applied patch and verified 2009-08-03 Henning Brinkmann Removed code preventing build of sw with DEBUG. 2009-09-11 convert-repo update tags 2009-09-10 kz CWS-TOOLING: integrate CWS os2port06dev300 2009-09-05 22:49:00 +0200 ydario  r275858 : #i99588# applied os2port06 diff to DEV300 tree. 2009-09-10 kz CWS-TOOLING: integrate CWS mingwport23 2009-08-29 07:07:53 +0200 tono  r275555 : i#104522: mingw port graphite 2009-08-29 07:07:26 +0200 tono  r275554 : i#104522: mingw port printf format fix 2009-09-10 kz CWS-TOOLING: integrate CWS mh232 2009-08-26 03:52:57 +0200 mh  r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh  r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh  r275383 : #i39230 2009-08-26 03:07:51 +0200 mh  r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh  r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh  r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh  r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh  r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh  r275067 : #i95498# make compile with gcc3 2009-09-10 kz CWS-TOOLING: integrate CWS tkr24 2009-09-07 14:31:06 +0200 is  r275898 : #160081# adding NO_LICENSE_INTO_COPYRIGHT 2009-09-10 releng #i10000# change KeyMapping to SingletonRef<framework::KeyMapping>
@@ -2078858,6 +2084789,10 @@
 
         merged in DEV300_m58
 
+2009-09-11  sb  <sb@openoffice.org>  [5f8b60a17e30cfb78715fbe03f80e292879e9a92]
+
+        merged in DEV300_m58
+
 2009-09-11  sb  <sb@openoffice.org>  [fad19424b56eda330afc6e18287caf50bd64449d]
 
         merged in DEV300_m58
@@ -2078866,6 +2084801,18 @@
 
         merged in DEV300_m58
 
+2009-09-11  sb  <sb@openoffice.org>  [aeced2a151d385863f4665d13621484996c5a036]
+
+        merged in DEV300_m58
+
+2009-09-11  sb  <sb@openoffice.org>  [07b9c7411c01b5051871a65bdff5e5dd550f2d28]
+
+        merged in DEV300_m58
+
+2009-09-11  sb  <sb@openoffice.org>  [37f2edbc91a1800b1f68eee5fd908938ab817ae2]
+
+        #101955# transfered (and adapted) unit test from old configmgr/qa/unit to new configmgr2/qa/unit; fixed errors in new configmgr2 code revealed by that unit test
+
 2009-09-11  Mathias Bauer  <mba@openoffice.org>  [10b494ec3d7bab04e82c1f8bb51eadd15ce38ae5]
 
         #i103496#: get rid of filter dependency in swext by moving wiki filter into extension
@@ -2078970,6 +2084917,10 @@
 
         Create DEV300_m58 milestone tag from trunk@276042
 
+2009-09-10  Release Engineers  <releng@openoffice.org>  [329bca69e81a705c472581a59c1ef9d3245225fe]
+
+        Create DEV300_m58 milestone tag from trunk@276042
+
 2009-09-10  Kohei Yoshida  <kyoshida@novell.com>  [2c2adca4add478b1fa7609955bc508acf327aabd]
 
         rebased to DEV300_m57.
@@ -2079006,6 +2084957,14 @@
 
         rebased to DEV300_m57.
 
+2009-09-10  sb  <sb@openoffice.org>  [c5f6b62c6560b0aaac70efc448ab7ab2c4c9cf1a]
+
+        #101955# configmgr2 unoapi tests
+
+2009-09-10  sb  <sb@openoffice.org>  [0fdd5ada8bad6d7058c5ad117ff6b230ce1a9619]
+
+        #101955# configmgr2 unoapi tests
+
 2009-09-10  Oliver Specht  <os@openoffice.org>  [9a361805e04ef1bab77aebc3fbd8677e584695d2]
 
         #i107155# support of writerfilter fixed
@@ -2079086,6 +2085045,10 @@
 
         DEV300
 
+2009-09-09  sb  <sb@openoffice.org>  [3342c0cd12956247de18927d4c3822cf6e18e5f7]
+
+        #101955# more minor improvements
+
 2009-09-09  Mathias Bauer  <mba@openoffice.org>  [3de22bffe8f4f9ec9bb64c4f43f2c3c0da6f7ac8]
 
         merge commit to DEV300_m57
@@ -2079238,6 +2085201,10 @@
 
         #i104693# nearest paper matching
 
+2009-09-08  sb  <sb@openoffice.org>  [e9f1b8736ddf6d53d518d853f2420aadcae5f958]
+
+        #i101955# minor improvements
+
 2009-09-08  Oliver Bolte  <obo@openoffice.org>  [347a3c4c94acc84f9a11878741cacc31e3aa6a2b]
 
         CWS-TOOLING: integrate CWS os134 2009-09-02 08:03:24 +0200 os  r275688 : newline added 2009-09-01 15:36:05 +0200 os  r275664 : newline added 2009-09-01 09:24:34 +0200 os  r275643 : #i104499# ruby property support fixed 2009-08-27 08:51:05 +0200 os  r275455 : CWS-TOOLING: rebase CWS os134 to trunk@275331 (milestone: DEV300:m56) 2009-08-25 08:54:46 +0200 os  r275334 : #i76332# switch to edit mode - regard 'Open in design mode' setting 2009-08-05 14:00:01 +0200 os  r274664 : #b6863593#/#i102949# print options ProspectRTL, HiddenText, Placedholder added to SwXPrintSettings 2009-08-05 13:17:21 +0200 os  r274655 : #b6858652# find linked sections/bookmarks case sensitively first 2009-07-30 11:14:03 +0200 os  r274472 : #i99860# button size on security page enhanced 2009-07-30 10:40:40 +0200 os  r274471 : #i97565# moving global document content needs undo, related string has no parameter
@@ -2079282,6 +2085249,10 @@
 
         #i12587# Inserting/editing arbitrary text objects in chart
 
+2009-09-08  sb  <sb@openoffice.org>  [bc6a16b70e09fc1210bc7a52d4b74fdcdbf1a7b9]
+
+        #i101955# split configmgr2/source/xml.cxx
+
 2009-09-08  Oliver Bolte  <obo@openoffice.org>  [0a5b1d26ac2229ee1bc842e17294719c8fc15d29]
 
         CWS-TOOLING: integrate CWS jskhgpilot2
@@ -2079402,6 +2085373,14 @@
 
         CWS-TOOLING: integrate CWS calcsheetdata 2009-08-13 16:18:48 +0200 nn  r274950 : #i102616# shared/remote files, better handling of formula results 2009-08-12 11:17:30 +0200 nn  r274884 : CWS-TOOLING: rebase CWS calcsheetdata to trunk@274622 (milestone: DEV300:m54) 2009-08-12 10:30:47 +0200 nn  r274881 : #i102616# some clean-up 2009-08-11 19:01:18 +0200 nn  r274876 : #i102616# store loaded namespaces, so prefixes remain valid 2009-08-11 19:00:49 +0200 nn  r274875 : #i102616# store loaded namespaces, so prefixes remain valid 2009-08-10 19:12:04 +0200 nn  r274835 : #i102616# detective, notes, encoding, error handling 2009-08-07 11:18:46 +0200 nn  r274751 : #i102616# use new method SvXMLAutoStylePoolP::AddNamed 2009-08-07 11:18:15 +0200 nn  r274750 : #i102616# new method SvXMLAutoStylePoolP::AddNamed 2009-08-06 18:02:42 +0200 nn  r274740 : #i102616# modification: shapes, notes, pending row heights; skip sheets in export iterator 2009-08-05 18:41:59 +0200 nn  r274694 : #i102616# handle text styles in notes 2009-08-03 18:55:59 +0200 nn  r274594 : #i102616# handle text styles in cells 2009-07-31 19:00:06 +0200 nn  r274548 : #i102616# handle styles for notes 2009-07-28 16:46:20 +0200 nn  r274414 : missed a conflict 2009-07-28 14:01:56 +0200 nn  r274404 : CWS-TOOLING: rebase CWS calcsheetdata to trunk@274203 (milestone: DEV300:m53) 2009-07-23 18:28:47 +0200 nn  r274278 : #i102616# handle table styles 2009-07-22 15:40:24 +0200 nn  r274244 : #i102616# handle row styles 2009-07-21 20:09:37 +0200 nn  r274211 : #i102616# handle column styles 2009-07-16 13:00:18 +0200 nn  r274043 : #i102616# invalidate all stream positions when inserting/deleting sheets 2009-07-15 17:41:15 +0200 nn  r274021 : #i102616# don't collect cell styles twice for copied sheets 2009-07-14 18:36:11 +0200 nn  r273985 : #i102616# allow to query stream position, clear buffer 2009-07-14 18:32:10 +0200 nn  r273984 : #i102616# allow to specify a name for an autostyle 2009-07-09 22:01:23 +0200 nn  r273870 : #i102616# copy stream for unchanged sheets 2009-07-08 18:11:42 +0200 nn  r273844 : #i102616# store stream positions of sheets 2009-06-24 19:08:18 +0200 nn  r273363 : #i102616# detect changed sheets since loading 2009-06-09 15:53:32 +0200 nn  r272774 : #i102616# store automatic cell style information after loading
 
+2009-09-07  sb  <sb@openoffice.org>  [1b4407b98580c6d20a060c5f151d401c83aae2b6]
+
+        #i101955# simplified parseValue functions
+
+2009-09-07  sb  <sb@openoffice.org>  [1e4b628a918905f43b39395dde48907f6e92c5dc]
+
+        #i101955# write registrymodifications.xcu file directly, instead of using libxml2 (will become fast once CWS mhu20 makes sal file I/O buffered)
+
 2009-09-07  sb  <sb@openoffice.org>  [7ea98d0a677f26895fa9fbe9446b394bab0dbf5e]
 
         #i101955# rtl_string2UString_status must set *pInfo on every path through the function body
@@ -2079470,6 +2085449,10 @@
 
         #i101242# start grammar checking only for docs with visible views
 
+2009-09-07  sb  <sb@openoffice.org>  [54f84fe846c362e3b2b94e8545bafd873253705e]
+
+        #i101955# UTF-8 conversion cleanup
+
 2009-09-07  Oliver Bolte  <obo@openoffice.org>  [8d19f8eab1d0da0467616760009049305159b7e5]
 
         CWS-TOOLING: integrate CWS automationdev300m55writer_fixes 2009-08-27 12:19:34 +0200 hde  r275471 : adding a keypress to testcase 2009-08-27 12:07:20 +0200 hde  r275468 : adding a sleep after selection of object 2009-08-27 10:21:42 +0200 hde  r275462 : warnlog for i102093 removed 2009-08-26 15:50:43 +0200 wg  r275429 : 104520 2009-08-26 15:20:25 +0200 hde  r275425 : added checkbox Notes 2009-08-25 15:20:06 +0200 hde  r275363 : mouse click is observed as obsolete 2009-08-25 13:47:33 +0200 hde  r275350 : maximized document window after opening 2009-08-25 10:43:47 +0200 hde  r275340 : maximizes document windowon create 2009-08-25 08:52:33 +0200 hde  r275333 : #95266#styles for chineses adapted 2009-08-24 15:34:45 +0200 hde  r275321 : #104450#several fixes in object selection 2009-08-24 15:34:03 +0200 hde  r275320 : #104450#several fixes in object selection 2009-08-21 14:44:36 +0200 wg  r275261 : 104404 2009-08-21 14:40:39 +0200 wg  r275259 : 104404 2009-08-21 14:39:03 +0200 wg  r275258 : 104404 2009-08-21 14:30:37 +0200 wg  r275256 : 104404 2009-08-21 14:24:18 +0200 wg  r275253 : 104404 2009-08-21 14:21:44 +0200 wg  r275252 : 104404 2009-08-21 14:08:41 +0200 wg  r275247 : 104404 2009-08-21 14:05:51 +0200 wg  r275246 : 104404 2009-08-21 13:20:44 +0200 wg  r275242 : 104398 2009-08-21 13:14:05 +0200 wg  r275241 : 104398 2009-08-21 13:00:26 +0200 hde  r275240 : 102477-warnlog removed from testcase 2009-08-21 12:52:50 +0200 wg  r275238 : 104398 2009-08-21 12:50:26 +0200 wg  r275237 : 104398 2009-08-21 12:50:07 +0200 hde  r275236 : printlog changed 2009-08-21 12:48:43 +0200 hde  r275235 : 100240-testcases renamed to a meaningful name 2009-08-21 12:46:59 +0200 wg  r275233 : 104398 2009-08-21 12:37:46 +0200 wg  r275231 : 104398 2009-08-21 11:37:20 +0200 oc  r275229 : #i104395# sleeps added to avoid timing problems 2009-08-21 11:24:19 +0200 wg  r275226 : 104393 2009-08-20 15:49:02 +0200 hde  r275187 : i100670-made qaerrorlog from warnlog 2009-08-20 15:44:58 +0200 hde  r275186 : 104358..html-export excluded
@@ -2079598,6 +2085581,10 @@
 
         Create DEV300_m57 milestone tag from trunk@275796
 
+2009-09-04  sb  <sb@openoffice.org>  [00ea0282e98b06e56fe0060c0d5861e22bd37286]
+
+        merged in DEV300_m57
+
 2009-09-04  sb  <sb@openoffice.org>  [e765abbb26108f0263913a40d0714dcb9b31fa10]
 
         merged in DEV300_m57
@@ -2079610,14 +2085597,38 @@
 
         merged in DEV300_m57
 
+2009-09-04  sb  <sb@openoffice.org>  [86f98daab3f81482155a444544662c51490b0b87]
+
+        merged in DEV300_m57
+
+2009-09-04  sb  <sb@openoffice.org>  [0f4466a299b50c9deefbfad301dc1ae7c4b97f48]
+
+        merged in DEV300_m57
+
 2009-09-04  sb  <sb@openoffice.org>  [2261e520232d0bc3e34e55418b011c5c71b3a3ff]
 
         merged in DEV300_m57
 
+2009-09-04  sb  <sb@openoffice.org>  [ab1ce9610fa399348a164fe1f8ed52919a0fe597]
+
+        merged in DEV300_m57
+
 2009-09-04  Thomas Lange  <tl@openoffice.org>  [3450d32cff473715e2a7d5a44e5cefde6a4a1872]
 
         #i101242# assertion in ViewOptionAdjustStart fixed
 
+2009-09-04  sb  <sb@openoffice.org>  [a255d9a0db453a89a8405a2b48a95975a4d68158]
+
+        #i101955# renamed LocalizedPropertyValueNode -> LocalizedValueNode
+
+2009-09-04  sb  <sb@openoffice.org>  [0baf4be34683544c2ad8bfdb68e2be0aaf325036]
+
+        #i101955# improved performance of clodeNodeMap
+
+2009-09-04  sb  <sb@openoffice.org>  [c2510cdb992df2f8bbb8893b1a74320fc11d677e]
+
+        #i101955# introduced Node::kind() to dispatch on different node kinds with something faster and more readable (swich) than pure dynamic_cast (still using dynamic_cast after kind(): it is assumed to be fast enough to dynamic_cast to the actual dynamic type, and safer than static_cast); I still consider the resulting code more readable than clunky C++ double-dispatch implementations or adding excessive number of virtual functions to Node directly
+
 2009-09-04  Thomas Lange  <tl@openoffice.org>  [aacdff37a8696ddcbe0094e7b3fcd650eb311eb5]
 
         #i101242# printing of HTML source won't cross the border frame anymore
@@ -2079654,6 +2085665,14 @@
 
         #i101242# printing from HTML source view
 
+2009-09-03  sb  <sb@openoffice.org>  [0a000546ce8fdf333b2cd2f02b161a07d102a656]
+
+        #i101955# fixed parsing of xcs <set><item> elements
+
+2009-09-03  sb  <sb@openoffice.org>  [188dbe98807ade0880154dc146c58ef4d30ff92c]
+
+        #i101955# minor simplification of configmgr2 code
+
 2009-09-03  Release Engineers  <releng@openoffice.org>  [9d7d35bce00ec0b2676d0428872300cc257e3288]
 
         #100000# revert some unxlngx settings
@@ -2079718,6 +2085737,10 @@
 
         chartshapes: merge with DEV300 m55
 
+2009-09-02  sb  <sb@openoffice.org>  [05c71f56d898c67a4a7d33e3e34f8bb05099644a]
+
+        #i101955# further improvements of new configmgr2 XmlReader (parse CDATA sections, skip comments and DTD)
+
 2009-09-02  Kohei Yoshida  <kohei@openoffice.org>  [9b0c9920d629acbdf8516e13ba045cfea7b1fd97]
 
         Show display names (aka layout names) of fields in the dp layout dialog and its child dialogs.
@@ -2079814,6 +2085837,14 @@
 
         #i10000#: update unxlngx6 environment
 
+2009-08-31  sb  <sb@openoffice.org>  [c02e314fbd7a08bd5ab1243fbf95e68822cfc463]
+
+        #i101955# prevent GCC warning
+
+2009-08-31  sb  <sb@openoffice.org>  [fb6cf810c69f42846e4f3b2f999c3e3854edb73b]
+
+        #i101955# further improvements of new configmgr2 XmlReader
+
 2009-08-31  Philipp Lohmann  <pl@openoffice.org>  [0b66a79a38b3f6fb1790307f6459a62efec35442]
 
         #i92516# no progress on api print
@@ -2079858,6 +2085889,10 @@
 
         #i10000# regenerated configure
 
+2009-08-28  sb  <sb@openoffice.org>  [e335318f7fa315507a3ac4cb75e62f18fafc899b]
+
+        #i101955# adapted smoketest to previous HG change 8a7b875f63e1 (smoketestoo_native/config.pl now writes a registrymodifications.xcu); cleaned up
+
 2009-08-28  Release Engineers  <releng@openoffice.org>  [a6664b6747ca61b47b4c1638df375bd9b8f0518a]
 
         #i102677# a file,that should have been integrated with fillednetchart CWS
@@ -2079898,6 +2085933,14 @@
 
         CWS-TOOLING: integrate CWS bjm02 2009-08-12 Bjoern Michaelsen #i101879# moved officeversion from envelope body to requestbody 2009-08-11 Bjoern Michaelsen #i103732# reverting changeset f3f527950572 2009-08-10 Bjoern Michaelsen cws bjm02: merging local minibranches 2009-08-10 Bjoern Michaelsen #i104128# remove additional duplication in svx headers, remove license header merge conflicts in svx headers 2009-08-10 Bjoern Michaelsen #i100484# fixed buildbreaker on win32 2009-08-10 Bjoern Michaelsen #i104128# remove duplication in svx headers 2009-08-04 Bjoern Michaelsen #i103913# fixed bookmark updating when moving numbered para 2009-08-03 Bjoern Michaelsen #i101879# include officeversion/productname in soaprequest 2009-07-31 Bjoern Michaelsen #i84926# Selecting all in blockmode automatically falls back to std mode 2009-07-31 Bjoern Michaelsen #i100484# operation on 'pCmpLine' may be undefined, thanks cmc 2009-07-29 Bjoern Michaelsen #i103059# fixing crash on empty enumeration 2009-07-29 Bjoern Michaelsen #i98659# fixing typo in usagetracking option tabpage 2009-07-29 Bjoern Michaelsen #i103732# not triggering loading of oooimprovement dll if usage tracking is disabled 2009-07-29 Bjoern Michaelsen #i103036# stlunosequence can be use simple array-pointers as iterators, fixing used type in xmloff 2009-07-29 Bjoern Michaelsen #i103036# stlunosequence can be use simple array-pointers as iterators 2009-07-29 Bjoern Michaelsen #i103182# completely removing unused functions in extensions/oooimprovement 2009-07-28 Bjoern Michaelsen cws bjm02: merged changes from master up to milestone DEV300_m53 2009-06-29 Bjoern Michaelsen #i103182# commenting out getFailedAttempts(..) for future use 2009-06-29 Bjoern Michaelsen #i103183# removed unused function sw::mark::CrossRefBookmark::IsLegalName(..) 2009-06-29 Bjoern Michaelsen #i103182# removing unused functions in extensions/oooimprovement 2009-06-24 Bjoern Michaelsen #i103059# not using enumeration for getByName/getByIndex 2009-06-24 Bjoern Michaelsen #i103059# not using enumeration for hasByName/GetCount/hasElements for performance reasons 2009-06-24 Bjoern Michaelsen #i103036# stlunosequence can be use simple array-pointers as iterators 2009-08-27 releng CWS-TOOLING: integrate CWS hr65 2009-08-26 Jens-Heiner Rechtien #i104521#: implement 'setcurrent'; document --hg option to 'create' 2009-08-26 Jens-Heiner Rechtien #i104521#: SOAP method setSCMName() doesn't return a value 2009-08-26 Jens-Heiner Rechtien #i104521#: implement [set|get]_scm() 2009-08-26 Jens-Heiner Rechtien #i104521#: implement --hg switch to 'cws create' 2009-08-27 vg CWS-TOOLING: integrate CWS hr64_DEV300 2009-07-21 13:24:57 +0200 hr  r274189 : #i99576#: re-enable optimization for tabcont.cxx 2009-07-21 13:17:18 +0200 hr  r274188 : #i99592: disable -xspace optimization for Solaris x86 and SunStudio 12, due to some mis-optimzation in sc and elsewhere. SunStudio 12 update 1 is OK, but needs a few unrelated changes which will be implemented in DEV300 code line 2009-08-27 releng CWS-TOOLING: integrate CWS sw32bf02 2009-08-25 15:52:04 +0200 hde  r275366 : reactived testcases hit by issue 102752 2009-08-21 13:52:17 +0200 od  r275245 : #i102921# delete files whose deletion has been forgotten in cws impress172 2009-08-21 11:20:47 +0200 od  r275225 : CWS-TOOLING: rebase CWS sw32bf02 to trunk@275001 (milestone: DEV300:m55) 2009-08-20 16:21:30 +0200 od  r275191 : #i92511# method <lcl_MoveAllLowerObjs(..)> 	 - invalidation of cache for object rectangle inclusive spaces is needed. 2009-08-20 15:50:40 +0200 od  r275188 : #i96726# method <SwPagePreView::DocSzChgd(..)> 	 - trigger recalculation of page preview layout even if the count of pages is not changing 2009-08-20 12:37:32 +0200 od  r275172 : #i100466# correction for showing and hiding redlines 2009-08-18 13:25:18 +0200 od  r275100 : #i103817# method <XMLTextImportHelper::SetStyleAndAttrs(..)           - assure that a heading applies the outline style, if no other list style is applied. 2009-08-18 13:21:38 +0200 od  r275098 : #i103817# allow the outline style - list style for outline numbering - to be set directly at the paragraph 2009-08-17 14:13:02 +0200 od  r275052 : #i103684# add missing documentation for new optional OutlineLevel attribute introduced in OOo 3.1 2009-08-17 14:00:25 +0200 od  r275049 : #i100481# method <XMLTextFrameContext_Impl::CreateChildContext(..)># 	  - correct condition for handling embedded documents and embedded math objects 2009-08-12 14:11:34 +0200 od  r274891 : #i97379# assure that columns are not applied to fly frames, which represent graphics or embedded objects 2009-08-12 12:51:43 +0200 od  r274889 : #i101870# method <SwTxtNode::_MakeNewTxtNode(..)> 	  - perform action on different paragraph styles before applying new paragraph style 2009-08-12 12:24:44 +0200 od  r274888 : #i101092# method <ViewShell::Paint(..)> 	  - encapsulate paint of document background and document into pre and post drawing layer paint calls 2009-08-12 11:38:48 +0200 od  r274886 : #i98766# minor adjustment in order to be warning free under Mac port builds 2009-08-12 11:33:54 +0200 od  r274885 : #i99267# method <SwTabFrm::MakeAll()> 	 - reset <bSplit> after forward move to assure that follows can be joined, if further space is available. 2009-08-12 11:11:49 +0200 od  r274882 : #i98766# method <ViewShell::SmoothScroll(..) 	 - disable smooth scroll for Mac port builds 2009-08-10 12:17:58 +0200 od  r274801 : CWS-TOOLING: rebase CWS sw32bf02 to trunk@274622 (milestone: DEV300:m54) 2009-07-21 16:56:45 +0200 od  r274206 : #i103685# method <SwTxtFormatter::NewTabPortion(..)> 	  - adjust condition to apply automatic tab stop at left margin correctly 	    in case that tab stops are not relative to indent 2009-07-10 11:53:53 +0200 od  r273883 : #i102752 method <SwDrawContact::Modify(..)> 	 - assure that a ShapePropertyChangeNotifier exists 2009-07-07 12:01:58 +0200 mst  r273788 : #i103304# apply patch by dtardon to fix bogus conditional 2009-07-07 09:01:13 +0200 od  r273767 : CWS-TOOLING: rebase CWS sw32bf02 to trunk@273468 (milestone: DEV300:m51) 2009-08-27 vg CWS-TOOLING: integrate CWS native264_DEV300 2009-08-13 11:58:58 +0200 is  r274928 : #i104200# update to jre6u16 2009-08-27 vg CWS-TOOLING: integrate CWS automationdev300m54tables 2009-08-14 13:01:05 +0200 wg  r274976 : i104224 2009-08-14 13:00:28 +0200 wg  r274975 : i104224 2009-08-14 12:12:34 +0200 wg  r274974 : i104222 2009-08-13 14:28:13 +0200 wg  r274944 : i104205 2009-08-13 14:27:40 +0200 wg  r274943 : i104205 2009-08-13 14:26:36 +0200 wg  r274942 : i104205
 
+2009-08-27  sb  <sb@openoffice.org>  [6a2f52be17acb7bb899aff8e6f364c2e722f7328]
+
+        #i101955# create the whole user path directory hierarchy (this error was hidden by the old configmgr implementation which always had created the user path directory hierarchy on its own already when this code was reached)
+
+2009-08-27  sb  <sb@openoffice.org>  [7d33eec9f7fd70d0a52b9e30668f54e578e2684c]
+
+        #i101955# do not read the old user xcs/xcu layer (it would potentially fail, anyway)
+
 2009-08-27  Release Engineers  <releng@openoffice.org>  [d30c818de2aa67effa98d57a40e25f3bde37267a]
 
         CWS-TOOLING: integrate CWS c28v001_DEV300 2009-06-11 09:57:13 +0200 pl  r272848 : #160046# make product and welcome text have transparent background to allow for more flexibility of the background bitmap 2009-06-11 09:54:27 +0200 pl  r272847 : #160045# add edition search path for images.zip
@@ -2079914,6 +2085957,14 @@
 
         CWS-TOOLING: integrate CWS swapfix01_DEV300 2009-08-17 16:40:04 +0200 cl  r275061 : #i104146# added patch flag for svx library 2009-08-17 15:48:01 +0200 cl  r275059 : #i104146# force swap in of graphic to avoid getting the unique id from the preview graphic
 
+2009-08-27  sb  <sb@openoffice.org>  [6de0474cf34cb9e7cc6cf6625b5c6cdd30b33a6b]
+
+        #i101955# allow xml namespace to be explicitly declared in an XML file
+
+2009-08-27  sb  <sb@openoffice.org>  [75014efe95aee871457d8b7c997f20f72f48e35f]
+
+        #i101955# adapt to Windows .ini (vs rc) ini-file names
+
 2009-08-27  Release Engineers  <releng@openoffice.org>  [9d33939ae08887bca80fb7a11a7104b227ad3573]
 
         CWS-TOOLING: integrate CWS hr65 2009-08-26 Jens-Heiner Rechtien #i104521#: implement 'setcurrent'; document --hg option to 'create' 2009-08-26 Jens-Heiner Rechtien #i104521#: SOAP method setSCMName() doesn't return a value 2009-08-26 Jens-Heiner Rechtien #i104521#: implement [set|get]_scm() 2009-08-26 Jens-Heiner Rechtien #i104521#: implement --hg switch to 'cws create'
@@ -2079994,6 +2086045,10 @@
 
         CWS-TOOLING: integrate CWS automationdev300m55cat0 2009-08-19 15:28:07 +0200 wg  r275152 : i104336 2009-08-19 09:45:52 +0200 wg  r275135 : i104327 2009-08-18 16:31:42 +0200 tbo  r275117 : #i103796# remove staroffice dialog from ooo 2009-08-18 15:32:13 +0200 tbo  r275112 : #ii104274# merge both optiond required files together / run only application related/dependant options test
 
+2009-08-27  sb  <sb@openoffice.org>  [24d60f1533a735363d01696b0d7514349da66208]
+
+        #i101955# implemented full normalization of XML attribute values
+
 2009-08-27  Kohei Yoshida  <kohei@openoffice.org>  [80434c86f9a52c5118b5590f6df3b95d732f1c9e]
 
         Use the new PopupMenuFloatingWindow instead of FloatingWindow for popup menu specific stuff.
@@ -2080110,6 +2086165,10 @@
 
         #i101955# new osl_File_MapFlag_WillNeed (honored on MACOSX and SOLARIS for now)
 
+2009-08-26  sb  <sb@openoffice.org>  [95cd90b64aa7852dabb871fffd59ce51488b8d9d]
+
+        #i101955# new osl_File_MapFlag_WillNeed (honored on MACOSX and SOLARIS for now)
+
 2009-08-26  Oliver Bolte  <obo@openoffice.org>  [99e6c346064861f49c0ef1da24fe652fc5da2618]
 
         #i10000# Buildtype GRAPHITE added
@@ -2080338,6 +2086397,14 @@
 
         Reorganized accessible menu implementation so that the toplevel window is treated as menu.  It's cleaner and less complicated this way.
 
+2009-08-25  sb  <sb@openoffice.org>  [f1597411b7cff32338b2a906324078e4520183be]
+
+        #i101955# improve performance by removing unnecessary stuff from XML files (esp. whitespace) and abandoning osl_File_MapFlag_RandomAccess (which, at least when measured on some Linux box had slightly negative and no positive impact on cold and warm startup times)
+
+2009-08-25  sb  <sb@openoffice.org>  [28c8ff0ab1fb0b1db7abf28a47f3fc2d48f4d305]
+
+        #i101955# improve performance by removing unnecessary stuff from XML files (esp. whitespace) and abandoning osl_File_MapFlag_RandomAccess (which, at least when measured on some Linux box had slightly negative and no positive impact on cold and warm startup times)
+
 2009-08-25  Release Engineers  <releng@openoffice.org>  [1348288905ffa75d3634eee4392ba4660d28cdb9]
 
         CWS-TOOLING: integrate CWS hb32bugs01 2009-08-03 22:06:54 +0200 hbrinkm  r274599 : resolved warning on unxlngi6 2009-08-03 17:52:32 +0200 hbrinkm  r274592 : CWS-TOOLING: rebase CWS hb32bugs01 to trunk@274203 (milestone: DEV300:m53) 2009-08-03 13:52:40 +0200 hbrinkm  r274578 : #i102260# applied patches 2009-08-03 11:49:22 +0200 hbrinkm  r274570 : #i96371# applied patch 2009-07-24 17:44:05 +0200 hbrinkm  r274316 : #i99261# adjust to change in behaviour of DeleteAndJoin 2009-07-24 17:40:30 +0200 hbrinkm  r274315 : resolved warnings on wntmsci12 2009-07-17 13:33:22 +0200 hbrinkm  r274091 : #i74153# robustness check in SwRTFParser::NextToken 2009-07-06 16:34:52 +0200 hbrinkm  r273753 : #97488# applied patch 2009-07-06 16:04:05 +0200 hbrinkm  r273750 : #i96875# some robustness changes 2009-06-30 17:06:15 +0200 hbrinkm  r273523 : #i99786# applied patch 2009-06-30 14:17:49 +0200 hbrinkm  r273505 : #i100918# applied patch 2009-06-18 13:18:08 +0200 hbrinkm  r273111 : #i100952# TabCellEnd: Do not remove empty text node if it has SwFrmFmts anchored 2009-06-18 13:14:23 +0200 hbrinkm  r273110 : #i100952# SwFltAnchorClient to watch for changes of SwFrmFmt in SwFltAnchor 2009-06-16 13:20:50 +0200 hbrinkm  r273018 : #102490# applied patch 2009-06-16 12:51:01 +0200 hbrinkm  r273017 : #i102473# applied patch 2009-06-16 10:45:04 +0200 hbrinkm  r273009 : #100353# applied patch 2009-06-15 17:39:47 +0200 hbrinkm  r273004 : CWS-TOOLING: rebase CWS hb32bugs01 to trunk@272827 (milestone: DEV300:m50) 2009-06-10 14:32:45 +0200 hbrinkm  r272812 : CWS-TOOLING: rebase CWS hb32bugs01 to trunk@272291 (milestone: DEV300:m49)
@@ -2080514,6 +2086581,14 @@
 
         merge with m55
 
+2009-08-24  sb  <sb@openoffice.org>  [9db97c6c6a39492f76c6767d8e16cb6650421241]
+
+        #i101955# minor fixes to previous change
+
+2009-08-24  sb  <sb@openoffice.org>  [c4135bde0fc4b35da6e3021a75a5cda511dded5e]
+
+        #i101955# in the hand-crafted XML parser, use osl_mapFile instead of osl_readFile (and abandon the trick of marking the end of file with a null byte), hoping the net result is faster
+
 2009-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [8e77b635da36f48ca527960978a4e36332b538e7]
 
         #i10000# build fix
@@ -2080534,6 +2086609,10 @@
 
         #i88957# Improved handling of already downloaded updates
 
+2009-08-23  sb  <sb@openoffice.org>  [843527ba5e9025bb01f37b7e147937236d0eda84]
+
+        #i101955# work in progress of using hand-crafted XML parser instead of libxml2, to improve performance
+
 2009-08-22  Philipp Lohmann  <pl@openoffice.org>  [8e24d60a844f03e6ff664a5c5ceddfbd95cd75d7]
 
         make compile
@@ -2080694,6 +2086773,10 @@
 
         #i12587# Inserting/editing arbitrary text objects in chart
 
+2009-08-19  sb  <sb@openoffice.org>  [d555d999565d347b979f2401fcc21b66dcc61ec3]
+
+        #i101955# improved XML value encoding (using new <unicode> and <it> elements)
+
 2009-08-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [b1b988e0eaeda10597640212454fccd601cc4748]
 
         merged DEV300_m55
@@ -2080746,6 +2086829,14 @@
 
         #i92516# new print UI
 
+2009-08-19  sb  <sb@openoffice.org>  [394542a3d352dd4a47e9e3b206ef0507f04ba8ba]
+
+        #i101955# minor improvements
+
+2009-08-19  sb  <sb@openoffice.org>  [d358c9cf7e917ac31e0e7e0384384ebb737903f7]
+
+        #i101955# minor improvements
+
 2009-08-19  Philipp Lohmann  <pl@openoffice.org>  [a45b7400bb5d3d0ae0521789c67a7e2700734973]
 
         fix a warning
@@ -2080774,6 +2086865,10 @@
 
         #i10000# only linux / windows
 
+2009-08-18  sb  <sb@openoffice.org>  [13f2eb5fc296ca4951637e1c25e7e330c3e4151f]
+
+        #i101955# fixed configmgr2/source/xml.cxx parseType to parse type names based on namespace IRI instead of namespace prefix again
+
 2009-08-18  Ivo Hinkelmann  <ihi@openoffice.org>  [f0ea564a473cc84e4dd6d81ed3c37246833a84c3]
 
         #i10000# regen configure
@@ -2080790,6 +2086885,10 @@
 
         merge with m50
 
+2009-08-18  sb  <sb@openoffice.org>  [a34d072db63aefb6d76bb226c142737e0653bfde]
+
+        #i101955# fixed some problems with previous commit
+
 2009-08-18  Ivo Hinkelmann  <ihi@openoffice.org>  [96243aed0aa3d119266ea280da2073baff86507c]
 
         #i10000# build fix, enable graphite only for linux and windows
@@ -2080798,6 +2086897,14 @@
 
         #i10000# build fix
 
+2009-08-18  sb  <sb@openoffice.org>  [d41099f97fc5aede4b6ea406f65e01c3d2eefc5f]
+
+        #i101955# for performance reasons, switched configmgr2 XML reading from DOM-based to libxml2 streaming xmlreader API; also slightly changed format of .xcd and registrymodifications(.xcu)
+
+2009-08-18  sb  <sb@openoffice.org>  [8a16dee48eb34486e57bee941311232c2c1a2f4a]
+
+        #i101955# for performance reasons, switched configmgr2 XML reading from DOM-based to libxml2 streaming xmlreader API; also slightly changed format of .xcd and registrymodifications(.xcu)
+
 2009-08-17  Philipp Lohmann  <pl@openoffice.org>  [9be3c3724cd0dd2409ac1ebba88d30e04127272c]
 
         #i92516# handle pageoffset in vcl instead of application
@@ -2081330,6 +2087437,10 @@
 
         CWS-TOOLING: integrate CWS c07v023_DEV300 2009-06-17 02:24:12 +0200 sus  r273044 : final enhancement of previous fix 2009-06-05 08:45:12 +0200 obo  r272664 : #i97033#,#i97866#,#b6796174# 2009-06-05 08:41:27 +0200 obo  r272663 : #i98107# Adjust XHTML filter to request further information from ODF export 2009-06-04 08:26:34 +0200 obo  r272610 : #b6796174# Fixing format issues with images 2009-06-04 08:23:55 +0200 obo  r272609 : #i85272#,#i98107# 2009-05-27 16:54:40 +0200 obo  r272360 : CWS-TOOLING: rebase CWS c07v023 to branches/OOO310@272261 (milestone: OOO310:m12) 2009-05-27 14:29:28 +0200 sus  r272345 : #i98406# Fixing several minor issues, overtaking changes for the ODF 1.2 spec export
 
+2009-08-07  sb  <sb@openoffice.org>  [e878622e97aa0b512cb24553f2d0daac2e49a34d]
+
+        #i101955# refactored configmgr2/source/components.cxx
+
 2009-08-06  Kohei Yoshida  <kyoshida@novell.com>  [feeb99de89fc888b9397ddca882d121bdec2bef4]
 
         Change the identity of the import option dialog.
@@ -2081349,6 +2087460,10 @@
 
         CWS-TOOLING: integrate CWS tempdir 2009-08-03 21:39:51 +0200 cloph  r274596 : ups, broke the build, get_tmp_dir always creates additional dir (misnomer), use TMPPATH var 2009-08-03 18:03:30 +0200 cloph  r274593 : use get_tmp_dir for the html-output #i83414# 2009-08-03 17:51:06 +0200 cloph  r274590 : mention issue-number in description for GXX_INCLUDE_PATH workaround (100049) whitespace cleanup 2009-07-25 15:05:27 +0200 rene  r274340 : #i100049# workaround for mandriva gcc 2009-07-25 14:15:08 +0200 rene  r274339 : #i83414#, #i83901#, #i103782# remove T(E)MP, rely on TMPDIR. Default to /tmp 2009-07-25 13:51:00 +0200 rene  r274337 : #i103805# missing @
 
+2009-08-06  sb  <sb@openoffice.org>  [f06edd112bc68e8c5472a830fa68dbf01927ff5c]
+
+        #i101955# replaced uses of STLport hash_map with map to (drastically) improve performance
+
 2009-08-06  Philipp Lohmann  <pl@openoffice.org>  [b8ad5bcce0e492d405f42c2e655ef6bf9eacaac9]
 
         #i92516# add: draw UI
@@ -2081393,6 +2087508,18 @@
 
         #i92516# Fix mail merge with new printing function. Don't set SID_ASYNCHRON to true for normal mail merge operations
 
+2009-08-06  sb  <sb@openoffice.org>  [fb6954af7263c763bf69a5989dd95646ff57a6a7]
+
+        #i101955# typo draw.xcd -> onlineupdate.xcd
+
+2009-08-06  sb  <sb@openoffice.org>  [bf5ee44929f8ca58b4997490d5e293ce33e90f72]
+
+        #i101955# fixed Windows configmgr import lib
+
+2009-08-06  sb  <sb@openoffice.org>  [a6f2f3ead5df37be9b4795c0831a451feebc06d8]
+
+        #i101955# fixed Windows configmgr import lib
+
 2009-08-06  Release Engineers  <releng@openoffice.org>  [f4ba26d7568062c21a569e987a9b3b93849c64ed]
 
         CWS-TOOLING: integrate CWS ab72 2009-08-03 14:57:25 +0200 jsk  r274581 : #i103969 - fixed f_windowfunctions.bas 2009-08-03 13:29:21 +0200 jsk  r274577 : #i103969 - minor stability improvements and a rewrite to use GUI function to install extension (CLI version fails for some unknown reason) 2009-07-16 10:43:48 +0200 ab  r274033 : #i82918# Added support to pass context explicitely to service ctors 2009-07-08 16:24:05 +0200 ab  r273839 : CWS-TOOLING: rebase CWS ab72 to trunk@273468 (milestone: DEV300:m51) 2009-07-02 13:09:22 +0200 ab  r273641 : #i89740# Fixed resource typos 2009-07-02 12:21:49 +0200 ab  r273635 : #i99461# Applied patch 2009-06-23 15:56:08 +0200 ab  r273284 : #i100578# applied patch 2009-06-23 11:52:45 +0200 ab  r273271 : #i100600# applied patch 2009-06-22 14:35:15 +0200 ab  r273231 : #i101603# applied patch 2009-06-22 13:24:22 +0200 ab  r273227 : #i100540# applied patch to remove unused code 2009-06-10 13:33:20 +0200 ab  r272806 : #i82918# New style service ctor support
@@ -2081513,6 +2087640,14 @@
 
         #i103253# #i103252# fix headless printing, duplicate free
 
+2009-08-05  sb  <sb@openoffice.org>  [ee885f222087c2edc18ed005aaf69fba4ddd52c5]
+
+        #i101955# converted Langpack-$(lang).xcu to Langpack-$(lang).xcd, towards removal of the registry/modules tree
+
+2009-08-05  sb  <sb@openoffice.org>  [af7f6cb89538463eafd737350e76e70b1cf30885]
+
+        #i101955# converted Langpack-$(lang).xcu to Langpack-$(lang).xcd, towards removal of the registry/modules tree
+
 2009-08-05  Release Engineers  <releng@openoffice.org>  [0c53c31250a1e5f51beee0da5b8074dd4efa745a]
 
         CWS-TOOLING: integrate CWS sb108 2009-07-03 09:29:08 +0200 sb  r273678 : #i100407# reverted previous -c 269874 again (will be obsoleted by CWS moz2seamonkey01 soon, anyway) 2009-06-23 10:22:43 +0200 sb  r273261 : missing dependency 2009-06-22 12:35:51 +0200 sb  r273214 : CWS-TOOLING: rebase CWS sb108 to trunk@272827 (milestone: DEV300:m50) 2009-03-23 15:44:53 +0100 is  r269881 : #i100443# patch for bsd builds 2009-03-23 14:56:31 +0100 sb  r269874 : #i100407# fix for FreeBSD (patch by maho)
@@ -2081529,10 +2087664,22 @@
 
         merged in DEV300_m54
 
+2009-08-05  sb  <sb@openoffice.org>  [2a01d80fba5479ba592f7f937d9d07639f0da3fa]
+
+        merged in DEV300_m54
+
 2009-08-05  sb  <sb@openoffice.org>  [a19da7e430625dd6b2db50d6d62ab72dd113e984]
 
         merged in DEV300_m54
 
+2009-08-05  sb  <sb@openoffice.org>  [8cc805c72c5ba47161a29a321f0502bc545923f4]
+
+        merged in DEV300_m54
+
+2009-08-05  sb  <sb@openoffice.org>  [566c82a4b4f1882bb4adc8b92d43df0096ad08b7]
+
+        merged in DEV300_m54
+
 2009-08-04  Kohei Yoshida  <kohei@openoffice.org>  [00937e3a0c28ae5461de8ca3cfbdf93cf06f1cbc]
 
         A little better image set for the single-action buttons, based on the corresponding screenshot in IBM's spec.
@@ -2081601,6 +2087748,10 @@
 
         #i103991# fixed crash
 
+2009-08-04  sb  <sb@openoffice.org>  [22f3ab10616e7228b4e4a75ef9c8166571139bf4]
+
+        #i101955# consolidating xcs/xcu files in xcd files (for now in new postprocess/packregistry); extended configmgr2 to search for multiple xcd files per layer; removed some (relative, wrong) DOCTYPE SYSTEM paths from xcu files to avoid xsltproc warnings; extended scp2 EXTRA_ALL_LANG to work with extensions other than zip (i.e., xcd)
+
 2009-08-04  sb  <sb@openoffice.org>  [87e015316ef37932abfc3f9572434b18df469dae]
 
         #i101955# consolidating xcs/xcu files in xcd files (for now in new postprocess/packregistry); extended configmgr2 to search for multiple xcd files per layer; removed some (relative, wrong) DOCTYPE SYSTEM paths from xcu files to avoid xsltproc warnings; extended scp2 EXTRA_ALL_LANG to work with extensions other than zip (i.e., xcd)
@@ -2081609,6 +2087760,14 @@
 
         #i101955# consolidating xcs/xcu files in xcd files (for now in new postprocess/packregistry); extended configmgr2 to search for multiple xcd files per layer; removed some (relative, wrong) DOCTYPE SYSTEM paths from xcu files to avoid xsltproc warnings; extended scp2 EXTRA_ALL_LANG to work with extensions other than zip (i.e., xcd)
 
+2009-08-04  sb  <sb@openoffice.org>  [12e4406275bcc76322bc5c6f10a86b3159fb9277]
+
+        #i101955# consolidating xcs/xcu files in xcd files (for now in new postprocess/packregistry); extended configmgr2 to search for multiple xcd files per layer; removed some (relative, wrong) DOCTYPE SYSTEM paths from xcu files to avoid xsltproc warnings; extended scp2 EXTRA_ALL_LANG to work with extensions other than zip (i.e., xcd)
+
+2009-08-04  sb  <sb@openoffice.org>  [d6d81df3a19561b448f40a329b3443faac74166c]
+
+        #i101955# consolidating xcs/xcu files in xcd files (for now in new postprocess/packregistry); extended configmgr2 to search for multiple xcd files per layer; removed some (relative, wrong) DOCTYPE SYSTEM paths from xcu files to avoid xsltproc warnings; extended scp2 EXTRA_ALL_LANG to work with extensions other than zip (i.e., xcd)
+
 2009-08-04  Andreas Bregas  <ab@openoffice.org>  [f515be4ed49482c3a8a62c7dc9e70b0f64b488b2]
 
         #i102261# Added OOo file header
@@ -2081917,6 +2088076,10 @@
 
         merge to m53
 
+2009-07-30  sb  <sb@openoffice.org>  [1d4f6264cca6b587f35fae0595b32377ec1d64c6]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-07-30  Philipp Lohmann  <pl@openoffice.org>  [ea2ff673857fc3a973ab828ffb9b5b32a2c99689]
 
         #i92518# reverse print
@@ -2082129,6 +2088292,10 @@
 
         CWS-TOOLING: integrate CWS dba311b_DEV300 2009-07-08 11:52:32 +0200 fs  r273825 : #i101701# always Draw (instead of PaintToDevice) when exporting to PDF, there's no reason to care for IsExportFormFields, this is done in higher layers
 
+2009-07-29  sb  <sb@openoffice.org>  [f7e78c4f3d3e59c0b9c90b0b555988772d1d772d]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-07-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2f490169ee8fe6b23c204713453e7fa1cd6a168]
 
         CWS-TOOLING: integrate CWS perftest09b 2009-07-22 08:34:25 +0200 lla  r274216 : #i103694# use bash as shell 2009-07-21 12:33:51 +0200 lla  r274178 : #160203# 2009-07-20 13:42:20 +0200 lla  r274124 : #106358# add helper tool to get access to rpm in the environment for SOI 2009-07-20 12:43:26 +0200 lla  r274119 : #i103656# compatiblity
@@ -2082137,6 +2088304,10 @@
 
         CWS-TOOLING: integrate CWS perftest09b 2009-07-22 08:34:25 +0200 lla  r274216 : #i103694# use bash as shell 2009-07-21 12:33:51 +0200 lla  r274178 : #160203# 2009-07-20 13:42:20 +0200 lla  r274124 : #106358# add helper tool to get access to rpm in the environment for SOI 2009-07-20 12:43:26 +0200 lla  r274119 : #i103656# compatiblity
 
+2009-07-29  sb  <sb@openoffice.org>  [72ffcad812cb8b53362bd250391ce1e8e3d6c55c]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-07-29  Philipp Lohmann  <pl@openoffice.org>  [3599f931a9a021209c1ea0da8bec8d9d07664021]
 
         #i92516# resize dialog if details get to large
@@ -2082297,6 +2088468,10 @@
 
         merge with m53
 
+2009-07-28  sb  <sb@openoffice.org>  [cff40c96c3249db152b83229f96b524912061de6]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-07-28  Philipp Lohmann  <pl@openoffice.org>  [d5f589e89e11326a62312647db3052d52f07de62]
 
         #i92518# need sensible defaults for N-Up printing
@@ -2082461,6 +2088636,14 @@
 
         CWS-TOOLING: integrate CWS kso32fixes 2009-07-10 15:25:24 +0200 kso  r273899 : #i53184# - fix probs with UNC server names containing underscores. 2009-07-10 14:31:59 +0200 kso  r273893 : CWS-TOOLING: rebase CWS kso32fixes to trunk@273858 (milestone: DEV300:m52) 2009-07-09 13:46:16 +0200 kso  r273861 : #i53184# - withdrew patch. 2009-07-08 13:39:00 +0200 kso  r273829 : #i63159# - added license header 2009-07-08 11:44:08 +0200 kso  r273824 : i53184 - cannot open files from shell if UNC server has a _ (underscore) 2009-07-08 11:21:12 +0200 kso  r273822 : #i93271# - mingw build error 2009-07-08 11:13:48 +0200 kso  r273821 : #i91247 - Adhere to one more xdg spec 2009-07-08 11:02:53 +0200 kso  r273820 : #i89017# - osl_trace now emits trailing line feed to the debugger 2009-07-08 10:55:04 +0200 kso  r273819 : #i88663# - not waiting on successful forks but subsequent process failure 2009-07-07 17:05:27 +0200 kso  r273810 : #i88382# - It's nice to leave the modal mode in gtk+ too ;-) 2009-07-07 16:53:34 +0200 kso  r273808 : i88331# - Typo in include guard 2009-07-07 16:48:17 +0200 kso  r273807 : i82831# - crashrep: warnings when size_t != int 2009-07-07 16:39:49 +0200 kso  r273806 : i63159# - Patch to use d_type field in dirent structure if possible 2009-06-24 12:52:27 +0200 kso  r273333 : #i100274# - solved win2k missing symbol problem (again). 2009-05-20 13:58:48 +0200 kso  r272124 : CWS-TOOLING: rebase CWS kso32fixes to trunk@271830 (milestone: DEV300:m48) 2009-04-17 14:50:54 +0200 kso  r270950 : CWS-TOOLING: rebase CWS kso32fixes to trunk@270723 (milestone: DEV300:m46) 2009-03-26 09:27:28 +0100 kso  r270054 : #i100274# NTLM code cleanup. 2009-03-20 14:13:38 +0100 kso  r269807 : #i100274# - Fixed potential buffer overflow in NTLM code. 2009-03-19 14:53:03 +0100 kso  r269748 : #i100274. Added NTLM support for Non-Windows platforms. 2009-03-17 15:52:44 +0100 kso  r269613 : CWS-TOOLING: rebase CWS kso32fixes to trunk@269297 (milestone: DEV300:m43)
 
+2009-07-27  sb  <sb@openoffice.org>  [de28278e09f39c2eb6ff4b3dc59751ee819cd7f6]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
+2009-07-27  sb  <sb@openoffice.org>  [9b11ba7f3de85b9fc6590a26563fe2ad0a34516f]
+
+        #i101955# handle %origin% in extension .xcu files (the solution to simply place a .xcu.mod next to the .xcu still needs to be improved)
+
 2009-07-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [a7d244fab0a92e3cecb558de1a4e628e891fcc6b]
 
         use <stage1> as outer tag. Status comments are located before case statement, not after. Use qname attribute instead of tokenid
@@ -2082501,6 +2088684,18 @@
 
         CWS-TOOLING: integrate CWS vcl103 2009-07-24 Jens-Heiner Rechtien #i10000#: merge with m53 2009-07-10 Philipp Lohmann merge 2009-07-10 hdu #i103417# ignore non-standard font styles 2009-07-07 Philipp Lohmann #i98789# add: Invalidate on StateChanged( STATE_CHANGE_ENABLE ) 2009-07-07 Philipp Lohmann #i102501# ExportFormFields should be persistent 2009-07-07 Philipp Lohmann merge 2009-07-07 Philipp Lohmann #i103319# there is no platform currently where we should beep on disabled controls 2009-07-02 Philipp Lohmann merge 2009-07-01 Philipp Lohmann #i93100# handle ListBox with no border a little more graceful on MacOSX 2009-07-01 Philipp Lohmann #i101307# don't crash due to unfortunate timing 2009-07-03 thb #i103145# Swapped HINT_DOCK for HINT_TOOLBAR for the presentation fullscreen window; anecdotal evidence suggests it works much better then for wide-spread window managers 2009-06-30 Philipp Lohmann #i103102# evaluate Cmd-Option key combinations 2009-06-29 Philipp Lohmann #i103148# catch exception from missing UCB (thanks thb) 2009-06-29 hdu #i102378# fix PDF-export on PPC (thanks cloph!) 2009-06-25 Philipp Lohmann fix another link problem 2009-06-24 Philipp Lohmann use correct method signature 2009-06-24 Philipp Lohmann fix a warning 2009-06-24 Philipp Lohmann fix a warning 2009-06-24 Philipp Lohmann #i100357# add: GDIMetaFile::GetBoundRect 2009-06-24 Philipp Lohmann merge 2009-06-24 hdu #i100357# extend GetTextBoundRect() to measure justified text too 2009-06-23 Philipp Lohmann #i101108# protect writer from itself, no one could ever use paper of size (0,0) 2009-06-22 Philipp Lohmann merge 2009-06-22 Philipp Lohmann #i92356# treat windows running a popup menu as modal 2009-06-22 hdu #i100000# remove sft.h again (CWS dba32b accidentially reintroduced it) 2009-06-17 Philipp Lohmann merge 2009-06-17 Philipp Lohmann remove warnings (thanks ericb) 2009-06-17 Philipp Lohmann merge 2009-06-17 Philipp Lohmann #i102133# free cursors (thanks cmc) 2009-06-17 Philipp Lohmann #i97293# catch exception 2009-06-17 Philipp Lohmann #i91240# fix images in menus, again 2009-06-15 Philipp Lohmann #i100586# fix a pure virtual method (thanks cmc) 2009-06-15 Philipp Lohmann fix an array delete issue 2009-06-15 Philipp Lohmann #i102228# fix a cleanup issue 2009-06-15 Philipp Lohmann #i97218# solve duplicate accelerator 2009-06-12 hdu #i102219# avoid void*->oslGenericFunction cast for MingW (thanks tono!)
 
+2009-07-24  sb  <sb@openoffice.org>  [8e2f340474463572b4a429005a4ae1c4a6d46cc8]
+
+        merged in to-the-side fix 612f254587d6
+
+2009-07-24  sb  <sb@openoffice.org>  [ebed0cbef9b919d5362d90d99e133de9a7da2ad5]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
+2009-07-24  sb  <sb@openoffice.org>  [2a7d43f412450b6e3c4eeef4e44dd553bdd47445]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-07-24  Philipp Lohmann  <pl@openoffice.org>  [6d16b13150863dc7506506863e73e28d5ff569ad]
 
         #i92516# adapt new print UI spec
@@ -2082509,6 +2088704,10 @@
 
         #i12587# Inserting/editing arbitrary text objects in chart
 
+2009-07-24  sb  <sb@openoffice.org>  [8963784f07ae9b3e29b159b5bb30e7ac4e9fd77b]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-07-24  Oliver Bolte  <obo@openoffice.org>  [72a46825635a7829694c6f4780ca1e38e67fdb1d]
 
         #i10000# patch for HH environment
@@ -2082533,6 +2088732,10 @@
 
         #i92516# adapt new UX spec
 
+2009-07-23  sb  <sb@openoffice.org>  [f3e1ef5d6401f65a08c84b9bde5bdaa8a1aff3fe]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-07-23  Thomas Benisch  <tbe@openoffice.org>  [8e536b500b7a545323a3a99b0ca618892d756e28]
 
         #i12587# Inserting/editing arbitrary text objects in chart
@@ -2082541,6 +2088744,10 @@
 
         #i10000# #i103730# ooo vs. so env fix
 
+2009-07-23  sb  <sb@openoffice.org>  [835ba8075f916d0c0c92ea5ca1f95356e3874dde]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-07-22  Philipp Lohmann  <pl@openoffice.org>  [f3f952731fa35c7618d9c929ccb0773ad841fbf2]
 
         #i92516# adapt to new UI spec
@@ -2082597,10 +2088804,18 @@
 
         merged in DEV300_m53
 
+2009-07-22  sb  <sb@openoffice.org>  [471d51d680fbbace0b6ac220abd89162d6b07377]
+
+        merged in DEV300_m53
+
 2009-07-22  sb  <sb@openoffice.org>  [ae84a40e384e0b43fc5221e1a20b25fbb9a9f72c]
 
         merged in DEV300_m53
 
+2009-07-22  sb  <sb@openoffice.org>  [7cbd2035970c87e0965ee7a74cd6645b497cb978]
+
+        merged in DEV300_m53
+
 2009-07-22  sb  <sb@openoffice.org>  [5fe7e8c49e84f08cdd5ca6a71e947f464cb04c29]
 
         merged in DEV300_m53
@@ -2082609,10 +2088824,22 @@
 
         merged in DEV300_m53
 
+2009-07-22  sb  <sb@openoffice.org>  [c3bb2f4f9d9d83f44fb4bd9dc6979dac992fa4c7]
+
+        merged in DEV300_m53
+
+2009-07-22  sb  <sb@openoffice.org>  [d25e6f716f7c7806de8c5de76847929dfdfc118e]
+
+        merged in DEV300_m53
+
 2009-07-22  Henning Brinkmann  <hbrinkm@openoffice.org>  [85d0cd3e390759457691401cc0ccf86ef7c2651a]
 
         list elements and attributes from model with their namespace, define, name, resource, tokenid
 
+2009-07-22  sb  <sb@openoffice.org>  [7ea0bb9d6168b3d5071e3d8187828dadea201ea6]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-07-22  Henning Brinkmann  <hbrinkm@openoffice.org>  [47018dc78834a7fb98a6b10d657bb680b56fa828]
 
         merging changes form writerfilter07
@@ -2082693,6 +2088920,10 @@
 
         Create DEV300_m53 milestone tag from trunk@274201
 
+2009-07-21  Release Engineers  <releng@openoffice.org>  [0393f9ef3dbdb38c0e0e3fdae823c846f01315a6]
+
+        Create DEV300_m53 milestone tag from trunk@274201
+
 2009-07-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f02665fc157b2dcb482d4c315818fe99b4967591]
 
         #i10000# latest and greatest
@@ -2082701,6 +2088932,10 @@
 
         #i12587# support chart sheets with embedded shapes
 
+2009-07-21  sb  <sb@openoffice.org>  [679b130ae04f19e15bdd1047f3d6c5f575284142]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-07-20  Ivo Hinkelmann  <ihi@openoffice.org>  [02b56de0ab6de9cabcf1af6b7a2dd42adea2b1f2]
 
         #i10000# ar removed
@@ -2082964,6 +2089199,14 @@
 
         merging selected changes from tags/DEV300_m52
 
+2009-07-14  sb  <sb@openoffice.org>  [5d938681b012b6258b20e9278921af53e85d011f]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
+2009-07-14  sb  <sb@openoffice.org>  [cf5145e55b3c2bee530489d1cd712f543dbfbe4c]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-07-14  Philipp Lohmann  <pl@openoffice.org>  [cd572c7f63e41e68dc74a2ec6166f686911c0fa8]
 
         #i92516# make dialog maximizable, fix a paint issue
@@ -2082972,6 +2089215,10 @@
 
         #i10000# build breaker in local environment
 
+2009-07-13  sb  <sb@openoffice.org>  [d9e0dc8cc6a8afc5cd6b008cd47fd8cae7aa1070]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-07-13  Mathias Bauer  <mba@openoffice.org>  [95441e5e925378cb6f6b561b27e8ae638f784f30]
 
         some line end fixes
@@ -2082988,6 +2089235,10 @@
 
         #i103512# fixed a crasher bug.
 
+2009-07-13  sb  <sb@openoffice.org>  [3ecd308abc5596f910c91461c24a09bcdc8f943d]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-07-13  Thomas Lange  <tl@openoffice.org>  [c4137a7db5360997c2dd699755fcfc31fddf7543]
 
         undoing r273933 which was accidently commited on master m51
@@ -2083024,6 +2089275,14 @@
 
         chartshapes: merge with DEV300 m46
 
+2009-07-13  sb  <sb@openoffice.org>  [6f5a919942c306a4c8e0d444cb71d91a1732c8fa]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
+2009-07-13  sb  <sb@openoffice.org>  [d64be91f46bac3a2407f8df4a097f82c26be9969]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-07-10  Philipp Lohmann  <pl@openoffice.org>  [d6ad6af9da5d94ecad27aceedf9cb719858e5cfd]
 
         #i92516# fix count
@@ -2083132,6 +2089391,10 @@
 
         #i103441# fix the crash by removing the constructor with buggy ASSERT
 
+2009-07-10  sb  <sb@openoffice.org>  [fb199ad07f464e655512a6ea60cffaf640cf4045]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-07-09  Philipp Lohmann  <pl@openoffice.org>  [3f6401a45f6c8b112752900e959384080e5a4522]
 
         add: set of possible values
@@ -2083188,6 +2089451,10 @@
 
         #i95216# get a new enumerator that parsers a page range
 
+2009-07-08  sb  <sb@openoffice.org>  [33a5ae5301d25e707253e54d858321e28d56b862]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-07-08  Release Engineers  <releng@openoffice.org>  [727a8537d3fd571bbeb495f90fd7ced2a95caa49]
 
         #i10000# fix for error from dr70
@@ -2083200,6 +2089467,10 @@
 
         #i10000# double merge fixed
 
+2009-07-08  sb  <sb@openoffice.org>  [364a152be8e6115a9e8990330319a0277b126bfd]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-07-08  Release Engineers  <releng@openoffice.org>  [923ee6026a02b3f2d7a370d5e038958940824e7c]
 
         #i10000# solved some problems from odfmetadata2
@@ -2083748,6 +2090019,10 @@
 
         merged in DEV300_m51
 
+2009-07-02  sb  <sb@openoffice.org>  [81b61f144ee0993686dedfef97d3cd7fca3ab84b]
+
+        merged in DEV300_m51
+
 2009-07-02  sb  <sb@openoffice.org>  [d9963a69e83d7879aa57f1bdac658e2fecdb17f0]
 
         merged in DEV300_m51
@@ -2083760,10 +2090035,26 @@
 
         merged in DEV300_m51
 
+2009-07-02  sb  <sb@openoffice.org>  [e54581c85008c4f53568bf7063834b94b212fad1]
+
+        merged in DEV300_m51
+
+2009-07-02  sb  <sb@openoffice.org>  [bf6589e21a3f926c589e498d2d4d2d91b9856aa9]
+
+        merged in DEV300_m51
+
 2009-07-02  Sven Jacobi  <sj@openoffice.org>  [437e41aff335e0b6653d3c9ce9644d1cc853ae90]
 
         #i103278# fixed import of lines
 
+2009-07-02  sb  <sb@openoffice.org>  [05c66fb595b109fe33f5ca2de20a74c4fd236fc4]
+
+        #i101955# integrate the work-in-progress configmgr reimplementation into the OOo build (THIS CHANGESET WILL EVENTUALLY NEED TO BE UNDONE WHEN THE REIMPLEMENTATION IS FINISHED)
+
+2009-07-02  sb  <sb@openoffice.org>  [c189cdb5409407be4fa207a0876d9abd80384ad8]
+
+        #i101955# integrate the work-in-progress configmgr reimplementation into the OOo build (THIS CHANGESET WILL EVENTUALLY NEED TO BE UNDONE WHEN THE REIMPLEMENTATION IS FINISHED)
+
 2009-07-02  Jan Holesovsky  <kendy@suse.cz>  [d7c270c9270b36d9193b936091ddd0e33cccb614]
 
         Split build: Copy also instsetoo_native when installing solver.
@@ -2083788,6 +2090079,10 @@
         * solenv/bin/modules/installer/worker.pm: Create dirs when not available when
           copying.
 
+2009-07-02  sb  <sb@openoffice.org>  [2ee8e1e4160e3b89629eaaa80377084588d59999]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-07-02  sb  <sb@openoffice.org>  [735726b2a9873914ccb54657861434800f1cb6f9]
 
         #i101955# XStringEscape is optional, so should not trigger OSL_ENUSREs
@@ -2084161,6 +2090456,14 @@
 
         Split build: Set executable bit for build.pl and gccinstlib.pl.
 
+2009-06-25  sb  <sb@openoffice.org>  [ef02d5d50883a0f1d555201fadd00e6407fe2861]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
+2009-06-25  sb  <sb@openoffice.org>  [15bec729656fe83dc5422dfd654c84cd5104af4a]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-06-24  Philipp Lohmann  <pl@openoffice.org>  [d3afbfc954cd9e3f99e3bd77fa87d70055447e03]
 
         prepare for more properties from the outside (e.g. API printing)
@@ -2084177,6 +2090480,22 @@
 
         add: PrinterListener::setValue
 
+2009-06-24  sb  <sb@openoffice.org>  [3caee344c164cedf55ade81693ba06a80f76590f]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
+2009-06-24  sb  <sb@openoffice.org>  [4d08d6b7f2faf16dcb298160c088f6747f6f9738]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
+2009-06-24  sb  <sb@openoffice.org>  [ab6ac341b57a755176d08f2365d3885ccab3fb09]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
+2009-06-24  sb  <sb@openoffice.org>  [31be8cdcb80e0738eaec1c28722682734523781b]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-06-24  Release Engineers  <releng@openoffice.org>  [ae24b3c1f6649154507a775a752598c15ca5c840]
 
         #i10000# build fix
@@ -2084189,6 +2090508,14 @@
 
         #i92629# remove DOS line ends from curl patch file
 
+2009-06-23  sb  <sb@openoffice.org>  [355d21348171dd88c778a8390e49908880456c6d]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
+2009-06-23  sb  <sb@openoffice.org>  [5d64cdf0302755925e3163a4f4d1d880851d53e4]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-06-23  Jan Holesovsky  <kendy@suse.cz>  [7abdf3ffb9f9bff7f2175c691d5988b70bcba4a8]
 
         Merge commit 'ooo/DEV300_m50'
@@ -2084965,6 +2091292,10 @@
 
         CWS-TOOLING: integrate CWS clnoundo 2009-05-18 09:40:22 +0200 wg  r271998 : i102011 2009-04-28 12:20:24 +0200 cl  r271318 : CWS-TOOLING: rebase CWS clnoundo to trunk@270723 (milestone: DEV300:m46) 2009-04-02 11:37:14 +0200 cl  r270388 : #i100371# check valid positions all the time to avoid crashes during model lock 2009-03-30 13:02:27 +0200 cl  r270219 : #i100371# do not create undo actions in drawing layer during load 2009-03-30 12:59:41 +0200 cl  r270218 : #i100371# do not create undo actions in drawing layer during load 2009-03-30 12:55:06 +0200 cl  r270217 : #i100371# do not create undo actions in drawing layer during load 2009-03-30 12:53:27 +0200 cl  r270216 : #i100371# do not create undo actions in drawing layer during load 2009-03-30 12:49:28 +0200 cl  r270215 : #i100371# added EnableUndo() and IsUndoEnabled()
 
+2009-06-04  sb  <sb@openoffice.org>  [a5cfd787a45e08206bac06cf901f2104a37ad76f]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-06-04  Kurt Zenker  <kz@openoffice.org>  [a64a6a4d0362957e6e68a37268986a903508e2c1]
 
         CWS-TOOLING: integrate CWS mav52 2009-05-27 08:05:30 +0200 mav  r272322 : #i88544# use PRODUCTNAME
@@ -2085005,6 +2091336,18 @@
 
         CWS-TOOLING: integrate CWS vcl102 pl: resync to m49 pl: #i102082# correct index access pl: #i102082# correct index access pl: merge tag pl: #i101674# update selection background markers for toolbars and menus pl: fix debug compile pl: #i101461# improve xdg functionality (thanks oblin) pl: #i100501# get IsAddStream from configuration setting in direct export case pl: #i100725# check for null ptr pl: #i100617# fix got lost in merge
 
+2009-06-04  sb  <sb@openoffice.org>  [18c3804aa1ee40b11778bb72ff65ee8961df2f78]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
+2009-06-04  sb  <sb@openoffice.org>  [d699703e0b687e71904bf1f2120baffa73912164]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
+2009-06-04  sb  <sb@openoffice.org>  [9495742e298bf5161c8513bb2b87dc5703acb071]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-06-04  Kurt Zenker  <kz@openoffice.org>  [3e9f07d28403a7b5cce8b831b57e757be1947aa7]
 
         CWS-TOOLING: integrate CWS native247 2009-05-20 16:26:46 +0200 is  r272137 : #i100251# 2009-05-14 17:52:39 +0200 is  r271914 : #i87869# removal of start menu folder 2009-05-14 17:51:40 +0200 is  r271913 : #i100251# no systemintegration for pkgformat native
@@ -2085045,6 +2091388,10 @@
 
         CWS-TOOLING: integrate CWS chart37 2009-05-22 09:10:36 +0200 iha  r272170 : #i102130# color of pies is not loaded correctly 2009-04-27 17:16:20 +0200 iha  r271294 : #i24203# compiler problem 2009-04-27 16:43:21 +0200 iha  r271292 : #i101281# missing API documentation for secondary axis title properties 2009-04-27 15:26:05 +0200 hde  r271276 : #i100987 2009-04-27 15:24:42 +0200 hde  r271273 : #i100987 2009-04-24 15:08:33 +0200 iha  r271214 : #i100995# crash with some logarithmic scalings 2009-04-22 18:50:56 +0200 dr  r271134 : #i82177# write out deleted point labels 2009-04-22 18:40:48 +0200 iha  r271133 : #i101281# missing API documentation for secondary axis title properties 2009-04-22 16:39:42 +0200 dr  r271128 : #i82177# extensions for bubble charts 2009-04-22 14:37:00 +0200 dr  r271114 : #i82177# import/export data label type and separator 2009-04-22 14:36:24 +0200 dr  r271113 : #i82177# import/export data label type and separator 2009-04-21 15:25:26 +0200 dr  r271038 : #i82177# import data label type and separator from BIFF8 CHFR records 2009-04-21 14:37:16 +0200 dr  r271037 : #i82177# dump BIFF8 chart future records 2009-04-20 17:44:27 +0200 iha  r271002 : #i96898# reduce library exports 2009-04-20 13:01:13 +0200 iha  r270975 : #i24203# rotate data labels - help ids 2009-04-20 11:40:33 +0200 dr  r270969 : #i96600# export of axis scaling/positioning properties 2009-04-16 16:02:31 +0200 dr  r270892 : #i69599# keep Y axis left in 3d charts 2009-04-15 18:16:46 +0200 dr  r270859 : #i69599# import of axis position settings 2009-04-15 18:16:01 +0200 dr  r270858 : #i69599# correct handling of logarithmic crossing axes 2009-04-14 16:27:48 +0200 dr  r270794 : #i96599# handle auto axis position on logarithmic axes 2009-04-09 19:59:51 +0200 dr  r270722 : #i96599# import axis crossing settings, fix import of logarithmic scaling settings 2009-04-09 18:26:00 +0200 iha  r270720 : #i96898# reduce library exports 2009-04-09 15:17:04 +0200 iha  r270710 : #i96898# reduce library exports 2009-04-09 10:50:14 +0200 dr  r270682 : #i24203# import/export of data label rotation, fixed some other broken stuff too 2009-04-08 16:54:54 +0200 dr  r270657 : #i24203# import rotation for data point labels 2009-04-06 18:19:17 +0200 iha  r270571 : #i100876# Axis scaling settings dialog wrong after API usage (anys different from double type) 2009-04-06 15:57:05 +0200 iha  r270567 : #i100105# #i58585# leftover  -> 2009-04-06 15:55:48 +0200 iha  r270564 : #i58585# leftover  -> 2009-04-02 16:41:07 +0200 iha  r270422 : #i99721# remove unused code 2009-04-02 14:29:03 +0200 iha  r270407 : #i99721# remove unused code 2009-03-26 10:58:23 +0100 iha  r270059 : #i96898# reduce library exports 2009-03-26 10:13:49 +0100 iha  r270055 : #i96898# reduce library exports 2009-03-25 09:39:13 +0100 iha  r269998 : CWS-TOOLING: rebase CWS chart37 to trunk@269781 (milestone: DEV300:m44) 2009-03-24 17:56:56 +0100 iha  r269986 : #i96898# reduce library exports 2009-03-24 16:56:44 +0100 iha  r269974 : #i99721# remove unused code 2009-03-24 16:48:48 +0100 iha  r269970 : #i89731# remove unused string 2009-03-24 15:44:04 +0100 iha  r269961 : remove unused code 2009-03-24 15:22:45 +0100 iha  r269959 : remove unused code 2009-03-24 15:17:17 +0100 iha  r269957 : remove unused code 2009-03-24 11:14:53 +0100 iha  r269923 : #i24203# rotate data labels 2009-03-09 12:10:25 +0100 hde  r269076 : #i99300# 2009-03-06 15:56:26 +0100 iha  r269011 : #i93953# Source Format for secondary axis without data 2009-02-17 15:59:05 +0100 iha  r268177 : avoid warning during build 2009-02-17 15:01:59 +0100 iha  r268173 : avoid warning during build 2009-02-13 09:39:03 +0100 ufi  r267693 : i96999 2009-02-11 15:12:35 +0100 iha  r267604 : removed unused string 2009-02-11 14:00:29 +0100 iha  r267600 : #i96999# Corrected wording from 'correlation coefficient' to 'coefficient of determination' 2009-02-11 10:56:45 +0100 iha  r267584 : #i89731# typo in resource string 2009-02-11 10:01:29 +0100 iha  r267582 : #i89031# compile error on asian windows systems 2009-02-10 16:15:16 +0100 iha  r267552 : #i24203# rotate data labels 2009-02-04 18:00:33 +0100 iha  r267395 : #i98893# don't export defaults to file 2009-02-04 15:48:15 +0100 iha  r267390 : #i92128# asian typography for chart elements 2009-02-04 15:17:41 +0100 iha  r267386 : #i92128# asian typography for chart elements 2009-01-30 14:41:10 +0100 iha  r267197 : CWS-TOOLING: rebase CWS chart37 to trunk@267171 (milestone: DEV300:m41)
 
+2009-06-04  sb  <sb@openoffice.org>  [eed926e3b318978b931699d032f20ab7a1092199]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-06-04  Thomas Lange  <tl@openoffice.org>  [5322b2a0c94772961310dc646a237df18cd20e6e]
 
         #i101242# new print dialog UI
@@ -2085073,6 +2091420,10 @@
 
         CWS-TOOLING: integrate CWS tkr20 2009-05-08 08:31:10 +0200 tkr  r271700 : ##i97329# fixed merge conflict during rebase 2009-05-07 08:30:15 +0200 tkr  r271622 : CWS-TOOLING: rebase CWS tkr20 to trunk@271427 (milestone: DEV300:m47) 2009-04-17 14:36:42 +0200 tkr  r270947 : #i73893# implemented the XCommandProcessor:Abort method 2009-03-20 14:08:15 +0100 tkr  r269806 : #i96392# use $(CPU) variable to determine if openssl should build with 64 bit 2009-03-19 16:15:26 +0100 tkr  r269754 : #i96392# use $(CPU) variable to determine if openssl should build with 64 bit 2009-03-19 16:09:04 +0100 tkr  r269753 : #i96392# use $(CPU) variable to determine if openssl should build with 64 bit 2009-03-19 15:57:05 +0100 tkr  r269752 : #i97003# Ask password container if persistent storage should be used 2009-03-19 15:53:18 +0100 tkr  r269751 : #i97003# ask if password container should use the persistent storage 2009-03-19 09:08:18 +0100 tkr  r269726 : #i99774# ucb: patch to silence warnings in gcc 4.4 2009-03-19 09:05:38 +0100 tkr  r269725 : #i99046# remove mime-type 2009-03-19 09:04:56 +0100 tkr  r269724 : #i97329# fixed truncated text on buttons 2009-03-19 09:03:50 +0100 tkr  r269723 : #i97542# Warning errors in uui / empty bodys in for loops
 
+2009-06-03  sb  <sb@openoffice.org>  [b7c6ec0f09580d08787659ef518b56ec3e399d65]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-06-03  Kurt Zenker  <kz@openoffice.org>  [e74adaa2c236e5ecbdd7b036f237b4cccd4b9d72]
 
         CWS-TOOLING: integrate CWS vcl101 2009-04-30 16:05:34 +0200 pl  r271420 : #i95591# need a poll timer so XtTimers work properly 2009-04-30 11:25:52 +0200 hdu  r271406 : #i100929# avoid unneeded colormap reallocation 2009-04-30 11:21:16 +0200 hdu  r271405 : #i100929# use improved SetDrawable() also for salframe updates 2009-04-30 11:12:41 +0200 hdu  r271404 : i100929# invalidate cached renderpic also for changed vdev 2009-04-29 14:31:40 +0200 hdu  r271375 : i100929# use cached renderpic also for alpha-rect/bitmap drawing 2009-04-29 14:16:51 +0200 hdu  r271370 : i100929# notify only GtkSalFrame's valid X11SalFrames 2009-04-29 13:58:10 +0200 hdu  r271369 : i100929# notify GtkSalFrame's X11SalGraphics that their drawables will become obsolete 2009-04-29 13:53:48 +0200 hdu  r271367 : #i100929# release cached renderpic whenever the corresponding drawable changes 2009-04-28 11:56:07 +0200 pl  r271317 : fix a snafu 2009-04-27 16:52:29 +0200 hdu  r271293 : #i100000# WAE fix for debug=true compilation 2009-04-27 12:38:11 +0200 hdu  r271260 : #i101367# disable vdev mapmode when measuring pixel size 2009-04-27 12:28:37 +0200 hdu  r271259 : #i101367# speedup svclcanvas::CanvasBitmapHelper::getSize() 2009-04-23 15:11:25 +0200 hdu  r271175 : #i91685# ignore trailing space in last cell 2009-04-23 12:55:14 +0200 pl  r271156 : #i101032# check for empty bitmap 2009-04-23 11:04:50 +0200 pl  r271144 : #101184# add a paranoia check 2009-04-21 19:12:25 +0200 pl  r271055 : #i101184# add: recognize added/removed monitors in xinerama configuration for gtk plugin (thanks cmc) 2009-04-21 17:04:44 +0200 pl  r271046 : #i101089# remove unused method (thanks cmc) 2009-04-21 16:41:38 +0200 hdu  r271042 : #i99842# set text decoration color 2009-04-20 22:57:37 +0200 pl  r271015 : #i101063# fix warnings 2009-04-20 22:55:39 +0200 pl  r271014 : #i101063# fix warnings 2009-04-20 11:35:24 +0200 hdu  r270968 : #i1001102# remove dependency to psprint module 2009-04-20 11:31:08 +0200 hdu  r270967 : #i100929# keep cached render Picture in X11SalGraphics removes 2009-04-20 11:24:57 +0200 hdu  r270966 : #i100929# cache render Picture in X11SalGraphics 2009-04-18 14:53:22 +0200 hdu  r270959 : CWS-TOOLING: rebase CWS vcl101 to trunk@270723 (milestone: DEV300:m46) 2009-04-17 12:00:50 +0200 hdu  r270934 : #i100951# b2d-polygon clipping handles bezier-segments nowadays => performance opt possible 2009-04-17 11:50:49 +0200 hdu  r270933 : #i100922# count b2d-polypoly-points to avoid priority-queue reallocations 2009-04-17 11:07:03 +0200 hdu  r270930 : #i101145# match dpi-sanity check with gnome-UI (thanks Caolan!) 2009-04-17 10:44:41 +0200 hdu  r270929 : #i100603# dingbats-encoded PDF-builtin fonts are symbol fonts too 2009-04-17 10:36:10 +0200 hdu  r270928 : #i101145# check sanity of resolution reported by Xft-dpi (thanks CMC!) 2009-04-08 13:53:35 +0200 hdu  r270644 : #i100951# avoid expensive calls to basegfx::tools::clipPolygonOnRange() if possible 2009-04-08 13:19:26 +0200 hdu  r270637 : #i100922# prevent needless stl::priority_queue reallacations by reserving 2009-04-08 11:14:30 +0200 hdu  r270627 : #i100929# use X11SalGraphics::GetXRenderPicture() also for text drawing 2009-04-08 10:00:42 +0200 hdu  r270620 : #i100929# add and use X11SalGraphics::GetXRenderPicture() for polygon drawing 2009-04-06 15:52:47 +0200 hdu  r270563 : #i100885# add and use AquaSalGraphics::copyResolution() to speed up virdev creation 2009-04-02 14:39:06 +0200 pl  r270408 : #i95873# do not set LD_LIBRARY_PATH for external apps 2009-03-31 18:43:19 +0200 pl  r270292 : #i99783# transparency of closer image changed to mask in the meantime 2009-03-27 15:42:37 +0100 hdu  r270158 : #i100591# fix binary search in dingbats encoding converter 2009-03-27 13:06:34 +0100 hdu  r270151 : #i100603# only PDF builtin text fonts use WinAnsiEncoding 2009-03-27 12:05:35 +0100 hdu  r270147 : #i100603# use correct encoding for all PDF builtin fonts 2009-03-27 09:04:07 +0100 hdu  r270133 : #i100603# use proper encoding for PDF builtin symbol fonts 2009-03-26 17:19:38 +0100 hdu  r270090 : #i100591# support RTL_TEXTENCODING_ADOBE_DINGBATS encoding 2009-03-25 09:02:18 +0100 hdu  r269995 : #i100521# prefer osl_getAsciiFunctionSymbol() when dynloading SAGE and extra USER32 symbols 2009-03-25 08:55:49 +0100 hdu  r269994 : #i100521# prefer osl_getAsciiFunctionSymbol() when dynloading LUNA symbols 2009-03-24 16:15:54 +0100 hdu  r269965 : #i100521# prefer osl_getAsciiFunctionSymbol() when dynloading vclplugin symbols 2009-03-24 16:10:29 +0100 hdu  r269963 : #i100521# prefer osl_getAsciiFunctionSymbol() when dynloading USP symbols 2009-03-24 15:54:30 +0100 hdu  r269962 : #i100521# prefer osl_getAsciiFunctionSymbol() when dynloading xrender symbols 2009-03-24 10:46:55 +0100 hdu  r269920 : #i100506# fix WAE build breakers on unxsols4 for debug=true 2009-03-23 16:36:43 +0100 hdu  r269884 : #159477# fix crash for PDFs with big zlib-chunks 2009-03-20 17:36:56 +0100 pl  r269821 : #i96568# add recent files to mac quickstarter 2009-03-20 14:39:41 +0100 pl  r269809 : #i35482# no HC mode detection, automatically done in independent part 2009-03-19 20:01:37 +0100 pl  r269768 : #i95591# do not reuse UnxPloginComm because of connection loss problems 2009-03-19 18:08:23 +0100 pl  r269765 : #i95588# change default visibility that was ignored everywhere but unix anyway
@@ -2085101,6 +2091452,10 @@
 
         #i92516# enable WB_DROPDOWN on TabControl
 
+2009-06-03  sb  <sb@openoffice.org>  [a481313b51f3ea65011696b3e0461a6446126971]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-06-03  Kurt Zenker  <kz@openoffice.org>  [d637b522f06e03ef544c7ee367a25a4956c8bb64]
 
         CWS-TOOLING: integrate CWS os128 2009-04-22 12:58:26 +0200 b_michaelsen  r271093 : #i101084# using the frames enumeration for other SwXFrames-queries; also added a complex test to ensure the behavior to be the same 2009-04-20 14:53:03 +0200 mav  r270987 : #i101219# adjust the testcases to test memory cache and temporary file cache 2009-04-20 14:52:09 +0200 mav  r270986 : #i101219#,#i99077# use memory to cache data; no precopying on commit 2009-04-20 14:39:21 +0200 mav  r270984 : #i101219# use memory to cache data 2009-04-20 14:39:08 +0200 mav  r270983 : #i101219# use memory to cache data 2009-04-20 14:38:45 +0200 mav  r270982 : #i101219# use memory to cache data 2009-04-17 07:37:52 +0200 os  r270912 : CWS-TOOLING: rebase CWS os128 to trunk@270723 (milestone: DEV300:m46) 2009-04-15 14:54:18 +0200 b_michaelsen  r270845 : #i101084# using frame enumerations for paragraph export for better performance 2009-04-15 14:52:54 +0200 b_michaelsen  r270843 : #i101084# implemented XEnumerationAccess interface on framesets 2009-04-03 17:08:10 +0200 mav  r270504 : #i100722# do not compress streams of known compressed types per default 2009-04-03 13:49:50 +0200 os  r270484 : resync error fixed 2009-04-03 12:55:32 +0200 mav  r270470 : #i100722# do not compress streams of known compressed types per default 2009-04-03 10:00:58 +0200 os  r270463 : resync error fixed 2009-04-03 09:52:53 +0200 os  r270462 : resync error fixed 2009-04-03 09:10:14 +0200 os  r270449 : #i99568# string compare operator of hash_map changed 2009-04-03 09:03:49 +0200 os  r270446 : #i100683# normalize file URLs 2009-04-02 11:09:27 +0200 os  r270381 : #i100683# making URLs relative without file access 2009-04-02 09:04:42 +0200 os  r270366 : CWS-TOOLING: rebase CWS os128 to trunk@270033 (milestone: DEV300:m45) 2009-03-31 08:08:37 +0200 os  r270258 : #i100683# reducing calls to URIHelper::simpleNormalizeMakeRelative() 2009-03-19 17:06:22 +0100 os  r269756 : #i99568# XTolerantMultiPropertySet activated 2009-03-16 11:46:14 +0100 os  r269517 : wrong commit to #i97471# removed 2009-03-16 11:36:50 +0100 os  r269514 : #i97471# SwDrawTextShell::Init(): mouse double click and key input in group objects at the same time: prevent crash 2009-03-13 11:08:54 +0100 os  r269464 : #i99568# static SfxItemPropertySet 2009-03-13 11:03:22 +0100 os  r269463 : #i99568# static SfxItemPropertySet 2009-03-11 12:59:27 +0100 os  r269320 : #i99568# WhichId of properties handled from ScDocOptionsObj added 2009-03-06 09:09:58 +0100 os  r268972 : #i99568# SfxItemPropertySet improvements 2009-03-05 20:54:43 +0100 os  r268942 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 20:19:52 +0100 os  r268941 : #i99568# SfxItemPropertySet improvements 2009-03-05 20:05:03 +0100 os  r268940 : #i99568# SfxItemPropertySet improvements 2009-03-05 18:54:47 +0100 os  r268936 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 17:51:38 +0100 os  r268931 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 17:33:03 +0100 os  r268930 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:53:00 +0100 os  r268920 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:52:50 +0100 os  r268919 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:50:41 +0100 os  r268918 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:41:04 +0100 os  r268916 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:40:40 +0100 os  r268915 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 10:16:20 +0100 os  r268881 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 10:15:55 +0100 os  r268880 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-03 08:40:09 +0100 os  r268704 : ScTableSheetObj::GetItemPropertyMap fixed 2009-03-03 07:50:00 +0100 os  r268703 : SfxItemProperty set as pointer 2009-03-03 07:49:46 +0100 os  r268702 : SfxItemProperty set as pointer 2009-03-02 08:15:37 +0100 os  r268631 : minor fix 2009-03-02 07:58:38 +0100 os  r268630 : minor fix 2009-02-27 13:03:25 +0100 os  r268584 : exports 2009-02-27 11:17:04 +0100 os  r268567 : debug code removed 2009-02-27 11:04:07 +0100 os  r268565 : duplicate return removed 2009-02-27 10:17:37 +0100 os  r268558 : syntax fixed 2009-02-27 09:56:14 +0100 os  r268554 : #i99568# type mix fixed 2009-02-27 09:40:56 +0100 os  r268553 : #i99568# exports changes reverted 2009-02-25 12:50:54 +0100 os  r268433 : #i99568# SfxItemPropertySet rework 2009-02-25 12:13:39 +0100 os  r268432 : #i99568# SfxItemPropertySet rework 2009-02-25 12:12:47 +0100 os  r268431 : #i99568# SfxItemPropertySet rework 2009-02-25 12:10:27 +0100 os  r268430 : #i99568# SfxItemPropertySet rework 2009-02-25 12:09:36 +0100 os  r268429 : #i99568# SfxItemPropertySet rework 2009-02-25 12:07:39 +0100 os  r268428 : #i99568# SfxItemPropertySet rework 2009-02-25 11:59:35 +0100 os  r268427 : #i99568# SfxItemPropertySet rework 2009-02-25 11:52:52 +0100 os  r268425 : #i99568# SfxItemPropertySet rework 2009-02-25 11:49:17 +0100 os  r268424 : #i99568# SfxItemPropertySet rework 2009-02-25 11:45:17 +0100 os  r268423 : #i99568# SfxItemPropertySet rework 2009-02-11 11:39:04 +0100 os  r267587 : #i57008# use registration of index marks at SwUnoCallback
@@ -2085129,6 +2091484,10 @@
 
         CWS-TOOLING: integrate CWS os128 2009-04-22 12:58:26 +0200 b_michaelsen  r271093 : #i101084# using the frames enumeration for other SwXFrames-queries; also added a complex test to ensure the behavior to be the same 2009-04-20 14:53:03 +0200 mav  r270987 : #i101219# adjust the testcases to test memory cache and temporary file cache 2009-04-20 14:52:09 +0200 mav  r270986 : #i101219#,#i99077# use memory to cache data; no precopying on commit 2009-04-20 14:39:21 +0200 mav  r270984 : #i101219# use memory to cache data 2009-04-20 14:39:08 +0200 mav  r270983 : #i101219# use memory to cache data 2009-04-20 14:38:45 +0200 mav  r270982 : #i101219# use memory to cache data 2009-04-17 07:37:52 +0200 os  r270912 : CWS-TOOLING: rebase CWS os128 to trunk@270723 (milestone: DEV300:m46) 2009-04-15 14:54:18 +0200 b_michaelsen  r270845 : #i101084# using frame enumerations for paragraph export for better performance 2009-04-15 14:52:54 +0200 b_michaelsen  r270843 : #i101084# implemented XEnumerationAccess interface on framesets 2009-04-03 17:08:10 +0200 mav  r270504 : #i100722# do not compress streams of known compressed types per default 2009-04-03 13:49:50 +0200 os  r270484 : resync error fixed 2009-04-03 12:55:32 +0200 mav  r270470 : #i100722# do not compress streams of known compressed types per default 2009-04-03 10:00:58 +0200 os  r270463 : resync error fixed 2009-04-03 09:52:53 +0200 os  r270462 : resync error fixed 2009-04-03 09:10:14 +0200 os  r270449 : #i99568# string compare operator of hash_map changed 2009-04-03 09:03:49 +0200 os  r270446 : #i100683# normalize file URLs 2009-04-02 11:09:27 +0200 os  r270381 : #i100683# making URLs relative without file access 2009-04-02 09:04:42 +0200 os  r270366 : CWS-TOOLING: rebase CWS os128 to trunk@270033 (milestone: DEV300:m45) 2009-03-31 08:08:37 +0200 os  r270258 : #i100683# reducing calls to URIHelper::simpleNormalizeMakeRelative() 2009-03-19 17:06:22 +0100 os  r269756 : #i99568# XTolerantMultiPropertySet activated 2009-03-16 11:46:14 +0100 os  r269517 : wrong commit to #i97471# removed 2009-03-16 11:36:50 +0100 os  r269514 : #i97471# SwDrawTextShell::Init(): mouse double click and key input in group objects at the same time: prevent crash 2009-03-13 11:08:54 +0100 os  r269464 : #i99568# static SfxItemPropertySet 2009-03-13 11:03:22 +0100 os  r269463 : #i99568# static SfxItemPropertySet 2009-03-11 12:59:27 +0100 os  r269320 : #i99568# WhichId of properties handled from ScDocOptionsObj added 2009-03-06 09:09:58 +0100 os  r268972 : #i99568# SfxItemPropertySet improvements 2009-03-05 20:54:43 +0100 os  r268942 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 20:19:52 +0100 os  r268941 : #i99568# SfxItemPropertySet improvements 2009-03-05 20:05:03 +0100 os  r268940 : #i99568# SfxItemPropertySet improvements 2009-03-05 18:54:47 +0100 os  r268936 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 17:51:38 +0100 os  r268931 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 17:33:03 +0100 os  r268930 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:53:00 +0100 os  r268920 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:52:50 +0100 os  r268919 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:50:41 +0100 os  r268918 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:41:04 +0100 os  r268916 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:40:40 +0100 os  r268915 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 10:16:20 +0100 os  r268881 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 10:15:55 +0100 os  r268880 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-03 08:40:09 +0100 os  r268704 : ScTableSheetObj::GetItemPropertyMap fixed 2009-03-03 07:50:00 +0100 os  r268703 : SfxItemProperty set as pointer 2009-03-03 07:49:46 +0100 os  r268702 : SfxItemProperty set as pointer 2009-03-02 08:15:37 +0100 os  r268631 : minor fix 2009-03-02 07:58:38 +0100 os  r268630 : minor fix 2009-02-27 13:03:25 +0100 os  r268584 : exports 2009-02-27 11:17:04 +0100 os  r268567 : debug code removed 2009-02-27 11:04:07 +0100 os  r268565 : duplicate return removed 2009-02-27 10:17:37 +0100 os  r268558 : syntax fixed 2009-02-27 09:56:14 +0100 os  r268554 : #i99568# type mix fixed 2009-02-27 09:40:56 +0100 os  r268553 : #i99568# exports changes reverted 2009-02-25 12:50:54 +0100 os  r268433 : #i99568# SfxItemPropertySet rework 2009-02-25 12:13:39 +0100 os  r268432 : #i99568# SfxItemPropertySet rework 2009-02-25 12:12:47 +0100 os  r268431 : #i99568# SfxItemPropertySet rework 2009-02-25 12:10:27 +0100 os  r268430 : #i99568# SfxItemPropertySet rework 2009-02-25 12:09:36 +0100 os  r268429 : #i99568# SfxItemPropertySet rework 2009-02-25 12:07:39 +0100 os  r268428 : #i99568# SfxItemPropertySet rework 2009-02-25 11:59:35 +0100 os  r268427 : #i99568# SfxItemPropertySet rework 2009-02-25 11:52:52 +0100 os  r268425 : #i99568# SfxItemPropertySet rework 2009-02-25 11:49:17 +0100 os  r268424 : #i99568# SfxItemPropertySet rework 2009-02-25 11:45:17 +0100 os  r268423 : #i99568# SfxItemPropertySet rework 2009-02-11 11:39:04 +0100 os  r267587 : #i57008# use registration of index marks at SwUnoCallback
 
+2009-06-03  sb  <sb@openoffice.org>  [54f34c0320ec679e1ecbedd4338bae981caed9f9]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-06-03  Kurt Zenker  <kz@openoffice.org>  [cf86342be0e6de53aebdf2100b3e2b7aa4eabf15]
 
         CWS-TOOLING: integrate CWS sysui37 2009-05-19 12:44:43 +0200 ihi  r272072 : #i101914# rpm installer fix 2009-05-18 19:08:13 +0200 ihi  r272047 : #i98650# rpm rebuild issue 2009-05-18 16:52:13 +0200 ihi  r272036 : #i101916# rpm fix 2009-05-18 16:39:55 +0200 ihi  r272035 : #i101914# sysui rpm fix
@@ -2085145,6 +2091504,10 @@
 
         #i92516# add missing controls, fix some minor issues
 
+2009-06-02  sb  <sb@openoffice.org>  [8f5b1974607654fe986eda779f5ab5568c67a419]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-06-02  Philipp Lohmann  <pl@openoffice.org>  [c8e7522755016b630edeac9b7ba4e41a7e74d997]
 
         #i92516# restart on correct page
@@ -2085165,10 +2091528,18 @@
 
         correct restarting
 
+2009-05-29  sb  <sb@openoffice.org>  [7521363773979c9ab5c332fd548dbe057c216191]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-05-29  Philipp Lohmann  <pl@openoffice.org>  [efea6413054936f812fb0bceeca97ed8e199aa6d]
 
         filter out group for internal dialog
 
+2009-05-29  sb  <sb@openoffice.org>  [b318e248d9185c76919bb6fcb39ef52e6e45439d]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-05-29  Kurt Zenker  <kz@openoffice.org>  [716f5e03ab91205c67e9c64c5ba7cd25742b6ad4]
 
         CWS-TOOLING: integrate CWS macrofpicker01 2009-03-21 22:07:29 +0100 fheckl  r269842 : Issue 100214 fix for dummy mode without initialization
@@ -2085213,6 +2091584,18 @@
 
         CWS-TOOLING: integrate CWS ause101 2009-05-11 14:39:16 +0200 hjs  r271770 : #i101204# more selective copy 2009-05-07 19:16:08 +0200 hjs  r271693 : #i101651# embed windows manifest 2009-05-07 18:43:17 +0200 hjs  r271692 : #i101650# fix CHECKZIPRESULT for bash 2009-05-07 18:25:43 +0200 hjs  r271690 : #i101649# workaround warnings in generated code
 
+2009-05-28  sb  <sb@openoffice.org>  [9a2963e0dbd7615901cac47593e6598f06d054cf]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
+2009-05-28  sb  <sb@openoffice.org>  [b8ec70a399342d6e66fa56c616193ac4fd66a892]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
+2009-05-28  sb  <sb@openoffice.org>  [e357218bfa2a66363b2d819f061f4fa7c07afe12]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-05-27  Philipp Lohmann  <pl@openoffice.org>  [c191158982fd2990ff43a2c6b69a410c1f390f81]
 
         print range changes for basic ide
@@ -2085253,6 +2091636,10 @@
 
         #i101955# removed unnecessary dependencies on configmgr
 
+2009-05-27  sb  <sb@openoffice.org>  [13f3b64c1eef7a17e105df34ac90068555e1707d]
+
+        #i101955# removed unnecessary dependencies on configmgr
+
 2009-05-27  Philipp Lohmann  <pl@openoffice.org>  [e7e3874e373e3ae1bf4da96c0fcd0ea9a394a92b]
 
         make WindowArranger API safer
@@ -2085261,6 +2091648,10 @@
 
         add another useless precompiled header directive
 
+2009-05-27  sb  <sb@openoffice.org>  [1285af84233c5d3c954edaf21440b5bdd7ab8d25]
+
+        merged in DEV300_m49
+
 2009-05-27  sb  <sb@openoffice.org>  [3a7cc44413657445654f87b4194f87908f5bccbd]
 
         merged in DEV300_m49
@@ -2085269,6 +2091660,10 @@
 
         merged in DEV300_m49
 
+2009-05-27  sb  <sb@openoffice.org>  [a791965bb8f482512357cbbb98de0e65c5a3761c]
+
+        merged in DEV300_m49
+
 2009-05-27  sb  <sb@openoffice.org>  [9df471d00ffa5759535ecd145ba437819322e37f]
 
         merged in DEV300_m49
@@ -2085277,10 +2091672,18 @@
 
         merged in DEV300_m49
 
+2009-05-27  sb  <sb@openoffice.org>  [e3a4f6bf33bd758cd3c03e2400ce9a4b48de9ff4]
+
+        merged in DEV300_m49
+
 2009-05-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9490afc1ec282ac768c3cb128cfbbf2ac620d523]
 
         #i10000#: update hid.lst
 
+2009-05-26  sb  <sb@openoffice.org>  [d230487ff29bf46ad04a9a1172930a091d059bec]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-05-26  Kurt Zenker  <kz@openoffice.org>  [d9c439850c6b5b515d2cd18b85a2861badc7dfaf]
 
         CWS-TOOLING: integrate CWS mla01 2008-11-26 11:44:02 +0100 os  r264361 : cws migration
@@ -2085325,6 +2091728,14 @@
 
         Create DEV300_m49 milestone tag from trunk@272290
 
+2009-05-26  Release Engineers  <releng@openoffice.org>  [6c657b9e3a9268bea2a4c5f206e0225f1d159a11]
+
+        Create DEV300_m49 milestone tag from trunk@272290
+
+2009-05-26  sb  <sb@openoffice.org>  [6e404e7ff30ffa3abce3b313775845b0bbe41d82]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-05-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb6071dfa4ca367fa268c77880852e3d4f6e54e3]
 
         #i10000#: XclImpChChart::ReadChProperties( XclImpStream& rStrm ) double declared and defined
@@ -2085365,6 +2091776,14 @@
 
         use shared ptr, newline
 
+2009-05-22  sb  <sb@openoffice.org>  [a0b19238d027387a177363572cfb66aaacddb47f]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
+2009-05-22  sb  <sb@openoffice.org>  [6b6eea4fc1406d84861f6295a663c95a3a1d7940]
+
+        #i101955# improved error reporting
+
 2009-05-22  Philipp Lohmann  <pl@openoffice.org>  [a8a6b65a36be837196be5dd3b3b78deadae49152]
 
         #i92516# print range needs to be app specific
@@ -2085417,6 +2091836,10 @@
 
         #i101309# handle page selection string
 
+2009-05-20  sb  <sb@openoffice.org>  [27a68d9275d84cfd9eaaa76fc2c45a36185e1c2c]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-05-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0977506cf29889bcbcd1e95f03bc212d5ec171a]
 
         #i10000#,#i102100#: fix broken merge cause by CRLF
@@ -2085425,6 +2091848,10 @@
 
         #i10000#: remove unused variable
 
+2009-05-20  sb  <sb@openoffice.org>  [ae182bce81b2e20e63cb7f52b10185aa14fc7423]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-05-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d108d1ebd9a6eb5970cdea78efa18f1524e0fa8a]
 
         #i10000#: IncludeHiddenCells -> PROP_IncludeHiddenCells
@@ -2085453,6 +2091880,10 @@
 
         #i10000#: fix CRLF. Sigh
 
+2009-05-19  sb  <sb@openoffice.org>  [9a5f7ea470931d854731b8a99131908a4bcd1eb4]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-05-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [88515548af02c2e2129acedb50f1ecd2e76dc169]
 
         #i10000#: undo wrong merge conflict resolution
@@ -2085517,6 +2091948,10 @@
 
         CWS-TOOLING: integrate CWS tl66 2009-05-15 12:28:55 +0200 tl  r271932 : #i91812# include fixed 2009-05-07 16:52:41 +0200 tl  r271680 : #i97200# one more MathML export problem to fix 2009-05-05 08:33:29 +0200 tl  r271494 : #i99401# positiv user-dicts vs negativ user-dicts 2009-05-04 14:14:03 +0200 tl  r271452 : #i97200# warning free code; MathML 2.0 export 2009-05-04 13:26:30 +0200 tl  r271448 : #i97200# write valid MathML 2.0 on export 2009-04-29 14:21:54 +0200 tl  r271371 : #i97200# new MathML token 2009-04-29 11:12:07 +0200 tl  r271360 : #i97200# inroducing separate files for import and export 2009-04-28 16:47:42 +0200 tl  r271331 : #i97200# better MathML pretty printing 2009-04-28 11:21:57 +0200 tl  r271315 : #i97200# MathML attributes and default namespace for MathML 2009-04-28 11:21:24 +0200 tl  r271314 : #i97200# MathML attributes and default namespace for MathML 2009-04-23 12:44:18 +0200 tl  r271154 : #i97200# math.dtd removed 2009-04-23 12:31:56 +0200 tl  r271151 : #i97200# MathML: don't use namespace on attributes 2009-04-22 13:21:11 +0200 tl  r271099 : warning-free code 2009-04-22 12:20:13 +0200 tl  r271092 : #i100757# loop fixed 2009-04-22 11:29:51 +0200 tl  r271086 : #97327# adding mongolian fingerprint for language guessing 2009-04-22 11:25:56 +0200 tl  r271083 : #97327# adding mongolian fingerprint for language guessing 2009-04-21 10:39:21 +0200 tl  r271025 : #99599# code fix for LRE/RLE embedding 2009-04-20 16:36:33 +0200 tl  r270992 : #i99604# HasDigits fixed 2009-04-20 14:44:19 +0200 tl  r270985 : #i99604# warning-free code for Windows 2009-04-20 13:48:13 +0200 tl  r270980 : #i99604# HasDigits fix for non-ASCII characters 2009-04-20 13:47:50 +0200 tl  r270979 : #i99604# HasDigits fix for non-ASCII characters 2009-04-20 12:28:15 +0200 tl  r270973 : warning-free code after merging 2009-04-20 10:16:19 +0200 tl  r270964 : warning-free code after merging 2009-04-17 14:43:36 +0200 tl  r270948 : #i96846# 2009-04-16 13:09:15 +0200 tl  r270883 : CWS-TOOLING: rebase CWS tl66 to trunk@270723 (milestone: DEV300:m46) 2009-04-14 14:34:08 +0200 tl  r270770 : #101067# warning-free code 2009-04-02 09:07:44 +0200 tl  r270368 : #i100757# performance patch for start-up (initialize language guessing on demand only) 2009-03-11 10:37:59 +0100 tl  r269301 : #i100083# fixed system dictionary lookup 2009-03-06 13:10:23 +0100 tl  r268998 : warning-free code for Windows non-pro 2009-02-23 14:01:23 +0100 tl  r268355 : #i99401# winning rules for user-dictionaries changed 2009-02-19 14:05:57 +0100 tl  r268281 : #i98644# suggestion improvement when first checker does not know any suggestions 2009-02-19 14:05:02 +0100 tl  r268280 : #i98644# suggestion improvement when first checker does not know any suggestions 2009-02-19 13:58:51 +0100 tl  r268279 : #i98644# suggestion improvement when first checker does not know any suggestions 2009-02-19 11:38:03 +0100 tl  r268266 : #i98644# suggestion improvement when first checker does not know any suggestions 2009-02-12 11:58:34 +0100 tl  r267642 : #i96846# some properties declared as maybevoid 2009-02-06 12:43:55 +0100 tl  r267454 : #i98644# provide sugestions from secondary spell checkers if the primary does not provide ones 2009-02-05 13:02:26 +0100 tl  r267418 : #i98880# a bit clean-up in the grammar checking framework 2009-02-04 12:15:37 +0100 tl  r267363 : #i91812# remove unused/duplicate code 2009-02-04 12:09:34 +0100 tl  r267362 : #i91812# remove unused/duplicate code 2009-02-04 11:07:57 +0100 tl  r267355 : #i91812# remove unused code 2009-02-04 11:06:48 +0100 tl  r267354 : #i91812# remove unused code 2009-02-03 14:52:43 +0100 tl  r267331 : #i91812# remove unused code 2009-02-03 14:26:00 +0100 tl  r267324 : #i91198# adding fingerprint for luxembourgish 2009-02-03 14:20:58 +0100 tl  r267323 : #i91198# adding fingerprint for luxembourgish 2009-02-03 14:18:33 +0100 tl  r267322 : #i91198# adding fingerprint for luxembourgish 2009-02-03 13:56:39 +0100 tl  r267319 : #i91812# remove unused code 2009-02-03 12:41:50 +0100 tl  r267314 : #i48400# auto-spellcheck improvement when deleting wrong chars 2009-02-03 11:48:51 +0100 tl  r267310 : #i91812# remove unused code 2009-02-03 11:14:29 +0100 tl  r267307 : warning free code 2009-02-03 10:45:21 +0100 tl  r267306 : #i91812# remove unused code 2009-02-03 10:37:04 +0100 tl  r267304 : #i33387# name change for 'View/Selection' 2009-02-03 10:36:17 +0100 tl  r267303 : #i33387# name change for 'View/Selection' 2009-02-03 10:32:12 +0100 tl  r267302 : #i30642# spelling error in context menu fixed 2009-02-03 10:27:34 +0100 tl  r267301 : #i92210# remove unused code types.cxx cfgitem.*
 
+2009-05-19  sb  <sb@openoffice.org>  [c5d20a84e4c045cef961554a8b360834cdfbf985]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
 2009-05-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3de46aae9ca8fb361a03693cea7cbec9d24eb20]
 
         CWS-TOOLING: integrate CWS koheichart01 2009-05-15 06:32:38 +0200 hde  r271925 : header fixed 2009-04-14 16:23:35 +0200 hde  r270792 : #100231# 2009-04-14 16:13:48 +0200 hde  r270790 : #100231# 2009-04-14 15:56:14 +0200 hde  r270787 : #100231# 2009-04-14 14:28:40 +0200 hde  r270767 : #100231# 2009-04-14 14:27:30 +0200 hde  r270766 : #100231# 2009-04-14 09:43:07 +0200 hde  r270749 : #100231# 2009-04-14 09:25:52 +0200 hde  r270748 : #100231# 2009-03-25 16:18:26 +0100 iha  r270034 : #i91578# removed compiler warning 2009-03-25 03:20:36 +0100 kohei  r269992 : fixed a silly typo in in-line comment. 2009-03-24 17:03:57 +0100 kohei  r269977 : Let's use row and column's hidden flags, instead of width/height, to determine cell's hidden state. 2009-03-24 16:53:10 +0100 kohei  r269973 : The chart positioner no longer needs to skip hidden cells, as hidden cells are handled elsewhere. 2009-03-24 16:50:12 +0100 kohei  r269971 : the index should be 0-based (although chart2 doesn't appear to make use of this data any more). 2009-03-24 16:47:56 +0100 kohei  r269969 : Skip hidden cells during cache (re-)build, when the include hidden cells flag is false.  Also avoid adding data cache when the cell is hidden. 2009-03-24 06:05:53 +0100 kohei  r269909 : fixed the build breakage after the resync. 2009-03-24 06:05:34 +0100 kohei  r269908 : fixed the build breakage after the resync. 2009-03-23 23:38:36 +0100 kohei  r269900 : CWS-TOOLING: rebase CWS koheichart01 to trunk@269781 (milestone: DEV300:m44) 2009-03-17 13:11:40 +0100 iha  r269597 : #i91578# import IncludeHiddenCells from xlsx 2009-03-17 12:56:09 +0100 iha  r269594 : #i91578# import IncludeHiddenCells from xls correctly 2009-03-17 12:49:13 +0100 iha  r269592 : #i91578# import IncludeHiddenCells from xls correctly 2009-03-16 17:03:55 +0100 iha  r269561 : #i91578# remove unused variable 2009-03-16 10:22:30 +0100 iha  r269509 : #i91578# changed wording 2009-03-04 17:07:16 +0100 iha  r268846 : #i91578# display of hidden cells - remove unused property 'IsHidden' 2009-03-04 17:04:22 +0100 iha  r268845 : #i91578# display of hidden cells - remove unused property 'IsHidden' 2009-03-04 17:03:43 +0100 iha  r268844 : #i91578# display of hidden cells - remove unused property 'IsHidden' 2009-03-04 16:24:30 +0100 iha  r268843 : #i91578# display of hidden cells - added missing property description 2009-03-04 15:13:04 +0100 iha  r268835 : #i91578# display of hidden cells - remove unused code 2009-03-04 14:38:44 +0100 iha  r268832 : #i91578# display of hidden cells - reset state corretly when doing undo/redo 2009-03-04 13:42:10 +0100 iha  r268822 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges 2009-03-04 13:40:10 +0100 iha  r268821 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges 2009-03-04 13:37:05 +0100 iha  r268820 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges 2009-03-03 11:18:39 +0100 iha  r268713 : #i91578# display of hidden cells - hide control if the functionality is not offered by the data provider 2009-03-02 17:41:37 +0100 kohei  r268684 : removed unintended change from DEV300_m38, which was probably introduced due to some sort of problem during rebase. 2009-02-27 18:51:34 +0100 iha  r268613 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication 2009-02-27 18:45:48 +0100 iha  r268612 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication 2009-02-27 18:44:17 +0100 iha  r268611 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication 2009-02-27 18:35:09 +0100 iha  r268610 : #i91578# display of hidden cells - copy-paste-scenario: export hidden flag per column on copy for migration to locale table during import upon paste 2009-02-19 06:47:56 +0100 kohei  r268257 : also, set the default value of a cached cell to NaN just in case. 2009-02-19 06:42:08 +0100 kohei  r268256 : Set the IsValue flag to false by default so that an empty cell is properly flaged as non-value. This fixes the broken missing value treatment. 2009-02-18 20:16:30 +0100 iha  r268255 : #i91578# display of hidden cells - radio button 'leave gap' was not clickable anymore 2009-02-17 17:57:24 +0100 iha  r268185 : #i91578# display of hidden cells - corrected range highlighting 2009-02-17 15:39:52 +0100 iha  r268174 : #i91578# display of hidden cells - still display data point value in tip help of data points in writer 2009-02-17 11:21:00 +0100 iha  r267861 : #i91578# display of hidden cells - do not show a space nor a legend entry for hidden series 2009-02-17 11:15:14 +0100 iha  r267853 : #i91578# display of hidden cells - do not show a space nor a legend entry for hidden series 2009-02-16 16:48:10 +0100 iha  r267826 : #i91578# display of hidden cells - group related ids and minimize changes 2009-02-16 14:32:11 +0100 iha  r267813 : #i91578# display of hidden cells - don't share resource identifier as this easily produces conflicts -> move IDs for series options page into a separate file 2009-02-16 13:21:44 +0100 iha  r267795 : #i91578# display of hidden cells - remove unused member 2009-02-16 13:13:40 +0100 iha  r267794 : #i91578# display of hidden cells - remove unused methods 2009-02-16 13:00:10 +0100 iha  r267792 : #i91578# display of hidden - avoid unnecessary data copy 2009-02-16 11:40:41 +0100 iha  r267785 : #i91578# display of hidden - corrected typo 2009-02-16 11:28:39 +0100 iha  r267783 : #i91578# display of hidden - set correct dirty state in method setIncludeHiddenCells 2009-02-13 17:04:50 +0100 iha  r267734 : #i91578# corrected position and visibility of the controls for display of hidden cells in case of stock charts 2009-02-13 15:30:17 +0100 iha  r267724 : #i91578# charts without category range and charts with data from writer table were broken causes by features changes for display of hidden cells 2009-01-14 19:47:28 +0100 kohei  r266330 : #i91578# Fixed the issue with incorrect tooltip category values. 2009-01-05 22:27:03 +0100 kohei  r265887 : fixed a regression where the x-axis failed to display values when they were numeric or dates. 2008-12-24 17:01:15 +0100 kohei  r265800 : CWS-TOOLING: rebase CWS koheichart01 to trunk@265758 (milestone: DEV300:m38) 2008-12-24 16:03:08 +0100 kohei  r265799 : a little more code cleanup, mostly on tab to whitespace conversion on modified lines and removal of unnecessary 'using' statements. 2008-12-24 15:52:00 +0100 kohei  r265798 : removed unnecessary header inclusion & remove hidden data *only when* the 'include hidden cells' options it false!  I'm glad I caught this. 2008-12-24 07:41:23 +0100 kohei  r265796 : replaced duplicated local functions with a single template function. 2008-12-24 06:37:15 +0100 kohei  r265795 : reverted my last commit, because it was not the right approach. Instead of using the original data point index in the object name, leave that index alone, and remove hidden data in the tooltip text value lookup code. 2008-12-23 23:10:42 +0100 kohei  r265793 : fixed the tooltips so that they would display correct values, taking into account the hidden data points (if any). 2008-12-20 05:26:07 +0100 kohei  r265739 : CWS-TOOLING: rebase CWS koheichart01 to trunk@264807 (milestone: DEV300:m37) 2008-12-18 15:49:59 +0100 kohei  r265696 : removed markRangeDirty() for now, since that method is still a bit controvertial per Niklas's comment in i#91578. 2008-12-05 20:27:24 +0100 kohei  r264918 : removed a compiler warning. 2008-12-05 20:24:02 +0100 kohei  r264917 : removed a compilar warning. 2008-12-03 17:06:22 +0100 kohei  r264800 : recovered the original keyword file before it was stripped. 2008-12-01 22:00:24 +0100 kohei  r264640 : by default, "include hidden cells" attribute is true. 2008-12-01 19:03:07 +0100 kohei  r264628 : added accelerator for the plot hidden values check box. 2008-12-01 18:32:02 +0100 kohei  r264626 : changed wording per Ingrid's suggestion. 2008-11-26 08:09:36 +0100 kohei  r264341 : the 'Starnding angle' fixed line was 6 pixel short. 2008-11-26 08:02:47 +0100 kohei  r264340 : added include-hidden-cells check box for the pie chart type too & some code cleanup. 2008-11-26 07:41:45 +0100 kohei  r264339 : relocate the controls correctly for line chart types. 2008-11-26 07:14:26 +0100 kohei  r264337 : #i95714# fixed typos that caused incorrect scaling of the y-axis under some conditions. 2008-11-26 07:11:54 +0100 kohei  r264336 : added "Include hidden cells" check box in the data series options tab page. 2008-11-25 21:04:58 +0100 kohei  r264333 : don't check for the number of charts; when importing from xls, the count may be zero even when the document has charts. 2008-11-25 19:55:50 +0100 kohei  r264332 : patch from ooo-build applied.  This implements chart listener that listens on cells show/hide state for the chart's data areas. 2008-11-25 19:52:38 +0100 kohei  r264331 : patch from ooo-build applied. 2008-11-25 19:29:54 +0100 kohei  r264329 : new xml token for include-hidden-cells attribute.
@@ -2085565,10 +2092000,26 @@
 
         CWS-TOOLING: integrate CWS m48fixshorttrack 2009-05-18 14:54:14 +0200 mba  r272025 : #i101919#: fix event list
 
+2009-05-18  sb  <sb@openoffice.org>  [d6358a206767f50c970b57eb73b7534b066df15e]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
+2009-05-18  sb  <sb@openoffice.org>  [9f69e2a3176d4df6313f1cf58554238c77ad91b0]
+
+        #i101955# removed dead Webtop code (this can be further improved by completely dropping the vendor variables if they are truly unused; for now, they continue to expand to empty strings, and just the computation of those empty strings got simplified in the code)
+
 2009-05-18  sb  <sb@openoffice.org>  [f87c88b7c98e3b937f78f54cdd77cc69ebd8315b]
 
         #i101955# improved error reporting (improving previous -c acee60ce43e6)
 
+2009-05-18  sb  <sb@openoffice.org>  [3b4663e6b07a3c75ea9928ff89498dee29804e27]
+
+        #i101955# improved error reporting (improving previous -c acee60ce43e6)
+
+2009-05-18  sb  <sb@openoffice.org>  [d5cd5146345cd3b600f53e5f8df7453ea365a2e9]
+
+        #i101955# fall back to en also if locale is empty
+
 2009-05-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e785c628e99d2e446ba0c42867e94db61e29637]
 
         CWS-TOOLING: integrate CWS cairocanvastext01 2009-05-12 07:10:00 +0200 mox  r271795 : Rename ::GetLayoutData() to ::GetSysTextLayoutData() to avoid build breakage in sc module. 2009-05-11 23:40:57 +0200 mox  r271794 : merge fixes (again). These files should have been removed by the rebase. 2009-05-11 20:17:44 +0200 mox  r271791 : fix build breakage on UNX 2009-05-11 16:53:15 +0200 mox  r271779 : Documentation fix 2009-05-11 16:49:16 +0200 mox  r271778 : merge fixes 2009-05-11 14:10:36 +0200 mox  r271769 : CWS-TOOLING: rebase CWS cairocanvastext01 to trunk@271427 (milestone: DEV300:m47) 2009-05-11 10:55:11 +0200 mox  r271760 : merge fixes 2009-05-11 10:49:44 +0200 mox  r271759 : manual merge to DEV300_m47 2009-05-11 10:42:11 +0200 mox  r271758 : merge fixes 2009-05-11 10:29:16 +0200 mox  r271757 : Manual merge to DEV300_m47 2009-05-11 10:21:13 +0200 mox  r271756 : manual merge to DEV300_m47 2009-05-11 10:10:29 +0200 mox  r271755 : manual merge to DEV300_m47 2009-05-11 10:01:33 +0200 mox  r271754 : Manual merge to DEV300_m47 2009-05-11 09:59:30 +0200 mox  r271753 : manual merge to DEV300_m47 2009-05-11 09:57:33 +0200 mox  r271752 : merge fixes 2009-05-11 09:56:05 +0200 mox  r271751 : merge fixes 2009-05-11 09:53:26 +0200 mox  r271749 : Manual merge to DEV300_m47 2009-05-11 09:49:34 +0200 mox  r271748 : manual merge to DEV300_m47 2009-05-11 09:43:20 +0200 mox  r271747 : manual merge to DEV300_m47 2009-05-11 09:30:10 +0200 mox  r271745 : Manual merge to DEV300_m47 2009-05-11 09:28:59 +0200 mox  r271744 : manual merge to DEV300_m47 2009-05-11 09:24:49 +0200 mox  r271743 : Fix to merge 2009-05-11 09:21:55 +0200 mox  r271742 : Manual merge to DEV300_m47 2009-05-11 09:18:13 +0200 mox  r271741 : merge fixes 2009-05-11 09:00:50 +0200 mox  r271739 : Manual merge to DEV300_m47 2009-05-09 13:26:10 +0200 mox  r271734 : cleanup 2009-05-09 13:17:22 +0200 mox  r271733 : WNT build fixes 2009-05-09 09:23:59 +0200 mox  r271732 : Implement proper cross-platform font width calculation Implement faux bold support 2009-02-21 19:47:08 +0100 mox  r268339 : CWS-TOOLING: rebase CWS cairocanvastext01 to trunk@267171 (milestone: DEV300:m41) 2009-01-19 21:51:21 +0100 mox  r266530 : Fix compilation on win32 2009-01-19 21:37:20 +0100 mox  r266529 : Fix typo 2009-01-19 21:35:28 +0100 mox  r266528 : Better debug 2009-01-19 21:13:30 +0100 mox  r266527 : Win32 fixes for proper text rendering 2009-01-19 21:12:56 +0100 mox  r266526 : Win32 fixes for proper text rendering 2008-12-27 13:04:05 +0100 mox  r265814 : configure fixes 2008-12-27 11:37:00 +0100 mox  r265813 : x86_64 works only with system-cairo 2008-12-26 20:02:32 +0100 mox  r265809 : Use the fix for 64bit builds 2008-12-25 16:58:11 +0100 mox  r265802 : Fix build breaker on WNT 2008-12-24 23:04:58 +0100 mox  r265801 : Unbreak build after rebase. 2008-12-23 18:52:32 +0100 mox  r265790 : CWS-TOOLING: rebase CWS cairocanvastext01 to trunk@265758 (milestone: DEV300:m38) 2008-12-23 18:23:09 +0100 mox  r265789 : Fix the fix 2008-12-23 18:21:27 +0100 mox  r265788 : Fix OS2 stuff 2008-12-11 19:50:40 +0100 mox  r265354 : Fix build breaker on Mac 2008-12-09 22:00:53 +0100 mox  r265139 : CWS-TOOLING: rebase CWS cairocanvastext01 to trunk@264807 (milestone: DEV300:m37) 2008-12-08 23:02:32 +0100 thb  r265052 : Removed outdated parts from readme 2008-12-08 22:26:54 +0100 mox  r265051 : cleanup 2008-12-07 19:55:31 +0100 mox  r264967 : Fix for non-intel processors. 2008-12-07 19:47:11 +0100 mox  r264963 : sysdata fixes 2008-12-07 19:23:27 +0100 mox  r264959 : Sysdata fixes 2008-12-07 19:01:48 +0100 mox  r264958 : Fix sysdata usage 2008-12-07 11:41:33 +0100 mox  r264951 : sysdata fixes 2008-12-07 11:38:32 +0100 mox  r264950 : sysdata fixes 2008-12-06 23:15:06 +0100 mox  r264947 : Try to fix error: __sync_val_compare_and_swap_4 2008-12-06 23:09:30 +0100 mox  r264945 : Revert unnecessary change. 2008-12-06 23:04:40 +0100 mox  r264944 : Use pre/postx from tools module. 2008-12-06 22:49:08 +0100 mox  r264943 : Use proper pre/post includes. 2008-12-06 22:48:03 +0100 mox  r264942 : Use pre/postx from tools module. 2008-12-06 22:24:10 +0100 mox  r264941 : Fix build breaker. 2008-12-06 21:55:46 +0100 mox  r264940 : Make pre/postx.h properly available 2008-12-06 21:54:23 +0100 mox  r264939 : Make pre/postx.h properly available. 2008-12-06 21:43:09 +0100 mox  r264938 : Try to fix error: __sync_val_compare_and_swap_4 2008-12-06 21:12:18 +0100 mox  r264937 : Remove obsolete pre-built binaries 2008-12-06 21:07:40 +0100 mox  r264936 : WNT: do not hardcode pixman version in cairo build 2008-12-06 19:26:44 +0100 mox  r264934 : Revert pixman upgrade. 2008-12-06 18:35:14 +0100 mox  r264933 : Fix build breaker 2008-12-06 18:31:11 +0100 mox  r264932 : Use static pixman lib on unx/32bit to avoid linking problems 2008-12-06 17:22:52 +0100 mox  r264930 : Update pixman to 0.13.2 2008-12-06 13:30:41 +0100 mox  r264928 : Fix accidentally changed property 2008-12-06 13:09:00 +0100 mox  r264927 : Fix accidental prop changes 2008-12-06 12:40:08 +0100 mox  r264926 : Fix build breaker on Win32 2008-12-06 12:39:22 +0100 mox  r264925 : Fix build breaker on Win32 2008-12-06 12:30:23 +0100 mox  r264924 : Fix build breakers on win32 2008-12-06 11:45:33 +0100 mox  r264923 : revert. 2008-12-06 11:43:05 +0100 mox  r264922 : Try to fix header include problems on WNT 2008-12-06 09:57:35 +0100 mox  r264921 : Cleanup accidental props 2008-11-29 14:43:51 +0100 mox  r264580 : Move headers around to make all platforms compile 2008-11-29 14:41:59 +0100 mox  r264579 : WaE fixes for X11 2008-11-29 13:13:49 +0100 mox  r264578 : Fix build breaker on linux 2008-11-29 12:21:03 +0100 mox  r264577 : Fix build breaker 2008-11-29 12:13:50 +0100 mox  r264576 : Try to fix build breaker 2008-11-28 22:51:27 +0100 mox  r264573 : Revert header includes to common style 2008-11-18 18:59:15 +0100 mox  r263794 : Fix build breaker. 2008-11-17 20:28:19 +0100 mox  r263740 : Revert most configure hacks 2008-11-17 20:12:51 +0100 mox  r263739 : CWS-TOOLING: rebase CWS cairocanvastext01 to trunk@263288 (milestone: DEV300:m35) 2008-11-14 21:22:22 +0100 mox  r263698 : ZLIB_FIX define set 2008-11-14 18:48:22 +0100 mox  r263694 : hardcode zlib paths 2008-11-14 16:23:07 +0100 mox  r263683 : Fix typo 2008-11-13 20:16:13 +0100 mox  r263662 : WaE fix 2008-11-13 19:44:29 +0100 mox  r263661 : Properly include zlib headers for win32 2008-11-12 20:05:51 +0100 mox  r263610 : Add debugging code. 2008-11-10 19:44:35 +0100 mox  r263537 : Try to fix build breaker 2008-11-09 22:34:35 +0100 mox  r263504 : Remove accidentally added svn:ignore properties. 2008-11-09 22:33:21 +0100 mox  r263503 : prop should be actually deleted. 2008-11-09 22:30:06 +0100 mox  r263502 : props should be empty. 2008-11-09 22:23:22 +0100 mox  r263501 : Try fix props again... 2008-11-09 22:11:26 +0100 mox  r263500 : try to fix svn:ignore 2008-11-09 21:30:01 +0100 mox  r263499 : CWS-TOOLING: rebase CWS cairocanvastext01 to trunk@262620 (milestone: DEV300:m34) 2008-11-09 20:30:55 +0100 mox  r263498 : add missing cairo patch 2008-11-09 10:56:33 +0100 mox  r263494 : Resync cairo module with cws cairosource01 2008-11-01 09:32:19 +0100 mox  r262870 : CWS-TOOLING: rebase CWS cairocanvastext01 to trunk@262620 (milestone: DEV300:m34) 2008-10-26 20:55:48 +0100 mox  r262663 : Fix build breaker 2008-10-25 13:10:00 +0200 mox  r262662 : CWS rebase to m33 2008-10-12 19:47:56 +0200 mox  r262170 : Migrate CWS cairocanvastext01 to SVN.
@@ -2085609,6 +2092060,18 @@
 
         CWS-TOOLING: integrate CWS calc49 2009-04-27 15:35:08 +0200 oc  r271282 : #i101371 Adapt autotests because of changed standard filter dialog 2009-04-27 15:33:38 +0200 oc  r271281 : #i101371 Adapt autotests because of changed standard filter dialog 2009-04-27 14:07:49 +0200 oc  r271268 : #i101371 Autotest for NewStyle button in conditional formatting dialog 2009-04-27 14:05:43 +0200 oc  r271267 : #i101371 Autotest for NewStyle button in conditional formatting dialog 2009-04-27 14:03:00 +0200 oc  r271266 : #i101371 Autotest for NewStyle button in conditional formatting dialog 2009-04-02 14:04:47 +0200 nn  r270403 : CWS-TOOLING: rebase CWS calc49 to trunk@270033 (milestone: DEV300:m45) 2009-03-25 14:18:26 +0100 nn  r270025 : #i83643# adjust conditional formats when cell style is renamed (patch from gaojingmei) 2009-03-23 15:05:13 +0100 nn  r269875 : gcc warnings 2009-03-23 14:20:06 +0100 nn  r269871 : #i17995# order of OK/Cancel/Help/More is different between standard and advanced filter dialog 2009-03-20 19:15:21 +0100 nn  r269825 : gcc warnings 2009-03-20 18:10:25 +0100 nn  r269823 : #i70320# ScTabView::SetTabNo: don't deselect if called with bNew = TRUE 2009-03-18 17:28:04 +0100 nn  r269695 : #i97974# CopyToTable: update draw page size (patch from gaozm) 2009-03-18 14:30:50 +0100 nn  r269665 : #i45291# handle date/time input from validity dialog (patch from gaojingmei) 2009-03-18 11:43:17 +0100 nn  r269648 : #i27253# add 'New Style' buttons to conditional formatting dialog 2009-03-17 19:04:02 +0100 nn  r269624 : #i13829# include formats when sorting with toolbar buttons 2009-03-17 16:41:26 +0100 nn  r269617 : #i17995# allow more criteria in standard filter dialog 2009-03-12 10:23:21 +0100 nn  r269365 : #i7500# allow paste on merged cells (patch from mloiseleur/maoyg) 2009-03-12 09:57:17 +0100 nn  r269360 : #i8302# insert/delete in merged cells (patch from maoyg) 2009-03-11 19:07:44 +0100 nn  r269349 : #i27666# select current cell content in validity drop-down (patch from gaojingmei) 2009-03-11 19:03:40 +0100 nn  r269348 : #i7921# right variable 2009-03-04 17:45:03 +0100 nn  r268853 : #i7921# 'Deselect All Sheets' slot 2009-03-04 17:43:58 +0100 nn  r268852 : #i70320# #i7921# 'Deselect All Sheets' in context menu and TabBar empty area 2009-03-03 17:50:40 +0100 nn  r268774 : #i70320# deselect sheets when switching sheets and all sheets are selected 2009-03-03 14:50:44 +0100 nn  r268728 : #i99714# unused methods (patch from cmc) 2009-02-23 19:47:06 +0100 nn  r268369 : #i5550# lcl_DecompValueString: prefer end above beginning if not followed by space 2009-02-20 19:42:05 +0100 nn  r268337 : #i93091# ScDBFunc::GetDBData: allow filtered rows in selection
 
+2009-05-15  sb  <sb@openoffice.org>  [d05ba6088ed6a1b80c90692d083b27fb492deb8a]
+
+        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
+
+2009-05-15  sb  <sb@openoffice.org>  [5bd73afc37ceffb302d1ad1d18e8af6c985deae6]
+
+        #i101955# improved error reporting
+
+2009-05-15  sb  <sb@openoffice.org>  [6d44382618d716c73324dfd6256a66f9a827200c]
+
+        #i101955# removed obsolete code
+
 2009-05-15  Philipp Lohmann  <pl@openoffice.org>  [6ca5ebc179d809750a43bf13e0acec3ff6e3f551]
 
         #i92516# improved paper handling
@@ -2085641,10 +2092104,26 @@
 
         CWS-TOOLING: integrate CWS ab68 2009-03-26 11:37:32 +0100 ab  r270063 : #i98680# Handle missing lucene 2009-03-16 12:23:38 +0100 ab  r269520 : #i100228# Introduced own file format instead of using berkeley db 2009-02-27 11:48:05 +0100 ab  r268572 : #i86003# Redesigned language fallback behavior
 
+2009-05-15  sb  <sb@openoffice.org>  [6b849a6aeeb9ea8b1e25e28d5a8be390e425f84e]
+
+        #i101955# initial work in progress of a configmgr reimplementation (for now in an extra module "configmgr2")
+
+2009-05-15  sb  <sb@openoffice.org>  [07f98fafacd919fe84e7ffec134270ae215c6dac]
+
+        #i101955# changed .xcu files to become syntactically correct (errors the existing configmgr implementation apparently did not check); according to os@ooo, ultimately the Name properties in Labels.xcu shall become localized, so that this change probably needs to be reverted then
+
 2009-05-15  sb  <sb@openoffice.org>  [2c323b4c3c783bd4786871c99e93673449563833]
 
         #i101955# changed .xcu files to become syntactically correct (errors the existing configmgr implementation apparently did not check)
 
+2009-05-15  sb  <sb@openoffice.org>  [b4c5c4a2ad2fef667495428c2ccbe9f723fa9b30]
+
+        #i101955# changed .xcu files to become syntactically correct (errors the existing configmgr implementation apparently did not check)
+
+2009-05-15  sb  <sb@openoffice.org>  [3868ca0f3308d0cfa275e1eebb05a42cc2d3e27c]
+
+        #i101955# DTD did not reflect that components can have direct prop children
+
 2009-05-14  Philipp Lohmann  <pl@openoffice.org>  [7b03cd38245b6b76cf1a8f8c8c0c21104b483acf]
 
         #i92516# implement GetLandscapeAngle, InitPaperFormats
@@ -2085713,6 +2092192,10 @@
 
         Create DEV300_m48 milestone tag from trunk@271829
 
+2009-05-12  Release Engineers  <releng@openoffice.org>  [2b32dbf4c13187d9c9ba5539f337a2980b32e2c0]
+
+        Create DEV300_m48 milestone tag from trunk@271829
+
 2009-05-12  Release Engineers  <releng@openoffice.org>  [fb5712a71fa548ea69f1652ac7159d5bc91ef564]
 
         Create DEV300_m48 milestone tag from trunk@271829
@@ -2085729,6 +2092212,10 @@
 
         Create DEV300_m48 milestone tag from trunk@271829
 
+2009-05-12  Release Engineers  <releng@openoffice.org>  [cce880c5d8f64fbb0d85f3923e070fad64268f6d]
+
+        Create DEV300_m48 milestone tag from trunk@271829
+
 2009-05-12  Release Engineers  <releng@openoffice.org>  [73e73a3010413751dd558cb73145bc3f91862522]
 
         Create DEV300_m48 milestone tag from trunk@271829
@@ -2085741,6 +2092228,10 @@
 
         Create DEV300_m48 milestone tag from trunk@271829
 
+2009-05-12  Release Engineers  <releng@openoffice.org>  [a0b0b136ef8b02d58c85ec2b221f6f654e5e7b2f]
+
+        Create DEV300_m48 milestone tag from trunk@271829
+
 2009-05-12  Release Engineers  <releng@openoffice.org>  [922445f4f200e0292cea9c76769ad979fa87bbb1]
 
         #i10000# deleted svn:mergeinfo
@@ -3124670,1975 +3131161,3 @@
 2000-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [9399c662f36c385b0c705eb34e636a9aec450282]
 
         initial import
-
-2011-01-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [086ff12951769a2fadfc0f92f57c2e4f41108b72]
-
-        impress195: rebase to DEV300 m98
-
-2011-01-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [1054906227778e28de628ebbb62749904afbb33b]
-
-        impress195: rebase to DEV300 m98
-
-2011-02-09  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [d3b03514dde317473db0d247f21405b5db6a727e]
-
-        impress195: Minor adaptions due to last merge.
-
-2011-01-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [cf054f6ef9d88233703678889bc3eb3efe516ec3]
-
-        impress195: rebase to DEV300 m98
-
-2011-01-21  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [9bcf0d94946bb19501aa3575f784dc3099a23893]
-
-        #i116408# remove 5.0 export from f_topten.bas
-
-2011-01-19  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [ff3d790926bc0047100c19cca3159e28e831457a]
-
-        i116396: [Automation]: adapt the Impress/Draw autotests for removed binfilter export
-
-2011-01-19  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [777eb0c8ab568ac262016cbc39538cdce0c0a831]
-
-        i116396: [Automation]: adapt the Impress/Draw autotests for removed binfilter export
-
-2011-01-17  Oliver Craemer [oc]  <oliver.craemer@oracle.com>  [32e427257a3241b12ca9f9e293753b935f0676d8]
-
-        #i116394# adapt autotest for removed binfilterexport
-
-2011-01-13  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [846c70417e1aecc56a6ee1504c2c160e633d0754]
-
-        calc65: #i116318# Fixed the painting of axial gradients.
-
-2010-08-27  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [ead5358f61ff03ffe454e83e169def3fef715a08]
-
-        build breakers
-
-2010-07-22  Mathias Bauer  <mba@openoffice.org>  [994b7f936cd9e1df7acf30612bda3d87aaf50344]
-
-        CWS changehid: resync to m85
-
-2010-07-19  Mathias Bauer  <mba@openoffice.org>  [2d2d7121ccac4f35d397aebfc010b88b247644e1]
-
-        CWS changehid: remove code dealing with obsolete SID_INSERT_APPLET
-
-2010-07-19  Mathias Bauer  <mba@openoffice.org>  [13afa75fa7892d82f7eeb47b52fdf17fd2a97681]
-
-        CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs
-
-2010-07-13  Mathias Bauer  <mba@openoffice.org>  [0266406fef116fbed7b8e69e309bcda0df4896dd]
-
-        CWS changehid: resync to m84
-
-2010-07-10  Mathias Bauer  <mba@openoffice.org>  [4a02c63d1431b2e8686a035e119c4a2f5c972592]
-
-        CWS changehid: #i111874#: change code to support HelpIds as byte strings
-
-2010-06-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [48fbbe2989e13b073c266345081c0ed73e2ec0ef]
-
-        fix warnings
-
-2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [095647164a0f6cdd3d85fc29cbeb089f65179c4b]
-
-        changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids
-
-2010-08-27  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [eaa4e44cfee19f81a3a3d41982263a3f09e23f06]
-
-        build breakers
-
-2010-07-22  Mathias Bauer  <mba@openoffice.org>  [209fbe2d632761b30b7b17422914e11b93692833]
-
-        CWS changehid: resync to m85
-
-2010-07-20  Mathias Bauer  <mba@openoffice.org>  [659fb7a4ae2d2ac140f328959b98944c43a094aa]
-
-        CWS changehid: #i111784#: consolidate usage of HID schema; remove unused SetDialogHelpId methods
-
-2010-07-19  Mathias Bauer  <mba@openoffice.org>  [f60b366882b4281061199daf2df24055f94f1ba0]
-
-        CWS changehid: remove code dealing with obsolete SID_INSERT_APPLET
-
-2010-07-19  Mathias Bauer  <mba@openoffice.org>  [ec8cfe27fa5d2c7041c0895a0ef8f3a2483b8a3e]
-
-        CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs
-
-2010-07-13  Mathias Bauer  <mba@openoffice.org>  [b50b76d1d7f70e5c9702ad8b885acba1ee216e6d]
-
-        CWS changehid: resync to m84
-
-2010-07-10  Mathias Bauer  <mba@openoffice.org>  [c80988b0107424ba6de85531ed55fd493a0a64cb]
-
-        CWS changehid: #i111874#: change code to support HelpIds as byte strings
-
-2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [27f199af29794fffb97eb73357c7f9dd4dae0201]
-
-        changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids
-
-2010-08-27  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [466bacc3ad07d88c8d947e4f745d9e8f3cdbed89]
-
-        testtool: fix libsts to work with old testtool
-
-2010-08-27  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [e6010b5e704d62471fada5ea63c5d240507e8a3a]
-
-        testtool: fix libsts to work with old testtool
-
-2010-07-22  Mathias Bauer  <mba@openoffice.org>  [5ac0207cea354c8fff76c783bc90faa471868718]
-
-        CWS changehid: resync to m85
-
-2010-07-21  Mathias Bauer  <mba@openoffice.org>  [a1f5f61d46427b0f6516da9b34c106ca6e870860]
-
-        CWS changehid: #i111784#: rework keyword search
-
-2010-07-21  Mathias Bauer  <mba@openoffice.org>  [0b00bc90e43f36485e3ba00eb7f924a935e89b00]
-
-        CWS changehid: #i111784#: convert wizards module
-
-2010-07-21  Mathias Bauer  <mba@openoffice.org>  [8bf98bbf911e637db7984a6af3186ff233a506ca]
-
-        CWS changehid: make hidother.src easier to handle
-
-2010-07-20  Mathias Bauer  <mba@openoffice.org>  [37500bb0ef4cd6dfb83802af53f4a45b397768f2]
-
-        CWS changehid: #i111784#: consolidate usage of HID schema; remove unused SetDialogHelpId methods
-
-2010-07-19  Mathias Bauer  <mba@openoffice.org>  [c737e5bb650e3efbb6bf08fa85a1474d80c8d558]
-
-        CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs
-
-2010-07-13  Mathias Bauer  <mba@openoffice.org>  [d773cda7d126918249f43776b2d6053d4bc73f33]
-
-        CWS changehid: resync to m84
-
-2010-07-10  Mathias Bauer  <mba@openoffice.org>  [c61aa274cb5631305cfbaea6f1894db756e911c8]
-
-        CWS changehid: #i111874#: change code to support HelpIds as byte strings
-
-2010-06-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [aa7147590570dcb0813b6fcebb6496179b9df5cb]
-
-        fix warnings
-
-2010-06-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [da2c9e0f833dd1caccd0a0881cdb3f410cb0577a]
-
-        fix warnings
-
-2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3b1416e6d35dea58daaa93a7b14477f6e0c15eed]
-
-        fix windows compile
-
-2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [00b95402e79f521a027375efc47409096a7766dc]
-
-        fix warnings
-
-2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [383957c96aac78301a126746c14c631314ee6329]
-
-        changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids
-
-2010-08-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [afdd5d014cceee0796c9caa297ab2489a24da616]
-
-        impress200: #i101006# Prevent multiple master pages with identical names.
-
-2010-08-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [a497f94404f0292309a3f932b169a0ae07fb5357]
-
-        impress200: merge
-
-2010-08-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [247a28c2c78064f08b958b2068bc4ec59e4e0c1b]
-
-        merge
-
-2010-08-26  Niklas Nebel  <nn@openoffice.org>  [01554964f184b98fe79ecd52200a71cae33968bf]
-
-        impress200: #i113884# check for overflow in ScTable::SetDrawPageSize
-
-2010-08-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [23734b51a1371ec2981b76364b99543b5eb14262]
-
-        impress200: merge
-
-2010-08-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1086d8c4ec1339dc7be45e497f676d8f282360b8]
-
-        impress200: #i114123# fix graphics context refcount for drawEPS
-
-2010-07-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [1a4f76642003faefd69671868ff07b01c5c7a406]
-
-        renaissance1: #i107215# Update of slide sorter icons.
-
-2010-08-09  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [23e5e64f7c4ed15f6230b5dc17475d650378cad8]
-
-        renaissance1: #i107215# Removed debug code.
-
-2010-07-08  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [08b6b244b215ec4a96686866685eab5421da3dd5]
-
-        renaissance1: resolved merge conflicts, cleanup.
-
-2010-07-01  Andre Fischer  <af@openoffice.org>  [c02af39487a0da878bb5952b28d3ecd62d02e2c0]
-
-        renaissance1: merge with DEV300_m84
-
-2010-06-14  Andre Fischer  <af@openoffice.org>  [cd4385a9aecd65ed1c360708614eff7f6fe381bb]
-
-        renaissance1: #i107215# Fixed wrong rounding in HSBtoRGB.
-
-2010-06-07  Andre Fischer  <af@openoffice.org>  [a2e79b9f1049b8f296b7f147a91cdd0a9cf82287]
-
-        merge
-
-2010-06-02  Andre Fischer  <af@openoffice.org>  [807468a3c078f60b8aa952619336f6c46ae97413]
-
-        renaissance1: #i107215# Do not show PresObjs in previews.
-
-2010-05-28  Andre Fischer  <af@openoffice.org>  [f3541e6c08af5ebaa87a9bf878e6bdaecdc37ae2]
-
-        renaissance1: #i107215# Some minor fixes and improvements.
-
-2010-05-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [559e58862e411cd6b435aa8e6f054c23d1ed3e7c]
-
-        renaissance1: #i107215# suppress mouse enter/leave when inactive
-
-2010-04-27  Andre Fischer  <af@openoffice.org>  [2a3de01e8798b62ca6015417d66d2133337b6265]
-
-        renaissance1: merge.
-
-2010-03-30  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [a0857ef55bc3c866e2720492ef3712b938bcddb1]
-
-        renaissance1: corrected warning
-
-2010-03-30  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [8d05e9c829aa36f00954c005fa4782eae7a8013a]
-
-        renaissance1 #i110498# All needed changes for SoftShadow for DRawPage visualisation
-
-2010-08-05  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [b8d78852acfa632daa32d5827d0ee64fd6102c80]
-
-        renaissance1: #i113685# Avoid (indirect) static BitmapEx.
-
-2010-08-05  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [b78085151418f4cf0a643cce26701a728b2a00f0]
-
-        impress197: #i112420# Create accessibility object of ToolPanelViewShell in constructor.
-
-2010-06-11  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [510d424f855b70320b27f074fa0bf4fc8cd9b164]
-
-        impressaccessibility7: #i111667# Replaced INVALIDATE_ALL_CHILDREN accessibility events by seperate notifications of CHILD events.
-
-2010-06-10  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [df2bc9a970d890d417c97810d41cc9686c30b975]
-
-        impressaccessibility7: #i111668# Added guards against empty mpEditSource in SvxUnoTextRangeBase.
-
-2010-06-04  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [7c367ef0a8380cb55104f6a7d76fa7709ae07dd7]
-
-        fix inconsistency with direct calling of buttons on a toolbox
-
-2010-04-16  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [3a8d3af3d9f9ba84156525c6737a4aa14eb8ccee]
-
-        add declaration of unoToSbxValue to header instead of in several cxx files
-
-2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [6de19ad740e11d7110602505b343faef2ee11b7d]
-
-        gridcontrol_03: merge with DEV300_m75
-
-2010-04-16  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [591628e221db19e0ebe86208bea9c522c8c9c629]
-
-        add new VCLTestTool methods for TableControl
-
-2010-04-09  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [2b9a5547b87c46bae38fe69f68e859eb8b4f8afa]
-
-        export TableControl for usage in VCLTestTool
-
-2010-03-26  Mihaela Kedikova  <misheto@openoffice.org>  [de55cd16378a12c2360e3c600af84ffb9ffffe84]
-
-        gridcontrol_03:improvements
-
-2010-03-25  Mihaela Kedikova  <misheto@openoffice.org>  [ee6e797e37f1657e47c530205d0162c6a886850d]
-
-        gridcontrol_03:scrollbar update after resizing bug fixed
-
-2010-03-25  Mihaela Kedikova  <misheto@openoffice.org>  [9fb6554349b5ef27eff08281fcb999322551cf18]
-
-        gridcontrol_03:scrollbar bug fixed
-
-2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [d979d618f87a06795d8138eaaacc85f4852db0fd]
-
-        gridcontrol_03: merge with DEV300_m75
-
-2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [0f1df8f471390de177610ee2bb9cc2f424d740c2]
-
-        fixed bugs  for linux build 3
-
-2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [96f3fde8e6bad2e339fea0f8e70434096b412b8f]
-
-        fixed bugs  for linux build 2
-
-2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [b09453118d699ce2c7e00cda02ffb1247dd29ac2]
-
-        fixed bugs  for linux build
-
-2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [e6d22539df18d5b5f3d7c97c1c42f4673b0f9b1e]
-
-        resolved conflicts rev 265602
-
-2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [99d003c030ec5d547c452efdc42be3a3fa6810fa]
-
-        recent changes for grid control
-
-2010-03-11  Mihaela Kedikova  <misheto@openoffice.org>  [27aa543a8a2fac7aa1367cc7a378a34077d3308e]
-
-        bugs fixed for build on macOS
-
-2010-02-15  Mihaela Kedikova  <misheto@openoffice.org>  [9945f4ca9649f961bbc6d9f5be238771e3e2b96c]
-
-        recent changes for grid control
-
-2010-02-12  Mihaela Kedikova  <misheto@openoffice.org>  [32a402c2d5d9519e1bd5c0c33b4a9b2696b8220a]
-
-        recent changes for grid control
-
-2010-02-12  Mihaela Kedikova  <misheto@openoffice.org>  [f3f5684a87eec71e31151d0c17e73a16a593d71c]
-
-        recent changes for grid control
-
-2009-11-02  Joerg Skottke [jsk] jsk  <Joerg Skottke [jsk] jsk@openoffice.org>  [cd8ae547996bc0b0f547748734a2c66bdbfd14d4]
-
-        Branch merge with changes from remote tip
-
-2009-11-02  sb  <sb@openoffice.org>  [81fe544ecb2bc22278683ed13a869a8fc5b768fb]
-
-        sb111: #i101955# moved configmgr2/ to configmgr/
-
-2009-10-29  sb  <sb@openoffice.org>  [455bbfe50bbe4356f1836ea0becef9b0b9b3a6ee]
-
-        sb111: #i101955# added dependencies on solver files in postprocess/packregistry
-
-2009-10-28  sb  <sb@openoffice.org>  [01522069d09f8c861d8857b2eeef7c6649b81a5a]
-
-        sb111: #i101955# moved packregistry.xslt to solenv/bin (needed by additional Sun Hamburg processes)
-
-2009-10-27  skotti  <skotti@wintermute>  [1f09c87bcf4577be2b8ae2eba86e244c31a77f4e]
-
-        Merge latest DEV300 and CWS sb111
-
-2009-10-21  sb  <sb@openoffice.org>  [93487407722204e565e937093ecf06cc99db93e9]
-
-        merged in DEV300_m62
-
-2009-10-21  sb  <sb@openoffice.org>  [5cb38c62d9f75fc40ffba5347d41599e2313dcd4]
-
-        #i101955# transformed remaining xcu files in the installation sets into xcd files
-
-2009-10-12  sb  <sb@openoffice.org>  [495174f29290f2c01d025c640df8e7e22bf382af]
-
-        #i101955# made binfilter.xcd conditional on WITH_BINFILTER
-
-2009-10-12  sb  <sb@openoffice.org>  [c51b3d84e5059cab8f02823b531e82fe38b3eacb]
-
-        #i101955# prevent 'Word too long.' errors
-
-2009-10-08  sb  <sb@openoffice.org>  [226649f681fefc4c91cd831c8aa433ca3e42c2ba]
-
-        #i101955# some minor clean up
-
-2009-10-01  sb  <sb@openoffice.org>  [3c8241473ee699b4cb8adc8d83b0e383b938b891]
-
-        #i101955# minor simplification
-
-2009-09-30  sb  <sb@openoffice.org>  [df20f7389010601f53a901a5d603eb6620f0e388]
-
-        #i101955# adapted desktop and gconf platform backends to new interface (gconf still needs support for ENABLE_LOCKDOWN-only Setup/Office/Factories .xcu entries), more to come; regcomplazy consequently no longer needs to support [Data] sections
-
-2009-09-25  sb  <sb@openoffice.org>  [62127e8ce5c3fd1645cc20adfa30808b496ca395]
-
-        merged in DEV300_m60
-
-2009-09-25  sb  <sb@openoffice.org>  [e1a01a2eecdb1c6ffcd688d770789cb014c2687d]
-
-        #i101955# configmgr2 support for platform backends (with a new interface); adapted locale backend, rest to follow
-
-2009-09-24  Release Engineers  <releng@openoffice.org>  [23d351f7f79974f099fbaa496bfce7d9207f475e]
-
-        Create DEV300_m60 milestone tag from trunk@276428
-
-2009-09-11  sb  <sb@openoffice.org>  [4c428e31d45f18633d922efb58ef29fc36aa2528]
-
-        #i101955# replaced $/ with plain / in new makefiles (no 4nt support any more)
-
-2009-09-04  sb  <sb@openoffice.org>  [00ea0282e98b06e56fe0060c0d5861e22bd37286]
-
-        merged in DEV300_m57
-
-2009-08-25  sb  <sb@openoffice.org>  [f1597411b7cff32338b2a906324078e4520183be]
-
-        #i101955# improve performance by removing unnecessary stuff from XML files (esp. whitespace) and abandoning osl_File_MapFlag_RandomAccess (which, at least when measured on some Linux box had slightly negative and no positive impact on cold and warm startup times)
-
-2009-08-19  sb  <sb@openoffice.org>  [394542a3d352dd4a47e9e3b206ef0507f04ba8ba]
-
-        #i101955# minor improvements
-
-2009-08-18  sb  <sb@openoffice.org>  [d41099f97fc5aede4b6ea406f65e01c3d2eefc5f]
-
-        #i101955# for performance reasons, switched configmgr2 XML reading from DOM-based to libxml2 streaming xmlreader API; also slightly changed format of .xcd and registrymodifications(.xcu)
-
-2009-08-05  sb  <sb@openoffice.org>  [ee885f222087c2edc18ed005aaf69fba4ddd52c5]
-
-        #i101955# converted Langpack-$(lang).xcu to Langpack-$(lang).xcd, towards removal of the registry/modules tree
-
-2009-08-04  sb  <sb@openoffice.org>  [22f3ab10616e7228b4e4a75ef9c8166571139bf4]
-
-        #i101955# consolidating xcs/xcu files in xcd files (for now in new postprocess/packregistry); extended configmgr2 to search for multiple xcd files per layer; removed some (relative, wrong) DOCTYPE SYSTEM paths from xcu files to avoid xsltproc warnings; extended scp2 EXTRA_ALL_LANG to work with extensions other than zip (i.e., xcd)
-
-2009-07-22  sb  <sb@openoffice.org>  [7cbd2035970c87e0965ee7a74cd6645b497cb978]
-
-        merged in DEV300_m53
-
-2009-07-21  Release Engineers  <releng@openoffice.org>  [0393f9ef3dbdb38c0e0e3fdae823c846f01315a6]
-
-        Create DEV300_m53 milestone tag from trunk@274201
-
-2009-07-02  sb  <sb@openoffice.org>  [05c66fb595b109fe33f5ca2de20a74c4fd236fc4]
-
-        #i101955# integrate the work-in-progress configmgr reimplementation into the OOo build (THIS CHANGESET WILL EVENTUALLY NEED TO BE UNDONE WHEN THE REIMPLEMENTATION IS FINISHED)
-
-2009-05-12  Release Engineers  <releng@openoffice.org>  [2b32dbf4c13187d9c9ba5539f337a2980b32e2c0]
-
-        Create DEV300_m48 milestone tag from trunk@271829
-
-2009-11-02  Joerg Skottke [jsk] jsk  <Joerg Skottke [jsk] jsk@openoffice.org>  [609b9077717eb1787668a4eb92fef047cf9604e3]
-
-        Branch merge with changes from remote tip
-
-2009-10-30  sb  <sb@openoffice.org>  [7e648fdcb71cd1d48450b1a22c2128596e60cd1e]
-
-        sb111: merged in DEV300_m63
-
-2009-10-30  sb  <sb@openoffice.org>  [3568251c259e645983fd9bb16d67e3b3e162eba4]
-
-        sb111: #i101955# removed obsolete configmgr ini file from installation sets
-
-2009-10-28  sb  <sb@openoffice.org>  [69834ff44ecec6616dd047b11d144c0fe647e945]
-
-        sb111: #i101955# moved packregistry.xslt to solenv/bin (needed by additional Sun Hamburg processes)
-
-2009-10-27  skotti  <skotti@wintermute>  [724ca7d750a57165a5eaa02f6b623da3f3eb3909]
-
-        Merge latest DEV300 and CWS sb111
-
-2009-10-21  sb  <sb@openoffice.org>  [5481010878bb849ea28ede741bfc39bdc21ca0ec]
-
-        merged in DEV300_m62
-
-2009-10-21  sb  <sb@openoffice.org>  [9751861070f6746d46defe34cbcd8766c53ae665]
-
-        #i101955# registry_en-US.xcd is effectively empty (fallback en-US configuration data is stored in the main non-localized xcd files), so need not be installed
-
-2009-10-21  sb  <sb@openoffice.org>  [08b31d3e7ea8e4138beaa6d3b9aee4f224d550d8]
-
-        #i101955# missing SCPZIP_REPLACE flag on main.xcd (combining multiple xcu files of which some previously had been individually flagged SCPZIP_REPLACE)
-
-2009-10-21  sb  <sb@openoffice.org>  [92f4d0c14f859614d50e50892547b68a3399dd06]
-
-        #i101955# transformed remaining xcu files in the installation sets into xcd files
-
-2009-10-08  sb  <sb@openoffice.org>  [3a8d6c1a743e954b368f5a0744fe7a633361259a]
-
-        #i101955# some minor clean up
-
-2009-10-08  sb  <sb@openoffice.org>  [fb33ac599c3d74652d0d1f48df2a4d26491da2b0]
-
-        merged in DEV300_m61
-
-2009-10-02  sb  <sb@openoffice.org>  [58d8d56d31e83b426e26d79ca24fe4406feece65]
-
-        #i101955# adapted LDAP backend to new interface, dropped registry/ldap/*-attr.map files, replaced registry/data/org/openoffice/LDAP.xcu.sample with registry/oo-ldap.xcd.sample and registry/oo-ad-ldap.xcd.sample
-
-2009-09-30  sb  <sb@openoffice.org>  [5627e50d58fe7f151cd8ce0fdb50e56aa9b66c77]
-
-        #i101955# adapted desktop and gconf platform backends to new interface (gconf still needs support for ENABLE_LOCKDOWN-only Setup/Office/Factories .xcu entries), more to come; regcomplazy consequently no longer needs to support [Data] sections
-
-2009-09-25  sb  <sb@openoffice.org>  [9e4c07f9be289b0c708f844decf04fdceb489355]
-
-        merged in DEV300_m60
-
-2009-09-16  sb  <sb@openoffice.org>  [fbe85402f44e6fa45f39f720c07456f5de33733b]
-
-        merged in DEV300_m59
-
-2009-09-14  sb  <sb@openoffice.org>  [83c560cb18299832ad62d03fe0e9f70aecdf8420]
-
-        #i105022# applied <http://www.openoffice.org/nonav/issues/showattachment.cgi/64725/105022_tg_ext.patch> as suggested to fix that issue
-
-2009-09-11  sb  <sb@openoffice.org>  [aeced2a151d385863f4665d13621484996c5a036]
-
-        merged in DEV300_m58
-
-2009-09-04  sb  <sb@openoffice.org>  [86f98daab3f81482155a444544662c51490b0b87]
-
-        merged in DEV300_m57
-
-2009-08-06  sb  <sb@openoffice.org>  [fb6954af7263c763bf69a5989dd95646ff57a6a7]
-
-        #i101955# typo draw.xcd -> onlineupdate.xcd
-
-2009-08-06  sb  <sb@openoffice.org>  [a6f2f3ead5df37be9b4795c0831a451feebc06d8]
-
-        #i101955# fixed Windows configmgr import lib
-
-2009-08-05  sb  <sb@openoffice.org>  [af7f6cb89538463eafd737350e76e70b1cf30885]
-
-        #i101955# converted Langpack-$(lang).xcu to Langpack-$(lang).xcd, towards removal of the registry/modules tree
-
-2009-08-05  sb  <sb@openoffice.org>  [566c82a4b4f1882bb4adc8b92d43df0096ad08b7]
-
-        merged in DEV300_m54
-
-2009-08-04  sb  <sb@openoffice.org>  [d6d81df3a19561b448f40a329b3443faac74166c]
-
-        #i101955# consolidating xcs/xcu files in xcd files (for now in new postprocess/packregistry); extended configmgr2 to search for multiple xcd files per layer; removed some (relative, wrong) DOCTYPE SYSTEM paths from xcu files to avoid xsltproc warnings; extended scp2 EXTRA_ALL_LANG to work with extensions other than zip (i.e., xcd)
-
-2009-07-24  sb  <sb@openoffice.org>  [ebed0cbef9b919d5362d90d99e133de9a7da2ad5]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-22  sb  <sb@openoffice.org>  [c3bb2f4f9d9d83f44fb4bd9dc6979dac992fa4c7]
-
-        merged in DEV300_m53
-
-2009-07-02  sb  <sb@openoffice.org>  [e54581c85008c4f53568bf7063834b94b212fad1]
-
-        merged in DEV300_m51
-
-2009-07-02  sb  <sb@openoffice.org>  [c189cdb5409407be4fa207a0876d9abd80384ad8]
-
-        #i101955# integrate the work-in-progress configmgr reimplementation into the OOo build (THIS CHANGESET WILL EVENTUALLY NEED TO BE UNDONE WHEN THE REIMPLEMENTATION IS FINISHED)
-
-2009-05-27  sb  <sb@openoffice.org>  [a791965bb8f482512357cbbb98de0e65c5a3761c]
-
-        merged in DEV300_m49
-
-2009-05-26  Release Engineers  <releng@openoffice.org>  [6c657b9e3a9268bea2a4c5f206e0225f1d159a11]
-
-        Create DEV300_m49 milestone tag from trunk@272290
-
-2009-11-02  Joerg Skottke [jsk] jsk  <Joerg Skottke [jsk] jsk@openoffice.org>  [3da23a64509eb47f9bf56c65611d11a64b89583b]
-
-        #i101955# - Bookmarks in helpbrowser are lost on program restart
-
-2009-11-02  Joerg Skottke [jsk] jsk  <Joerg Skottke [jsk] jsk@openoffice.org>  [d7dd15221427a7b535acf816d130c7207f915b89]
-
-        Branch merge with changes from remote tip
-
-2009-11-02  sb  <sb@openoffice.org>  [47692bfc1275bfa24a7fb2627cc263142549d29d]
-
-        sb111: #i101955# moved configmgr2/ to configmgr/
-
-2009-11-02  sb  <sb@openoffice.org>  [3ccd559f44ccfe69940e7933c4261cf02a41a699]
-
-        sb111: #i101955# silently ignore a r/o user installation (not storing new changes being made)
-
-2009-10-30  sb  <sb@openoffice.org>  [6f8b9d15d0dd083a1a069e026b55a97a3f5e1355]
-
-        sb111: merged in DEV300_m63
-
-2009-10-30  sb  <sb@openoffice.org>  [580594c58403598b1c03a0b2137e66ae53a1b523]
-
-        sb111: #i101955# call the extension manager's bookkeeping file configmgr.ini on all platforms (instead of configmgrrc)
-
-2009-10-30  sb  <sb@openoffice.org>  [50a3428b4d8f0a0b2bb6213e404f643171055cc4]
-
-        sb111: #i101955# for completeness, complemented component-schema.dtd and component-update.dtd with new data.dtd
-
-2009-10-29  sb  <sb@openoffice.org>  [3c70bf087e7668c6d0824d7d0514d3c2e9d5953e]
-
-        sb111: #i101955# in xcu ignore modify/remove of unknown extension props and set members
-
-2009-10-27  skotti  <skotti@wintermute>  [a32c335c3dcff3da622620e6f2aba8669c3692c2]
-
-        Merge latest DEV300 and CWS sb111
-
-2009-10-26  sb  <sb@openoffice.org>  [b8519a1c00b47e863f7e8499c7e14bf2099b2252]
-
-        #i101955# reverted to simpler dmake syntax that is less prone to trigger errors in the dmake implementation
-
-2009-10-21  sb  <sb@openoffice.org>  [1660e49cfe8930866217156cb163d2bbb89e2b0c]
-
-        merged in DEV300_m62
-
-2009-10-20  sb  <sb@openoffice.org>  [cf310f7d6e63ff90af354e2700e419adbcc50256]
-
-        #i101955# corrected building of fcfg_drivers zips
-
-2009-10-15  sb  <sb@openoffice.org>  [b2effc203a9ba67b3b0e9fed0f59a44934eb55c0]
-
-        #i101955# further improved change notifications
-
-2009-10-14  sb  <sb@openoffice.org>  [6687b8e545c64c42c1d773c60b2019d1fc7af6ca]
-
-        #i101955# unused include
-
-2009-10-14  sb  <sb@openoffice.org>  [40af0637fe2fdd0ac92e43c01cb96a4954e22874]
-
-        #i101955# implemented more change notifications
-
-2009-10-14  sb  <sb@openoffice.org>  [f31fb84e0d82f71c98a710c784a0df039ca21c5f]
-
-        #i101955# silently ignore unreadable parts of a corrupted registrymodificaions.xcu; migrate old user layer data (can be removed again once migration is no longer relevant); improved XcuParser to correctly record modifications from old user layer data; localized property values support oor:op "fuse" instead of "modify"
-
-2009-10-12  sb  <sb@openoffice.org>  [e4ca0b8958d283a1398dab43242156c30af882b7]
-
-        #i101955# insert extension xcs/xcu files into shared or user extension layer
-
-2009-10-12  sb  <sb@openoffice.org>  [4313b908273dbd925660a5d82215ae75890afefe]
-
-        #i101955# prevent localize_sl from erroneously localizing within qa/unit directory
-
-2009-10-12  sb  <sb@openoffice.org>  [37a5c460aa383b0501f0dbd76bc9f3e0ab04527c]
-
-        #i101955# updated DTDs, removed unused XSDs; cleanup
-
-2009-10-09  sb  <sb@openoffice.org>  [e35b10e4067b1c390b6a88b758bbee60aab5df43]
-
-        #i101955# missing additional types in derivations of Access::getTypes()
-
-2009-10-09  sb  <sb@openoffice.org>  [51dea5076fe78278a01a4530b0411282d016acfc]
-
-        #i101955# in path representations, support set element segments whose template name is not qualified by a component name (and for now always accept them if the unqualified template name part matches)
-
-2009-10-08  sb  <sb@openoffice.org>  [fbbcf92cfa59679c47840060c3298f1672e8c924]
-
-        #i101955# some minor clean up
-
-2009-10-08  sb  <sb@openoffice.org>  [b40b23365703a76c629717eea648cea17c9041b2]
-
-        merged in DEV300_m61
-
-2009-10-02  sb  <sb@openoffice.org>  [4e68e9c24838a5d95bc188b421f199875b28738b]
-
-        #i101955# to improve performance, keep references to external services (so they are not re-created for subsequent oor:external values)
-
-2009-10-02  sb  <sb@openoffice.org>  [c8dddd5a6b7fa273b0cebfb5d8b2794cce90eca7]
-
-        #i101955# adapted LDAP backend to new interface, dropped registry/ldap/*-attr.map files, replaced registry/data/org/openoffice/LDAP.xcu.sample with registry/oo-ldap.xcd.sample and registry/oo-ad-ldap.xcd.sample
-
-2009-10-01  sb  <sb@openoffice.org>  [31c6f22a45ef1d0dfc15649e3d6359dcf6bce46e]
-
-        #i101955# obtain external values on demand in PropertyNode::getValue instead of up-front in XcuParser
-
-2009-10-01  sb  <sb@openoffice.org>  [e573925559daab2f374c9b485290e28751978b52]
-
-        #i101955# changed platform backend interface once again, from XNameAccess to XPropertySet
-
-2009-10-01  sb  <sb@openoffice.org>  [3ffb5481b5e116c4a39dd07335439e711f0ca706]
-
-        #i101955# adapted more platform backends to new interface
-
-2009-10-01  sb  <sb@openoffice.org>  [49a83697aafbeccb1a1c5ad8c4f474a567a3af55]
-
-        #i101955# fixed some typos causing errors on wntmsci12 only
-
-2009-09-30  sb  <sb@openoffice.org>  [48df5d3811b284973b6ea988eb537f4f6ec3cb89]
-
-        #i101955# adapted desktop and gconf platform backends to new interface (gconf still needs support for ENABLE_LOCKDOWN-only Setup/Office/Factories .xcu entries), more to come; regcomplazy consequently no longer needs to support [Data] sections
-
-2009-09-29  sb  <sb@openoffice.org>  [a54048870aebd04d16ded04184ed876437668e7c]
-
-        #i101955# do not fail if an oor:external service is not installed
-
-2009-09-28  sb  <sb@openoffice.org>  [023b02436b333bba84dfddc6ae4254d44fe6e31c]
-
-        #i101955# indentation fixed
-
-2009-09-25  sb  <sb@openoffice.org>  [e993d53e2a4bd6fd3eccdb885bd461d59fcec5b5]
-
-        merged in DEV300_m60
-
-2009-09-25  sb  <sb@openoffice.org>  [42345be352f413b571b83d262cc96025a9e8618d]
-
-        #i101955# configmgr2 support for platform backends (with a new interface); adapted locale backend, rest to follow
-
-2009-09-23  sb  <sb@openoffice.org>  [5743ea3fcb44965bf27004c747a5a5233b15dd4d]
-
-        #i101955# minor improvements
-
-2009-09-23  sb  <sb@openoffice.org>  [d6688c4ca3b0f7c4fdda24f183fe60894840b6dc]
-
-        #i101955# notification support, continued (still to be continued; at least no longer fails miserably now)
-
-2009-09-22  sb  <sb@openoffice.org>  [5ab6b21f22098727d905bae8b9c8eb6286c8edee]
-
-        #i101955# rudimentary notification support, continued (to be continued; known to not work correctly yet)
-
-2009-09-22  sb  <sb@openoffice.org>  [ec826ada913dcbe494f07055683538f525d80418]
-
-        #i101955# rudimentary notification support, continued (to be continued; known to not work correctly yet)
-
-2009-09-21  sb  <sb@openoffice.org>  [b5ba31ba01639a189a0c7077b763a2c3dd02a347]
-
-        #i101955# rudimentary notification support (to be continued; known to not work correctly yet)
-
-2009-09-18  sb  <sb@openoffice.org>  [07efdd981d2da9de49b4887949c5cd6205335a44]
-
-        #i101955# cleaned up markAsModified
-
-2009-09-17  sb  <sb@openoffice.org>  [4a3314197920e8e06140a9661d2476f3f2014410]
-
-        #i101955# fix error (flagged by GCC)
-
-2009-09-17  sb  <sb@openoffice.org>  [e0d923eebd71d3f2581a8402987d637bcfff060d]
-
-        #i101955# added still missing functionality and some clean up
-
-2009-09-16  sb  <sb@openoffice.org>  [11418032c587bcee688fcb4f76739c0e2520193b]
-
-        merged in DEV300_m59
-
-2009-09-16  sb  <sb@openoffice.org>  [ca107138e1786b636b8f81ebbcc9994ac7dd393f]
-
-        #i101955# more fixes
-
-2009-09-15  sb  <sb@openoffice.org>  [cc9d35ba95185ec95004272b6ed64f60581cd617]
-
-        #i101955# work around GCC warnings in cleaned up configmgr2/qa/unit
-
-2009-09-15  sb  <sb@openoffice.org>  [a84cb3bd6f21735dde5a955e2864c664102876f9]
-
-        #i101955# cleaned up configmgr2/qa/unit
-
-2009-09-14  sb  <sb@openoffice.org>  [eacccf63f0917e45ce8104e299811bcf8a3491bc]
-
-        #i101955# more minor improvements
-
-2009-09-14  sb  <sb@openoffice.org>  [5026f367cf0916e2684f0a664dd5d11905932732]
-
-        #i101955# work around GCC warnings
-
-2009-09-11  sb  <sb@openoffice.org>  [f3b80e4e33d292e4ab0d981c60f872996f1c22b5]
-
-        #i101955# replaced $/ with plain / in new makefiles (no 4nt support any more)
-
-2009-09-11  sb  <sb@openoffice.org>  [07b9c7411c01b5051871a65bdff5e5dd550f2d28]
-
-        merged in DEV300_m58
-
-2009-09-11  sb  <sb@openoffice.org>  [37f2edbc91a1800b1f68eee5fd908938ab817ae2]
-
-        #101955# transfered (and adapted) unit test from old configmgr/qa/unit to new configmgr2/qa/unit; fixed errors in new configmgr2 code revealed by that unit test
-
-2009-09-10  sb  <sb@openoffice.org>  [0fdd5ada8bad6d7058c5ad117ff6b230ce1a9619]
-
-        #101955# configmgr2 unoapi tests
-
-2009-09-09  sb  <sb@openoffice.org>  [3342c0cd12956247de18927d4c3822cf6e18e5f7]
-
-        #101955# more minor improvements
-
-2009-09-08  sb  <sb@openoffice.org>  [e9f1b8736ddf6d53d518d853f2420aadcae5f958]
-
-        #i101955# minor improvements
-
-2009-09-08  sb  <sb@openoffice.org>  [bc6a16b70e09fc1210bc7a52d4b74fdcdbf1a7b9]
-
-        #i101955# split configmgr2/source/xml.cxx
-
-2009-09-07  sb  <sb@openoffice.org>  [1b4407b98580c6d20a060c5f151d401c83aae2b6]
-
-        #i101955# simplified parseValue functions
-
-2009-09-07  sb  <sb@openoffice.org>  [1e4b628a918905f43b39395dde48907f6e92c5dc]
-
-        #i101955# write registrymodifications.xcu file directly, instead of using libxml2 (will become fast once CWS mhu20 makes sal file I/O buffered)
-
-2009-09-07  sb  <sb@openoffice.org>  [54f84fe846c362e3b2b94e8545bafd873253705e]
-
-        #i101955# UTF-8 conversion cleanup
-
-2009-09-04  sb  <sb@openoffice.org>  [ab1ce9610fa399348a164fe1f8ed52919a0fe597]
-
-        merged in DEV300_m57
-
-2009-09-04  sb  <sb@openoffice.org>  [a255d9a0db453a89a8405a2b48a95975a4d68158]
-
-        #i101955# renamed LocalizedPropertyValueNode -> LocalizedValueNode
-
-2009-09-04  sb  <sb@openoffice.org>  [0baf4be34683544c2ad8bfdb68e2be0aaf325036]
-
-        #i101955# improved performance of clodeNodeMap
-
-2009-09-04  sb  <sb@openoffice.org>  [c2510cdb992df2f8bbb8893b1a74320fc11d677e]
-
-        #i101955# introduced Node::kind() to dispatch on different node kinds with something faster and more readable (swich) than pure dynamic_cast (still using dynamic_cast after kind(): it is assumed to be fast enough to dynamic_cast to the actual dynamic type, and safer than static_cast); I still consider the resulting code more readable than clunky C++ double-dispatch implementations or adding excessive number of virtual functions to Node directly
-
-2009-09-03  sb  <sb@openoffice.org>  [0a000546ce8fdf333b2cd2f02b161a07d102a656]
-
-        #i101955# fixed parsing of xcs <set><item> elements
-
-2009-09-03  sb  <sb@openoffice.org>  [188dbe98807ade0880154dc146c58ef4d30ff92c]
-
-        #i101955# minor simplification of configmgr2 code
-
-2009-09-02  sb  <sb@openoffice.org>  [05c71f56d898c67a4a7d33e3e34f8bb05099644a]
-
-        #i101955# further improvements of new configmgr2 XmlReader (parse CDATA sections, skip comments and DTD)
-
-2009-08-31  sb  <sb@openoffice.org>  [c02e314fbd7a08bd5ab1243fbf95e68822cfc463]
-
-        #i101955# prevent GCC warning
-
-2009-08-31  sb  <sb@openoffice.org>  [fb6cf810c69f42846e4f3b2f999c3e3854edb73b]
-
-        #i101955# further improvements of new configmgr2 XmlReader
-
-2009-08-27  sb  <sb@openoffice.org>  [6a2f52be17acb7bb899aff8e6f364c2e722f7328]
-
-        #i101955# create the whole user path directory hierarchy (this error was hidden by the old configmgr implementation which always had created the user path directory hierarchy on its own already when this code was reached)
-
-2009-08-27  sb  <sb@openoffice.org>  [7d33eec9f7fd70d0a52b9e30668f54e578e2684c]
-
-        #i101955# do not read the old user xcs/xcu layer (it would potentially fail, anyway)
-
-2009-08-27  sb  <sb@openoffice.org>  [6de0474cf34cb9e7cc6cf6625b5c6cdd30b33a6b]
-
-        #i101955# allow xml namespace to be explicitly declared in an XML file
-
-2009-08-27  sb  <sb@openoffice.org>  [75014efe95aee871457d8b7c997f20f72f48e35f]
-
-        #i101955# adapt to Windows .ini (vs rc) ini-file names
-
-2009-08-27  sb  <sb@openoffice.org>  [24d60f1533a735363d01696b0d7514349da66208]
-
-        #i101955# implemented full normalization of XML attribute values
-
-2009-08-26  sb  <sb@openoffice.org>  [95cd90b64aa7852dabb871fffd59ce51488b8d9d]
-
-        #i101955# new osl_File_MapFlag_WillNeed (honored on MACOSX and SOLARIS for now)
-
-2009-08-25  sb  <sb@openoffice.org>  [28c8ff0ab1fb0b1db7abf28a47f3fc2d48f4d305]
-
-        #i101955# improve performance by removing unnecessary stuff from XML files (esp. whitespace) and abandoning osl_File_MapFlag_RandomAccess (which, at least when measured on some Linux box had slightly negative and no positive impact on cold and warm startup times)
-
-2009-08-24  sb  <sb@openoffice.org>  [9db97c6c6a39492f76c6767d8e16cb6650421241]
-
-        #i101955# minor fixes to previous change
-
-2009-08-24  sb  <sb@openoffice.org>  [c4135bde0fc4b35da6e3021a75a5cda511dded5e]
-
-        #i101955# in the hand-crafted XML parser, use osl_mapFile instead of osl_readFile (and abandon the trick of marking the end of file with a null byte), hoping the net result is faster
-
-2009-08-23  sb  <sb@openoffice.org>  [843527ba5e9025bb01f37b7e147937236d0eda84]
-
-        #i101955# work in progress of using hand-crafted XML parser instead of libxml2, to improve performance
-
-2009-08-19  sb  <sb@openoffice.org>  [d555d999565d347b979f2401fcc21b66dcc61ec3]
-
-        #i101955# improved XML value encoding (using new <unicode> and <it> elements)
-
-2009-08-19  sb  <sb@openoffice.org>  [d358c9cf7e917ac31e0e7e0384384ebb737903f7]
-
-        #i101955# minor improvements
-
-2009-08-18  sb  <sb@openoffice.org>  [13f2eb5fc296ca4951637e1c25e7e330c3e4151f]
-
-        #i101955# fixed configmgr2/source/xml.cxx parseType to parse type names based on namespace IRI instead of namespace prefix again
-
-2009-08-18  sb  <sb@openoffice.org>  [a34d072db63aefb6d76bb226c142737e0653bfde]
-
-        #i101955# fixed some problems with previous commit
-
-2009-08-18  sb  <sb@openoffice.org>  [8a16dee48eb34486e57bee941311232c2c1a2f4a]
-
-        #i101955# for performance reasons, switched configmgr2 XML reading from DOM-based to libxml2 streaming xmlreader API; also slightly changed format of .xcd and registrymodifications(.xcu)
-
-2009-08-07  sb  <sb@openoffice.org>  [e878622e97aa0b512cb24553f2d0daac2e49a34d]
-
-        #i101955# refactored configmgr2/source/components.cxx
-
-2009-08-06  sb  <sb@openoffice.org>  [f06edd112bc68e8c5472a830fa68dbf01927ff5c]
-
-        #i101955# replaced uses of STLport hash_map with map to (drastically) improve performance
-
-2009-08-06  sb  <sb@openoffice.org>  [bf5ee44929f8ca58b4997490d5e293ce33e90f72]
-
-        #i101955# fixed Windows configmgr import lib
-
-2009-08-05  sb  <sb@openoffice.org>  [8cc805c72c5ba47161a29a321f0502bc545923f4]
-
-        merged in DEV300_m54
-
-2009-08-04  sb  <sb@openoffice.org>  [12e4406275bcc76322bc5c6f10a86b3159fb9277]
-
-        #i101955# consolidating xcs/xcu files in xcd files (for now in new postprocess/packregistry); extended configmgr2 to search for multiple xcd files per layer; removed some (relative, wrong) DOCTYPE SYSTEM paths from xcu files to avoid xsltproc warnings; extended scp2 EXTRA_ALL_LANG to work with extensions other than zip (i.e., xcd)
-
-2009-07-30  sb  <sb@openoffice.org>  [1d4f6264cca6b587f35fae0595b32377ec1d64c6]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-29  sb  <sb@openoffice.org>  [f7e78c4f3d3e59c0b9c90b0b555988772d1d772d]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-29  sb  <sb@openoffice.org>  [72ffcad812cb8b53362bd250391ce1e8e3d6c55c]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-28  sb  <sb@openoffice.org>  [cff40c96c3249db152b83229f96b524912061de6]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-27  sb  <sb@openoffice.org>  [de28278e09f39c2eb6ff4b3dc59751ee819cd7f6]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-27  sb  <sb@openoffice.org>  [9b11ba7f3de85b9fc6590a26563fe2ad0a34516f]
-
-        #i101955# handle %origin% in extension .xcu files (the solution to simply place a .xcu.mod next to the .xcu still needs to be improved)
-
-2009-07-24  sb  <sb@openoffice.org>  [8e2f340474463572b4a429005a4ae1c4a6d46cc8]
-
-        merged in to-the-side fix 612f254587d6
-
-2009-07-24  sb  <sb@openoffice.org>  [2a7d43f412450b6e3c4eeef4e44dd553bdd47445]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-24  sb  <sb@openoffice.org>  [8963784f07ae9b3e29b159b5bb30e7ac4e9fd77b]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-23  sb  <sb@openoffice.org>  [f3e1ef5d6401f65a08c84b9bde5bdaa8a1aff3fe]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-23  sb  <sb@openoffice.org>  [835ba8075f916d0c0c92ea5ca1f95356e3874dde]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-22  sb  <sb@openoffice.org>  [d25e6f716f7c7806de8c5de76847929dfdfc118e]
-
-        merged in DEV300_m53
-
-2009-07-22  sb  <sb@openoffice.org>  [7ea0bb9d6168b3d5071e3d8187828dadea201ea6]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-21  sb  <sb@openoffice.org>  [679b130ae04f19e15bdd1047f3d6c5f575284142]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-14  sb  <sb@openoffice.org>  [5d938681b012b6258b20e9278921af53e85d011f]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-14  sb  <sb@openoffice.org>  [cf5145e55b3c2bee530489d1cd712f543dbfbe4c]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-13  sb  <sb@openoffice.org>  [d9e0dc8cc6a8afc5cd6b008cd47fd8cae7aa1070]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-13  sb  <sb@openoffice.org>  [3ecd308abc5596f910c91461c24a09bcdc8f943d]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-13  sb  <sb@openoffice.org>  [6f5a919942c306a4c8e0d444cb71d91a1732c8fa]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-13  sb  <sb@openoffice.org>  [d64be91f46bac3a2407f8df4a097f82c26be9969]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-10  sb  <sb@openoffice.org>  [fb199ad07f464e655512a6ea60cffaf640cf4045]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-08  sb  <sb@openoffice.org>  [33a5ae5301d25e707253e54d858321e28d56b862]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-08  sb  <sb@openoffice.org>  [364a152be8e6115a9e8990330319a0277b126bfd]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-07-02  sb  <sb@openoffice.org>  [bf6589e21a3f926c589e498d2d4d2d91b9856aa9]
-
-        merged in DEV300_m51
-
-2009-07-02  sb  <sb@openoffice.org>  [2ee8e1e4160e3b89629eaaa80377084588d59999]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-06-25  sb  <sb@openoffice.org>  [ef02d5d50883a0f1d555201fadd00e6407fe2861]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-06-25  sb  <sb@openoffice.org>  [15bec729656fe83dc5422dfd654c84cd5104af4a]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-06-24  sb  <sb@openoffice.org>  [3caee344c164cedf55ade81693ba06a80f76590f]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-06-24  sb  <sb@openoffice.org>  [4d08d6b7f2faf16dcb298160c088f6747f6f9738]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-06-24  sb  <sb@openoffice.org>  [ab6ac341b57a755176d08f2365d3885ccab3fb09]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-06-24  sb  <sb@openoffice.org>  [31be8cdcb80e0738eaec1c28722682734523781b]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-06-23  sb  <sb@openoffice.org>  [355d21348171dd88c778a8390e49908880456c6d]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-06-23  sb  <sb@openoffice.org>  [5d64cdf0302755925e3163a4f4d1d880851d53e4]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-06-04  sb  <sb@openoffice.org>  [a5cfd787a45e08206bac06cf901f2104a37ad76f]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-06-04  sb  <sb@openoffice.org>  [18c3804aa1ee40b11778bb72ff65ee8961df2f78]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-06-04  sb  <sb@openoffice.org>  [d699703e0b687e71904bf1f2120baffa73912164]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-06-04  sb  <sb@openoffice.org>  [9495742e298bf5161c8513bb2b87dc5703acb071]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-06-04  sb  <sb@openoffice.org>  [eed926e3b318978b931699d032f20ab7a1092199]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-06-03  sb  <sb@openoffice.org>  [b7c6ec0f09580d08787659ef518b56ec3e399d65]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-06-03  sb  <sb@openoffice.org>  [a481313b51f3ea65011696b3e0461a6446126971]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-06-03  sb  <sb@openoffice.org>  [54f34c0320ec679e1ecbedd4338bae981caed9f9]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-06-02  sb  <sb@openoffice.org>  [8f5b1974607654fe986eda779f5ab5568c67a419]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-05-29  sb  <sb@openoffice.org>  [7521363773979c9ab5c332fd548dbe057c216191]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-05-29  sb  <sb@openoffice.org>  [b318e248d9185c76919bb6fcb39ef52e6e45439d]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-05-28  sb  <sb@openoffice.org>  [9a2963e0dbd7615901cac47593e6598f06d054cf]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-05-28  sb  <sb@openoffice.org>  [b8ec70a399342d6e66fa56c616193ac4fd66a892]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-05-28  sb  <sb@openoffice.org>  [e357218bfa2a66363b2d819f061f4fa7c07afe12]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-05-27  sb  <sb@openoffice.org>  [13f3b64c1eef7a17e105df34ac90068555e1707d]
-
-        #i101955# removed unnecessary dependencies on configmgr
-
-2009-05-27  sb  <sb@openoffice.org>  [e3a4f6bf33bd758cd3c03e2400ce9a4b48de9ff4]
-
-        merged in DEV300_m49
-
-2009-05-26  sb  <sb@openoffice.org>  [d230487ff29bf46ad04a9a1172930a091d059bec]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-05-26  sb  <sb@openoffice.org>  [6e404e7ff30ffa3abce3b313775845b0bbe41d82]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-05-22  sb  <sb@openoffice.org>  [a0b19238d027387a177363572cfb66aaacddb47f]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-05-22  sb  <sb@openoffice.org>  [6b6eea4fc1406d84861f6295a663c95a3a1d7940]
-
-        #i101955# improved error reporting
-
-2009-05-20  sb  <sb@openoffice.org>  [27a68d9275d84cfd9eaaa76fc2c45a36185e1c2c]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-05-20  sb  <sb@openoffice.org>  [ae182bce81b2e20e63cb7f52b10185aa14fc7423]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-05-19  sb  <sb@openoffice.org>  [9a5f7ea470931d854731b8a99131908a4bcd1eb4]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-05-19  sb  <sb@openoffice.org>  [c5d20a84e4c045cef961554a8b360834cdfbf985]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-05-18  sb  <sb@openoffice.org>  [d6358a206767f50c970b57eb73b7534b066df15e]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-05-18  sb  <sb@openoffice.org>  [9f69e2a3176d4df6313f1cf58554238c77ad91b0]
-
-        #i101955# removed dead Webtop code (this can be further improved by completely dropping the vendor variables if they are truly unused; for now, they continue to expand to empty strings, and just the computation of those empty strings got simplified in the code)
-
-2009-05-18  sb  <sb@openoffice.org>  [3b4663e6b07a3c75ea9928ff89498dee29804e27]
-
-        #i101955# improved error reporting (improving previous -c acee60ce43e6)
-
-2009-05-18  sb  <sb@openoffice.org>  [d5cd5146345cd3b600f53e5f8df7453ea365a2e9]
-
-        #i101955# fall back to en also if locale is empty
-
-2009-05-15  sb  <sb@openoffice.org>  [d05ba6088ed6a1b80c90692d083b27fb492deb8a]
-
-        #i101955# work in progress of a configmgr reimplementation, continued (for now in an extra module "configmgr2")
-
-2009-05-15  sb  <sb@openoffice.org>  [5bd73afc37ceffb302d1ad1d18e8af6c985deae6]
-
-        #i101955# improved error reporting
-
-2009-05-15  sb  <sb@openoffice.org>  [6d44382618d716c73324dfd6256a66f9a827200c]
-
-        #i101955# removed obsolete code
-
-2009-05-15  sb  <sb@openoffice.org>  [6b849a6aeeb9ea8b1e25e28d5a8be390e425f84e]
-
-        #i101955# initial work in progress of a configmgr reimplementation (for now in an extra module "configmgr2")
-
-2009-05-15  sb  <sb@openoffice.org>  [07f98fafacd919fe84e7ffec134270ae215c6dac]
-
-        #i101955# changed .xcu files to become syntactically correct (errors the existing configmgr implementation apparently did not check); according to os@ooo, ultimately the Name properties in Labels.xcu shall become localized, so that this change probably needs to be reverted then
-
-2009-05-15  sb  <sb@openoffice.org>  [b4c5c4a2ad2fef667495428c2ccbe9f723fa9b30]
-
-        #i101955# changed .xcu files to become syntactically correct (errors the existing configmgr implementation apparently did not check)
-
-2009-05-15  sb  <sb@openoffice.org>  [3868ca0f3308d0cfa275e1eebb05a42cc2d3e27c]
-
-        #i101955# DTD did not reflect that components can have direct prop children
-
-2009-05-12  Release Engineers  <releng@openoffice.org>  [a0b0b136ef8b02d58c85ec2b221f6f654e5e7b2f]
-
-        Create DEV300_m48 milestone tag from trunk@271829
-
-2011-01-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [c8ba0c921140c1afc84cc2703ed229f6fba4f7d9]
-
-        impress195: #i102142# Fixed order of initialization in constructor.
-
-2010-11-05  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [bce9709292b36adf3d8f05b36cc0842811cad8d7]
-
-        impress195: merge with DEV300_m92
-
-2011-01-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [61099481271709723469421181f65e6219cbc271]
-
-        impress195: rebase to DEV300 m98
-
-2010-11-05  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [312cafc472e4ac74a045baf123476a2457c15185]
-
-        impress195: merge with DEV300_m92
-
-2010-07-14  Andre Fischer  <af@openoffice.org>  [c17699540dc03932a9f9262b84a53483fca2f40a]
-
-        impress195: #i91102# Another Matrox G550 DirectX blacklist entry.
-
-2010-07-14  Andre Fischer  <af@openoffice.org>  [e00b74f231f23cd141fa3ba6f7656506926f9293]
-
-        impress195: #i64671# Fixed font pitch processing.
-
-2010-08-27  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [d19dc752fe6b9f88c7c6aa4686d8d8c6404cde26]
-
-        build breakers
-
-2010-07-23  Mathias Bauer  <mba@openoffice.org>  [8baaab4f34d4e9a39c554a87ea1699c779d74983]
-
-        CWS changehid: #i111874#: some HID cleanup
-
-2010-07-22  Mathias Bauer  <mba@openoffice.org>  [124df99b73b2c0b450bd5c9dd74883e16fc2c3e7]
-
-        CWS changehid: #i111874#: pickerhelper.hxx removed
-
-2010-07-22  Mathias Bauer  <mba@openoffice.org>  [24c7e8d018f977bf8e5664825bb81fc34d4133de]
-
-        CWS changehid: resync to m85
-
-2010-07-21  Mathias Bauer  <mba@openoffice.org>  [e92515df270ea0d52e47d6922a83d968f6445b93]
-
-        CWS changehid: #i111784#: rework keyword search
-
-2010-07-20  Mathias Bauer  <mba@openoffice.org>  [db369db99b2f897b1a304a4c010dfd1998e2fa40]
-
-        CWS changehid: #i111784#: consolidate usage of HID schema; remove unused SetDialogHelpId methods
-
-2010-07-19  Mathias Bauer  <mba@openoffice.org>  [6b7cfcf20984092bb9907083bcf089709d005da5]
-
-        CWS changehid: #i111784#: SetDialogHelpId changed
-
-2010-07-19  Mathias Bauer  <mba@openoffice.org>  [61fbf48ab38bb3b3a6cc41de3435f327ccccf830]
-
-        CWS changehid: remove code dealing with obsolete SID_INSERT_APPLET
-
-2010-07-19  Mathias Bauer  <mba@openoffice.org>  [ab22ac073431af69a5c59cecbff92db6737bd3db]
-
-        CWS changehid: #i111784#: fix error in fpicker HelpURL
-
-2010-07-19  Mathias Bauer  <mba@openoffice.org>  [fc36d6a80a11f89c6a155f737e6a42665c039564]
-
-        CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs
-
-2010-07-16  Mathias Bauer  <mba@openoffice.org>  [2d07734f316c1795bc59ed0974b3dc6612ed3f24]
-
-        CWS changehid: #i111784#: remve wrong commit
-
-2010-07-16  Mathias Bauer  <mba@openoffice.org>  [f1482b059a1906c9098e0c37df315ad1ca8a83b1]
-
-        CWS changehid: #i111784#: helpid fallback on command name used
-
-2010-07-15  Mathias Bauer  <mba@openoffice.org>  [f63122a36c49fddb002aa366c656baace37c25d8]
-
-        CWS changehid: #i111874#: remove unnecessary HelpIds
-
-2010-07-15  Mathias Bauer  <mba@openoffice.org>  [4d5f552378c194e195c7d20f3b90d2e582a70c7c]
-
-        CWS changehid: #i111874#: fix warning
-
-2010-07-13  Mathias Bauer  <mba@openoffice.org>  [8eea0b1b4ba5f07a89fb2bacb39f1c8d9c3039e6]
-
-        CWS changehid: resync to m84
-
-2010-07-10  Mathias Bauer  <mba@openoffice.org>  [f24b1da07ebfbc95e76af93fc9c7133f7d52daa5]
-
-        CWS changehid: #i111874#: change code to support HelpIds as byte strings
-
-2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f8a801d058e39e89a71c85afdb0b1c1718f36b45]
-
-        fix windows compile
-
-2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e2ad46c4d4bb61681caf69938ee0fc41f69d9de3]
-
-        fix warnings
-
-2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [db3bae48af6b96d853b204f065b5843c4f7f712e]
-
-        fix a warning
-
-2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [50c6c0aaebeda0f131e35da61729479180184192]
-
-        changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids
-
-2010-07-22  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [d7be262d4fcf0010d863971e3463020547140523]
-
-        renaissance1: #i107215# Replaced unhide text button by icon button.
-
-2010-07-01  Andre Fischer  <af@openoffice.org>  [804897371519e0536bef81b0e9933bd7b07c7d54]
-
-        renaissance1: merge with DEV300_m84
-
-2010-06-16  Andre Fischer  <af@openoffice.org>  [b7d77d0ddd2cd3c6676d0dc2e8844d13651fd97a]
-
-        renaissance1: #i107215# Updated high contrast icons for slide sorter.
-
-2010-06-07  Andre Fischer  <af@openoffice.org>  [e50602773f270f92a20f7495ac5c7d1878bba2c8]
-
-        renaissance1: #i107215# Bug fixes. New focus indicator bitmap.
-
-2010-06-07  Andre Fischer  <af@openoffice.org>  [79c69e58ca20a9a59719c47ccdf2e2f442110fcd]
-
-        merge
-
-2010-05-31  Andre Fischer  <af@openoffice.org>  [094028f4d7106f845121d5ce41bd5960e49d8650]
-
-        renaissance1: #i107215# Some small fixes and improvements.
-
-2010-05-26  Andre Fischer  <af@openoffice.org>  [f6e4e9f6faccccb19f5c1a7a60445108ad252379]
-
-        renaissance1: #i107215# Increased minimal slide width. Replaced some icons. Insert indicator shows exclusion indicator.
-
-2010-05-21  Andre Fischer  <af@openoffice.org>  [2f589a611e84adc901dc957d39014f69dfdab188]
-
-        renaissance1: #i107215# Mouse wheel scrolls whole slides.
-
-2010-05-21  Andre Fischer  <af@openoffice.org>  [a575f57c83e0129393f3ad36e41a5a25ba468e46]
-
-        renaissance1: #i107215# Cleaned up nameing of large button bar icons.
-
-2010-05-19  Andre Fischer  <af@openoffice.org>  [018b66511169e999824538c8e0a1d18e23cb0edf]
-
-        renaissance1: #i107215# Added medium sized slide sorter buttons.
-
-2010-05-05  Andre Fischer  <af@openoffice.org>  [fe9cefadf4a68d17c6708b41fda0644be21a2158]
-
-        renaissance: #i107215# Increased contrast on small icons.
-
-2010-04-27  Andre Fischer  <af@openoffice.org>  [06c02f9eac3b325eb9a07fce33c4509a5fcc8267]
-
-        renaissance1: merge.
-
-2010-04-27  Andre Fischer  <af@openoffice.org>  [daab3e354873eb910fc1061bd2ff9155c87f6f9f]
-
-        renaissance1: #i107215# Modified some icons, added more.
-
-2010-03-30  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [a777720f6f8ba3b9aa524a369a555a98cd0effef]
-
-        renaissance1 #i110498# All needed changes for SoftShadow for DRawPage visualisation
-
-2010-08-04  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [80ca59e424f692f0d014527200fdd5cc5d51f8db]
-
-        renaissance1: #i107215# Fixed 64bit compilation problem.
-
-2010-06-02  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [f6f33c5ceec975a63b600c79333478fd3fa9d164]
-
-        renaissance1: merge with DEV300_m80
-
-2010-03-23  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [d7c686eea6182fa61153439bdc9591648630bd58]
-
-        renaissance1: merge with DEV300_m75
-
-2010-03-19  Andre Fischer  <af@openoffice.org>  [1b06cbc631f4d6e58ec5b9d8f82bc882a3e4b3c7]
-
-        renaissance1: #i107215# Reorganized and improved layouting.
-
-2010-07-08  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [4cda571eda7bd9abe5f95d13a6d0b0cb93ed24b0]
-
-        renaissance1: resolved merge conflicts, cleanup.
-
-2010-07-01  Andre Fischer  <af@openoffice.org>  [7f75c3a69a3b06165c9f0853ddc6a9931faa9d26]
-
-        renaissance1: merge with DEV300_m84
-
-2010-06-07  Andre Fischer  <af@openoffice.org>  [edb49607713e4730f37e86c09b893e04a0d48b2e]
-
-        merge
-
-2010-04-27  Andre Fischer  <af@openoffice.org>  [52249d83d2e91d3a7d7936a6a36194badd820e30]
-
-        renaissance1: merge.
-
-2010-03-30  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [396d3e951004833cedb68d34edc1be6e65fd21d3]
-
-        renaissance1: corrected warning
-
-2010-03-30  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [ab41fc59820938df287c369362ea25fa7a91ef96]
-
-        renaissance1 #i110498# All needed changes for SoftShadow for DRawPage visualisation
-
-2010-06-09  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [4f432344a30b9bc9858a590deb244ee5a0f08e2b]
-
-        impressaccessibility7: #i111669# Added state SENSITIVE to slides sorter objects.
-
-2010-06-04  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [e7638a7e6461f971cfde4b99fd9e246537a2f222]
-
-        #i111784# call hooks after selecting in tabelcontrol
-
-2010-05-26  Thorsten Bosbach  <tbo@OpenOffice.org>  [6b17f4b6bc3a08591c62ee79147cffaad9d72020]
-
-        strange new files
-
-2010-04-13  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [f3d3abbe4f0df2a9b7fc6bc6c758611ea1e79ab2]
-
-        fix some errors
-
-2009-11-02  Joerg Skottke [jsk] jsk  <Joerg Skottke [jsk] jsk@openoffice.org>  [046feb8940fd72ef45dab44766183bfed2b8895a]
-
-        #i101955# - Adjustments to QA testscripts
-
-2009-10-27  skotti  <skotti@wintermute>  [4c1c065aa096c3358b1a5ee7c0569c209f14b0e5]
-
-        Merge latest DEV300 and CWS sb111
-
-2009-10-21  sb  <sb@openoffice.org>  [62c20d20256f09f150e07ae56c218e962196db52]
-
-        merged in DEV300_m62
-
-2009-10-09  sb  <sb@openoffice.org>  [a6e835a448cdbbe34b378bb402d92d16c57925ee]
-
-        #i101955# improved previously modified fgetL10Nvalue
-
-2009-10-09  sb  <sb@openoffice.org>  [4ba9368254536a3d77324c07eff36cfcfc1b6f87]
-
-        #i101955# fgetL10Nvalue now uses UNO to access the configuration, instead of parsing undocumented configuration data files
-
-2009-10-08  sb  <sb@openoffice.org>  [553c700b35959838f83dfdeb5fa354c341462a9d]
-
-        merged in DEV300_m61
-
-2009-09-25  sb  <sb@openoffice.org>  [3a098eb85b8f858b2eb81690532d21f97b668ffe]
-
-        merged in DEV300_m60
-
-2009-09-16  sb  <sb@openoffice.org>  [7fdcbf2f3338b178ab1798b36d2e5c8541b7e733]
-
-        merged in DEV300_m59
-
-2009-09-11  sb  <sb@openoffice.org>  [5f8b60a17e30cfb78715fbe03f80e292879e9a92]
-
-        merged in DEV300_m58
-
-2009-09-10  Release Engineers  <releng@openoffice.org>  [329bca69e81a705c472581a59c1ef9d3245225fe]
-
-        Create DEV300_m58 milestone tag from trunk@276042
-
-2009-09-10  sb  <sb@openoffice.org>  [c5f6b62c6560b0aaac70efc448ab7ab2c4c9cf1a]
-
-        #101955# configmgr2 unoapi tests
-
-2009-09-04  sb  <sb@openoffice.org>  [0f4466a299b50c9deefbfad301dc1ae7c4b97f48]
-
-        merged in DEV300_m57
-
-2009-08-28  sb  <sb@openoffice.org>  [e335318f7fa315507a3ac4cb75e62f18fafc899b]
-
-        #i101955# adapted smoketest to previous HG change 8a7b875f63e1 (smoketestoo_native/config.pl now writes a registrymodifications.xcu); cleaned up
-
-2009-08-05  sb  <sb@openoffice.org>  [2a01d80fba5479ba592f7f937d9d07639f0da3fa]
-
-        merged in DEV300_m54
-
-2009-07-22  sb  <sb@openoffice.org>  [471d51d680fbbace0b6ac220abd89162d6b07377]
-
-        merged in DEV300_m53
-
-2009-07-02  sb  <sb@openoffice.org>  [81b61f144ee0993686dedfef97d3cd7fca3ab84b]
-
-        merged in DEV300_m51
-
-2009-05-27  sb  <sb@openoffice.org>  [1285af84233c5d3c954edaf21440b5bdd7ab8d25]
-
-        merged in DEV300_m49
-
-2009-05-12  Release Engineers  <releng@openoffice.org>  [cce880c5d8f64fbb0d85f3923e070fad64268f6d]
-
-        Create DEV300_m48 milestone tag from trunk@271829
-
-2010-11-05  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [44a4be5d42e9d393b62bf5b88dbde1c3cd576a91]
-
-        impress195: merge with DEV300_m92
-
-2010-11-05  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [34c72d32a6fe0960291ebe61820defcda5cacd8e]
-
-        impress195: merge with DEV300_m92
-
-2010-07-14  Andre Fischer  <af@openoffice.org>  [a7b3942c0f04f24455ab85ec0c0a8c2a0014da0f]
-
-        impress195: #i64671# Fixed font pitch processing.
-
-2010-06-02  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [919d784b8fd307fead81b7102ddc714904b3a7c1]
-
-        renaissance1: merge with DEV300_m80
-
-2010-03-23  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [22ee87299a505d2a83b6834ba2b56f22a52fffa7]
-
-        renaissance1: merge with DEV300_m75
-
-2010-03-23  Andre Fischer  <af@openoffice.org>  [9c704517cf428b8f2823260547517a85340b2106]
-
-        renaissance1: #i107215# Improved button handling.  Added debug design dialog.
-
-2010-03-10  Andre Fischer  <af@openoffice.org>  [fa9c296e4b6a6f7cacb60e2cd1f09b5446dbc862]
-
-        renaissance1: #i107215# Improved calculation of insertion indicator, excluded pages.
-
-2010-03-08  Andre Fischer  <af@openoffice.org>  [8f50dedef4f164ebb85e373a531a9fe401f7d283]
-
-        renaissance1: #i107215# Improved handling of transferables.
-
-2010-03-02  Andre Fischer  <af@openoffice.org>  [a9af8cdb36ee9a19d2a6a0d6b4b97130a8fa8f6b]
-
-        renaissance1: #i107215# Modified display of substitution and insertion indicator.
-
-2010-02-19  Andre Fischer  <af@openoffice.org>  [1dc0c9175ad121889fdb02e831ba568b35b01280]
-
-        renaissance1: #i107215# Integrated preview border into shadow bitmap.
-
-2010-02-12  Andre Fischer  <af@openoffice.org>  [df44ac6a7045ff25bf05a9f7bcf2e526cd5c0485]
-
-        renaissance1: #i107215# Added bitmap for painting shadow around slide sorter previews.
-
-2010-07-26  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [6f6a64b2eacda800da0385263d73dece97a80c41]
-
-        renaissance1: #i107215# Update of slide sorter icons.
-
-2010-06-02  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [10ab5aa3953d58f3430819a990250741aff25d4e]
-
-        renaissance1: merge with DEV300_m80
-
-2010-03-23  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [d76f5aa618f4484b97e9c3846d8fc6d717a306bb]
-
-        renaissance1: merge with DEV300_m75
-
-2010-04-09  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [91959a7278da32ef9e44abb2b9b2fd35eb3a6195]
-
-        new define CONST_CTTableControl
-
-2010-10-15  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [0eee4cff9975faf99d72056f6aeab2bae87016b7]
-
-        impress195: #158718# Added some checks to validate pointers.
-
-2010-07-23  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [1abb6221443d4a14427eab4cbb0e96ee3966a019]
-
-        renaissance1: #i107215# Properly restore selection after model changes.
-
-2010-04-09  Gregor Hartmann  <gh <Gregor Hartmann<gh@openoffice.org>  [536fef4b613ed07e96145fffcf61dc4d7d426496]
-
-        add methods for tablecontrol
-
-2010-04-09  gh93821  <gh93821@sr1-eham02-04>  [d93091832789fc586916720da62a341a731fbd66]
-
-        add controltype for tablecontrol for testtool
-
-2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [aa1ffc625a2ba4fe26102ca90f34dd45206a4af1]
-
-        gridcontrol_03: merge with DEV300_m75
-
-2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [550d319ebe948dff72deaac7f0ef87f30c53006b]
-
-        fixed bugs  for linux build 4
-
-2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [20f87300bcdb85babae2eaa617b3424ba800dcbd]
-
-        resolved conflicts rev 265602
-
-2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [a3ab9e8435dc16a89589e552a66485da4eb60d04]
-
-        recent changes for grid control
-
-2010-10-14  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [d2f35280c987837671322c977138fcc2402287c0]
-
-        impress195: #i80637# Changed the algorithm for mixing of elements.
-
-2010-07-22  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [edc18425b8c2455c5f0d172126156d90e7c06eb2]
-
-        renaissance1: #i107215# Replaced unhide text button by icon button.
-
-2010-08-09  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [c8125819e1b831f36203d8545b49df9041cc106c]
-
-        impress195: #i113720# Break cyclic dependency between DrawController and ModuleController.
-
-2010-07-15  Andre Fischer  <af@openoffice.org>  [c29298b9000e4d2fb9661accef3c6fdab9e33eab]
-
-        impress195: #i113169# Reducing default frame duration of animated images to 0.1s
-
-2010-07-14  Andre Fischer  <af@openoffice.org>  [cff2fd00939de5cf59ea6b6039b33ff3daf6bfd0]
-
-        impress195: #i112510# Stop leaking task pane FocusManager singleton.
-
-2010-07-14  Andre Fischer  <af@openoffice.org>  [a800b0d9fdf41cf11f8dbd91ff04321190bf289d]
-
-        impress195: #i102142# Stop leaking windows.
-
-2010-07-14  Andre Fischer  <af@openoffice.org>  [c21a1d8c48e057ce95cfffed85306471724e73d1]
-
-        impress195: #i101808# Allow unused master pages to be deleted in master pages control.
-
-2010-07-22  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [d73c47726d83afc4196c49f6e2cd4d7f2f435637]
-
-        renaissance1: #i96487# Fixed race condition on slide switching.
-
-2010-07-21  Andre Fischer  <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com>  [41c42f2d98dd50a95268dc1091f6c8e21c3e6667]
-
-        renaissance1: #i107215# Make buttons appear after slide sorter context menu is closed.
-
-2010-07-16  Andre Fischer  <af@openoffice.org>  [c788fd00969b1f18208b9452d4f1a7791f303c1f]
-
-        renaissance1: Fixed some warnings and errors discovered on 64bit build bot.
-
-2010-07-16  Andre Fischer  <af@openoffice.org>  [9189993c1729c86362fb455f16c42ac2eb29e879]
-
-        renaissance1: #i112337# Included fix from other CWS.
-
-2010-07-08  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [436416a6320037855846fce127a0cfa77ac45270]
-
-        renaissance1: resolved merge conflicts, cleanup.
-
-2010-07-01  Andre Fischer  <af@openoffice.org>  [df76bfb0695d19d201936df80192108e7ce51b8c]
-
-        renaissance1: merge with DEV300_m84
-
-2010-06-21  Andre Fischer  <af@openoffice.org>  [4a33a0f64fa420d39d079c3ab31a0c4579dc83b7]
-
-        renaissance1: #i107215# Slide sorter triggers page change after short delay.
-
-2010-06-18  Andre Fischer  <af@openoffice.org>  [75154ca8f08ef1e188498c077ca195b134ce2675]
-
-        renaissance1: #i107215# Updated some license headers. Cleaned up Theme class.
-
-2010-06-18  Andre Fischer  <af@openoffice.org>  [79c80fc9c4b819c3d1a4ad7aeacf7be90a9410c5]
-
-        renaissance1: #1107215# Previews are updated on model changes (to reflect changes of page numbers etc). Fixed insert position at end of document.
-
-2010-06-17  Andre Fischer  <af@openoffice.org>  [4eed61af82a02cc7e9f49faa44f6cf32a56f6e00]
-
-        renaissance1: #i107215# Fixed focus handling of relocated slide sorter.
-
-2010-06-17  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [11ce307732218d59f8132eb0a0fb4b08a4048c3f]
-
-        renaissance1: #i107215# Added guard against missing dispatcher.
-
-2010-06-17  Andre Fischer  <af@openoffice.org>  [d57de36d81f882cae9f014d5279d74401ea4bdea]
-
-        renaissance1: #i107215# Do not show buttons for Draw documents.
-
-2010-06-17  Andre Fischer  <af@openoffice.org>  [e51ec1618df9b1622480c4958a6f59742f6623f0]
-
-        renaissance1: #i107215# Focus indicator not lost anymore on mouse-over.
-
-2010-06-16  Andre Fischer  <af@openoffice.org>  [5da6de552eaef7849e563d7b3c0ef8dc1a3d54ac]
-
-        renaissance1: #i107215# Fixed painting of page object backgrounds. Page numbers of selected pages are now painted darker.
-
-2010-06-16  Andre Fischer  <af@openoffice.org>  [a72371004cf4bc3f698dc15d10ec7a3be238a309]
-
-        renaissance1: #i107215# Workaround fix for accessibility deadlock on Solaris.
-
-2010-06-15  Andre Fischer  <af@openoffice.org>  [9d350375a78d44b3fa9a5e6ed8732057d171c287]
-
-        renaissance1: #i107215# Page number color now depends on background and frame color.
-
-2010-06-15  Andre Fischer  <af@openoffice.org>  [0832b196adfe382c4cbced57ff309cf4dda439b7]
-
-        renaissance1: #i107215# Integrated accessibility fix from other CWS impressaccessibility7.
-
-2010-06-15  Andre Fischer  <af@openoffice.org>  [6efdc84459e2f1b1545278cca890de8135885d3e]
-
-        renaissance1: #i107215# Fixed update of current slide in slide overview after ending the show.
-
-2010-06-15  Andre Fischer  <af@openoffice.org>  [97d0f93bea3623a82d6046d3196939a393aef6da]
-
-        renaissance1: #i107215# Disabled duplication of slides in master mode.
-
-2010-06-14  Andre Fischer  <af@openoffice.org>  [6cf612be544e8adfae34d5c37951bef7183a941f]
-
-        renaissance1: #i107215# Use Excluded state of page descriptor directly instead of the visual state.
-
-2010-06-14  Andre Fischer  <af@openoffice.org>  [caef452db36f0ba74d1f14cf9d58582aa83b52bb]
-
-        renaissance1: #i107215# Improved high contrast handling.
-
-2010-06-09  Andre Fischer  <af@openoffice.org>  [260dd6af0f55fcb0ee256e1b3f9d1d313bd4ff52]
-
-        renaissance1: #i107215# RETURN inserts new slide (int slide sorter pane). Turned of tracking of current slide when mouse wheel is used.
-
-2010-06-08  Andre Fischer  <af@openoffice.org>  [831ed5d6015c274d63ce323fbbb8d0a2994fab18]
-
-        renaissance1: #i107215# Ctrl-Arrow does not reset shift-selection anchor.
-
-2010-06-07  Andre Fischer  <af@openoffice.org>  [0865ddf7358ad8a0dc27b47089d25443ff789caf]
-
-        renaissance1: #i107215# Bug fixes. New focus indicator bitmap.
-
-2010-06-07  Andre Fischer  <af@openoffice.org>  [3d7b39ef940c025ed011423741a61bb801e2cb83]
-
-        merge
-
-2010-06-07  Andre Fischer  <af@openoffice.org>  [e96918175018ddff6b954c0b980b810f1569178c]
-
-        renaissance1: #i107215# Fixed updates of slide previews.
-
-2010-06-07  Andre Fischer  <af@openoffice.org>  [2f4ca0244d9c4dacdff2c1999600e1fb0cd640e0]
-
-        renaissance1: #i107215# Slidesorter theme now uses correct selection and background color.
-
-2010-06-02  Andre Fischer  <af@openoffice.org>  [4da1188ef466399a1bf910de924cc58cb28df2fc]
-
-        renaissance1: #i107215# Do not show PresObjs in previews.
-
-2010-05-31  Andre Fischer  <af@openoffice.org>  [be7fd6fad43488b196b7b6f34510bf9be2d5fce8]
-
-        renaissance1: #i107215# Some small fixes and improvements.
-
-2010-05-28  Andre Fischer  <af@openoffice.org>  [506928805ff99d435df21ebf8d0828c5698c53dc]
-
-        renaissance1: #i107215# Some minor fixes and improvements.
-
-2010-05-27  Andre Fischer  <af@openoffice.org>  [125c18fc864c2666c32ad907c6f7fce0d7fea82e]
-
-        renaissance1: #i107215# 'Show' button of excluded slides has now a distinct hover state.
-
-2010-05-26  Andre Fischer  <af@openoffice.org>  [cdefd2e2ce24a25ad4251656200460e62de21bf6]
-
-        renaissance1: #i107215# Added missing assignment operator to Transferable::representattive.
-
-2010-05-26  Andre Fischer  <af@openoffice.org>  [74383bb1da34d1f58968689489dd0888f94679dd]
-
-        renaissance1: #i107215# Tool tips are now displayed after a delay.
-
-2010-05-26  Andre Fischer  <af@openoffice.org>  [6cd3d5260d9e33c20b32664eb1ffb46ca6010e00]
-
-        renaissance1: #i107215# Increased minimal slide width. Replaced some icons. Insert indicator shows exclusion indicator.
-
-2010-05-21  Andre Fischer  <af@openoffice.org>  [ee97c30d51a1195f4eabc492d7a154d041ac7c8a]
-
-        renaissance1: #i107215# Mouse wheel scrolls whole slides.
-
-2010-05-21  Andre Fischer  <af@openoffice.org>  [0852b3606d7808cbe00b66e162f73ebb2ffc0f30]
-
-        renaissance1: #i107215# Cleaned up nameing of large button bar icons.
-
-2010-05-20  Andre Fischer  <af@openoffice.org>  [644bc4969487ae6516f9f46f4bede5fb1905698d]
-
-        renaissance1: #i107215# Fixed crash and paint problem when scrolling fast through the slide sorter.
-
-2010-05-20  Andre Fischer  <af@openoffice.org>  [633a42924f4088aaf387f7c8e17e6a2bba60fa9d]
-
-        renaissance1: #i107215# Fixed some bugs in connection to multi selection.
-
-2010-06-02  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [5ad79ff63008de36accc910d474f2e85b4d8d9e1]
-
-        renaissance1: merge with DEV300_m80
-
-2010-05-19  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [d54bac1dc6b21caf0a6d17dc4faf816c04ada723]
-
-        renaissance1: #i107215# Resolved minor compilation problems.
-
-2010-05-19  Andre Fischer  <af@openoffice.org>  [e96380dabd5efeee7e7cf93749f64aefbc501e53]
-
-        renaissance1: #i107215# Added medium sized slide sorter buttons.
-
-2010-05-10  Andre Fischer  <af@openoffice.org>  [f59b182b35a4d9b2d88e193e8e485c316416a125]
-
-        renaissance1: #i107215# Active placement of help text.
-
-2010-05-07  Andre Fischer  <af@openoffice.org>  [88efd3930328e67669d4e569c295d5c88b20f5d0]
-
-        renaissance1: #i107215# Improved the debug dialog.
-
-2010-05-06  Andre Fischer  <af@openoffice.org>  [db3cf578489a6335a113121ea4a3dcedc4cda223]
-
-        renaissance1: #i107215# Added separate alpha value for button bar background.
-
-2010-06-02  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [3660c4324cf2da169d24e8cc1e1662faedee935e]
-
-        renaissance1: #i107215# Small fixes.
-
-2010-05-06  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [5c78302579a77e73f77249ea71ae07daa6df768c]
-
-        renaissance1: #i107215# Call Flush after each insert animation step to fix Mac paint problem.
-
-2010-05-05  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [11c6b31e2aca164f7cf482633d6016ee94e79aa1]
-
-        renaissance1: #i107215# Fixed Mac-only problem with Drag-n-Drop loop.
-
-2010-04-30  Andre Fischer  <af@openoffice.org>  [1b42f4616d8320fd65ed81a9d020936f46bf70cb]
-
-        renaissance1: #i107215# Fixed some paint problems.
-
-2010-04-29  Andre Fischer  <af@openoffice.org>  [648716ed790e8f9c9e4bf515a0ec4f3a57dbd78c]
-
-        renaissance1: #i107215# Fixed paint problem on initialization. Removed some OSL_TRACEs.
-
-2010-04-29  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [735c902c49ff973f7d44c12dc683d2e8c4ed1e90]
-
-        renaissance1: #i107215# Fixed problem with loading of icons.
-
-2010-04-28  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [ecb6bc55ff67fb87bbf5fa75d941cfe891560c3a]
-
-        renaissance1: resolved minor compilation problems.
-
-2010-04-27  Andre Fischer  <af@openoffice.org>  [92fc8aeea78c22a692388701f8e93b21bab12b4e]
-
-        renaissance1: #i107215# Removed indirection to bitmaps in cache.
-
-2010-04-27  Andre Fischer  <af@openoffice.org>  [87eed74fd3a688cbfd6ca18b8acd24b26d1a9ccc]
-
-        renaissance1: #i107215# Fixed handling of icon transparency.
-
-2010-04-23  Andre Fischer  <af@openoffice.org>  [8c9901906bbc6b59baa0b2ef918b7e7fe89538b8]
-
-        renaissance1: #i107215# Reorganized the selection function. Introduced button bar.
-
-2010-04-08  Andre Fischer  <af@openoffice.org>  [8c6409990af3f38230a465801c7aba39e127e338]
-
-        renaissance1: #i107215# Many fixes around drag-and-drop and selection.
-
-2010-03-24  Andre Fischer  <af@openoffice.org>  [93a68953ef974f1a9f0b0aac5ef78a6d3be503c5]
-
-        renaissance1: #i107215# Fixed destruction of DebugDialog.  Improved button handling.
-
-2010-03-24  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [96ef9ed2df1a6414f3c88343a644895565b68c3f]
-
-        renaissance1: #i107215# Fixed minor compilation problems.
-
-2010-03-24  Andre Fischer  <af@openoffice.org>  [1b8c751edf19558950965cec825a150f97ba082b]
-
-        renaissance1: #i107215# Improved button handling.
-
-2010-03-23  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [9300afa21cbb4cd48c6cbd4fa92f206aa858329e]
-
-        renaissance1: merge with DEV300_m75
-
-2010-03-23  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [1e89c38545f74a2d18564f9df6ec1ff4d5ef9390]
-
-        renaissance1: #i107215# Fixed minor compilation problems.
-
-2010-03-23  Andre Fischer  <af@openoffice.org>  [f38cf1fdb8e23c4031b198214a29510046c05ecc]
-
-        renaissance1: #i107215# Improved button handling.  Added debug design dialog.
-
-2010-03-19  Andre Fischer  <af@openoffice.org>  [8d603c86c1898ecf653e83c6538fab0c54e88036]
-
-        renaissance1: #i107215# Merge.
-
-2010-03-19  Andre Fischer  <af@openoffice.org>  [b390fae1706b9c511158a03e4fd61f263be4e511]
-
-        renaissance1: #i107215# Reorganized and improved layouting.
-
-2010-03-15  Andre Fischer  <af@openoffice.org>  [8c23aba539c0f5764ec543e4cfa6bac2fc20e7ae]
-
-        renaissance1: #i107215# Preview generation takes better care of last row and column of pixels.
-
-2010-03-15  Andre Fischer  <af@openoffice.org>  [59224bb1aa235a3b1ef6757d85de0141b0495649]
-
-        renaissance1: #i107215# Fixed initialization of current slide for slide sorter bar.
-
-2010-03-12  Andre Fischer  <af@openoffice.org>  [6426d891e7cc9ca92b8e5b14f6c879846d024ecf]
-
-        renaissance1: #i107215# Added support for keys home/end. Fixed selection after inserting new slides.
-
-2010-03-12  Andre Fischer  <af@openoffice.org>  [5290430f0667ea5dc895cc3cbc421d445c7f134f]
-
-        renaissance1: #i107215# Keep insertion indicator visible when context menu is displayed.
-
-2010-03-12  Andre Fischer  <af@openoffice.org>  [72dd671e41f0d68616247d9dc7896929ea2accc9]
-
-        renaissance1: #i107215# Prevent loop when bitmap is missing.
-
-2010-03-11  Andre Fischer  <af@openoffice.org>  [ab3853cc3cd60a0c9a98e20d00568fca99bb01dc]
-
-        renaissance1: #i107215# Duplicating several slides inserts them in single row after selection.
-
-2010-03-11  Andre Fischer  <af@openoffice.org>  [b21a5ef9255b086a639c0d615f104062f92f4ab9]
-
-        renaissance1: #i107215# Fixed drag-and-drop when used with auto-scrolling.  Improved hide/show handling.
-
-2010-03-11  Andre Fischer  <af@openoffice.org>  [b11b474c8b478f5672b5b64d86ed76dde019d016]
-
-        renaissance1: #i107215# Made scroll animations more smooth.  Update page under mouse when scrolling.
-
-2010-03-10  Andre Fischer  <af@openoffice.org>  [6f93ca28fa19531c78dc6a4ddafa4258d1efacd9]
-
-        renaissance1: #i107215# Fixed horizontal scrolling.
-
-2010-03-10  Andre Fischer  <af@openoffice.org>  [538a067d216e87d2f01b144eb7e711ce0dca93b4]
-
-        renaissance1: #i107215# Improved calculation of insertion indicator, excluded pages.
-
-2010-03-08  Andre Fischer  <af@openoffice.org>  [9c1e4f81d79eb618e1f9b088ec08faffd539e81f]
-
-        renaissance1: #i107215# Fixed drag-and-drop.
-
-2010-03-08  Andre Fischer  <af@openoffice.org>  [33a5458e44a06f5862a91badbf59fe60551e7666]
-
-        renaissance1: #i107215# Improved handling of transferables.
-
-2010-03-08  Andre Fischer  <af@openoffice.org>  [eb7f569c3a52b9810156798a4915701257c3800f]
-
-        renaissance1: #i107215# Improved handling of transferables.
-
-2010-03-08  Andre Fischer  <af@openoffice.org>  [4b83a7fe5714eb9a1d208502a18e33da35772ece]
-
-        renaissance1: #i107215# Improved handling of transferables.
-
-2010-03-03  Andre Fischer  <af@openoffice.org>  [c87f10322a175f7d45ee20db236b69befa64d277]
-
-        renaissance1: #i107215# Obeying application background color.
-
-2010-03-02  Andre Fischer  <af@openoffice.org>  [6be133ca030d0e53c2c36de64a6f3b0d7f5a827d]
-
-        renaissance1: #i107215# Removed anonymous namespace from FramePainter header.
-
-2010-03-02  Andre Fischer  <af@openoffice.org>  [efc8b0f870e318fd790c0258dbd0c92dc7cd83fa]
-
-        renaissance1: #i107215# Modified display of substitution and insertion indicator.
-
-2010-02-25  Andre Fischer  <af@openoffice.org>  [f1a49de1365676c852a766617c35614d14f899d8]
-
-        renaissance1: #i107215# Improved focus and selection handling.
-
-2010-02-24  Andre Fischer  <af@openoffice.org>  [530eea93535c9ca85349913dad05143441cc7bd7]
-
-        renaissance1: #i107215# Restore mouse over state after model change.
-
-2010-02-23  Andre Fischer  <af@openoffice.org>  [1fbf7cba10381a461245d599ecedaa1cb7958f72]
-
-        renaissance1: #i107215# Focus can be moved with Ctrl+Cursor Keys.
-
-2010-02-23  Andre Fischer  <af@openoffice.org>  [3c7bf4b67dbe92880d3cb8b7fb24a882651a7ba1]
-
-        renaissance1: #i107215# Improved drag and drop.
-
-2010-02-19  Andre Fischer  <af@openoffice.org>  [2318e08d02cd3570f0b89a85ebd7fbac8b233ca4]
-
-        renaissance1: #i107215# Integrated preview border into shadow bitmap.
-
-2010-02-18  Andre Fischer  <af@openoffice.org>  [f5d2c01dda56f7544a88e5b85156bae2c71e2a89]
-
-        renaissance1: #i107215# Improved selection handling.
-
-2010-02-17  Andre Fischer  <af@openoffice.org>  [b237fdf1e2fa89da26fb94839d3010b6a0091733]
-
-        renaissance1: #i107215# Added detection for changes of master pages.
-
-2010-02-17  Andre Fischer  <af@openoffice.org>  [e1f5c8ef3c5bb207946f23c3769f9cd6e536c362]
-
-        renaissance1: #i107215# Added detection for assignment of master pages.
-
-2010-02-17  Andre Fischer  <af@openoffice.org>  [70ebb85a47952a76a58577e1d85f3db3f091d4a4]
-
-        renaissance1: #i107215# Modifying the selection may change the current slide.
-
-2010-02-17  Andre Fischer  <af@openoffice.org>  [b5f80146f4f2d780b1d03249e6f5d7d2d27c6d37]
-
-        renaissance1: #i107215# Modified painting and layouting of page objects.
-
-2010-03-15  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [dce05d5b2c068c80cf26b76ae8d2d37736ff540a]
-
-        renaissance1: #i107215# Fixes of minor compilation problems.
-
-2010-03-08  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [74501923447c8f4497e46fba6db196901ed03632]
-
-        renaissance1: #i107215# Fixed some minor compilation problems.
-
-2010-02-12  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [b7fcd9d15b798ca928b9c6a565fca9a89fe20106]
-
-        renaissance1: #i107215# Fixed minor compilation problems.
-
-2010-02-12  Andre Fischer  <af@openoffice.org>  [c81dae0990a762415e2e037b660dd0801e8a540d]
-
-        renaissance1: #107215# Added tooltips with slide names.
-
-2010-02-12  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [1c239d78bc47f52b5d1341644cccb9835181be3d]
-
-        renaissance1: #107215# Resolved minor compilation problems.
-
-2010-02-12  Andre Fischer  <af@openoffice.org>  [a3d0b080670accda94caa0c8b6ad6369d47592c5]
-
-        renaissance1: #107215# Cleanup.
-
-2010-02-12  Andre Fischer  <af@openoffice.org>  [ab518ae9111d251a4e6267ae9f40836b8a7a3913]
-
-        renaissance1: #i107215# Adaption to latest changes of the spec.
-
-2010-01-28  Andre Fischer  <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM>  [2336af0eb45bee98f98b0ac9a6988bfd0e6193e5]
-
-        renaissance1: #i107215# Fixed some minor compilation problems.
-
-2010-01-27  Andre Fischer  <af@openoffice.org>  [df407bc1d622181187849b6b4c7c377242902757]
-
-        renaissance1: #i107215# Added SlideShowView::DrawLock class.
-
-2010-01-27  Andre Fischer  <af@openoffice.org>  [23a61a9969af9d099ce87d1169b7c2aeb5f6bb1e]
-
-        renaissance1: #i107215# First draft of the new slide sorter design.
diff -Nur libreoffice-7.6.4.1/chart2/Library_chartcore.mk libreoffice-7.6.5.2/chart2/Library_chartcore.mk
--- libreoffice-7.6.4.1/chart2/Library_chartcore.mk	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/chart2/Library_chartcore.mk	2024-02-17 14:05:36.000000000 +0100
@@ -56,6 +56,7 @@
     ucbhelper \
     utl \
     vcl \
+    docmodel \
 ))
 
 $(eval $(call gb_Library_set_componentfile,chartcore,chart2/source/chartcore,services))
diff -Nur libreoffice-7.6.4.1/chart2/source/controller/dialogs/ChartResourceGroups.cxx libreoffice-7.6.5.2/chart2/source/controller/dialogs/ChartResourceGroups.cxx
--- libreoffice-7.6.4.1/chart2/source/controller/dialogs/ChartResourceGroups.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/chart2/source/controller/dialogs/ChartResourceGroups.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -328,7 +328,7 @@
     weld::GenericDialogController::runAsync(
         xDlg, [this, xDlg, aOldParameter, iOldLineTypePos](sal_Int32 nResult) {
             m_xSteppedPropertiesDialog = nullptr;
-            auto xNewDlg = getSplinePropertiesDialog();
+            auto xNewDlg = getSteppedPropertiesDialog();
 
             if (nResult == RET_OK)
             {
diff -Nur libreoffice-7.6.4.1/chart2/source/tools/PropertyHelper.cxx libreoffice-7.6.5.2/chart2/source/tools/PropertyHelper.cxx
--- libreoffice-7.6.4.1/chart2/source/tools/PropertyHelper.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/chart2/source/tools/PropertyHelper.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -20,6 +20,7 @@
 #include <PropertyHelper.hxx>
 #include <com/sun/star/container/XNameContainer.hpp>
 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
+#include <docmodel/uno/UnoGradientTools.hxx>
 #include <comphelper/sequence.hxx>
 #include <osl/diagnose.h>
 #include <comphelper/diagnose_ex.hxx>
@@ -113,15 +114,29 @@
     const OUString & rPreferredName )
 {
     if( ! xNameContainer.is() ||
-        ! rValue.hasValue() ||
-        ( rValue.getValueType() != xNameContainer->getElementType()))
+        ! rValue.hasValue() )
+        return rPreferredName;
+
+    Any aValue(rValue);
+
+    if ( rValue.has<css::awt::Gradient>())
+    {
+        // tdf#158421 the lists for Gradients needs awt::Gradient2
+        // as type, convert input data if needed (and warn about it,
+        // the caller should be changed to offer the needed type)
+        SAL_WARN("chart2","input value needs to be awt::Gradient2");
+        const basegfx::BGradient aTemp(model::gradient::getFromAny(rValue));
+        aValue <<= model::gradient::createUnoGradient2(aTemp);
+    }
+
+    if ( aValue.getValueType() != xNameContainer->getElementType())
         return rPreferredName;
 
     try
     {
         Reference< container::XNameAccess > xNameAccess( xNameContainer, uno::UNO_QUERY_THROW );
         const uno::Sequence<OUString> aElementNames = xNameAccess->getElementNames();
-        auto it = std::find_if( aElementNames.begin(), aElementNames.end(), lcl_EqualsElement( rValue, xNameAccess ));
+        auto it = std::find_if( aElementNames.begin(), aElementNames.end(), lcl_EqualsElement( aValue, xNameAccess ));
 
         // element found => return name
         if( it != aElementNames.end())
@@ -159,7 +174,7 @@
         }
 
         OSL_ASSERT( !aUniqueName.isEmpty());
-        xNameContainer->insertByName( aUniqueName, rValue );
+        xNameContainer->insertByName( aUniqueName, aValue );
         return aUniqueName;
     }
     catch( const uno::Exception & )
diff -Nur libreoffice-7.6.4.1/comphelper/source/misc/configuration.cxx libreoffice-7.6.5.2/comphelper/source/misc/configuration.cxx
--- libreoffice-7.6.4.1/comphelper/source/misc/configuration.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/comphelper/source/misc/configuration.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -10,8 +10,11 @@
 #include <sal/config.h>
 
 #include <cassert>
+#include <map>
+#include <memory>
+#include <mutex>
+#include <string_view>
 
-#include <com/sun/star/beans/NamedValue.hpp>
 #include <com/sun/star/beans/PropertyAttribute.hpp>
 #include <com/sun/star/configuration/ReadOnlyAccess.hpp>
 #include <com/sun/star/configuration/ReadWriteAccess.hpp>
@@ -21,16 +24,12 @@
 #include <com/sun/star/container/XHierarchicalNameReplace.hpp>
 #include <com/sun/star/container/XNameAccess.hpp>
 #include <com/sun/star/container/XNameContainer.hpp>
-#include <com/sun/star/util/XChangesListener.hpp>
-#include <com/sun/star/util/XChangesNotifier.hpp>
-#include <com/sun/star/lang/DisposedException.hpp>
 #include <com/sun/star/lang/XLocalizable.hpp>
 #include <com/sun/star/uno/Any.hxx>
 #include <com/sun/star/uno/Reference.hxx>
 #include <comphelper/solarmutex.hxx>
 #include <comphelper/configuration.hxx>
 #include <comphelper/configurationlistener.hxx>
-#include <cppuhelper/implbase.hxx>
 #include <rtl/ustring.hxx>
 #include <sal/log.hxx>
 #include <i18nlangtag/languagetag.hxx>
@@ -107,67 +106,12 @@
     return WRAPPER;
 }
 
-class comphelper::detail::ConfigurationChangesListener
-    : public ::cppu::WeakImplHelper<css::util::XChangesListener>
-{
-     comphelper::detail::ConfigurationWrapper& mrConfigurationWrapper;
-public:
-    ConfigurationChangesListener(comphelper::detail::ConfigurationWrapper& rWrapper)
-        : mrConfigurationWrapper(rWrapper)
-    {}
-    // util::XChangesListener
-    virtual void SAL_CALL changesOccurred( const css::util::ChangesEvent& ) override
-    {
-        std::scoped_lock aGuard(mrConfigurationWrapper.maMutex);
-        mrConfigurationWrapper.maPropertyCache.clear();
-    }
-    virtual void SAL_CALL disposing(const css::lang::EventObject&) override
-    {
-        std::scoped_lock aGuard(mrConfigurationWrapper.maMutex);
-        mrConfigurationWrapper.mbDisposed = true;
-        mrConfigurationWrapper.maPropertyCache.clear();
-        mrConfigurationWrapper.maNotifier.clear();
-        mrConfigurationWrapper.maListener.clear();
-    }
-};
-
 comphelper::detail::ConfigurationWrapper::ConfigurationWrapper():
     context_(comphelper::getProcessComponentContext()),
-    access_(css::configuration::ReadWriteAccess::create(context_, "*")),
-    mbDisposed(false)
-{
-    // Set up a configuration notifier to invalidate the cache as needed.
-    try
-    {
-        css::uno::Reference< css::lang::XMultiServiceFactory > xConfigProvider(
-            css::configuration::theDefaultProvider::get( context_ ) );
-
-        // set root path
-        css::uno::Sequence< css::uno::Any > params {
-            css::uno::Any( css::beans::NamedValue{ "nodepath", css::uno::Any( OUString("/"))} ),
-            css::uno::Any( css::beans::NamedValue{ "locale", css::uno::Any( OUString("*"))} ) };
-
-        css::uno::Reference< css::uno::XInterface > xCfg
-            = xConfigProvider->createInstanceWithArguments(u"com.sun.star.configuration.ConfigurationAccess",
-                params);
-
-        maNotifier = css::uno::Reference< css::util::XChangesNotifier >(xCfg, css::uno::UNO_QUERY);
-        assert(maNotifier.is());
-        maListener = css::uno::Reference< ConfigurationChangesListener >(new ConfigurationChangesListener(*this));
-        maNotifier->addChangesListener(maListener);
-    }
-    catch(const css::uno::Exception&)
-    {
-        assert(false);
-    }
-}
+    access_(css::configuration::ReadWriteAccess::create(context_, "*"))
+{}
 
-comphelper::detail::ConfigurationWrapper::~ConfigurationWrapper()
-{
-    maPropertyCache.clear();
-    maNotifier.clear();
-    maListener.clear();
-}
+comphelper::detail::ConfigurationWrapper::~ConfigurationWrapper() {}
 
 bool comphelper::detail::ConfigurationWrapper::isReadOnly(OUString const & path)
     const
@@ -178,26 +122,31 @@
         != 0;
 }
 
-css::uno::Any comphelper::detail::ConfigurationWrapper::getPropertyValue(OUString const& path) const
+css::uno::Any comphelper::detail::ConfigurationWrapper::getPropertyValue(std::u16string_view path) const
 {
-    std::scoped_lock aGuard(maMutex);
-    if (mbDisposed)
-        throw css::lang::DisposedException();
     // Cache the configuration access, since some of the keys are used in hot code.
-    auto it = maPropertyCache.find(path);
-    if( it != maPropertyCache.end())
-        return it->second;
+    // Note that this cache is only used by the officecfg:: auto-generated code, using it for anything
+    // else would be unwise because the cache could end up containing stale entries.
+    static std::mutex gMutex;
+    static std::map<OUString, css::uno::Reference< css::container::XNameAccess >> gAccessMap;
 
-    sal_Int32 idx = path.lastIndexOf("/");
+    sal_Int32 idx = path.rfind('/');
     assert(idx!=-1);
-    OUString parentPath = path.copy(0, idx);
-    OUString childName = path.copy(idx+1);
+    OUString parentPath(path.substr(0, idx));
+    OUString childName(path.substr(idx+1));
+
+    std::scoped_lock aGuard(gMutex);
 
-    css::uno::Reference<css::container::XNameAccess> access(
-        access_->getByHierarchicalName(parentPath), css::uno::UNO_QUERY_THROW);
-    css::uno::Any property = access->getByName(childName);
-    maPropertyCache.emplace(path, property);
-    return property;
+    // check cache
+    auto it = gAccessMap.find(parentPath);
+    if (it == gAccessMap.end())
+    {
+        // not in the cache, look it up
+        css::uno::Reference<css::container::XNameAccess> access(
+            access_->getByHierarchicalName(parentPath), css::uno::UNO_QUERY_THROW);
+        it = gAccessMap.emplace(parentPath, access).first;
+    }
+    return it->second->getByName(childName);
 }
 
 void comphelper::detail::ConfigurationWrapper::setPropertyValue(
diff -Nur libreoffice-7.6.4.1/comphelper/source/misc/traceevent.cxx libreoffice-7.6.5.2/comphelper/source/misc/traceevent.cxx
--- libreoffice-7.6.4.1/comphelper/source/misc/traceevent.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/comphelper/source/misc/traceevent.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -40,15 +40,16 @@
 
 void TraceEvent::addRecording(const OUString& sObject)
 {
-    std::lock_guard aGuard(g_aMutex);
+    bool bEmitCallback;
+    {
+        std::lock_guard aGuard(g_aMutex);
 
-    g_aRecording.emplace_back(sObject);
+        g_aRecording.emplace_back(sObject);
 
-    if (s_nBufferSize > 0 && g_aRecording.size() >= s_nBufferSize)
-    {
-        if (s_pBufferFullCallback != nullptr)
-            (*s_pBufferFullCallback)();
+        bEmitCallback = s_nBufferSize > 0 && g_aRecording.size() >= s_nBufferSize;
     }
+    if (bEmitCallback && s_pBufferFullCallback != nullptr)
+        (*s_pBufferFullCallback)();
 }
 
 void TraceEvent::addInstantEvent(const char* sName, const std::map<OUString, OUString>& args)
diff -Nur libreoffice-7.6.4.1/configure libreoffice-7.6.5.2/configure
--- libreoffice-7.6.4.1/configure	2023-11-30 14:15:24.000000000 +0100
+++ libreoffice-7.6.5.2/configure	2024-02-17 15:02:42.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for LibreOffice 7.6.4.1.
+# Generated by GNU Autoconf 2.71 for LibreOffice 7.6.5.2.
 #
 #
 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -608,8 +608,8 @@
 # Identity of this package.
 PACKAGE_NAME='LibreOffice'
 PACKAGE_TARNAME='libreoffice'
-PACKAGE_VERSION='7.6.4.1'
-PACKAGE_STRING='LibreOffice 7.6.4.1'
+PACKAGE_VERSION='7.6.5.2'
+PACKAGE_STRING='LibreOffice 7.6.5.2'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL='http://documentfoundation.org/'
 
@@ -2042,7 +2042,7 @@
 sysconfdir='${prefix}/etc'
 sharedstatedir='${prefix}/com'
 localstatedir='${prefix}/var'
-runstatedir='${localstatedir}/run'
+runstatedir='/run'
 includedir='${prefix}/include'
 oldincludedir='/usr/include'
 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -2552,7 +2552,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures LibreOffice 7.6.4.1 to adapt to many kinds of systems.
+\`configure' configures LibreOffice 7.6.5.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -2592,7 +2592,7 @@
   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
-  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
+  --runstatedir=DIR       modifiable per-process data [/run]
   --libdir=DIR            object code libraries [EPREFIX/lib]
   --includedir=DIR        C header files [PREFIX/include]
   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
@@ -2622,7 +2622,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of LibreOffice 7.6.4.1:";;
+     short | recursive ) echo "Configuration of LibreOffice 7.6.5.2:";;
    esac
   cat <<\_ACEOF
 
@@ -3028,7 +3028,7 @@
                           Define the product name. Default is LibreOffice.
   --with-package-version='3.1.4.5'
                           Define the package version. Default is
-                          7.6.4.1. Use only if you distribute an
+                          7.6.5.2. Use only if you distribute an
                           own build for macOS.
   --with-main-module=<writer/calc>
                           Specify which main module to build for wasm. Default
@@ -3841,7 +3841,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-LibreOffice configure 7.6.4.1
+LibreOffice configure 7.6.5.2
 generated by GNU Autoconf 2.71
 
 Copyright (C) 2021 Free Software Foundation, Inc.
@@ -4589,7 +4589,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by LibreOffice $as_me 7.6.4.1, which was
+It was created by LibreOffice $as_me 7.6.5.2, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -8785,8 +8785,8 @@
 else $as_nop
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libexecinfo" >&5
-printf %s "checking for libexecinfo... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BACKTRACE" >&5
+printf %s "checking for BACKTRACE... " >&6; }
 
 if test -n "$BACKTRACE_CFLAGS"; then
     pkg_cv_BACKTRACE_CFLAGS="$BACKTRACE_CFLAGS"
@@ -8826,7 +8826,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -8835,24 +8835,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                BACKTRACE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libexecinfo" 2>&1`
+	        BACKTRACE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libexecinfo" 2>&1`
         else
-                BACKTRACE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libexecinfo" 2>&1`
+	        BACKTRACE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libexecinfo" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$BACKTRACE_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$BACKTRACE_PKG_ERRORS" >&5
 
-        :
+	:
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        :
+	:
 else
-        BACKTRACE_CFLAGS=$pkg_cv_BACKTRACE_CFLAGS
-        BACKTRACE_LIBS=$pkg_cv_BACKTRACE_LIBS
+	BACKTRACE_CFLAGS=$pkg_cv_BACKTRACE_CFLAGS
+	BACKTRACE_LIBS=$pkg_cv_BACKTRACE_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-        ac_cv_search_backtrace=
+	ac_cv_search_backtrace=
 fi
 fi
 
@@ -15968,8 +15968,8 @@
         SYSTEM_FONTCONFIG=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fontconfig >= 2.4.1" >&5
-printf %s "checking for fontconfig >= 2.4.1... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for FONTCONFIG" >&5
+printf %s "checking for FONTCONFIG... " >&6; }
 
 if test -n "$FONTCONFIG_CFLAGS"; then
     pkg_cv_FONTCONFIG_CFLAGS="$FONTCONFIG_CFLAGS"
@@ -16009,7 +16009,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -16018,14 +16018,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fontconfig >= 2.4.1" 2>&1`
+	        FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fontconfig >= 2.4.1" 2>&1`
         else
-                FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fontconfig >= 2.4.1" 2>&1`
+	        FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fontconfig >= 2.4.1" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$FONTCONFIG_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$FONTCONFIG_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (fontconfig >= 2.4.1) were not met:
+	as_fn_error $? "Package requirements (fontconfig >= 2.4.1) were not met:
 
 $FONTCONFIG_PKG_ERRORS
 
@@ -16036,9 +16036,9 @@
 and FONTCONFIG_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -16051,8 +16051,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        FONTCONFIG_CFLAGS=$pkg_cv_FONTCONFIG_CFLAGS
-        FONTCONFIG_LIBS=$pkg_cv_FONTCONFIG_LIBS
+	FONTCONFIG_CFLAGS=$pkg_cv_FONTCONFIG_CFLAGS
+	FONTCONFIG_LIBS=$pkg_cv_FONTCONFIG_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -18243,11 +18243,11 @@
 then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
 printf %s "checking for $CXX option to enable C++11 features... " >&6; }
-if test ${ac_cv_prog_cxx_cxx11+y}
+if test ${ac_cv_prog_cxx_11+y}
 then :
   printf %s "(cached) " >&6
 else $as_nop
-  ac_cv_prog_cxx_cxx11=no
+  ac_cv_prog_cxx_11=no
 ac_save_CXX=$CXX
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
@@ -18289,11 +18289,11 @@
 then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
 printf %s "checking for $CXX option to enable C++98 features... " >&6; }
-if test ${ac_cv_prog_cxx_cxx98+y}
+if test ${ac_cv_prog_cxx_98+y}
 then :
   printf %s "(cached) " >&6
 else $as_nop
-  ac_cv_prog_cxx_cxx98=no
+  ac_cv_prog_cxx_98=no
 ac_save_CXX=$CXX
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
@@ -20424,8 +20424,8 @@
         SYSTEM_LIBCMIS=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libcmis-0.6 >= 0.6.1" >&5
-printf %s "checking for libcmis-0.6 >= 0.6.1... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for LIBCMIS" >&5
+printf %s "checking for LIBCMIS... " >&6; }
 
 if test -n "$LIBCMIS_CFLAGS"; then
     pkg_cv_LIBCMIS_CFLAGS="$LIBCMIS_CFLAGS"
@@ -20465,7 +20465,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -20474,14 +20474,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                LIBCMIS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcmis-0.6 >= 0.6.1" 2>&1`
+	        LIBCMIS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcmis-0.6 >= 0.6.1" 2>&1`
         else
-                LIBCMIS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcmis-0.6 >= 0.6.1" 2>&1`
+	        LIBCMIS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcmis-0.6 >= 0.6.1" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$LIBCMIS_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBCMIS_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libcmis-0.6 >= 0.6.1) were not met:
+	as_fn_error $? "Package requirements (libcmis-0.6 >= 0.6.1) were not met:
 
 $LIBCMIS_PKG_ERRORS
 
@@ -20492,9 +20492,9 @@
 and LIBCMIS_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -20507,8 +20507,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        LIBCMIS_CFLAGS=$pkg_cv_LIBCMIS_CFLAGS
-        LIBCMIS_LIBS=$pkg_cv_LIBCMIS_LIBS
+	LIBCMIS_CFLAGS=$pkg_cv_LIBCMIS_CFLAGS
+	LIBCMIS_LIBS=$pkg_cv_LIBCMIS_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -23890,8 +23890,8 @@
         SYSTEM_CLUCENE=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libclucene-core" >&5
-printf %s "checking for libclucene-core... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for CLUCENE" >&5
+printf %s "checking for CLUCENE... " >&6; }
 
 if test -n "$CLUCENE_CFLAGS"; then
     pkg_cv_CLUCENE_CFLAGS="$CLUCENE_CFLAGS"
@@ -23931,7 +23931,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -23940,14 +23940,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                CLUCENE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libclucene-core" 2>&1`
+	        CLUCENE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libclucene-core" 2>&1`
         else
-                CLUCENE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libclucene-core" 2>&1`
+	        CLUCENE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libclucene-core" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$CLUCENE_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$CLUCENE_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libclucene-core) were not met:
+	as_fn_error $? "Package requirements (libclucene-core) were not met:
 
 $CLUCENE_PKG_ERRORS
 
@@ -23958,9 +23958,9 @@
 and CLUCENE_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -23973,8 +23973,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        CLUCENE_CFLAGS=$pkg_cv_CLUCENE_CFLAGS
-        CLUCENE_LIBS=$pkg_cv_CLUCENE_LIBS
+	CLUCENE_CFLAGS=$pkg_cv_CLUCENE_CFLAGS
+	CLUCENE_LIBS=$pkg_cv_CLUCENE_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -24091,8 +24091,8 @@
         SYSTEM_EXPAT=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for expat" >&5
-printf %s "checking for expat... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for EXPAT" >&5
+printf %s "checking for EXPAT... " >&6; }
 
 if test -n "$EXPAT_CFLAGS"; then
     pkg_cv_EXPAT_CFLAGS="$EXPAT_CFLAGS"
@@ -24132,7 +24132,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -24141,14 +24141,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                EXPAT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "expat" 2>&1`
+	        EXPAT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "expat" 2>&1`
         else
-                EXPAT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "expat" 2>&1`
+	        EXPAT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "expat" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$EXPAT_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$EXPAT_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (expat) were not met:
+	as_fn_error $? "Package requirements (expat) were not met:
 
 $EXPAT_PKG_ERRORS
 
@@ -24159,9 +24159,9 @@
 and EXPAT_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -24174,8 +24174,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        EXPAT_CFLAGS=$pkg_cv_EXPAT_CFLAGS
-        EXPAT_LIBS=$pkg_cv_EXPAT_LIBS
+	EXPAT_CFLAGS=$pkg_cv_EXPAT_CFLAGS
+	EXPAT_LIBS=$pkg_cv_EXPAT_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -24262,8 +24262,8 @@
         SYSTEM_XMLSEC=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xmlsec1-nss >= 1.2.35" >&5
-printf %s "checking for xmlsec1-nss >= 1.2.35... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XMLSEC" >&5
+printf %s "checking for XMLSEC... " >&6; }
 
 if test -n "$XMLSEC_CFLAGS"; then
     pkg_cv_XMLSEC_CFLAGS="$XMLSEC_CFLAGS"
@@ -24303,7 +24303,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -24312,14 +24312,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                XMLSEC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xmlsec1-nss >= 1.2.35" 2>&1`
+	        XMLSEC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xmlsec1-nss >= 1.2.35" 2>&1`
         else
-                XMLSEC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xmlsec1-nss >= 1.2.35" 2>&1`
+	        XMLSEC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xmlsec1-nss >= 1.2.35" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$XMLSEC_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$XMLSEC_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (xmlsec1-nss >= 1.2.35) were not met:
+	as_fn_error $? "Package requirements (xmlsec1-nss >= 1.2.35) were not met:
 
 $XMLSEC_PKG_ERRORS
 
@@ -24330,9 +24330,9 @@
 and XMLSEC_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -24345,8 +24345,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        XMLSEC_CFLAGS=$pkg_cv_XMLSEC_CFLAGS
-        XMLSEC_LIBS=$pkg_cv_XMLSEC_LIBS
+	XMLSEC_CFLAGS=$pkg_cv_XMLSEC_CFLAGS
+	XMLSEC_LIBS=$pkg_cv_XMLSEC_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -24442,8 +24442,8 @@
         SYSTEM_LIBEOT=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libeot >= 0.01" >&5
-printf %s "checking for libeot >= 0.01... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for LIBEOT" >&5
+printf %s "checking for LIBEOT... " >&6; }
 
 if test -n "$LIBEOT_CFLAGS"; then
     pkg_cv_LIBEOT_CFLAGS="$LIBEOT_CFLAGS"
@@ -24483,7 +24483,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -24492,14 +24492,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                LIBEOT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libeot >= 0.01" 2>&1`
+	        LIBEOT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libeot >= 0.01" 2>&1`
         else
-                LIBEOT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libeot >= 0.01" 2>&1`
+	        LIBEOT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libeot >= 0.01" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$LIBEOT_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBEOT_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libeot >= 0.01) were not met:
+	as_fn_error $? "Package requirements (libeot >= 0.01) were not met:
 
 $LIBEOT_PKG_ERRORS
 
@@ -24510,9 +24510,9 @@
 and LIBEOT_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -24525,8 +24525,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        LIBEOT_CFLAGS=$pkg_cv_LIBEOT_CFLAGS
-        LIBEOT_LIBS=$pkg_cv_LIBEOT_LIBS
+	LIBEOT_CFLAGS=$pkg_cv_LIBEOT_CFLAGS
+	LIBEOT_LIBS=$pkg_cv_LIBEOT_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -24628,8 +24628,8 @@
         SYSTEM_REVENGE=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for librevenge-0.0 >= 0.0.1" >&5
-printf %s "checking for librevenge-0.0 >= 0.0.1... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for REVENGE" >&5
+printf %s "checking for REVENGE... " >&6; }
 
 if test -n "$REVENGE_CFLAGS"; then
     pkg_cv_REVENGE_CFLAGS="$REVENGE_CFLAGS"
@@ -24669,7 +24669,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -24678,14 +24678,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                REVENGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "librevenge-0.0 >= 0.0.1" 2>&1`
+	        REVENGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "librevenge-0.0 >= 0.0.1" 2>&1`
         else
-                REVENGE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "librevenge-0.0 >= 0.0.1" 2>&1`
+	        REVENGE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "librevenge-0.0 >= 0.0.1" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$REVENGE_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$REVENGE_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (librevenge-0.0 >= 0.0.1) were not met:
+	as_fn_error $? "Package requirements (librevenge-0.0 >= 0.0.1) were not met:
 
 $REVENGE_PKG_ERRORS
 
@@ -24696,9 +24696,9 @@
 and REVENGE_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -24711,8 +24711,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        REVENGE_CFLAGS=$pkg_cv_REVENGE_CFLAGS
-        REVENGE_LIBS=$pkg_cv_REVENGE_LIBS
+	REVENGE_CFLAGS=$pkg_cv_REVENGE_CFLAGS
+	REVENGE_LIBS=$pkg_cv_REVENGE_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -24799,8 +24799,8 @@
         SYSTEM_ODFGEN=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libodfgen-0.1" >&5
-printf %s "checking for libodfgen-0.1... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ODFGEN" >&5
+printf %s "checking for ODFGEN... " >&6; }
 
 if test -n "$ODFGEN_CFLAGS"; then
     pkg_cv_ODFGEN_CFLAGS="$ODFGEN_CFLAGS"
@@ -24840,7 +24840,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -24849,14 +24849,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                ODFGEN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libodfgen-0.1" 2>&1`
+	        ODFGEN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libodfgen-0.1" 2>&1`
         else
-                ODFGEN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libodfgen-0.1" 2>&1`
+	        ODFGEN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libodfgen-0.1" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$ODFGEN_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$ODFGEN_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libodfgen-0.1) were not met:
+	as_fn_error $? "Package requirements (libodfgen-0.1) were not met:
 
 $ODFGEN_PKG_ERRORS
 
@@ -24867,9 +24867,9 @@
 and ODFGEN_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -24882,8 +24882,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        ODFGEN_CFLAGS=$pkg_cv_ODFGEN_CFLAGS
-        ODFGEN_LIBS=$pkg_cv_ODFGEN_LIBS
+	ODFGEN_CFLAGS=$pkg_cv_ODFGEN_CFLAGS
+	ODFGEN_LIBS=$pkg_cv_ODFGEN_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -24970,8 +24970,8 @@
         SYSTEM_EPUBGEN=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libepubgen-0.1" >&5
-printf %s "checking for libepubgen-0.1... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for EPUBGEN" >&5
+printf %s "checking for EPUBGEN... " >&6; }
 
 if test -n "$EPUBGEN_CFLAGS"; then
     pkg_cv_EPUBGEN_CFLAGS="$EPUBGEN_CFLAGS"
@@ -25011,7 +25011,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -25020,14 +25020,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                EPUBGEN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libepubgen-0.1" 2>&1`
+	        EPUBGEN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libepubgen-0.1" 2>&1`
         else
-                EPUBGEN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libepubgen-0.1" 2>&1`
+	        EPUBGEN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libepubgen-0.1" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$EPUBGEN_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$EPUBGEN_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libepubgen-0.1) were not met:
+	as_fn_error $? "Package requirements (libepubgen-0.1) were not met:
 
 $EPUBGEN_PKG_ERRORS
 
@@ -25038,9 +25038,9 @@
 and EPUBGEN_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -25053,8 +25053,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        EPUBGEN_CFLAGS=$pkg_cv_EPUBGEN_CFLAGS
-        EPUBGEN_LIBS=$pkg_cv_EPUBGEN_LIBS
+	EPUBGEN_CFLAGS=$pkg_cv_EPUBGEN_CFLAGS
+	EPUBGEN_LIBS=$pkg_cv_EPUBGEN_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -25150,8 +25150,8 @@
         SYSTEM_WPD=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libwpd-0.10" >&5
-printf %s "checking for libwpd-0.10... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for WPD" >&5
+printf %s "checking for WPD... " >&6; }
 
 if test -n "$WPD_CFLAGS"; then
     pkg_cv_WPD_CFLAGS="$WPD_CFLAGS"
@@ -25191,7 +25191,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -25200,14 +25200,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                WPD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libwpd-0.10" 2>&1`
+	        WPD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libwpd-0.10" 2>&1`
         else
-                WPD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libwpd-0.10" 2>&1`
+	        WPD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libwpd-0.10" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$WPD_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$WPD_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libwpd-0.10) were not met:
+	as_fn_error $? "Package requirements (libwpd-0.10) were not met:
 
 $WPD_PKG_ERRORS
 
@@ -25218,9 +25218,9 @@
 and WPD_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -25233,8 +25233,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        WPD_CFLAGS=$pkg_cv_WPD_CFLAGS
-        WPD_LIBS=$pkg_cv_WPD_LIBS
+	WPD_CFLAGS=$pkg_cv_WPD_CFLAGS
+	WPD_LIBS=$pkg_cv_WPD_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -25321,8 +25321,8 @@
         SYSTEM_WPG=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libwpg-0.3" >&5
-printf %s "checking for libwpg-0.3... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for WPG" >&5
+printf %s "checking for WPG... " >&6; }
 
 if test -n "$WPG_CFLAGS"; then
     pkg_cv_WPG_CFLAGS="$WPG_CFLAGS"
@@ -25362,7 +25362,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -25371,14 +25371,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                WPG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libwpg-0.3" 2>&1`
+	        WPG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libwpg-0.3" 2>&1`
         else
-                WPG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libwpg-0.3" 2>&1`
+	        WPG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libwpg-0.3" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$WPG_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$WPG_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libwpg-0.3) were not met:
+	as_fn_error $? "Package requirements (libwpg-0.3) were not met:
 
 $WPG_PKG_ERRORS
 
@@ -25389,9 +25389,9 @@
 and WPG_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -25404,8 +25404,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        WPG_CFLAGS=$pkg_cv_WPG_CFLAGS
-        WPG_LIBS=$pkg_cv_WPG_LIBS
+	WPG_CFLAGS=$pkg_cv_WPG_CFLAGS
+	WPG_LIBS=$pkg_cv_WPG_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -25492,8 +25492,8 @@
         SYSTEM_WPS=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libwps-0.4" >&5
-printf %s "checking for libwps-0.4... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for WPS" >&5
+printf %s "checking for WPS... " >&6; }
 
 if test -n "$WPS_CFLAGS"; then
     pkg_cv_WPS_CFLAGS="$WPS_CFLAGS"
@@ -25533,7 +25533,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -25542,14 +25542,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                WPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libwps-0.4" 2>&1`
+	        WPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libwps-0.4" 2>&1`
         else
-                WPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libwps-0.4" 2>&1`
+	        WPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libwps-0.4" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$WPS_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$WPS_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libwps-0.4) were not met:
+	as_fn_error $? "Package requirements (libwps-0.4) were not met:
 
 $WPS_PKG_ERRORS
 
@@ -25560,9 +25560,9 @@
 and WPS_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -25575,8 +25575,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        WPS_CFLAGS=$pkg_cv_WPS_CFLAGS
-        WPS_LIBS=$pkg_cv_WPS_LIBS
+	WPS_CFLAGS=$pkg_cv_WPS_CFLAGS
+	WPS_LIBS=$pkg_cv_WPS_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -25718,8 +25718,8 @@
         SYSTEM_VISIO=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libvisio-0.1" >&5
-printf %s "checking for libvisio-0.1... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for VISIO" >&5
+printf %s "checking for VISIO... " >&6; }
 
 if test -n "$VISIO_CFLAGS"; then
     pkg_cv_VISIO_CFLAGS="$VISIO_CFLAGS"
@@ -25759,7 +25759,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -25768,14 +25768,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                VISIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libvisio-0.1" 2>&1`
+	        VISIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libvisio-0.1" 2>&1`
         else
-                VISIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libvisio-0.1" 2>&1`
+	        VISIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libvisio-0.1" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$VISIO_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$VISIO_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libvisio-0.1) were not met:
+	as_fn_error $? "Package requirements (libvisio-0.1) were not met:
 
 $VISIO_PKG_ERRORS
 
@@ -25786,9 +25786,9 @@
 and VISIO_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -25801,8 +25801,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        VISIO_CFLAGS=$pkg_cv_VISIO_CFLAGS
-        VISIO_LIBS=$pkg_cv_VISIO_LIBS
+	VISIO_CFLAGS=$pkg_cv_VISIO_CFLAGS
+	VISIO_LIBS=$pkg_cv_VISIO_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -25889,8 +25889,8 @@
         SYSTEM_CDR=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libcdr-0.1" >&5
-printf %s "checking for libcdr-0.1... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for CDR" >&5
+printf %s "checking for CDR... " >&6; }
 
 if test -n "$CDR_CFLAGS"; then
     pkg_cv_CDR_CFLAGS="$CDR_CFLAGS"
@@ -25930,7 +25930,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -25939,14 +25939,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                CDR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcdr-0.1" 2>&1`
+	        CDR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcdr-0.1" 2>&1`
         else
-                CDR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcdr-0.1" 2>&1`
+	        CDR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcdr-0.1" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$CDR_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$CDR_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libcdr-0.1) were not met:
+	as_fn_error $? "Package requirements (libcdr-0.1) were not met:
 
 $CDR_PKG_ERRORS
 
@@ -25957,9 +25957,9 @@
 and CDR_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -25972,8 +25972,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        CDR_CFLAGS=$pkg_cv_CDR_CFLAGS
-        CDR_LIBS=$pkg_cv_CDR_LIBS
+	CDR_CFLAGS=$pkg_cv_CDR_CFLAGS
+	CDR_LIBS=$pkg_cv_CDR_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -26060,8 +26060,8 @@
         SYSTEM_MSPUB=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libmspub-0.1" >&5
-printf %s "checking for libmspub-0.1... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MSPUB" >&5
+printf %s "checking for MSPUB... " >&6; }
 
 if test -n "$MSPUB_CFLAGS"; then
     pkg_cv_MSPUB_CFLAGS="$MSPUB_CFLAGS"
@@ -26101,7 +26101,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -26110,14 +26110,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                MSPUB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libmspub-0.1" 2>&1`
+	        MSPUB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libmspub-0.1" 2>&1`
         else
-                MSPUB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libmspub-0.1" 2>&1`
+	        MSPUB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libmspub-0.1" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$MSPUB_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$MSPUB_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libmspub-0.1) were not met:
+	as_fn_error $? "Package requirements (libmspub-0.1) were not met:
 
 $MSPUB_PKG_ERRORS
 
@@ -26128,9 +26128,9 @@
 and MSPUB_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -26143,8 +26143,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        MSPUB_CFLAGS=$pkg_cv_MSPUB_CFLAGS
-        MSPUB_LIBS=$pkg_cv_MSPUB_LIBS
+	MSPUB_CFLAGS=$pkg_cv_MSPUB_CFLAGS
+	MSPUB_LIBS=$pkg_cv_MSPUB_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -26231,8 +26231,8 @@
         SYSTEM_MWAW=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libmwaw-0.3 >= 0.3.21" >&5
-printf %s "checking for libmwaw-0.3 >= 0.3.21... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MWAW" >&5
+printf %s "checking for MWAW... " >&6; }
 
 if test -n "$MWAW_CFLAGS"; then
     pkg_cv_MWAW_CFLAGS="$MWAW_CFLAGS"
@@ -26272,7 +26272,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -26281,14 +26281,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                MWAW_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libmwaw-0.3 >= 0.3.21" 2>&1`
+	        MWAW_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libmwaw-0.3 >= 0.3.21" 2>&1`
         else
-                MWAW_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libmwaw-0.3 >= 0.3.21" 2>&1`
+	        MWAW_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libmwaw-0.3 >= 0.3.21" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$MWAW_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$MWAW_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libmwaw-0.3 >= 0.3.21) were not met:
+	as_fn_error $? "Package requirements (libmwaw-0.3 >= 0.3.21) were not met:
 
 $MWAW_PKG_ERRORS
 
@@ -26299,9 +26299,9 @@
 and MWAW_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -26314,8 +26314,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        MWAW_CFLAGS=$pkg_cv_MWAW_CFLAGS
-        MWAW_LIBS=$pkg_cv_MWAW_LIBS
+	MWAW_CFLAGS=$pkg_cv_MWAW_CFLAGS
+	MWAW_LIBS=$pkg_cv_MWAW_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -26457,8 +26457,8 @@
         SYSTEM_ETONYEK=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libetonyek-0.1" >&5
-printf %s "checking for libetonyek-0.1... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ETONYEK" >&5
+printf %s "checking for ETONYEK... " >&6; }
 
 if test -n "$ETONYEK_CFLAGS"; then
     pkg_cv_ETONYEK_CFLAGS="$ETONYEK_CFLAGS"
@@ -26498,7 +26498,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -26507,14 +26507,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                ETONYEK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libetonyek-0.1" 2>&1`
+	        ETONYEK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libetonyek-0.1" 2>&1`
         else
-                ETONYEK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libetonyek-0.1" 2>&1`
+	        ETONYEK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libetonyek-0.1" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$ETONYEK_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$ETONYEK_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libetonyek-0.1) were not met:
+	as_fn_error $? "Package requirements (libetonyek-0.1) were not met:
 
 $ETONYEK_PKG_ERRORS
 
@@ -26525,9 +26525,9 @@
 and ETONYEK_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -26540,8 +26540,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        ETONYEK_CFLAGS=$pkg_cv_ETONYEK_CFLAGS
-        ETONYEK_LIBS=$pkg_cv_ETONYEK_LIBS
+	ETONYEK_CFLAGS=$pkg_cv_ETONYEK_CFLAGS
+	ETONYEK_LIBS=$pkg_cv_ETONYEK_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -26683,8 +26683,8 @@
         SYSTEM_FREEHAND=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfreehand-0.1" >&5
-printf %s "checking for libfreehand-0.1... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for FREEHAND" >&5
+printf %s "checking for FREEHAND... " >&6; }
 
 if test -n "$FREEHAND_CFLAGS"; then
     pkg_cv_FREEHAND_CFLAGS="$FREEHAND_CFLAGS"
@@ -26724,7 +26724,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -26733,14 +26733,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                FREEHAND_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libfreehand-0.1" 2>&1`
+	        FREEHAND_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libfreehand-0.1" 2>&1`
         else
-                FREEHAND_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libfreehand-0.1" 2>&1`
+	        FREEHAND_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libfreehand-0.1" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$FREEHAND_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$FREEHAND_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libfreehand-0.1) were not met:
+	as_fn_error $? "Package requirements (libfreehand-0.1) were not met:
 
 $FREEHAND_PKG_ERRORS
 
@@ -26751,9 +26751,9 @@
 and FREEHAND_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -26766,8 +26766,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        FREEHAND_CFLAGS=$pkg_cv_FREEHAND_CFLAGS
-        FREEHAND_LIBS=$pkg_cv_FREEHAND_LIBS
+	FREEHAND_CFLAGS=$pkg_cv_FREEHAND_CFLAGS
+	FREEHAND_LIBS=$pkg_cv_FREEHAND_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -26854,8 +26854,8 @@
         SYSTEM_EBOOK=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libe-book-0.1" >&5
-printf %s "checking for libe-book-0.1... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for EBOOK" >&5
+printf %s "checking for EBOOK... " >&6; }
 
 if test -n "$EBOOK_CFLAGS"; then
     pkg_cv_EBOOK_CFLAGS="$EBOOK_CFLAGS"
@@ -26895,7 +26895,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -26904,14 +26904,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                EBOOK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libe-book-0.1" 2>&1`
+	        EBOOK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libe-book-0.1" 2>&1`
         else
-                EBOOK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libe-book-0.1" 2>&1`
+	        EBOOK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libe-book-0.1" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$EBOOK_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$EBOOK_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libe-book-0.1) were not met:
+	as_fn_error $? "Package requirements (libe-book-0.1) were not met:
 
 $EBOOK_PKG_ERRORS
 
@@ -26922,9 +26922,9 @@
 and EBOOK_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -26937,8 +26937,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        EBOOK_CFLAGS=$pkg_cv_EBOOK_CFLAGS
-        EBOOK_LIBS=$pkg_cv_EBOOK_LIBS
+	EBOOK_CFLAGS=$pkg_cv_EBOOK_CFLAGS
+	EBOOK_LIBS=$pkg_cv_EBOOK_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -27080,8 +27080,8 @@
         SYSTEM_ABW=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libabw-0.1" >&5
-printf %s "checking for libabw-0.1... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ABW" >&5
+printf %s "checking for ABW... " >&6; }
 
 if test -n "$ABW_CFLAGS"; then
     pkg_cv_ABW_CFLAGS="$ABW_CFLAGS"
@@ -27121,7 +27121,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -27130,14 +27130,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                ABW_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libabw-0.1" 2>&1`
+	        ABW_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libabw-0.1" 2>&1`
         else
-                ABW_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libabw-0.1" 2>&1`
+	        ABW_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libabw-0.1" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$ABW_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$ABW_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libabw-0.1) were not met:
+	as_fn_error $? "Package requirements (libabw-0.1) were not met:
 
 $ABW_PKG_ERRORS
 
@@ -27148,9 +27148,9 @@
 and ABW_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -27163,8 +27163,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        ABW_CFLAGS=$pkg_cv_ABW_CFLAGS
-        ABW_LIBS=$pkg_cv_ABW_LIBS
+	ABW_CFLAGS=$pkg_cv_ABW_CFLAGS
+	ABW_LIBS=$pkg_cv_ABW_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -27251,8 +27251,8 @@
         SYSTEM_PAGEMAKER=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libpagemaker-0.0" >&5
-printf %s "checking for libpagemaker-0.0... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for PAGEMAKER" >&5
+printf %s "checking for PAGEMAKER... " >&6; }
 
 if test -n "$PAGEMAKER_CFLAGS"; then
     pkg_cv_PAGEMAKER_CFLAGS="$PAGEMAKER_CFLAGS"
@@ -27292,7 +27292,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -27301,14 +27301,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                PAGEMAKER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpagemaker-0.0" 2>&1`
+	        PAGEMAKER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpagemaker-0.0" 2>&1`
         else
-                PAGEMAKER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpagemaker-0.0" 2>&1`
+	        PAGEMAKER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpagemaker-0.0" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$PAGEMAKER_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$PAGEMAKER_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libpagemaker-0.0) were not met:
+	as_fn_error $? "Package requirements (libpagemaker-0.0) were not met:
 
 $PAGEMAKER_PKG_ERRORS
 
@@ -27319,9 +27319,9 @@
 and PAGEMAKER_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -27334,8 +27334,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        PAGEMAKER_CFLAGS=$pkg_cv_PAGEMAKER_CFLAGS
-        PAGEMAKER_LIBS=$pkg_cv_PAGEMAKER_LIBS
+	PAGEMAKER_CFLAGS=$pkg_cv_PAGEMAKER_CFLAGS
+	PAGEMAKER_LIBS=$pkg_cv_PAGEMAKER_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -27422,8 +27422,8 @@
         SYSTEM_QXP=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libqxp-0.0" >&5
-printf %s "checking for libqxp-0.0... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for QXP" >&5
+printf %s "checking for QXP... " >&6; }
 
 if test -n "$QXP_CFLAGS"; then
     pkg_cv_QXP_CFLAGS="$QXP_CFLAGS"
@@ -27463,7 +27463,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -27472,14 +27472,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                QXP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libqxp-0.0" 2>&1`
+	        QXP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libqxp-0.0" 2>&1`
         else
-                QXP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libqxp-0.0" 2>&1`
+	        QXP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libqxp-0.0" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$QXP_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$QXP_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libqxp-0.0) were not met:
+	as_fn_error $? "Package requirements (libqxp-0.0) were not met:
 
 $QXP_PKG_ERRORS
 
@@ -27490,9 +27490,9 @@
 and QXP_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -27505,8 +27505,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        QXP_CFLAGS=$pkg_cv_QXP_CFLAGS
-        QXP_LIBS=$pkg_cv_QXP_LIBS
+	QXP_CFLAGS=$pkg_cv_QXP_CFLAGS
+	QXP_LIBS=$pkg_cv_QXP_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -27593,8 +27593,8 @@
         SYSTEM_ZMF=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libzmf-0.0" >&5
-printf %s "checking for libzmf-0.0... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ZMF" >&5
+printf %s "checking for ZMF... " >&6; }
 
 if test -n "$ZMF_CFLAGS"; then
     pkg_cv_ZMF_CFLAGS="$ZMF_CFLAGS"
@@ -27634,7 +27634,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -27643,14 +27643,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                ZMF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libzmf-0.0" 2>&1`
+	        ZMF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libzmf-0.0" 2>&1`
         else
-                ZMF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libzmf-0.0" 2>&1`
+	        ZMF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libzmf-0.0" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$ZMF_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$ZMF_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libzmf-0.0) were not met:
+	as_fn_error $? "Package requirements (libzmf-0.0) were not met:
 
 $ZMF_PKG_ERRORS
 
@@ -27661,9 +27661,9 @@
 and ZMF_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -27676,8 +27676,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        ZMF_CFLAGS=$pkg_cv_ZMF_CFLAGS
-        ZMF_LIBS=$pkg_cv_ZMF_LIBS
+	ZMF_CFLAGS=$pkg_cv_ZMF_CFLAGS
+	ZMF_LIBS=$pkg_cv_ZMF_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -27764,8 +27764,8 @@
         SYSTEM_STAROFFICE=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libstaroffice-0.0" >&5
-printf %s "checking for libstaroffice-0.0... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for STAROFFICE" >&5
+printf %s "checking for STAROFFICE... " >&6; }
 
 if test -n "$STAROFFICE_CFLAGS"; then
     pkg_cv_STAROFFICE_CFLAGS="$STAROFFICE_CFLAGS"
@@ -27805,7 +27805,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -27814,14 +27814,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                STAROFFICE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libstaroffice-0.0" 2>&1`
+	        STAROFFICE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libstaroffice-0.0" 2>&1`
         else
-                STAROFFICE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libstaroffice-0.0" 2>&1`
+	        STAROFFICE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libstaroffice-0.0" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$STAROFFICE_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$STAROFFICE_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libstaroffice-0.0) were not met:
+	as_fn_error $? "Package requirements (libstaroffice-0.0) were not met:
 
 $STAROFFICE_PKG_ERRORS
 
@@ -27832,9 +27832,9 @@
 and STAROFFICE_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -27847,8 +27847,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        STAROFFICE_CFLAGS=$pkg_cv_STAROFFICE_CFLAGS
-        STAROFFICE_LIBS=$pkg_cv_STAROFFICE_LIBS
+	STAROFFICE_CFLAGS=$pkg_cv_STAROFFICE_CFLAGS
+	STAROFFICE_LIBS=$pkg_cv_STAROFFICE_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -27995,8 +27995,8 @@
         SYSTEM_LCMS2=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for lcms2" >&5
-printf %s "checking for lcms2... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for LCMS2" >&5
+printf %s "checking for LCMS2... " >&6; }
 
 if test -n "$LCMS2_CFLAGS"; then
     pkg_cv_LCMS2_CFLAGS="$LCMS2_CFLAGS"
@@ -28036,7 +28036,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -28045,14 +28045,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                LCMS2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "lcms2" 2>&1`
+	        LCMS2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "lcms2" 2>&1`
         else
-                LCMS2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "lcms2" 2>&1`
+	        LCMS2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "lcms2" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$LCMS2_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$LCMS2_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (lcms2) were not met:
+	as_fn_error $? "Package requirements (lcms2) were not met:
 
 $LCMS2_PKG_ERRORS
 
@@ -28063,9 +28063,9 @@
 and LCMS2_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -28078,8 +28078,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        LCMS2_CFLAGS=$pkg_cv_LCMS2_CFLAGS
-        LCMS2_LIBS=$pkg_cv_LCMS2_LIBS
+	LCMS2_CFLAGS=$pkg_cv_LCMS2_CFLAGS
+	LCMS2_LIBS=$pkg_cv_LCMS2_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -28173,8 +28173,8 @@
         SYSTEM_CPPUNIT=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cppunit >= 1.14.0" >&5
-printf %s "checking for cppunit >= 1.14.0... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for CPPUNIT" >&5
+printf %s "checking for CPPUNIT... " >&6; }
 
 if test -n "$CPPUNIT_CFLAGS"; then
     pkg_cv_CPPUNIT_CFLAGS="$CPPUNIT_CFLAGS"
@@ -28214,7 +28214,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -28223,14 +28223,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                CPPUNIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cppunit >= 1.14.0" 2>&1`
+	        CPPUNIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cppunit >= 1.14.0" 2>&1`
         else
-                CPPUNIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cppunit >= 1.14.0" 2>&1`
+	        CPPUNIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cppunit >= 1.14.0" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$CPPUNIT_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$CPPUNIT_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (cppunit >= 1.14.0) were not met:
+	as_fn_error $? "Package requirements (cppunit >= 1.14.0) were not met:
 
 $CPPUNIT_PKG_ERRORS
 
@@ -28241,9 +28241,9 @@
 and CPPUNIT_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -28256,8 +28256,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        CPPUNIT_CFLAGS=$pkg_cv_CPPUNIT_CFLAGS
-        CPPUNIT_LIBS=$pkg_cv_CPPUNIT_LIBS
+	CPPUNIT_CFLAGS=$pkg_cv_CPPUNIT_CFLAGS
+	CPPUNIT_LIBS=$pkg_cv_CPPUNIT_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -28350,8 +28350,8 @@
         SYSTEM_FREETYPE=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for freetype2 >= 9.9.3" >&5
-printf %s "checking for freetype2 >= 9.9.3... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for FREETYPE" >&5
+printf %s "checking for FREETYPE... " >&6; }
 
 if test -n "$FREETYPE_CFLAGS"; then
     pkg_cv_FREETYPE_CFLAGS="$FREETYPE_CFLAGS"
@@ -28391,7 +28391,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -28400,14 +28400,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                FREETYPE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "freetype2 >= 9.9.3" 2>&1`
+	        FREETYPE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "freetype2 >= 9.9.3" 2>&1`
         else
-                FREETYPE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "freetype2 >= 9.9.3" 2>&1`
+	        FREETYPE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "freetype2 >= 9.9.3" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$FREETYPE_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$FREETYPE_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (freetype2 >= 9.9.3) were not met:
+	as_fn_error $? "Package requirements (freetype2 >= 9.9.3) were not met:
 
 $FREETYPE_PKG_ERRORS
 
@@ -28418,9 +28418,9 @@
 and FREETYPE_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -28433,8 +28433,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        FREETYPE_CFLAGS=$pkg_cv_FREETYPE_CFLAGS
-        FREETYPE_LIBS=$pkg_cv_FREETYPE_LIBS
+	FREETYPE_CFLAGS=$pkg_cv_FREETYPE_CFLAGS
+	FREETYPE_LIBS=$pkg_cv_FREETYPE_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -28513,8 +28513,8 @@
     else
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libxslt" >&5
-printf %s "checking for libxslt... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for LIBXSLT" >&5
+printf %s "checking for LIBXSLT... " >&6; }
 
 if test -n "$LIBXSLT_CFLAGS"; then
     pkg_cv_LIBXSLT_CFLAGS="$LIBXSLT_CFLAGS"
@@ -28554,7 +28554,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -28563,14 +28563,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                LIBXSLT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxslt" 2>&1`
+	        LIBXSLT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxslt" 2>&1`
         else
-                LIBXSLT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxslt" 2>&1`
+	        LIBXSLT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxslt" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$LIBXSLT_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBXSLT_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libxslt) were not met:
+	as_fn_error $? "Package requirements (libxslt) were not met:
 
 $LIBXSLT_PKG_ERRORS
 
@@ -28581,9 +28581,9 @@
 and LIBXSLT_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -28596,8 +28596,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        LIBXSLT_CFLAGS=$pkg_cv_LIBXSLT_CFLAGS
-        LIBXSLT_LIBS=$pkg_cv_LIBXSLT_LIBS
+	LIBXSLT_CFLAGS=$pkg_cv_LIBXSLT_CFLAGS
+	LIBXSLT_LIBS=$pkg_cv_LIBXSLT_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -28607,8 +28607,8 @@
         LIBXSLT_LIBS="${filteredlibs}"
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libexslt" >&5
-printf %s "checking for libexslt... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for LIBEXSLT" >&5
+printf %s "checking for LIBEXSLT... " >&6; }
 
 if test -n "$LIBEXSLT_CFLAGS"; then
     pkg_cv_LIBEXSLT_CFLAGS="$LIBEXSLT_CFLAGS"
@@ -28648,7 +28648,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -28657,14 +28657,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                LIBEXSLT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libexslt" 2>&1`
+	        LIBEXSLT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libexslt" 2>&1`
         else
-                LIBEXSLT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libexslt" 2>&1`
+	        LIBEXSLT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libexslt" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$LIBEXSLT_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBEXSLT_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libexslt) were not met:
+	as_fn_error $? "Package requirements (libexslt) were not met:
 
 $LIBEXSLT_PKG_ERRORS
 
@@ -28675,9 +28675,9 @@
 and LIBEXSLT_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -28690,8 +28690,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        LIBEXSLT_CFLAGS=$pkg_cv_LIBEXSLT_CFLAGS
-        LIBEXSLT_LIBS=$pkg_cv_LIBEXSLT_LIBS
+	LIBEXSLT_CFLAGS=$pkg_cv_LIBEXSLT_CFLAGS
+	LIBEXSLT_LIBS=$pkg_cv_LIBEXSLT_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -28787,8 +28787,8 @@
     else
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libxml-2.0 >= 2.0" >&5
-printf %s "checking for libxml-2.0 >= 2.0... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for LIBXML" >&5
+printf %s "checking for LIBXML... " >&6; }
 
 if test -n "$LIBXML_CFLAGS"; then
     pkg_cv_LIBXML_CFLAGS="$LIBXML_CFLAGS"
@@ -28828,7 +28828,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -28837,14 +28837,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                LIBXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= 2.0" 2>&1`
+	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= 2.0" 2>&1`
         else
-                LIBXML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= 2.0" 2>&1`
+	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= 2.0" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$LIBXML_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBXML_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libxml-2.0 >= 2.0) were not met:
+	as_fn_error $? "Package requirements (libxml-2.0 >= 2.0) were not met:
 
 $LIBXML_PKG_ERRORS
 
@@ -28855,9 +28855,9 @@
 and LIBXML_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -28870,8 +28870,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        LIBXML_CFLAGS=$pkg_cv_LIBXML_CFLAGS
-        LIBXML_LIBS=$pkg_cv_LIBXML_LIBS
+	LIBXML_CFLAGS=$pkg_cv_LIBXML_CFLAGS
+	LIBXML_LIBS=$pkg_cv_LIBXML_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -29293,14 +29293,7 @@
    am_cv_python_pythondir=`$PYTHON -c "
 $am_python_setup_sysconfig
 if can_use_sysconfig:
-  if hasattr(sysconfig, 'get_default_scheme'):
-    scheme = sysconfig.get_default_scheme()
-  else:
-    scheme = sysconfig._get_default_scheme()
-  if scheme == 'posix_local':
-    # Debian's default scheme installs to /usr/local/ but we want to find headers in /usr/
-    scheme = 'posix_prefix'
-  sitedir = sysconfig.get_path('purelib', scheme, vars={'base':'$am_py_prefix'})
+  sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'})
 else:
   from distutils import sysconfig
   sitedir = sysconfig.get_python_lib(0, 0, prefix='$am_py_prefix')
@@ -29343,14 +29336,7 @@
    am_cv_python_pyexecdir=`$PYTHON -c "
 $am_python_setup_sysconfig
 if can_use_sysconfig:
-  if hasattr(sysconfig, 'get_default_scheme'):
-    scheme = sysconfig.get_default_scheme()
-  else:
-    scheme = sysconfig._get_default_scheme()
-  if scheme == 'posix_local':
-    # Debian's default scheme installs to /usr/local/ but we want to find headers in /usr/
-    scheme = 'posix_prefix'
-  sitedir = sysconfig.get_path('platlib', scheme, vars={'platbase':'$am_py_exec_prefix'})
+  sitedir = sysconfig.get_path('platlib', vars={'platbase':'$am_py_exec_prefix'})
 else:
   from distutils import sysconfig
   sitedir = sysconfig.get_python_lib(1, 0, prefix='$am_py_exec_prefix')
@@ -29748,14 +29734,7 @@
    am_cv_python_pythondir=`$PYTHON -c "
 $am_python_setup_sysconfig
 if can_use_sysconfig:
-  if hasattr(sysconfig, 'get_default_scheme'):
-    scheme = sysconfig.get_default_scheme()
-  else:
-    scheme = sysconfig._get_default_scheme()
-  if scheme == 'posix_local':
-    # Debian's default scheme installs to /usr/local/ but we want to find headers in /usr/
-    scheme = 'posix_prefix'
-  sitedir = sysconfig.get_path('purelib', scheme, vars={'base':'$am_py_prefix'})
+  sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'})
 else:
   from distutils import sysconfig
   sitedir = sysconfig.get_python_lib(0, 0, prefix='$am_py_prefix')
@@ -29798,14 +29777,7 @@
    am_cv_python_pyexecdir=`$PYTHON -c "
 $am_python_setup_sysconfig
 if can_use_sysconfig:
-  if hasattr(sysconfig, 'get_default_scheme'):
-    scheme = sysconfig.get_default_scheme()
-  else:
-    scheme = sysconfig._get_default_scheme()
-  if scheme == 'posix_local':
-    # Debian's default scheme installs to /usr/local/ but we want to find headers in /usr/
-    scheme = 'posix_prefix'
-  sitedir = sysconfig.get_path('platlib', scheme, vars={'platbase':'$am_py_exec_prefix'})
+  sitedir = sysconfig.get_path('platlib', vars={'platbase':'$am_py_exec_prefix'})
 else:
   from distutils import sysconfig
   sitedir = sysconfig.get_python_lib(1, 0, prefix='$am_py_exec_prefix')
@@ -30211,14 +30183,7 @@
    am_cv_python_pythondir=`$PYTHON -c "
 $am_python_setup_sysconfig
 if can_use_sysconfig:
-  if hasattr(sysconfig, 'get_default_scheme'):
-    scheme = sysconfig.get_default_scheme()
-  else:
-    scheme = sysconfig._get_default_scheme()
-  if scheme == 'posix_local':
-    # Debian's default scheme installs to /usr/local/ but we want to find headers in /usr/
-    scheme = 'posix_prefix'
-  sitedir = sysconfig.get_path('purelib', scheme, vars={'base':'$am_py_prefix'})
+  sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'})
 else:
   from distutils import sysconfig
   sitedir = sysconfig.get_python_lib(0, 0, prefix='$am_py_prefix')
@@ -30261,14 +30226,7 @@
    am_cv_python_pyexecdir=`$PYTHON -c "
 $am_python_setup_sysconfig
 if can_use_sysconfig:
-  if hasattr(sysconfig, 'get_default_scheme'):
-    scheme = sysconfig.get_default_scheme()
-  else:
-    scheme = sysconfig._get_default_scheme()
-  if scheme == 'posix_local':
-    # Debian's default scheme installs to /usr/local/ but we want to find headers in /usr/
-    scheme = 'posix_prefix'
-  sitedir = sysconfig.get_path('platlib', scheme, vars={'platbase':'$am_py_exec_prefix'})
+  sitedir = sysconfig.get_path('platlib', vars={'platbase':'$am_py_exec_prefix'})
 else:
   from distutils import sysconfig
   sitedir = sysconfig.get_python_lib(1, 0, prefix='$am_py_exec_prefix')
@@ -30808,8 +30766,8 @@
         else
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libpq" >&5
-printf %s "checking for libpq... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for POSTGRESQL" >&5
+printf %s "checking for POSTGRESQL... " >&6; }
 
 if test -n "$POSTGRESQL_CFLAGS"; then
     pkg_cv_POSTGRESQL_CFLAGS="$POSTGRESQL_CFLAGS"
@@ -30849,7 +30807,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -30858,25 +30816,25 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                POSTGRESQL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpq" 2>&1`
+	        POSTGRESQL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpq" 2>&1`
         else
-                POSTGRESQL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpq" 2>&1`
+	        POSTGRESQL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpq" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$POSTGRESQL_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$POSTGRESQL_PKG_ERRORS" >&5
 
 
               as_fn_error $? "pg_config or 'pkg-config libpq' needed; set PGCONFIG if not in PATH" "$LINENO" 5
 
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
               as_fn_error $? "pg_config or 'pkg-config libpq' needed; set PGCONFIG if not in PATH" "$LINENO" 5
 
 else
-        POSTGRESQL_CFLAGS=$pkg_cv_POSTGRESQL_CFLAGS
-        POSTGRESQL_LIBS=$pkg_cv_POSTGRESQL_LIBS
+	POSTGRESQL_CFLAGS=$pkg_cv_POSTGRESQL_CFLAGS
+	POSTGRESQL_LIBS=$pkg_cv_POSTGRESQL_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -31654,8 +31612,8 @@
 printf "%s\n" "$as_me: No fb_config -- using pkg-config" >&6;}
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fbclient >= 3" >&5
-printf %s "checking for fbclient >= 3... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for FIREBIRD" >&5
+printf %s "checking for FIREBIRD... " >&6; }
 
 if test -n "$FIREBIRD_CFLAGS"; then
     pkg_cv_FIREBIRD_CFLAGS="$FIREBIRD_CFLAGS"
@@ -31695,7 +31653,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -31704,18 +31662,18 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fbclient >= 3" 2>&1`
+	        FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fbclient >= 3" 2>&1`
         else
-                FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fbclient >= 3" 2>&1`
+	        FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fbclient >= 3" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$FIREBIRD_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$FIREBIRD_PKG_ERRORS" >&5
 
 
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fbembed" >&5
-printf %s "checking for fbembed... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for FIREBIRD" >&5
+printf %s "checking for FIREBIRD... " >&6; }
 
 if test -n "$FIREBIRD_CFLAGS"; then
     pkg_cv_FIREBIRD_CFLAGS="$FIREBIRD_CFLAGS"
@@ -31755,7 +31713,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -31764,14 +31722,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fbembed" 2>&1`
+	        FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fbembed" 2>&1`
         else
-                FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fbembed" 2>&1`
+	        FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fbembed" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$FIREBIRD_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$FIREBIRD_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (fbembed) were not met:
+	as_fn_error $? "Package requirements (fbembed) were not met:
 
 $FIREBIRD_PKG_ERRORS
 
@@ -31782,9 +31740,9 @@
 and FIREBIRD_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -31797,21 +31755,21 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        FIREBIRD_CFLAGS=$pkg_cv_FIREBIRD_CFLAGS
-        FIREBIRD_LIBS=$pkg_cv_FIREBIRD_LIBS
+	FIREBIRD_CFLAGS=$pkg_cv_FIREBIRD_CFLAGS
+	FIREBIRD_LIBS=$pkg_cv_FIREBIRD_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-        FIREBIRD_PKGNAME=fbembed
+	FIREBIRD_PKGNAME=fbembed
 fi
 
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fbembed" >&5
-printf %s "checking for fbembed... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for FIREBIRD" >&5
+printf %s "checking for FIREBIRD... " >&6; }
 
 if test -n "$FIREBIRD_CFLAGS"; then
     pkg_cv_FIREBIRD_CFLAGS="$FIREBIRD_CFLAGS"
@@ -31851,7 +31809,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -31860,14 +31818,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fbembed" 2>&1`
+	        FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fbembed" 2>&1`
         else
-                FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fbembed" 2>&1`
+	        FIREBIRD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fbembed" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$FIREBIRD_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$FIREBIRD_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (fbembed) were not met:
+	as_fn_error $? "Package requirements (fbembed) were not met:
 
 $FIREBIRD_PKG_ERRORS
 
@@ -31878,9 +31836,9 @@
 and FIREBIRD_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -31893,19 +31851,19 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        FIREBIRD_CFLAGS=$pkg_cv_FIREBIRD_CFLAGS
-        FIREBIRD_LIBS=$pkg_cv_FIREBIRD_LIBS
+	FIREBIRD_CFLAGS=$pkg_cv_FIREBIRD_CFLAGS
+	FIREBIRD_LIBS=$pkg_cv_FIREBIRD_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-        FIREBIRD_PKGNAME=fbembed
+	FIREBIRD_PKGNAME=fbembed
 fi
 
 else
-        FIREBIRD_CFLAGS=$pkg_cv_FIREBIRD_CFLAGS
-        FIREBIRD_LIBS=$pkg_cv_FIREBIRD_LIBS
+	FIREBIRD_CFLAGS=$pkg_cv_FIREBIRD_CFLAGS
+	FIREBIRD_LIBS=$pkg_cv_FIREBIRD_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-        FIREBIRD_PKGNAME=fbclient
+	FIREBIRD_PKGNAME=fbclient
 fi
             FIREBIRD_VERSION=`pkg-config --modversion "$FIREBIRD_PKGNAME"`
         else
@@ -32009,8 +31967,8 @@
         SYSTEM_LIBATOMIC_OPS=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for atomic_ops >= 0.7.2" >&5
-printf %s "checking for atomic_ops >= 0.7.2... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for LIBATOMIC_OPS" >&5
+printf %s "checking for LIBATOMIC_OPS... " >&6; }
 
 if test -n "$LIBATOMIC_OPS_CFLAGS"; then
     pkg_cv_LIBATOMIC_OPS_CFLAGS="$LIBATOMIC_OPS_CFLAGS"
@@ -32050,7 +32008,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -32059,14 +32017,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                LIBATOMIC_OPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "atomic_ops >= 0.7.2" 2>&1`
+	        LIBATOMIC_OPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "atomic_ops >= 0.7.2" 2>&1`
         else
-                LIBATOMIC_OPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "atomic_ops >= 0.7.2" 2>&1`
+	        LIBATOMIC_OPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "atomic_ops >= 0.7.2" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$LIBATOMIC_OPS_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBATOMIC_OPS_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (atomic_ops >= 0.7.2) were not met:
+	as_fn_error $? "Package requirements (atomic_ops >= 0.7.2) were not met:
 
 $LIBATOMIC_OPS_PKG_ERRORS
 
@@ -32077,9 +32035,9 @@
 and LIBATOMIC_OPS_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -32092,8 +32050,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        LIBATOMIC_OPS_CFLAGS=$pkg_cv_LIBATOMIC_OPS_CFLAGS
-        LIBATOMIC_OPS_LIBS=$pkg_cv_LIBATOMIC_OPS_LIBS
+	LIBATOMIC_OPS_CFLAGS=$pkg_cv_LIBATOMIC_OPS_CFLAGS
+	LIBATOMIC_OPS_LIBS=$pkg_cv_LIBATOMIC_OPS_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -32291,8 +32249,8 @@
         SYSTEM_CURL=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libcurl >= 7.68.0" >&5
-printf %s "checking for libcurl >= 7.68.0... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for CURL" >&5
+printf %s "checking for CURL... " >&6; }
 
 if test -n "$CURL_CFLAGS"; then
     pkg_cv_CURL_CFLAGS="$CURL_CFLAGS"
@@ -32332,7 +32290,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -32341,14 +32299,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                CURL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcurl >= 7.68.0" 2>&1`
+	        CURL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcurl >= 7.68.0" 2>&1`
         else
-                CURL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcurl >= 7.68.0" 2>&1`
+	        CURL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcurl >= 7.68.0" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$CURL_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$CURL_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libcurl >= 7.68.0) were not met:
+	as_fn_error $? "Package requirements (libcurl >= 7.68.0) were not met:
 
 $CURL_PKG_ERRORS
 
@@ -32359,9 +32317,9 @@
 and CURL_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -32374,8 +32332,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        CURL_CFLAGS=$pkg_cv_CURL_CFLAGS
-        CURL_LIBS=$pkg_cv_CURL_LIBS
+	CURL_CFLAGS=$pkg_cv_CURL_CFLAGS
+	CURL_LIBS=$pkg_cv_CURL_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -33827,8 +33785,8 @@
         SYSTEM_MDDS=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for mdds-2.1 >= 2.1.0" >&5
-printf %s "checking for mdds-2.1 >= 2.1.0... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MDDS" >&5
+printf %s "checking for MDDS... " >&6; }
 
 if test -n "$MDDS_CFLAGS"; then
     pkg_cv_MDDS_CFLAGS="$MDDS_CFLAGS"
@@ -33868,7 +33826,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -33877,14 +33835,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                MDDS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mdds-2.1 >= 2.1.0" 2>&1`
+	        MDDS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mdds-2.1 >= 2.1.0" 2>&1`
         else
-                MDDS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mdds-2.1 >= 2.1.0" 2>&1`
+	        MDDS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mdds-2.1 >= 2.1.0" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$MDDS_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$MDDS_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (mdds-2.1 >= 2.1.0) were not met:
+	as_fn_error $? "Package requirements (mdds-2.1 >= 2.1.0) were not met:
 
 $MDDS_PKG_ERRORS
 
@@ -33895,9 +33853,9 @@
 and MDDS_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -33910,8 +33868,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        MDDS_CFLAGS=$pkg_cv_MDDS_CFLAGS
-        MDDS_LIBS=$pkg_cv_MDDS_LIBS
+	MDDS_CFLAGS=$pkg_cv_MDDS_CFLAGS
+	MDDS_LIBS=$pkg_cv_MDDS_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -34228,8 +34186,8 @@
         SYSTEM_NSS=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for nss >= 3.9.3 nspr >= 4.8" >&5
-printf %s "checking for nss >= 3.9.3 nspr >= 4.8... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for NSS" >&5
+printf %s "checking for NSS... " >&6; }
 
 if test -n "$NSS_CFLAGS"; then
     pkg_cv_NSS_CFLAGS="$NSS_CFLAGS"
@@ -34269,7 +34227,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -34278,14 +34236,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "nss >= 3.9.3 nspr >= 4.8" 2>&1`
+	        NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "nss >= 3.9.3 nspr >= 4.8" 2>&1`
         else
-                NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "nss >= 3.9.3 nspr >= 4.8" 2>&1`
+	        NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "nss >= 3.9.3 nspr >= 4.8" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$NSS_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$NSS_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (nss >= 3.9.3 nspr >= 4.8) were not met:
+	as_fn_error $? "Package requirements (nss >= 3.9.3 nspr >= 4.8) were not met:
 
 $NSS_PKG_ERRORS
 
@@ -34296,9 +34254,9 @@
 and NSS_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -34311,8 +34269,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        NSS_CFLAGS=$pkg_cv_NSS_CFLAGS
-        NSS_LIBS=$pkg_cv_NSS_LIBS
+	NSS_CFLAGS=$pkg_cv_NSS_CFLAGS
+	NSS_LIBS=$pkg_cv_NSS_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -34617,8 +34575,8 @@
         SYSTEM_ICU=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for icu-i18n >= 4.6" >&5
-printf %s "checking for icu-i18n >= 4.6... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ICU" >&5
+printf %s "checking for ICU... " >&6; }
 
 if test -n "$ICU_CFLAGS"; then
     pkg_cv_ICU_CFLAGS="$ICU_CFLAGS"
@@ -34658,7 +34616,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -34667,14 +34625,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                ICU_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "icu-i18n >= 4.6" 2>&1`
+	        ICU_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "icu-i18n >= 4.6" 2>&1`
         else
-                ICU_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "icu-i18n >= 4.6" 2>&1`
+	        ICU_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "icu-i18n >= 4.6" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$ICU_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$ICU_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (icu-i18n >= 4.6) were not met:
+	as_fn_error $? "Package requirements (icu-i18n >= 4.6) were not met:
 
 $ICU_PKG_ERRORS
 
@@ -34685,9 +34643,9 @@
 and ICU_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -34700,8 +34658,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        ICU_CFLAGS=$pkg_cv_ICU_CFLAGS
-        ICU_LIBS=$pkg_cv_ICU_LIBS
+	ICU_CFLAGS=$pkg_cv_ICU_CFLAGS
+	ICU_LIBS=$pkg_cv_ICU_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -35046,8 +35004,8 @@
         SYSTEM_ORCUS=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for liborcus-0.18 >= 0.18.0" >&5
-printf %s "checking for liborcus-0.18 >= 0.18.0... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ORCUS" >&5
+printf %s "checking for ORCUS... " >&6; }
 
 if test -n "$ORCUS_CFLAGS"; then
     pkg_cv_ORCUS_CFLAGS="$ORCUS_CFLAGS"
@@ -35087,7 +35045,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -35096,14 +35054,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                ORCUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "liborcus-0.18 >= 0.18.0" 2>&1`
+	        ORCUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "liborcus-0.18 >= 0.18.0" 2>&1`
         else
-                ORCUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "liborcus-0.18 >= 0.18.0" 2>&1`
+	        ORCUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "liborcus-0.18 >= 0.18.0" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$ORCUS_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$ORCUS_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (liborcus-0.18 >= 0.18.0) were not met:
+	as_fn_error $? "Package requirements (liborcus-0.18 >= 0.18.0) were not met:
 
 $ORCUS_PKG_ERRORS
 
@@ -35114,9 +35072,9 @@
 and ORCUS_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -35129,8 +35087,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        ORCUS_CFLAGS=$pkg_cv_ORCUS_CFLAGS
-        ORCUS_LIBS=$pkg_cv_ORCUS_LIBS
+	ORCUS_CFLAGS=$pkg_cv_ORCUS_CFLAGS
+	ORCUS_LIBS=$pkg_cv_ORCUS_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -35483,8 +35441,8 @@
         SYSTEM_GRAPHITE=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for graphite2 >= 0.9.3" >&5
-printf %s "checking for graphite2 >= 0.9.3... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GRAPHITE" >&5
+printf %s "checking for GRAPHITE... " >&6; }
 
 if test -n "$GRAPHITE_CFLAGS"; then
     pkg_cv_GRAPHITE_CFLAGS="$GRAPHITE_CFLAGS"
@@ -35524,7 +35482,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -35533,14 +35491,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                GRAPHITE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "graphite2 >= 0.9.3" 2>&1`
+	        GRAPHITE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "graphite2 >= 0.9.3" 2>&1`
         else
-                GRAPHITE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "graphite2 >= 0.9.3" 2>&1`
+	        GRAPHITE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "graphite2 >= 0.9.3" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$GRAPHITE_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$GRAPHITE_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (graphite2 >= 0.9.3) were not met:
+	as_fn_error $? "Package requirements (graphite2 >= 0.9.3) were not met:
 
 $GRAPHITE_PKG_ERRORS
 
@@ -35551,9 +35509,9 @@
 and GRAPHITE_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -35566,8 +35524,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        GRAPHITE_CFLAGS=$pkg_cv_GRAPHITE_CFLAGS
-        GRAPHITE_LIBS=$pkg_cv_GRAPHITE_LIBS
+	GRAPHITE_CFLAGS=$pkg_cv_GRAPHITE_CFLAGS
+	GRAPHITE_LIBS=$pkg_cv_GRAPHITE_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -35653,8 +35611,8 @@
         SYSTEM_HARFBUZZ=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for harfbuzz-icu >= $harfbuzz_required_version" >&5
-printf %s "checking for harfbuzz-icu >= $harfbuzz_required_version... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for HARFBUZZ" >&5
+printf %s "checking for HARFBUZZ... " >&6; }
 
 if test -n "$HARFBUZZ_CFLAGS"; then
     pkg_cv_HARFBUZZ_CFLAGS="$HARFBUZZ_CFLAGS"
@@ -35694,7 +35652,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -35703,14 +35661,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                HARFBUZZ_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "harfbuzz-icu >= $harfbuzz_required_version" 2>&1`
+	        HARFBUZZ_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "harfbuzz-icu >= $harfbuzz_required_version" 2>&1`
         else
-                HARFBUZZ_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "harfbuzz-icu >= $harfbuzz_required_version" 2>&1`
+	        HARFBUZZ_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "harfbuzz-icu >= $harfbuzz_required_version" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$HARFBUZZ_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$HARFBUZZ_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (harfbuzz-icu >= $harfbuzz_required_version) were not met:
+	as_fn_error $? "Package requirements (harfbuzz-icu >= $harfbuzz_required_version) were not met:
 
 $HARFBUZZ_PKG_ERRORS
 
@@ -35721,9 +35679,9 @@
 and HARFBUZZ_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -35736,8 +35694,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        HARFBUZZ_CFLAGS=$pkg_cv_HARFBUZZ_CFLAGS
-        HARFBUZZ_LIBS=$pkg_cv_HARFBUZZ_LIBS
+	HARFBUZZ_CFLAGS=$pkg_cv_HARFBUZZ_CFLAGS
+	HARFBUZZ_LIBS=$pkg_cv_HARFBUZZ_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -36741,8 +36699,8 @@
 printf "%s\n" "yes" >&6; }
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xrender" >&5
-printf %s "checking for xrender... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XRENDER" >&5
+printf %s "checking for XRENDER... " >&6; }
 
 if test -n "$XRENDER_CFLAGS"; then
     pkg_cv_XRENDER_CFLAGS="$XRENDER_CFLAGS"
@@ -36782,7 +36740,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -36791,14 +36749,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                XRENDER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xrender" 2>&1`
+	        XRENDER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xrender" 2>&1`
         else
-                XRENDER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xrender" 2>&1`
+	        XRENDER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xrender" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$XRENDER_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$XRENDER_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (xrender) were not met:
+	as_fn_error $? "Package requirements (xrender) were not met:
 
 $XRENDER_PKG_ERRORS
 
@@ -36809,9 +36767,9 @@
 and XRENDER_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -36824,8 +36782,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        XRENDER_CFLAGS=$pkg_cv_XRENDER_CFLAGS
-        XRENDER_LIBS=$pkg_cv_XRENDER_LIBS
+	XRENDER_CFLAGS=$pkg_cv_XRENDER_CFLAGS
+	XRENDER_LIBS=$pkg_cv_XRENDER_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -36897,8 +36855,8 @@
 printf "%s\n" "yes" >&6; }
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xrandr >= 1.2" >&5
-printf %s "checking for xrandr >= 1.2... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XRANDR" >&5
+printf %s "checking for XRANDR... " >&6; }
 
 if test -n "$XRANDR_CFLAGS"; then
     pkg_cv_XRANDR_CFLAGS="$XRANDR_CFLAGS"
@@ -36938,7 +36896,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -36947,24 +36905,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                XRANDR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xrandr >= 1.2" 2>&1`
+	        XRANDR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xrandr >= 1.2" 2>&1`
         else
-                XRANDR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xrandr >= 1.2" 2>&1`
+	        XRANDR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xrandr >= 1.2" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$XRANDR_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$XRANDR_PKG_ERRORS" >&5
 
-        ENABLE_RANDR=""
+	ENABLE_RANDR=""
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        ENABLE_RANDR=""
+	ENABLE_RANDR=""
 else
-        XRANDR_CFLAGS=$pkg_cv_XRANDR_CFLAGS
-        XRANDR_LIBS=$pkg_cv_XRANDR_LIBS
+	XRANDR_CFLAGS=$pkg_cv_XRANDR_CFLAGS
+	XRANDR_LIBS=$pkg_cv_XRANDR_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-        ENABLE_RANDR="TRUE"
+	ENABLE_RANDR="TRUE"
 fi
     if test "$ENABLE_RANDR" != "TRUE"; then
         ac_fn_c_check_header_compile "$LINENO" "X11/extensions/Xrandr.h" "ac_cv_header_X11_extensions_Xrandr_h" "$ac_includes_default"
@@ -37142,8 +37100,8 @@
         SYSTEM_OPENSSL=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for openssl" >&5
-printf %s "checking for openssl... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for OPENSSL" >&5
+printf %s "checking for OPENSSL... " >&6; }
 
 if test -n "$OPENSSL_CFLAGS"; then
     pkg_cv_OPENSSL_CFLAGS="$OPENSSL_CFLAGS"
@@ -37183,7 +37141,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -37192,14 +37150,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                OPENSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl" 2>&1`
+	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl" 2>&1`
         else
-                OPENSSL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl" 2>&1`
+	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$OPENSSL_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$OPENSSL_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (openssl) were not met:
+	as_fn_error $? "Package requirements (openssl) were not met:
 
 $OPENSSL_PKG_ERRORS
 
@@ -37210,9 +37168,9 @@
 and OPENSSL_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -37225,8 +37183,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        OPENSSL_CFLAGS=$pkg_cv_OPENSSL_CFLAGS
-        OPENSSL_LIBS=$pkg_cv_OPENSSL_LIBS
+	OPENSSL_CFLAGS=$pkg_cv_OPENSSL_CFLAGS
+	OPENSSL_LIBS=$pkg_cv_OPENSSL_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -37319,8 +37277,8 @@
         SYSTEM_OPENSSL=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for openssl" >&5
-printf %s "checking for openssl... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for OPENSSL" >&5
+printf %s "checking for OPENSSL... " >&6; }
 
 if test -n "$OPENSSL_CFLAGS"; then
     pkg_cv_OPENSSL_CFLAGS="$OPENSSL_CFLAGS"
@@ -37360,7 +37318,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -37369,14 +37327,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                OPENSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl" 2>&1`
+	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl" 2>&1`
         else
-                OPENSSL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl" 2>&1`
+	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$OPENSSL_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$OPENSSL_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (openssl) were not met:
+	as_fn_error $? "Package requirements (openssl) were not met:
 
 $OPENSSL_PKG_ERRORS
 
@@ -37387,9 +37345,9 @@
 and OPENSSL_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -37402,8 +37360,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        OPENSSL_CFLAGS=$pkg_cv_OPENSSL_CFLAGS
-        OPENSSL_LIBS=$pkg_cv_OPENSSL_LIBS
+	OPENSSL_CFLAGS=$pkg_cv_OPENSSL_CFLAGS
+	OPENSSL_LIBS=$pkg_cv_OPENSSL_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -37574,8 +37532,8 @@
         SYSTEM_REDLAND=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for redland >= 1.0.8 raptor2 >= 2.0.7" >&5
-printf %s "checking for redland >= 1.0.8 raptor2 >= 2.0.7... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for REDLAND" >&5
+printf %s "checking for REDLAND... " >&6; }
 
 if test -n "$REDLAND_CFLAGS"; then
     pkg_cv_REDLAND_CFLAGS="$REDLAND_CFLAGS"
@@ -37615,7 +37573,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -37624,14 +37582,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                REDLAND_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "redland >= 1.0.8 raptor2 >= 2.0.7" 2>&1`
+	        REDLAND_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "redland >= 1.0.8 raptor2 >= 2.0.7" 2>&1`
         else
-                REDLAND_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "redland >= 1.0.8 raptor2 >= 2.0.7" 2>&1`
+	        REDLAND_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "redland >= 1.0.8 raptor2 >= 2.0.7" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$REDLAND_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$REDLAND_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (redland >= 1.0.8 raptor2 >= 2.0.7) were not met:
+	as_fn_error $? "Package requirements (redland >= 1.0.8 raptor2 >= 2.0.7) were not met:
 
 $REDLAND_PKG_ERRORS
 
@@ -37642,9 +37600,9 @@
 and REDLAND_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -37657,8 +37615,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        REDLAND_CFLAGS=$pkg_cv_REDLAND_CFLAGS
-        REDLAND_LIBS=$pkg_cv_REDLAND_LIBS
+	REDLAND_CFLAGS=$pkg_cv_REDLAND_CFLAGS
+	REDLAND_LIBS=$pkg_cv_REDLAND_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -37765,8 +37723,8 @@
 
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for hunspell" >&5
-printf %s "checking for hunspell... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for HUNSPELL" >&5
+printf %s "checking for HUNSPELL... " >&6; }
 
 if test -n "$HUNSPELL_CFLAGS"; then
     pkg_cv_HUNSPELL_CFLAGS="$HUNSPELL_CFLAGS"
@@ -37806,7 +37764,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -37815,24 +37773,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "hunspell" 2>&1`
+	        HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "hunspell" 2>&1`
         else
-                HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "hunspell" 2>&1`
+	        HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "hunspell" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$HUNSPELL_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$HUNSPELL_PKG_ERRORS" >&5
 
-        HUNSPELL_PC=""
+	HUNSPELL_PC=""
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        HUNSPELL_PC=""
+	HUNSPELL_PC=""
 else
-        HUNSPELL_CFLAGS=$pkg_cv_HUNSPELL_CFLAGS
-        HUNSPELL_LIBS=$pkg_cv_HUNSPELL_LIBS
+	HUNSPELL_CFLAGS=$pkg_cv_HUNSPELL_CFLAGS
+	HUNSPELL_LIBS=$pkg_cv_HUNSPELL_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-        HUNSPELL_PC="TRUE"
+	HUNSPELL_PC="TRUE"
 fi
     if test "$HUNSPELL_PC" != "TRUE"; then
         ac_fn_cxx_check_header_compile "$LINENO" "hunspell.hxx" "ac_cv_header_hunspell_hxx" "$ac_includes_default"
@@ -38355,8 +38313,8 @@
 
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for mythes" >&5
-printf %s "checking for mythes... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MYTHES" >&5
+printf %s "checking for MYTHES... " >&6; }
 
 if test -n "$MYTHES_CFLAGS"; then
     pkg_cv_MYTHES_CFLAGS="$MYTHES_CFLAGS"
@@ -38396,7 +38354,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -38405,24 +38363,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                MYTHES_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mythes" 2>&1`
+	        MYTHES_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mythes" 2>&1`
         else
-                MYTHES_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mythes" 2>&1`
+	        MYTHES_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mythes" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$MYTHES_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$MYTHES_PKG_ERRORS" >&5
 
-        MYTHES_PKGCONFIG=no
+	MYTHES_PKGCONFIG=no
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        MYTHES_PKGCONFIG=no
+	MYTHES_PKGCONFIG=no
 else
-        MYTHES_CFLAGS=$pkg_cv_MYTHES_CFLAGS
-        MYTHES_LIBS=$pkg_cv_MYTHES_LIBS
+	MYTHES_CFLAGS=$pkg_cv_MYTHES_CFLAGS
+	MYTHES_LIBS=$pkg_cv_MYTHES_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-        MYTHES_PKGCONFIG=yes
+	MYTHES_PKGCONFIG=yes
 fi
     if test "$MYTHES_PKGCONFIG" = "no"; then
         ac_fn_cxx_check_header_compile "$LINENO" "mythes.hxx" "ac_cv_header_mythes_hxx" "$ac_includes_default"
@@ -38557,8 +38515,8 @@
         SYSTEM_COINMP=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for coinmp coinutils" >&5
-printf %s "checking for coinmp coinutils... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for COINMP" >&5
+printf %s "checking for COINMP... " >&6; }
 
 if test -n "$COINMP_CFLAGS"; then
     pkg_cv_COINMP_CFLAGS="$COINMP_CFLAGS"
@@ -38598,7 +38556,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -38607,14 +38565,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                COINMP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "coinmp coinutils" 2>&1`
+	        COINMP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "coinmp coinutils" 2>&1`
         else
-                COINMP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "coinmp coinutils" 2>&1`
+	        COINMP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "coinmp coinutils" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$COINMP_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$COINMP_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (coinmp coinutils) were not met:
+	as_fn_error $? "Package requirements (coinmp coinutils) were not met:
 
 $COINMP_PKG_ERRORS
 
@@ -38625,9 +38583,9 @@
 and COINMP_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -38640,8 +38598,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        COINMP_CFLAGS=$pkg_cv_COINMP_CFLAGS
-        COINMP_LIBS=$pkg_cv_COINMP_LIBS
+	COINMP_CFLAGS=$pkg_cv_COINMP_CFLAGS
+	COINMP_LIBS=$pkg_cv_COINMP_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -38873,8 +38831,8 @@
         SYSTEM_LIBEXTTEXTCAT=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libexttextcat >= 3.4.1" >&5
-printf %s "checking for libexttextcat >= 3.4.1... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for LIBEXTTEXTCAT" >&5
+printf %s "checking for LIBEXTTEXTCAT... " >&6; }
 
 if test -n "$LIBEXTTEXTCAT_CFLAGS"; then
     pkg_cv_LIBEXTTEXTCAT_CFLAGS="$LIBEXTTEXTCAT_CFLAGS"
@@ -38914,7 +38872,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -38923,14 +38881,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                LIBEXTTEXTCAT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libexttextcat >= 3.4.1" 2>&1`
+	        LIBEXTTEXTCAT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libexttextcat >= 3.4.1" 2>&1`
         else
-                LIBEXTTEXTCAT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libexttextcat >= 3.4.1" 2>&1`
+	        LIBEXTTEXTCAT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libexttextcat >= 3.4.1" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$LIBEXTTEXTCAT_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBEXTTEXTCAT_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libexttextcat >= 3.4.1) were not met:
+	as_fn_error $? "Package requirements (libexttextcat >= 3.4.1) were not met:
 
 $LIBEXTTEXTCAT_PKG_ERRORS
 
@@ -38941,9 +38899,9 @@
 and LIBEXTTEXTCAT_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -38956,8 +38914,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        LIBEXTTEXTCAT_CFLAGS=$pkg_cv_LIBEXTTEXTCAT_CFLAGS
-        LIBEXTTEXTCAT_LIBS=$pkg_cv_LIBEXTTEXTCAT_LIBS
+	LIBEXTTEXTCAT_CFLAGS=$pkg_cv_LIBEXTTEXTCAT_CFLAGS
+	LIBEXTTEXTCAT_LIBS=$pkg_cv_LIBEXTTEXTCAT_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -39048,8 +39006,8 @@
         SYSTEM_LIBNUMBERTEXT=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libnumbertext >= 1.0.6" >&5
-printf %s "checking for libnumbertext >= 1.0.6... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for LIBNUMBERTEXT" >&5
+printf %s "checking for LIBNUMBERTEXT... " >&6; }
 
 if test -n "$LIBNUMBERTEXT_CFLAGS"; then
     pkg_cv_LIBNUMBERTEXT_CFLAGS="$LIBNUMBERTEXT_CFLAGS"
@@ -39089,7 +39047,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -39098,14 +39056,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                LIBNUMBERTEXT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnumbertext >= 1.0.6" 2>&1`
+	        LIBNUMBERTEXT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnumbertext >= 1.0.6" 2>&1`
         else
-                LIBNUMBERTEXT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnumbertext >= 1.0.6" 2>&1`
+	        LIBNUMBERTEXT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnumbertext >= 1.0.6" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$LIBNUMBERTEXT_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBNUMBERTEXT_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libnumbertext >= 1.0.6) were not met:
+	as_fn_error $? "Package requirements (libnumbertext >= 1.0.6) were not met:
 
 $LIBNUMBERTEXT_PKG_ERRORS
 
@@ -39116,9 +39074,9 @@
 and LIBNUMBERTEXT_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -39131,8 +39089,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        LIBNUMBERTEXT_CFLAGS=$pkg_cv_LIBNUMBERTEXT_CFLAGS
-        LIBNUMBERTEXT_LIBS=$pkg_cv_LIBNUMBERTEXT_LIBS
+	LIBNUMBERTEXT_CFLAGS=$pkg_cv_LIBNUMBERTEXT_CFLAGS
+	LIBNUMBERTEXT_LIBS=$pkg_cv_LIBNUMBERTEXT_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -39893,8 +39851,8 @@
         SYSTEM_EPOXY=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for epoxy >= 1.2" >&5
-printf %s "checking for epoxy >= 1.2... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for EPOXY" >&5
+printf %s "checking for EPOXY... " >&6; }
 
 if test -n "$EPOXY_CFLAGS"; then
     pkg_cv_EPOXY_CFLAGS="$EPOXY_CFLAGS"
@@ -39934,7 +39892,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -39943,14 +39901,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                EPOXY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "epoxy >= 1.2" 2>&1`
+	        EPOXY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "epoxy >= 1.2" 2>&1`
         else
-                EPOXY_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "epoxy >= 1.2" 2>&1`
+	        EPOXY_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "epoxy >= 1.2" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$EPOXY_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$EPOXY_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (epoxy >= 1.2) were not met:
+	as_fn_error $? "Package requirements (epoxy >= 1.2) were not met:
 
 $EPOXY_PKG_ERRORS
 
@@ -39961,9 +39919,9 @@
 and EPOXY_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -39976,8 +39934,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        EPOXY_CFLAGS=$pkg_cv_EPOXY_CFLAGS
-        EPOXY_LIBS=$pkg_cv_EPOXY_LIBS
+	EPOXY_CFLAGS=$pkg_cv_EPOXY_CFLAGS
+	EPOXY_LIBS=$pkg_cv_EPOXY_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -40181,8 +40139,8 @@
     : ${with_system_cairo:=yes}
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gtk+-3.0 >= 3.20 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 atk >= 2.28.1 cairo" >&5
-printf %s "checking for gtk+-3.0 >= 3.20 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 atk >= 2.28.1 cairo... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GTK3" >&5
+printf %s "checking for GTK3... " >&6; }
 
 if test -n "$GTK3_CFLAGS"; then
     pkg_cv_GTK3_CFLAGS="$GTK3_CFLAGS"
@@ -40222,7 +40180,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -40231,14 +40189,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                GTK3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= 3.20 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 atk >= 2.28.1 cairo" 2>&1`
+	        GTK3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= 3.20 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 atk >= 2.28.1 cairo" 2>&1`
         else
-                GTK3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= 3.20 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 atk >= 2.28.1 cairo" 2>&1`
+	        GTK3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= 3.20 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 atk >= 2.28.1 cairo" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$GTK3_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$GTK3_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (gtk+-3.0 >= 3.20 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 atk >= 2.28.1 cairo) were not met:
+	as_fn_error $? "Package requirements (gtk+-3.0 >= 3.20 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 atk >= 2.28.1 cairo) were not met:
 
 $GTK3_PKG_ERRORS
 
@@ -40249,9 +40207,9 @@
 and GTK3_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -40264,8 +40222,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        GTK3_CFLAGS=$pkg_cv_GTK3_CFLAGS
-        GTK3_LIBS=$pkg_cv_GTK3_LIBS
+	GTK3_CFLAGS=$pkg_cv_GTK3_CFLAGS
+	GTK3_LIBS=$pkg_cv_GTK3_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -40336,8 +40294,8 @@
     PKG_CONFIG_PATH="$formatted_path_unix"; export PKG_CONFIG_PATH
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cairo gdk-3.0 gio-2.0 glib-2.0 gobject-2.0 gtk+-3.0" >&5
-printf %s "checking for cairo gdk-3.0 gio-2.0 glib-2.0 gobject-2.0 gtk+-3.0... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GTK3" >&5
+printf %s "checking for GTK3... " >&6; }
 
 if test -n "$GTK3_CFLAGS"; then
     pkg_cv_GTK3_CFLAGS="$GTK3_CFLAGS"
@@ -40377,7 +40335,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -40386,14 +40344,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                GTK3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo gdk-3.0 gio-2.0 glib-2.0 gobject-2.0 gtk+-3.0" 2>&1`
+	        GTK3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo gdk-3.0 gio-2.0 glib-2.0 gobject-2.0 gtk+-3.0" 2>&1`
         else
-                GTK3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo gdk-3.0 gio-2.0 glib-2.0 gobject-2.0 gtk+-3.0" 2>&1`
+	        GTK3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo gdk-3.0 gio-2.0 glib-2.0 gobject-2.0 gtk+-3.0" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$GTK3_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$GTK3_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (cairo gdk-3.0 gio-2.0 glib-2.0 gobject-2.0 gtk+-3.0) were not met:
+	as_fn_error $? "Package requirements (cairo gdk-3.0 gio-2.0 glib-2.0 gobject-2.0 gtk+-3.0) were not met:
 
 $GTK3_PKG_ERRORS
 
@@ -40404,9 +40362,9 @@
 and GTK3_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -40419,8 +40377,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        GTK3_CFLAGS=$pkg_cv_GTK3_CFLAGS
-        GTK3_LIBS=$pkg_cv_GTK3_LIBS
+	GTK3_CFLAGS=$pkg_cv_GTK3_CFLAGS
+	GTK3_LIBS=$pkg_cv_GTK3_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -40443,8 +40401,8 @@
     : ${with_system_cairo:=yes}
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gtk4 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo atk" >&5
-printf %s "checking for gtk4 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo atk... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GTK4" >&5
+printf %s "checking for GTK4... " >&6; }
 
 if test -n "$GTK4_CFLAGS"; then
     pkg_cv_GTK4_CFLAGS="$GTK4_CFLAGS"
@@ -40484,7 +40442,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -40493,14 +40451,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                GTK4_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk4 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo atk" 2>&1`
+	        GTK4_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk4 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo atk" 2>&1`
         else
-                GTK4_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk4 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo atk" 2>&1`
+	        GTK4_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk4 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo atk" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$GTK4_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$GTK4_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (gtk4 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo atk) were not met:
+	as_fn_error $? "Package requirements (gtk4 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo atk) were not met:
 
 $GTK4_PKG_ERRORS
 
@@ -40511,9 +40469,9 @@
 and GTK4_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -40526,8 +40484,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        GTK4_CFLAGS=$pkg_cv_GTK4_CFLAGS
-        GTK4_LIBS=$pkg_cv_GTK4_LIBS
+	GTK4_CFLAGS=$pkg_cv_GTK4_CFLAGS
+	GTK4_LIBS=$pkg_cv_GTK4_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -40698,8 +40656,8 @@
 printf "%s\n" "yes" >&6; }
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dbus-1 >= 0.60" >&5
-printf %s "checking for dbus-1 >= 0.60... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for DBUS" >&5
+printf %s "checking for DBUS... " >&6; }
 
 if test -n "$DBUS_CFLAGS"; then
     pkg_cv_DBUS_CFLAGS="$DBUS_CFLAGS"
@@ -40739,7 +40697,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -40748,14 +40706,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "dbus-1 >= 0.60" 2>&1`
+	        DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "dbus-1 >= 0.60" 2>&1`
         else
-                DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "dbus-1 >= 0.60" 2>&1`
+	        DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "dbus-1 >= 0.60" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$DBUS_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$DBUS_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (dbus-1 >= 0.60) were not met:
+	as_fn_error $? "Package requirements (dbus-1 >= 0.60) were not met:
 
 $DBUS_PKG_ERRORS
 
@@ -40766,9 +40724,9 @@
 and DBUS_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -40781,8 +40739,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        DBUS_CFLAGS=$pkg_cv_DBUS_CFLAGS
-        DBUS_LIBS=$pkg_cv_DBUS_LIBS
+	DBUS_CFLAGS=$pkg_cv_DBUS_CFLAGS
+	DBUS_LIBS=$pkg_cv_DBUS_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -40797,8 +40755,8 @@
     # Sets also DBUS_GLIB_CFLAGS/DBUS_GLIB_LIBS if successful.
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for glib-2.0 >= 2.4" >&5
-printf %s "checking for glib-2.0 >= 2.4... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for DBUS_GLIB" >&5
+printf %s "checking for DBUS_GLIB... " >&6; }
 
 if test -n "$DBUS_GLIB_CFLAGS"; then
     pkg_cv_DBUS_GLIB_CFLAGS="$DBUS_GLIB_CFLAGS"
@@ -40838,7 +40796,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -40847,25 +40805,25 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                DBUS_GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.4" 2>&1`
+	        DBUS_GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.4" 2>&1`
         else
-                DBUS_GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.4" 2>&1`
+	        DBUS_GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.4" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$DBUS_GLIB_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$DBUS_GLIB_PKG_ERRORS" >&5
 
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: No Glib found, Bluetooth support will be disabled" >&5
+	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: No Glib found, Bluetooth support will be disabled" >&5
 printf "%s\n" "$as_me: WARNING: No Glib found, Bluetooth support will be disabled" >&2;}
 
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: No Glib found, Bluetooth support will be disabled" >&5
+	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: No Glib found, Bluetooth support will be disabled" >&5
 printf "%s\n" "$as_me: WARNING: No Glib found, Bluetooth support will be disabled" >&2;}
 
 else
-        DBUS_GLIB_CFLAGS=$pkg_cv_DBUS_GLIB_CFLAGS
-        DBUS_GLIB_LIBS=$pkg_cv_DBUS_GLIB_LIBS
+	DBUS_GLIB_CFLAGS=$pkg_cv_DBUS_GLIB_CFLAGS
+	DBUS_GLIB_LIBS=$pkg_cv_DBUS_GLIB_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -40983,8 +40941,8 @@
     if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_gio" = "yes"; then
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gio-2.0 >= 2.26" >&5
-printf %s "checking for gio-2.0 >= 2.26... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GIO" >&5
+printf %s "checking for GIO... " >&6; }
 
 if test -n "$GIO_CFLAGS"; then
     pkg_cv_GIO_CFLAGS="$GIO_CFLAGS"
@@ -41024,7 +40982,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -41033,24 +40991,24 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-2.0 >= 2.26" 2>&1`
+	        GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-2.0 >= 2.26" 2>&1`
         else
-                GIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-2.0 >= 2.26" 2>&1`
+	        GIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-2.0 >= 2.26" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$GIO_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$GIO_PKG_ERRORS" >&5
 
-        ENABLE_GIO=""
+	ENABLE_GIO=""
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        ENABLE_GIO=""
+	ENABLE_GIO=""
 else
-        GIO_CFLAGS=$pkg_cv_GIO_CFLAGS
-        GIO_LIBS=$pkg_cv_GIO_LIBS
+	GIO_CFLAGS=$pkg_cv_GIO_CFLAGS
+	GIO_LIBS=$pkg_cv_GIO_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-        ENABLE_GIO="TRUE"
+	ENABLE_GIO="TRUE"
 fi
         if test "$ENABLE_GIO" = "TRUE"; then
             printf "%s\n" "#define ENABLE_GIO 1" >>confdefs.h
@@ -41095,8 +41053,8 @@
 printf "%s\n" "yes" >&6; }
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-video-1.0 " >&5
-printf %s "checking for gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-video-1.0 ... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GSTREAMER_1_0" >&5
+printf %s "checking for GSTREAMER_1_0... " >&6; }
 
 if test -n "$GSTREAMER_1_0_CFLAGS"; then
     pkg_cv_GSTREAMER_1_0_CFLAGS="$GSTREAMER_1_0_CFLAGS"
@@ -41136,7 +41094,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -41145,14 +41103,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                GSTREAMER_1_0_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-video-1.0 " 2>&1`
+	        GSTREAMER_1_0_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-video-1.0 " 2>&1`
         else
-                GSTREAMER_1_0_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-video-1.0 " 2>&1`
+	        GSTREAMER_1_0_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-video-1.0 " 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$GSTREAMER_1_0_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$GSTREAMER_1_0_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-video-1.0 ) were not met:
+	as_fn_error $? "Package requirements (gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-video-1.0 ) were not met:
 
 $GSTREAMER_1_0_PKG_ERRORS
 
@@ -41163,9 +41121,9 @@
 and GSTREAMER_1_0_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -41178,8 +41136,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        GSTREAMER_1_0_CFLAGS=$pkg_cv_GSTREAMER_1_0_CFLAGS
-        GSTREAMER_1_0_LIBS=$pkg_cv_GSTREAMER_1_0_LIBS
+	GSTREAMER_1_0_CFLAGS=$pkg_cv_GSTREAMER_1_0_CFLAGS
+	GSTREAMER_1_0_LIBS=$pkg_cv_GSTREAMER_1_0_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -41280,8 +41238,8 @@
 if test $_os != Android -a $_os != iOS -a "$enable_dconf" != no; then
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dconf >= 0.40.0" >&5
-printf %s "checking for dconf >= 0.40.0... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for DCONF" >&5
+printf %s "checking for DCONF... " >&6; }
 
 if test -n "$DCONF_CFLAGS"; then
     pkg_cv_DCONF_CFLAGS="$DCONF_CFLAGS"
@@ -41321,7 +41279,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -41330,12 +41288,12 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                DCONF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "dconf >= 0.40.0" 2>&1`
+	        DCONF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "dconf >= 0.40.0" 2>&1`
         else
-                DCONF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "dconf >= 0.40.0" 2>&1`
+	        DCONF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "dconf >= 0.40.0" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$DCONF_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$DCONF_PKG_ERRORS" >&5
 
 
         if test "$enable_dconf" = yes; then
@@ -41344,7 +41302,7 @@
             enable_dconf=no
         fi
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
         if test "$enable_dconf" = yes; then
@@ -41353,8 +41311,8 @@
             enable_dconf=no
         fi
 else
-        DCONF_CFLAGS=$pkg_cv_DCONF_CFLAGS
-        DCONF_LIBS=$pkg_cv_DCONF_LIBS
+	DCONF_CFLAGS=$pkg_cv_DCONF_CFLAGS
+	DCONF_LIBS=$pkg_cv_DCONF_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -41418,8 +41376,8 @@
 printf "%s\n" "external" >&6; }
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libopenjp2 " >&5
-printf %s "checking for libopenjp2 ... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for OPENJPEG2" >&5
+printf %s "checking for OPENJPEG2... " >&6; }
 
 if test -n "$OPENJPEG2_CFLAGS"; then
     pkg_cv_OPENJPEG2_CFLAGS="$OPENJPEG2_CFLAGS"
@@ -41459,7 +41417,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -41468,14 +41426,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                OPENJPEG2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libopenjp2 " 2>&1`
+	        OPENJPEG2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libopenjp2 " 2>&1`
         else
-                OPENJPEG2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libopenjp2 " 2>&1`
+	        OPENJPEG2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libopenjp2 " 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$OPENJPEG2_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$OPENJPEG2_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libopenjp2 ) were not met:
+	as_fn_error $? "Package requirements (libopenjp2 ) were not met:
 
 $OPENJPEG2_PKG_ERRORS
 
@@ -41486,9 +41444,9 @@
 and OPENJPEG2_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -41501,8 +41459,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        OPENJPEG2_CFLAGS=$pkg_cv_OPENJPEG2_CFLAGS
-        OPENJPEG2_LIBS=$pkg_cv_OPENJPEG2_LIBS
+	OPENJPEG2_CFLAGS=$pkg_cv_OPENJPEG2_CFLAGS
+	OPENJPEG2_LIBS=$pkg_cv_OPENJPEG2_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -41684,8 +41642,8 @@
         SYSTEM_POPPLER=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for poppler >= 0.14 poppler-cpp" >&5
-printf %s "checking for poppler >= 0.14 poppler-cpp... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for POPPLER" >&5
+printf %s "checking for POPPLER... " >&6; }
 
 if test -n "$POPPLER_CFLAGS"; then
     pkg_cv_POPPLER_CFLAGS="$POPPLER_CFLAGS"
@@ -41725,7 +41683,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -41734,14 +41692,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                POPPLER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "poppler >= 0.14 poppler-cpp" 2>&1`
+	        POPPLER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "poppler >= 0.14 poppler-cpp" 2>&1`
         else
-                POPPLER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "poppler >= 0.14 poppler-cpp" 2>&1`
+	        POPPLER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "poppler >= 0.14 poppler-cpp" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$POPPLER_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$POPPLER_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (poppler >= 0.14 poppler-cpp) were not met:
+	as_fn_error $? "Package requirements (poppler >= 0.14 poppler-cpp) were not met:
 
 $POPPLER_PKG_ERRORS
 
@@ -41752,9 +41710,9 @@
 and POPPLER_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -41767,8 +41725,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        POPPLER_CFLAGS=$pkg_cv_POPPLER_CFLAGS
-        POPPLER_LIBS=$pkg_cv_POPPLER_LIBS
+	POPPLER_CFLAGS=$pkg_cv_POPPLER_CFLAGS
+	POPPLER_LIBS=$pkg_cv_POPPLER_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -43328,8 +43286,8 @@
     if test "$USING_X11" = TRUE; then
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xcb" >&5
-printf %s "checking for xcb... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for QT5_XCB" >&5
+printf %s "checking for QT5_XCB... " >&6; }
 
 if test -n "$QT5_XCB_CFLAGS"; then
     pkg_cv_QT5_XCB_CFLAGS="$QT5_XCB_CFLAGS"
@@ -43369,7 +43327,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -43378,29 +43336,29 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                QT5_XCB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xcb" 2>&1`
+	        QT5_XCB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xcb" 2>&1`
         else
-                QT5_XCB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xcb" 2>&1`
+	        QT5_XCB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xcb" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$QT5_XCB_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$QT5_XCB_PKG_ERRORS" >&5
 
-        as_fn_error $? "XCB not found, which is needed for correct app grouping in X11." "$LINENO" 5
+	as_fn_error $? "XCB not found, which is needed for correct app grouping in X11." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        as_fn_error $? "XCB not found, which is needed for correct app grouping in X11." "$LINENO" 5
+	as_fn_error $? "XCB not found, which is needed for correct app grouping in X11." "$LINENO" 5
 else
-        QT5_XCB_CFLAGS=$pkg_cv_QT5_XCB_CFLAGS
-        QT5_XCB_LIBS=$pkg_cv_QT5_XCB_LIBS
+	QT5_XCB_CFLAGS=$pkg_cv_QT5_XCB_CFLAGS
+	QT5_XCB_LIBS=$pkg_cv_QT5_XCB_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
 fi
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xcb-icccm" >&5
-printf %s "checking for xcb-icccm... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for QT5_XCB_ICCCM" >&5
+printf %s "checking for QT5_XCB_ICCCM... " >&6; }
 
 if test -n "$QT5_XCB_ICCCM_CFLAGS"; then
     pkg_cv_QT5_XCB_ICCCM_CFLAGS="$QT5_XCB_ICCCM_CFLAGS"
@@ -43440,7 +43398,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -43449,12 +43407,12 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                QT5_XCB_ICCCM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xcb-icccm" 2>&1`
+	        QT5_XCB_ICCCM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xcb-icccm" 2>&1`
         else
-                QT5_XCB_ICCCM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xcb-icccm" 2>&1`
+	        QT5_XCB_ICCCM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xcb-icccm" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$QT5_XCB_ICCCM_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$QT5_XCB_ICCCM_PKG_ERRORS" >&5
 
 
             { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: XCB ICCCM not found, which is needed for old Qt versions (< 5.12) on some WMs to correctly group dialogs (like QTBUG-46626)" >&5
@@ -43462,7 +43420,7 @@
             add_warning "XCB ICCCM not found, which is needed for Qt versions (< 5.12) on some WMs to correctly group dialogs (like QTBUG-46626)"
 
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
             { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: XCB ICCCM not found, which is needed for old Qt versions (< 5.12) on some WMs to correctly group dialogs (like QTBUG-46626)" >&5
@@ -43470,8 +43428,8 @@
             add_warning "XCB ICCCM not found, which is needed for Qt versions (< 5.12) on some WMs to correctly group dialogs (like QTBUG-46626)"
 
 else
-        QT5_XCB_ICCCM_CFLAGS=$pkg_cv_QT5_XCB_ICCCM_CFLAGS
-        QT5_XCB_ICCCM_LIBS=$pkg_cv_QT5_XCB_ICCCM_LIBS
+	QT5_XCB_ICCCM_CFLAGS=$pkg_cv_QT5_XCB_ICCCM_CFLAGS
+	QT5_XCB_ICCCM_LIBS=$pkg_cv_QT5_XCB_ICCCM_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -43548,8 +43506,8 @@
     if test "$test_gstreamer_1_0" = yes; then
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gobject-2.0" >&5
-printf %s "checking for gobject-2.0... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for QT5_GOBJECT" >&5
+printf %s "checking for QT5_GOBJECT... " >&6; }
 
 if test -n "$QT5_GOBJECT_CFLAGS"; then
     pkg_cv_QT5_GOBJECT_CFLAGS="$QT5_GOBJECT_CFLAGS"
@@ -43589,7 +43547,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -43598,25 +43556,25 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                QT5_GOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gobject-2.0" 2>&1`
+	        QT5_GOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gobject-2.0" 2>&1`
         else
-                QT5_GOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gobject-2.0" 2>&1`
+	        QT5_GOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gobject-2.0" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$QT5_GOBJECT_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$QT5_GOBJECT_PKG_ERRORS" >&5
 
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: No GObject found, can't use QWidget GStreamer sink on wayland!" >&5
+	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: No GObject found, can't use QWidget GStreamer sink on wayland!" >&5
 printf "%s\n" "$as_me: WARNING: No GObject found, can't use QWidget GStreamer sink on wayland!" >&2;}
 
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: No GObject found, can't use QWidget GStreamer sink on wayland!" >&5
+	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: No GObject found, can't use QWidget GStreamer sink on wayland!" >&5
 printf "%s\n" "$as_me: WARNING: No GObject found, can't use QWidget GStreamer sink on wayland!" >&2;}
 
 else
-        QT5_GOBJECT_CFLAGS=$pkg_cv_QT5_GOBJECT_CFLAGS
-        QT5_GOBJECT_LIBS=$pkg_cv_QT5_GOBJECT_LIBS
+	QT5_GOBJECT_CFLAGS=$pkg_cv_QT5_GOBJECT_CFLAGS
+	QT5_GOBJECT_LIBS=$pkg_cv_QT5_GOBJECT_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -43846,8 +43804,8 @@
     if test "$USING_X11" = TRUE; then
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xcb" >&5
-printf %s "checking for xcb... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for QT6_XCB" >&5
+printf %s "checking for QT6_XCB... " >&6; }
 
 if test -n "$QT6_XCB_CFLAGS"; then
     pkg_cv_QT6_XCB_CFLAGS="$QT6_XCB_CFLAGS"
@@ -43887,7 +43845,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -43896,21 +43854,21 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                QT6_XCB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xcb" 2>&1`
+	        QT6_XCB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xcb" 2>&1`
         else
-                QT6_XCB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xcb" 2>&1`
+	        QT6_XCB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xcb" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$QT6_XCB_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$QT6_XCB_PKG_ERRORS" >&5
 
-        as_fn_error $? "XCB not found, which is needed for key modifier handling in X11." "$LINENO" 5
+	as_fn_error $? "XCB not found, which is needed for key modifier handling in X11." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        as_fn_error $? "XCB not found, which is needed for key modifier handling in X11." "$LINENO" 5
+	as_fn_error $? "XCB not found, which is needed for key modifier handling in X11." "$LINENO" 5
 else
-        QT6_XCB_CFLAGS=$pkg_cv_QT6_XCB_CFLAGS
-        QT6_XCB_LIBS=$pkg_cv_QT6_XCB_LIBS
+	QT6_XCB_CFLAGS=$pkg_cv_QT6_XCB_CFLAGS
+	QT6_XCB_LIBS=$pkg_cv_QT6_XCB_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -44169,8 +44127,8 @@
 printf "%s\n" "yes" >&6; }
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gobject-2.0" >&5
-printf %s "checking for gobject-2.0... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GOBJECT" >&5
+printf %s "checking for GOBJECT... " >&6; }
 
 if test -n "$GOBJECT_CFLAGS"; then
     pkg_cv_GOBJECT_CFLAGS="$GOBJECT_CFLAGS"
@@ -44210,7 +44168,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -44219,14 +44177,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                GOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gobject-2.0" 2>&1`
+	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gobject-2.0" 2>&1`
         else
-                GOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gobject-2.0" 2>&1`
+	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gobject-2.0" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$GOBJECT_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$GOBJECT_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (gobject-2.0) were not met:
+	as_fn_error $? "Package requirements (gobject-2.0) were not met:
 
 $GOBJECT_PKG_ERRORS
 
@@ -44237,9 +44195,9 @@
 and GOBJECT_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -44252,8 +44210,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        GOBJECT_CFLAGS=$pkg_cv_GOBJECT_CFLAGS
-        GOBJECT_LIBS=$pkg_cv_GOBJECT_LIBS
+	GOBJECT_CFLAGS=$pkg_cv_GOBJECT_CFLAGS
+	GOBJECT_LIBS=$pkg_cv_GOBJECT_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -44500,8 +44458,8 @@
 printf "%s\n" "yes" >&6; }
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for bzip2" >&5
-printf %s "checking for bzip2... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BZIP2" >&5
+printf %s "checking for BZIP2... " >&6; }
 
 if test -n "$BZIP2_CFLAGS"; then
     pkg_cv_BZIP2_CFLAGS="$BZIP2_CFLAGS"
@@ -44541,7 +44499,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -44550,14 +44508,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                BZIP2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "bzip2" 2>&1`
+	        BZIP2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "bzip2" 2>&1`
         else
-                BZIP2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "bzip2" 2>&1`
+	        BZIP2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "bzip2" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$BZIP2_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$BZIP2_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (bzip2) were not met:
+	as_fn_error $? "Package requirements (bzip2) were not met:
 
 $BZIP2_PKG_ERRORS
 
@@ -44568,9 +44526,9 @@
 and BZIP2_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -44583,8 +44541,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        BZIP2_CFLAGS=$pkg_cv_BZIP2_CFLAGS
-        BZIP2_LIBS=$pkg_cv_BZIP2_LIBS
+	BZIP2_CFLAGS=$pkg_cv_BZIP2_CFLAGS
+	BZIP2_LIBS=$pkg_cv_BZIP2_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -44774,8 +44732,8 @@
 
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cairo >= 1.12.0 " >&5
-printf %s "checking for cairo >= 1.12.0 ... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for CAIRO" >&5
+printf %s "checking for CAIRO... " >&6; }
 
 if test -n "$CAIRO_CFLAGS"; then
     pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
@@ -44815,7 +44773,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -44824,14 +44782,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo >= 1.12.0 " 2>&1`
+	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo >= 1.12.0 " 2>&1`
         else
-                CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo >= 1.12.0 " 2>&1`
+	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo >= 1.12.0 " 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$CAIRO_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$CAIRO_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (cairo >= 1.12.0 ) were not met:
+	as_fn_error $? "Package requirements (cairo >= 1.12.0 ) were not met:
 
 $CAIRO_PKG_ERRORS
 
@@ -44842,9 +44800,9 @@
 and CAIRO_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -44857,8 +44815,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
-        CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
+	CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
+	CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -44932,8 +44890,8 @@
 elif test "$_os" != "Darwin" -a "$enable_avahi" = "yes"; then
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for avahi-client >= 0.6.10" >&5
-printf %s "checking for avahi-client >= 0.6.10... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for AVAHI" >&5
+printf %s "checking for AVAHI... " >&6; }
 
 if test -n "$AVAHI_CFLAGS"; then
     pkg_cv_AVAHI_CFLAGS="$AVAHI_CFLAGS"
@@ -44973,7 +44931,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -44982,14 +44940,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                AVAHI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "avahi-client >= 0.6.10" 2>&1`
+	        AVAHI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "avahi-client >= 0.6.10" 2>&1`
         else
-                AVAHI_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "avahi-client >= 0.6.10" 2>&1`
+	        AVAHI_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "avahi-client >= 0.6.10" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$AVAHI_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$AVAHI_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (avahi-client >= 0.6.10) were not met:
+	as_fn_error $? "Package requirements (avahi-client >= 0.6.10) were not met:
 
 $AVAHI_PKG_ERRORS
 
@@ -45000,9 +44958,9 @@
 and AVAHI_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -45015,11 +44973,11 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        AVAHI_CFLAGS=$pkg_cv_AVAHI_CFLAGS
-        AVAHI_LIBS=$pkg_cv_AVAHI_LIBS
+	AVAHI_CFLAGS=$pkg_cv_AVAHI_CFLAGS
+	AVAHI_LIBS=$pkg_cv_AVAHI_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
-        ENABLE_AVAHI="TRUE"
+	ENABLE_AVAHI="TRUE"
 fi
     printf "%s\n" "#define HAVE_FEATURE_AVAHI 1" >>confdefs.h
 
@@ -45041,8 +44999,8 @@
 printf "%s\n" "yes" >&6; }
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for liblangtag >= 0.4.0" >&5
-printf %s "checking for liblangtag >= 0.4.0... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for LIBLANGTAG" >&5
+printf %s "checking for LIBLANGTAG... " >&6; }
 
 if test -n "$LIBLANGTAG_CFLAGS"; then
     pkg_cv_LIBLANGTAG_CFLAGS="$LIBLANGTAG_CFLAGS"
@@ -45082,7 +45040,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -45091,14 +45049,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                LIBLANGTAG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "liblangtag >= 0.4.0" 2>&1`
+	        LIBLANGTAG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "liblangtag >= 0.4.0" 2>&1`
         else
-                LIBLANGTAG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "liblangtag >= 0.4.0" 2>&1`
+	        LIBLANGTAG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "liblangtag >= 0.4.0" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$LIBLANGTAG_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBLANGTAG_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (liblangtag >= 0.4.0) were not met:
+	as_fn_error $? "Package requirements (liblangtag >= 0.4.0) were not met:
 
 $LIBLANGTAG_PKG_ERRORS
 
@@ -45109,9 +45067,9 @@
 and LIBLANGTAG_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -45124,8 +45082,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        LIBLANGTAG_CFLAGS=$pkg_cv_LIBLANGTAG_CFLAGS
-        LIBLANGTAG_LIBS=$pkg_cv_LIBLANGTAG_LIBS
+	LIBLANGTAG_CFLAGS=$pkg_cv_LIBLANGTAG_CFLAGS
+	LIBLANGTAG_LIBS=$pkg_cv_LIBLANGTAG_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -45208,8 +45166,8 @@
         SYSTEM_LIBPNG=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libpng" >&5
-printf %s "checking for libpng... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for LIBPNG" >&5
+printf %s "checking for LIBPNG... " >&6; }
 
 if test -n "$LIBPNG_CFLAGS"; then
     pkg_cv_LIBPNG_CFLAGS="$LIBPNG_CFLAGS"
@@ -45249,7 +45207,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -45258,14 +45216,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                LIBPNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpng" 2>&1`
+	        LIBPNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpng" 2>&1`
         else
-                LIBPNG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpng" 2>&1`
+	        LIBPNG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpng" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$LIBPNG_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBPNG_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libpng) were not met:
+	as_fn_error $? "Package requirements (libpng) were not met:
 
 $LIBPNG_PKG_ERRORS
 
@@ -45276,9 +45234,9 @@
 and LIBPNG_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -45291,8 +45249,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        LIBPNG_CFLAGS=$pkg_cv_LIBPNG_CFLAGS
-        LIBPNG_LIBS=$pkg_cv_LIBPNG_LIBS
+	LIBPNG_CFLAGS=$pkg_cv_LIBPNG_CFLAGS
+	LIBPNG_LIBS=$pkg_cv_LIBPNG_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -45380,8 +45338,8 @@
         SYSTEM_LIBTIFF=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libtiff-4" >&5
-printf %s "checking for libtiff-4... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for LIBTIFF" >&5
+printf %s "checking for LIBTIFF... " >&6; }
 
 if test -n "$LIBTIFF_CFLAGS"; then
     pkg_cv_LIBTIFF_CFLAGS="$LIBTIFF_CFLAGS"
@@ -45421,7 +45379,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -45430,14 +45388,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                LIBTIFF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libtiff-4" 2>&1`
+	        LIBTIFF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libtiff-4" 2>&1`
         else
-                LIBTIFF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libtiff-4" 2>&1`
+	        LIBTIFF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libtiff-4" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$LIBTIFF_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBTIFF_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libtiff-4) were not met:
+	as_fn_error $? "Package requirements (libtiff-4) were not met:
 
 $LIBTIFF_PKG_ERRORS
 
@@ -45448,9 +45406,9 @@
 and LIBTIFF_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -45463,8 +45421,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        LIBTIFF_CFLAGS=$pkg_cv_LIBTIFF_CFLAGS
-        LIBTIFF_LIBS=$pkg_cv_LIBTIFF_LIBS
+	LIBTIFF_CFLAGS=$pkg_cv_LIBTIFF_CFLAGS
+	LIBTIFF_LIBS=$pkg_cv_LIBTIFF_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -45552,8 +45510,8 @@
         SYSTEM_LIBWEBP=TRUE
 
 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libwebp" >&5
-printf %s "checking for libwebp... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for LIBWEBP" >&5
+printf %s "checking for LIBWEBP... " >&6; }
 
 if test -n "$LIBWEBP_CFLAGS"; then
     pkg_cv_LIBWEBP_CFLAGS="$LIBWEBP_CFLAGS"
@@ -45593,7 +45551,7 @@
 
 
 if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+   	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -45602,14 +45560,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-                LIBWEBP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libwebp" 2>&1`
+	        LIBWEBP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libwebp" 2>&1`
         else
-                LIBWEBP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libwebp" 2>&1`
+	        LIBWEBP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libwebp" 2>&1`
         fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$LIBWEBP_PKG_ERRORS" >&5
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBWEBP_PKG_ERRORS" >&5
 
-        as_fn_error $? "Package requirements (libwebp) were not met:
+	as_fn_error $? "Package requirements (libwebp) were not met:
 
 $LIBWEBP_PKG_ERRORS
 
@@ -45620,9 +45578,9 @@
 and LIBWEBP_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+     	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
 printf "%s\n" "no" >&6; }
-        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+	{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -45635,8 +45593,8 @@
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 See \`config.log' for more details" "$LINENO" 5; }
 else
-        LIBWEBP_CFLAGS=$pkg_cv_LIBWEBP_CFLAGS
-        LIBWEBP_LIBS=$pkg_cv_LIBWEBP_LIBS
+	LIBWEBP_CFLAGS=$pkg_cv_LIBWEBP_CFLAGS
+	LIBWEBP_LIBS=$pkg_cv_LIBWEBP_LIBS
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -47904,7 +47862,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by LibreOffice $as_me 7.6.4.1, which was
+This file was extended by LibreOffice $as_me 7.6.5.2, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -47973,7 +47931,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config='$ac_cs_config_escaped'
 ac_cs_version="\\
-LibreOffice config.status 7.6.4.1
+LibreOffice config.status 7.6.5.2
 configured by $0, generated by GNU Autoconf 2.71,
   with options \\"\$ac_cs_config\\"
 
diff -Nur libreoffice-7.6.4.1/configure.ac libreoffice-7.6.5.2/configure.ac
--- libreoffice-7.6.4.1/configure.ac	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/configure.ac	2024-02-17 14:05:36.000000000 +0100
@@ -9,7 +9,7 @@
 # several non-alphanumeric characters, those are split off and used only for the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no idea.
 
-AC_INIT([LibreOffice],[7.6.4.1],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.6.5.2],[],[],[http://documentfoundation.org/])
 
 dnl libnumbertext needs autoconf 2.68, but that can pick up autoconf268 just fine if it is installed
 dnl whereas aclocal (as run by autogen.sh) insists on using autoconf and fails hard
diff -Nur libreoffice-7.6.4.1/connectivity/source/drivers/firebird/Table.cxx libreoffice-7.6.5.2/connectivity/source/drivers/firebird/Table.cxx
--- libreoffice-7.6.4.1/connectivity/source/drivers/firebird/Table.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/connectivity/source/drivers/firebird/Table.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -155,27 +155,14 @@
         if (nNullable != ColumnValue::NULLABLE_UNKNOWN)
         {
 
-            OUString sSql;
-            // Dirty hack: can't change null directly in sql, we have to fiddle
-            // the system tables manually.
+            OUString sSql(getAlterTableColumn(rColName));
             if (nNullable == ColumnValue::NULLABLE)
             {
-                sSql = "UPDATE RDB$RELATION_FIELDS SET RDB$NULL_FLAG = NULL "
-                       "WHERE RDB$FIELD_NAME = '" + rColName + "' "
-                       "AND RDB$RELATION_NAME = '" + getName() + "'";
+                sSql += "DROP NOT NULL";
             }
             else if (nNullable == ColumnValue::NO_NULLS)
             {
-                // And if we are making NOT NULL then we have to make sure we have
-                // no nulls left in the column.
-                OUString sFillNulls("UPDATE \"" + getName() + "\" SET \""
-                                    + rColName + "\" = 0 "
-                                    "WHERE \"" + rColName + "\" IS NULL");
-                getConnection()->createStatement()->execute(sFillNulls);
-
-                sSql = "UPDATE RDB$RELATION_FIELDS SET RDB$NULL_FLAG = 1 "
-                       "WHERE RDB$FIELD_NAME = '" + rColName + "' "
-                       "AND RDB$RELATION_NAME = '" + getName() + "'";
+                sSql += "SET NOT NULL";
             }
             getConnection()->createStatement()->execute(sSql);
         }
diff -Nur libreoffice-7.6.4.1/cui/source/dialogs/colorpicker.cxx libreoffice-7.6.5.2/cui/source/dialogs/colorpicker.cxx
--- libreoffice-7.6.4.1/cui/source/dialogs/colorpicker.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/cui/source/dialogs/colorpicker.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1345,12 +1345,13 @@
 void SAL_CALL ColorPicker::startExecuteModal( const css::uno::Reference< css::ui::dialogs::XDialogClosedListener >& xListener )
 {
     std::shared_ptr<ColorPickerDialog> xDlg = std::make_shared<ColorPickerDialog>(Application::GetFrameWeld(mxParent), mnColor, mnMode);
-    weld::DialogController::runAsync(xDlg, [this, xDlg, xListener] (sal_Int32 nResult) {
+    rtl::Reference<ColorPicker> xThis(this);
+    weld::DialogController::runAsync(xDlg, [xThis, xDlg, xListener] (sal_Int32 nResult) {
         if (nResult)
-            mnColor = xDlg->GetColor();
+            xThis->mnColor = xDlg->GetColor();
 
         sal_Int16 nRet = static_cast<sal_Int16>(nResult);
-        css::ui::dialogs::DialogClosedEvent aEvent( *this, nRet );
+        css::ui::dialogs::DialogClosedEvent aEvent( *xThis, nRet );
         xListener->dialogClosed( aEvent );
     });
 }
diff -Nur libreoffice-7.6.4.1/cui/source/dialogs/hyphen.cxx libreoffice-7.6.5.2/cui/source/dialogs/hyphen.cxx
--- libreoffice-7.6.4.1/cui/source/dialogs/hyphen.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/cui/source/dialogs/hyphen.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -171,6 +171,8 @@
                 aLeft = aLeft.replaceFirst( aTmp, "", &nPos );
                 if (nPos != -1)
                     ++m_nHyphenationPositionsOffset;
+                if (nPos >= aLeft.getLength()) // tdf#158837
+                    break;
             }
             aTxt = aTxt.replaceAt( 0, nPos2, aLeft );
         }
diff -Nur libreoffice-7.6.4.1/cui/source/dialogs/tipofthedaydlg.cxx libreoffice-7.6.5.2/cui/source/dialogs/tipofthedaydlg.cxx
--- libreoffice-7.6.4.1/cui/source/dialogs/tipofthedaydlg.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/cui/source/dialogs/tipofthedaydlg.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -50,7 +50,7 @@
 
 TipOfTheDayDialog::TipOfTheDayDialog(weld::Window* pParent)
     : GenericDialogController(pParent, "cui/ui/tipofthedaydialog.ui", "TipOfTheDayDialog")
-    , m_pParent(pParent)
+    , m_xParent(pParent ? pParent->GetXWindow() : nullptr)
     , m_pText(m_xBuilder->weld_label("lbText"))
     , m_pShowTip(m_xBuilder->weld_check_button("cbShowTip"))
     , m_pNext(m_xBuilder->weld_button("btnNext"))
@@ -62,15 +62,11 @@
     m_nCurrentTip = officecfg::Office::Common::Misc::LastTipOfTheDayID::get();
     m_pPreview->set_size_request(ThumbSize.Width(), ThumbSize.Height());
 
-    if (pParent != nullptr)
+    if (m_xParent.is())
     {
-        css::uno::Reference<css::awt::XWindow> xWindow = pParent->GetXWindow();
-        if (xWindow.is())
-        {
-            VclPtr<vcl::Window> xVclWin(VCLUnoHelper::GetWindow(xWindow));
-            if (xVclWin != nullptr)
-                xVclWin->AddEventListener(LINK(this, TipOfTheDayDialog, Terminated));
-        }
+        VclPtr<vcl::Window> xVclWin(VCLUnoHelper::GetWindow(m_xParent));
+        if (xVclWin != nullptr)
+            xVclWin->AddEventListener(LINK(this, TipOfTheDayDialog, Terminated));
     }
 
     const auto t0 = std::chrono::system_clock::now().time_since_epoch();
@@ -94,7 +90,7 @@
 {
     if (rEvent.GetId() == VclEventId::ObjectDying)
     {
-        m_pParent = nullptr;
+        m_xParent.clear();
         TipOfTheDayDialog::response(RET_OK);
     }
 }
@@ -107,15 +103,11 @@
     officecfg::Office::Common::Misc::ShowTipOfTheDay::set(m_pShowTip->get_active(), xChanges);
     xChanges->commit();
 
-    if (m_pParent != nullptr)
+    if (m_xParent.is())
     {
-        css::uno::Reference<css::awt::XWindow> xWindow = m_pParent->GetXWindow();
-        if (xWindow.is())
-        {
-            VclPtr<vcl::Window> xVclWin(VCLUnoHelper::GetWindow(xWindow));
-            if (xVclWin != nullptr)
-                xVclWin->RemoveEventListener(LINK(this, TipOfTheDayDialog, Terminated));
-        }
+        VclPtr<vcl::Window> xVclWin(VCLUnoHelper::GetWindow(m_xParent));
+        if (xVclWin != nullptr)
+            xVclWin->RemoveEventListener(LINK(this, TipOfTheDayDialog, Terminated));
     }
 }
 
diff -Nur libreoffice-7.6.4.1/cui/source/factory/dlgfact.cxx libreoffice-7.6.5.2/cui/source/factory/dlgfact.cxx
--- libreoffice-7.6.4.1/cui/source/factory/dlgfact.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/cui/source/factory/dlgfact.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -128,7 +128,7 @@
 IMPL_ABSTDLG_CLASS(AbstractSvxObjectTitleDescDialog)
 IMPL_ABSTDLG_CLASS(AbstractSvxPathSelectDialog)
 IMPL_ABSTDLG_CLASS(AbstractSvxPostItDialog)
-IMPL_ABSTDLG_CLASS(AbstractSvxSearchSimilarityDialog)
+IMPL_ABSTDLG_CLASS_ASYNC(AbstractSvxSearchSimilarityDialog,SvxSearchSimilarityDialog)
 IMPL_ABSTDLG_CLASS(AbstractSvxZoomDialog)
 IMPL_ABSTDLG_CLASS(AbstractTitleDialog)
 IMPL_ABSTDLG_CLASS(AbstractURLDlg)
diff -Nur libreoffice-7.6.4.1/cui/source/factory/dlgfact.hxx libreoffice-7.6.5.2/cui/source/factory/dlgfact.hxx
--- libreoffice-7.6.4.1/cui/source/factory/dlgfact.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/cui/source/factory/dlgfact.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -220,7 +220,7 @@
 };
 
 // AbstractSvxSearchSimilarityDialog_Impl
-DECL_ABSTDLG_CLASS(AbstractSvxSearchSimilarityDialog,SvxSearchSimilarityDialog)
+DECL_ABSTDLG_CLASS_ASYNC(AbstractSvxSearchSimilarityDialog,SvxSearchSimilarityDialog)
     virtual sal_uInt16              GetOther() override;
     virtual sal_uInt16              GetShorter() override;
     virtual sal_uInt16              GetLonger() override;
diff -Nur libreoffice-7.6.4.1/cui/source/inc/tipofthedaydlg.hxx libreoffice-7.6.5.2/cui/source/inc/tipofthedaydlg.hxx
--- libreoffice-7.6.4.1/cui/source/inc/tipofthedaydlg.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/cui/source/inc/tipofthedaydlg.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -27,7 +27,7 @@
 {
 private:
     CuiGraphicPreviewWindow m_aPreview;
-    weld::Window* m_pParent;
+    css::uno::Reference<css::awt::XWindow> m_xParent;
 
     std::unique_ptr<weld::Label> m_pText;
     std::unique_ptr<weld::CheckButton> m_pShowTip;
diff -Nur libreoffice-7.6.4.1/download.lst libreoffice-7.6.5.2/download.lst
--- libreoffice-7.6.4.1/download.lst	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/download.lst	2024-02-17 14:05:36.000000000 +0100
@@ -75,8 +75,8 @@
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-CURL_SHA256SUM := 16c62a9c4af0f703d28bda6d7bbf37ba47055ad3414d70dec63e2e6336f2a82d
-CURL_TARBALL := curl-8.4.0.tar.xz
+CURL_SHA256SUM := 3ccd55d91af9516539df80625f818c734dc6f2ecf9bada33c76765e99121db15
+CURL_TARBALL := curl-8.6.0.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
@@ -106,8 +106,8 @@
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-EXPAT_SHA256SUM := ef2420f0232c087801abf705e89ae65f6257df6b7931d37846a193ef2e8cdcbe
-EXPAT_TARBALL := expat-2.5.0.tar.xz
+EXPAT_SHA256SUM := cb5f5a8ea211e1cabd59be0a933a52e3c02cc326e86a4d387d8d218e7ee47a3e
+EXPAT_TARBALL := expat-2.6.0.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
@@ -397,8 +397,8 @@
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-NSS_SHA256SUM := f78ab1d911cae8bbc94758fb3bd0f731df4087423a4ff5db271ba65381f6b739
-NSS_TARBALL := nss-3.90-with-nspr-4.35.tar.gz
+NSS_SHA256SUM := 59bb55a59b02e4004fc26ad0aa1a13fe8d73c6c90c447dd2f2efb73fb81083ed
+NSS_TARBALL := nss-3.98-with-nspr-4.35.tar.gz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
@@ -423,13 +423,13 @@
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-OPENSSL_SHA256SUM := b3425d3bb4a2218d0697eb41f7fc0cdede016ed19ca49d168b78e8d947887f55
-OPENSSL_TARBALL := openssl-3.0.11.tar.gz
+OPENSSL_SHA256SUM := 88525753f79d3bec27d2fa7c66aa0b92b3aa9498dafd93d7cfa4b3780cdae313
+OPENSSL_TARBALL := openssl-3.0.13.tar.gz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-ORCUS_SHA256SUM := 6006b9f1576315e313df715a7e72a17f3e0b17d7b6bd119cfa8a0b608ce971eb
-ORCUS_TARBALL := liborcus-0.18.1.tar.xz
+ORCUS_SHA256SUM := 69ed26a00d4aaa7688e62a6e003cbc81928521a45e96605e53365aa499719e39
+ORCUS_TARBALL := liborcus-0.19.2.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
diff -Nur libreoffice-7.6.4.1/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx libreoffice-7.6.5.2/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx
--- libreoffice-7.6.4.1/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -344,6 +344,7 @@
             AnimatedGraphicPrimitive2D(
                 const Graphic& rGraphic,
                 basegfx::B2DHomMatrix aTransform);
+            virtual ~AnimatedGraphicPrimitive2D();
 
             /// data read access
             const basegfx::B2DHomMatrix& getTransform() const { return maTransform; }
@@ -407,6 +408,23 @@
             }
         }
 
+        AnimatedGraphicPrimitive2D::~AnimatedGraphicPrimitive2D()
+        {
+            // Related: tdf#158807 mutex must be locked when disposing a VirtualDevice
+            // If the following .ppt document is opened in a debug build
+            // and the document is left open for a minute or two without
+            // changing any content, this destructor will be called on a
+            // non-main thread with the mutex unlocked:
+            //   https://bugs.documentfoundation.org/attachment.cgi?id=46801
+            // This hits an assert in VirtualDevice::ReleaseGraphics() so
+            // explicitly lock the mutex and explicitly dispose and clear
+            // the VirtualDevice instances variables.
+            const SolarMutexGuard aSolarGuard;
+
+            maVirtualDevice.disposeAndClear();
+            maVirtualDeviceMask.disposeAndClear();
+        }
+
         bool AnimatedGraphicPrimitive2D::operator==(const BasePrimitive2D& rPrimitive) const
         {
             // do not use 'GroupPrimitive2D::operator==' here, that would compare
diff -Nur libreoffice-7.6.4.1/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx libreoffice-7.6.5.2/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
--- libreoffice-7.6.4.1/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -2519,8 +2519,11 @@
     // primitive2d::TransparencePrimitive2D& rTrCand();
     primitive2d::Primitive2DContainer xEmbedSeq{ &const_cast<primitive2d::TransparencePrimitive2D&>(
         rTransparenceCandidate) };
+
+    // tdf#158743 when embedding, do not forget to 1st apply the evtl. used
+    // CurrentTransformation (right-to-left, apply that 1st)
     xEmbedSeq = primitive2d::Primitive2DContainer{ new primitive2d::TransformPrimitive2D(
-        aEmbedding, std::move(xEmbedSeq)) };
+        aEmbedding * maCurrentTransformation, std::move(xEmbedSeq)) };
 
     // use empty ViewInformation & a useful MaximumQuadraticPixels
     // limitation to paint the content
diff -Nur libreoffice-7.6.4.1/drawinglayer/source/tools/primitive2dxmldump.cxx libreoffice-7.6.5.2/drawinglayer/source/tools/primitive2dxmldump.cxx
--- libreoffice-7.6.4.1/drawinglayer/source/tools/primitive2dxmldump.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/drawinglayer/source/tools/primitive2dxmldump.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -15,6 +15,7 @@
 
 #include <math.h>
 #include <memory>
+#include <libxml/parser.h>
 #include <sal/log.hxx>
 
 #include <drawinglayer/primitive2d/bitmapprimitive2d.hxx>
diff -Nur libreoffice-7.6.4.1/editeng/inc/editattr.hxx libreoffice-7.6.5.2/editeng/inc/editattr.hxx
--- libreoffice-7.6.4.1/editeng/inc/editattr.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/editeng/inc/editattr.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -53,6 +53,7 @@
 
 #define CH_FEATURE_OLD  (sal_uInt8)         0xFF
 #define CH_FEATURE      u'\x0001'
+#define CH_SOFTHYPHEN   u'\x00AD'
 
 // DEF_METRIC: For my pool, the DefMetric should always appear when
 // GetMetric (nWhich)!
diff -Nur libreoffice-7.6.4.1/editeng/source/editeng/impedit3.cxx libreoffice-7.6.5.2/editeng/source/editeng/impedit3.cxx
--- libreoffice-7.6.4.1/editeng/source/editeng/impedit3.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/editeng/source/editeng/impedit3.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -2021,6 +2021,10 @@
                 i18n::LineBreakResults aLBR = _xBI->getLineBreak(
                     pNode->GetString(), nMaxBreakPos, aLocale, nMinBreakPos, aHyphOptions, aUserOptions );
                 nBreakPos = aLBR.breakIndex;
+
+                // show soft hyphen
+                if ( nBreakPos && CH_SOFTHYPHEN == pNode->GetString()[ sal_Int32(nBreakPos) - 1 ] )
+                    bHyphenated = true;
             }
             else
             {
diff -Nur libreoffice-7.6.4.1/editeng/source/misc/svxacorr.cxx libreoffice-7.6.5.2/editeng/source/misc/svxacorr.cxx
--- libreoffice-7.6.4.1/editeng/source/misc/svxacorr.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/editeng/source/misc/svxacorr.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -669,12 +669,12 @@
 }
 
 // Add non-breaking space before specific punctuation marks in French text
-bool SvxAutoCorrect::FnAddNonBrkSpace(
+sal_Int32 SvxAutoCorrect::FnAddNonBrkSpace(
                                 SvxAutoCorrDoc& rDoc, std::u16string_view rTxt,
                                 sal_Int32 nEndPos,
                                 LanguageType eLang, bool& io_bNbspRunNext )
 {
-    bool bRet = false;
+    sal_Int32 nRet = -1;
 
     CharClass& rCC = GetCharClass( eLang );
 
@@ -708,7 +708,7 @@
             if (nIndex + nProtocolLen <= rTxt.size())
             {
                 if (INetURLObject::CompareProtocolScheme(rTxt.substr(nIndex, nProtocolLen)) != INetProtocol::NotValid)
-                    return false;
+                    return -1;
             }
 
             // Check the presence of "://" in the word
@@ -736,7 +736,7 @@
                     if ( bHasSpace )
                         rDoc.Insert( nPos, OUString(cNonBreakingSpace) );
                     io_bNbspRunNext = true;
-                    bRet = true;
+                    nRet = nPos;
                 }
                 else if ( chars.indexOf( cPrevChar ) != -1 )
                     io_bNbspRunNext = true;
@@ -750,12 +750,12 @@
             if ( cPrevChar == ':' && cMaybeSpaceChar == cNonBreakingSpace )
             {
                 rDoc.Delete( nEndPos - 2, nEndPos - 1 );
-                bRet = true;
+                nRet = nEndPos - 1;
             }
         }
     }
 
-    return bRet;
+    return nRet;
 }
 
 // URL recognition
@@ -1502,10 +1502,14 @@
             // Hardspaces autocorrection
             if ( IsAutoCorrFlag( ACFlags::AddNonBrkSpace ) )
             {
-                if ( NeedsHardspaceAutocorr( cChar ) &&
-                    FnAddNonBrkSpace( rDoc, rTxt, nInsPos, GetDocLanguage( rDoc, nInsPos ), io_bNbspRunNext ) )
+                // WARNING ATTENTION: rTxt is an alias of the text node's OUString
+                // and its length may change (even become shorter) if FnAddNonBrkSpace succeeds!
+                sal_Int32 nUpdatedPos = -1;
+                if (NeedsHardspaceAutocorr(cChar))
+                    nUpdatedPos = FnAddNonBrkSpace( rDoc, rTxt, nInsPos, GetDocLanguage( rDoc, nInsPos ), io_bNbspRunNext );
+                if (nUpdatedPos >= 0)
                 {
-                    ;
+                    nInsPos = nUpdatedPos;
                 }
                 else if ( bIsNextRun && !IsAutoCorrectChar( cChar ) )
                 {
diff -Nur libreoffice-7.6.4.1/external/boost/boost.file_iterator.sharing_win.patch libreoffice-7.6.5.2/external/boost/boost.file_iterator.sharing_win.patch
--- libreoffice-7.6.4.1/external/boost/boost.file_iterator.sharing_win.patch	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/external/boost/boost.file_iterator.sharing_win.patch	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,158 @@
+--- foo/misc/boost/boost/spirit/home/classic/iterator/impl/file_iterator.ipp.orig
++++ foo/misc/boost/boost/spirit/home/classic/iterator/impl/file_iterator.ipp
+@@ -181,67 +181,28 @@ public:
+     {}
+ 
+     explicit mmap_file_iterator(std::string const& fileName)
+-      : m_filesize(0), m_curChar(0)
+-    {
+-        HANDLE hFile = ::CreateFileA(
++      : mmap_file_iterator(::CreateFileA(
+             fileName.c_str(),
+             GENERIC_READ,
+-            FILE_SHARE_READ,
++            FILE_SHARE_READ | FILE_SHARE_WRITE,
+             NULL,
+             OPEN_EXISTING,
+             FILE_FLAG_SEQUENTIAL_SCAN,
+             NULL
+-        );
+-
+-        if (hFile == INVALID_HANDLE_VALUE)
+-            return;
+-
+-        // Store the size of the file, it's used to construct
+-        //  the end iterator
+-        m_filesize = ::GetFileSize(hFile, NULL);
++        ))
++    {}
+ 
+-        HANDLE hMap = ::CreateFileMapping(
+-            hFile,
++    explicit mmap_file_iterator(std::wstring const& fileName)
++      : mmap_file_iterator(::CreateFileW(
++            fileName.c_str(),
++            GENERIC_READ,
++            FILE_SHARE_READ | FILE_SHARE_WRITE,
+             NULL,
+-            PAGE_READONLY,
+-            0, 0,
++            OPEN_EXISTING,
++            FILE_FLAG_SEQUENTIAL_SCAN,
+             NULL
+-        );
+-
+-        if (hMap == NULL)
+-        {
+-            ::CloseHandle(hFile);
+-            return;
+-        }
+-
+-        LPVOID pMem = ::MapViewOfFile(
+-            hMap,
+-            FILE_MAP_READ,
+-            0, 0, 0
+-        );
+-
+-        if (pMem == NULL)
+-        {
+-            ::CloseHandle(hMap);
+-            ::CloseHandle(hFile);
+-            return;
+-        }
+-
+-        // We hold both the file handle and the memory pointer.
+-        // We can close the hMap handle now because Windows holds internally
+-        //  a reference to it since there is a view mapped.
+-        ::CloseHandle(hMap);
+-
+-        // It seems like we can close the file handle as well (because
+-        //  a reference is hold by the filemap object).
+-        ::CloseHandle(hFile);
+-
+-        // Store the handles inside the shared_ptr (with the custom destructors)
+-        m_mem.reset(static_cast<CharT*>(pMem), ::UnmapViewOfFile);
+-
+-        // Start of the file
+-        m_curChar = m_mem.get();
+-    }
++        ))
++    {}
+ 
+     mmap_file_iterator(const mmap_file_iterator& iter)
+     { *this = iter; }
+@@ -290,6 +251,59 @@ private:
+     boost::shared_ptr<CharT> m_mem;
+     std::size_t m_filesize;
+     CharT* m_curChar;
++    
++    explicit mmap_file_iterator(HANDLE hFile)
++      : m_filesize(0), m_curChar(0)
++    {
++        if (hFile == INVALID_HANDLE_VALUE)
++            return;
++
++        // Store the size of the file, it's used to construct
++        //  the end iterator
++        m_filesize = ::GetFileSize(hFile, NULL);
++
++        HANDLE hMap = ::CreateFileMapping(
++            hFile,
++            NULL,
++            PAGE_READONLY,
++            0, 0,
++            NULL
++        );
++
++        if (hMap == NULL)
++        {
++            ::CloseHandle(hFile);
++            return;
++        }
++
++        LPVOID pMem = ::MapViewOfFile(
++            hMap,
++            FILE_MAP_READ,
++            0, 0, 0
++        );
++
++        if (pMem == NULL)
++        {
++            ::CloseHandle(hMap);
++            ::CloseHandle(hFile);
++            return;
++        }
++
++        // We hold both the file handle and the memory pointer.
++        // We can close the hMap handle now because Windows holds internally
++        //  a reference to it since there is a view mapped.
++        ::CloseHandle(hMap);
++
++        // It seems like we can close the file handle as well (because
++        //  a reference is hold by the filemap object).
++        ::CloseHandle(hFile);
++
++        // Store the handles inside the shared_ptr (with the custom destructors)
++        m_mem.reset(static_cast<CharT*>(pMem), ::UnmapViewOfFile);
++
++        // Start of the file
++        m_curChar = m_mem.get();
++    }
+ };
+ 
+ #endif // BOOST_SPIRIT_FILEITERATOR_WINDOWS
+--- foo/misc/boost/boost/spirit/home/classic/iterator/file_iterator.hpp.orig
++++ foo/misc/boost/boost/spirit/home/classic/iterator/file_iterator.hpp
+@@ -170,6 +170,12 @@ public:
+     :   base_t(adapted_t(fileName))
+     {}
+ 
++#ifdef BOOST_SPIRIT_FILEITERATOR_WINDOWS
++    file_iterator(std::wstring const& fileName)
++    :   base_t(adapted_t(fileName))
++    {}
++#endif
++
+     file_iterator(const base_t& iter)
+     :   base_t(iter)
+     {}
diff -Nur libreoffice-7.6.4.1/external/boost/UnpackedTarball_boost.mk libreoffice-7.6.5.2/external/boost/UnpackedTarball_boost.mk
--- libreoffice-7.6.4.1/external/boost/UnpackedTarball_boost.mk	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/external/boost/UnpackedTarball_boost.mk	2024-02-17 14:05:36.000000000 +0100
@@ -35,6 +35,8 @@
 # violations":
 boost_patches += 0001-Avoid-boost-phoenix-placeholders-uarg1.10-ODR-violat.patch.2
 
+boost_patches += boost.file_iterator.sharing_win.patch
+
 $(eval $(call gb_UnpackedTarball_UnpackedTarball,boost))
 
 $(eval $(call gb_UnpackedTarball_set_tarball,boost,$(BOOST_TARBALL)))
diff -Nur libreoffice-7.6.4.1/external/expat/0001-Fix-compiler-warnings.patch libreoffice-7.6.5.2/external/expat/0001-Fix-compiler-warnings.patch
--- libreoffice-7.6.4.1/external/expat/0001-Fix-compiler-warnings.patch	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/external/expat/0001-Fix-compiler-warnings.patch	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,47 @@
+From 3f60a47cb5716bb810789a12ef6024c1dc448164 Mon Sep 17 00:00:00 2001
+From: Taichi Haradaguchi <20001722@ymail.ne.jp>
+Date: Fri, 9 Feb 2024 19:28:35 +0900
+Subject: [PATCH] Fix compiler warnings
+
+> In file included from ./../lib/internal.h:149,
+>                  from codepage.c:38:
+> ./../lib/expat.h:1045:5: warning: "XML_GE" is not defined, evaluates to 0 [-Wundef]
+>  1045 | #if XML_GE == 1
+>       |     ^~~~~~
+> ./../lib/internal.h:158:5: warning: "XML_GE" is not defined, evaluates to 0 [-Wundef]
+>   158 | #if XML_GE == 1
+>       |     ^~~~~~
+---
+ expat/lib/expat.h    | 2 +-
+ expat/lib/internal.h | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/expat/lib/expat.h b/expat/lib/expat.h
+index 95464b0d..79bbfb61 100644
+--- a/expat/lib/expat.h
++++ b/expat/lib/expat.h
+@@ -1042,7 +1042,7 @@ typedef struct {
+ XMLPARSEAPI(const XML_Feature *)
+ XML_GetFeatureList(void);
+ 
+-#if XML_GE == 1
++#if defined(XML_GE) && XML_GE == 1
+ /* Added in Expat 2.4.0 for XML_DTD defined and
+  * added in Expat 2.6.0 for XML_GE == 1. */
+ XMLPARSEAPI(XML_Bool)
+diff --git a/expat/lib/internal.h b/expat/lib/internal.h
+index cce71e4c..208c6b67 100644
+--- a/expat/lib/internal.h
++++ b/expat/lib/internal.h
+@@ -155,7 +155,7 @@ extern "C" {
+ void _INTERNAL_trim_to_complete_utf8_characters(const char *from,
+                                                 const char **fromLimRef);
+ 
+-#if XML_GE == 1
++#if defined(XML_GE) && XML_GE == 1
+ unsigned long long testingAccountingGetCountBytesDirect(XML_Parser parser);
+ unsigned long long testingAccountingGetCountBytesIndirect(XML_Parser parser);
+ const char *unsignedCharToPrintable(unsigned char c);
+-- 
+2.43.1
+
diff -Nur libreoffice-7.6.4.1/external/expat/UnpackedTarball_expat.mk libreoffice-7.6.5.2/external/expat/UnpackedTarball_expat.mk
--- libreoffice-7.6.4.1/external/expat/UnpackedTarball_expat.mk	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/external/expat/UnpackedTarball_expat.mk	2024-02-17 14:05:36.000000000 +0100
@@ -13,7 +13,10 @@
 
 $(eval $(call gb_UnpackedTarball_update_autoconf_configs,expat,conftools))
 
+# * external/expat/0001-Fix-compiler-warnings.patch was sent to upstream as
+#   <https://github.com/libexpat/libexpat/pull/819> "Fix compiler warnings":
 $(eval $(call gb_UnpackedTarball_add_patches,expat,\
+	external/expat/0001-Fix-compiler-warnings.patch \
 	external/expat/expat-winapi.patch \
 ))
 
diff -Nur libreoffice-7.6.4.1/external/liborcus/fix-pch.patch.0 libreoffice-7.6.5.2/external/liborcus/fix-pch.patch.0
--- libreoffice-7.6.4.1/external/liborcus/fix-pch.patch.0	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/external/liborcus/fix-pch.patch.0	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- src/liborcus/gnumeric_cell_context.cpp.sav	2018-05-27 18:18:56.000000000 +0200
-+++ src/liborcus/gnumeric_cell_context.cpp	2019-10-13 10:43:24.587258400 +0200
-@@ -248,7 +248,7 @@
-             range.last.column = col + mp_cell_data->array_cols - 1;
-             range.last.row = row + mp_cell_data->array_rows - 1;
- 
--            iface::import_array_formula* af = mp_sheet->get_array_formula();
-+            spreadsheet::iface::import_array_formula* af = mp_sheet->get_array_formula();
-             if (af)
-             {
-                 af->set_range(range);
diff -Nur libreoffice-7.6.4.1/external/liborcus/liborcus_newline.patch.1 libreoffice-7.6.5.2/external/liborcus/liborcus_newline.patch.1
--- libreoffice-7.6.4.1/external/liborcus/liborcus_newline.patch.1	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/external/liborcus/liborcus_newline.patch.1	1970-01-01 01:00:00.000000000 +0100
@@ -1,17 +0,0 @@
-Add newline at end of KRHangulMapping.h
-
-without this, compiling output of GCC 11 -E -fdirectives-only fails with:
-
-ooxml_tokens.inl:3524:32: error: stray '#' in program
-
-https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100392
-
---- liborcus/src/liborcus/ooxml_tokens.inl.orig	2021-05-01 18:12:37.490131155 +0200
-+++ liborcus/src/liborcus/ooxml_tokens.inl	2021-05-01 18:12:50.994119453 +0200
-@@ -3521,4 +3521,4 @@
-     "zoomToFit"  // 3517
- };
- 
--size_t token_name_count = 3518;
-\ No newline at end of file
-+size_t token_name_count = 3518;
diff -Nur libreoffice-7.6.4.1/external/liborcus/Library_orcus.mk libreoffice-7.6.5.2/external/liborcus/Library_orcus.mk
--- libreoffice-7.6.4.1/external/liborcus/Library_orcus.mk	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/external/liborcus/Library_orcus.mk	2024-02-17 14:05:36.000000000 +0100
@@ -62,11 +62,15 @@
 	UnpackedTarball/liborcus/src/liborcus/gnumeric_cell_context \
 	UnpackedTarball/liborcus/src/liborcus/gnumeric_context \
 	UnpackedTarball/liborcus/src/liborcus/gnumeric_detection_handler \
+	UnpackedTarball/liborcus/src/liborcus/gnumeric_filter_context \
 	UnpackedTarball/liborcus/src/liborcus/gnumeric_handler \
-	UnpackedTarball/liborcus/src/liborcus/gnumeric_helper \
+	UnpackedTarball/liborcus/src/liborcus/gnumeric_names_context \
 	UnpackedTarball/liborcus/src/liborcus/gnumeric_namespace_types \
 	UnpackedTarball/liborcus/src/liborcus/gnumeric_sheet_context \
+	UnpackedTarball/liborcus/src/liborcus/gnumeric_styles_context \
 	UnpackedTarball/liborcus/src/liborcus/gnumeric_tokens \
+	UnpackedTarball/liborcus/src/liborcus/gnumeric_types \
+	UnpackedTarball/liborcus/src/liborcus/gnumeric_value_format_parser \
 	UnpackedTarball/liborcus/src/liborcus/info \
 	UnpackedTarball/liborcus/src/liborcus/interface \
 	UnpackedTarball/liborcus/src/liborcus/json_document_tree \
@@ -75,6 +79,7 @@
 	UnpackedTarball/liborcus/src/liborcus/json_structure_tree \
 	UnpackedTarball/liborcus/src/liborcus/json_util \
 	UnpackedTarball/liborcus/src/liborcus/measurement \
+	UnpackedTarball/liborcus/src/liborcus/number_utils \
 	UnpackedTarball/liborcus/src/liborcus/odf_document_styles_context \
 	UnpackedTarball/liborcus/src/liborcus/odf_helper \
 	UnpackedTarball/liborcus/src/liborcus/odf_namespace_types \
@@ -114,7 +119,6 @@
 	UnpackedTarball/liborcus/src/liborcus/string_helper \
 	UnpackedTarball/liborcus/src/liborcus/xlsx_autofilter_context \
 	UnpackedTarball/liborcus/src/liborcus/xlsx_conditional_format_context \
-	UnpackedTarball/liborcus/src/liborcus/xlsx_context \
 	UnpackedTarball/liborcus/src/liborcus/xlsx_drawing_context \
 	UnpackedTarball/liborcus/src/liborcus/xlsx_handler \
 	UnpackedTarball/liborcus/src/liborcus/xlsx_helper \
@@ -126,7 +130,9 @@
 	UnpackedTarball/liborcus/src/liborcus/xlsx_pivot_context \
 	UnpackedTarball/liborcus/src/liborcus/xlsx_revision_context \
 	UnpackedTarball/liborcus/src/liborcus/xlsx_session_data \
+	UnpackedTarball/liborcus/src/liborcus/xlsx_shared_strings_context \
 	UnpackedTarball/liborcus/src/liborcus/xlsx_sheet_context \
+	UnpackedTarball/liborcus/src/liborcus/xlsx_styles_context \
 	UnpackedTarball/liborcus/src/liborcus/xlsx_table_context \
 	UnpackedTarball/liborcus/src/liborcus/xlsx_types \
 	UnpackedTarball/liborcus/src/liborcus/xlsx_workbook_context \
diff -Nur libreoffice-7.6.4.1/external/liborcus/Library_orcus-parser.mk libreoffice-7.6.5.2/external/liborcus/Library_orcus-parser.mk
--- libreoffice-7.6.4.1/external/liborcus/Library_orcus-parser.mk	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/external/liborcus/Library_orcus-parser.mk	2024-02-17 14:05:36.000000000 +0100
@@ -54,7 +54,6 @@
 	UnpackedTarball/liborcus/src/parser/json_parser_thread \
 	UnpackedTarball/liborcus/src/parser/parser_base \
 	UnpackedTarball/liborcus/src/parser/parser_global \
-	UnpackedTarball/liborcus/src/parser/pstring \
 	UnpackedTarball/liborcus/src/parser/sax_parser_base \
 	UnpackedTarball/liborcus/src/parser/sax_token_parser \
 	UnpackedTarball/liborcus/src/parser/sax_token_parser_thread \
diff -Nur libreoffice-7.6.4.1/external/liborcus/UnpackedTarball_liborcus.mk libreoffice-7.6.5.2/external/liborcus/UnpackedTarball_liborcus.mk
--- libreoffice-7.6.4.1/external/liborcus/UnpackedTarball_liborcus.mk	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/external/liborcus/UnpackedTarball_liborcus.mk	2024-02-17 14:05:36.000000000 +0100
@@ -19,8 +19,6 @@
 	external/liborcus/rpath.patch.0 \
 	external/liborcus/gcc9.patch.0 \
 	external/liborcus/libtool.patch.0 \
-	external/liborcus/fix-pch.patch.0 \
-	external/liborcus/liborcus_newline.patch.1 \
 ))
 
 ifeq ($(OS),WNT)
diff -Nur libreoffice-7.6.4.1/external/liborcus/windows-constants-hack.patch libreoffice-7.6.5.2/external/liborcus/windows-constants-hack.patch
--- libreoffice-7.6.4.1/external/liborcus/windows-constants-hack.patch	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/external/liborcus/windows-constants-hack.patch	2024-02-17 14:05:36.000000000 +0100
@@ -3,13 +3,13 @@
 --- a/src/liborcus/info.cpp
 +++ b/src/liborcus/info.cpp
 @@ -7,7 +7,9 @@
- 
+
  #include "orcus/info.hpp"
- 
+
 -#include "constants.inl"
 +#define ORCUS_MAJOR_VERSION 0
-+#define ORCUS_MINOR_VERSION 17
++#define ORCUS_MINOR_VERSION 19
 +#define ORCUS_MICRO_VERSION 2
- 
+
  namespace orcus {
- 
+
diff -Nur libreoffice-7.6.4.1/external/nss/README libreoffice-7.6.5.2/external/nss/README
--- libreoffice-7.6.4.1/external/nss/README	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/external/nss/README	2024-02-17 14:05:36.000000000 +0100
@@ -1,5 +1,16 @@
 Contains the Network Security Services (NSS) libraries from Mozilla
 
+== ESR versions ==
+
+Upstream releases both regular and "ESR" versions, the latter go into Firefox
+ESR and Thunderbird.
+
+There is a new ESR version about once a year, and a ESR version gets micro
+updates only when there are security issues to fix, and it's not always obvious
+from the release notes of a regular release if there are security issues that
+are relevant to LibreOffice, hence it's probably best to bundle only the ESR
+versions and upgrade for every micro release (as recommended by upstream).
+
 == Fips 140 and signed libraries ==
 
 Fips 140 mode is not supported. That is, the *.chk files containing the
@@ -20,18 +31,3 @@
 NSS_USE_SYSTEM_SQLITE=1
 to build using the system sqlite.
 
-== system NSS on Linux ==
-
-Note that different Linux distributions use different SONAMEs for the
-NSS libraries, so it is not possible to use --with-system-nss and build
-a portable generic LO installation set, despite NSS upstream apparently
-maintaining ABI compatibility.
-
-Debian Squeeze:
-0x000000000000000e (SONAME)             Library soname: [libnss3.so.1d]
-Fedora 20:
-0x000000000000000e (SONAME)             Library soname: [libnss3.so]
-
-For the record, the LSB specified SONAME is libnss3.so
-http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/libnss3.html
-
diff -Nur libreoffice-7.6.4.1/extras/source/templates/presnt/Blueprint_Plans/styles.xml libreoffice-7.6.5.2/extras/source/templates/presnt/Blueprint_Plans/styles.xml
--- libreoffice-7.6.4.1/extras/source/templates/presnt/Blueprint_Plans/styles.xml	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/extras/source/templates/presnt/Blueprint_Plans/styles.xml	2024-02-17 14:05:36.000000000 +0100
@@ -907,7 +907,7 @@
       <style:page-layout-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:margin-left="0cm" fo:margin-right="0cm" fo:page-width="28cm" fo:page-height="15.75cm" style:print-orientation="landscape"/>
     </style:page-layout>
     <style:style style:name="Mdp1" style:family="drawing-page">
-      <style:drawing-page-properties draw:background-size="border" draw:fill="bitmap" draw:fill-image-name="Blueprint_5f_Plans-first-bg-wide" style:repeat="stretch"/>
+      <style:drawing-page-properties draw:background-size="border" draw:fill="none"/>
     </style:style>
     <style:style style:name="Mdp2" style:family="drawing-page">
       <style:drawing-page-properties draw:background-size="border" draw:fill="bitmap" draw:fill-image-name="Blueprint_5f_Plans-second-bg-wide" style:repeat="stretch"/>
@@ -1175,6 +1175,11 @@
       <draw:page-thumbnail draw:layer="backgroundobjects" svg:width="8.999cm" svg:height="5.061cm" svg:x="11cm" svg:y="20.894cm"/>
     </style:handout-master>
     <style:master-page style:name="Blueprint_20_Plans" style:display-name="Blueprint Plans" style:page-layout-name="PM1" draw:style-name="Mdp1">
+      <draw:frame draw:style-name="Mgr1" draw:text-style-name="MP1" draw:layer="backgroundobjects" svg:width="28cm" svg:height="15.75cm" svg:x="0cm" svg:y="0cm">
+        <draw:image xlink:href="Pictures/1000020100000500000002D03918081590A75FCF.png" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad">
+          <text:p/>
+        </draw:image>
+      </draw:frame>
       <draw:frame presentation:style-name="Blueprint_20_Plans-title" draw:layer="backgroundobjects" svg:width="25.199cm" svg:height="3.6cm" svg:x="1.4cm" svg:y="2.25cm" presentation:class="title" presentation:placeholder="true">
         <draw:text-box/>
       </draw:frame>
diff -Nur libreoffice-7.6.4.1/extras/source/templates/presnt/Growing_Liberty/content.xml libreoffice-7.6.5.2/extras/source/templates/presnt/Growing_Liberty/content.xml
--- libreoffice-7.6.4.1/extras/source/templates/presnt/Growing_Liberty/content.xml	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/extras/source/templates/presnt/Growing_Liberty/content.xml	2024-02-17 14:05:36.000000000 +0100
@@ -2,21 +2,11 @@
 <office:document-content xmlns:officeooo="http://openoffice.org/2009/office" xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" xmlns:smil="urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0" xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:xforms="http://www.w3.org/2002/xforms" office:version="1.3">
   <office:scripts/>
   <office:font-face-decls>
-    <style:font-face style:name="Droid Sans Fallback1" svg:font-family="'Droid Sans Fallback'"/>
-    <style:font-face style:name="Roboto Condensed1" svg:font-family="'Roboto Condensed'"/>
-    <style:font-face style:name="Roboto Medium" svg:font-family="'Roboto Medium'"/>
-    <style:font-face style:name="Droid Sans Fallback" svg:font-family="'Droid Sans Fallback'" style:font-pitch="variable"/>
-    <style:font-face style:name="Liberation Sans2" svg:font-family="'Liberation Sans'" style:font-pitch="variable"/>
-    <style:font-face style:name="Microsoft YaHei1" svg:font-family="'Microsoft YaHei'" style:font-pitch="variable"/>
-    <style:font-face style:name="Roboto Condensed" svg:font-family="'Roboto Condensed'" style:font-pitch="variable"/>
-    <style:font-face style:name="Roboto Medium1" svg:font-family="'Roboto Medium'" style:font-pitch="variable"/>
     <style:font-face style:name="Liberation Sans" svg:font-family="'Liberation Sans'" style:font-family-generic="roman" style:font-pitch="variable"/>
     <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
     <style:font-face style:name="Noto Sans" svg:font-family="'Noto Sans'" style:font-family-generic="roman" style:font-pitch="variable"/>
-    <style:font-face style:name="Liberation Sans1" svg:font-family="'Liberation Sans'" style:font-family-generic="swiss" style:font-pitch="variable"/>
     <style:font-face style:name="Noto Sans1" svg:font-family="'Noto Sans'" style:font-family-generic="swiss" style:font-pitch="variable"/>
     <style:font-face style:name="Arial Unicode MS" svg:font-family="'Arial Unicode MS'" style:font-family-generic="system" style:font-pitch="variable"/>
-    <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
     <style:font-face style:name="Microsoft YaHei" svg:font-family="'Microsoft YaHei'" style:font-family-generic="system" style:font-pitch="variable"/>
     <style:font-face style:name="Segoe UI" svg:font-family="'Segoe UI'" style:font-family-generic="system" style:font-pitch="variable"/>
     <style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-family-generic="system" style:font-pitch="variable"/>
diff -Nur libreoffice-7.6.4.1/extras/source/templates/presnt/Growing_Liberty/styles.xml libreoffice-7.6.5.2/extras/source/templates/presnt/Growing_Liberty/styles.xml
--- libreoffice-7.6.4.1/extras/source/templates/presnt/Growing_Liberty/styles.xml	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/extras/source/templates/presnt/Growing_Liberty/styles.xml	2024-02-17 14:05:36.000000000 +0100
@@ -1,21 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <office:document-styles xmlns:officeooo="http://openoffice.org/2009/office" xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" xmlns:smil="urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0" xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:rpt="http://openoffice.org/2005/report" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:xhtml="http://www.w3.org/1999/xhtml" office:version="1.3">
   <office:font-face-decls>
-    <style:font-face style:name="Droid Sans Fallback1" svg:font-family="'Droid Sans Fallback'"/>
-    <style:font-face style:name="Roboto Condensed1" svg:font-family="'Roboto Condensed'"/>
-    <style:font-face style:name="Roboto Medium" svg:font-family="'Roboto Medium'"/>
-    <style:font-face style:name="Droid Sans Fallback" svg:font-family="'Droid Sans Fallback'" style:font-pitch="variable"/>
-    <style:font-face style:name="Liberation Sans2" svg:font-family="'Liberation Sans'" style:font-pitch="variable"/>
-    <style:font-face style:name="Microsoft YaHei1" svg:font-family="'Microsoft YaHei'" style:font-pitch="variable"/>
-    <style:font-face style:name="Roboto Condensed" svg:font-family="'Roboto Condensed'" style:font-pitch="variable"/>
-    <style:font-face style:name="Roboto Medium1" svg:font-family="'Roboto Medium'" style:font-pitch="variable"/>
     <style:font-face style:name="Liberation Sans" svg:font-family="'Liberation Sans'" style:font-family-generic="roman" style:font-pitch="variable"/>
     <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
     <style:font-face style:name="Noto Sans" svg:font-family="'Noto Sans'" style:font-family-generic="roman" style:font-pitch="variable"/>
-    <style:font-face style:name="Liberation Sans1" svg:font-family="'Liberation Sans'" style:font-family-generic="swiss" style:font-pitch="variable"/>
     <style:font-face style:name="Noto Sans1" svg:font-family="'Noto Sans'" style:font-family-generic="swiss" style:font-pitch="variable"/>
     <style:font-face style:name="Arial Unicode MS" svg:font-family="'Arial Unicode MS'" style:font-family-generic="system" style:font-pitch="variable"/>
-    <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
     <style:font-face style:name="Microsoft YaHei" svg:font-family="'Microsoft YaHei'" style:font-family-generic="system" style:font-pitch="variable"/>
     <style:font-face style:name="Segoe UI" svg:font-family="'Segoe UI'" style:font-family-generic="system" style:font-pitch="variable"/>
     <style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-family-generic="system" style:font-pitch="variable"/>
@@ -2083,7 +2073,7 @@
       <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#ffffff" loext:opacity="100%" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Noto Sans1" fo:font-family="'Noto Sans'" style:font-family-generic="swiss" style:font-pitch="variable" fo:font-size="44pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Microsoft YaHei" style:font-family-asian="'Microsoft YaHei'" style:font-family-generic-asian="system" style:font-pitch-asian="variable" style:font-size-asian="44pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Arial Unicode MS" style:font-family-complex="'Arial Unicode MS'" style:font-family-generic-complex="system" style:font-pitch-complex="variable" style:font-size-complex="44pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
     </style:style>
     <style:style style:name="Title_20_Slide-background" style:display-name="Title Slide-background" style:family="presentation">
-      <style:graphic-properties draw:stroke="none" draw:fill="bitmap" draw:fill-image-name="background" style:repeat="stretch"/>
+      <style:graphic-properties draw:stroke="none" draw:fill="none"/>
       <style:text-properties style:letter-kerning="true"/>
     </style:style>
     <style:style style:name="Title_20_Slide-backgroundobjects" style:display-name="Title Slide-backgroundobjects" style:family="presentation">
@@ -2495,7 +2485,7 @@
       <style:drawing-page-properties draw:background-size="border" draw:fill="solid" draw:fill-color="#1e86c1"/>
     </style:style>
     <style:style style:name="Mdp3" style:family="drawing-page">
-      <style:drawing-page-properties draw:background-size="border" draw:fill="bitmap" draw:fill-image-name="background" style:repeat="stretch"/>
+      <style:drawing-page-properties draw:background-size="border" draw:fill="none"/>
     </style:style>
     <style:style style:name="Mdp4" style:family="drawing-page">
       <style:drawing-page-properties draw:background-size="border" draw:fill="bitmap" draw:fill-image-name="Bitmap_20_1" style:repeat="stretch"/>
@@ -2769,12 +2759,69 @@
         <draw:text-box>
           <text:p text:style-name="MP3">
             <text:span text:style-name="MT1">
-              <text:page-number>&lt;number&gt;</text:page-number>
+              <text:page-number/>
             </text:span>
           </text:p>
         </draw:text-box>
       </draw:frame>
     </style:handout-master>
+    <style:master-page style:name="Title_20_Slide" style:display-name="Title Slide" style:page-layout-name="PM1" draw:style-name="Mdp3">
+      <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
+      <draw:frame draw:style-name="Mgr1" draw:text-style-name="MP1" draw:layer="backgroundobjects" svg:width="28cm" svg:height="15.75cm" svg:x="0cm" svg:y="0cm">
+        <draw:image xlink:href="Pictures/10000000000007800000043801760C0AF0E62E0B.jpg" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad">
+          <text:p/>
+        </draw:image>
+      </draw:frame>
+      <draw:frame presentation:style-name="Title_20_Slide-title" draw:layer="backgroundobjects" svg:width="25.2cm" svg:height="2.629cm" svg:x="1.524cm" svg:y="5.334cm" presentation:class="title" presentation:placeholder="true">
+        <draw:text-box/>
+      </draw:frame>
+      <draw:frame presentation:style-name="Title_20_Slide-outline1" draw:layer="backgroundobjects" svg:width="25.2cm" svg:height="5.454cm" svg:x="1.47cm" svg:y="8.262cm" presentation:class="outline" presentation:placeholder="true">
+        <draw:text-box/>
+      </draw:frame>
+      <presentation:notes style:page-layout-name="PM0">
+        <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
+        <draw:page-thumbnail presentation:style-name="Title_20_Slide-title" draw:layer="backgroundobjects" svg:width="19.797cm" svg:height="11.136cm" svg:x="0.601cm" svg:y="2.257cm" presentation:class="page"/>
+        <draw:frame presentation:style-name="Title_20_Slide-notes" draw:layer="backgroundobjects" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes" presentation:placeholder="true">
+          <draw:text-box/>
+        </draw:frame>
+        <draw:frame presentation:style-name="Mpr21" draw:text-style-name="MP2" draw:layer="backgroundobjects" svg:width="9.113cm" svg:height="1.484cm" svg:x="0cm" svg:y="0cm" presentation:class="header">
+          <draw:text-box>
+            <text:p text:style-name="MP1">
+              <text:span text:style-name="MT1">
+                <presentation:header/>
+              </text:span>
+            </text:p>
+          </draw:text-box>
+        </draw:frame>
+        <draw:frame presentation:style-name="Mpr21" draw:text-style-name="MP4" draw:layer="backgroundobjects" svg:width="9.113cm" svg:height="1.484cm" svg:x="11.886cm" svg:y="0cm" presentation:class="date-time">
+          <draw:text-box>
+            <text:p text:style-name="MP3">
+              <text:span text:style-name="MT1">
+                <presentation:date-time/>
+              </text:span>
+            </text:p>
+          </draw:text-box>
+        </draw:frame>
+        <draw:frame presentation:style-name="Mpr22" draw:text-style-name="MP2" draw:layer="backgroundobjects" svg:width="9.113cm" svg:height="1.484cm" svg:x="0cm" svg:y="28.215cm" presentation:class="footer">
+          <draw:text-box>
+            <text:p text:style-name="MP1">
+              <text:span text:style-name="MT1">
+                <presentation:footer/>
+              </text:span>
+            </text:p>
+          </draw:text-box>
+        </draw:frame>
+        <draw:frame presentation:style-name="Mpr22" draw:text-style-name="MP4" draw:layer="backgroundobjects" svg:width="9.113cm" svg:height="1.484cm" svg:x="11.886cm" svg:y="28.215cm" presentation:class="page-number">
+          <draw:text-box>
+            <text:p text:style-name="MP3">
+              <text:span text:style-name="MT1">
+                <text:page-number/>
+              </text:span>
+            </text:p>
+          </draw:text-box>
+        </draw:frame>
+      </presentation:notes>
+    </style:master-page>
     <style:master-page style:name="Right_20_Bar_20_White" style:display-name="Right Bar White" style:page-layout-name="PM1" draw:style-name="Mdp1">
       <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
       <draw:frame draw:name="PlaceHolder 1" presentation:style-name="Right_20_Bar_20_White-title" draw:layer="backgroundobjects" svg:width="24.129cm" svg:height="2.63cm" svg:x="1.778cm" svg:y="1.733cm" presentation:class="title" presentation:placeholder="true" presentation:user-transformed="true">
@@ -2825,7 +2872,7 @@
           <draw:text-box>
             <text:p text:style-name="MP3">
               <text:span text:style-name="MT1">
-                <text:page-number>&lt;number&gt;</text:page-number>
+                <text:page-number/>
               </text:span>
             </text:p>
           </draw:text-box>
@@ -2882,7 +2929,7 @@
           <draw:text-box>
             <text:p text:style-name="MP3">
               <text:span text:style-name="MT1">
-                <text:page-number>&lt;number&gt;</text:page-number>
+                <text:page-number/>
               </text:span>
             </text:p>
           </draw:text-box>
@@ -2939,7 +2986,7 @@
           <draw:text-box>
             <text:p text:style-name="MP3">
               <text:span text:style-name="MT1">
-                <text:page-number>&lt;number&gt;</text:page-number>
+                <text:page-number/>
               </text:span>
             </text:p>
           </draw:text-box>
@@ -2996,7 +3043,7 @@
           <draw:text-box>
             <text:p text:style-name="MP3">
               <text:span text:style-name="MT1">
-                <text:page-number>&lt;number&gt;</text:page-number>
+                <text:page-number/>
               </text:span>
             </text:p>
           </draw:text-box>
@@ -3058,7 +3105,7 @@
           <draw:text-box>
             <text:p text:style-name="MP3">
               <text:span text:style-name="MT1">
-                <text:page-number>&lt;number&gt;</text:page-number>
+                <text:page-number/>
               </text:span>
             </text:p>
           </draw:text-box>
@@ -3120,7 +3167,7 @@
           <draw:text-box>
             <text:p text:style-name="MP3">
               <text:span text:style-name="MT1">
-                <text:page-number>&lt;number&gt;</text:page-number>
+                <text:page-number/>
               </text:span>
             </text:p>
           </draw:text-box>
@@ -3177,7 +3224,7 @@
           <draw:text-box>
             <text:p text:style-name="MP3">
               <text:span text:style-name="MT1">
-                <text:page-number>&lt;number&gt;</text:page-number>
+                <text:page-number/>
               </text:span>
             </text:p>
           </draw:text-box>
@@ -3234,7 +3281,7 @@
           <draw:text-box>
             <text:p text:style-name="MP3">
               <text:span text:style-name="MT1">
-                <text:page-number>&lt;number&gt;</text:page-number>
+                <text:page-number/>
               </text:span>
             </text:p>
           </draw:text-box>
@@ -3296,7 +3343,7 @@
           <draw:text-box>
             <text:p text:style-name="MP3">
               <text:span text:style-name="MT1">
-                <text:page-number>&lt;number&gt;</text:page-number>
+                <text:page-number/>
               </text:span>
             </text:p>
           </draw:text-box>
@@ -3358,59 +3405,7 @@
           <draw:text-box>
             <text:p text:style-name="MP3">
               <text:span text:style-name="MT1">
-                <text:page-number>&lt;number&gt;</text:page-number>
-              </text:span>
-            </text:p>
-          </draw:text-box>
-        </draw:frame>
-      </presentation:notes>
-    </style:master-page>
-    <style:master-page style:name="Title_20_Slide" style:display-name="Title Slide" style:page-layout-name="PM1" draw:style-name="Mdp3">
-      <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
-      <draw:frame presentation:style-name="Title_20_Slide-title" draw:layer="backgroundobjects" svg:width="25.2cm" svg:height="2.629cm" svg:x="1.524cm" svg:y="5.334cm" presentation:class="title" presentation:placeholder="true">
-        <draw:text-box/>
-      </draw:frame>
-      <draw:frame presentation:style-name="Title_20_Slide-outline1" draw:layer="backgroundobjects" svg:width="25.2cm" svg:height="5.454cm" svg:x="1.47cm" svg:y="8.262cm" presentation:class="outline" presentation:placeholder="true">
-        <draw:text-box/>
-      </draw:frame>
-      <presentation:notes style:page-layout-name="PM0">
-        <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
-        <draw:page-thumbnail presentation:style-name="Title_20_Slide-title" draw:layer="backgroundobjects" svg:width="19.797cm" svg:height="11.136cm" svg:x="0.601cm" svg:y="2.257cm" presentation:class="page"/>
-        <draw:frame presentation:style-name="Title_20_Slide-notes" draw:layer="backgroundobjects" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes" presentation:placeholder="true">
-          <draw:text-box/>
-        </draw:frame>
-        <draw:frame presentation:style-name="Mpr21" draw:text-style-name="MP2" draw:layer="backgroundobjects" svg:width="9.113cm" svg:height="1.484cm" svg:x="0cm" svg:y="0cm" presentation:class="header">
-          <draw:text-box>
-            <text:p text:style-name="MP1">
-              <text:span text:style-name="MT1">
-                <presentation:header/>
-              </text:span>
-            </text:p>
-          </draw:text-box>
-        </draw:frame>
-        <draw:frame presentation:style-name="Mpr21" draw:text-style-name="MP4" draw:layer="backgroundobjects" svg:width="9.113cm" svg:height="1.484cm" svg:x="11.886cm" svg:y="0cm" presentation:class="date-time">
-          <draw:text-box>
-            <text:p text:style-name="MP3">
-              <text:span text:style-name="MT1">
-                <presentation:date-time/>
-              </text:span>
-            </text:p>
-          </draw:text-box>
-        </draw:frame>
-        <draw:frame presentation:style-name="Mpr22" draw:text-style-name="MP2" draw:layer="backgroundobjects" svg:width="9.113cm" svg:height="1.484cm" svg:x="0cm" svg:y="28.215cm" presentation:class="footer">
-          <draw:text-box>
-            <text:p text:style-name="MP1">
-              <text:span text:style-name="MT1">
-                <presentation:footer/>
-              </text:span>
-            </text:p>
-          </draw:text-box>
-        </draw:frame>
-        <draw:frame presentation:style-name="Mpr22" draw:text-style-name="MP4" draw:layer="backgroundobjects" svg:width="9.113cm" svg:height="1.484cm" svg:x="11.886cm" svg:y="28.215cm" presentation:class="page-number">
-          <draw:text-box>
-            <text:p text:style-name="MP3">
-              <text:span text:style-name="MT1">
-                <text:page-number>&lt;number&gt;</text:page-number>
+                <text:page-number/>
               </text:span>
             </text:p>
           </draw:text-box>
@@ -3462,7 +3457,7 @@
           <draw:text-box>
             <text:p text:style-name="MP3">
               <text:span text:style-name="MT1">
-                <text:page-number>&lt;number&gt;</text:page-number>
+                <text:page-number/>
               </text:span>
             </text:p>
           </draw:text-box>
diff -Nur libreoffice-7.6.4.1/extras/source/templates/presnt/Nature_Illustration/styles.xml libreoffice-7.6.5.2/extras/source/templates/presnt/Nature_Illustration/styles.xml
--- libreoffice-7.6.4.1/extras/source/templates/presnt/Nature_Illustration/styles.xml	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/extras/source/templates/presnt/Nature_Illustration/styles.xml	2024-02-17 14:05:36.000000000 +0100
@@ -521,7 +521,7 @@
       <style:page-layout-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:margin-left="0cm" fo:margin-right="0cm" fo:page-width="28cm" fo:page-height="21cm" style:print-orientation="landscape"/>
     </style:page-layout>
     <style:style style:name="Mdp1" style:family="drawing-page">
-      <style:drawing-page-properties draw:background-size="border" draw:fill="bitmap" draw:fill-image-name="Bitmap_20_1" style:repeat="stretch"/>
+      <style:drawing-page-properties draw:background-size="border" draw:fill="none"/>
     </style:style>
     <style:style style:name="Mdp2" style:family="drawing-page">
       <style:drawing-page-properties draw:background-size="border" draw:fill="bitmap" draw:fill-color="#99cccc" draw:fill-image-name="background" draw:fill-image-width="0cm" draw:fill-image-height="0cm" style:repeat="stretch"/>
@@ -719,6 +719,11 @@
       </draw:frame>
     </style:handout-master>
     <style:master-page style:name="Nature_5f_Illustration" style:display-name="Nature_Illustration" style:page-layout-name="PM1" draw:style-name="Mdp1">
+      <draw:frame draw:style-name="Mgr1" draw:text-style-name="MP1" draw:layer="backgroundobjects" svg:width="28cm" svg:height="21cm" svg:x="0cm" svg:y="0cm">
+        <draw:image xlink:href="Pictures/100000000000042100000319892187DC121460D8.jpg" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad">
+          <text:p/>
+        </draw:image>
+      </draw:frame>
       <draw:frame presentation:style-name="Nature_5f_Illustration-title" draw:layer="backgroundobjects" svg:width="24.799cm" svg:height="4.963cm" svg:x="0.8cm" svg:y="4.8cm" presentation:class="title" presentation:placeholder="true">
         <draw:text-box/>
       </draw:frame>
diff -Nur libreoffice-7.6.4.1/filter/CppunitTest_filter_textfilterdetect.mk libreoffice-7.6.5.2/filter/CppunitTest_filter_textfilterdetect.mk
--- libreoffice-7.6.4.1/filter/CppunitTest_filter_textfilterdetect.mk	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/filter/CppunitTest_filter_textfilterdetect.mk	2024-02-17 14:05:36.000000000 +0100
@@ -42,4 +42,8 @@
 
 $(eval $(call gb_CppunitTest_use_configuration,filter_textfilterdetect))
 
+$(eval $(call gb_CppunitTest_use_custom_headers,filter_textfilterdetect, \
+    officecfg/registry \
+))
+
 # vim: set noet sw=4 ts=4:
Binärdateien libreoffice-7.6.4.1/filter/qa/unit/data/hybrid_calc.pdf und libreoffice-7.6.5.2/filter/qa/unit/data/hybrid_calc.pdf sind verschieden.
Binärdateien libreoffice-7.6.4.1/filter/qa/unit/data/hybrid_impress.pdf und libreoffice-7.6.5.2/filter/qa/unit/data/hybrid_impress.pdf sind verschieden.
Binärdateien libreoffice-7.6.4.1/filter/qa/unit/data/hybrid_writer.pdf und libreoffice-7.6.5.2/filter/qa/unit/data/hybrid_writer.pdf sind verschieden.
diff -Nur libreoffice-7.6.4.1/filter/qa/unit/textfilterdetect.cxx libreoffice-7.6.5.2/filter/qa/unit/textfilterdetect.cxx
--- libreoffice-7.6.4.1/filter/qa/unit/textfilterdetect.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/filter/qa/unit/textfilterdetect.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -16,7 +16,10 @@
 #include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
 #include <com/sun/star/text/XTextDocument.hpp>
 
+#include <comphelper/configuration.hxx>
 #include <comphelper/propertyvalue.hxx>
+#include <officecfg/Office/Common.hxx>
+#include <osl/file.hxx>
 #include <sfx2/docfac.hxx>
 #include <unotools/mediadescriptor.hxx>
 #include <unotools/streamwrap.hxx>
@@ -31,6 +34,11 @@
 
 namespace
 {
+bool supportsService(const uno::Reference<lang::XComponent>& x, const OUString& s)
+{
+    return uno::Reference<lang::XServiceInfo>(x, uno::UNO_QUERY_THROW)->supportsService(s);
+}
+
 /// Test class for PlainTextFilterDetect.
 class TextFilterDetectTest : public UnoApiTest
 {
@@ -63,10 +71,6 @@
 
 CPPUNIT_TEST_FIXTURE(TextFilterDetectTest, testEmptyFile)
 {
-    auto supportsService = [](const uno::Reference<lang::XComponent>& x, const OUString& s) {
-        return uno::Reference<lang::XServiceInfo>(x, uno::UNO_QUERY_THROW)->supportsService(s);
-    };
-
     // Given an empty file, with a pptx extension
     // When loading the file
     loadFromURL(u"empty.pptx");
@@ -172,6 +176,63 @@
         CPPUNIT_ASSERT_EQUAL(OUString(u"Writer template’s first line"), xParagraph->getString());
     }
 }
+
+// The unit test fails on some Linux systems. Until it is found out why the file URLs are broken
+// there, let it be Windows-only, since the original issue tested here was Windows-specific.
+// See https://lists.freedesktop.org/archives/libreoffice/2023-December/091265.html for details.
+#ifdef _WIN32
+CPPUNIT_TEST_FIXTURE(TextFilterDetectTest, testHybridPDFFile)
+{
+    // Make sure that file locking is ON
+    {
+        std::shared_ptr<comphelper::ConfigurationChanges> xChanges(
+            comphelper::ConfigurationChanges::create());
+        officecfg::Office::Common::Misc::UseDocumentSystemFileLocking::set(true, xChanges);
+        xChanges->commit();
+    }
+
+    // Given a hybrid PDF file
+
+    {
+        // Created in Writer
+        utl::TempFileNamed nonAsciiName(u"абв_αβγ_");
+        nonAsciiName.EnableKillingFile();
+        CPPUNIT_ASSERT_EQUAL(
+            osl::FileBase::E_None,
+            osl::File::copy(createFileURL(u"hybrid_writer.pdf"), nonAsciiName.GetURL()));
+        load(nonAsciiName.GetURL());
+        // Make sure it opens in Writer.
+        // Without the accompanying fix in place, this test would have failed on Windows, as it was
+        // opened in Draw instead.
+        CPPUNIT_ASSERT(supportsService(mxComponent, "com.sun.star.text.TextDocument"));
+    }
+
+    {
+        // Created in Calc
+        utl::TempFileNamed nonAsciiName(u"абв_αβγ_");
+        nonAsciiName.EnableKillingFile();
+        CPPUNIT_ASSERT_EQUAL(
+            osl::FileBase::E_None,
+            osl::File::copy(createFileURL(u"hybrid_calc.pdf"), nonAsciiName.GetURL()));
+        load(nonAsciiName.GetURL());
+        // Make sure it opens in Calc.
+        CPPUNIT_ASSERT(supportsService(mxComponent, "com.sun.star.sheet.SpreadsheetDocument"));
+    }
+
+    {
+        // Created in Impress
+        utl::TempFileNamed nonAsciiName(u"абв_αβγ_");
+        nonAsciiName.EnableKillingFile();
+        CPPUNIT_ASSERT_EQUAL(
+            osl::FileBase::E_None,
+            osl::File::copy(createFileURL(u"hybrid_impress.pdf"), nonAsciiName.GetURL()));
+        load(nonAsciiName.GetURL());
+        // Make sure it opens in Impress.
+        CPPUNIT_ASSERT(
+            supportsService(mxComponent, "com.sun.star.presentation.PresentationDocument"));
+    }
+}
+#endif // _WIN32
 }
 
 CPPUNIT_PLUGIN_IMPLEMENT();
diff -Nur libreoffice-7.6.4.1/filter/source/config/cache/filtercache.cxx libreoffice-7.6.5.2/filter/source/config/cache/filtercache.cxx
--- libreoffice-7.6.4.1/filter/source/config/cache/filtercache.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/filter/source/config/cache/filtercache.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -119,7 +119,7 @@
 std::unique_ptr<FilterCache> FilterCache::clone() const
 {
     // SAFE -> ----------------------------------
-    std::unique_lock aGuard(m_aMutex);
+    osl::MutexGuard aLock(m_aMutex);
 
     auto pClone = std::make_unique<FilterCache>();
 
@@ -151,7 +151,7 @@
 void FilterCache::takeOver(const FilterCache& rClone)
 {
     // SAFE -> ----------------------------------
-    std::unique_lock aGuard(m_aMutex);
+    osl::MutexGuard aLock(m_aMutex);
 
     // a)
     // Don't copy the configuration access points here!
@@ -192,14 +192,14 @@
     // Because we can't be sure, that changed filters on one clone
     // and changed types of another clone work together.
     // But here we can check against the later changes...
-    impl_validateAndOptimize(aGuard);
+    impl_validateAndOptimize();
     // <- SAFE ----------------------------------
 }
 
 void FilterCache::load(EFillState eRequired)
 {
     // SAFE -> ----------------------------------
-    std::unique_lock aGuard(m_aMutex);
+    osl::MutexGuard aLock(m_aMutex);
 
     // check if required fill state is already reached ...
     // There is nothing to do then.
@@ -217,28 +217,28 @@
     //    office document with a minimal set of values.
     if (m_eFillState == E_CONTAINS_NOTHING)
     {
-        impl_getDirectCFGValue(aGuard, CFGDIRECTKEY_OFFICELOCALE) >>= m_sActLocale;
+        impl_getDirectCFGValue(CFGDIRECTKEY_OFFICELOCALE) >>= m_sActLocale;
         if (m_sActLocale.isEmpty())
         {
             m_sActLocale = DEFAULT_OFFICELOCALE;
         }
 
         // Support the old configuration support. Read it only one times during office runtime!
-        impl_readOldFormat(aGuard);
+        impl_readOldFormat();
     }
 
 
     // b) If the required fill state was not reached
     //    but std values was already loaded ...
     //    we must load some further missing items.
-    impl_load(aGuard, eRequired);
+    impl_load(eRequired);
     // <- SAFE
 }
 
 bool FilterCache::isFillState(FilterCache::EFillState eState) const
 {
     // SAFE ->
-    std::unique_lock aGuard(m_aMutex);
+    osl::MutexGuard aLock(m_aMutex);
     return ((m_eFillState & eState) == eState);
     // <- SAFE
 }
@@ -249,12 +249,12 @@
                                                   o3tl::span< const css::beans::NamedValue > lEProps) const
 {
     // SAFE ->
-    std::unique_lock aGuard(m_aMutex);
+    osl::MutexGuard aLock(m_aMutex);
 
     // search for right list
     // An exception is thrown - "eType" is unknown.
     // => rList will be valid everytimes next line is reached.
-    const CacheItemList& rList = impl_getItemList(aGuard, eType);
+    const CacheItemList& rList = impl_getItemList(eType);
 
     std::vector<OUString> lKeys;
     lKeys.reserve(rList.size());
@@ -280,12 +280,12 @@
 bool FilterCache::hasItems(EItemType eType) const
 {
     // SAFE ->
-    std::unique_lock aGuard(m_aMutex);
+    osl::MutexGuard aLock(m_aMutex);
 
     // search for right list
     // An exception is thrown - "eType" is unknown.
     // => rList will be valid everytimes next line is reached.
-    const CacheItemList& rList = impl_getItemList(aGuard, eType);
+    const CacheItemList& rList = impl_getItemList(eType);
 
     return !rList.empty();
     // <- SAFE
@@ -295,17 +295,12 @@
 std::vector<OUString> FilterCache::getItemNames(EItemType eType) const
 {
     // SAFE ->
-    std::unique_lock aGuard(m_aMutex);
-    return getItemNames(aGuard, eType);
-    // <- SAFE
-}
+    osl::MutexGuard aLock(m_aMutex);
 
-std::vector<OUString> FilterCache::getItemNames(std::unique_lock<std::mutex>& rGuard, EItemType eType) const
-{
     // search for right list
     // An exception is thrown - "eType" is unknown.
     // => rList will be valid everytimes next line is reached.
-    const CacheItemList& rList = impl_getItemList(rGuard, eType);
+    const CacheItemList& rList = impl_getItemList(eType);
 
     std::vector<OUString> lKeys;
     for (auto const& elem : rList)
@@ -313,6 +308,7 @@
         lKeys.push_back(elem.first);
     }
     return lKeys;
+    // <- SAFE
 }
 
 
@@ -320,12 +316,12 @@
                               const OUString& sItem)
 {
     // SAFE ->
-    std::unique_lock aGuard(m_aMutex);
+    osl::MutexGuard aLock(m_aMutex);
 
     // search for right list
     // An exception is thrown - "eType" is unknown.
     // => rList will be valid everytimes next line is reached.
-    const CacheItemList& rList = impl_getItemList(aGuard, eType);
+    const CacheItemList& rList = impl_getItemList(eType);
 
     // if item could not be found - check if it can be loaded
     // from the underlying configuration layer. Might it was not already
@@ -336,7 +332,7 @@
 
     try
     {
-        impl_loadItemOnDemand(aGuard, eType, sItem);
+        impl_loadItemOnDemand(eType, sItem);
         // no exception => item could be loaded!
         return true;
     }
@@ -352,22 +348,21 @@
                                const OUString& sItem)
 {
     // SAFE ->
-    std::unique_lock aGuard(m_aMutex);
+    osl::MutexGuard aLock(m_aMutex);
 
-    CacheItem aItem = impl_getItem(aGuard, eType, sItem);
+    CacheItem aItem = impl_getItem(eType, sItem);
     // <- SAFE
     return aItem;
 }
 
 
-CacheItem& FilterCache::impl_getItem( std::unique_lock<std::mutex>& rGuard,
-                            EItemType        eType,
+CacheItem& FilterCache::impl_getItem(      EItemType        eType,
                                const OUString& sItem)
 {
     // search for right list
     // An exception is thrown if "eType" is unknown.
     // => rList will be valid everytimes next line is reached.
-    CacheItemList& rList = impl_getItemList(rGuard, eType);
+    CacheItemList& rList = impl_getItemList(eType);
 
     // check if item exists ...
     CacheItemList::iterator pIt = rList.find(sItem);
@@ -377,7 +372,7 @@
         // underlying configuration layer.
         // Note: NoSuchElementException is thrown automatically here if
         // item could not be loaded!
-        pIt = impl_loadItemOnDemand(rGuard, eType, sItem);
+        pIt = impl_loadItemOnDemand(eType, sItem);
     }
 
     /* Workaround for #137955#
@@ -395,7 +390,7 @@
         // but it is there to load help pages
         bool bIsHelpFilter = sItem == "writer_web_HTML_help";
 
-        if ( !bIsHelpFilter && !impl_isModuleInstalled(rGuard, sDocService) )
+        if ( !bIsHelpFilter && !impl_isModuleInstalled(sDocService) )
         {
             OUString sMsg("The requested filter '" + sItem +
                           "' exists ... but it should not; because the corresponding LibreOffice module was not installed.");
@@ -411,16 +406,16 @@
                              const OUString& sItem)
 {
     // SAFE ->
-    std::unique_lock aGuard(m_aMutex);
+    osl::MutexGuard aLock(m_aMutex);
 
     // search for right list
     // An exception is thrown - "eType" is unknown.
     // => rList will be valid everytimes next line is reached.
-    CacheItemList& rList = impl_getItemList(aGuard, eType);
+    CacheItemList& rList = impl_getItemList(eType);
 
     CacheItemList::iterator pItem = rList.find(sItem);
     if (pItem == rList.end())
-        pItem = impl_loadItemOnDemand(aGuard, eType, sItem); // throws NoSuchELementException!
+        pItem = impl_loadItemOnDemand(eType, sItem); // throws NoSuchELementException!
     rList.erase(pItem);
 
     impl_addItem2FlushList(eType, sItem);
@@ -432,12 +427,12 @@
                           const CacheItem&       aValue)
 {
     // SAFE ->
-    std::unique_lock aGuard(m_aMutex);
+    osl::MutexGuard aLock(m_aMutex);
 
     // search for right list
     // An exception is thrown - "eType" is unknown.
     // => rList will be valid everytimes next line is reached.
-    CacheItemList& rList = impl_getItemList(aGuard, eType);
+    CacheItemList& rList = impl_getItemList(eType);
 
     // name must be part of the property set too ... otherwise our
     // container query can't work correctly
@@ -459,8 +454,8 @@
                               const OUString& sItem)
 {
     // SAFE ->
-    std::unique_lock aGuard(m_aMutex);
-    impl_loadItemOnDemand(aGuard, eType, sItem);
+    osl::MutexGuard aLock(m_aMutex);
+    impl_loadItemOnDemand(eType, sItem);
 }
 
 
@@ -468,9 +463,9 @@
                                       const OUString& sItem)
 {
     // SAFE ->
-    std::unique_lock aGuard(m_aMutex);
+    osl::MutexGuard aLock(m_aMutex);
 
-    const CacheItem& rItem = impl_getItem(aGuard, eType, sItem);
+    const CacheItem& rItem = impl_getItem(eType, sItem);
 
     // Note: Opening of the configuration layer throws some exceptions
     // if it failed. So we mustn't check any reference here...
@@ -480,14 +475,14 @@
     {
         case E_TYPE :
             {
-                xPackage.set(impl_openConfig(aGuard, E_PROVIDER_TYPES), css::uno::UNO_QUERY_THROW);
+                xPackage.set(impl_openConfig(E_PROVIDER_TYPES), css::uno::UNO_QUERY_THROW);
                 xPackage->getByName(CFGSET_TYPES) >>= xSet;
             }
             break;
 
         case E_FILTER :
             {
-                xPackage.set(impl_openConfig(aGuard, E_PROVIDER_FILTERS), css::uno::UNO_QUERY_THROW);
+                xPackage.set(impl_openConfig(E_PROVIDER_FILTERS), css::uno::UNO_QUERY_THROW);
                 xPackage->getByName(CFGSET_FILTERS) >>= xSet;
             }
             break;
@@ -501,7 +496,7 @@
                         about FINALIZED and MANDATORY very easy ... :-(
                         => set it to readonly/required everytimes :-)
                 */
-                css::uno::Any   aDirectValue       = impl_getDirectCFGValue(aGuard, CFGDIRECTKEY_DEFAULTFRAMELOADER);
+                css::uno::Any   aDirectValue       = impl_getDirectCFGValue(CFGDIRECTKEY_DEFAULTFRAMELOADER);
                 OUString sDefaultFrameLoader;
                 if (
                     (aDirectValue >>= sDefaultFrameLoader) &&
@@ -514,14 +509,14 @@
                 }
                 /* <-- HACK */
 
-                xPackage.set(impl_openConfig(aGuard, E_PROVIDER_OTHERS), css::uno::UNO_QUERY_THROW);
+                xPackage.set(impl_openConfig(E_PROVIDER_OTHERS), css::uno::UNO_QUERY_THROW);
                 xPackage->getByName(CFGSET_FRAMELOADERS) >>= xSet;
             }
             break;
 
         case E_CONTENTHANDLER :
             {
-                xPackage.set(impl_openConfig(aGuard, E_PROVIDER_OTHERS), css::uno::UNO_QUERY_THROW);
+                xPackage.set(impl_openConfig(E_PROVIDER_OTHERS), css::uno::UNO_QUERY_THROW);
                 xPackage->getByName(CFGSET_CONTENTHANDLERS) >>= xSet;
             }
             break;
@@ -575,14 +570,14 @@
 void FilterCache::flush()
 {
     // SAFE ->
-    std::unique_lock aGuard(m_aMutex);
+    osl::MutexGuard aLock(m_aMutex);
 
     // renew all dependencies and optimizations
-    impl_validateAndOptimize(aGuard);
+    impl_validateAndOptimize();
 
     if (!m_lChangedTypes.empty())
     {
-        css::uno::Reference< css::container::XNameAccess > xConfig(impl_openConfig(aGuard, E_PROVIDER_TYPES), css::uno::UNO_QUERY_THROW);
+        css::uno::Reference< css::container::XNameAccess > xConfig(impl_openConfig(E_PROVIDER_TYPES), css::uno::UNO_QUERY_THROW);
         css::uno::Reference< css::container::XNameAccess > xSet   ;
 
         xConfig->getByName(CFGSET_TYPES) >>= xSet;
@@ -594,7 +589,7 @@
 
     if (!m_lChangedFilters.empty())
     {
-        css::uno::Reference< css::container::XNameAccess > xConfig(impl_openConfig(aGuard, E_PROVIDER_FILTERS), css::uno::UNO_QUERY_THROW);
+        css::uno::Reference< css::container::XNameAccess > xConfig(impl_openConfig(E_PROVIDER_FILTERS), css::uno::UNO_QUERY_THROW);
         css::uno::Reference< css::container::XNameAccess > xSet   ;
 
         xConfig->getByName(CFGSET_FILTERS) >>= xSet;
@@ -677,7 +672,7 @@
     sExtension = sExtension.toAsciiLowerCase();
 
     // SAFE -> ----------------------------------
-    std::unique_lock aGuard(m_aMutex);
+    osl::MutexGuard aLock(m_aMutex);
 
 
     // i) Step over all well known URL pattern
@@ -723,8 +718,11 @@
     // <- SAFE ----------------------------------
 }
 
-const CacheItemList& FilterCache::impl_getItemList(std::unique_lock<std::mutex>& /*rGuard*/, EItemType eType) const
+const CacheItemList& FilterCache::impl_getItemList(EItemType eType) const
 {
+    // SAFE -> ----------------------------------
+    osl::MutexGuard aLock(m_aMutex);
+
     switch(eType)
     {
         case E_TYPE           : return m_lTypes          ;
@@ -736,10 +734,14 @@
 
     throw css::uno::RuntimeException("unknown sub container requested.",
                                             css::uno::Reference< css::uno::XInterface >());
+    // <- SAFE ----------------------------------
 }
 
-CacheItemList& FilterCache::impl_getItemList(std::unique_lock<std::mutex>& /*rGuard*/, EItemType eType)
+CacheItemList& FilterCache::impl_getItemList(EItemType eType)
 {
+    // SAFE -> ----------------------------------
+    osl::MutexGuard aLock(m_aMutex);
+
     switch(eType)
     {
         case E_TYPE           : return m_lTypes          ;
@@ -751,10 +753,13 @@
 
     throw css::uno::RuntimeException("unknown sub container requested.",
                                             css::uno::Reference< css::uno::XInterface >());
+    // <- SAFE ----------------------------------
 }
 
-css::uno::Reference< css::uno::XInterface > FilterCache::impl_openConfig(std::unique_lock<std::mutex>& rGuard, EConfigProvider eProvider)
+css::uno::Reference< css::uno::XInterface > FilterCache::impl_openConfig(EConfigProvider eProvider)
 {
+    osl::MutexGuard aLock(m_aMutex);
+
     OUString                              sPath      ;
     css::uno::Reference< css::uno::XInterface >* pConfig = nullptr;
     css::uno::Reference< css::uno::XInterface >  xOld       ;
@@ -807,7 +812,7 @@
 
     {
         SAL_INFO( "filter.config", "" << sRtlLog);
-        *pConfig = impl_createConfigAccess(rGuard, sPath    ,
+        *pConfig = impl_createConfigAccess(sPath    ,
                                            false,   // bReadOnly
                                            true );  // bLocalesMode
     }
@@ -835,7 +840,7 @@
     return *pConfig;
 }
 
-css::uno::Any FilterCache::impl_getDirectCFGValue(std::unique_lock<std::mutex>& rGuard, std::u16string_view sDirectKey)
+css::uno::Any FilterCache::impl_getDirectCFGValue(std::u16string_view sDirectKey)
 {
     OUString sRoot;
     OUString sKey ;
@@ -847,7 +852,7 @@
        )
         return css::uno::Any();
 
-    css::uno::Reference< css::uno::XInterface > xCfg = impl_createConfigAccess(rGuard, sRoot    ,
+    css::uno::Reference< css::uno::XInterface > xCfg = impl_createConfigAccess(sRoot    ,
                                                                                true ,  // bReadOnly
                                                                                false); // bLocalesMode
     if (!xCfg.is())
@@ -874,11 +879,13 @@
 }
 
 
-css::uno::Reference< css::uno::XInterface > FilterCache::impl_createConfigAccess(std::unique_lock<std::mutex>& /*rGuard*/,
-                                                                                       const OUString& sRoot       ,
+css::uno::Reference< css::uno::XInterface > FilterCache::impl_createConfigAccess(const OUString& sRoot       ,
                                                                                        bool         bReadOnly   ,
                                                                                        bool         bLocalesMode)
 {
+    // SAFE ->
+    osl::MutexGuard aLock(m_aMutex);
+
     css::uno::Reference< css::uno::XInterface > xCfg;
 
     if (!utl::ConfigManager::IsFuzzing())
@@ -930,11 +937,15 @@
     }
 
     return xCfg;
+    // <- SAFE
 }
 
 
-void FilterCache::impl_validateAndOptimize(std::unique_lock<std::mutex>& rGuard)
+void FilterCache::impl_validateAndOptimize()
 {
+    // SAFE ->
+    osl::MutexGuard aLock(m_aMutex);
+
     // First check if any filter or type could be read
     // from the underlying configuration!
     bool bSomeTypesShouldExist   = ((m_eFillState & E_CONTAINS_STANDARD       ) == E_CONTAINS_STANDARD       );
@@ -1148,7 +1159,7 @@
     // create dependencies between the global default frame loader
     // and all types (and of course if registered filters), which
     // does not registered for any other loader.
-    css::uno::Any   aDirectValue       = impl_getDirectCFGValue(rGuard, CFGDIRECTKEY_DEFAULTFRAMELOADER);
+    css::uno::Any   aDirectValue       = impl_getDirectCFGValue(CFGDIRECTKEY_DEFAULTFRAMELOADER);
     OUString sDefaultFrameLoader;
 
     if (
@@ -1164,7 +1175,7 @@
     // b) step over all well known frame loader services
     //    and remove all types from list a), which already
     //    referenced by a loader b)
-    std::vector<OUString> lTypes = getItemNames(rGuard, E_TYPE);
+    std::vector<OUString> lTypes = getItemNames(E_TYPE);
     for (auto & frameLoader : m_lFrameLoaders)
     {
         // Note: of course the default loader must be ignored here.
@@ -1201,6 +1212,8 @@
 #if OSL_DEBUG_LEVEL > 0
     OSL_ENSURE(!nWarnings, OUStringToOString(sLogOut,RTL_TEXTENCODING_UTF8).getStr());
 #endif
+
+    // <- SAFE
 }
 
 void FilterCache::impl_addItem2FlushList(      EItemType        eType,
@@ -1255,8 +1268,11 @@
     return eState;
 }
 
-void FilterCache::impl_load(std::unique_lock<std::mutex>& rGuard, EFillState eRequiredState)
+void FilterCache::impl_load(EFillState eRequiredState)
 {
+    // SAFE ->
+    osl::MutexGuard aLock(m_aMutex);
+
     // Attention: Detect services are part of the standard set!
     // So there is no need to handle it separately.
 
@@ -1270,10 +1286,10 @@
         // Attention! If config couldn't be opened successfully
         // and exception is thrown automatically and must be forwarded
         // to our caller...
-        css::uno::Reference< css::container::XNameAccess > xTypes(impl_openConfig(rGuard, E_PROVIDER_TYPES), css::uno::UNO_QUERY_THROW);
+        css::uno::Reference< css::container::XNameAccess > xTypes(impl_openConfig(E_PROVIDER_TYPES), css::uno::UNO_QUERY_THROW);
         {
             SAL_INFO( "filter.config", "FilterCache::load std");
-            impl_loadSet(rGuard, xTypes, E_TYPE, E_READ_STANDARD, &m_lTypes);
+            impl_loadSet(xTypes, E_TYPE, E_READ_STANDARD, &m_lTypes);
         }
     }
 
@@ -1287,10 +1303,10 @@
         // Attention! If config couldn't be opened successfully
         // and exception is thrown automatically and must be forwarded
         // to our call...
-        css::uno::Reference< css::container::XNameAccess > xTypes(impl_openConfig(rGuard, E_PROVIDER_TYPES), css::uno::UNO_QUERY_THROW);
+        css::uno::Reference< css::container::XNameAccess > xTypes(impl_openConfig(E_PROVIDER_TYPES), css::uno::UNO_QUERY_THROW);
         {
             SAL_INFO( "filter.config", "FilterCache::load all types");
-            impl_loadSet(rGuard, xTypes, E_TYPE, E_READ_UPDATE, &m_lTypes);
+            impl_loadSet(xTypes, E_TYPE, E_READ_UPDATE, &m_lTypes);
         }
     }
 
@@ -1304,10 +1320,10 @@
         // Attention! If config couldn't be opened successfully
         // and exception is thrown automatically and must be forwarded
         // to our call...
-        css::uno::Reference< css::container::XNameAccess > xFilters(impl_openConfig(rGuard, E_PROVIDER_FILTERS), css::uno::UNO_QUERY_THROW);
+        css::uno::Reference< css::container::XNameAccess > xFilters(impl_openConfig(E_PROVIDER_FILTERS), css::uno::UNO_QUERY_THROW);
         {
             SAL_INFO( "filter.config", "FilterCache::load all filters");
-            impl_loadSet(rGuard, xFilters, E_FILTER, E_READ_ALL, &m_lFilters);
+            impl_loadSet(xFilters, E_FILTER, E_READ_ALL, &m_lFilters);
         }
     }
 
@@ -1321,10 +1337,10 @@
         // Attention! If config couldn't be opened successfully
         // and exception is thrown automatically and must be forwarded
         // to our call...
-        css::uno::Reference< css::container::XNameAccess > xLoaders(impl_openConfig(rGuard, E_PROVIDER_OTHERS), css::uno::UNO_QUERY_THROW);
+        css::uno::Reference< css::container::XNameAccess > xLoaders(impl_openConfig(E_PROVIDER_OTHERS), css::uno::UNO_QUERY_THROW);
         {
             SAL_INFO( "filter.config", "FilterCache::load all frame loader");
-            impl_loadSet(rGuard, xLoaders, E_FRAMELOADER, E_READ_ALL, &m_lFrameLoaders);
+            impl_loadSet(xLoaders, E_FRAMELOADER, E_READ_ALL, &m_lFrameLoaders);
         }
     }
 
@@ -1338,10 +1354,10 @@
         // Attention! If config couldn't be opened successfully
         // and exception is thrown automatically and must be forwarded
         // to our call...
-        css::uno::Reference< css::container::XNameAccess > xHandlers(impl_openConfig(rGuard, E_PROVIDER_OTHERS), css::uno::UNO_QUERY_THROW);
+        css::uno::Reference< css::container::XNameAccess > xHandlers(impl_openConfig(E_PROVIDER_OTHERS), css::uno::UNO_QUERY_THROW);
         {
             SAL_INFO( "filter.config", "FilterCache::load all content handler");
-            impl_loadSet(rGuard, xHandlers, E_CONTENTHANDLER, E_READ_ALL, &m_lContentHandlers);
+            impl_loadSet(xHandlers, E_CONTENTHANDLER, E_READ_ALL, &m_lContentHandlers);
         }
     }
 
@@ -1350,11 +1366,12 @@
 
     // any data read?
     // yes! => validate it and update optimized structures.
-    impl_validateAndOptimize(rGuard);
+    impl_validateAndOptimize();
+
+    // <- SAFE
 }
 
-void FilterCache::impl_loadSet(std::unique_lock<std::mutex>& rGuard,
-                               const css::uno::Reference< css::container::XNameAccess >& xConfig,
+void FilterCache::impl_loadSet(const css::uno::Reference< css::container::XNameAccess >& xConfig,
                                      EItemType                                           eType  ,
                                      EReadOption                                         eOption,
                                      CacheItemList*                                      pCache )
@@ -1421,7 +1438,7 @@
             {
                 try
                 {
-                    (*pCache)[pItems[i]] = impl_loadItem(rGuard, xSet, eType, pItems[i], eOption);
+                    (*pCache)[pItems[i]] = impl_loadItem(xSet, eType, pItems[i], eOption);
                 }
                 catch(const css::uno::Exception& ex)
                 {
@@ -1445,7 +1462,7 @@
                 }
                 try
                 {
-                    CacheItem aItem = impl_loadItem(rGuard, xSet, eType, pItems[i], eOption);
+                    CacheItem aItem = impl_loadItem(xSet, eType, pItems[i], eOption);
                     pItem->second.update(aItem);
                 }
                 catch(const css::uno::Exception& ex)
@@ -1462,12 +1479,15 @@
     }
 }
 
-void FilterCache::impl_readPatchUINames(std::unique_lock<std::mutex>& /*rGuard*/,
-                                        const css::uno::Reference< css::container::XNameAccess >& xNode,
-                                        CacheItem&                                          rItem)
+void FilterCache::impl_readPatchUINames(const css::uno::Reference< css::container::XNameAccess >& xNode,
+                                              CacheItem&                                          rItem)
 {
 
+    // SAFE -> ----------------------------------
+    osl::ClearableMutexGuard aLock(m_aMutex);
     OUString sActLocale     = m_sActLocale    ;
+    aLock.clear();
+    // <- SAFE ----------------------------------
 
     css::uno::Any aVal = xNode->getByName(PROPNAME_UINAME);
     css::uno::Reference< css::container::XNameAccess > xUIName;
@@ -1537,8 +1557,7 @@
         will force a crash during destruction)
         can be solved ...
 -----------------------------------------------*/
-CacheItem FilterCache::impl_loadItem(std::unique_lock<std::mutex>& rGuard,
-                                     const css::uno::Reference< css::container::XNameAccess >& xSet   ,
+CacheItem FilterCache::impl_loadItem(const css::uno::Reference< css::container::XNameAccess >& xSet   ,
                                            EItemType                                           eType  ,
                                      const OUString&                                    sItem  ,
                                            EReadOption                                         eOption)
@@ -1582,7 +1601,7 @@
             // read optional properties of a type
             // no else here! Is an additional switch ...
             if (eOption == E_READ_UPDATE || eOption == E_READ_ALL)
-                impl_readPatchUINames(rGuard, xItem, aItem);
+                impl_readPatchUINames(xItem, aItem);
         }
         break;
 
@@ -1619,7 +1638,7 @@
 //       will be finished really
 #ifdef AS_ENABLE_FILTER_UINAMES
             if (eOption == E_READ_UPDATE || eOption == E_READ_ALL)
-                impl_readPatchUINames(rGuard, xItem, aItem);
+                impl_readPatchUINames(xItem, aItem);
 #endif // AS_ENABLE_FILTER_UINAMES
         }
         break;
@@ -1634,8 +1653,7 @@
     return aItem;
 }
 
-CacheItemList::iterator FilterCache::impl_loadItemOnDemand( std::unique_lock<std::mutex>& rGuard,
-                                                            EItemType        eType,
+CacheItemList::iterator FilterCache::impl_loadItemOnDemand(      EItemType        eType,
                                                            const OUString& sItem)
 {
     CacheItemList*                              pList   = nullptr;
@@ -1647,7 +1665,7 @@
         case E_TYPE :
         {
             pList   = &m_lTypes;
-            xConfig = impl_openConfig(rGuard, E_PROVIDER_TYPES);
+            xConfig = impl_openConfig(E_PROVIDER_TYPES);
             sSet    = CFGSET_TYPES;
         }
         break;
@@ -1655,7 +1673,7 @@
         case E_FILTER :
         {
             pList   = &m_lFilters;
-            xConfig = impl_openConfig(rGuard, E_PROVIDER_FILTERS);
+            xConfig = impl_openConfig(E_PROVIDER_FILTERS);
             sSet    = CFGSET_FILTERS;
         }
         break;
@@ -1663,7 +1681,7 @@
         case E_FRAMELOADER :
         {
             pList   = &m_lFrameLoaders;
-            xConfig = impl_openConfig(rGuard, E_PROVIDER_OTHERS);
+            xConfig = impl_openConfig(E_PROVIDER_OTHERS);
             sSet    = CFGSET_FRAMELOADERS;
         }
         break;
@@ -1671,7 +1689,7 @@
         case E_CONTENTHANDLER :
         {
             pList   = &m_lContentHandlers;
-            xConfig = impl_openConfig(rGuard, E_PROVIDER_OTHERS);
+            xConfig = impl_openConfig(E_PROVIDER_OTHERS);
             sSet    = CFGSET_CONTENTHANDLERS;
         }
         break;
@@ -1689,7 +1707,7 @@
 
     if (bItemInConfig)
     {
-        (*pList)[sItem] = impl_loadItem(rGuard, xSet, eType, sItem, E_READ_ALL);
+        (*pList)[sItem] = impl_loadItem(xSet, eType, sItem, E_READ_ALL);
     }
     else
     {
@@ -2046,14 +2064,14 @@
     TODO work on a cache copy first, which can be flushed afterwards
          That would be useful to guarantee a consistent cache.
 -----------------------------------------------*/
-void FilterCache::impl_readOldFormat(std::unique_lock<std::mutex>& rGuard)
+void FilterCache::impl_readOldFormat()
 {
     // Attention: Opening/Reading of this old configuration format has to be handled gracefully.
     // It's optional and should not disturb our normal work!
     // E.g. we must check, if the package exists...
     try
     {
-        css::uno::Reference< css::uno::XInterface > xInt = impl_openConfig(rGuard, E_PROVIDER_OLD);
+        css::uno::Reference< css::uno::XInterface > xInt = impl_openConfig(E_PROVIDER_OLD);
         css::uno::Reference< css::container::XNameAccess > xCfg(xInt, css::uno::UNO_QUERY_THROW);
 
         OUString TYPES_SET("Types");
@@ -2065,7 +2083,7 @@
             xCfg->getByName(TYPES_SET) >>= xSet;
             const css::uno::Sequence< OUString > lItems = xSet->getElementNames();
             for (const OUString& rName : lItems)
-                m_lTypes[rName] = impl_readOldItem(rGuard, xSet, E_TYPE, rName);
+                m_lTypes[rName] = impl_readOldItem(xSet, E_TYPE, rName);
         }
 
         OUString FILTER_SET("Filters");
@@ -2076,7 +2094,7 @@
             xCfg->getByName(FILTER_SET) >>= xSet;
             const css::uno::Sequence< OUString > lItems = xSet->getElementNames();
             for (const OUString& rName : lItems)
-                m_lFilters[rName] = impl_readOldItem(rGuard, xSet, E_FILTER, rName);
+                m_lFilters[rName] = impl_readOldItem(xSet, E_FILTER, rName);
         }
     }
     /* corrupt filter addon? Because it's external (optional) code... we can ignore it. Addon won't work then...
@@ -2088,8 +2106,7 @@
     }
 }
 
-CacheItem FilterCache::impl_readOldItem(std::unique_lock<std::mutex>& rGuard,
-                                        const css::uno::Reference< css::container::XNameAccess >& xSet ,
+CacheItem FilterCache::impl_readOldItem(const css::uno::Reference< css::container::XNameAccess >& xSet ,
                                               EItemType                                           eType,
                                         const OUString&                                    sItem)
 {
@@ -2105,7 +2122,7 @@
     // Isn't used any longer!
 
     // UIName
-    impl_readPatchUINames(rGuard, xItem, aItem);
+    impl_readPatchUINames(xItem, aItem);
 
     // Data
     OUString sData;
@@ -2192,16 +2209,21 @@
 #endif
 
 
-bool FilterCache::impl_isModuleInstalled(std::unique_lock<std::mutex>& /*rGuard*/, const OUString& sModule)
+bool FilterCache::impl_isModuleInstalled(const OUString& sModule)
 {
     css::uno::Reference< css::container::XNameAccess > xCfg;
 
-    if (!m_xModuleCfg.is())
+    // SAFE ->
     {
-        m_xModuleCfg = officecfg::Setup::Office::Factories::get();
-    }
+        osl::MutexGuard aLock(m_aMutex);
+        if (!m_xModuleCfg.is())
+        {
+            m_xModuleCfg = officecfg::Setup::Office::Factories::get();
+        }
 
-    xCfg = m_xModuleCfg;
+        xCfg = m_xModuleCfg;
+    }
+    // <- SAFE
 
     if (xCfg.is())
         return xCfg->hasByName(sModule);
diff -Nur libreoffice-7.6.4.1/filter/source/config/cache/filtercache.hxx libreoffice-7.6.5.2/filter/source/config/cache/filtercache.hxx
--- libreoffice-7.6.4.1/filter/source/config/cache/filtercache.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/filter/source/config/cache/filtercache.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -20,7 +20,6 @@
 #pragma once
 
 #include <memory>
-#include <mutex>
 
 #include "cacheitem.hxx"
 #include <com/sun/star/beans/NamedValue.hpp>
@@ -57,7 +56,7 @@
                 Further we make it public. So any user of this class
                 can lock us from outside too.
  */
-class FilterCache
+class FilterCache : public cppu::BaseMutex
 {
 
     // public types
@@ -162,7 +161,6 @@
 
     private:
 
-        mutable std::mutex m_aMutex;
 
         /** @short  holds the used configuration provider alive, which
                     provides access to the list of types. */
@@ -583,7 +581,6 @@
 
     private:
 
-        std::vector<OUString> getItemNames(std::unique_lock<std::mutex>& rGuard, EItemType eType) const;
 
         /** @short      return a reference to one of our internal
                         sub container, which contains items of the
@@ -598,11 +595,11 @@
             @throw      [css::uno::Exception]
                         if the required list does not exist.
          */
-        const CacheItemList& impl_getItemList(std::unique_lock<std::mutex>& rGuard, EItemType eType) const;
+        const CacheItemList& impl_getItemList(EItemType eType) const;
 
-        CacheItemList& impl_getItemList(std::unique_lock<std::mutex>& rGuard, EItemType eType);
+        CacheItemList& impl_getItemList(EItemType eType);
 
-        CacheItem& impl_getItem( std::unique_lock<std::mutex>& rGuard, EItemType eType, const OUString& sItem);
+        CacheItem& impl_getItem( EItemType eType, const OUString& sItem);
 
         /** @short      return a valid configuration update access
                         to the underlying configuration package, which
@@ -623,7 +620,7 @@
                         all necessary listener connections will be established
                         too. So this cache will be informed about outside updates.
          */
-        css::uno::Reference< css::uno::XInterface > impl_openConfig(std::unique_lock<std::mutex>& rGuard, EConfigProvider eProvide);
+        css::uno::Reference< css::uno::XInterface > impl_openConfig(EConfigProvider eProvide);
 
 
         /** @short      tries to open the requested configuration root
@@ -644,8 +641,7 @@
                         and initialized within the requested modes successfully;
                         a NULL reference otherwise.
          */
-        static css::uno::Reference< css::uno::XInterface > impl_createConfigAccess(std::unique_lock<std::mutex>& rGuard,
-                                                                                  const OUString& sRoot       ,
+        css::uno::Reference< css::uno::XInterface > impl_createConfigAccess(const OUString& sRoot       ,
                                                                                   bool         bReadOnly   ,
                                                                                   bool         bLocalesMode);
 
@@ -669,7 +665,7 @@
                         Can be empty if an internal error occurred or if the requested
                         key does not exists!
          */
-        static css::uno::Any impl_getDirectCFGValue(std::unique_lock<std::mutex>& rGuard, std::u16string_view sDirectKey);
+        css::uno::Any impl_getDirectCFGValue(std::u16string_view sDirectKey);
 
 
         /** @short      load the underlying configuration into this cache.
@@ -684,7 +680,7 @@
 
             @throws css::uno::Exception
          */
-        void impl_load(std::unique_lock<std::mutex>& rGuard, EFillState eRequiredState);
+        void impl_load(EFillState eRequiredState);
 
 
         /** @short      validate the whole cache and create
@@ -703,7 +699,7 @@
             @throw      [css::uno::Exception]
                         if cache is invalid and could not be repaired.
          */
-        void impl_validateAndOptimize(std::unique_lock<std::mutex>& rGuard);
+        void impl_validateAndOptimize();
 
     private:
 
@@ -733,8 +729,7 @@
             @throw  [css::uno::Exception]
                     if an unrecoverable error occurs inside this operation.
          */
-        void impl_loadSet(std::unique_lock<std::mutex>& rGuard,
-                          const css::uno::Reference< css::container::XNameAccess >& xConfig,
+        void impl_loadSet(const css::uno::Reference< css::container::XNameAccess >& xConfig,
                                 EItemType                                           eType  ,
                                 EReadOption                                         eOption,
                                 CacheItemList*                                      pCache );
@@ -762,8 +757,7 @@
             @throw  [css::uno::Exception]
                     if an unrecoverable error occurs inside this operation.
          */
-        CacheItem impl_loadItem(std::unique_lock<std::mutex>& rGuard,
-                                const css::uno::Reference< css::container::XNameAccess >& xSet   ,
+        CacheItem impl_loadItem(const css::uno::Reference< css::container::XNameAccess >& xSet   ,
                                       EItemType                                           eType  ,
                                 const OUString&                                    sItem  ,
                                       EReadOption                                         eOption);
@@ -794,8 +788,7 @@
             @throw  [css::uno::Exception]
                     if an unrecoverable error occurs inside this operation.
          */
-        CacheItemList::iterator impl_loadItemOnDemand( std::unique_lock<std::mutex>& rGuard,
-                                                      EItemType        eType,
+        CacheItemList::iterator impl_loadItemOnDemand(      EItemType        eType,
                                                       const OUString& sItem);
 
 
@@ -862,8 +855,7 @@
 
             @throws css::uno::Exception
         */
-        void impl_readPatchUINames(std::unique_lock<std::mutex>& rGuard,
-                                   const css::uno::Reference< css::container::XNameAccess >& xNode,
+        void impl_readPatchUINames(const css::uno::Reference< css::container::XNameAccess >& xNode,
                                          CacheItem&                                          rItem);
 
 
@@ -875,14 +867,13 @@
                                    const CacheItem&                                           rItem);
 
         /** TODO */
-        void impl_readOldFormat(std::unique_lock<std::mutex>& rGuard);
+        void impl_readOldFormat();
 
         /** TODO
 
             @throws css::uno::Exception
         */
-        CacheItem impl_readOldItem(std::unique_lock<std::mutex>& rGuard,
-                                   const css::uno::Reference< css::container::XNameAccess >& xSet ,
+        CacheItem impl_readOldItem(const css::uno::Reference< css::container::XNameAccess >& xSet ,
                                          EItemType                                           eType,
                                    const OUString&                                    sItem);
 
@@ -918,7 +909,7 @@
 
             @return sal_True if the requested module is installed; sal_False otherwise.
          */
-        bool impl_isModuleInstalled(std::unique_lock<std::mutex>& rGuard, const OUString& sModule);
+        bool impl_isModuleInstalled(const OUString& sModule);
 
 
         /** @short  convert a list of flag names to its int representation.
diff -Nur libreoffice-7.6.4.1/filter/source/xsltfilter/LibXSLTTransformer.cxx libreoffice-7.6.5.2/filter/source/xsltfilter/LibXSLTTransformer.cxx
--- libreoffice-7.6.4.1/filter/source/xsltfilter/LibXSLTTransformer.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/filter/source/xsltfilter/LibXSLTTransformer.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -333,7 +333,7 @@
         }
         else
         {
-            xmlErrorPtr lastErr = xmlGetLastError();
+            const xmlError* lastErr = xmlGetLastError();
             OUString msg;
             if (lastErr)
                 msg = OStringToOUString(lastErr->message, RTL_TEXTENCODING_UTF8);
diff -Nur libreoffice-7.6.4.1/.gitreview libreoffice-7.6.5.2/.gitreview
--- libreoffice-7.6.4.1/.gitreview	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/.gitreview	2024-02-17 14:05:36.000000000 +0100
@@ -3,5 +3,5 @@
 port=29418
 project=core
 defaultremote=logerrit
-defaultbranch=libreoffice-7-6-4
+defaultbranch=libreoffice-7-6-5
 
diff -Nur libreoffice-7.6.4.1/helpcompiler/source/HelpLinker.cxx libreoffice-7.6.5.2/helpcompiler/source/HelpLinker.cxx
--- libreoffice-7.6.4.1/helpcompiler/source/HelpLinker.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/helpcompiler/source/HelpLinker.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -815,7 +815,11 @@
 
 extern "C" {
 
+#if LIBXML_VERSION >= 21200
+static void StructuredXMLErrorFunction(SAL_UNUSED_PARAMETER void *, const xmlError* error)
+#else
 static void StructuredXMLErrorFunction(SAL_UNUSED_PARAMETER void *, xmlErrorPtr error)
+#endif
 {
     std::string aErrorMsg = error->message;
     std::string aXMLParsingFile;
diff -Nur libreoffice-7.6.4.1/i18npool/source/breakiterator/data/ja.dic libreoffice-7.6.5.2/i18npool/source/breakiterator/data/ja.dic
--- libreoffice-7.6.4.1/i18npool/source/breakiterator/data/ja.dic	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/i18npool/source/breakiterator/data/ja.dic	2024-02-17 14:05:36.000000000 +0100
@@ -34359,6 +34359,7 @@
 令
 令兄
 令名
+令和
 令嗣
 令夫人
 令妹
diff -Nur libreoffice-7.6.4.1/i18nutil/source/utility/paper.cxx libreoffice-7.6.5.2/i18nutil/source/utility/paper.cxx
--- libreoffice-7.6.4.1/i18nutil/source/utility/paper.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/i18nutil/source/utility/paper.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -400,8 +400,7 @@
 
 OString PaperInfo::toPSName(Paper ePaper)
 {
-    return static_cast<size_t>(ePaper) < nTabSize ?
-        OString(aDinTab[ePaper].m_pPSName) : OString();
+    return static_cast<size_t>(ePaper) < nTabSize && aDinTab[ePaper].m_pPSName ?  OString(aDinTab[ePaper].m_pPSName) : OString();
 }
 
 Paper PaperInfo::fromPSName(const OString &rName)
diff -Nur libreoffice-7.6.4.1/include/comphelper/configuration.hxx libreoffice-7.6.5.2/include/comphelper/configuration.hxx
--- libreoffice-7.6.4.1/include/comphelper/configuration.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/include/comphelper/configuration.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -12,16 +12,15 @@
 
 #include <sal/config.h>
 
+#include <optional>
+#include <string_view>
+
 #include <com/sun/star/uno/Any.hxx>
 #include <com/sun/star/uno/Reference.h>
 #include <comphelper/comphelperdllapi.h>
 #include <comphelper/processfactory.hxx>
 #include <sal/types.h>
 #include <memory>
-#include <mutex>
-#include <optional>
-#include <string_view>
-#include <unordered_map>
 
 namespace com::sun::star {
     namespace configuration { class XReadWriteAccess; }
@@ -32,10 +31,6 @@
         class XNameContainer;
     }
     namespace uno { class XComponentContext; }
-    namespace util {
-        class XChangesListener;
-        class XChangesNotifier;
-    }
 }
 
 namespace comphelper {
@@ -85,17 +80,14 @@
 
 namespace detail {
 
-class ConfigurationChangesListener;
-
 /// @internal
 class COMPHELPER_DLLPUBLIC ConfigurationWrapper {
-friend class ConfigurationChangesListener;
 public:
     static ConfigurationWrapper const & get();
 
     bool isReadOnly(OUString const & path) const;
 
-    css::uno::Any getPropertyValue(OUString const & path) const;
+    css::uno::Any getPropertyValue(std::u16string_view path) const;
 
     static void setPropertyValue(
         std::shared_ptr< ConfigurationChanges > const & batch,
@@ -143,12 +135,6 @@
         // css.beans.XHierarchicalPropertySetInfo), but then
         // configmgr::Access::asProperty() would report all properties as
         // READONLY, so isReadOnly() would not work
-
-    mutable std::mutex maMutex;
-    bool mbDisposed;
-    mutable std::unordered_map<OUString, css::uno::Any> maPropertyCache;
-    css::uno::Reference< css::util::XChangesNotifier > maNotifier;
-    css::uno::Reference< css::util::XChangesListener > maListener;
 };
 
 /// @internal
diff -Nur libreoffice-7.6.4.1/include/editeng/svxacorr.hxx libreoffice-7.6.5.2/include/editeng/svxacorr.hxx
--- libreoffice-7.6.4.1/include/editeng/svxacorr.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/include/editeng/svxacorr.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -411,7 +411,9 @@
     bool FnChgToEnEmDash( SvxAutoCorrDoc&, const OUString&,
                                 sal_Int32 nSttPos, sal_Int32 nEndPos,
                                 LanguageType eLang );
-    bool FnAddNonBrkSpace( SvxAutoCorrDoc&, std::u16string_view,
+    // Returns an updated position, at which the insertion/removal happened. It may be
+    // a smaller value, if leading spaces were removed. If unsuccessful, returns -1.
+    sal_Int32 FnAddNonBrkSpace( SvxAutoCorrDoc&, std::u16string_view,
                                 sal_Int32 nEndPos,
                                 LanguageType eLang, bool& io_bNbspRunNext );
     bool FnSetINetAttr( SvxAutoCorrDoc&, const OUString&,
diff -Nur libreoffice-7.6.4.1/include/o3tl/char16_t2wchar_t.hxx libreoffice-7.6.5.2/include/o3tl/char16_t2wchar_t.hxx
--- libreoffice-7.6.4.1/include/o3tl/char16_t2wchar_t.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/include/o3tl/char16_t2wchar_t.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -41,6 +41,7 @@
 inline char16_t const* toU(wchar_t const* p) { return reinterpret_cast<char16_t const*>(p); }
 
 inline std::u16string_view toU(std::wstring_view v) { return { toU(v.data()), v.size() }; }
+inline std::wstring_view toW(std::u16string_view v) { return { toW(v.data()), v.size() }; }
 #endif
 }
 
diff -Nur libreoffice-7.6.4.1/include/rtl/string.hxx libreoffice-7.6.5.2/include/rtl/string.hxx
--- libreoffice-7.6.4.1/include/rtl/string.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/include/rtl/string.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -2391,9 +2391,9 @@
         if constexpr (sizeof(std::size_t) == 8)
         {
             // return a hash that uses the full 64-bit range instead of a 32-bit value
-            size_t n = 0;
+            size_t n = s.getLength();
             for (sal_Int32 i = 0, len = s.getLength(); i < len; ++i)
-                n = 31 * n + s[i];
+                n = 37 * n + s[i];
             return n;
         }
         else
diff -Nur libreoffice-7.6.4.1/include/rtl/ustring.hxx libreoffice-7.6.5.2/include/rtl/ustring.hxx
--- libreoffice-7.6.4.1/include/rtl/ustring.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/include/rtl/ustring.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -3593,9 +3593,9 @@
         if constexpr (sizeof(std::size_t) == 8)
         {
             // return a hash that uses the full 64-bit range instead of a 32-bit value
-            size_t n = 0;
+            size_t n = s.getLength();
             for (sal_Int32 i = 0, len = s.getLength(); i < len; ++i)
-                n = 31 * n + s[i];
+                n = 37 * n + s[i];
             return n;
         }
         else
diff -Nur libreoffice-7.6.4.1/include/sfx2/viewsh.hxx libreoffice-7.6.5.2/include/sfx2/viewsh.hxx
--- libreoffice-7.6.4.1/include/sfx2/viewsh.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/include/sfx2/viewsh.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -226,6 +226,10 @@
                                 SfxViewShell( SfxViewFrame& rFrame, SfxViewShellFlags nFlags );
     virtual                     ~SfxViewShell() override;
 
+    /// Informs the view shell that it'll be deleted before the main loop processes the next user
+    /// input.
+    virtual void SetDying() {}
+
     SfxInPlaceClient*           GetIPClient() const;
     SfxInPlaceClient*           GetUIActiveClient() const;
     SfxInPlaceClient*           FindIPClient( const css::uno::Reference < css::embed::XEmbeddedObject >&  xObj, vcl::Window *pObjParentWin ) const;
diff -Nur libreoffice-7.6.4.1/include/svx/PaletteManager.hxx libreoffice-7.6.5.2/include/svx/PaletteManager.hxx
--- libreoffice-7.6.4.1/include/svx/PaletteManager.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/include/svx/PaletteManager.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -33,7 +33,7 @@
 namespace weld { class Window; }
 namespace model { class ColorSet; }
 
-class SVXCORE_DLLPUBLIC PaletteManager
+class SVXCORE_DLLPUBLIC PaletteManager : public std::enable_shared_from_this<PaletteManager>
 {
     const sal_uInt16        mnMaxRecentColors;
 
diff -Nur libreoffice-7.6.4.1/include/test/unoapi_test.hxx libreoffice-7.6.5.2/include/test/unoapi_test.hxx
--- libreoffice-7.6.4.1/include/test/unoapi_test.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/include/test/unoapi_test.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -39,6 +39,11 @@
     void loadWithParams(const OUString& rURL,
                         const css::uno::Sequence<css::beans::PropertyValue>& rParams);
     OUString loadFromURL(std::u16string_view aFileBase, const char* pPassword = nullptr);
+    OUString loadFromFile(std::u16string_view aFileBase, const char* pPassword = nullptr)
+    {
+        //simplify backports
+        return loadFromURL(aFileBase, pPassword);
+    }
 
     css::uno::Any executeMacro(const OUString& rScriptURL,
                                const css::uno::Sequence<css::uno::Any>& rParams = {});
diff -Nur libreoffice-7.6.4.1/include/vcl/InterimItemWindow.hxx libreoffice-7.6.5.2/include/vcl/InterimItemWindow.hxx
--- libreoffice-7.6.4.1/include/vcl/InterimItemWindow.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/include/vcl/InterimItemWindow.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -34,6 +34,8 @@
     virtual void Draw(OutputDevice* pDevice, const Point& rPos,
                       SystemTextColorFlags nFlags) override;
 
+    void SetPriority(TaskPriority nPriority);
+
 protected:
     // bAllowCycleFocusOut of true allows focus to be moved out of the Control
     // via tab key into a parent window or sibling window, false means focus
diff -Nur libreoffice-7.6.4.1/include/xmloff/xmltoken.hxx libreoffice-7.6.5.2/include/xmloff/xmltoken.hxx
--- libreoffice-7.6.4.1/include/xmloff/xmltoken.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/include/xmloff/xmltoken.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -742,7 +742,7 @@
         XML_EMBEDDED_VISIBLE_AREA,
         XML_EMBOSSED,
         XML_EMISSIVE_COLOR,
-        XML_EMPTY,
+        XML_TOKEN_EMPTY,
         XML_EMPTY_LINE_REFRESH,
         XML_ENABLE_NUMBERING,
         XML_ENABLED,
diff -Nur libreoffice-7.6.4.1/oox/source/drawingml/diagram/diagram.cxx libreoffice-7.6.5.2/oox/source/drawingml/diagram/diagram.cxx
--- libreoffice-7.6.4.1/oox/source/drawingml/diagram/diagram.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/oox/source/drawingml/diagram/diagram.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -311,121 +311,131 @@
     DiagramLayoutPtr pLayout = std::make_shared<DiagramLayout>(*pDiagram);
     pDiagram->setLayout( pLayout );
 
-    // set DiagramFontHeights at filter
-    rFilter.setDiagramFontHeights(&pDiagram->getDiagramFontHeights());
-
-    // data
-    if( !rDataModelPath.isEmpty() )
+    try
     {
-        rtl::Reference< core::FragmentHandler > xRefDataModel(
-                new DiagramDataFragmentHandler( rFilter, rDataModelPath, pData ));
+        // set DiagramFontHeights at filter
+        rFilter.setDiagramFontHeights(&pDiagram->getDiagramFontHeights());
+
+        // data
+        if( !rDataModelPath.isEmpty() )
+        {
+            rtl::Reference< core::FragmentHandler > xRefDataModel(
+                    new DiagramDataFragmentHandler( rFilter, rDataModelPath, pData ));
 
-        importFragment(rFilter,
-                       loadFragment(rFilter,xRefDataModel),
-                       "OOXData",
-                       pDiagram,
-                       xRefDataModel);
+            importFragment(rFilter,
+                           loadFragment(rFilter,xRefDataModel),
+                           "OOXData",
+                           pDiagram,
+                           xRefDataModel);
+
+            pDiagram->getDataRelsMap() = pShape->resolveRelationshipsOfTypeFromOfficeDoc( rFilter,
+                    xRefDataModel->getFragmentPath(), u"image" );
+
+            // Pass the info to pShape
+            for (auto const& extDrawing : pData->getExtDrawings())
+            {
+                OUString aFragmentPath = rRelations.getFragmentPathFromRelId(extDrawing);
+                // Ignore RelIds which don't resolve to a fragment path.
+                if (aFragmentPath.isEmpty())
+                    continue;
+
+                sal_Int32 nCounter = 0;
+                rtl::Reference<core::FragmentHandler> xCounter(
+                    new DiagramShapeCounter(rFilter, aFragmentPath, nCounter));
+                rFilter.importFragment(xCounter);
+                // Ignore ext drawings which don't actually have any shapes.
+                if (nCounter == 0)
+                    continue;
 
-        pDiagram->getDataRelsMap() = pShape->resolveRelationshipsOfTypeFromOfficeDoc( rFilter,
-                xRefDataModel->getFragmentPath(), u"image" );
+                pShape->addExtDrawingRelId(extDrawing);
+            }
+        }
 
-        // Pass the info to pShape
-        for (auto const& extDrawing : pData->getExtDrawings())
+        // extLst is present, lets bet on that and ignore the rest of the data from here
+        if( pShape->getExtDrawings().empty() )
         {
-            OUString aFragmentPath = rRelations.getFragmentPathFromRelId(extDrawing);
-            // Ignore RelIds which don't resolve to a fragment path.
-            if (aFragmentPath.isEmpty())
-                continue;
-
-            sal_Int32 nCounter = 0;
-            rtl::Reference<core::FragmentHandler> xCounter(
-                new DiagramShapeCounter(rFilter, aFragmentPath, nCounter));
-            rFilter.importFragment(xCounter);
-            // Ignore ext drawings which don't actually have any shapes.
-            if (nCounter == 0)
-                continue;
-
-            pShape->addExtDrawingRelId(extDrawing);
+            // layout
+            if( !rLayoutPath.isEmpty() )
+            {
+                rtl::Reference< core::FragmentHandler > xRefLayout(
+                        new DiagramLayoutFragmentHandler( rFilter, rLayoutPath, pLayout ));
+
+                importFragment(rFilter,
+                        loadFragment(rFilter,xRefLayout),
+                        "OOXLayout",
+                        pDiagram,
+                        xRefLayout);
+            }
+
+            // style
+            if( !rQStylePath.isEmpty() )
+            {
+                rtl::Reference< core::FragmentHandler > xRefQStyle(
+                        new DiagramQStylesFragmentHandler( rFilter, rQStylePath, pDiagram->getStyles() ));
+
+                importFragment(rFilter,
+                        loadFragment(rFilter,xRefQStyle),
+                        "OOXStyle",
+                        pDiagram,
+                        xRefQStyle);
+            }
+        }
+        else
+        {
+            // We still want to add the XDocuments to the DiagramDomMap
+            DiagramDomMap& rMainDomMap = pDiagram->getDomMap();
+            rMainDomMap[OUString("OOXLayout")] = loadFragment(rFilter,rLayoutPath);
+            rMainDomMap[OUString("OOXStyle")] = loadFragment(rFilter,rQStylePath);
         }
-    }
 
-    // extLst is present, lets bet on that and ignore the rest of the data from here
-    if( pShape->getExtDrawings().empty() )
-    {
-        // layout
-        if( !rLayoutPath.isEmpty() )
+        // colors
+        if( !rColorStylePath.isEmpty() )
         {
-            rtl::Reference< core::FragmentHandler > xRefLayout(
-                    new DiagramLayoutFragmentHandler( rFilter, rLayoutPath, pLayout ));
+            rtl::Reference< core::FragmentHandler > xRefColorStyle(
+                new ColorFragmentHandler( rFilter, rColorStylePath, pDiagram->getColors() ));
 
             importFragment(rFilter,
-                    loadFragment(rFilter,xRefLayout),
-                    "OOXLayout",
-                    pDiagram,
-                    xRefLayout);
+                loadFragment(rFilter,xRefColorStyle),
+                "OOXColor",
+                pDiagram,
+                xRefColorStyle);
         }
 
-        // style
-        if( !rQStylePath.isEmpty() )
+        if( !pData->getExtDrawings().empty() )
         {
-            rtl::Reference< core::FragmentHandler > xRefQStyle(
-                    new DiagramQStylesFragmentHandler( rFilter, rQStylePath, pDiagram->getStyles() ));
-
-            importFragment(rFilter,
-                    loadFragment(rFilter,xRefQStyle),
-                    "OOXStyle",
-                    pDiagram,
-                    xRefQStyle);
+            const DiagramColorMap::const_iterator aColor = pDiagram->getColors().find("node0");
+            if( aColor != pDiagram->getColors().end() && !aColor->second.maTextFillColors.empty())
+            {
+                // TODO(F1): well, actually, there might be *several* color
+                // definitions in it, after all it's called list.
+                pShape->setFontRefColorForNodes(DiagramColor::getColorByIndex(aColor->second.maTextFillColors, -1));
+            }
         }
-    }
-    else
-    {
-        // We still want to add the XDocuments to the DiagramDomMap
-        DiagramDomMap& rMainDomMap = pDiagram->getDomMap();
-        rMainDomMap[OUString("OOXLayout")] = loadFragment(rFilter,rLayoutPath);
-        rMainDomMap[OUString("OOXStyle")] = loadFragment(rFilter,rQStylePath);
-    }
 
-    // colors
-    if( !rColorStylePath.isEmpty() )
-    {
-        rtl::Reference< core::FragmentHandler > xRefColorStyle(
-            new ColorFragmentHandler( rFilter, rColorStylePath, pDiagram->getColors() ));
+        // collect data, init maps
+        // for Diagram import, do - for now - NOT clear all oox::drawingml::Shape
+        pData->buildDiagramDataModel(false);
+
+        // diagram loaded. now lump together & attach to shape
+        pDiagram->addTo(pShape);
+        pShape->setDiagramDoms(pDiagram->getDomsAsPropertyValues());
+
+        // Get the oox::Theme definition and - if available - move/secure the
+        // original ImportData directly to the Diagram ModelData
+        std::shared_ptr<::oox::drawingml::Theme> aTheme(rFilter.getCurrentThemePtr());
+        if(aTheme)
+            pData->setThemeDocument(aTheme->getFragment()); //getTempFile());
 
-        importFragment(rFilter,
-            loadFragment(rFilter,xRefColorStyle),
-            "OOXColor",
-            pDiagram,
-            xRefColorStyle);
+        // Prepare support for the advanced DiagramHelper using Diagram & Theme data
+        pShape->prepareDiagramHelper(pDiagram, rFilter.getCurrentThemePtr());
     }
-
-    if( !pData->getExtDrawings().empty() )
+    catch (...)
     {
-        const DiagramColorMap::const_iterator aColor = pDiagram->getColors().find("node0");
-        if( aColor != pDiagram->getColors().end() && !aColor->second.maTextFillColors.empty())
-        {
-            // TODO(F1): well, actually, there might be *several* color
-            // definitions in it, after all it's called list.
-            pShape->setFontRefColorForNodes(DiagramColor::getColorByIndex(aColor->second.maTextFillColors, -1));
-        }
+        // unset DiagramFontHeights at filter if there was a failure
+        // to avoid dangling pointer
+        rFilter.setDiagramFontHeights(nullptr);
+        throw;
     }
-
-    // collect data, init maps
-    // for Diagram import, do - for now - NOT clear all oox::drawingml::Shape
-    pData->buildDiagramDataModel(false);
-
-    // diagram loaded. now lump together & attach to shape
-    pDiagram->addTo(pShape);
-    pShape->setDiagramDoms(pDiagram->getDomsAsPropertyValues());
-
-    // Get the oox::Theme definition and - if available - move/secure the
-    // original ImportData directly to the Diagram ModelData
-    std::shared_ptr<::oox::drawingml::Theme> aTheme(rFilter.getCurrentThemePtr());
-    if(aTheme)
-        pData->setThemeDocument(aTheme->getFragment()); //getTempFile());
-
-    // Prepare support for the advanced DiagramHelper using Diagram & Theme data
-    pShape->prepareDiagramHelper(pDiagram, rFilter.getCurrentThemePtr());
 }
 
 const oox::drawingml::Color&
diff -Nur libreoffice-7.6.4.1/oox/source/drawingml/table/predefined-table-styles.cxx libreoffice-7.6.5.2/oox/source/drawingml/table/predefined-table-styles.cxx
--- libreoffice-7.6.4.1/oox/source/drawingml/table/predefined-table-styles.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/oox/source/drawingml/table/predefined-table-styles.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -231,6 +231,12 @@
     std::unique_ptr<TableStyle> pTableStyle;
     pTableStyle.reset(new TableStyle());
 
+    // Text Style definitions for table parts
+
+    bool bFirstRowTextBoldStyle = false;
+    bool bFirstColTextBoldStyle = false;
+    bool bLastColTextBoldStyle = false;
+
     // Text Color definitions for table parts
 
     ::oox::drawingml::Color wholeTblTextColor;
@@ -410,6 +416,7 @@
     pWholeTblBottomBorder->moLineWidth = 12700;
     pWholeTblInsideHBorder->moLineWidth = 12700;
     pWholeTblInsideVBorder->moLineWidth = 12700;
+    pFirstRowBottomBorder->moLineWidth = 12700;
 
     pWholeTblLeftBorder->moPresetDash = XML_solid;
     pWholeTblRightBorder->moPresetDash = XML_solid;
@@ -417,6 +424,7 @@
     pWholeTblBottomBorder->moPresetDash = XML_solid;
     pWholeTblInsideHBorder->moPresetDash = XML_solid;
     pWholeTblInsideVBorder->moPresetDash = XML_solid;
+    pFirstRowBottomBorder->moPresetDash = XML_solid;
 
     // Start to handle all style groups.
 
@@ -557,7 +565,13 @@
         setBorderLineType(pFirstRowBottomBorder, XML_solidFill);
         setBorderLineType(pLastRowTopBorder, XML_solidFill);
 
+        bFirstRowTextBoldStyle = true;
+        bFirstColTextBoldStyle = true;
+        bLastColTextBoldStyle = true;
+
         wholeTblTextColor.setSchemeClr(XML_tx1);
+        firstRowTextColor.setSchemeClr(XML_tx1);
+        lastColTextColor.setSchemeClr(XML_tx1);
 
         sal_Int32 accent_val;
 
@@ -571,8 +585,6 @@
         pFirstRowBottomBorder->maLineFill.maFillColor.setSchemeClr(accent_val);
         pLastRowTopBorder->maLineFill.maFillColor.setSchemeClr(accent_val);
 
-        firstRowTextColor.setSchemeClr(accent_val);
-
         pBand1HFillProperties->maFillColor.setSchemeClr(accent_val);
         pBand1VFillProperties->maFillColor.setSchemeClr(accent_val);
 
@@ -895,6 +907,10 @@
     pTableStyle->getStyleId() = styleId;
     pTableStyle->getStyleName() = style_name;
 
+    pTableStyle->getFirstRow().getTextBoldStyle() = bFirstRowTextBoldStyle;
+    pTableStyle->getFirstCol().getTextBoldStyle() = bFirstColTextBoldStyle;
+    pTableStyle->getLastCol().getTextBoldStyle() = bLastColTextBoldStyle;
+
     pTableStyle->getWholeTbl().getTextColor() = wholeTblTextColor;
     pTableStyle->getFirstRow().getTextColor() = firstRowTextColor;
     pTableStyle->getFirstCol().getTextColor() = firstColTextColor;
diff -Nur libreoffice-7.6.4.1/oox/source/drawingml/table/tablecell.cxx libreoffice-7.6.5.2/oox/source/drawingml/table/tablecell.cxx
--- libreoffice-7.6.4.1/oox/source/drawingml/table/tablecell.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/oox/source/drawingml/table/tablecell.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -358,10 +358,18 @@
     }
     if ( rProperties.isBandRow() )
     {
+        bool bHasFirstColFillColor
+            = (rProperties.isFirstCol() && rTable.getFirstCol().getFillProperties()
+               && rTable.getFirstCol().getFillProperties()->maFillColor.isUsed());
+
+        bool bHasLastColFillColor
+            = (rProperties.isLastCol() && rTable.getLastCol().getFillProperties()
+               && rTable.getLastCol().getFillProperties()->maFillColor.isUsed());
+
         if ( ( !rProperties.isFirstRow() || ( nRow != 0 ) ) &&
             ( !rProperties.isLastRow() || ( nRow != nMaxRow ) ) &&
-            ( !rProperties.isFirstCol() || ( nColumn != 0 ) ) &&
-            ( !rProperties.isLastCol() || ( nColumn != nMaxColumn ) ) )
+            ( !rProperties.isFirstCol() || ( nColumn != 0 ) || !bHasFirstColFillColor ) &&
+            ( !rProperties.isLastCol() || ( nColumn != nMaxColumn ) || !bHasLastColFillColor ) )
         {
             sal_Int32 nBand = nRow;
             if ( rProperties.isFirstRow() )
diff -Nur libreoffice-7.6.4.1/oox/source/ppt/slidepersist.cxx libreoffice-7.6.5.2/oox/source/ppt/slidepersist.cxx
--- libreoffice-7.6.4.1/oox/source/ppt/slidepersist.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/oox/source/ppt/slidepersist.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -105,6 +105,7 @@
         case XML_titleOnly:         nLayout = 19; break;
         case XML_twoObj:
         case XML_twoColTx:          nLayout =  3; break;
+        case XML_twoObjAndObj:
         case XML_twoObjAndTx:       nLayout = 15; break;
         case XML_twoObjOverTx:      nLayout = 16; break;
         case XML_tx:                nLayout =  1; break;
@@ -112,19 +113,18 @@
         case XML_txAndClipArt:      nLayout =  6; break;
         case XML_txAndMedia:        nLayout =  6; break;
         case XML_txAndObj:          nLayout = 10; break;
+        case XML_objAndTwoObj:
         case XML_txAndTwoObj:       nLayout = 12; break;
         case XML_txOverObj:         nLayout = 17; break;
         case XML_vertTitleAndTx:    nLayout = 22; break;
         case XML_vertTitleAndTxOverChart: nLayout = 21; break;
         case XML_vertTx:            nLayout = 23; break;
+        case XML_objOnly:           nLayout = 32; break;
 
         case XML_twoTxTwoObj:
-        case XML_twoObjAndObj:
         case XML_objTx:
         case XML_picTx:
         case XML_secHead:
-        case XML_objOnly:
-        case XML_objAndTwoObj:
         case XML_mediaAndTx:
         case XML_dgm:
         case XML_cust:
diff -Nur libreoffice-7.6.4.1/postprocess/CustomTarget_signing.mk libreoffice-7.6.5.2/postprocess/CustomTarget_signing.mk
--- libreoffice-7.6.4.1/postprocess/CustomTarget_signing.mk	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/postprocess/CustomTarget_signing.mk	2024-02-17 14:05:36.000000000 +0100
@@ -20,6 +20,7 @@
 $(call gb_CustomTarget_get_workdir,postprocess/signing)/signing.done: \
 	$(SRCDIR)/postprocess/signing/signing.pl \
 	$(SRCDIR)/postprocess/signing/no_signing.txt \
+	$(call gb_Module_get_target,extras) \
 	$(call gb_Postprocess_get_target,AllLibraries) \
 	$(call gb_Postprocess_get_target,AllExecutables) \
 	$(call gb_Postprocess_get_target,AllModuleTests) \
diff -Nur libreoffice-7.6.4.1/readlicense_oo/license/CREDITS.fodt libreoffice-7.6.5.2/readlicense_oo/license/CREDITS.fodt
--- libreoffice-7.6.4.1/readlicense_oo/license/CREDITS.fodt	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/readlicense_oo/license/CREDITS.fodt	2024-02-17 14:05:36.000000000 +0100
@@ -1,24 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <office:document xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:rpt="http://openoffice.org/2005/report" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
- <office:meta><dc:title>Credits » LibreOffice</dc:title><meta:keyword>Credits</meta:keyword><meta:keyword>contributors</meta:keyword><meta:keyword>coders</meta:keyword><meta:keyword>developers</meta:keyword><dc:description>Credits for the LibreOffice development/coding.</dc:description><meta:generator>LibreOffice/7.4.7.2$Linux_X86_64 LibreOffice_project/40$Build-2</meta:generator><dc:date>2012-02-20T22:17:18.060000000</dc:date><meta:editing-duration>PT14M12S</meta:editing-duration><meta:editing-cycles>3</meta:editing-cycles><meta:document-statistic meta:table-count="5" meta:image-count="1" meta:object-count="0" meta:page-count="2" meta:paragraph-count="4832" meta:word-count="18035" meta:character-count="130495" meta:non-whitespace-character-count="114451"/><meta:user-defined meta:name="google-site-verification">JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA</meta:user-defined></office:meta>
+ <office:meta><dc:title>Credits » LibreOffice</dc:title><meta:keyword>Credits</meta:keyword><meta:keyword>contributors</meta:keyword><meta:keyword>coders</meta:keyword><meta:keyword>developers</meta:keyword><dc:description>Credits for the LibreOffice development/coding.</dc:description><meta:generator>LibreOffice/24.2.1.1$Linux_X86_64 LibreOffice_project/359ef544e625d2ffbfced462ab37bd593ca85fa7</meta:generator><dc:date>2012-02-20T22:17:18.060000000</dc:date><meta:editing-duration>PT14M12S</meta:editing-duration><meta:editing-cycles>3</meta:editing-cycles><meta:document-statistic meta:table-count="5" meta:image-count="1" meta:object-count="0" meta:page-count="2" meta:paragraph-count="4877" meta:word-count="18215" meta:character-count="131815" meta:non-whitespace-character-count="115613"/><meta:user-defined meta:name="google-site-verification">JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA</meta:user-defined></office:meta>
  <office:settings>
   <config:config-item-set config:name="ooo:view-settings">
-   <config:config-item config:name="ViewAreaTop" config:type="long">1751198</config:config-item>
+   <config:config-item config:name="ViewAreaTop" config:type="long">2794</config:config-item>
    <config:config-item config:name="ViewAreaLeft" config:type="long">501</config:config-item>
-   <config:config-item config:name="ViewAreaWidth" config:type="long">48182</config:config-item>
-   <config:config-item config:name="ViewAreaHeight" config:type="long">21592</config:config-item>
+   <config:config-item config:name="ViewAreaWidth" config:type="long">55167</config:config-item>
+   <config:config-item config:name="ViewAreaHeight" config:type="long">25904</config:config-item>
    <config:config-item config:name="ShowRedlineChanges" config:type="boolean">true</config:config-item>
    <config:config-item config:name="InBrowseMode" config:type="boolean">true</config:config-item>
    <config:config-item-map-indexed config:name="Views">
     <config:config-item-map-entry>
      <config:config-item config:name="ViewId" config:type="string">view2</config:config-item>
-     <config:config-item config:name="ViewLeft" config:type="long">24075</config:config-item>
-     <config:config-item config:name="ViewTop" config:type="long">1772020</config:config-item>
+     <config:config-item config:name="ViewLeft" config:type="long">3623</config:config-item>
+     <config:config-item config:name="ViewTop" config:type="long">3434</config:config-item>
      <config:config-item config:name="VisibleLeft" config:type="long">501</config:config-item>
-     <config:config-item config:name="VisibleTop" config:type="long">1751198</config:config-item>
-     <config:config-item config:name="VisibleRight" config:type="long">48682</config:config-item>
-     <config:config-item config:name="VisibleBottom" config:type="long">1772788</config:config-item>
+     <config:config-item config:name="VisibleTop" config:type="long">2794</config:config-item>
+     <config:config-item config:name="VisibleRight" config:type="long">55667</config:config-item>
+     <config:config-item config:name="VisibleBottom" config:type="long">28697</config:config-item>
      <config:config-item config:name="ZoomType" config:type="short">0</config:config-item>
      <config:config-item config:name="ViewLayoutColumns" config:type="short">0</config:config-item>
      <config:config-item config:name="ViewLayoutBookMode" config:type="boolean">false</config:config-item>
@@ -26,68 +26,66 @@
      <config:config-item config:name="IsSelectedFrame" config:type="boolean">false</config:config-item>
      <config:config-item config:name="KeepRatio" config:type="boolean">false</config:config-item>
      <config:config-item config:name="AnchoredTextOverflowLegacy" config:type="boolean">false</config:config-item>
+     <config:config-item config:name="LegacySingleLineFontwork" config:type="boolean">false</config:config-item>
+     <config:config-item config:name="ConnectorUseSnapRect" config:type="boolean">false</config:config-item>
+     <config:config-item config:name="IgnoreBreakAfterMultilineField" config:type="boolean">false</config:config-item>
     </config:config-item-map-entry>
    </config:config-item-map-indexed>
   </config:config-item-set>
   <config:config-item-set config:name="ooo:configuration-settings">
-   <config:config-item config:name="PrintProspect" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="PrintReversed" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="PrintSingleJobs" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="PrintLeftPages" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="PrintTables" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="PrintControls" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="PrintProspectRTL" config:type="boolean">false</config:config-item>
    <config:config-item config:name="PrintPageBackground" config:type="boolean">true</config:config-item>
    <config:config-item config:name="PrintDrawings" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="PrintBlackFonts" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintFaxName" config:type="string"/>
+   <config:config-item config:name="PrintReversed" config:type="boolean">false</config:config-item>
    <config:config-item config:name="PrintAnnotationMode" config:type="short">0</config:config-item>
-   <config:config-item config:name="PrintTextPlaceholder" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="ProtectFields" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="ProtectBookmarks" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="DisableOffPagePositioning" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="ApplyParagraphMarkFormatToNumbering" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintHiddenText" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintEmptyPages" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintGraphics" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="NoNumberingShowFollowBy" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="HyphenateURLs" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="ImagePreferredDPI" config:type="int">0</config:config-item>
+   <config:config-item config:name="FootnoteInColumnToPageEnd" config:type="boolean">true</config:config-item>
    <config:config-item config:name="GutterAtTop" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="ContinuousEndnotes" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="FrameAutowidthWithMorePara" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="SurroundTextWrapSmall" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintControls" config:type="boolean">true</config:config-item>
    <config:config-item config:name="TreatSingleColumnBreakAsPageBreak" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="EmbedSystemFonts" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="TabOverSpacing" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="AutoFirstLineIndentDisregardLineSpace" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="TabOverMargin" config:type="boolean">false</config:config-item>
    <config:config-item config:name="EmbedComplexScriptFonts" config:type="boolean">true</config:config-item>
    <config:config-item config:name="EmbedAsianScriptFonts" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="EmbedLatinScriptFonts" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="EmbedOnlyUsedFonts" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="WordLikeWrapForAsCharFlys" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="ContinuousEndnotes" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintTextPlaceholder" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="EmbedSystemFonts" config:type="boolean">false</config:config-item>
    <config:config-item config:name="EmbedFonts" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="ClippedPictures" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="FloattableNomargins" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="UnbreakableNumberings" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="HeaderSpacingBelowLastPara" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="DisableOffPagePositioning" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="BackgroundParaOverDrawings" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="TabOverflow" config:type="boolean">false</config:config-item>
    <config:config-item config:name="AllowPrintJobCancel" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="UseOldPrinterMetrics" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="TabOverMargin" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="TabsRelativeToIndent" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="InvertBorderSpacing" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="AddVerticalFrameOffsets" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="ProtectBookmarks" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="AddFrameOffsets" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintBlackFonts" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="TableRowKeep" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="ApplyParagraphMarkFormatToNumbering" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrinterIndependentLayout" config:type="string">high-resolution</config:config-item>
+   <config:config-item config:name="JustifyLinesWithShrinking" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="RsidRoot" config:type="int">1557161</config:config-item>
+   <config:config-item config:name="PrintProspect" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
    <config:config-item config:name="PrintPaperFromSetup" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="UpdateFromTemplate" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="CurrentDatabaseCommandType" config:type="int">0</config:config-item>
-   <config:config-item config:name="LinkUpdateMode" config:type="short">1</config:config-item>
-   <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="FrameAutowidthWithMorePara" config:type="boolean">false</config:config-item>
    <config:config-item config:name="CurrentDatabaseCommand" config:type="string"/>
-   <config:config-item config:name="PrinterIndependentLayout" config:type="string">high-resolution</config:config-item>
-   <config:config-item config:name="ApplyUserData" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="PrintFaxName" config:type="string"/>
    <config:config-item config:name="CurrentDatabaseDataSource" config:type="string">Adressen</config:config-item>
-   <config:config-item config:name="ClipAsCharacterAnchoredWriterFlyFrames" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="IsKernAsianPunctuation" config:type="boolean">false</config:config-item>
    <config:config-item config:name="SaveThumbnail" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="AutoFirstLineIndentDisregardLineSpace" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="AddParaTableSpacing" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="StylesNoDefault" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="ChartAutoUpdate" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="EmbeddedDatabaseName" config:type="string"/>
+   <config:config-item config:name="UnbreakableNumberings" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="SaveGlobalDocumentLinks" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="MsWordCompTrailingBlanks" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintTables" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="PrintLeftPages" config:type="boolean">true</config:config-item>
    <config:config-item-map-indexed config:name="ForbiddenCharacters">
     <config:config-item-map-entry>
      <config:config-item config:name="Language" config:type="string">hu</config:config-item>
@@ -97,54 +95,62 @@
      <config:config-item config:name="EndLine" config:type="string"/>
     </config:config-item-map-entry>
    </config:config-item-map-indexed>
-   <config:config-item config:name="PrinterSetup" config:type="base64Binary"/>
-   <config:config-item config:name="AddParaTableSpacingAtStart" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="Rsid" config:type="int">12866985</config:config-item>
-   <config:config-item config:name="EmbeddedDatabaseName" config:type="string"/>
-   <config:config-item config:name="FieldAutoUpdate" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="AddParaTableSpacing" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="PrinterPaperFromSetup" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="CurrentDatabaseCommandType" config:type="int">0</config:config-item>
+   <config:config-item config:name="ChartAutoUpdate" config:type="boolean">true</config:config-item>
    <config:config-item config:name="OutlineLevelYieldsNumbering" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="FootnoteInColumnToPageEnd" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="FieldAutoUpdate" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="TabAtLeftIndentForParagraphsInList" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintRightPages" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="DoNotCaptureDrawObjsOnPage" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="LoadReadonly" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="HeaderSpacingBelowLastPara" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="SaveVersionOnClose" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="ClippedPictures" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="MathBaselineAlignment" config:type="boolean">false</config:config-item>
    <config:config-item config:name="AlignTabStopPosition" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="CharacterCompressionType" config:type="short">0</config:config-item>
-   <config:config-item config:name="PrinterName" config:type="string"/>
-   <config:config-item config:name="SaveGlobalDocumentLinks" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="PrinterPaperFromSetup" config:type="boolean">false</config:config-item>
    <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintSingleJobs" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrinterName" config:type="string"/>
    <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="IsKernAsianPunctuation" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="DoNotJustifyLinesWithManualBreak" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="CharacterCompressionType" config:type="short">0</config:config-item>
+   <config:config-item config:name="IsLabelDocument" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="EmbedLatinScriptFonts" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="PrinterSetup" config:type="base64Binary"/>
+   <config:config-item config:name="UseVariableWidthNBSP" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="EmbedOnlyUsedFonts" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="ApplyUserData" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="AddParaTableSpacingAtStart" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="InvertBorderSpacing" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="ProtectFields" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="LinkUpdateMode" config:type="short">1</config:config-item>
    <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="PrintGraphics" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="ImagePreferredDPI" config:type="int">0</config:config-item>
-   <config:config-item config:name="SurroundTextWrapSmall" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
    <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="MsWordCompTrailingBlanks" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="TabAtLeftIndentForParagraphsInList" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="PrintRightPages" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="TabOverSpacing" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="StylesNoDefault" config:type="boolean">false</config:config-item>
    <config:config-item config:name="IgnoreFirstLineIndentInNumbering" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="NoNumberingShowFollowBy" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="RedlineProtectionKey" config:type="base64Binary"/>
-   <config:config-item config:name="DoNotJustifyLinesWithManualBreak" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="PrintProspectRTL" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="PrintEmptyPages" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="NoGapAfterNoteNumber" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">false</config:config-item>
    <config:config-item config:name="DoNotResetParaAttrsForNumFont" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="AddFrameOffsets" config:type="boolean">false</config:config-item>
    <config:config-item config:name="IgnoreTabsAndBlanksForLineCalculation" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="LoadReadonly" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="DoNotCaptureDrawObjsOnPage" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="AddVerticalFrameOffsets" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="IsLabelDocument" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="TableRowKeep" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="RsidRoot" config:type="int">1557161</config:config-item>
-   <config:config-item config:name="PrintHiddenText" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="ClipAsCharacterAnchoredWriterFlyFrames" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="DropCapPunctuation" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="UseOldPrinterMetrics" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="RedlineProtectionKey" config:type="base64Binary"/>
+   <config:config-item config:name="TabsRelativeToIndent" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="Rsid" config:type="int">13088230</config:config-item>
+   <config:config-item config:name="UpdateFromTemplate" config:type="boolean">true</config:config-item>
    <config:config-item config:name="ProtectForm" config:type="boolean">false</config:config-item>
    <config:config-item config:name="MsWordCompMinLineHeightByFly" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="BackgroundParaOverDrawings" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="SaveVersionOnClose" config:type="boolean">false</config:config-item>
-   <config:config-item config:name="MathBaselineAlignment" config:type="boolean">false</config:config-item>
    <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
-   <config:config-item config:name="TabOverflow" config:type="boolean">false</config:config-item>
   </config:config-item-set>
  </office:settings>
  <office:scripts>
@@ -169,11 +175,11 @@
  </office:font-face-decls>
  <office:styles>
   <style:default-style style:family="graphic">
-   <style:graphic-properties svg:stroke-color="#3465a4" draw:fill-color="#729fcf" fo:wrap-option="no-wrap" draw:shadow-offset-x="0.3cm" draw:shadow-offset-y="0.3cm" draw:start-line-spacing-horizontal="0.283cm" draw:start-line-spacing-vertical="0.283cm" draw:end-line-spacing-horizontal="0.283cm" draw:end-line-spacing-vertical="0.283cm" style:flow-with-text="true"/>
-   <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
+   <style:graphic-properties svg:stroke-color="#3465a4" draw:fill-color="#729fcf" fo:wrap-option="no-wrap" draw:shadow-offset-x="0.3cm" draw:shadow-offset-y="0.3cm" draw:start-line-spacing-horizontal="0.283cm" draw:start-line-spacing-vertical="0.283cm" draw:end-line-spacing-horizontal="0.283cm" draw:end-line-spacing-vertical="0.283cm" style:writing-mode="lr-tb" style:flow-with-text="true"/>
+   <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" loext:tab-stop-distance="0cm" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
     <style:tab-stops/>
    </style:paragraph-properties>
-   <style:text-properties style:use-window-font-color="true" loext:opacity="0%" loext:color-lum-mod="100%" loext:color-lum-off="0%" style:font-name="Thorndale AMT" fo:font-size="12pt" fo:language="hu" fo:country="HU" style:letter-kerning="true" style:font-name-asian="SimSun" style:font-size-asian="12pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="Mangal1" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN"/>
+   <style:text-properties style:use-window-font-color="true" loext:opacity="0%" style:font-name="Thorndale AMT" fo:font-size="12pt" fo:language="hu" fo:country="HU" style:letter-kerning="true" style:font-name-asian="SimSun" style:font-size-asian="12pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="Mangal1" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN"/>
   </style:default-style>
   <style:default-style style:family="paragraph">
    <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="1.251cm" style:writing-mode="page"/>
@@ -345,107 +351,123 @@
   <text:notes-configuration text:note-class="footnote" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="document"/>
   <text:notes-configuration text:note-class="endnote" style:num-format="i" text:start-value="0"/>
   <text:linenumbering-configuration text:number-lines="false" text:offset="0.499cm" style:num-format="1" text:number-position="left" text:increment="5"/>
+  <loext:theme loext:name="Office Theme">
+   <loext:theme-colors loext:name="LibreOffice">
+    <loext:color loext:name="dark1" loext:color="#000000"/>
+    <loext:color loext:name="light1" loext:color="#ffffff"/>
+    <loext:color loext:name="dark2" loext:color="#000000"/>
+    <loext:color loext:name="light2" loext:color="#ffffff"/>
+    <loext:color loext:name="accent1" loext:color="#18a303"/>
+    <loext:color loext:name="accent2" loext:color="#0369a3"/>
+    <loext:color loext:name="accent3" loext:color="#a33e03"/>
+    <loext:color loext:name="accent4" loext:color="#8e03a3"/>
+    <loext:color loext:name="accent5" loext:color="#c99c00"/>
+    <loext:color loext:name="accent6" loext:color="#c9211e"/>
+    <loext:color loext:name="hyperlink" loext:color="#0000ee"/>
+    <loext:color loext:name="followed-hyperlink" loext:color="#551a8b"/>
+   </loext:theme-colors>
+  </loext:theme>
  </office:styles>
  <office:automatic-styles>
-  <style:style style:name="Table1" style:family="table">
-   <style:table-properties style:width="26.704cm" table:align="left"/>
+  <style:style style:name="Tabelle1" style:family="table">
+   <style:table-properties style:width="26.28cm" table:align="left"/>
   </style:style>
-  <style:style style:name="Table1.A" style:family="table-column">
-   <style:table-column-properties style:column-width="6.775cm"/>
+  <style:style style:name="Tabelle1.A" style:family="table-column">
+   <style:table-column-properties style:column-width="6.061cm"/>
   </style:style>
-  <style:style style:name="Table1.B" style:family="table-column">
-   <style:table-column-properties style:column-width="6.828cm"/>
+  <style:style style:name="Tabelle1.B" style:family="table-column">
+   <style:table-column-properties style:column-width="6.802cm"/>
   </style:style>
-  <style:style style:name="Table1.C" style:family="table-column">
-   <style:table-column-properties style:column-width="6.272cm"/>
+  <style:style style:name="Tabelle1.C" style:family="table-column">
+   <style:table-column-properties style:column-width="6.643cm"/>
   </style:style>
-  <style:style style:name="Table1.A1" style:family="table-cell">
+  <style:style style:name="Tabelle1.D" style:family="table-column">
+   <style:table-column-properties style:column-width="6.775cm"/>
+  </style:style>
+  <style:style style:name="Tabelle1.A1" style:family="table-cell">
    <style:table-cell-properties style:vertical-align="middle" fo:padding="0.049cm" fo:border="none"/>
   </style:style>
-  <style:style style:name="Table1.B446" style:family="table-cell">
+  <style:style style:name="Tabelle1.C451" style:family="table-cell">
    <style:table-cell-properties fo:padding="0.049cm" fo:border="none"/>
   </style:style>
-  <style:style style:name="Table2" style:family="table">
-   <style:table-properties style:width="18.528cm" table:align="left"/>
+  <style:style style:name="Tabelle2" style:family="table">
+   <style:table-properties style:width="18.078cm" table:align="left"/>
   </style:style>
-  <style:style style:name="Table2.A" style:family="table-column">
+  <style:style style:name="Tabelle2.A" style:family="table-column">
    <style:table-column-properties style:column-width="4.235cm"/>
   </style:style>
-  <style:style style:name="Table2.B" style:family="table-column">
-   <style:table-column-properties style:column-width="4.817cm"/>
+  <style:style style:name="Tabelle2.B" style:family="table-column">
+   <style:table-column-properties style:column-width="4.738cm"/>
   </style:style>
-  <style:style style:name="Table2.C" style:family="table-column">
-   <style:table-column-properties style:column-width="5.293cm"/>
+  <style:style style:name="Tabelle2.C" style:family="table-column">
+   <style:table-column-properties style:column-width="3.812cm"/>
   </style:style>
-  <style:style style:name="Table2.D" style:family="table-column">
-   <style:table-column-properties style:column-width="4.182cm"/>
+  <style:style style:name="Tabelle2.D" style:family="table-column">
+   <style:table-column-properties style:column-width="5.293cm"/>
   </style:style>
-  <style:style style:name="Table2.A1" style:family="table-cell">
+  <style:style style:name="Tabelle2.A1" style:family="table-cell">
    <style:table-cell-properties style:vertical-align="middle" fo:padding="0.049cm" fo:border="none"/>
   </style:style>
-  <style:style style:name="Table2.B9" style:family="table-cell">
+  <style:style style:name="Tabelle2.C9" style:family="table-cell">
    <style:table-cell-properties fo:padding="0.049cm" fo:border="none"/>
   </style:style>
-  <style:style style:name="Table3" style:family="table">
-   <style:table-properties style:width="17.999cm" table:align="left"/>
+  <style:style style:name="Tabelle3" style:family="table">
+   <style:table-properties style:width="17.708cm" table:align="left"/>
   </style:style>
-  <style:style style:name="Table3.A" style:family="table-column">
-   <style:table-column-properties style:column-width="3.865cm"/>
+  <style:style style:name="Tabelle3.A" style:family="table-column">
+   <style:table-column-properties style:column-width="3.785cm"/>
   </style:style>
-  <style:style style:name="Table3.B" style:family="table-column">
-   <style:table-column-properties style:column-width="3.838cm"/>
+  <style:style style:name="Tabelle3.B" style:family="table-column">
+   <style:table-column-properties style:column-width="3.759cm"/>
   </style:style>
-  <style:style style:name="Table3.C" style:family="table-column">
-   <style:table-column-properties style:column-width="6.193cm"/>
+  <style:style style:name="Tabelle3.C" style:family="table-column">
+   <style:table-column-properties style:column-width="6.14cm"/>
   </style:style>
-  <style:style style:name="Table3.D" style:family="table-column">
-   <style:table-column-properties style:column-width="4.103cm"/>
+  <style:style style:name="Tabelle3.D" style:family="table-column">
+   <style:table-column-properties style:column-width="4.023cm"/>
   </style:style>
-  <style:style style:name="Table3.A1" style:family="table-cell">
+  <style:style style:name="Tabelle3.A1" style:family="table-cell">
    <style:table-cell-properties style:vertical-align="middle" fo:padding="0.049cm" fo:border="none"/>
   </style:style>
-  <style:style style:name="Table3.C33" style:family="table-cell">
+  <style:style style:name="Tabelle3.C33" style:family="table-cell">
    <style:table-cell-properties fo:padding="0.049cm" fo:border="none"/>
   </style:style>
-  <style:style style:name="Table4" style:family="table">
-   <style:table-properties style:width="17.02cm" table:align="left"/>
+  <style:style style:name="Tabelle4" style:family="table">
+   <style:table-properties style:width="16.755cm" table:align="left"/>
   </style:style>
-  <style:style style:name="Table4.A" style:family="table-column">
-   <style:table-column-properties style:column-width="3.918cm"/>
+  <style:style style:name="Tabelle4.A" style:family="table-column">
+   <style:table-column-properties style:column-width="3.838cm"/>
   </style:style>
-  <style:style style:name="Table4.B" style:family="table-column">
-   <style:table-column-properties style:column-width="4.897cm"/>
+  <style:style style:name="Tabelle4.B" style:family="table-column">
+   <style:table-column-properties style:column-width="4.844cm"/>
   </style:style>
-  <style:style style:name="Table4.C" style:family="table-column">
-   <style:table-column-properties style:column-width="4.288cm"/>
+  <style:style style:name="Tabelle4.C" style:family="table-column">
+   <style:table-column-properties style:column-width="4.235cm"/>
   </style:style>
-  <style:style style:name="Table4.A1" style:family="table-cell">
+  <style:style style:name="Tabelle4.A1" style:family="table-cell">
    <style:table-cell-properties style:vertical-align="middle" fo:padding="0.049cm" fo:border="none"/>
   </style:style>
-  <style:style style:name="Table4.B3" style:family="table-cell">
+  <style:style style:name="Tabelle4.B3" style:family="table-cell">
    <style:table-cell-properties fo:padding="0.049cm" fo:border="none"/>
   </style:style>
-  <style:style style:name="Table5" style:family="table">
-   <style:table-properties style:width="31.757cm" table:align="left"/>
+  <style:style style:name="Tabelle5" style:family="table">
+   <style:table-properties style:width="32.683cm" table:align="left"/>
   </style:style>
-  <style:style style:name="Table5.A" style:family="table-column">
-   <style:table-column-properties style:column-width="11.855cm"/>
+  <style:style style:name="Tabelle5.A" style:family="table-column">
+   <style:table-column-properties style:column-width="6.722cm"/>
   </style:style>
-  <style:style style:name="Table5.B" style:family="table-column">
-   <style:table-column-properties style:column-width="6.272cm"/>
+  <style:style style:name="Tabelle5.B" style:family="table-column">
+   <style:table-column-properties style:column-width="7.966cm"/>
   </style:style>
-  <style:style style:name="Table5.C" style:family="table-column">
-   <style:table-column-properties style:column-width="6.828cm"/>
+  <style:style style:name="Tabelle5.C" style:family="table-column">
+   <style:table-column-properties style:column-width="6.219cm"/>
   </style:style>
-  <style:style style:name="Table5.D" style:family="table-column">
-   <style:table-column-properties style:column-width="6.802cm"/>
+  <style:style style:name="Tabelle5.D" style:family="table-column">
+   <style:table-column-properties style:column-width="11.776cm"/>
   </style:style>
-  <style:style style:name="Table5.A1" style:family="table-cell">
+  <style:style style:name="Tabelle5.A1" style:family="table-cell">
    <style:table-cell-properties style:vertical-align="middle" fo:padding="0.049cm" fo:border="none"/>
   </style:style>
-  <style:style style:name="Table5.B717" style:family="table-cell">
-   <style:table-cell-properties fo:padding="0.049cm" fo:border="none"/>
-  </style:style>
   <style:style style:name="P1" style:family="paragraph" style:parent-style-name="Table_20_Contents">
    <style:text-properties fo:font-size="2pt" style:font-size-asian="2pt" style:font-size-complex="2pt"/>
   </style:style>
@@ -554,20 +576,42 @@
    <style:paragraph-properties style:page-number="auto"/>
    <style:text-properties officeooo:paragraph-rsid="00af6e70"/>
   </style:style>
-  <style:style style:name="P33" style:family="paragraph" style:parent-style-name="Table_20_Contents">
+  <style:style style:name="P33" style:family="paragraph" style:parent-style-name="Heading_20_2">
+   <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false"/>
+  </style:style>
+  <style:style style:name="P34" style:family="paragraph" style:parent-style-name="Table_20_Contents">
    <style:text-properties fo:font-size="2pt" style:font-size-asian="2pt" style:font-size-complex="2pt"/>
   </style:style>
-  <style:style style:name="P34" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L1"/>
-  <style:style style:name="P35" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L1">
+  <style:style style:name="P35" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L1"/>
+  <style:style style:name="P36" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L1">
    <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" style:contextual-spacing="false" fo:text-indent="0cm" style:auto-text-indent="false"/>
   </style:style>
-  <style:style style:name="P36" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L2"/>
   <style:style style:name="P37" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L2">
    <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" style:contextual-spacing="false"/>
   </style:style>
   <style:style style:name="P38" style:family="paragraph" style:parent-style-name="Text_20_body">
    <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" style:contextual-spacing="false"/>
   </style:style>
+  <style:style style:name="P39" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L3"/>
+  <style:style style:name="P40" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L3">
+   <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" style:contextual-spacing="false" fo:text-indent="0cm" style:auto-text-indent="false"/>
+  </style:style>
+  <style:style style:name="P41" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L4"/>
+  <style:style style:name="P42" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L4">
+   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" style:contextual-spacing="false"/>
+  </style:style>
+  <style:style style:name="P43" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L5"/>
+  <style:style style:name="P44" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L5">
+   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" style:contextual-spacing="false"/>
+  </style:style>
+  <style:style style:name="P45" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L6"/>
+  <style:style style:name="P46" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L6">
+   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" style:contextual-spacing="false"/>
+  </style:style>
+  <style:style style:name="P47" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L7"/>
+  <style:style style:name="P48" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L7">
+   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" style:contextual-spacing="false"/>
+  </style:style>
   <style:style style:name="T1" style:family="text">
    <style:text-properties style:text-position="33% 80%"/>
   </style:style>
@@ -580,7 +624,6 @@
   <style:style style:name="T4" style:family="text">
    <style:text-properties officeooo:rsid="0078187e"/>
   </style:style>
-  <style:style style:name="T5" style:family="text"/>
   <style:style style:name="fr1" style:family="graphic" style:parent-style-name="Graphics">
    <style:graphic-properties style:run-through="foreground" style:wrap="none" style:vertical-pos="from-top" style:vertical-rel="page" style:horizontal-pos="from-left" style:horizontal-rel="page" style:mirror="none" fo:clip="rect(0cm, 0cm, 0cm, 0cm)" draw:luminance="0%" draw:contrast="0%" draw:red="0%" draw:green="0%" draw:blue="0%" draw:gamma="100%" draw:color-inversion="false" draw:image-opacity="100%" draw:color-mode="standard"/>
   </style:style>
@@ -622,6 +665,38 @@
    </text:list-level-style-number>
   </text:list-style>
   <text:list-style style:name="L2">
+   <text:list-level-style-bullet text:level="1" text:style-name="Bullet_20_Symbols" loext:num-list-format="%1%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="0.752cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="2" text:style-name="Bullet_20_Symbols" loext:num-list-format="%2%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="2.002cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="3" text:style-name="Bullet_20_Symbols" loext:num-list-format="%3%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="3.253cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="4" text:style-name="Bullet_20_Symbols" loext:num-list-format="%4%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="4.503cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="5" text:style-name="Bullet_20_Symbols" loext:num-list-format="%5%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="5.754cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="6" text:style-name="Bullet_20_Symbols" loext:num-list-format="%6%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="7.005cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="7" text:style-name="Bullet_20_Symbols" loext:num-list-format="%7%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="8.255cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="8" text:style-name="Bullet_20_Symbols" loext:num-list-format="%8%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="9.506cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="9" text:style-name="Bullet_20_Symbols" loext:num-list-format="%9%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="10.756cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="10" text:style-name="Bullet_20_Symbols" loext:num-list-format="%10%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="12.007cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+  </text:list-style>
+  <text:list-style style:name="L3">
    <text:list-level-style-number text:level="1" text:style-name="Bullet_20_Symbols" loext:num-list-format="%1%." style:num-suffix="." style:num-format="a">
     <style:list-level-properties text:space-before="0.752cm" text:min-label-width="0.499cm"/>
    </text:list-level-style-number>
@@ -653,6 +728,134 @@
     <style:list-level-properties text:space-before="12.007cm" text:min-label-width="0.499cm"/>
    </text:list-level-style-number>
   </text:list-style>
+  <text:list-style style:name="L4">
+   <text:list-level-style-bullet text:level="1" text:style-name="Bullet_20_Symbols" loext:num-list-format="%1%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="0.752cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="2" text:style-name="Bullet_20_Symbols" loext:num-list-format="%2%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="2.002cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="3" text:style-name="Bullet_20_Symbols" loext:num-list-format="%3%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="3.253cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="4" text:style-name="Bullet_20_Symbols" loext:num-list-format="%4%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="4.503cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="5" text:style-name="Bullet_20_Symbols" loext:num-list-format="%5%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="5.754cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="6" text:style-name="Bullet_20_Symbols" loext:num-list-format="%6%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="7.005cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="7" text:style-name="Bullet_20_Symbols" loext:num-list-format="%7%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="8.255cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="8" text:style-name="Bullet_20_Symbols" loext:num-list-format="%8%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="9.506cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="9" text:style-name="Bullet_20_Symbols" loext:num-list-format="%9%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="10.756cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="10" text:style-name="Bullet_20_Symbols" loext:num-list-format="%10%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="12.007cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+  </text:list-style>
+  <text:list-style style:name="L5">
+   <text:list-level-style-bullet text:level="1" text:style-name="Bullet_20_Symbols" loext:num-list-format="%1%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="0.752cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="2" text:style-name="Bullet_20_Symbols" loext:num-list-format="%2%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="2.002cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="3" text:style-name="Bullet_20_Symbols" loext:num-list-format="%3%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="3.253cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="4" text:style-name="Bullet_20_Symbols" loext:num-list-format="%4%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="4.503cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="5" text:style-name="Bullet_20_Symbols" loext:num-list-format="%5%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="5.754cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="6" text:style-name="Bullet_20_Symbols" loext:num-list-format="%6%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="7.005cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="7" text:style-name="Bullet_20_Symbols" loext:num-list-format="%7%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="8.255cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="8" text:style-name="Bullet_20_Symbols" loext:num-list-format="%8%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="9.506cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="9" text:style-name="Bullet_20_Symbols" loext:num-list-format="%9%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="10.756cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="10" text:style-name="Bullet_20_Symbols" loext:num-list-format="%10%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="12.007cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+  </text:list-style>
+  <text:list-style style:name="L6">
+   <text:list-level-style-bullet text:level="1" text:style-name="Bullet_20_Symbols" loext:num-list-format="%1%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="0.752cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="2" text:style-name="Bullet_20_Symbols" loext:num-list-format="%2%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="2.002cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="3" text:style-name="Bullet_20_Symbols" loext:num-list-format="%3%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="3.253cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="4" text:style-name="Bullet_20_Symbols" loext:num-list-format="%4%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="4.503cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="5" text:style-name="Bullet_20_Symbols" loext:num-list-format="%5%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="5.754cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="6" text:style-name="Bullet_20_Symbols" loext:num-list-format="%6%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="7.005cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="7" text:style-name="Bullet_20_Symbols" loext:num-list-format="%7%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="8.255cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="8" text:style-name="Bullet_20_Symbols" loext:num-list-format="%8%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="9.506cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="9" text:style-name="Bullet_20_Symbols" loext:num-list-format="%9%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="10.756cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="10" text:style-name="Bullet_20_Symbols" loext:num-list-format="%10%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="12.007cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+  </text:list-style>
+  <text:list-style style:name="L7">
+   <text:list-level-style-bullet text:level="1" text:style-name="Bullet_20_Symbols" loext:num-list-format="%1%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="0.752cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="2" text:style-name="Bullet_20_Symbols" loext:num-list-format="%2%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="2.002cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="3" text:style-name="Bullet_20_Symbols" loext:num-list-format="%3%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="3.253cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="4" text:style-name="Bullet_20_Symbols" loext:num-list-format="%4%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="4.503cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="5" text:style-name="Bullet_20_Symbols" loext:num-list-format="%5%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="5.754cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="6" text:style-name="Bullet_20_Symbols" loext:num-list-format="%6%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="7.005cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="7" text:style-name="Bullet_20_Symbols" loext:num-list-format="%7%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="8.255cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="8" text:style-name="Bullet_20_Symbols" loext:num-list-format="%8%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="9.506cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="9" text:style-name="Bullet_20_Symbols" loext:num-list-format="%9%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="10.756cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="10" text:style-name="Bullet_20_Symbols" loext:num-list-format="%10%." style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="12.007cm" text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+  </text:list-style>
   <style:page-layout style:name="pm1">
    <style:page-layout-properties fo:page-width="21.001cm" fo:page-height="29.7cm" style:num-format="1" style:print-orientation="portrait" fo:margin-top="2cm" fo:margin-bottom="2cm" fo:margin-left="2cm" fo:margin-right="2cm" style:writing-mode="lr-tb" style:layout-grid-color="#c0c0c0" style:layout-grid-lines="20" style:layout-grid-base-height="0.706cm" style:layout-grid-ruby-height="0.353cm" style:layout-grid-mode="none" style:layout-grid-ruby-below="false" style:layout-grid-print="false" style:layout-grid-display="false" style:footnote-max-height="0cm" loext:margin-gutter="0cm">
     <style:footnote-sep style:width="0.018cm" style:distance-before-sep="0.101cm" style:distance-after-sep="0.101cm" style:line-style="none" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
@@ -960,6890 +1163,6965 @@
    </draw:frame>
    <text:section text:style-name="Sect1" text:name="BgContainer">
     <text:p text:style-name="P32">Credits</text:p>
-    <text:p text:style-name="Text_20_body">1911 individuals contributed to OpenOffice.org (and whose contributions were imported into LibreOffice) or LibreOffice until 2023-11-27 21:42:37.</text:p>
+    <text:p text:style-name="Text_20_body">1932 individuals contributed to OpenOffice.org (and whose contributions were imported into LibreOffice) or LibreOffice until 2024-02-15 16:28:21.</text:p>
     <text:p text:style-name="Text_20_body"><text:span text:style-name="T1">*</text:span> marks developers whose first contributions happened after 2010-09-28.</text:p>
     <text:h text:style-name="Heading_20_2" text:outline-level="2">Developers committing code since 2010-09-28</text:h>
-    <table:table table:name="Table1" table:style-name="Table1">
-     <table:table-column table:style-name="Table1.A"/>
-     <table:table-column table:style-name="Table1.B"/>
-     <table:table-column table:style-name="Table1.C"/>
-     <table:table-column table:style-name="Table1.B"/>
+    <table:table table:name="Tabelle1" table:style-name="Tabelle1">
+     <table:table-column table:style-name="Tabelle1.A"/>
+     <table:table-column table:style-name="Tabelle1.B"/>
+     <table:table-column table:style-name="Tabelle1.C"/>
+     <table:table-column table:style-name="Tabelle1.D"/>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Ruediger Timm<text:line-break/>Commits: 82464<text:line-break/>Joined: 2000-10-10</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Caolán McNamara<text:line-break/>Commits: 34865<text:line-break/>Joined: 2000-10-10</text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">Caolán McNamara<text:line-break/>Commits: 35170<text:line-break/>Joined: 2000-10-10</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Kurt Zenker<text:line-break/>Commits: 31752<text:line-break/>Joined: 2000-09-25</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Oliver Bolte<text:line-break/>Commits: 31008<text:line-break/>Joined: 2000-09-19</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Jens-Heiner Rechtien [hr]<text:line-break/>Commits: 28805<text:line-break/>Joined: 2000-09-18</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Vladimir Glazunov<text:line-break/>Commits: 25434<text:line-break/>Joined: 2000-12-04</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Stephan Bergmann<text:line-break/>Commits: 20836<text:line-break/>Joined: 2000-10-04</text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">Stephan Bergmann<text:line-break/>Commits: 21011<text:line-break/>Joined: 2000-10-04</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Noel Grandin<text:line-break/>Commits: 18184<text:line-break/>Joined: <text:span text:style-name="T2">2011-12-12</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Noel Grandin<text:line-break/>Commits: 18332<text:line-break/>Joined: <text:span text:style-name="T2">2011-12-12</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Miklos Vajna<text:line-break/>Commits: 9771<text:line-break/>Joined: 2010-07-29</text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">Miklos Vajna<text:line-break/>Commits: 9854<text:line-break/>Joined: 2010-07-29</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Ivo Hinkelmann<text:line-break/>Commits: 9480<text:line-break/>Joined: 2002-09-09</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Tor Lillqvist<text:line-break/>Commits: 9160<text:line-break/>Joined: 2010-03-23</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Michael Stahl<text:line-break/>Commits: 8363<text:line-break/>Joined: 2008-06-16</text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">Michael Stahl<text:line-break/>Commits: 8433<text:line-break/>Joined: 2008-06-16</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Kohei Yoshida<text:line-break/>Commits: 5571<text:line-break/>Joined: 2009-06-19</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Eike Rathke<text:line-break/>Commits: 5342<text:line-break/>Joined: 2000-10-11</text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">Eike Rathke<text:line-break/>Commits: 5347<text:line-break/>Joined: 2000-10-11</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Markus Mohrhard<text:line-break/>Commits: 5203<text:line-break/>Joined: <text:span text:style-name="T2">2011-03-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Frank Schoenheit [fs]<text:line-break/>Commits: 5008<text:line-break/>Joined: 2000-09-19</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Julien Nabet<text:line-break/>Commits: 3765<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-04</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Julien Nabet<text:line-break/>Commits: 3856<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andrea Gelmini<text:line-break/>Commits: 3755<text:line-break/>Joined: <text:span text:style-name="T2">2014-10-30</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andrea Gelmini<text:line-break/>Commits: 3837<text:line-break/>Joined: <text:span text:style-name="T2">2014-10-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">David Tardon<text:line-break/>Commits: 3648<text:line-break/>Joined: 2009-11-12</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tomaž Vajngerl<text:line-break/>Commits: 3346<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-02</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tomaž Vajngerl<text:line-break/>Commits: 3425<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-02</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Luboš Luňák<text:line-break/>Commits: 3201<text:line-break/>Joined: 2010-09-21</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mike Kaganski<text:line-break/>Commits: 3038<text:line-break/>Joined: <text:span text:style-name="T2">2015-04-26</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mike Kaganski<text:line-break/>Commits: 3177<text:line-break/>Joined: <text:span text:style-name="T2">2015-04-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Hans-Joachim Lankenau<text:line-break/>Commits: 3007<text:line-break/>Joined: 2000-09-19</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Ocke Janssen [oj]<text:line-break/>Commits: 2850<text:line-break/>Joined: 2000-09-20</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Xisco Fauli<text:line-break/>Commits: 2691<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-06</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Xisco Fauli<text:line-break/>Commits: 2752<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Jan Holesovsky<text:line-break/>Commits: 2672<text:line-break/>Joined: 2009-06-23</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Mathias Bauer<text:line-break/>Commits: 2580<text:line-break/>Joined: 2000-09-20</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Oliver Specht<text:line-break/>Commits: 2555<text:line-break/>Joined: 2000-09-21</text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">Oliver Specht<text:line-break/>Commits: 2571<text:line-break/>Joined: 2000-09-21</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Michael Meeks<text:line-break/>Commits: 2498<text:line-break/>Joined: 2004-08-05</text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">Michael Meeks<text:line-break/>Commits: 2501<text:line-break/>Joined: 2004-08-05</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Bjoern Michaelsen<text:line-break/>Commits: 2493<text:line-break/>Joined: 2009-10-14</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Norbert Thiebaud<text:line-break/>Commits: 2176<text:line-break/>Joined: <text:span text:style-name="T2">2010-09-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Thomas Arnhold<text:line-break/>Commits: 2176<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-16</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Philipp Lohmann [pl]<text:line-break/>Commits: 2089<text:line-break/>Joined: 2000-09-21</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andras Timar<text:line-break/>Commits: 1997<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-02</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Olivier Hallot<text:line-break/>Commits: 2053<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Olivier Hallot<text:line-break/>Commits: 1994<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-25</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andras Timar<text:line-break/>Commits: 2007<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Christian Lippka<text:line-break/>Commits: 1805<text:line-break/>Joined: 2000-09-25</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matúš Kukan<text:line-break/>Commits: 1712<text:line-break/>Joined: <text:span text:style-name="T2">2011-04-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Armin Le Grand (allotropia)<text:line-break/>Commits: 1640<text:line-break/>Joined: 2000-09-25</text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">Armin Le Grand (allotropia)<text:line-break/>Commits: 1670<text:line-break/>Joined: 2000-09-25</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Takeshi Abe<text:line-break/>Commits: 1486<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matteo Casalin<text:line-break/>Commits: 1476<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-13</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Chris Sherlock<text:line-break/>Commits: 1478<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-25</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Chris Sherlock<text:line-break/>Commits: 1467<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-25</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matteo Casalin<text:line-break/>Commits: 1476<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Thorsten Behrens<text:line-break/>Commits: 1442<text:line-break/>Joined: 2001-04-25</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Fridrich Å trba<text:line-break/>Commits: 1338<text:line-break/>Joined: 2007-02-22</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Thomas Lange [tl]<text:line-break/>Commits: 1310<text:line-break/>Joined: 2000-09-22</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Niklas Nebel<text:line-break/>Commits: 1296<text:line-break/>Joined: 2000-09-19</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Szymon Kłos<text:line-break/>Commits: 1237<text:line-break/>Joined: <text:span text:style-name="T2">2014-03-22</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Samuel Mehrbrodt<text:line-break/>Commits: 1266<text:line-break/>Joined: <text:span text:style-name="T2">2011-06-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jan-Marek Glogowski<text:line-break/>Commits: 1232<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-14</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Szymon Kłos<text:line-break/>Commits: 1251<text:line-break/>Joined: <text:span text:style-name="T2">2014-03-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>andreas kainz<text:line-break/>Commits: 1228<text:line-break/>Joined: <text:span text:style-name="T2">2015-03-18</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jan-Marek Glogowski<text:line-break/>Commits: 1232<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-14</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Samuel Mehrbrodt<text:line-break/>Commits: 1219<text:line-break/>Joined: <text:span text:style-name="T2">2011-06-08</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>andreas kainz<text:line-break/>Commits: 1228<text:line-break/>Joined: <text:span text:style-name="T2">2015-03-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tamás Zolnai<text:line-break/>Commits: 1208<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Daniel Rentz [dr]<text:line-break/>Commits: 1206<text:line-break/>Joined: 2000-09-28</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Christian Lohmaier<text:line-break/>Commits: 1166<text:line-break/>Joined: 2008-06-01</text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">Christian Lohmaier<text:line-break/>Commits: 1189<text:line-break/>Joined: 2008-06-01</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gabor Kelemen<text:line-break/>Commits: 1146<text:line-break/>Joined: <text:span text:style-name="T2">2013-06-18</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gabor Kelemen<text:line-break/>Commits: 1160<text:line-break/>Joined: <text:span text:style-name="T2">2013-06-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Lionel Elie Mamane<text:line-break/>Commits: 1051<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-15</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael Weghorn<text:line-break/>Commits: 1071<text:line-break/>Joined: <text:span text:style-name="T2">2014-09-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael Weghorn<text:line-break/>Commits: 975<text:line-break/>Joined: <text:span text:style-name="T2">2014-09-10</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Lionel Elie Mamane<text:line-break/>Commits: 1051<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Johnny_M<text:line-break/>Commits: 966<text:line-break/>Joined: <text:span text:style-name="T2">2016-05-12</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Petr Mladek<text:line-break/>Commits: 958<text:line-break/>Joined: 2006-10-03</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Noel Power<text:line-break/>Commits: 950<text:line-break/>Joined: 2002-09-24</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Khaled Hosny<text:line-break/>Commits: 920<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-28</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Khaled Hosny<text:line-break/>Commits: 921<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Kai Ahrens<text:line-break/>Commits: 909<text:line-break/>Joined: 2000-09-21</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Henning Brinkmann<text:line-break/>Commits: 899<text:line-break/>Joined: 2002-08-14</text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>László Németh<text:line-break/>Commits: 901<text:line-break/>Joined: <text:span text:style-name="T2">2010-09-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>László Németh<text:line-break/>Commits: 885<text:line-break/>Joined: <text:span text:style-name="T2">2010-09-29</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">Henning Brinkmann<text:line-break/>Commits: 899<text:line-break/>Joined: 2002-08-14</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Cédric Bosdonnat<text:line-break/>Commits: 882<text:line-break/>Joined: 2009-11-16</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Maxim Monastirsky<text:line-break/>Commits: 872<text:line-break/>Joined: <text:span text:style-name="T2">2013-10-27</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Malte Timmermann [mt]<text:line-break/>Commits: 864<text:line-break/>Joined: 2000-10-10</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Sven Jacobi<text:line-break/>Commits: 850<text:line-break/>Joined: 2000-09-21</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Herbert Dürr<text:line-break/>Commits: 827<text:line-break/>Joined: 2000-10-17</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Martin Gallwey<text:line-break/>Commits: 827<text:line-break/>Joined: 2000-11-08</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Mikhail Voytenko<text:line-break/>Commits: 793<text:line-break/>Joined: 2001-01-16</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Carsten Driesner<text:line-break/>Commits: 748<text:line-break/>Joined: 2000-10-06</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Joachim Lingner<text:line-break/>Commits: 745<text:line-break/>Joined: 2000-10-05</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Katarina Behrens<text:line-break/>Commits: 745<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-13</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andrzej Hunt<text:line-break/>Commits: 743<text:line-break/>Joined: <text:span text:style-name="T2">2012-03-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Andre Fischer<text:line-break/>Commits: 730<text:line-break/>Joined: 2001-02-06</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Release Engineering<text:line-break/>Commits: 728<text:line-break/>Joined: 2008-10-02</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Zdeněk Crhonek<text:line-break/>Commits: 714<text:line-break/>Joined: <text:span text:style-name="T2">2016-05-19</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Joerg Skottke [jsk]<text:line-break/>Commits: 678<text:line-break/>Joined: 2008-06-17</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rizal Muttaqin<text:line-break/>Commits: 664<text:line-break/>Joined: <text:span text:style-name="T2">2018-05-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Joseph Powers<text:line-break/>Commits: 658<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jens Carl<text:line-break/>Commits: 657<text:line-break/>Joined: <text:span text:style-name="T2">2014-05-28</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Kai Sommerfeld<text:line-break/>Commits: 651<text:line-break/>Joined: 2000-10-10</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Ingrid Halama<text:line-break/>Commits: 639<text:line-break/>Joined: 2001-01-19</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Justin Luth<text:line-break/>Commits: 625<text:line-break/>Joined: <text:span text:style-name="T2">2014-09-30</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Justin Luth<text:line-break/>Commits: 626<text:line-break/>Joined: <text:span text:style-name="T2">2014-09-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Seth Chaiklin<text:line-break/>Commits: 618<text:line-break/>Joined: <text:span text:style-name="T2">2019-11-13</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rafael Dominguez<text:line-break/>Commits: 606<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jochen Nitschke<text:line-break/>Commits: 587<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-02</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">René Engelhard<text:line-break/>Commits: 590<text:line-break/>Joined: 2005-03-14</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Rene Engelhard<text:line-break/>Commits: 582<text:line-break/>Joined: 2005-03-14</text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jochen Nitschke<text:line-break/>Commits: 587<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Adolfo Jayme Barrientos<text:line-break/>Commits: 575<text:line-break/>Joined: <text:span text:style-name="T2">2013-06-21</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jim Raykowski<text:line-break/>Commits: 578<text:line-break/>Joined: <text:span text:style-name="T2">2017-04-16</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yousuf Philips<text:line-break/>Commits: 569<text:line-break/>Joined: <text:span text:style-name="T2">2014-09-21</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Adolfo Jayme Barrientos<text:line-break/>Commits: 575<text:line-break/>Joined: <text:span text:style-name="T2">2013-06-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jim Raykowski<text:line-break/>Commits: 559<text:line-break/>Joined: <text:span text:style-name="T2">2017-04-16</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yousuf Philips<text:line-break/>Commits: 569<text:line-break/>Joined: <text:span text:style-name="T2">2014-09-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Thomas Benisch [tbe]<text:line-break/>Commits: 551<text:line-break/>Joined: 2000-10-23</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Jürgen Schmidt<text:line-break/>Commits: 512<text:line-break/>Joined: 2000-10-09</text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Justin Luth<text:line-break/>Commits: 535<text:line-break/>Joined: <text:span text:style-name="T2">2018-04-21</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Justin Luth<text:line-break/>Commits: 496<text:line-break/>Joined: <text:span text:style-name="T2">2018-04-21</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">Jürgen Schmidt<text:line-break/>Commits: 512<text:line-break/>Joined: 2000-10-09</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Peter Foley<text:line-break/>Commits: 489<text:line-break/>Joined: <text:span text:style-name="T2">2011-09-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>jan Iversen<text:line-break/>Commits: 474<text:line-break/>Joined: <text:span text:style-name="T2">2015-11-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Andreas Bregas<text:line-break/>Commits: 470<text:line-break/>Joined: 2000-09-25</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Heiko Tietze<text:line-break/>Commits: 456<text:line-break/>Joined: <text:span text:style-name="T2">2016-10-06</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Heiko Tietze<text:line-break/>Commits: 466<text:line-break/>Joined: <text:span text:style-name="T2">2016-10-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ashod Nakashian<text:line-break/>Commits: 398<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-07</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ashod Nakashian<text:line-break/>Commits: 399<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Dirk Voelzke<text:line-break/>Commits: 392<text:line-break/>Joined: 2000-11-27</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Laurent BP<text:line-break/>Commits: 389<text:line-break/>Joined: <text:span text:style-name="T2">2011-08-31</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Henry Castro<text:line-break/>Commits: 387<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-09</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ivan Timofeev<text:line-break/>Commits: 380<text:line-break/>Joined: <text:span text:style-name="T2">2011-09-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Henry Castro<text:line-break/>Commits: 379<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-09</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jean-Pierre Ledure<text:line-break/>Commits: 376<text:line-break/>Joined: <text:span text:style-name="T2">2013-10-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Oliver-Rainer Wittmann<text:line-break/>Commits: 372<text:line-break/>Joined: 2002-08-09</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jean-Pierre Ledure<text:line-break/>Commits: 372<text:line-break/>Joined: <text:span text:style-name="T2">2013-10-12</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Martin Hollmichel<text:line-break/>Commits: 371<text:line-break/>Joined: 2000-09-19</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Muhammet Kara<text:line-break/>Commits: 367<text:line-break/>Joined: <text:span text:style-name="T2">2016-03-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pranav Kant<text:line-break/>Commits: 366<text:line-break/>Joined: <text:span text:style-name="T2">2015-03-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Matthias Huetsch [mhu]<text:line-break/>Commits: 360<text:line-break/>Joined: 2000-09-28</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Marco Cecchetti<text:line-break/>Commits: 347<text:line-break/>Joined: <text:span text:style-name="T2">2011-04-14</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Marco Cecchetti<text:line-break/>Commits: 354<text:line-break/>Joined: <text:span text:style-name="T2">2011-04-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Arnaud VERSINI<text:line-break/>Commits: 336<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-05</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rafael Lima<text:line-break/>Commits: 352<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Patrick Luby<text:line-break/>Commits: 335<text:line-break/>Joined: 2000-09-21</text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Arnaud VERSINI<text:line-break/>Commits: 345<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>David Ostrovsky<text:line-break/>Commits: 334<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-01</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">Patrick Luby<text:line-break/>Commits: 335<text:line-break/>Joined: 2000-09-21</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rafael Lima<text:line-break/>Commits: 315<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-13</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>David Ostrovsky<text:line-break/>Commits: 334<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-01</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Stanislav Horacek<text:line-break/>Commits: 311<text:line-break/>Joined: <text:span text:style-name="T2">2012-12-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Radek Doulik<text:line-break/>Commits: 305<text:line-break/>Joined: 2010-05-03</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mark Hung<text:line-break/>Commits: 305<text:line-break/>Joined: <text:span text:style-name="T2">2014-11-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Chr. Rossmanith<text:line-break/>Commits: 300<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-03</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Stanislav Horacek<text:line-break/>Commits: 292<text:line-break/>Joined: <text:span text:style-name="T2">2012-12-09</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Chr. Rossmanith<text:line-break/>Commits: 300<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>August Sodora<text:line-break/>Commits: 285<text:line-break/>Joined: <text:span text:style-name="T2">2011-10-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Siqi Liu<text:line-break/>Commits: 277<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pierre-André Jacquod<text:line-break/>Commits: 276<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-13</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vasily Melenchuk<text:line-break/>Commits: 269<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-27</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andreas Heinisch<text:line-break/>Commits: 276<text:line-break/>Joined: <text:span text:style-name="T2">2019-05-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andreas Heinisch<text:line-break/>Commits: 267<text:line-break/>Joined: <text:span text:style-name="T2">2019-05-13</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vasily Melenchuk<text:line-break/>Commits: 270<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Bartosz Kosiorek<text:line-break/>Commits: 264<text:line-break/>Joined: 2010-09-17</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Lars Langhans<text:line-break/>Commits: 260<text:line-break/>Joined: 2000-09-22</text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Regina Henschel<text:line-break/>Commits: 263<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-04</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Regina Henschel<text:line-break/>Commits: 259<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-04</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">Lars Langhans<text:line-break/>Commits: 260<text:line-break/>Joined: 2000-09-22</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Muthu Subramanian<text:line-break/>Commits: 250<text:line-break/>Joined: 2010-08-25</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Robert Antoni Buj Gelonch<text:line-break/>Commits: 247<text:line-break/>Joined: <text:span text:style-name="T2">2014-06-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Winfried Donkers<text:line-break/>Commits: 215<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-11</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Justin Luth<text:line-break/>Commits: 223<text:line-break/>Joined: <text:span text:style-name="T2">2020-02-03</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Justin Luth<text:line-break/>Commits: 206<text:line-break/>Joined: <text:span text:style-name="T2">2020-02-03</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Winfried Donkers<text:line-break/>Commits: 216<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dennis Francis<text:line-break/>Commits: 205<text:line-break/>Joined: <text:span text:style-name="T2">2018-11-15</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dennis Francis<text:line-break/>Commits: 206<text:line-break/>Joined: <text:span text:style-name="T2">2018-11-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tamas Bunth<text:line-break/>Commits: 203<text:line-break/>Joined: <text:span text:style-name="T2">2016-03-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Ingo Schmidt<text:line-break/>Commits: 202<text:line-break/>Joined: 2004-02-05</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Arkadiy Illarionov<text:line-break/>Commits: 201<text:line-break/>Joined: <text:span text:style-name="T2">2017-01-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jacobo Aragunde Pérez<text:line-break/>Commits: 192<text:line-break/>Joined: <text:span text:style-name="T2">2013-09-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Robert Nagy<text:line-break/>Commits: 191<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Marcos Paulo de Souza<text:line-break/>Commits: 191<text:line-break/>Joined: <text:span text:style-name="T2">2012-09-26</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Giuseppe Castagno<text:line-break/>Commits: 187<text:line-break/>Joined: 2007-12-09</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ilmari Lauhakangas<text:line-break/>Commits: 184<text:line-break/>Joined: <text:span text:style-name="T2">2017-04-15</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tünde Tóth<text:line-break/>Commits: 178<text:line-break/>Joined: <text:span text:style-name="T2">2019-03-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>François Tigeot<text:line-break/>Commits: 176<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-31</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ilmari Lauhakangas<text:line-break/>Commits: 175<text:line-break/>Joined: <text:span text:style-name="T2">2017-04-15</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Philipp Riemer<text:line-break/>Commits: 171<text:line-break/>Joined: <text:span text:style-name="T2">2012-05-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gülşah Köse<text:line-break/>Commits: 165<text:line-break/>Joined: <text:span text:style-name="T2">2015-03-14</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Balazs Varga<text:line-break/>Commits: 165<text:line-break/>Joined: <text:span text:style-name="T2">2018-07-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gülşah Köse<text:line-break/>Commits: 163<text:line-break/>Joined: <text:span text:style-name="T2">2015-03-14</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nigel Hawkins<text:line-break/>Commits: 160<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-28</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Balazs Varga<text:line-break/>Commits: 165<text:line-break/>Joined: <text:span text:style-name="T2">2022-06-29</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nigel Hawkins<text:line-break/>Commits: 160<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-28</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gert Faller<text:line-break/>Commits: 151<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Artur Dorda<text:line-break/>Commits: 151<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alexander Wilms<text:line-break/>Commits: 151<text:line-break/>Joined: <text:span text:style-name="T2">2012-05-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Gregor Hartmann<text:line-break/>Commits: 141<text:line-break/>Joined: 2000-10-12</text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matthias Freund<text:line-break/>Commits: 141<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-08</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Hossein<text:line-break/>Commits: 143<text:line-break/>Joined: <text:span text:style-name="T2">2021-06-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tomáš Chvátal<text:line-break/>Commits: 140<text:line-break/>Joined: <text:span text:style-name="T2">2011-07-27</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">Gregor Hartmann&lt;gh<text:line-break/>Commits: 141<text:line-break/>Joined: 2000-10-12</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Balazs Varga<text:line-break/>Commits: 139<text:line-break/>Joined: <text:span text:style-name="T2">2022-06-29</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matthias Freund<text:line-break/>Commits: 141<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Hossein<text:line-break/>Commits: 138<text:line-break/>Joined: <text:span text:style-name="T2">2021-06-29</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tomáš Chvátal<text:line-break/>Commits: 140<text:line-break/>Joined: <text:span text:style-name="T2">2011-07-27</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Artur Dryomov<text:line-break/>Commits: 137<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sophia Schroeder<text:line-break/>Commits: 133<text:line-break/>Joined: <text:span text:style-name="T2">2018-04-07</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sarper Akdemir<text:line-break/>Commits: 136<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Serge Krot<text:line-break/>Commits: 132<text:line-break/>Joined: <text:span text:style-name="T2">2015-10-25</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sophia Schroeder<text:line-break/>Commits: 135<text:line-break/>Joined: <text:span text:style-name="T2">2018-04-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mert Tumer<text:line-break/>Commits: 132<text:line-break/>Joined: <text:span text:style-name="T2">2016-04-30</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Serge Krot<text:line-break/>Commits: 132<text:line-break/>Joined: <text:span text:style-name="T2">2015-10-25</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mert Tumer<text:line-break/>Commits: 132<text:line-break/>Joined: <text:span text:style-name="T2">2016-04-30</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dante DM<text:line-break/>Commits: 132<text:line-break/>Joined: <text:span text:style-name="T2">2020-06-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>panoskorovesis<text:line-break/>Commits: 131<text:line-break/>Joined: <text:span text:style-name="T2">2021-06-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jesús Corrius<text:line-break/>Commits: 130<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Philipp Weissenbacher<text:line-break/>Commits: 129<text:line-break/>Joined: <text:span text:style-name="T2">2011-10-28</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Philipp Weissenbacher<text:line-break/>Commits: 129<text:line-break/>Joined: <text:span text:style-name="T2">2011-10-28</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Helge Delfs [hde]<text:line-break/>Commits: 126<text:line-break/>Joined: 2009-07-28</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ariel Constenla-Haile<text:line-break/>Commits: 126<text:line-break/>Joined: <text:span text:style-name="T2">2012-01-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>haochen<text:line-break/>Commits: 126<text:line-break/>Joined: <text:span text:style-name="T2">2013-10-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Takashi Ono<text:line-break/>Commits: 122<text:line-break/>Joined: 2009-12-10</text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sebastian Spaeth<text:line-break/>Commits: 119<text:line-break/>Joined: <text:span text:style-name="T2">2010-09-28</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tibor Nagy<text:line-break/>Commits: 124<text:line-break/>Joined: <text:span text:style-name="T2">2020-04-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Douglas Mencken<text:line-break/>Commits: 119<text:line-break/>Joined: <text:span text:style-name="T2">2013-12-11</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">Takashi Ono<text:line-break/>Commits: 122<text:line-break/>Joined: 2009-12-10</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alain Romedenne<text:line-break/>Commits: 117<text:line-break/>Joined: <text:span text:style-name="T2">2019-02-25</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aron Budea<text:line-break/>Commits: 122<text:line-break/>Joined: <text:span text:style-name="T2">2014-12-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Kalman Szalai - KAMI<text:line-break/>Commits: 116<text:line-break/>Joined: 2010-09-14</text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sebastian Spaeth<text:line-break/>Commits: 119<text:line-break/>Joined: <text:span text:style-name="T2">2010-09-28</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tibor Nagy<text:line-break/>Commits: 116<text:line-break/>Joined: <text:span text:style-name="T2">2020-04-01</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Douglas Mencken<text:line-break/>Commits: 119<text:line-break/>Joined: <text:span text:style-name="T2">2013-12-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aron Budea<text:line-break/>Commits: 115<text:line-break/>Joined: <text:span text:style-name="T2">2014-12-22</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alain Romedenne<text:line-break/>Commits: 117<text:line-break/>Joined: <text:span text:style-name="T2">2019-02-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Joren De Cuyper<text:line-break/>Commits: 114<text:line-break/>Joined: <text:span text:style-name="T2">2013-01-07</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">Kalman Szalai - KAMI<text:line-break/>Commits: 116<text:line-break/>Joined: 2010-09-14</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dennis Francis<text:line-break/>Commits: 113<text:line-break/>Joined: <text:span text:style-name="T2">2015-04-15</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Joren De Cuyper<text:line-break/>Commits: 114<text:line-break/>Joined: <text:span text:style-name="T2">2013-01-07</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dennis Francis<text:line-break/>Commits: 113<text:line-break/>Joined: <text:span text:style-name="T2">2015-04-15</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>I-Jui (Ray) Sung<text:line-break/>Commits: 112<text:line-break/>Joined: <text:span text:style-name="T2">2013-09-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Akshay Deep<text:line-break/>Commits: 110<text:line-break/>Joined: <text:span text:style-name="T2">2016-01-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Louis-Francis Ratté-Boulianne<text:line-break/>Commits: 102<text:line-break/>Joined: <text:span text:style-name="T2">2014-10-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alain Romedenne<text:line-break/>Commits: 102<text:line-break/>Joined: <text:span text:style-name="T2">2021-02-17</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rishabh Kumar<text:line-break/>Commits: 100<text:line-break/>Joined: <text:span text:style-name="T2">2015-02-13</text:span></text:p>
       </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pranam Lashkari<text:line-break/>Commits: 100<text:line-break/>Joined: <text:span text:style-name="T2">2020-04-03</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Taichi Haradaguchi<text:line-break/>Commits: 100<text:line-break/>Joined: <text:span text:style-name="T2">2022-09-06</text:span></text:p>
+      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Thomas Klausner<text:line-break/>Commits: 99<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pranam Lashkari<text:line-break/>Commits: 98<text:line-break/>Joined: <text:span text:style-name="T2">2020-04-03</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Paris Oplopoios<text:line-break/>Commits: 99<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Paris Oplopoios<text:line-break/>Commits: 98<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-07</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Attila Bakos (NISZ)<text:line-break/>Commits: 97<text:line-break/>Joined: <text:span text:style-name="T2">2019-10-28</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Juergen Funk<text:line-break/>Commits: 95<text:line-break/>Joined: <text:span text:style-name="T2">2014-09-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alain Romedenne<text:line-break/>Commits: 94<text:line-break/>Joined: <text:span text:style-name="T2">2021-02-17</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Laurent Godard<text:line-break/>Commits: 93<text:line-break/>Joined: <text:span text:style-name="T2">2011-05-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Stefan Knorr<text:line-break/>Commits: 91<text:line-break/>Joined: <text:span text:style-name="T2">2011-07-04</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Varun Dhall<text:line-break/>Commits: 91<text:line-break/>Joined: <text:span text:style-name="T2">2015-03-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Taichi Haradaguchi<text:line-break/>Commits: 91<text:line-break/>Joined: <text:span text:style-name="T2">2022-09-06</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Krisztian Pinter<text:line-break/>Commits: 90<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Philipp Hofer<text:line-break/>Commits: 90<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-06</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Philipp Hofer<text:line-break/>Commits: 90<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-06</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Albert Thuswaldner<text:line-break/>Commits: 89<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tim Retout<text:line-break/>Commits: 88<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Daniel Bankston<text:line-break/>Commits: 88<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Korrawit Pruegsanusak<text:line-break/>Commits: 87<text:line-break/>Joined: <text:span text:style-name="T2">2011-05-28</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Attila Szűcs<text:line-break/>Commits: 88<text:line-break/>Joined: <text:span text:style-name="T2">2020-06-29</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Korrawit Pruegsanusak<text:line-break/>Commits: 87<text:line-break/>Joined: <text:span text:style-name="T2">2011-05-28</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Adam Co<text:line-break/>Commits: 86<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Mihaela Kedikova<text:line-break/>Commits: 85<text:line-break/>Joined: 2009-10-30</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Javier Fernandez<text:line-break/>Commits: 84<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Roman Kuznetsov<text:line-break/>Commits: 84<text:line-break/>Joined: <text:span text:style-name="T2">2018-10-23</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Tobias Krause<text:line-break/>Commits: 83<text:line-break/>Joined: 2007-10-02</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Minh Ngo<text:line-break/>Commits: 83<text:line-break/>Joined: <text:span text:style-name="T2">2013-05-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Patrick Luby<text:line-break/>Commits: 83<text:line-break/>Joined: <text:span text:style-name="T2">2022-12-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ricardo Montania<text:line-break/>Commits: 82<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-18</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Steve Fanning<text:line-break/>Commits: 78<text:line-break/>Joined: <text:span text:style-name="T2">2020-04-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tobias Madl<text:line-break/>Commits: 74<text:line-break/>Joined: <text:span text:style-name="T2">2014-09-15</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bogdan B<text:line-break/>Commits: 78<text:line-break/>Joined: <text:span text:style-name="T2">2022-11-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bogdan B<text:line-break/>Commits: 73<text:line-break/>Joined: <text:span text:style-name="T2">2022-11-01</text:span></text:p>
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tobias Madl<text:line-break/>Commits: 74<text:line-break/>Joined: <text:span text:style-name="T2">2014-09-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gergo Mocsi<text:line-break/>Commits: 72<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-14</text:span></text:p>
       </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>weigao<text:line-break/>Commits: 72<text:line-break/>Joined: <text:span text:style-name="T2">2014-05-07</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Thorsten Behrens<text:line-break/>Commits: 72<text:line-break/>Joined: <text:span text:style-name="T2">2020-12-19</text:span></text:p>
+      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>weigao<text:line-break/>Commits: 72<text:line-break/>Joined: <text:span text:style-name="T2">2014-05-07</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gabor Kelemen<text:line-break/>Commits: 71<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Thorsten Bosbach<text:line-break/>Commits: 70<text:line-break/>Joined: 2008-06-18</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michaël Lefèvre<text:line-break/>Commits: 68<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Riccardo Magliocchetti<text:line-break/>Commits: 68<text:line-break/>Joined: <text:span text:style-name="T2">2012-01-25</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Antonio Fernandez<text:line-break/>Commits: 68<text:line-break/>Joined: <text:span text:style-name="T2">2012-07-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kevin Suo<text:line-break/>Commits: 68<text:line-break/>Joined: <text:span text:style-name="T2">2020-10-10</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kevin Hunter<text:line-break/>Commits: 67<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jelle van der Waa<text:line-break/>Commits: 66<text:line-break/>Joined: <text:span text:style-name="T2">2013-06-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tomoyuki Kubota<text:line-break/>Commits: 66<text:line-break/>Joined: <text:span text:style-name="T2">2018-03-11</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rohan Kumar<text:line-break/>Commits: 65<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-23</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tomoyuki Kubota<text:line-break/>Commits: 66<text:line-break/>Joined: <text:span text:style-name="T2">2018-03-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kevin Suo<text:line-break/>Commits: 64<text:line-break/>Joined: <text:span text:style-name="T2">2020-10-10</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rohan Kumar<text:line-break/>Commits: 65<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>tagezi<text:line-break/>Commits: 63<text:line-break/>Joined: <text:span text:style-name="T2">2015-09-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mohammed Abdul Azeem<text:line-break/>Commits: 63<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-08</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rosemary Sebastian<text:line-break/>Commits: 62<text:line-break/>Joined: <text:span text:style-name="T2">2015-06-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Wolfram Garten [wg]<text:line-break/>Commits: 61<text:line-break/>Joined: 2009-10-23</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Martin Hosken<text:line-break/>Commits: 61<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pierre-Eric Pelloux-Prayer<text:line-break/>Commits: 61<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-20</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sarper Akdemir<text:line-break/>Commits: 61<text:line-break/>Joined: <text:span text:style-name="T2">2021-04-25</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Oliver Craemer [oc]<text:line-break/>Commits: 60<text:line-break/>Joined: 2009-10-23</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jaskaran Singh<text:line-break/>Commits: 60<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Marc Neumann [msc]<text:line-break/>Commits: 59<text:line-break/>Joined: 2008-06-20</text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>shiming zhang<text:line-break/>Commits: 59<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Simon Steinbeiss<text:line-break/>Commits: 59<text:line-break/>Joined: <text:span text:style-name="T2">2015-06-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ahmed ElShreif<text:line-break/>Commits: 59<text:line-break/>Joined: <text:span text:style-name="T2">2019-06-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Attila Szűcs<text:line-break/>Commits: 58<text:line-break/>Joined: <text:span text:style-name="T2">2020-06-29</text:span></text:p>
-      </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>yiming ju<text:line-break/>Commits: 57<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kohei Yoshida<text:line-break/>Commits: 57<text:line-break/>Joined: <text:span text:style-name="T2">2019-08-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>matteocam<text:line-break/>Commits: 56<text:line-break/>Joined: <text:span text:style-name="T2">2014-02-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Niklas Johansson<text:line-break/>Commits: 55<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-07</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matthew J. Francis<text:line-break/>Commits: 55<text:line-break/>Joined: <text:span text:style-name="T2">2014-08-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Paris Oplopoios<text:line-break/>Commits: 55<text:line-break/>Joined: <text:span text:style-name="T2">2022-10-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Nikolai Pretzell<text:line-break/>Commits: 54<text:line-break/>Joined: 2001-03-09</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mihály Palenik<text:line-break/>Commits: 54<text:line-break/>Joined: <text:span text:style-name="T2">2013-07-11</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>yangzhang<text:line-break/>Commits: 54<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jim Raykowski<text:line-break/>Commits: 54<text:line-break/>Joined: <text:span text:style-name="T2">2019-05-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rob Snelders<text:line-break/>Commits: 53<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Martin Kepplinger<text:line-break/>Commits: 53<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-18</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Thorsten Behrens<text:line-break/>Commits: 53<text:line-break/>Joined: <text:span text:style-name="T2">2020-12-19</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Lior Kaplan<text:line-break/>Commits: 52<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Efe Gürkan YALAMAN<text:line-break/>Commits: 52<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gabor Kelemen<text:line-break/>Commits: 52<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-14</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Will Thompson<text:line-break/>Commits: 51<text:line-break/>Joined: <text:span text:style-name="T2">2012-03-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Faisal M. Al-Otaibi<text:line-break/>Commits: 51<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Cao Cuong Ngo<text:line-break/>Commits: 51<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rachit Gupta<text:line-break/>Commits: 51<text:line-break/>Joined: <text:span text:style-name="T2">2014-01-18</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ptyl Dragon<text:line-break/>Commits: 50<text:line-break/>Joined: <text:span text:style-name="T2">2013-05-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Samuel Thibault<text:line-break/>Commits: 49<text:line-break/>Joined: <text:span text:style-name="T2">2018-02-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Marcel Metz<text:line-break/>Commits: 48<text:line-break/>Joined: <text:span text:style-name="T2">2011-12-05</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dr. David Alan Gilbert<text:line-break/>Commits: 49<text:line-break/>Joined: <text:span text:style-name="T2">2020-09-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Urs Fässler<text:line-break/>Commits: 48<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-14</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Marcel Metz<text:line-break/>Commits: 48<text:line-break/>Joined: <text:span text:style-name="T2">2011-12-05</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Urs Fässler<text:line-break/>Commits: 48<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-14</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>mingli ju<text:line-break/>Commits: 48<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Emmanuel Gil Peyrot<text:line-break/>Commits: 48<text:line-break/>Joined: <text:span text:style-name="T2">2015-11-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Laurent Balland<text:line-break/>Commits: 48<text:line-break/>Joined: <text:span text:style-name="T2">2022-06-19</text:span></text:p>
+      </table:table-cell>
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>anfanite396<text:line-break/>Commits: 48<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>J. Graeme Lingard<text:line-break/>Commits: 47<text:line-break/>Joined: <text:span text:style-name="T2">2010-09-29</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Luke Deller<text:line-break/>Commits: 46<text:line-break/>Joined: <text:span text:style-name="T2">2012-11-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>hongyu zhong<text:line-break/>Commits: 46<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alexandre Vicenzi<text:line-break/>Commits: 46<text:line-break/>Joined: <text:span text:style-name="T2">2014-01-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mihai Varga<text:line-break/>Commits: 46<text:line-break/>Joined: <text:span text:style-name="T2">2014-02-27</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">mb93783<text:line-break/>Commits: 45<text:line-break/>Joined: 2009-07-15</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Eilidh McAdam<text:line-break/>Commits: 45<text:line-break/>Joined: <text:span text:style-name="T2">2011-03-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Christophe JAILLET<text:line-break/>Commits: 45<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Susobhan Ghosh<text:line-break/>Commits: 45<text:line-break/>Joined: <text:span text:style-name="T2">2016-01-03</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Marco A.G.Pinto<text:line-break/>Commits: 45<text:line-break/>Joined: <text:span text:style-name="T2">2018-07-16</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Szabolcs Toth<text:line-break/>Commits: 45<text:line-break/>Joined: <text:span text:style-name="T2">2019-08-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Volker Ahrendt [va]<text:line-break/>Commits: 44<text:line-break/>Joined: 2002-04-15</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Daniel Robertson<text:line-break/>Commits: 44<text:line-break/>Joined: <text:span text:style-name="T2">2015-06-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Marco A.G.Pinto<text:line-break/>Commits: 44<text:line-break/>Joined: <text:span text:style-name="T2">2018-07-16</text:span></text:p>
-      </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dr. David Alan Gilbert<text:line-break/>Commits: 44<text:line-break/>Joined: <text:span text:style-name="T2">2020-09-12</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Luc Castermans<text:line-break/>Commits: 43<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Philippe Jung<text:line-break/>Commits: 43<text:line-break/>Joined: <text:span text:style-name="T2">2015-05-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Daniel Arato (NISZ)<text:line-break/>Commits: 43<text:line-break/>Joined: <text:span text:style-name="T2">2020-08-24</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Daniel Arato (NISZ)<text:line-break/>Commits: 43<text:line-break/>Joined: <text:span text:style-name="T2">2020-08-24</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Peter Jentsch<text:line-break/>Commits: 42<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mark Wielaard<text:line-break/>Commits: 42<text:line-break/>Joined: <text:span text:style-name="T2">2013-05-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Damjan Jovanovic<text:line-break/>Commits: 42<text:line-break/>Joined: <text:span text:style-name="T2">2015-08-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sébastien Le Ray<text:line-break/>Commits: 41<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-10</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sébastien Le Ray<text:line-break/>Commits: 41<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-10</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Christian M. Heller<text:line-break/>Commits: 41<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tsutomu Uchino<text:line-break/>Commits: 41<text:line-break/>Joined: <text:span text:style-name="T2">2014-01-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aditya<text:line-break/>Commits: 41<text:line-break/>Joined: <text:span text:style-name="T2">2019-01-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Francisco Saito<text:line-break/>Commits: 40<text:line-break/>Joined: <text:span text:style-name="T2">2011-03-21</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Martin Srebotnjak<text:line-break/>Commits: 40<text:line-break/>Joined: <text:span text:style-name="T2">2010-12-19</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Francisco Saito<text:line-break/>Commits: 40<text:line-break/>Joined: <text:span text:style-name="T2">2011-03-21</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Grzegorz Araminowicz<text:line-break/>Commits: 40<text:line-break/>Joined: <text:span text:style-name="T2">2019-03-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kayo Hamid<text:line-break/>Commits: 39<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Marc-André Laverdière<text:line-break/>Commits: 39<text:line-break/>Joined: <text:span text:style-name="T2">2011-06-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>minwang<text:line-break/>Commits: 39<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-04</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Valentin Kettner<text:line-break/>Commits: 38<text:line-break/>Joined: <text:span text:style-name="T2">2014-03-17</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Heiko Tietze<text:line-break/>Commits: 39<text:line-break/>Joined: <text:span text:style-name="T2">2019-09-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Heiko Tietze<text:line-break/>Commits: 38<text:line-break/>Joined: <text:span text:style-name="T2">2019-09-08</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Valentin Kettner<text:line-break/>Commits: 38<text:line-break/>Joined: <text:span text:style-name="T2">2014-03-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Shivam Kumar Singh<text:line-break/>Commits: 38<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Iain Billett<text:line-break/>Commits: 37<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-11</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>abdulmajeed ahmed<text:line-break/>Commits: 37<text:line-break/>Joined: <text:span text:style-name="T2">2012-07-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jennifer Liebel<text:line-break/>Commits: 37<text:line-break/>Joined: <text:span text:style-name="T2">2014-08-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ayhan Yalçınsoy<text:line-break/>Commits: 37<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-20</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Martin Srebotnjak<text:line-break/>Commits: 36<text:line-break/>Joined: <text:span text:style-name="T2">2010-12-19</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ayhan Yalçınsoy<text:line-break/>Commits: 37<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-20</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Guillaume Poussel<text:line-break/>Commits: 36<text:line-break/>Joined: <text:span text:style-name="T2">2010-12-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Radu Ioan<text:line-break/>Commits: 36<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vinaya Mandke<text:line-break/>Commits: 36<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Csikós Tamás<text:line-break/>Commits: 36<text:line-break/>Joined: <text:span text:style-name="T2">2013-07-01</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Csikós Tamás<text:line-break/>Commits: 36<text:line-break/>Joined: <text:span text:style-name="T2">2013-07-01</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Priyanka Gaikwad<text:line-break/>Commits: 36<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ilhan Yesil<text:line-break/>Commits: 36<text:line-break/>Joined: <text:span text:style-name="T2">2018-04-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aurimas Fišeras<text:line-break/>Commits: 35<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Laurent Charrière<text:line-break/>Commits: 35<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-14</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Laurent Charrière<text:line-break/>Commits: 35<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-14</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Santiago Martinez<text:line-break/>Commits: 35<text:line-break/>Joined: <text:span text:style-name="T2">2012-01-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>xukai liu<text:line-break/>Commits: 35<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>dechuang<text:line-break/>Commits: 35<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tobias Lippert<text:line-break/>Commits: 35<text:line-break/>Joined: <text:span text:style-name="T2">2014-01-02</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tobias Lippert<text:line-break/>Commits: 35<text:line-break/>Joined: <text:span text:style-name="T2">2014-01-02</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Łukasz Hryniuk<text:line-break/>Commits: 35<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mark Page<text:line-break/>Commits: 35<text:line-break/>Joined: <text:span text:style-name="T2">2016-04-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yusuf Keten<text:line-break/>Commits: 35<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andreas Mantke<text:line-break/>Commits: 34<text:line-break/>Joined: <text:span text:style-name="T2">2010-09-29</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Noel Grandin<text:line-break/>Commits: 35<text:line-break/>Joined: <text:span text:style-name="T2">2022-10-10</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andreas Mantke<text:line-break/>Commits: 34<text:line-break/>Joined: <text:span text:style-name="T2">2010-09-29</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Laurent Alonso<text:line-break/>Commits: 34<text:line-break/>Joined: <text:span text:style-name="T2">2011-10-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rodolfo Ribeiro Gomes<text:line-break/>Commits: 34<text:line-break/>Joined: <text:span text:style-name="T2">2012-12-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Steve Yin<text:line-break/>Commits: 34<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Cor Nouws<text:line-break/>Commits: 33<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-19</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yogesh Bharate<text:line-break/>Commits: 33<text:line-break/>Joined: <text:span text:style-name="T2">2013-10-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dennis Roczek<text:line-break/>Commits: 33<text:line-break/>Joined: <text:span text:style-name="T2">2015-06-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>DaeHyun Sung<text:line-break/>Commits: 33<text:line-break/>Joined: <text:span text:style-name="T2">2018-05-19</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aleksei Nikiforov<text:line-break/>Commits: 33<text:line-break/>Joined: <text:span text:style-name="T2">2018-10-31</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gokul<text:line-break/>Commits: 32<text:line-break/>Joined: <text:span text:style-name="T2">2012-07-10</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vishv Brahmbhatt<text:line-break/>Commits: 32<text:line-break/>Joined: <text:span text:style-name="T2">2013-01-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Arnold Dumas<text:line-break/>Commits: 32<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Colomban Wendling<text:line-break/>Commits: 32<text:line-break/>Joined: <text:span text:style-name="T2">2017-03-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>DaeHyun Sung<text:line-break/>Commits: 32<text:line-break/>Joined: <text:span text:style-name="T2">2018-05-19</text:span></text:p>
-      </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dmitriy Shilin<text:line-break/>Commits: 32<text:line-break/>Joined: <text:span text:style-name="T2">2018-11-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Shubham Goyal<text:line-break/>Commits: 32<text:line-break/>Joined: <text:span text:style-name="T2">2019-02-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sarper Akdemir<text:line-break/>Commits: 32<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-26</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sarper Akdemir<text:line-break/>Commits: 32<text:line-break/>Joined: <text:span text:style-name="T2">2023-07-12</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Patrick Luby<text:line-break/>Commits: 32<text:line-break/>Joined: <text:span text:style-name="T2">2023-11-20</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sushil Shinde<text:line-break/>Commits: 31<text:line-break/>Joined: <text:span text:style-name="T2">2013-10-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>fengzeng<text:line-break/>Commits: 31<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gautam Prajapati<text:line-break/>Commits: 31<text:line-break/>Joined: <text:span text:style-name="T2">2017-02-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Patrick Jaap<text:line-break/>Commits: 31<text:line-break/>Joined: <text:span text:style-name="T2">2017-08-01</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Noel Grandin<text:line-break/>Commits: 31<text:line-break/>Joined: <text:span text:style-name="T2">2022-10-10</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Patrick Jaap<text:line-break/>Commits: 31<text:line-break/>Joined: <text:span text:style-name="T2">2017-08-01</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matt K<text:line-break/>Commits: 31<text:line-break/>Joined: <text:span text:style-name="T2">2021-02-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kenneth Venken<text:line-break/>Commits: 30<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Wols Lists<text:line-break/>Commits: 30<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Christoph Herzog<text:line-break/>Commits: 30<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-07</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Christoph Herzog<text:line-break/>Commits: 30<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-07</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Manal Alhassoun<text:line-break/>Commits: 30<text:line-break/>Joined: <text:span text:style-name="T2">2012-09-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bryan Quigley<text:line-break/>Commits: 30<text:line-break/>Joined: <text:span text:style-name="T2">2012-12-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Isamu Mogi<text:line-break/>Commits: 30<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>mulei<text:line-break/>Commits: 30<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-01</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>mulei<text:line-break/>Commits: 30<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-01</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>kerem<text:line-break/>Commits: 30<text:line-break/>Joined: <text:span text:style-name="T2">2015-10-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jakub Trzebiatowski<text:line-break/>Commits: 30<text:line-break/>Joined: <text:span text:style-name="T2">2016-03-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Daniel Silva<text:line-break/>Commits: 30<text:line-break/>Joined: <text:span text:style-name="T2">2017-09-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Regényi Balázs<text:line-break/>Commits: 30<text:line-break/>Joined: <text:span text:style-name="T2">2020-04-02</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Regényi Balázs<text:line-break/>Commits: 30<text:line-break/>Joined: <text:span text:style-name="T2">2020-04-02</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>homeboy445<text:line-break/>Commits: 30<text:line-break/>Joined: <text:span text:style-name="T2">2020-12-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Harri Pitkänen<text:line-break/>Commits: 29<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Elton Chung<text:line-break/>Commits: 29<text:line-break/>Joined: <text:span text:style-name="T2">2012-01-31</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>xinjiang<text:line-break/>Commits: 29<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-04</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>xinjiang<text:line-break/>Commits: 29<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-04</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matthias Seidel<text:line-break/>Commits: 29<text:line-break/>Joined: <text:span text:style-name="T2">2017-02-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Laurent Balland<text:line-break/>Commits: 29<text:line-break/>Joined: <text:span text:style-name="T2">2022-06-19</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Stéphane Guillou<text:line-break/>Commits: 29<text:line-break/>Joined: <text:span text:style-name="T2">2023-01-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Andre Fischer&lt;andre.f.fischer<text:line-break/>Commits: 28<text:line-break/>Joined: 2010-07-21</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Szabolcs Dezsi<text:line-break/>Commits: 28<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-16</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Szabolcs Dezsi<text:line-break/>Commits: 28<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-16</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jack Leigh<text:line-break/>Commits: 28<text:line-break/>Joined: <text:span text:style-name="T2">2012-10-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pallavi Jadhav<text:line-break/>Commits: 28<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yeliz TaneroÄŸlu<text:line-break/>Commits: 28<text:line-break/>Joined: <text:span text:style-name="T2">2015-10-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Paul Trojahn<text:line-break/>Commits: 28<text:line-break/>Joined: <text:span text:style-name="T2">2017-05-27</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Paul Trojahn<text:line-break/>Commits: 28<text:line-break/>Joined: <text:span text:style-name="T2">2017-05-27</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gökçen Eraslan<text:line-break/>Commits: 27<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Joel Madero<text:line-break/>Commits: 27<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>José Guilherme Vanz<text:line-break/>Commits: 27<text:line-break/>Joined: <text:span text:style-name="T2">2012-09-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andres Gomez<text:line-break/>Commits: 27<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-09</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andres Gomez<text:line-break/>Commits: 27<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-09</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Thorsten Wagner<text:line-break/>Commits: 27<text:line-break/>Joined: <text:span text:style-name="T2">2015-04-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jorenz Paragas<text:line-break/>Commits: 27<text:line-break/>Joined: <text:span text:style-name="T2">2015-06-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dipangar Niranjar<text:line-break/>Commits: 27<text:line-break/>Joined: <text:span text:style-name="T2">2016-01-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ximeng Zu<text:line-break/>Commits: 27<text:line-break/>Joined: <text:span text:style-name="T2">2017-03-17</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ximeng Zu<text:line-break/>Commits: 27<text:line-break/>Joined: <text:span text:style-name="T2">2017-03-17</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Grzegorz Araminowicz<text:line-break/>Commits: 27<text:line-break/>Joined: <text:span text:style-name="T2">2017-04-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Adrien Ollier<text:line-break/>Commits: 27<text:line-break/>Joined: <text:span text:style-name="T2">2019-04-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nicolas Christener<text:line-break/>Commits: 26<text:line-break/>Joined: <text:span text:style-name="T2">2011-03-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Josh Heidenreich<text:line-break/>Commits: 26<text:line-break/>Joined: <text:span text:style-name="T2">2011-07-20</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Josh Heidenreich<text:line-break/>Commits: 26<text:line-break/>Joined: <text:span text:style-name="T2">2011-07-20</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Maxime de Roucy<text:line-break/>Commits: 26<text:line-break/>Joined: <text:span text:style-name="T2">2012-03-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Daniel Sikeler<text:line-break/>Commits: 26<text:line-break/>Joined: <text:span text:style-name="T2">2014-08-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Akash Jain<text:line-break/>Commits: 26<text:line-break/>Joined: <text:span text:style-name="T2">2016-03-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Svante Schubert<text:line-break/>Commits: 26<text:line-break/>Joined: <text:span text:style-name="T2">2020-07-08</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Svante Schubert<text:line-break/>Commits: 26<text:line-break/>Joined: <text:span text:style-name="T2">2020-07-08</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Hannah Meeks<text:line-break/>Commits: 26<text:line-break/>Joined: <text:span text:style-name="T2">2022-04-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Baole Fang<text:line-break/>Commits: 26<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kurosawa Takeshi<text:line-break/>Commits: 25<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tomofumi Yagi<text:line-break/>Commits: 25<text:line-break/>Joined: <text:span text:style-name="T2">2011-10-20</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tomofumi Yagi<text:line-break/>Commits: 25<text:line-break/>Joined: <text:span text:style-name="T2">2011-10-20</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Prashant Pandey<text:line-break/>Commits: 25<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vort<text:line-break/>Commits: 25<text:line-break/>Joined: <text:span text:style-name="T2">2014-01-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>aleksandar-stefanovic<text:line-break/>Commits: 25<text:line-break/>Joined: <text:span text:style-name="T2">2016-12-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>George Bateman<text:line-break/>Commits: 25<text:line-break/>Joined: <text:span text:style-name="T2">2020-08-04</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>George Bateman<text:line-break/>Commits: 25<text:line-break/>Joined: <text:span text:style-name="T2">2020-08-04</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Baptiste Daroussin<text:line-break/>Commits: 24<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-31</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pedro Giffuni<text:line-break/>Commits: 24<text:line-break/>Joined: <text:span text:style-name="T2">2011-10-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Uray M. János<text:line-break/>Commits: 24<text:line-break/>Joined: <text:span text:style-name="T2">2012-07-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sumit Chauhan<text:line-break/>Commits: 24<text:line-break/>Joined: <text:span text:style-name="T2">2018-12-04</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Attila Szűcs<text:line-break/>Commits: 24<text:line-break/>Joined: <text:span text:style-name="T2">2022-11-29</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sumit Chauhan<text:line-break/>Commits: 24<text:line-break/>Joined: <text:span text:style-name="T2">2018-12-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Robert Roth<text:line-break/>Commits: 23<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-31</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sören Möller<text:line-break/>Commits: 23<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Lucas Baudin<text:line-break/>Commits: 23<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-25</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Julien Chaffraix<text:line-break/>Commits: 23<text:line-break/>Joined: <text:span text:style-name="T2">2011-04-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Christian Dywan<text:line-break/>Commits: 23<text:line-break/>Joined: <text:span text:style-name="T2">2011-04-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Felix Zhang<text:line-break/>Commits: 23<text:line-break/>Joined: <text:span text:style-name="T2">2011-10-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mario J. Rugiero<text:line-break/>Commits: 23<text:line-break/>Joined: <text:span text:style-name="T2">2015-10-11</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Marco A.G.Pinto<text:line-break/>Commits: 23<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>ekuiitr<text:line-break/>Commits: 23<text:line-break/>Joined: <text:span text:style-name="T2">2017-10-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jacek Wolszczak<text:line-break/>Commits: 22<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Júlio Hoffimann<text:line-break/>Commits: 22<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-18</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ruslan Kabatsayev<text:line-break/>Commits: 22<text:line-break/>Joined: <text:span text:style-name="T2">2012-05-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jian Fang Zhang<text:line-break/>Commits: 22<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Frédéric Wang<text:line-break/>Commits: 22<text:line-break/>Joined: <text:span text:style-name="T2">2013-06-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>zhenyu yuan<text:line-break/>Commits: 22<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-06</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Saurav Chirania<text:line-break/>Commits: 22<text:line-break/>Joined: <text:span text:style-name="T2">2018-01-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gökay Şatır<text:line-break/>Commits: 22<text:line-break/>Joined: <text:span text:style-name="T2">2020-08-08</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rohit Deshmukh<text:line-break/>Commits: 21<text:line-break/>Joined: <text:span text:style-name="T2">2013-09-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>scito<text:line-break/>Commits: 21<text:line-break/>Joined: <text:span text:style-name="T2">2015-04-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vitaliy Anderson<text:line-break/>Commits: 21<text:line-break/>Joined: <text:span text:style-name="T2">2016-12-09</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vitaliy Anderson<text:line-break/>Commits: 21<text:line-break/>Joined: <text:span text:style-name="T2">2016-12-09</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bernhard Widl<text:line-break/>Commits: 21<text:line-break/>Joined: <text:span text:style-name="T2">2017-03-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Eric Bachard<text:line-break/>Commits: 20<text:line-break/>Joined: 2005-10-19</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andy Holder<text:line-break/>Commits: 20<text:line-break/>Joined: <text:span text:style-name="T2">2010-12-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Brad Sowden<text:line-break/>Commits: 20<text:line-break/>Joined: <text:span text:style-name="T2">2011-12-27</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Brad Sowden<text:line-break/>Commits: 20<text:line-break/>Joined: <text:span text:style-name="T2">2011-12-27</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Petr Vorel<text:line-break/>Commits: 20<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tushar Bende<text:line-break/>Commits: 20<text:line-break/>Joined: <text:span text:style-name="T2">2013-09-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andrew Dent<text:line-break/>Commits: 20<text:line-break/>Joined: <text:span text:style-name="T2">2014-02-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Stéphane Guillou<text:line-break/>Commits: 20<text:line-break/>Joined: <text:span text:style-name="T2">2023-01-03</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Xiaofei Zhang<text:line-break/>Commits: 19<text:line-break/>Joined: 2010-06-28</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Lennard Wasserthal<text:line-break/>Commits: 19<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Peilin Xiao<text:line-break/>Commits: 19<text:line-break/>Joined: <text:span text:style-name="T2">2013-12-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sven Wehner<text:line-break/>Commits: 19<text:line-break/>Joined: <text:span text:style-name="T2">2014-01-11</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ravindra Vidhate<text:line-break/>Commits: 19<text:line-break/>Joined: <text:span text:style-name="T2">2014-01-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aleksas Pantechovskis<text:line-break/>Commits: 19<text:line-break/>Joined: <text:span text:style-name="T2">2016-03-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>krishna keshav<text:line-break/>Commits: 19<text:line-break/>Joined: <text:span text:style-name="T2">2016-05-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Onur Yilmaz<text:line-break/>Commits: 19<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-18</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Czeber László Ádám<text:line-break/>Commits: 19<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sahil Gautam<text:line-break/>Commits: 19<text:line-break/>Joined: <text:span text:style-name="T2">2023-07-19</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Hanno Meyer-Thurow<text:line-break/>Commits: 18<text:line-break/>Joined: 2010-09-16</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Joost Wezenbeek<text:line-break/>Commits: 18<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Abdulelah Alarifi<text:line-break/>Commits: 18<text:line-break/>Joined: <text:span text:style-name="T2">2012-12-12</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Abdulelah Alarifi<text:line-break/>Commits: 18<text:line-break/>Joined: <text:span text:style-name="T2">2012-12-12</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Boris Dušek<text:line-break/>Commits: 18<text:line-break/>Joined: <text:span text:style-name="T2">2013-07-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Richard PALO<text:line-break/>Commits: 18<text:line-break/>Joined: <text:span text:style-name="T2">2014-11-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Federico Bassini<text:line-break/>Commits: 18<text:line-break/>Joined: <text:span text:style-name="T2">2016-10-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mert Tümer<text:line-break/>Commits: 18<text:line-break/>Joined: <text:span text:style-name="T2">2018-01-08</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Zdibák Zoltán<text:line-break/>Commits: 18<text:line-break/>Joined: <text:span text:style-name="T2">2018-10-13</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mert Tümer<text:line-break/>Commits: 18<text:line-break/>Joined: <text:span text:style-name="T2">2018-01-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gökay Şatır<text:line-break/>Commits: 18<text:line-break/>Joined: <text:span text:style-name="T2">2020-08-08</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Zdibák Zoltán<text:line-break/>Commits: 18<text:line-break/>Joined: <text:span text:style-name="T2">2018-10-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ming Hua<text:line-break/>Commits: 18<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mark Hung<text:line-break/>Commits: 18<text:line-break/>Joined: <text:span text:style-name="T2">2022-05-01</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Povilas Kanapickas<text:line-break/>Commits: 18<text:line-break/>Joined: <text:span text:style-name="T2">2022-08-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alfonso Eusebio<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bálint Dózsa<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Olivier R<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2011-08-01</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jian Hong Cheng<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>navin patidar<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2013-01-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Umesh Kadam<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2014-01-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>melikeyurtoglu<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2015-10-09</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Francisco Adrián Sánchez<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2016-10-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Thomas Beck<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2017-03-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kshitij Pathania<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2017-09-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vikas Mahato<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2017-12-31</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Martin van Zijl<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2018-02-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alain Romedenne<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2018-12-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Todor Balabanov<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2019-04-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mesut Çifci<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-18</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bayram Çiçek<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matt K<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2021-02-26</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sahil Gautam<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2023-07-19</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Florian Reuter<text:line-break/>Commits: 16<text:line-break/>Joined: 2010-09-14</text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Luke Dixon<text:line-break/>Commits: 16<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Niko Rönkkö<text:line-break/>Commits: 16<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-31</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jordan Ayers<text:line-break/>Commits: 16<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Anders Jonsson<text:line-break/>Commits: 16<text:line-break/>Joined: <text:span text:style-name="T2">2010-12-11</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Maciej Rumianowski<text:line-break/>Commits: 16<text:line-break/>Joined: <text:span text:style-name="T2">2011-07-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Lei De Bin<text:line-break/>Commits: 16<text:line-break/>Joined: <text:span text:style-name="T2">2012-07-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jean-Noël Rouvignac<text:line-break/>Commits: 16<text:line-break/>Joined: <text:span text:style-name="T2">2013-01-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>tsahi glik<text:line-break/>Commits: 16<text:line-break/>Joined: <text:span text:style-name="T2">2013-06-04</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Chris Laplante<text:line-break/>Commits: 16<text:line-break/>Joined: <text:span text:style-name="T2">2014-04-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Adam Kasztenny<text:line-break/>Commits: 16<text:line-break/>Joined: <text:span text:style-name="T2">2016-03-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Samuel Thibault<text:line-break/>Commits: 16<text:line-break/>Joined: <text:span text:style-name="T2">2018-09-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>nd101<text:line-break/>Commits: 16<text:line-break/>Joined: <text:span text:style-name="T2">2019-07-03</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jaume Pujantell<text:line-break/>Commits: 16<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-03</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Octavio Alvarez<text:line-break/>Commits: 15<text:line-break/>Joined: 2010-09-13</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Luke Symes<text:line-break/>Commits: 15<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Povilas Kanapickas<text:line-break/>Commits: 15<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Joachim Tremouroux<text:line-break/>Commits: 15<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-19</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yifan J<text:line-break/>Commits: 15<text:line-break/>Joined: <text:span text:style-name="T2">2010-12-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Cosimo Cecchi<text:line-break/>Commits: 15<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alexander Bergmann<text:line-break/>Commits: 15<text:line-break/>Joined: <text:span text:style-name="T2">2012-01-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Catalin Iacob<text:line-break/>Commits: 15<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-10</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nikhil Walvekar<text:line-break/>Commits: 15<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Heena Gupta<text:line-break/>Commits: 15<text:line-break/>Joined: <text:span text:style-name="T2">2014-06-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andreas Brandner<text:line-break/>Commits: 15<text:line-break/>Joined: <text:span text:style-name="T2">2017-09-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Armin Le Grand<text:line-break/>Commits: 15<text:line-break/>Joined: <text:span text:style-name="T2">2018-02-15</text:span></text:p>
       </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ross Johnson<text:line-break/>Commits: 15<text:line-break/>Joined: <text:span text:style-name="T2">2021-09-13</text:span></text:p>
+      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ross Johnson<text:line-break/>Commits: 15<text:line-break/>Joined: <text:span text:style-name="T2">2021-09-13</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vojtěch Doležal<text:line-break/>Commits: 15<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>LeMoyne Castle<text:line-break/>Commits: 14<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tim Hardeck<text:line-break/>Commits: 14<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Björgvin Ragnarsson<text:line-break/>Commits: 14<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-13</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Zhe Wang<text:line-break/>Commits: 14<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sun Ying<text:line-break/>Commits: 14<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alex Henrie<text:line-break/>Commits: 14<text:line-break/>Joined: <text:span text:style-name="T2">2014-03-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Juan Picca<text:line-break/>Commits: 14<text:line-break/>Joined: <text:span text:style-name="T2">2014-07-23</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Zsolt Bölöny<text:line-break/>Commits: 14<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gökhan Gurbetoğlu<text:line-break/>Commits: 14<text:line-break/>Joined: <text:span text:style-name="T2">2016-06-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nickson Thanda<text:line-break/>Commits: 14<text:line-break/>Joined: <text:span text:style-name="T2">2018-03-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vojtěch Doležal<text:line-break/>Commits: 14<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-13</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Skyler Grey<text:line-break/>Commits: 14<text:line-break/>Joined: <text:span text:style-name="T2">2022-08-19</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Prashant Shah<text:line-break/>Commits: 13<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jean-Baptiste Faure<text:line-break/>Commits: 13<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Muhammad Haggag<text:line-break/>Commits: 13<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>gerhard oettl<text:line-break/>Commits: 13<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-27</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alia Almusaireae<text:line-break/>Commits: 13<text:line-break/>Joined: <text:span text:style-name="T2">2012-11-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mathias Hasselmann<text:line-break/>Commits: 13<text:line-break/>Joined: <text:span text:style-name="T2">2013-01-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Manfred Blume<text:line-break/>Commits: 13<text:line-break/>Joined: <text:span text:style-name="T2">2017-03-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>sabri unal<text:line-break/>Commits: 13<text:line-break/>Joined: <text:span text:style-name="T2">2018-11-20</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Steve Fanning<text:line-break/>Commits: 13<text:line-break/>Joined: <text:span text:style-name="T2">2019-11-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Radhey Parekh<text:line-break/>Commits: 13<text:line-break/>Joined: <text:span text:style-name="T2">2021-04-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>VaibhavMalik4187<text:line-break/>Commits: 13<text:line-break/>Joined: <text:span text:style-name="T2">2021-12-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alain Romedenne<text:line-break/>Commits: 13<text:line-break/>Joined: <text:span text:style-name="T2">2022-01-06</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Skyler Grey<text:line-break/>Commits: 13<text:line-break/>Joined: <text:span text:style-name="T2">2022-08-19</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jaume Pujantell<text:line-break/>Commits: 13<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-03</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jani Monoses<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Wilhelm Pflueger<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-05</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tomas Hlavaty<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2011-12-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mariusz Dykierek<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2012-01-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Greg Kroah-Hartman<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gábor Stefanik<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-07</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mirek Mazel<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Wei Wei<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>kadertarlan<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2015-12-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>tymyjan<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2016-04-03</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Abhilash Singh<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2016-07-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kacper Kasper<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2018-02-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gökay Şatır<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pelin Kuran<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-25</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gleb Popov<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2020-10-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Emircan Agac<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2021-08-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>xuenhua<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2022-04-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>OmkarAcharekar<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2022-10-15</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>TokieSan<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-27</text:span></text:p>
       </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Weblate<text:line-break/>Commits: 12<text:line-break/>Joined: <text:span text:style-name="T2">2023-12-13</text:span></text:p>
+      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Mox Soini<text:line-break/>Commits: 11<text:line-break/>Joined: 2008-04-04</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Frank Peters<text:line-break/>Commits: 11<text:line-break/>Joined: 2010-05-20</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jonas Finnemann Jensen<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>René Kjellerup<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-14</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Peter Rabi<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2011-07-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>David Bolen<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2012-03-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jung-uk Kim<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Enrico Weigelt, metux ITS<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2012-11-14</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Abdulaziz A Alayed<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2013-01-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sean Young<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2013-05-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Krunoslav Šebetić<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2013-07-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Charu Tyagi<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2014-06-25</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael Jaumann<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2014-09-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jun Nogata<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Phillip Sz<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2015-03-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rico Tzschichholz<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-09</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>nadith<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2016-07-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Maarten Bosmans<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2016-08-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Fakabbir Amin<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2017-01-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>jmzambon<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2017-05-19</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Manuj Vashist<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2017-12-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Milian Wolff<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2018-01-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Abhyudaya Sharma<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2018-03-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Daniel Lohmann<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-18</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Srijan Bhatia<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2020-05-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vert D<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2020-09-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>shubham656<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Anshu<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-09</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Stéphane Guillou<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2021-01-22</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jeff Huang<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2021-04-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>OmkarAcharekar<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2022-10-15</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Chenxiong Qi<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2022-08-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Patrick Luby<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Timo Heino<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-22</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dione Maddern<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2023-12-15</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Luv Sharma<text:line-break/>Commits: 11<text:line-break/>Joined: <text:span text:style-name="T2">2023-12-31</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Timo Heino<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-22</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Luke Petrolekas<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Theo van Klaveren<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2011-03-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Troy Rollo<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2011-07-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kristian Rietveld<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2011-10-15</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>David Vogt<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jianyuan Li<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Stefan Weiberg<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2014-08-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Benjamin Ni<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2015-04-02</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Arul Michael<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2016-01-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Chirag Manwani<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dilek Uzulmez<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2016-10-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kiyotaka Nishibori<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2017-08-27</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rahul Gurung<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2018-08-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mark Robbinson<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2019-01-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>A_GAN<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jussi Pakkanen<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2020-02-22</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael Warner<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2020-05-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>tushar<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2021-01-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Stéphane Guillou<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2021-01-22</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vincent LE GARREC<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2021-02-21</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Balazs Santha<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2021-02-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Galdam<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2022-09-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Adam Seskunas<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2023-08-29</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mattias Johnsson<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Surendran Mahendran<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-05</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Steven Butler<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Robinson Tryon<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mihkel Tõnnov<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2012-07-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael Dunphy<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-18</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dinesh Patil<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2014-03-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matthew Pottage<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2014-07-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Deena Francis<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2014-07-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ryan McCoskrie<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2014-09-14</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aybuke Ozdemir<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2015-10-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>skswales<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2016-05-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>apurvapriyadarshi<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2016-05-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>pv2k<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2016-11-28</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Adam Kovacs<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2018-08-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Scott Clarke<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2019-06-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Canberk TURAN<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Chenxiong Qi<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2022-08-27</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rafał Dobrakowski<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-09</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sahil<text:line-break/>Commits: 9<text:line-break/>Joined: <text:span text:style-name="T2">2023-11-21</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Fong Lin<text:line-break/>Commits: 8<text:line-break/>Joined: 2010-09-14</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Jody Goldberg<text:line-break/>Commits: 8<text:line-break/>Joined: 2010-09-15</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael Callahan<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2010-12-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Robert Dargaud<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2011-04-12</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jenei Gábor<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2011-07-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Terrence Enger<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2011-10-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Daisuke Nishino<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tomcsik Bence<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2012-01-14</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jonathan Adams<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2012-03-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Norah A. Abanumay<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2012-07-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jean-Tiare Le Bigot<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Timothy Pearson<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-18</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ahmad H. Al Harthi<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2012-12-31</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>karth<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2013-01-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ádám Csaba Király<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Brian Fraser<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2013-09-03</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rajashri<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2013-12-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Keith Curtis<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2013-12-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sourav<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2014-03-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Thomas Viehmann<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2014-08-15</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nathan Yee<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ursache Vladimir<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2015-02-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sean Davis<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2015-06-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Heiher<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2015-07-07</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ian<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2015-08-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matus Uzak<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Christian Barth<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2017-06-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Shinnok<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2017-09-06</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alain Romedenne<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2018-11-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rasmus Jonsson<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2019-03-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Artur Neumann<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2019-06-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pedro Pinto Silva<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2020-06-16</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ouyang Leyan<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2020-09-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>diwanshu885<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2020-10-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gökhan Özeloğlu<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Balaharipreetha Muthu<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2020-12-04</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>4k5h1t<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2021-08-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dhiraj Holden<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2021-11-30</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kurt Nordback<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2022-05-28</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>jsala<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2022-06-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Christian Lohmaier<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2022-12-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Venetia Furtado<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2023-06-16</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kira Tubo<text:line-break/>Commits: 8<text:line-break/>Joined: <text:span text:style-name="T2">2023-12-06</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Thies Pierdola<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-28</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sergey Davidoff<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2011-04-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Samuel Cantrell<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2011-06-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alex McMurchy1917<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2011-08-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Christoph Lutz<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2011-09-06</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Keith McRae<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2012-01-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gert van Valkenhoef<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Brennan Vincent<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Wang Lei<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-14</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Issa Alkurtass<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2012-09-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Christopher Copits<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2012-09-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mathias Michel<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2012-11-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Eric Seynaeve<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-04</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>SJacobi<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Roi Illouz<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2013-10-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Stefan Ring<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2014-01-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Trent MacAlpine<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2014-03-06</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>David Delma<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2014-05-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Giuseppe Bilotta<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2014-09-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>V Stuart Foote<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2014-12-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Raal<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2014-12-31</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>brinzing<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2015-08-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Feyza Yavuz<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2015-10-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>irem<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2015-10-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>slacka<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2016-07-30</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Asela Dasanayaka<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2016-07-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tiago Santos<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2016-08-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Hieronymous<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2016-10-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ulrich Gemkow<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2016-10-27</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Marina Latini<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2016-11-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Furkan Ahmet Kara<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2017-10-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vincas Dargis<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2018-01-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Guilhem Moulin<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2018-02-05</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Hamish McIntyre-Bhatty<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2018-10-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bugra<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Chris Mayo<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2020-05-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ahmet Hakan Çelik<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-07</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>BaiXiaochun<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2021-06-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Juan C. Sanz<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2021-09-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dhiraj Holden<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2021-11-30</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>NickWingate<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2022-02-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Liu Hao<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2022-08-14</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>buldi<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-09</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Darshan11<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2023-09-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Venetia Furtado<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2023-06-16</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ankit_Jaipuriar<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2023-09-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Phil Bordelon<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2010-09-30</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ricardo Moreno<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alexander O. Anisimov<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Daniel Di Marco<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>shirahara<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-28</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Xavier ALT<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2011-03-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Anurag Jain<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2011-04-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Thomas Collerton<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Joan Montané<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-22</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>David Verrier<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Anurag Kanungo<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>tianyao<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jeroen Nijhof<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2014-05-01</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kay Schenk<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2014-09-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michel Renon<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2015-05-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Fabio Buso<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2015-11-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sedat Ak<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2015-11-08</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Guillaume Smaha<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2015-11-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ricardo Palomares<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2016-01-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>baltasarq<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Steven Guo<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2016-03-02</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Chamal<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2016-08-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rosen<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2016-08-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>giacco<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2016-10-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>abdulwd<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2016-12-22</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gian Domenico Ceccarini<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2017-01-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jean-Sebastien Bevilacqua<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2017-02-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>udareechk<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2017-09-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kemal Ayhan<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-18</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Batuhan Taskaya<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mehmet Emin BaÅŸoÄŸlu<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>iakarsu<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ivan Stefanenko<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2020-08-26</text:span></text:p>
       </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gabriel Masei<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2020-09-02</text:span></text:p>
+      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>ViKrAm-Bais<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2021-01-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>msrijita18<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2021-01-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Henrik Palomäki<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2021-10-18</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gökay Şatır<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ramreiso Kashung<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2021-12-22</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Henrik Palomäki<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2021-10-18</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>rash419<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2022-01-24</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ramreiso Kashung<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2021-12-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>NickWingate<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2022-02-23</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>rash419<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2022-01-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Luigi Iucci<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2023-05-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gil Forcada<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2010-09-28</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yli875<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2023-08-29</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gil Forcada<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2010-09-28</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>David Hobley<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bernhard Rosenkraenzer<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Antoine Proulx<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tobias Rosenberger<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-31</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tobias Rosenberger<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-31</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jeffrey Chang<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2011-06-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>ericb2<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2011-10-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael T. Whiteley<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gustavo Buzzatti Pacheco<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2011-12-15</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gustavo Buzzatti Pacheco<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2011-12-15</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Wei Ming Khoo<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Lionel Dricot<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pavel Kysilka<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bence Babati<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-13</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bence Babati<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-13</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pavel Janík<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2012-11-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Werner Koerner<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2012-12-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matthias Hofmann<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Miguel Gomez<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-02</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Miguel Gomez<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-02</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>pje335_NL<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2013-05-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ciorba Edmond<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2013-06-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pader Rezso<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2013-07-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>MÁTÉ Gergely<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2013-07-19</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>MÁTÉ Gergely<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2013-07-19</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Timothy Markle<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2014-01-31</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jan Kantert<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2014-06-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pasi Lallinaho<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2015-06-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Berk Gureken<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2015-10-01</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Berk Gureken<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2015-10-01</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yossi Zahn<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2016-11-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Edmund Wong<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2016-12-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Huzaifa Iftikhar<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2016-12-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>tamsil1amani3<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2016-12-22</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>tamsil1amani3<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2016-12-22</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Lukas Röllin<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2017-02-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Paul Menzel<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2017-05-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Franklin Weng<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2018-02-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Corentin Noël<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2019-09-20</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Corentin Noël<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2019-09-20</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tolunay Dündar<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Eda Nur Var<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yukio Siraichi<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2020-03-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Oleg Shchelykalnov<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2020-03-28</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gabriel Masei<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2020-09-02</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Oleg Shchelykalnov<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2020-03-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tomofumi Yagi<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2020-09-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Umut Emre Bayramoglu<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Georgy Litvinov<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2020-12-16</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Suhaas Joshi<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2021-01-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Baran Aytas<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2021-08-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ismael Luceno<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2021-09-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>flywire<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2021-11-12</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pragat Pandya<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2022-02-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>zhutyra<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2022-02-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Deep17<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2022-02-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Siddhant Chaudhary<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2022-03-11</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Skyler Grey<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2022-07-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Satya<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2022-09-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Leonid Ryzhov<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2022-11-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>ektagoel12<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2023-01-19</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bayram Çiçek<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-09</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Juan c. Sanz<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yli875<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2023-08-29</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bayram Çiçek<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Adam Seskunas<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2023-08-29</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Irgaliev Amin<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2023-05-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Stephan Bergmann<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2023-11-24</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Eli Schwartz<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2023-12-13</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>AkshayWarrier<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2024-01-19</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Florian Bircher<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andrew C. E. Dent<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Santiago Alessandri<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Maja Djordjevic<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-06</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Maja Djordjevic<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-06</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>An Leenders<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alexander Thurgood<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Clio<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael Muench<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-13</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael Muench<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-13</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pantelis Koukousoulas<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2011-03-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Samphan Raruenrom<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2011-03-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andreas Becker<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2011-04-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Roland Baudin<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2011-05-16</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Roland Baudin<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2011-05-16</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>André Schnabel<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2011-05-31</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tom Tromey<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2011-08-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Wolfgang Pechlaner<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2011-09-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Cheng-Chia Tseng<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2012-01-16</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Cheng-Chia Tseng<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2012-01-16</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kate Goss<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mariana Marasoiu<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2012-03-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yong Lin Ma<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Raimundo Moura<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-16</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Raimundo Moura<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-16</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Florian Reisinger<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nicholas Shanks<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2012-09-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>tino<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2012-12-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Xiaoli<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-23</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Xiaoli<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-23</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sameer Deshmukh<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Zheng Fan<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Elie Roux<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2013-05-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nourah.AlShoeibi<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2013-07-07</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nourah.AlShoeibi<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2013-07-07</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Honza Havlíček<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2013-07-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andrea Pescetti<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2013-10-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Robert Campbell<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ulrich Kitzinger<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-30</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ulrich Kitzinger<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-30</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ken Biondi<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2014-03-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jeffrey Stedfast<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2014-07-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Simon Danner<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2014-08-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kevin Suo<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2014-11-06</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kevin Suo<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2014-11-06</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aleksandr Andreev<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2015-04-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Derrick Rocha<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2015-08-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sahasranaman M S<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2015-10-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>ccsheller<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2015-10-08</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>ccsheller<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2015-10-08</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>pasqual milvaques<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2015-12-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>aqcoder<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2015-12-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Burcin Akalin<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2015-12-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kumar Thangavel<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2016-01-04</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kumar Thangavel<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2016-01-04</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>erdemdemirkapi<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2016-01-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>coypu<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>dtm<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tim Eves<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-23</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tim Eves<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-23</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gurkaran<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2016-03-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Fabio Biocchetti<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2016-10-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gaurav Dhingra<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2016-12-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Patrick Jaap<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2017-01-30</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Patrick Jaap<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2017-01-30</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Piotr DrÄ…g<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2017-03-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Fyodor Yemelyanenko<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2017-08-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Olivier Tilloy<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2018-01-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jon Nermut<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2018-01-20</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jon Nermut<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2018-01-20</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jozsef Szakacs<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2018-11-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andrew Udvare<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2019-01-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aleyna DoÄŸrucan<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Efdal İncesu<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-25</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Efdal İncesu<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-25</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Faruk DemirbaÅŸ<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Hakan Bakacak<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Burak Bala<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mohamed Sameh<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2020-02-11</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mohamed Sameh<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2020-02-11</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Fred Kruse<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2020-03-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Deb Barkley-Yeung<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2020-08-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gokce Kuler<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2020-10-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vishwas<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2020-12-31</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vishwas<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2020-12-31</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aditya Pratap Singh<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2021-02-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>dipanshu124<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2021-02-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Hossein<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>tobias<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2021-06-03</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>tobias<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2021-06-03</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gopi Krishna Menon<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2021-06-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Harshita Nag<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2021-06-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yildiray<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2021-08-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>ehsan<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2022-07-01</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>ehsan<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2022-07-01</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>PoonamShokeen<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2022-07-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andrea Rosetti<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2022-09-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rasenkai<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2023-01-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Adoche Onaji<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2023-01-30</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Adoche Onaji<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2023-01-30</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>nirnay<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Arvind K<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>jucasaca<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-06</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yousef_Rabia<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-07</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Irgaliev Amin<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2023-05-03</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dan Horák<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2023-09-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>khushishikhu<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2023-10-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>codewithvk<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2023-12-10</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Keith Stribley<text:line-break/>Commits: 3<text:line-break/>Joined: 2010-06-29</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jacopo Nespolo<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alan Du<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gioele Barabucci<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Xuacu Saturio<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2010-12-19</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pascal Ullrich<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2010-12-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jonathan Aquilina<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael Koch<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jan Darmochwal<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-27</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Chris Carpenter(mordocai)<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tantai Tanakanok<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>David Nalley<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2011-03-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Guto Maia<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2011-03-18</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Anthony Durity<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2011-04-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dimitri Duc<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2011-04-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mike Eberdt<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2011-07-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Florian Allmann-Rahn<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2011-08-22</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dmitry Ashkadov<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2011-08-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael Bauer<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sérgio Marques<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Stefan Heinemann<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-16</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Cameron Paul<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tom Thorogood<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Stephan van den Akker<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Benjamin Drung<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-08</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mathieu Vonlanthen<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2012-07-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bertrand Lorentz<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Oliver Günther<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Istvan Turi<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-16</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jeremy Brown<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2012-09-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Peter Baumgarten<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2012-11-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Markus Maier<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2012-11-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Marina Plakalovic<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2012-12-14</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dávid Vastag<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Stefan Schick<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Petr Kraus<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Golnaz Irannejad<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-02</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>vjinoch<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jason Hulme<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2013-06-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nagy Akos<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2013-06-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gabriele Bulfon<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2013-07-05</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Haidong Lian<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2013-07-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tobias Mueller<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2014-02-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Peter Senna Tschudin<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2014-05-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Brij Mohan Lal Srivastava<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2014-11-12</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Renato Ferreira<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2014-11-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Popa Adrian Marius<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2015-03-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matthew Nicholls<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2015-04-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Linus Behrens<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2015-04-23</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Marek Doležel<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2015-07-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Simon Long<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2015-07-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Lucas Satabin<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2015-08-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>n.r.pearson<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2015-09-09</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sergey Fukanchik<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2015-09-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>AlexF<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2015-11-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Giovanni Caligaris<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2015-11-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mayank Gupta<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2016-03-11</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Johannes Berg<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2016-08-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>drazil<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2016-08-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jacek Fraczek<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2016-10-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>liongold<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2016-11-21</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>John Paul Adrian Glaubitz<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2016-11-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>bansan85<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2016-12-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dimitri Bouron<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2016-12-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ivan Safonov<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2017-07-13</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gabriel Chiquini<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2017-10-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bán Róbert<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2017-10-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mark Vecsernyes<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2017-11-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gergely Tarsoly<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2017-11-28</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ahmed GHANMI<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2017-11-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Abhishek Shrivastava<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2018-01-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Telesto<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2018-01-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bartosz Kosiorek<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2018-02-07</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Shubham Verma<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2018-02-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Laurent Godard<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2018-04-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ulkem Kasapoglu<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2018-07-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Salih Sariyar<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2019-02-09</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Omer Fatih Celik<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2019-02-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Meryem Ezber<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2019-02-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andrés Maldonado<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2019-02-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>EL-SHREIF<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2019-02-24</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Stepas Toliautas<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michel Thomas<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2020-02-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>nienzu<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2020-02-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Julian Kalinowski<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2020-03-31</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ian Barkley-Yeung<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2020-04-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pierre Marty<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2020-04-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Eivind Samseth<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2020-05-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>yakovru<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2020-06-17</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>mariamfahmy<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2020-10-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Leo Wang<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2020-10-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gizem Ozgun<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2020-10-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tarun Sharma<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2021-01-14</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Batmunkh Dorjgotov<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2021-04-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Zeynep Yavuz<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2021-08-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Natalia Gavrilova<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2021-09-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Verne-Lai<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2021-10-01</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Arnaud VERSINI<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2021-12-19</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Renwa Hiwa<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2022-02-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tushar Jham<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2022-02-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yomnasalama<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2022-03-28</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>mostafa-elsharnoby<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2022-03-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Isha_Desai<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2022-04-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Shady Mohamed<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2022-04-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aman Jha<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2022-04-15</text:span></text:p>
       </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sakura286<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2022-07-26</text:span></text:p>
+      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>wujiahuan<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2022-07-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rakielle<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2022-10-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Calvince Otieno<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2022-10-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sebastian Andrzej Siewior<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2023-01-24</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Supriyo Paul<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vinit Agarwal<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Darshan-upadhyay1110<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2023-09-01</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>gilssonn<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2023-05-10</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vladislav Tarakanov<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2023-06-22</text:span></text:p>
+      </table:table-cell>
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>EMartinGube<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2023-07-20</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>t-aswath<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2023-09-13</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>AmosAidoo<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2023-11-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Patrick Luby<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2023-11-20</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Méven Car<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2024-01-09</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>varshneydevansh<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2024-02-01</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Hubert Figuière<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2024-02-09</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Loiseleur Michel<text:line-break/>Commits: 2<text:line-break/>Joined: 2010-09-14</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Justin Malcolm<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2010-09-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Seo Sanghyeon<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2010-09-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sean McNamara<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2010-09-29</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Robert Sedak<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sean McMurray<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nadav Vinik<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Marcin eXine M<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-02</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dwayne Bailey<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Christoph Noack<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2010-12-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sophie Gautier<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2010-12-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ed Dean<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-14</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jonathan Callen<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Karsten Gerloff<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jean Charles Papin<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tobias Kranz<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-17</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matthias Klose<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2011-03-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael Natterer<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2011-04-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Cyril Roelandt<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2011-04-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kelly Anderson<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2011-05-31</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michal Svec<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2011-07-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mohammad Elahi<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2011-08-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Takashi Nakamoto<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2011-08-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andreu Correa Casablanca<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2011-09-11</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jan Hubicka<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2011-09-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Arno Teigseth<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2011-09-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Maxim Iorsh<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2011-10-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Emanuele Fia<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-02</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yury Tarasievich<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mateusz Zasuwik<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2011-12-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Milos Sramek<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-01-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andreas Schierl<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-01-30</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>PKEuS<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Urmas<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bartolomé Sánchez Salado<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Greggory Hernandez<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-22</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>William Gathoye<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Karthik A Padmanabhan<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-03-31</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mark Wolf<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andrew Higginson<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-10</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Abeer Sethi<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ferran Vidal<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vicente Vendrell<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>David Steele<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-24</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jose Santiago Jimenez Sarmiento<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Marc Garcia<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-05-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Martyn Russell<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jesso Clarence Murugan<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-23</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ward van Wanrooij<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yuri Dario<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-07-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Horacio Fernandes<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-07-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andras Bartek<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-06</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Daniel Herde<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Johann Messner<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Flex Liu<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-09-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sergey Farbotka<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-09-21</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Louis Possoz<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-10-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Christos Strubulis<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-12-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Arne de Bruijn<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-12-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Milan Crha<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-07</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Adam Mróz<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gregg King<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Benedikt Morbach<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Moritz Kuett<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-23</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Akash Shetye<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Janit Anjaria<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>mmeof2<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2013-05-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Donizete Waterkemper<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2013-05-23</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rolf Hemmerling<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2013-06-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jing Xian<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2013-06-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Chris Hoppe<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2013-06-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ri GangHu<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2013-07-28</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Neil Moore<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2013-08-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Viktor Varga<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2013-08-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Janos Farago<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2013-09-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Richard Hughes<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2013-10-01</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mathieu Parent<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2013-10-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jagan Lokanatha<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Anderson Roberto<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2014-01-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Martin Liška<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2014-03-26</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bisal Nayal<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2014-05-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Hussian Alamri<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2014-05-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mukhiddin Yusupov<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2014-05-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Clarence Guo<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2014-05-26</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Hideki Ikeda<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2014-06-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Boris Egorov<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2014-09-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>YiiChang Yen<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2014-10-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vinicius Vendramini<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2014-10-22</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Naruhiko Ogasawara<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2014-10-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Daniel Stone<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2014-10-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Supreme Aryal<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2014-12-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gary Houston<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2014-12-15</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mark Williams<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2014-12-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Clément Lassieur<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2014-12-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rimas Kudelis<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>dbeurle<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-12</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kishor Bhat<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>gamebusterz<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2015-02-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Piet van Oostrum<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2015-03-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Laszlo Kis-Adam<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2015-03-12</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Markus Wernig<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2015-03-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jingtao Yan<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2015-03-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Austin Chen<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2015-03-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Valter Mura<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2015-06-07</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Carlos Luque<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2015-07-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Lubosz Sarnecki<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2015-08-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>alexey.chemichev<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2015-11-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sheikha AL-Hinai<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2015-12-28</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yogesh Desai<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2016-01-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kenneth Koski<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>ackepenek<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Martin Nathansen<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2016-04-18</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michal Kubecek<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2016-06-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Akash Deshpande<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2016-08-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sophie Su<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2016-08-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>sll<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2016-09-06</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pierre Lepage<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2016-11-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tibor Móger<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2016-12-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>G_Zoltan<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2016-12-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>George Korepanov<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2017-01-06</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jeremy Bicha<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2017-02-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jeevan<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2017-03-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>blendergeek<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2017-04-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alexey Vlasov<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2017-04-12</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>fxwan<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2017-05-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yash Srivastav<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2017-06-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sabin Frandes<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2017-09-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Your Name<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2017-10-09</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>G??bor Koruhely<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2017-10-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Furkan Tokac<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2017-10-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Timotej Lazar<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2017-11-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>martinb214<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2017-11-28</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jon Nermut<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2018-01-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Denis Arnaud<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2018-01-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>brian houston morrow<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2018-01-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dmitri Kharchev<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2018-01-27</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andika Triwidada<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2018-02-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Victor Mireyev<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2018-05-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kevin Dubrulle<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2018-07-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>George Wood<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2018-07-25</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Réka Csékei<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2018-10-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Simon Quigley<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2018-10-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mark Dobo<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2018-10-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Izabela Bakollari<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2018-10-27</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alyssa Ross<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2018-11-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tóth Attila<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2018-12-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Patrik Vas<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2018-12-31</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dawid Gan<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2019-01-09</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sass Dávid<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2019-01-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>kaishu-sahu<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2019-01-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Phil Krylov<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2019-02-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Muzaffer Kadir YILMAZ<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2019-02-10</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alexander Farrow<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2019-03-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jaromir Wysoglad<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2019-03-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rtch90<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2019-04-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>DarkByt31<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2019-04-22</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>wishawa<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2019-04-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>DaeHyun Sung<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2019-06-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>John Zhang<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2019-09-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mayank Suman<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2019-10-03</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>shameempk<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2019-10-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mattia Rizzolo<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2019-10-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Batuhan Görkem Benzer<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Desmin Alpaslan<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-18</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Luca Carlon<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bjoern Kirchhoff<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Burak Bala<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Marina Latini<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-02-11</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kris van der Merwe<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-02-16</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>AlanTang<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-02-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>james<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-02-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andrew Lee (李健秋)<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-03-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jean-Louis Fuchs<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-03-10</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>shivammore<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-03-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Fatih<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-04-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yunusemre Şentürk<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-05-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ilkyu Ju<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-08-08</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nnamani Ezinne<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-08-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Luke Dixon<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-08-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ismael Olea<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-10-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sven Lüppken<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-10-30</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>TRaXIn<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Zeynep İnkaya<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gül Toksöz<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bartu Bayazıt<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-21</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mücahid Aydin<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>ShyamPraveenSingh<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>DuP-491<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-12-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>siddheshpatil777<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-12-19</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>halfhiddencode<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-12-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>princesinghtomar<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-12-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alchemist<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2020-12-31</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Quentin PAGÈS<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-01-06</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Shobhit<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-01-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Quan Nguyen<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-02-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Eyal Rozenberg<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-02-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Buse Orak<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-02-13</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Moaz<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-02-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Winston Min Tjong<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gökay Şatır<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-14</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Panos<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-23</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>rounak<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-31</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>sarynasser<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-04-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mihail Balabanov<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-04-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>haru-02<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-04-21</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sabyasachi Bhoi<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-07-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Huilin<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-07-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>oguzbalkaya<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-08-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ankur Khandelwal<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-08-09</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Karan Abrol<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-08-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aleś Bułojčyk<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-09-27</text:span></text:p>
+      </table:table-cell>
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Emanuel Schorsch<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-10-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Harjot<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-11-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pesi Taototo<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2021-12-05</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sinduja Y<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-02-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kunal Pawar<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-02-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>psidiumcode<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-02-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gautham Krishnan<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-03-01</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rizal Muttaqin<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-04-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vincent Reher<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-04-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Lukas<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-04-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>AshSinc<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-05-19</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kurt Nordback<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-05-28</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>nazanin yadi<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-06-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nathan Pratta Teodosio<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-06-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mahdi Tizabi<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-06-25</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sakura286<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-07-26</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Stanislav Lopatin<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-08-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sam James<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-09-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Emmanuel Peter<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-10-13</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Emmanuel Peter<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-10-13</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>insanetree<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-10-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nalini Prasad Dash<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-10-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Emanuele Goldoni<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-11-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tarcísio Ladeia de Oliveira<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-11-22</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tarcísio Ladeia de Oliveira<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-11-22</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Theppitak Karoonboonyanan<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2022-11-25</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>DowwdyJ<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-01-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>PL<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-01-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Uday Sharma<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matti Tyrväinen<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-13</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>niket1322git<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Abdallah Elhdad<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>MoazAlaa<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>adityasingh22<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-08</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jani Saranpää<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>gilssonn<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-05-10</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vladislav Tarakanov<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-06-22</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Khaled Hosny<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-07-10</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>EMartinGube<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-07-20</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pierre<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-07-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Deepika Goyal<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-08-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tobias Kokolakis<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-08-26</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bayram Çiçek<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-08-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Adam Eric Fallon<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-08-31</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>t-aswath<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-09-13</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Cosmin Humeniuc<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-09-21</text:span></text:p>
       </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mihai Vasiliu<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-09-21</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matthew Kogan<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-10-13</text:span></text:p>
+      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mihai Vasiliu<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-09-21</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Achintya Sharma<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-11-23</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Declan Fodor<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2023-12-23</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Keldin Maldonado (KNM)<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2024-01-29</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Patrick Luby<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2024-02-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Steven Casey (SMCode)<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2024-02-13</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>NeilBrown<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-09-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alexandr N. Zamaraev<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nick Savage<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-01</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Neil Stalker<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Evertjan Garretsen<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Denis Lackovic<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>krishnan parthasarathi<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-07</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rubén Jáñez<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Trevor Murphy<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Wolfgang Silbermayr<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Adrià Cereto Massagué<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-26</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kalman Kemenczy<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-10-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alexandre Fournier<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-11-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Christopher Backhouse<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-12-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>pavel<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-12-10</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>camille<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-12-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Freek de Kruijf<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-12-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Paolo Pozzan<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-12-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dan Corneanu<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-12-29</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>armijn<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2010-12-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>AWASHIRO Ikuya<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andy Hearn<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nikita Ofitserov<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-10</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Guillaume Fillol<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>pgajdos<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-31</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andreas Sliwka<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andrey Turkin<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-09</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Danny Roberts<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-02-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jean-Yves Royer<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-03-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rafael Cabral<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-03-31</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alberto Ruiz<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-03-31</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Paulo José<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-04-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dona Hertel<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-04-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Maxime Côté<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-04-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Chris Cheney<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-04-27</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jan Nieuwenhuizen<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-04-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Cassio Neri<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-05-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Marcel HB<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-05-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>William Lachance<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-06-08</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jeff Aigner<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-06-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>David Penzes<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-06-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dolives Benoit<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-07-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ta Duc Tung<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-08-08</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Christophe Strobbe<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-08-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andor Ertsey<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-09-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Hugo Beauzée-Luyssen<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-09-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bernhard M. Wiedemann<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-10-17</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Stefan Weigel<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-10-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pádraig Brady<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-10-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andrew West<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-10-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matt Pratt<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-02</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Karl Koehler<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Modestas Rimkus<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Roman Eisele<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Serg Bormant<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-28</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Juan Pablo Martínez Cortés<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-11-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jesse<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-12-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vincent Povirk<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-12-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Moritz Bechler<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-12-19</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>James C<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-12-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tzvetelina Tzeneva<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-12-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Victor Lee<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-12-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Joshua Cogliati<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-01-06</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kenneth Aafløy<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-01-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rich Wareham<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-01-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Da&apos;angh Khagaroth<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-01-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ankitkumar Rameshchandra Patel<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-01-20</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Martin Richard<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-01-31</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>dbarisakkurt<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Daniel Mihalyi<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Carsten Niehaus<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-09</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Masataka Shinke<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Fernando Governatore<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-02-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Juergen Steinhilber<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-03-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Italo Vignoli<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-03-09</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Karan Desai<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Arfrever Frehtes Taifersar Arahesis<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aldo Román Nureña<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Laureano G. Linde<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-15</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Udo Schuermann<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ross Burton<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jaime Navarro<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Florent Gallaire<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-21</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vicente Rafael Estevez Vacas<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Monica Ramirez Arceda<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Javier Silva Sanahuja<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Xavi Escriche Galindo<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-24</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jose Manuel<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Miguel Fernández<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Javier Catala<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-04-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jordi Mallach<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-05-03</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gordon Lack<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-05-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Daniel Naber<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-05-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ionut Biru<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-05-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alberto Ferreira<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-08</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Travis Carter<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Peter Tillemans<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Phil Hart<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-06-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kevin Peng<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-07-20</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tim-Philipp Müller<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-07-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tim Janik<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Joseph Brown<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kevin Hausmann<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-17</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dave Richards<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dave<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Marco Biscaro<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nico Weyand<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-09-02</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Douglas Rodrigues de Almeida<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-09-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>sagar<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-09-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andrew Rist<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-10-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Neven Ćosić<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-10-08</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Chen ZuoJun<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-10-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Philipp Kaluza<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-10-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Lester<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-10-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mathieu D<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-11-19</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Naser Sharifi<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-11-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Paula Mannes<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-11-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Olivier Ploton<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-12-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>pkoroau pkoroau<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-12-20</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Quentin Pradet<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-12-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tadele Assefa<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-01-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dennis E. Hamilton<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-01-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>OKANO Takayoshi<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-01-29</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mark Wright<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Christopher Hotchkiss<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andrew Branch<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Martin Brown<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-23</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Hamza Abdelkebir<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Valek Filippov<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-02-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kenneth Beck<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jiri Blecha<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-02</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gábor Nyers<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vojta Koukal<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ondřej Smrž<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Steven Meyer<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-13</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>vincent<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Johannes Widmer<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jacqueline Rahemipour<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Lucian Constantin<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-24</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tomas Turek<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Goran Rakic<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Hansgerd Schneider<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Honza Minarik<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-03</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ashish Banerjee<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Irányossy Knoblauch Artúr<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jakub Golebiewski<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pavel Kacer<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-11</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>tinderbox<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alex Ivan<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ota Chasák<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jan Bobisud<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-04-29</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yohei Yukawa<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-05-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>ricardobotto<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-05-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jonathan Schultz<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-05-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Neil Voss (fourier)<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-05-24</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tim Richardson<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-06-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Eric S. Raymond<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-06-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jean-François Fortin Tam<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-06-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Benjamin Otte<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-06-15</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Peng Gao<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-06-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>sonakshi nathani<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-06-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alaa.Bukhari<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-07-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Erik Auerswald<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-07-09</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Reem.ALotaibi<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-07-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael Duelli<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-08-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Srijan Choudhary<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-08-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Adrien<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-08-18</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Stefano Facchini<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-08-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>James Michael DuPont<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-08-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Raymond Wells<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-09-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Danny Brown<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-09-18</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Henning Diedler<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>matt_51<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rolf Koetter<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-11-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>yjw9012<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-12-30</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ayantha Randika<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-01-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michal Siedlaczek<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-01-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>J. Fernando Lagrange<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-02-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>christianju<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-02-10</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mathias Supp<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-02-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tarun Kumar<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-03-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jason Gerlowski<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-03-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>roopak12345<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-03-09</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Manas Joshi<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-03-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>gdm.manmeet<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-03-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Milan Zelenka<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-03-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Hannah Lyhne<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-04-01</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aditya Kale<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-04-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ryo ONODERA<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-04-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michal Horak<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-04-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alex Gulyás<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-04-27</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Apostolos Syropoulos<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-05-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>nrbrtx@gmail.com<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-06-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Shreyansh Gandhi<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-06-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Damien Chambe<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-06-15</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Robin Kumar<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-06-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dushyant Bhalgami<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-07-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Fahad Al-Saidi<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-07-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Martin Owens<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-07-27</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Heiko Scheidt<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-08-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>xjcl<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-08-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Audrey Tang<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-08-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Hiroto Kagotani<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-08-19</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jörg Sonnenberger<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-08-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Phyzer<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-09-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Babu Vincent<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-09-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Seyeong Kim<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-10-06</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Lennart Poettering<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-10-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Arkadiusz Miśkiewicz<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-10-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ruggero Cyrille<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-10-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Victor Portella<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-11-05</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jonathan Riddell<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-11-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Foo Lai Choo<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-11-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>galbarnissan<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-12-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mattias Põldaru<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-12-06</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Juan A. Suarez Romero<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-12-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Maarten Hoes<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-12-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pieter Adriaensen<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2014-12-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andreas K. Huettel (dilfridge)<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-04</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Péter Szathmáry<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Edmund Laugasson<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael Kovarik<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Zirk<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-07</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Simon Wilper<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Swachhand Lokhande<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-03-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael Horn<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-03-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Karthick Prasad Gunasekaran<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-03-22</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>robert Babiak<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-03-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dobra Gabor<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-04-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jorge Cunha Mendes<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-04-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sujith Sudhakaran<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-04-07</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Petr Gajdos<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-04-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>ritztro<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-04-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>massinissaHamidi<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-05-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yurii Kolesnykov<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-05-10</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sam Tuke<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-05-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>umairshahid<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-05-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Antoine Cœur<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-06-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jihui Choi<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-06-22</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Raj Natarajan<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-07-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Florian Effenberger<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-08-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Fernando Pirani<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-08-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nathan Wells<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-09-03</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Joan Paraiso<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-09-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Slávek Banko<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-10-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Timothée Isnard<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-10-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>marstay<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-10-18</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ghasan<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-11-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mihovil Stanić<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-11-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Keigo Kawamura<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-11-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Steve Hart<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-11-17</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Reto Schneider<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-11-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Willian Briotto<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-11-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nicola Povoleri<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-11-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Paolo Bernardi<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-11-30</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pierre Sauter<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-12-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>William Bonnet<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-12-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Johannes Hauf<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-12-31</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Debarshi Ray<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-01-08</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>shubhamtibra<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-01-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nusaiba Al-Kindi<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-01-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gabriele Ponzo<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-01-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Marc Bessières<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-01-29</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Christoph Brill<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Hank Leininger<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-02-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Apachev Ivan<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-03-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>HaidongWu<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-03-09</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mohamed Thabet<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-03-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dag Wieers<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-03-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alexandru Moscu<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-03-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gleb Mishchenko<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-03-22</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>JBurant<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-04-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>sunweb<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-04-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Seraphime Kirkovski<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-04-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nurhak ALTIN<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-05-01</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Peter<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-05-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Prashant<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-05-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sam Tygier<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-05-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Helena Svobodova<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-05-25</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Zhengqiang Wang<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-06-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>anwilli5<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-06-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>emahaldar/em<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-06-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mike Saunders<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-06-20</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Otto Kekäläinen<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-07-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Julian Mehne<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-08-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>James Clarke<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-08-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yan Pashkovsky<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-08-12</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>rpmbuild<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-08-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Zenaan Harkness<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-08-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andrea Mussap<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-10-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ilya Ponamarev<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-10-05</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jookia<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-10-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mirco Rondini<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-10-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Chandanathil P. Geevan<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-10-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Шиповський Роман<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-10-28</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tamás Gulácsi<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-11-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Owen Genat<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-11-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Christina Accione<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-11-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>n5xgdh<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-12-04</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Justn Lavoie<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2016-12-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>thvallois<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-01-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Saurav Sachidanand<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-01-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aleix Pol<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-01-19</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>yellowflash104<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-02-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mike Gorse<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-03-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Atef hares<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-03-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>ComputingDwarf<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-03-12</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Umang Jain<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-03-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>udaycoder<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-03-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dennis Nielen<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-03-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andreas Säger<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-03-26</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gabriel Herrera<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-04-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Werner Tietz<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-04-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>nikki<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-04-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Catherine Vance<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-04-17</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Naeil ZOUEIDI<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-04-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>frederic vroman<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-05-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kappanneo<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-05-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Arianna Masciolini<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-05-29</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Francesco Gradi<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-05-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>dcvb<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-07-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sean Stangl<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-07-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Luke Deller<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-07-12</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aditya Dewan<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-07-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>serdarot5<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-08-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sanjaykumar Girishkumar Patel<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-08-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dinh Le<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-09-05</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>66kesara99<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-09-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Stoyan Dimitrov<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-10-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>nigeldias<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-10-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matti Lehtonen<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-10-07</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tjipke van der Heide<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-10-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kristóf Umann<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-10-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>qzheng<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-11-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Suhail Alkowaileet<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2017-12-25</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dominique Leuenberger<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-01-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gabriele Ponzo<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-02-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rostislav Kondratenko<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-02-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Reshma<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-03-09</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Hrishabh<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-03-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Álex Puchades<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-03-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>kowther<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-04-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nithin Kumar Padavu<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-04-07</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kevin Brubeck Unhammer<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-04-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Heiko Tietze<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-04-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Diadlo<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-05-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Fred Kruse<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-05-28</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>orbea<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-06-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Louis Sautier<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-06-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ali Ahmadi<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-06-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>SalimHabchi<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-07-11</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Caio B. Silva<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-07-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>U-Vladimir\Vadim<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-08-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Don Lewis<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-08-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bijan Tabatabai<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-08-26</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Leo Moons<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-08-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>AlicVB<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-10-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alain Romedenne<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-11-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Howard Johnson<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-11-25</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rizal Muttaqin<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-12-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Çağrı Dolaz<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-12-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Doğa Deniz Arıcı<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2018-12-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andreas Sturmlechner<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-01-08</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Komal<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-01-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ajay Mahato<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-01-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jim Jagielski<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-01-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yusuf Sonmez<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-02-10</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael Schroeder<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-02-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sainal Shah<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-03-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Wenzhe Pei<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-03-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vaibhav<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-03-17</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>kushagrakasliwal1<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-03-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Greg Veldman<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-03-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gagandeep Singh<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-04-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jason Burns<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-04-08</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Regis<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-04-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Milutin Smiljanic<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-04-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andrew Hyatt<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-05-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Cor Nouws<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-05-23</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jens Carl<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-05-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jay Bingham<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-06-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jim MacArthur<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-06-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jim MacArthur<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-07-07</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kovács László Zoltán<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-08-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vipul Gupta<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-08-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kovács László Zoltán<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-08-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>AWASHIRO Ikuya<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-08-17</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tim Bartlett<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-08-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nicolas Fella<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-09-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dennis Schridde<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-10-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Peter Levine<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-10-18</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rasmus Thomsen<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-10-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Martin Milata<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>shashikdm<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Selim Åžeker<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-18</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sıla Genç<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>erto<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andrés Maldonado<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>cagatay<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-12-28</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Elzem Atay<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Louis Meyrat<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Cumali Toprak<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Serkan Özkaya<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-01-28</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Emiliano Vavassori<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-02-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>praneshulleri<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-02-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kris van der Merwe<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-02-16</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Adam Majer<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-02-19</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sarabjot Singh<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-02-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matteo Casalin<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-03-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>TJ Holt<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-03-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>So Yanaihara<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-03-21</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Harshit Jain<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-03-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Wyatt Turner<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-03-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>miki<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-04-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alexander Volkov<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-04-09</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Coming___soON<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-04-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pavel Klevakin<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-04-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Markus Keller<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-05-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Martin Whitaker<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-05-08</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>vgeof<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-05-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Igor Poboiko<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-05-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Muhammet Kara<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-05-24</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ilia Sheshukov<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-06-04</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>zdposter<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-06-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yakov Reztsov<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-06-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Pranam Lashkari<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-06-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Shiro Kawai<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-06-26</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Baurzhan Muftakhidinov<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-07-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Octavio Alvarez<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-07-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>tgds03<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-08-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>ramtk6726<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-08-16</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>OctopusET<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-08-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Hochwasser<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-09-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Felix Wiegand<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-09-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Travis Stewart<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-10-01</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bryan Gazali<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-10-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nikhil<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-10-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Daniel<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-10-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Platon Pronko<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-10-19</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>gerrit<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-10-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Betül İnce<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-10-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jeff Law<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Arda<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-21</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>lastirembender<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Henrik Karlsson<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>ganeshdevare<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Edward Lynch<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-11-29</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>cu-16bcs1798<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-12-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>gar Soul<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-12-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>csegura<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-01-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Isah Bllaca<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-01-08</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>anirudhS<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-01-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Antje Kazimiers<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-01-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Linus Heckemann<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-02-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>vipbuoy<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-02-14</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Quentin DELAGE<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-02-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Victor Kukshiev<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-02-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>heet-2312<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>John<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-04</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>ViswaasLP<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mani Kumar<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>arpit1912<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>pekka-dev<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-21</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mehmet Sait Gülmez<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>bykivi<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aritz Erkiaga<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>anirudh4583<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-26</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>David Blatter<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-03-31</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Felipe Lema<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-04-01</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Oleksii Makhotin<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-04-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Vatsal32<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-04-07</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Carmen Bianca Bakker<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-04-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Steve Fanning<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-04-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Joshua Williams<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-05-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>MarcoFalke<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-06-03</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Uwe Auer<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-07-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>YakovlevAl<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-07-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aleś Bułojčyk<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-09-27</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rishav Chattopadhya<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-10-23</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>mwarner<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-11-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>TheRock Builder<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-12-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Urja Rannikko<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-12-05</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Krzysztof Hałasa<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2021-12-29</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>alt<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-01-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Arjun<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-01-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>yalda<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-01-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>javierde22<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-01-30</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>jwtiyar nariman<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-02-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Adityarup Laha<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-03-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Łukasz Leszko<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-03-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Lemures Lemniscati<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-03-17</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sarrah Bastawala<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-03-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Behrad Khorram<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-04-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Zain Iftikhar<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-04-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>hasban12138<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-04-28</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Daniel Kamil Kozar<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-05-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dietrich Schulten<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-06-11</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Diane Leigh<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-06-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mahdyar M. M. Sadeghi<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-06-22</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mahkame Arabgari<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-06-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Parsa<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-06-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Amir H<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-06-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>m.hashemian<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-06-29</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>am.faraji<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-07-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mohsen Rahimi<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-07-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ali_Abdollahian<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-07-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Arman Rezaei<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-07-11</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Thierry Emery<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-08-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Niko Fink<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-08-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>cutamar<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-08-28</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aleksa Savic<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-09-02</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ling Yang<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-09-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aron Fischer<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-09-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nalini Prasad Dash<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-10-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Martin Schumann<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-10-10</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Hemant Kumar Singh<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-10-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Henner Drewes<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-10-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>sahilbutoal08<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-10-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Amarjargal Gundjalam<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-10-31</text:span></text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>zonnebloempje<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-11-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Siddharth<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-11-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jonas Eyov<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-11-18</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Theppitak Karoonboonyanan<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-11-25</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jonas Eyov<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-11-18</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Đoàn Trần Công Danh<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-11-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>ahsmha<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-12-26</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Brett T. Warden<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-12-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Douglas Guptill<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-01-01</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Douglas Guptill<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-01-01</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Shulhan<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-01-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Devansh Jain<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Greg Kelesidis<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>deepanshuraj099<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-12</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>deepanshuraj099<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-12</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>gokulakrishnan-shankar<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>WANG Xuerui<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sarthak Roy<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Grigory A. Mozhaev<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-27</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Grigory A. Mozhaev<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-27</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Angelle Leger<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-10</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>DrGigioSan<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-14</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nabeel Siddiqui<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sabri Unal<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-29</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sabri Unal<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-03-29</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>jpuronah<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-04-03</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Patrick Luby<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-05-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Cip Cipricus<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-05-15</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>shehr<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-05-17</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>shehr<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-05-17</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Martin Jambor<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-06-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michel Weimerskirch<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-06-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Joel Puronaho<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-06-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nay Catina Dia-Schneebeli<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-07-04</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Nay Catina Dia-Schneebeli<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-07-04</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Denis Sorotnik<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-08-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Dung.Saga<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-09-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Cristina Mustatea<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-09-21</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ioan-Teodor Teugea<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-09-23</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ioan-Teodor Teugea<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-09-23</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Powerinno<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-09-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Willian Pessoa<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-10-12</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Federico Gallo Herosa<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-10-13</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matthew Kogan<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-10-13</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Aml-Hassan-Abd-El-hamid<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-10-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>AmosAidoo<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-11-21</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Bayram Çiçek<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-10-17</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Sahil<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-11-21</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>U-DESKTOP-CETSUCA\sigma<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-11-06</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Achintya Sharma<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-11-23</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Frank Steiner<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-11-23</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table1.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Frank Steiner<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-11-23</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Lodev<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-12-05</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ricardo Donino<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-12-07</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jonathan Clark<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-12-16</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Shachar Shemesh<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-12-29</text:span></text:p>
+      </table:table-cell>
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jamie Douglass<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2024-01-01</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>alisafaya<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2024-01-07</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>seturaj<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2024-01-21</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>AungKhantOo<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2024-01-28</text:span></text:p>
+      </table:table-cell>
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Heiko Becker<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2024-02-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table1.B446" table:number-columns-spanned="3" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tuukka Orava<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2024-02-05</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle1.C451" table:number-columns-spanned="2" office:value-type="string">
        <text:p text:style-name="P1"/>
       </table:table-cell>
       <table:covered-table-cell/>
-      <table:covered-table-cell/>
      </table:table-row>
     </table:table>
     <text:h text:style-name="Heading_20_3" text:outline-level="3">Contributors to bundled templates</text:h>
-    <table:table table:name="Table2" table:style-name="Table2">
-     <table:table-column table:style-name="Table2.A"/>
-     <table:table-column table:style-name="Table2.B"/>
-     <table:table-column table:style-name="Table2.C"/>
-     <table:table-column table:style-name="Table2.D"/>
+    <table:table table:name="Tabelle2" table:style-name="Tabelle2">
+     <table:table-column table:style-name="Tabelle2.A"/>
+     <table:table-column table:style-name="Tabelle2.B"/>
+     <table:table-column table:style-name="Tabelle2.C"/>
+     <table:table-column table:style-name="Tabelle2.D"/>
      <table:table-row>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Laurent BP<text:line-break/>Commits: 60<text:line-break/>Joined: <text:span text:style-name="T2">2015-11-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>andreas kainz<text:line-break/>Commits: 23<text:line-break/>Joined: <text:span text:style-name="T2">2020-04-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Francisco Adrián Sánchez<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2016-10-07</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Laurent Balland<text:line-break/>Commits: 22<text:line-break/>Joined: <text:span text:style-name="T2">2023-06-02</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Heiko Tietze<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2017-08-04</text:span></text:p>
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Francisco Adrián Sánchez<text:line-break/>Commits: 17<text:line-break/>Joined: <text:span text:style-name="T2">2016-10-07</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Heiko Tietze<text:line-break/>Commits: 10<text:line-break/>Joined: <text:span text:style-name="T2">2017-08-04</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Samuel Mehrbrodt<text:line-break/>Commits: 7<text:line-break/>Joined: <text:span text:style-name="T2">2013-01-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Caolán McNamara<text:line-break/>Commits: 6<text:line-break/>Joined: <text:span text:style-name="T2">2011-01-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andras Timar<text:line-break/>Commits: 5<text:line-break/>Joined: <text:span text:style-name="T2">2011-04-25</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alexander Wilms<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2012-05-26</text:span></text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Alexander Wilms<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2012-05-26</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Andrea Gelmini<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2018-08-19</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Matthias Seidel<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2018-11-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Laurent Balland<text:line-break/>Commits: 4<text:line-break/>Joined: <text:span text:style-name="T2">2023-06-02</text:span></text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Olivier Hallot<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2012-03-26</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jun Nogata<text:line-break/>Commits: 3<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael Meeks<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2010-12-08</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Istvan Turi<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>David Tardon<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2012-08-20</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Yousuf Philips<text:line-break/>Commits: 2<text:line-break/>Joined: <text:span text:style-name="T2">2016-10-18</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Francisco Saito<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-03-29</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael Muench<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2011-06-09</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael Stahl<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-03-23</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Stefan Knorr (astron)<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2012-07-16</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Jacqueline Rahemipour<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2013-03-23</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Péter Szathmáry<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Edmund Laugasson<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-07</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Michael Kovarik<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Zirk<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-01-07</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Tomaž Vajngerl<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2015-04-22</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Mike Kaganski<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2019-03-13</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Rizal Muttaqin<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2020-05-04</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Kevin Suo<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2022-09-30</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Henry Castro<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-02-20</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Gabor Kelemen<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-08-10</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table2.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>khushishikhu<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2023-10-27</text:span></text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table2.B9" table:number-columns-spanned="3" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle2.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:span text:style-name="T1">*</text:span>Ilmari Lauhakangas<text:line-break/>Commits: 1<text:line-break/>Joined: <text:span text:style-name="T2">2024-01-07</text:span></text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle2.C9" table:number-columns-spanned="2" office:value-type="string">
        <text:p text:style-name="P1"/>
       </table:table-cell>
       <table:covered-table-cell/>
-      <table:covered-table-cell/>
      </table:table-row>
     </table:table>
     <text:h text:style-name="Heading_20_2" text:outline-level="2">Developers not committing code since 2010-09-28</text:h>
-    <table:table table:name="Table3" table:style-name="Table3">
-     <table:table-column table:style-name="Table3.A"/>
-     <table:table-column table:style-name="Table3.B"/>
-     <table:table-column table:style-name="Table3.C"/>
-     <table:table-column table:style-name="Table3.D"/>
+    <table:table table:name="Tabelle3" table:style-name="Tabelle3">
+     <table:table-column table:style-name="Tabelle3.A"/>
+     <table:table-column table:style-name="Tabelle3.B"/>
+     <table:table-column table:style-name="Tabelle3.C"/>
+     <table:table-column table:style-name="Tabelle3.D"/>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Sascha Ballach<text:line-break/>Commits: 1223<text:line-break/>Joined: 2000-09-22</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Pascal Junck<text:line-break/>Commits: 1061<text:line-break/>Joined: 2004-10-22</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">jp<text:line-break/>Commits: 1037<text:line-break/>Joined: 2000-09-25</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Peter Burow<text:line-break/>Commits: 729<text:line-break/>Joined: 2000-09-20</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Sander Vesik<text:line-break/>Commits: 695<text:line-break/>Joined: 2000-10-11</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Michael Brauer<text:line-break/>Commits: 648<text:line-break/>Joined: 2000-09-21</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Daniel Vogelheim<text:line-break/>Commits: 615<text:line-break/>Joined: 2000-09-27</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Daniel Boelzle<text:line-break/>Commits: 578<text:line-break/>Joined: 2000-09-21</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Andreas Schlüns<text:line-break/>Commits: 542<text:line-break/>Joined: 2000-09-26</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Frank Meies<text:line-break/>Commits: 536<text:line-break/>Joined: 2001-04-03</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Andreas Martens<text:line-break/>Commits: 492<text:line-break/>Joined: 2000-09-22</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Jörg Barfurth<text:line-break/>Commits: 474<text:line-break/>Joined: 2000-11-07</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Nils Fuhrmann<text:line-break/>Commits: 473<text:line-break/>Joined: 2000-09-25</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Björn Milcke<text:line-break/>Commits: 470<text:line-break/>Joined: 2000-09-22</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Stephan Schäfer<text:line-break/>Commits: 447<text:line-break/>Joined: 2001-01-29</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Jörg Budischewski<text:line-break/>Commits: 407<text:line-break/>Joined: 2000-09-28</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Tino Rachui<text:line-break/>Commits: 364<text:line-break/>Joined: 2000-09-25</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Behrend Cornelius<text:line-break/>Commits: 354<text:line-break/>Joined: 2000-09-26</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">gt<text:line-break/>Commits: 351<text:line-break/>Joined: 2000-09-22</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Oliver Braun<text:line-break/>Commits: 271<text:line-break/>Joined: 2000-09-22</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">th<text:line-break/>Commits: 270<text:line-break/>Joined: 2000-10-27</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Hennes Rohling<text:line-break/>Commits: 253<text:line-break/>Joined: 2000-09-27</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Dieter Loeschky<text:line-break/>Commits: 233<text:line-break/>Joined: 2000-09-20</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Kay Ramme<text:line-break/>Commits: 230<text:line-break/>Joined: 2000-09-27</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Andreas Bille<text:line-break/>Commits: 228<text:line-break/>Joined: 2000-10-09</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Michael Hönnig<text:line-break/>Commits: 211<text:line-break/>Joined: 2000-10-23</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Christof Pintaske<text:line-break/>Commits: 181<text:line-break/>Joined: 2000-09-26</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Stephan Wunderlich<text:line-break/>Commits: 179<text:line-break/>Joined: 2002-02-26</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Dirk Grobler<text:line-break/>Commits: 147<text:line-break/>Joined: 2000-09-20</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Tom Verbeek<text:line-break/>Commits: 139<text:line-break/>Joined: 2000-09-29</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Karl Hong<text:line-break/>Commits: 137<text:line-break/>Joined: 2002-02-21</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Tomas O&apos;Connor<text:line-break/>Commits: 135<text:line-break/>Joined: 2002-03-04</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Duncan Foster<text:line-break/>Commits: 125<text:line-break/>Joined: 2002-09-19</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Martin Maher<text:line-break/>Commits: 100<text:line-break/>Joined: 2000-09-29</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Aidan Butler<text:line-break/>Commits: 92<text:line-break/>Joined: 2002-03-22</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">arellano<text:line-break/>Commits: 87<text:line-break/>Joined: 2001-02-12</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Bustamam Harun<text:line-break/>Commits: 74<text:line-break/>Joined: 2000-11-19</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">hg<text:line-break/>Commits: 72<text:line-break/>Joined: 2009-10-08</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Babak Mahbod<text:line-break/>Commits: 69<text:line-break/>Joined: 2000-09-21</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">mfe<text:line-break/>Commits: 68<text:line-break/>Joined: 2000-10-13</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Gene Anaya<text:line-break/>Commits: 66<text:line-break/>Joined: 2000-10-09</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">avy<text:line-break/>Commits: 58<text:line-break/>Joined: 2001-02-28</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Christoph Neumann<text:line-break/>Commits: 57<text:line-break/>Joined: 2003-01-30</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Bertram Nolte<text:line-break/>Commits: 46<text:line-break/>Joined: 2001-08-16</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Steffen Grund<text:line-break/>Commits: 45<text:line-break/>Joined: 2003-02-04</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Michael Mi<text:line-break/>Commits: 45<text:line-break/>Joined: 2004-07-14</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Gerd Weiss<text:line-break/>Commits: 45<text:line-break/>Joined: 2007-04-26</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Armin Theissen<text:line-break/>Commits: 44<text:line-break/>Joined: 2000-09-22</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Cyrille Moureaux<text:line-break/>Commits: 42<text:line-break/>Joined: 2002-05-17</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">markm<text:line-break/>Commits: 39<text:line-break/>Joined: 2002-03-22</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">neilm<text:line-break/>Commits: 39<text:line-break/>Joined: 2002-11-13</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">oisin<text:line-break/>Commits: 38<text:line-break/>Joined: 2000-10-03</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">fredrikh<text:line-break/>Commits: 34<text:line-break/>Joined: 2008-06-17</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Lars Oppermann<text:line-break/>Commits: 33<text:line-break/>Joined: 2002-09-30</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">pw<text:line-break/>Commits: 32<text:line-break/>Joined: 2000-10-10</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">tpf<text:line-break/>Commits: 32<text:line-break/>Joined: 2000-11-20</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">skotti<text:line-break/>Commits: 30<text:line-break/>Joined: 2009-10-20</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">John Marmion<text:line-break/>Commits: 28<text:line-break/>Joined: 2000-09-26</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Andre Fischer&lt;Andre.W.Fischer<text:line-break/>Commits: 28<text:line-break/>Joined: 2010-01-28</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">wg111939<text:line-break/>Commits: 26<text:line-break/>Joined: 2010-03-17</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">sz<text:line-break/>Commits: 25<text:line-break/>Joined: 2001-04-11</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Kevin Hendricks<text:line-break/>Commits: 25<text:line-break/>Joined: 2001-05-20</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Michael E. Bohn<text:line-break/>Commits: 23<text:line-break/>Joined: 2010-08-10</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Ken Foskey<text:line-break/>Commits: 22<text:line-break/>Joined: 2002-10-01</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">tb121644<text:line-break/>Commits: 22<text:line-break/>Joined: 2009-09-08</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">mm<text:line-break/>Commits: 19<text:line-break/>Joined: 2000-09-21</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">khz<text:line-break/>Commits: 18<text:line-break/>Joined: 2000-09-21</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">ghiggins<text:line-break/>Commits: 18<text:line-break/>Joined: 2002-05-19</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Sarah Smith<text:line-break/>Commits: 18<text:line-break/>Joined: 2002-10-21</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Wu Yan<text:line-break/>Commits: 18<text:line-break/>Joined: 2010-04-28</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Amelia Wang<text:line-break/>Commits: 17<text:line-break/>Joined: 2010-09-13</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Csaba Borbola<text:line-break/>Commits: 16<text:line-break/>Joined: 2000-09-22</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">dkenny<text:line-break/>Commits: 16<text:line-break/>Joined: 2001-04-17</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Darragh Sherwin<text:line-break/>Commits: 15<text:line-break/>Joined: 2002-03-21</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Ping Liao<text:line-break/>Commits: 14<text:line-break/>Joined: 2000-09-21</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">ok<text:line-break/>Commits: 13<text:line-break/>Joined: 2000-11-16</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Mindy Liu<text:line-break/>Commits: 13<text:line-break/>Joined: 2003-03-03</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Svante Schubert<text:line-break/>Commits: 12<text:line-break/>Joined: 2001-02-08</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">cdt<text:line-break/>Commits: 11<text:line-break/>Joined: 2000-10-16</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Bernd Eilers<text:line-break/>Commits: 11<text:line-break/>Joined: 2001-06-03</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Laszlo Kovacs<text:line-break/>Commits: 11<text:line-break/>Joined: 2002-09-23</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Yuan Li<text:line-break/>Commits: 10<text:line-break/>Joined: 2006-12-14</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">hb137859<text:line-break/>Commits: 10<text:line-break/>Joined: 2009-09-17</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">John Rice<text:line-break/>Commits: 9<text:line-break/>Joined: 2002-09-27</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">ma<text:line-break/>Commits: 8<text:line-break/>Joined: 2001-03-21</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Joerg Sievers<text:line-break/>Commits: 8<text:line-break/>Joined: 2008-06-13</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">wvd<text:line-break/>Commits: 7<text:line-break/>Joined: 2001-07-18</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">nidd<text:line-break/>Commits: 7<text:line-break/>Joined: 2001-12-25</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">mwu<text:line-break/>Commits: 7<text:line-break/>Joined: 2002-07-04</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Mike Hayes<text:line-break/>Commits: 7<text:line-break/>Joined: 2002-10-09</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">lwang<text:line-break/>Commits: 7<text:line-break/>Joined: 2002-11-06</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Jonathan Pryor<text:line-break/>Commits: 7<text:line-break/>Joined: 2010-09-15</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Ilko Höpping<text:line-break/>Commits: 6<text:line-break/>Joined: 2001-05-04</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">ts<text:line-break/>Commits: 5<text:line-break/>Joined: 2000-12-11</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">dic<text:line-break/>Commits: 5<text:line-break/>Joined: 2001-02-12</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">luctur<text:line-break/>Commits: 5<text:line-break/>Joined: 2003-11-05</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">mathias<text:line-break/>Commits: 5<text:line-break/>Joined: 2009-09-23</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Uwe Fischer<text:line-break/>Commits: 5<text:line-break/>Joined: 2009-11-20</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Willem van Dorp<text:line-break/>Commits: 4<text:line-break/>Joined: 2000-09-29</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">ms93807<text:line-break/>Commits: 4<text:line-break/>Joined: 2010-01-08</text:p>
       </table:table-cell>
      </table:table-row>
+     <text:soft-page-break/>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">tlx<text:line-break/>Commits: 3<text:line-break/>Joined: 2000-12-07</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Stella Schulze<text:line-break/>Commits: 3<text:line-break/>Joined: 2001-09-13</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Stefan Taxhet<text:line-break/>Commits: 3<text:line-break/>Joined: 2001-12-13</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">tl93732<text:line-break/>Commits: 3<text:line-break/>Joined: 2009-10-20</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Jiao Jianhua<text:line-break/>Commits: 3<text:line-break/>Joined: 2010-09-13</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Terence Tse<text:line-break/>Commits: 2<text:line-break/>Joined: 2000-09-22</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">htajima<text:line-break/>Commits: 2<text:line-break/>Joined: 2000-12-11</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Louis Suárez-Potts<text:line-break/>Commits: 2<text:line-break/>Joined: 2001-08-17</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Michael Rauch<text:line-break/>Commits: 2<text:line-break/>Joined: 2002-03-19</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">mxiao<text:line-break/>Commits: 2<text:line-break/>Joined: 2002-09-17</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Alexis Ledoux<text:line-break/>Commits: 2<text:line-break/>Joined: 2002-09-24</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Chris Halls<text:line-break/>Commits: 2<text:line-break/>Joined: 2002-10-04</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">jmeng<text:line-break/>Commits: 2<text:line-break/>Joined: 2003-12-04</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Wind Li<text:line-break/>Commits: 2<text:line-break/>Joined: 2004-01-30</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">jobin<text:line-break/>Commits: 2<text:line-break/>Joined: 2008-02-29</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">shane<text:line-break/>Commits: 1<text:line-break/>Joined: 2000-10-02</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">vs<text:line-break/>Commits: 1<text:line-break/>Joined: 2001-01-30</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">dc<text:line-break/>Commits: 1<text:line-break/>Joined: 2002-03-05</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">misha<text:line-break/>Commits: 1<text:line-break/>Joined: 2002-04-29</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">asaunders<text:line-break/>Commits: 1<text:line-break/>Joined: 2003-07-07</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Dan Williams<text:line-break/>Commits: 1<text:line-break/><text:soft-page-break/>Joined: 2004-03-08</text:p>
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">Dan Williams<text:line-break/>Commits: 1<text:line-break/>Joined: 2004-03-08</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">gyang<text:line-break/>Commits: 1<text:line-break/><text:soft-page-break/>Joined: 2004-10-29</text:p>
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">gyang<text:line-break/>Commits: 1<text:line-break/>Joined: 2004-10-29</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">mbu<text:line-break/>Commits: 1<text:line-break/><text:soft-page-break/>Joined: 2005-10-18</text:p>
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">mbu<text:line-break/>Commits: 1<text:line-break/>Joined: 2005-10-18</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Nakata Maho<text:line-break/>Commits: 1<text:line-break/><text:soft-page-break/>Joined: 2006-07-08</text:p>
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents">Nakata Maho<text:line-break/>Commits: 1<text:line-break/>Joined: 2006-07-08</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Artem Khvat<text:line-break/>Commits: 1<text:line-break/>Joined: 2007-12-14</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">fs93730<text:line-break/>Commits: 1<text:line-break/>Joined: 2009-10-16</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">cl93746<text:line-break/>Commits: 1<text:line-break/>Joined: 2009-10-22</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">oc93805<text:line-break/>Commits: 1<text:line-break/>Joined: 2009-11-30</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">sg128468<text:line-break/>Commits: 1<text:line-break/>Joined: 2010-01-20</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">gh93821<text:line-break/>Commits: 1<text:line-break/>Joined: 2010-04-09</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table3.C33" table:number-columns-spanned="2" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle3.C33" table:number-columns-spanned="2" office:value-type="string">
        <text:p text:style-name="P1"/>
       </table:table-cell>
       <table:covered-table-cell/>
      </table:table-row>
     </table:table>
     <text:h text:style-name="Heading_20_3" text:outline-level="3">Contributors to bundled templates</text:h>
-    <table:table table:name="Table4" table:style-name="Table4">
-     <table:table-column table:style-name="Table4.A"/>
-     <table:table-column table:style-name="Table4.B"/>
-     <table:table-column table:style-name="Table4.C"/>
-     <table:table-column table:style-name="Table4.A"/>
+    <table:table table:name="Tabelle4" table:style-name="Tabelle4">
+     <table:table-column table:style-name="Tabelle4.A"/>
+     <table:table-column table:style-name="Tabelle4.B"/>
+     <table:table-column table:style-name="Tabelle4.C"/>
+     <table:table-column table:style-name="Tabelle4.A"/>
      <table:table-row>
-      <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle4.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Oliver Bolte<text:line-break/>Commits: 418<text:line-break/>Joined: 2004-09-08</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle4.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Rüdiger Timm<text:line-break/>Commits: 266<text:line-break/>Joined: 2003-12-01</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle4.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Jens-Heiner Rechtien<text:line-break/>Commits: 187<text:line-break/>Joined: 2000-09-19</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle4.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Kurt Zenker<text:line-break/>Commits: 146<text:line-break/>Joined: 2004-05-19</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle4.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Vladimir Glazounov<text:line-break/>Commits: 89<text:line-break/>Joined: 2004-12-23</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle4.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Hans-Joachim Lankenau<text:line-break/>Commits: 15<text:line-break/>Joined: 2004-06-26</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle4.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Behrend Cornelius<text:line-break/>Commits: 6<text:line-break/>Joined: 2001-06-08</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle4.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Tom Verbeek<text:line-break/>Commits: 4<text:line-break/>Joined: 2001-01-26</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table4.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle4.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Volker Ahrendt [va]<text:line-break/>Commits: 2<text:line-break/>Joined: 2002-05-29</text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table4.B3" table:number-columns-spanned="3" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle4.B3" table:number-columns-spanned="3" office:value-type="string">
        <text:p text:style-name="P1"/>
       </table:table-cell>
       <table:covered-table-cell/>
@@ -7851,10055 +8129,10129 @@
      </table:table-row>
     </table:table>
     <text:p text:style-name="Text_20_body">We do not distinguish between commits that were imported from the OOo code base and those who went directly into the LibreOffice code base as:</text:p>
-    <text:list text:style-name="L2">
+    <text:list text:style-name="L3">
      <text:list-item>
-      <text:p text:style-name="P37">a) it is technically not possible to distinguish between commits that go directly into the LibreOffice code base and commits that were merged in from the OpenOffice.org code base, and </text:p>
+      <text:p text:style-name="P40">a) it is technically not possible to distinguish between commits that go directly into the LibreOffice code base and commits that were merged in from the OpenOffice.org code base, and </text:p>
      </text:list-item>
      <text:list-item>
-      <text:p text:style-name="P36">b) contributors to the OOo code base should also be credited for the excellent work they do. </text:p>
+      <text:p text:style-name="P39">b) contributors to the OOo code base should also be credited for the excellent work they do. </text:p>
      </text:list-item>
     </text:list>
     <text:p text:style-name="Text_20_body">Do note that LibreOffice used to be divided into 20 git repositories. Pushing a change into all repositories will be counted as 20 commits as there is no way to distinguish this from 20 separate commits.</text:p>
-    <text:h text:style-name="Heading_20_2" text:outline-level="2"><text:bookmark text:name="wiki"/>Total contributions to the TDF Wiki</text:h>
-    <text:p text:style-name="P25">2865 individuals contributed: </text:p>
-    <table:table table:name="Table5" table:style-name="Table5">
-     <table:table-column table:style-name="Table5.A"/>
-     <table:table-column table:style-name="Table5.B"/>
-     <table:table-column table:style-name="Table5.C"/>
-     <table:table-column table:style-name="Table5.D"/>
+    <text:h text:style-name="P30" text:outline-level="2"><text:bookmark text:name="wiki"/>Total contributions to the TDF Wiki</text:h>
+    <text:p text:style-name="P25">2888 individuals contributed: </text:p>
+    <table:table table:name="Tabelle5" table:style-name="Tabelle5">
+     <table:table-column table:style-name="Tabelle5.A"/>
+     <table:table-column table:style-name="Tabelle5.B"/>
+     <table:table-column table:style-name="Tabelle5.C"/>
+     <table:table-column table:style-name="Tabelle5.D"/>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hrbrgr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hrbrgr</text:a> (62596) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hrbrgr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hrbrgr</text:a> (63923) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Beluga" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Beluga</text:a> (46069) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Beluga" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Beluga</text:a> (52576) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marric" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marric</text:a> (29421) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Raal" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Raal</text:a> (22267) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Raal" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Raal</text:a> (22916) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HanV" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HanV</text:a> (21409) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HanV" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HanV</text:a> (22265) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SteenRønnow" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SteenRønnow</text:a> (19458) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Manuelf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Manuelf</text:a> (17364) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Manuelf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Manuelf</text:a> (17676) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Akurery" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Akurery</text:a> (15741) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bammbamm7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bammbamm7</text:a> (17074) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bammbamm7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bammbamm7</text:a> (12308) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Akurery" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Akurery</text:a> (16335) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bantoniof" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bantoniof</text:a> (11594) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bantoniof" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bantoniof</text:a> (11647) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pierre-yves%20samyn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pierre-yves samyn</text:a> (10099) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:K-j" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">K-j</text:a> (9376) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Stevefanning" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Stevefanning</text:a> (8845) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Filmsi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Filmsi</text:a> (9125) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Filmsi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Filmsi</text:a> (8547) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Stevefanning" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Stevefanning</text:a> (8845) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fito" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jayme Barrientos, Adolfo</text:a> (8522) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fito" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jayme Barrientos, Adolfo</text:a> (8587) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Penny" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Penny</text:a> (8374) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dennisroczek" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Roczek, Dennis</text:a> (8291) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dennisroczek" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Roczek, Dennis</text:a> (8300) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kelemeng" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kelemeng</text:a> (6986) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kelemeng" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kelemeng</text:a> (6988) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sophi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gautier, Sophie</text:a> (5552) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sophi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gautier, Sophie</text:a> (5588) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tagezi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Goncharuk, Lera</text:a> (5436) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nogajun" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nogata Jun</text:a> (5304) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nogajun" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nogata Jun</text:a> (5308) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kü" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kü</text:a> (4614) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yaron" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yaron</text:a> (4662) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Uroveits" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Uroveits</text:a> (4569) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kü" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kü</text:a> (4614) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yaron" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yaron</text:a> (4378) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Uroveits" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Uroveits</text:a> (4572) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Martin187" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Martin187</text:a> (4220) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kompilainenn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kompilainenn</text:a> (4202) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tagezibot" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tagezibot</text:a> (3924) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Qubit" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tryon, Robinson</text:a> (3712) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Suokunlong" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kevin, Suo (锁琨珑)</text:a> (3765) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Qubit" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tryon, Robinson</text:a> (3712) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Brumla132" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Brumla132</text:a> (3708) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jumbo444" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Balland-Poirier, Laurent</text:a> (3520) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Suokunlong" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kevin, Suo (锁琨珑)</text:a> (3465) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hossein" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Noorikhah, Hossein</text:a> (3386) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hossein" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Noorikhah, Hossein</text:a> (3410) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jeanweber" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jeanweber</text:a> (3303) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rizmut" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rizmut</text:a> (3240) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hibagonsan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hibagonsan</text:a> (3073) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Prcek" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Prcek</text:a> (2906) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Prcek" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Prcek</text:a> (2911) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TseRig" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">TseRig</text:a> (2722) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LibreOfficiant" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LibreOfficiant</text:a> (2568) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LibreOfficiant" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LibreOfficiant</text:a> (2572) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ohallot" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hallot, Olivier</text:a> (2431) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ohallot" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hallot, Olivier</text:a> (2436) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PlateauWolf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PlateauWolf</text:a> (2393) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:VMelnik" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">VMelnik</text:a> (2366) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ronnie%20rg8888" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ronnie rg8888</text:a> (2352) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Diegoperesmarques" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Diegoperesmarques</text:a> (2207) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RBd" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bielefeld, Rainer</text:a> (2077) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:X1sc0" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">X1sc0</text:a> (1931) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ady" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ady</text:a> (2188) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Enoki" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Enoki</text:a> (1892) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LobaLuna" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LobaLuna</text:a> (2165) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lyzbet" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lyzbet</text:a> (1860) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RBd" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bielefeld, Rainer</text:a> (2077) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LobaLuna" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LobaLuna</text:a> (1845) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Enoki" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Enoki</text:a> (1959) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Floeff" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Effenberger, Florian</text:a> (1760) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:X1sc0" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">X1sc0</text:a> (1948) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Strepon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Horáček, Stanislav</text:a> (1631) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lyzbet" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lyzbet</text:a> (1896) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bjoern-michaelsen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Michaelsen, Björn</text:a> (1554) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Strepon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Horáček, Stanislav</text:a> (1816) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Iva%20Ot" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Iva Ot</text:a> (1545) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Floeff" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Effenberger, Florian</text:a> (1760) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kolarkater" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kolarkater</text:a> (1418) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bjoern-michaelsen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Michaelsen, Björn</text:a> (1561) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Iva%20Ot" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Iva Ot</text:a> (1545) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kolarkater" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kolarkater</text:a> (1418) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marcpare" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marcpare</text:a> (1403) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Blue.painting" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Blue.painting</text:a> (1393) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GerryT" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GerryT</text:a> (1335) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Naruoga" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Naruoga</text:a> (1239) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Junmeguro" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Junmeguro</text:a> (1309) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:VMelnik" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">VMelnik</text:a> (1227) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Naruoga" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Naruoga</text:a> (1239) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Riyadh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Riyadh</text:a> (1211) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Adailton" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Adailton</text:a> (1203) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gbpacheco" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Buzzatti Pacheco, Gustavo</text:a> (1199) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mirek2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mirek2</text:a> (1162) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AAAA" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Haradaguchi, Taichi</text:a> (1179) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Junmeguro" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Junmeguro</text:a> (1152) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mirek2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mirek2</text:a> (1162) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cornouws" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nouws, Cor</text:a> (1147) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:So" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">So</text:a> (1113) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Haas,%20Uwe" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Haas, Uwe</text:a> (1095) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Clement21.philippe" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Clement21.philippe</text:a> (1076) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:E.le-gall" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">E.le-gall</text:a> (1027) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Davido" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ostrovsky, David</text:a> (1011) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nnino" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Novak, Nino</text:a> (976) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mmeeks" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Meeks, Michael</text:a> (961) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tom" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tom</text:a> (926) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Htietze" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tietze, Heiko</text:a> (906) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mmeeks" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Meeks, Michael</text:a> (964) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LLAP016" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LLAP016</text:a> (875) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tom" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tom</text:a> (926) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Regina" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Henschel, Regina</text:a> (874) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Htietze" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tietze, Heiko</text:a> (925) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jucasaca" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sanz Cabrero, Juan Carlos</text:a> (873) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Regina" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Henschel, Regina</text:a> (883) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:H-k" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">H-k</text:a> (804) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LLAP016" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LLAP016</text:a> (875) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AAAA" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AAAA</text:a> (800) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jucasaca" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sanz Cabrero, Juan Carlos</text:a> (873) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RobertG" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RobertG</text:a> (780) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RobertG" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RobertG</text:a> (819) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Drew" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Drew</text:a> (748) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:H-k" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">H-k</text:a> (804) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Maintenance%20script" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Maintenance script</text:a> (747) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Drew" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Drew</text:a> (748) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Thb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Behrens, Thorsten</text:a> (742) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Maintenance%20script" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Maintenance script</text:a> (747) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mike.saunders" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mike.saunders</text:a> (741) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mike.saunders" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mike.saunders</text:a> (746) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Andreasma" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mantke, Andreas</text:a> (739) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Thb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Behrens, Thorsten</text:a> (744) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Teo91" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Teo91</text:a> (733) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Andreasma" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mantke, Andreas</text:a> (739) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jmpierre" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jmpierre</text:a> (729) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kees538" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kees538</text:a> (738) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kees538" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kees538</text:a> (717) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Teo91" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Teo91</text:a> (733) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Valjanovickova" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Valjanovickova</text:a> (715) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jmpierre" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jmpierre</text:a> (729) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JanIversen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Iversen, Jan</text:a> (693) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Valjanovickova" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Valjanovickova</text:a> (715) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ErAck" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rathke, Eike</text:a> (682) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JanIversen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Iversen, Jan</text:a> (693) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vmiklos" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vajna, Miklos</text:a> (668) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lachend" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lachend</text:a> (685) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Floris%20v" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Floris v</text:a> (661) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ErAck" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rathke, Eike</text:a> (684) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lachend" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lachend</text:a> (647) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vmiklos" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vajna, Miklos</text:a> (672) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Floris%20v" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Floris v</text:a> (661) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Chtfn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chtfn</text:a> (643) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hazel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hazel</text:a> (639) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jlv" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jlv</text:a> (603) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Elmau" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Elmau</text:a> (596) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jmadero" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jmadero</text:a> (596) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Raulpacheco" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Raulpacheco</text:a> (596) </text:p>
       </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sam%20m" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sam m</text:a> (589) </text:p>
+      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sam%20m" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sam m</text:a> (583) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cloph" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lohmaier, Christian</text:a> (570) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Elmau" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Elmau</text:a> (555) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cloph" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lohmaier, Christian</text:a> (575) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ChristophNoack" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ChristophNoack</text:a> (549) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Paulo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Paulo</text:a> (546) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JO3EMC" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JO3EMC</text:a> (537) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Astron" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Knorr, Stefan</text:a> (521) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Davidnelson" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Davidnelson</text:a> (517) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Elianedomingos" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Elianedomingos</text:a> (508) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vsfoote" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Foote, V Stuart</text:a> (503) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Reisi007" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Reisinger, Florian</text:a> (491) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Chtfn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chtfn</text:a> (490) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vsfoote" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Foote, V Stuart</text:a> (505) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mst" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Stahl, Michael</text:a> (484) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Reisi007" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Reisinger, Florian</text:a> (491) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mst" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Stahl, Michael</text:a> (490) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Elcico" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Elcico</text:a> (482) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jana.urbanova" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jana.urbanova</text:a> (478) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Veracape" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Veracape</text:a> (472) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Veracape" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Veracape</text:a> (472) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hellotheworld" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hellotheworld</text:a> (471) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sefran" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sefran</text:a> (466) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mikekaganski" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kaganski, Mike</text:a> (462) </text:p>
+      </table:table-cell>
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Philipz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Philips, Yousuf</text:a> (462) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kendy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Holešovský, Jan</text:a> (451) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pmladek" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mladek, Petr</text:a> (450) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mikekaganski" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kaganski, Mike</text:a> (449) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Caolan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">McNamara, Caolán</text:a> (446) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eskroni" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eskroni</text:a> (437) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rmfaile" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rmfaile</text:a> (436) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Timotheonb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Timotheonb</text:a> (421) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Caolan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">McNamara, Caolán</text:a> (419) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Chris69" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chris69</text:a> (419) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gecko" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gecko</text:a> (419) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kohei" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yoshida, Kohei</text:a> (409) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gecko" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gecko</text:a> (419) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RogerioLuzCoelho" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Luz Coelho, Rogério</text:a> (409) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Petr-valach" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Petr-valach</text:a> (410) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sebul" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sebul</text:a> (408) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kohei" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yoshida, Kohei</text:a> (409) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Petr-valach" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Petr-valach</text:a> (405) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RogerioLuzCoelho" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Luz Coelho, Rogério</text:a> (409) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sebul" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sebul</text:a> (408) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Schiavinatto" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Schiavinatto</text:a> (401) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Markus" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mohrhard, Markus</text:a> (397) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ady" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ady</text:a> (393) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AndrasTimar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AndrasTimar</text:a> (393) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alexander%20Wilms" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alexander Wilms</text:a> (392) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dtardon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tardon, David</text:a> (388) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Foral" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Foral</text:a> (384) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dhsung" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dhsung</text:a> (385) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Opensoftpl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Opensoftpl</text:a> (381) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Foral" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Foral</text:a> (384) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Libo02" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Libo02</text:a> (379) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Libo02" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Libo02</text:a> (383) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Opensoftpl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Opensoftpl</text:a> (381) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:StefanW" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">StefanW</text:a> (379) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Herissongrognon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Herissongrognon</text:a> (378) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LenkaD" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LenkaD</text:a> (377) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Emanuel%20Marcatinco" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Emanuel Marcatinco</text:a> (374) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LenkaD" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LenkaD</text:a> (377) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Felipeviggiano" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Felipeviggiano</text:a> (371) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Drodriguez" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Drodriguez</text:a> (376) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Thackert" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thackert</text:a> (359) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Emanuel%20Marcatinco" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Emanuel Marcatinco</text:a> (374) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Drodriguez" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Drodriguez</text:a> (354) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Felipeviggiano" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Felipeviggiano</text:a> (371) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dhsung" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dhsung</text:a> (350) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kara" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kara, Muhammet</text:a> (368) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kara" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kara, Muhammet</text:a> (348) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Thackert" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thackert</text:a> (359) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mayan%20Tigger" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mayan Tigger</text:a> (347) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Shmget" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thiebaud, Norbert</text:a> (341) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kitaygrad" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kitaygrad</text:a> (340) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gang65" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kosiorek, Bartosz</text:a> (335) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vpanter" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vpanter</text:a> (333) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Korrawit" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pruegsanusak, Korrawit</text:a> (330) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cheche" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cheche</text:a> (329) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Volkerme" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Volkerme</text:a> (329) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wget" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wget</text:a> (323) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Arranna" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Arranna</text:a> (322) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cheche" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cheche</text:a> (322) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Donaldo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Donaldo</text:a> (305) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Khanson679" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Khanson679</text:a> (305) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Zerng07" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tseng, Cheng-Chia</text:a> (294) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Heinzws" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Heinzws</text:a> (292) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Librelegal" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Librelegal</text:a> (292) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bergmann, Stephan</text:a> (292) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TorLillqvist" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lillqvist, Tor</text:a> (292) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Emanuel%20A.%20Marcatinco%20B." text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Emanuel A. Marcatinco B.</text:a> (290) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bergmann, Stephan</text:a> (281) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Naniud" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Naniud</text:a> (289) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HARA" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HARA</text:a> (279) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ansiklopedici" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ansiklopedici</text:a> (274) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Epix" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Epix</text:a> (268) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Helen%20russian" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Helen russian</text:a> (268) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kaplan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kaplan, Lior</text:a> (267) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Helen%20russian" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Helen russian</text:a> (268) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lodahl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lodahl</text:a> (264) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Italovignoli" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vignoli, Italo</text:a> (268) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Naniud" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Naniud</text:a> (264) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kaplan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kaplan, Lior</text:a> (267) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dayeong" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dayeong</text:a> (263) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lodahl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lodahl</text:a> (264) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Twistios" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Twistios</text:a> (259) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dayeong" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dayeong</text:a> (263) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Remarques" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Remarques</text:a> (252) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Twistios" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Twistios</text:a> (259) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Italovignoli" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vignoli, Italo</text:a> (249) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SophieSipasseuth" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SophieSipasseuth</text:a> (255) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Deemonizer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Deemonizer</text:a> (248) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Remarques" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Remarques</text:a> (252) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Deemonizer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Deemonizer</text:a> (248) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Adrianoafonso" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Adrianoafonso</text:a> (246) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mars" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mars</text:a> (244) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Saraiki" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Saraiki</text:a> (244) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Franklin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Franklin</text:a> (241) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Franklin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Franklin</text:a> (241) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Loic" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Loic</text:a> (240) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:EricBright" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">EricBright</text:a> (238) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jeanmi2403" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jeanmi2403</text:a> (237) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Steve" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Steve</text:a> (237) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Steve" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Steve</text:a> (237) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ayhanyalcinsoy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">YALÇINSOY, Ayhan</text:a> (233) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hogue" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hogue</text:a> (233) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ithaldenni20" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ithaldenni20</text:a> (233) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mesho" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mesho</text:a> (233) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cbosdo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bosdonnat, Cédric</text:a> (231) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bedipp" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bedipp</text:a> (226) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kerwyn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kerwyn</text:a> (221) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nemeth" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nemeth</text:a> (221) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jbfaure" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jbfaure</text:a> (220) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Almusaireae" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Almusaireae</text:a> (219) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kkwet38" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kkwet38</text:a> (218) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nemeth" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nemeth</text:a> (218) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gilvanvilarim" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gilvanvilarim</text:a> (217) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Khirano" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Khirano</text:a> (215) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Babinecm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Babinecm</text:a> (212) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ayhanyalcinsoy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">YALÇINSOY, Ayhan</text:a> (209) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Deneb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Latini, Marina</text:a> (209) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ZuzuN" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ZuzuN</text:a> (208) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ZuzuN" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ZuzuN</text:a> (208) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Andreschnabel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Andreschnabel</text:a> (207) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Daveb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Daveb</text:a> (207) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:XsLiDian" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">XsLiDian</text:a> (203) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kirk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kirk</text:a> (200) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kirk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kirk</text:a> (200) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Steinzeit" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Steinzeit</text:a> (200) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wheatbix" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wheatbix</text:a> (198) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Erhardt" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Erhardt</text:a> (193) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Chs" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Schulz, Charles-H.</text:a> (191) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Chs" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Schulz, Charles-H.</text:a> (191) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DmitryBowie" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DmitryBowie</text:a> (188) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tarnhold" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tarnhold</text:a> (187) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mazerunner" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mazerunner</text:a> (185) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Meixome" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Méixome, Antón</text:a> (179) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mbalabanov" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mbalabanov</text:a> (179) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Meixome" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Méixome, Antón</text:a> (179) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Issa" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alkurtass, Issa</text:a> (178) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Óvári" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Óvári</text:a> (177) </text:p>
+      </table:table-cell>
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sw0000j" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sw0000j</text:a> (176) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Raw%20text" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Raw text</text:a> (175) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tobaem" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Madl, Tobias</text:a> (175) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fridrich" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fridrich</text:a> (172) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Luizheli" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Luizheli</text:a> (172) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Teseu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Teseu</text:a> (172) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:N.yadi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">N.yadi</text:a> (171) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Furusho" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Furusho</text:a> (170) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hatapitk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pitkänen, Harri</text:a> (169) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Óvári" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Óvári</text:a> (169) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yfjiang" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jiang, Yifan</text:a> (168) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Det" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Det</text:a> (165) </text:p>
       </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gippy73" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ponzo, Gabriele</text:a> (165) </text:p>
+      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gippy73" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ponzo, Gabriele</text:a> (165) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Roman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Roman</text:a> (164) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Matuaki" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Matuaki</text:a> (163) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rosp" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rosp</text:a> (163) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ckhe1215" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ckhe1215</text:a> (162) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:See" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">See</text:a> (160) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ertai" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Snelders, Rob</text:a> (159) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hagar%20Delest" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hagar Delest</text:a> (159) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mbalabanov" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mbalabanov</text:a> (157) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Xystina" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Xystina</text:a> (154) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Xystina" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Xystina</text:a> (154) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Uminakabkbk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Uminakabkbk</text:a> (153) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Goodlinuxuser" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Goodlinuxuser</text:a> (151) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pietro" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pietro</text:a> (150) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Slacka" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Slacka</text:a> (150) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rhogez" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Herzog, Christoph</text:a> (149) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Chris-hoh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chris-hoh</text:a> (147) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kukekko" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kukekko</text:a> (147) </text:p>
       </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tjhietala" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tjhietala</text:a> (147) </text:p>
+      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Valtermura" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Valtermura</text:a> (147) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Back69" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Back69</text:a> (146) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lmamane" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mamane, Lionel Elie</text:a> (146) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tjhietala" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tjhietala</text:a> (146) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Stephan.ficht" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Stephan.ficht</text:a> (145) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mipmap" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mipmap</text:a> (144) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Teseu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Teseu</text:a> (144) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Michelr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Michelr</text:a> (141) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jstnlth" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jstnlth</text:a> (140) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lorenzo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lorenzo</text:a> (140) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gokhan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gurbetoğlu, Gökhan</text:a> (139) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Guilhem" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Guilhem</text:a> (139) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ztamas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Zolnai, Tamás</text:a> (139) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JorenDC" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">De Cuyper, Joren</text:a> (138) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Philippw" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Weissenbacher, Philipp</text:a> (138) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rutilus" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rutilus</text:a> (138) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Serval2412" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nabet, Julien</text:a> (138) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tabe" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Abe, Takeshi</text:a> (138) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Heliojsf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Heliojsf</text:a> (137) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:P.guimberteau" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">P.guimberteau</text:a> (137) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pepeleduin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pepeleduin</text:a> (137) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Serval2412" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nabet, Julien</text:a> (136) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Norah" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Norah</text:a> (135) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Stephan.ficht" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Stephan.ficht</text:a> (136) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Norah" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Norah</text:a> (135) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Shunesburg69" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Shunesburg69</text:a> (135) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Filhocf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Filhocf</text:a> (132) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Llunak" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Llunak</text:a> (132) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Davydych" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Davydych</text:a> (131) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Demetriusb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Demetriusb</text:a> (131) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Richteruwe" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Richteruwe</text:a> (131) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Matm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Michel, Mathias</text:a> (129) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ikuya" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ikuya</text:a> (127) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ki%20Drupadi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ki Drupadi</text:a> (127) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nik" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nik</text:a> (127) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Baffclan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Baffclan</text:a> (126) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RGB.ES" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RGB.ES</text:a> (124) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JARF" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JARF</text:a> (123) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Krackedpress" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Krackedpress</text:a> (123) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Psluk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Psluk</text:a> (123) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Igor001" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Igor001</text:a> (122) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Trapezus" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Trapezus</text:a> (122) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JohnSmith" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JohnSmith</text:a> (120) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jeyli" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Liebel, Jennifer</text:a> (119) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Phorious" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Phorious</text:a> (118) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lqju96" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lqju96</text:a> (117) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Momo50" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Momo50</text:a> (116) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Spaetz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Spaeth, Sebastian</text:a> (115) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ysabeau" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ysabeau</text:a> (115) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Markers" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Markers</text:a> (114) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Massimo.zaffaina" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Massimo.zaffaina</text:a> (113) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Momo50" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Momo50</text:a> (113) </text:p>
-      </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PulkitKrishna00" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PulkitKrishna00</text:a> (113) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vohe" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vohe</text:a> (113) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marcus%20Gama" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marcus Gama</text:a> (112) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bachka" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bachka</text:a> (111) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dougvigliazzi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dougvigliazzi</text:a> (111) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Medieval" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Medieval</text:a> (111) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Monthoflibreoffice%20bot" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Monthoflibreoffice bot</text:a> (110) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nyucel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nyucel</text:a> (108) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Salix" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Salix</text:a> (107) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bitsfritz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bitsfritz</text:a> (104) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Klaibson" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Klaibson</text:a> (104) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MDDN" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MDDN</text:a> (104) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Timur%20LOL" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Timur LOL</text:a> (104) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wope" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pechlaner, Wolfgang</text:a> (102) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JZA" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JZA</text:a> (101) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:WillZ" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">WillZ</text:a> (100) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Android272" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Android272</text:a> (99) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JeHa" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JeHa</text:a> (99) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AlanC" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AlanC</text:a> (98) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Irdi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Irdi</text:a> (98) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dan</text:a> (95) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vpinheiro" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vpinheiro</text:a> (95) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Geraldg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Geraldg</text:a> (94) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gulsahkose" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Köse, Gülşah</text:a> (94) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Barbora" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Barbora</text:a> (93) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MagicFab" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MagicFab</text:a> (93) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Andreasg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Andreasg</text:a> (92) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lekle" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lekle</text:a> (92) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Atalanttore" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Atalanttore</text:a> (90) </text:p>
       </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Frombenny" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Frombenny</text:a> (90) </text:p>
+      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Frombenny" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Frombenny</text:a> (90) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Quikee" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Quikee</text:a> (90) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Richv2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Richv2</text:a> (90) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Zeki" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Zeki</text:a> (89) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Catalin%20Festila" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Catalin Festila</text:a> (88) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jhertel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hertel, Jesper</text:a> (88) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Quikee" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Quikee</text:a> (88) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aurimas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fišeras, Aurimas</text:a> (87) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Milos" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Milos</text:a> (87) </text:p>
       </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Paulojose" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Paulojose</text:a> (87) </text:p>
+      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Paulojose" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Paulojose</text:a> (87) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pomodoren" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pomodoren</text:a> (87) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Omori" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Omori</text:a> (86) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Steve-%20-" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Steve- -</text:a> (86) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eddy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eddy</text:a> (85) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Evy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Evy</text:a> (84) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jfnif" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jfnif</text:a> (84) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KorrawitBot" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KorrawitBot</text:a> (84) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Santhab" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Santhab</text:a> (84) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Enio.gemmo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Enio.gemmo</text:a> (81) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Enio.gemmo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Enio.gemmo</text:a> (83) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JamesWalker" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JamesWalker</text:a> (81) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Michaelweghorn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Weghorn, Michael</text:a> (82) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ogervasi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ogervasi</text:a> (80) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ogervasi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ogervasi</text:a> (82) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Xosé" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Xosé</text:a> (80) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JamesWalker" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JamesWalker</text:a> (81) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Xosé" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Xosé</text:a> (80) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:80686" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">80686</text:a> (79) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KeithCu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KeithCu</text:a> (79) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kjh000121" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kjh000121</text:a> (79) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Laveni" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Laveni</text:a> (79) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Laveni" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Laveni</text:a> (79) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CharlieRamirezAnimationStudiosMX" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CharlieRamirezAnimationStudiosMX</text:a> (78) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jwtiyar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jwtiyar</text:a> (78) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marcio%20Oliveira" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marcio Oliveira</text:a> (78) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Northwoods35" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Northwoods35</text:a> (78) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Northwoods35" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Northwoods35</text:a> (78) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ocleyr2lalune" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ocleyr2lalune</text:a> (78) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Uwealtmann" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Uwealtmann</text:a> (78) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Socetk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Socetk</text:a> (77) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tommy.WU" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tommy.WU</text:a> (77) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tommy.WU" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tommy.WU</text:a> (77) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Albino" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Albino</text:a> (75) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:K.K.Ashisuto" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">K.K.Ashisuto</text:a> (75) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Emoreno" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Emoreno</text:a> (74) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lbalbalba" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lbalbalba</text:a> (74) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lbalbalba" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lbalbalba</text:a> (74) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Namikawamisaki" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Namikawamisaki</text:a> (73) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rachel618" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rachel618</text:a> (73) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Caster" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Castermans, Luc</text:a> (72) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aury88" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aury88</text:a> (71) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Grgml" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Grgml</text:a> (72) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aury88" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aury88</text:a> (71) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RalfHB" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RalfHB</text:a> (71) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sawakaze" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sawakaze</text:a> (71) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ahmad" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Al-Harthi, Ahmad Hussein</text:a> (70) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jo7ueb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jo7ueb</text:a> (70) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Malhassoun" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Malhassoun</text:a> (69) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Michaelweghorn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Weghorn, Michael</text:a> (69) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Freetank" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Freetank</text:a> (68) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fábio%20Farias" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fábio Farias</text:a> (68) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fábio%20Farias" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fábio Farias</text:a> (68) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gghh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gghh</text:a> (68) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SoNick%20RND" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SoNick RND</text:a> (68) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ptux" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ptux</text:a> (67) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bersam" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Karbasion, Bersam</text:a> (65) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bersam" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Karbasion, Bersam</text:a> (65) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bmcs" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bmcs</text:a> (65) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kabe" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kabe</text:a> (65) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:StanG" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">StanG</text:a> (65) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jmux" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Glogowski, Jan-Marek</text:a> (64) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jmux" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Glogowski, Jan-Marek</text:a> (64) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Oipila" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Oipila</text:a> (64) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ptrsk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ptrsk</text:a> (64) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hanapospisilova" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hanapospisilova</text:a> (63) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rq" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kudelis, Rimas</text:a> (63) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rq" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kudelis, Rimas</text:a> (63) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sikeler" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sikeler</text:a> (63) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sthibaul" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thibault, Samuel</text:a> (63) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mariuz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Popa, Adrian Marius</text:a> (62) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Denco" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Denco</text:a> (61) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Denco" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Denco</text:a> (61) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Flowrivers" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Flowrivers</text:a> (61) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Frieder" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Frieder</text:a> (61) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jimin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jimin</text:a> (61) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Arnaudlecam" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Arnaudlecam</text:a> (60) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jlgrenar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jlgrenar</text:a> (60) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jmontane" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Montané, Joan</text:a> (60) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:OctopusET" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">OctopusET</text:a> (60) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Piotrekr1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Piotrekr1</text:a> (60) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tynnoel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tynnoel</text:a> (59) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AndikaTriwidada" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AndikaTriwidada</text:a> (58) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Camillem" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Camillem</text:a> (58) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dneelyep" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Neel, Daniel</text:a> (58) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kougen250T" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kougen250T</text:a> (58) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Loflex" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Loflex</text:a> (58) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Matus" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kukan, Matúš</text:a> (58) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jihui%20choi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jihui choi</text:a> (57) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bubli" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bubli</text:a> (56) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Davefilms" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Davefilms</text:a> (56) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Glen.reesor" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Glen.reesor</text:a> (56) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ramones" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ramones</text:a> (56) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ramtk6726" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ramtk6726</text:a> (56) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ajrhunt" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hunt, Andrzej</text:a> (55) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fifh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fifh</text:a> (55) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Grandinj" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Grandin, Noel</text:a> (55) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jrahemipour" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jrahemipour</text:a> (55) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ccornell" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cornell, Clayton</text:a> (54) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fanthomas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fanthomas</text:a> (54) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mahfiaz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mahfiaz</text:a> (54) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Heben2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Heben2</text:a> (53) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Himajin100000" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tomoyuki, Kubota</text:a> (53) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sunny2038" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sunny2038</text:a> (53) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lendo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lendo</text:a> (52) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Petrizzo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Petrizzo</text:a> (52) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ArnoldSchiller" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ArnoldSchiller</text:a> (51) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Helmar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Helmar</text:a> (51) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jaani" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jaani</text:a> (51) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Quoifleur" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Quoifleur</text:a> (51) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Agd" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Agd</text:a> (50) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Halparker" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Halparker</text:a> (50) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Paz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Paz</text:a> (50) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ronaldo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ronaldo</text:a> (50) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SeoYeonJin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SeoYeonJin</text:a> (50) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mpescador" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mpescador</text:a> (49) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Magliocchetti, Riccardo</text:a> (49) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vardomescro" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vardomescro</text:a> (49) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Afaccioli74" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Afaccioli74</text:a> (48) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lviktoria" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lviktoria</text:a> (48) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dagobert%2078" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dagobert 78</text:a> (47) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jhannine20" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jhannine20</text:a> (47) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Quest-88" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Quest-88</text:a> (47) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rbuj" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Buj Gelonch, Robert Antoni</text:a> (47) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Amtliz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Amtliz</text:a> (46) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:FloF" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">FloF</text:a> (46) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Khaledhosny2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Khaledhosny2</text:a> (46) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sk94" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sk94</text:a> (46) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sveinki" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sveinki</text:a> (46) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bfo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bfo</text:a> (45) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Khaledhosny" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hosny, Khaled</text:a> (45) </text:p>
       </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lua" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lua</text:a> (45) </text:p>
+      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lua" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lua</text:a> (45) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Milupo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Milupo</text:a> (45) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mingu03" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mingu03</text:a> (45) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PhilJung" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jung, Philippe</text:a> (45) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Robwestein" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Robwestein</text:a> (45) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bhorst" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bhorst</text:a> (44) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bhorst" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bhorst</text:a> (44) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ikh1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ikh1</text:a> (44) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MariusConstantinPopa" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MariusConstantinPopa</text:a> (44) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aaronxu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aaronxu</text:a> (43) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cottage14" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cottage14</text:a> (43) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gareth" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gareth</text:a> (43) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GerhardW" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GerhardW</text:a> (43) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SimonAW" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wilper, Simon</text:a> (43) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Terrence%20Enger" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Enger, Terrence</text:a> (43) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Winfried" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Donkers, Winfried</text:a> (43) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bluedwarf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bluedwarf</text:a> (42) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fkara" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fkara</text:a> (42) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KAMI" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KAMI</text:a> (42) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Khaledhosny2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Khaledhosny2</text:a> (42) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MichaMuc" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MichaMuc</text:a> (42) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SangwooPark" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SangwooPark</text:a> (42) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AnXh3L0" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AnXh3L0</text:a> (41) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Another%20sam" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Another sam</text:a> (41) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Arjunaraoc" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Arjunaraoc</text:a> (41) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Joey" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Joey</text:a> (41) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marklh9" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marklh9</text:a> (41) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pedlino" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pedlino</text:a> (41) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bearon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Budea, Áron</text:a> (40) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fábio%20Coelho" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fábio Coelho</text:a> (40) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kraucer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kraucer</text:a> (40) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Arnaud%20versini" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Arnaud versini</text:a> (39) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gilward%20Kukel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gilward Kukel</text:a> (39) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Valdirbarbosa" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Valdirbarbosa</text:a> (39) </text:p>
       </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cawe" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cawe</text:a> (38) </text:p>
+      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Enervation" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Enervation</text:a> (38) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Partick.auclair" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Partick.auclair</text:a> (38) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pje335" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pje335</text:a> (38) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Stephaneg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Stephaneg</text:a> (38) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alex%20Thurgood" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alex Thurgood</text:a> (37) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cjenkins" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cjenkins</text:a> (37) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eliskavotipkova" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eliskavotipkova</text:a> (37) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ivanslf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ivanslf</text:a> (37) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jaragunde" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aragunde Pérez, Jacobo</text:a> (37) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kano" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kano</text:a> (37) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kinshuksunil" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kinshuksunil</text:a> (37) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LeMoyne" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Castle, John LeMoyne</text:a> (37) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pavel1513" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pavel1513</text:a> (37) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RaducuG" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RaducuG</text:a> (37) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sistemo2021" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sistemo2021</text:a> (37) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tbsdy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sherlock, Chris</text:a> (37) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Caco13" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Caco13</text:a> (36) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Danishka" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Danishka</text:a> (36) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Justman10000" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Justman10000</text:a> (36) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Patheticcockroach" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Patheticcockroach</text:a> (36) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sci%20citation" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sci citation</text:a> (36) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Thep" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thep</text:a> (36) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yanpas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yan Pashkovsky</text:a> (36) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Andreas%20ka" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Andreas ka</text:a> (35) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Arnaud%20versini" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Arnaud versini</text:a> (35) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eszka" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kłos, Szymon</text:a> (35) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HiTom" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jingtao, Yan</text:a> (35) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Liongold" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Liongold</text:a> (35) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nora" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nora</text:a> (35) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pingping111" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pingping111</text:a> (35) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Stalker08" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Stalker08</text:a> (35) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sumuthu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Subramanian, Muthu</text:a> (35) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alg</text:a> (34) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Skagh1750" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Skagh1750</text:a> (34) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bormant" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bormant</text:a> (33) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Davidlamhauge" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Davidlamhauge</text:a> (33) </text:p>
       </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:FelipeAle" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">FelipeAle</text:a> (33) </text:p>
+      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:FelipeAle" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">FelipeAle</text:a> (33) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JPLED" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ledure, Jean-Pierre</text:a> (33) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jcorrius" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Corrius, Jesús</text:a> (33) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lmartinezh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lmartinezh</text:a> (33) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marrod" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marrod</text:a> (33) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mateus.m.luna" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mateus.m.luna</text:a> (33) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pereriksson" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pereriksson</text:a> (33) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ptoye" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ptoye</text:a> (33) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rafi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rafi</text:a> (33) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RegisPerdreau" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RegisPerdreau</text:a> (33) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Shirahara" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Shirahara</text:a> (33) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alexanderwerner" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alexanderwerner</text:a> (32) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Clio" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Clio</text:a> (32) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Daud" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Daud</text:a> (32) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JPLED" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ledure, Jean-Pierre</text:a> (32) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Daud" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Daud</text:a> (32) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kurpaph" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kurpaph</text:a> (32) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lenochod" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lenochod</text:a> (32) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marinello" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marinello, Marco</text:a> (32) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ming" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dryomov, Artur</text:a> (32) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Monocat" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Monocat</text:a> (32) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vulcain" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vulcain</text:a> (32) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Xuacu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Xuacu</text:a> (32) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Chloeeekim" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chloeeekim</text:a> (31) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:H" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">H</text:a> (31) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IvanM" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IvanM</text:a> (31) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pranavk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kant, Pranav</text:a> (31) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Usayan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Usayan</text:a> (31) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Am97" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Am97</text:a> (30) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Maose" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Maose</text:a> (30) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MichaMuc" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MichaMuc</text:a> (30) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Njsg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Njsg</text:a> (30) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Njsg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Njsg</text:a> (30) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SEVEN" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SEVEN</text:a> (30) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Speck" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Speck</text:a> (30) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tclovis" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tclovis</text:a> (30) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Thardeck" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thardeck</text:a> (30) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Acbaird" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Acbaird</text:a> (29) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cida.Coltro" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cida.Coltro</text:a> (29) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Darbe" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Darbe</text:a> (29) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:EdvaldoSCruz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">EdvaldoSCruz</text:a> (29) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Elsass68490" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Elsass68490</text:a> (29) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Haaninjo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Haaninjo</text:a> (29) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RodolfoRG" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RodolfoRG</text:a> (29) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Серж" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Серж</text:a> (29) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ace-dent" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ace-dent</text:a> (28) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:FlipR" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Riemer, Philipp</text:a> (28) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PaoloPelloni" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PaoloPelloni</text:a> (28) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:المسيكين" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">المسيكين</text:a> (28) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marcofilippozzi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marcofilippozzi</text:a> (27) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marcos%20Paulo%20de%20Souza" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marcos Paulo de Souza</text:a> (27) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Micm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Micm</text:a> (27) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PeppinoLib" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PeppinoLib</text:a> (27) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sarojdhakal" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sarojdhakal</text:a> (27) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Thuswa" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thuswaldner, Albert</text:a> (27) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alayaran" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alayaran</text:a> (26) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eresus" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eresus</text:a> (26) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ezeperez26" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ezeperez26</text:a> (26) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fanch" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fanch</text:a> (26) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Librek" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Librek</text:a> (26) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Libreofficer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Libreofficer</text:a> (26) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Linuxman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Linuxman</text:a> (26) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lutch" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lutch</text:a> (26) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Myunghoonju" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Myunghoonju</text:a> (26) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NigelH" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hawkins, Nigel</text:a> (26) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pirat%20Michi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pirat Michi</text:a> (26) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vaslav" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vaslav</text:a> (26) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:A%20mento" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">A mento</text:a> (25) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aidsoid" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aidsoid</text:a> (25) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ailion" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ailion</text:a> (25) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Roßmanith, Christina</text:a> (25) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Freddyrh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Freddyrh</text:a> (25) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gatlibs" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sullivan, Gatlin</text:a> (25) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lboccia" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lboccia</text:a> (25) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Linux%209x" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Linux 9x</text:a> (25) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Manuel%20De%20Franceschi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Manuel De Franceschi</text:a> (25) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Noelson" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Noelson</text:a> (25) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Onur.bingo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Onur.bingo</text:a> (25) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Papamatti" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Freund, Matthias</text:a> (25) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SophiaS" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Schröder, Sophia</text:a> (25) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Winniemiel05" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Winniemiel05</text:a> (25) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Blendergeek" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Magee, Timothy</text:a> (24) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Elpapki" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Elpapki</text:a> (24) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gaianer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gaianer</text:a> (24) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gérard24" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gérard24</text:a> (24) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ksoviero" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ksoviero</text:a> (24) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nik%20vr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nik vr</text:a> (24) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Olivier" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Olivier</text:a> (24) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RegisPerdreau" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RegisPerdreau</text:a> (24) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hamurcu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hamurcu</text:a> (23) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hamurcu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hamurcu</text:a> (23) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jeppebundsgaard" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jeppebundsgaard</text:a> (23) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lostinthiswhirlpool" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lostinthiswhirlpool</text:a> (23) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:M42" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">M42</text:a> (23) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Olorin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Olorin</text:a> (23) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Skip-on" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Skip-on</text:a> (23) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TaeWong" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">TaeWong</text:a> (23) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Team%20One" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Team One</text:a> (23) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Thumperward" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thumperward</text:a> (23) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tommy27" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tommy27</text:a> (23) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Toxitom" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Toxitom</text:a> (23) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Trueriver" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Trueriver</text:a> (23) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Webmink" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Webmink</text:a> (23) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wol" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Youngman, Anthony W.</text:a> (23) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aphaia" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aphaia</text:a> (22) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bellerophon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bellerophon</text:a> (22) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bjoern" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bjoern</text:a> (22) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HenryGR" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HenryGR</text:a> (22) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JChimene" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JChimene</text:a> (22) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Keymap19" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Keymap19</text:a> (22) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mingu03" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mingu03</text:a> (22) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Flywire" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Flywire</text:a> (21) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Roman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Roman</text:a> (22) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Flywire" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Flywire</text:a> (21) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gmicsko" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gmicsko</text:a> (21) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Johannes" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Johannes</text:a> (21) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Liusiqi43" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Liusiqi43</text:a> (21) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Logisch%20dede" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Logisch dede</text:a> (21) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mmonas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Monastirsky, Maxim</text:a> (21) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Necdetyucel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Necdetyucel</text:a> (21) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Puster" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Puster</text:a> (21) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Shiko" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Shiko</text:a> (21) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:WalterPape" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">WalterPape</text:a> (21) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wayra" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wayra</text:a> (21) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bugmenot" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bugmenot</text:a> (20) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dennisfrancis" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dennisfrancis</text:a> (20) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dolezvo1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Doležal, Vojtěch</text:a> (20) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Grasip" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Grasip</text:a> (20) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Grzesiek%20a" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Grzesiek a</text:a> (20) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HeinF" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HeinF</text:a> (20) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Icobgr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Icobgr</text:a> (20) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kendram" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kendram</text:a> (20) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LLyaudet" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LLyaudet</text:a> (20) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MariusConstantinPopa" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MariusConstantinPopa</text:a> (20) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mattsturgeon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mattsturgeon</text:a> (20) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PRosmaninho" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PRosmaninho</text:a> (20) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PRosmaninho" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PRosmaninho</text:a> (20) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pandajbc" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pandajbc</text:a> (20) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Raniaamina" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Raniaamina</text:a> (20) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vdragon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vdragon</text:a> (20) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vmalep" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vmalep</text:a> (20) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Webham" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Webham</text:a> (20) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:XMatence" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">XMatence</text:a> (20) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yorick" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yorick</text:a> (20) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Zapata" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Zapata</text:a> (20) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Zipjebt" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Zipjebt</text:a> (20) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:A-zakh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">A-zakh</text:a> (19) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Chernik" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chernik</text:a> (19) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Clarice%20Vigliazzi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Clarice Vigliazzi</text:a> (19) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Guateconexion" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Guateconexion</text:a> (19) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Houbsi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Houbsi</text:a> (19) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JaronBaron" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JaronBaron</text:a> (19) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jem" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jem</text:a> (19) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Juergenf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Funk, Juergen</text:a> (19) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Juergenfenn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Juergenfenn</text:a> (19) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kentarch" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kentarch</text:a> (19) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lothar.becker" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lothar.becker</text:a> (19) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PeeWee" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PeeWee</text:a> (19) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Shinnok" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ionita, Teodor-Mircea</text:a> (19) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Xiaoransun" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Xiaoransun</text:a> (19) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ehsan.movahed" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ehsan.movahed</text:a> (18) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Foolfitz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Foolfitz</text:a> (18) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hidayet" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hidayet</text:a> (18) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jstaerk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jstaerk</text:a> (18) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Narayan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Narayan</text:a> (18) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nestifea61" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nestifea61</text:a> (18) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NoelPower" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Power, Noel</text:a> (18) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Richard" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Richard</text:a> (18) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Serge%20Krot" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Serge Krot</text:a> (18) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sooth" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sooth</text:a> (18) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:UriHerrera" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">UriHerrera</text:a> (18) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vuhung" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vuhung</text:a> (18) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yusufketen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yusufketen</text:a> (18) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:林漢昌" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">林漢昌</text:a> (18) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Akerbeltz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Akerbeltz</text:a> (17) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Chd" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chd</text:a> (17) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Craigo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Craigo</text:a> (17) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dlmoretz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dlmoretz</text:a> (17) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eymux2009" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ertsey, Andor</text:a> (17) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Guilherme.vanz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Guilherme.vanz</text:a> (17) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gulmorais" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gulmorais</text:a> (17) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kingu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kingu</text:a> (17) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marcoagpinto" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pinto, Marco A.G.</text:a> (17) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mihkel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tõnnov, Mihkel</text:a> (17) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rubembarreto" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rubembarreto</text:a> (17) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sohyun99" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sohyun99</text:a> (17) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Taken" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Taken</text:a> (17) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Uli.l" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Uli.l</text:a> (17) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Uznomis" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Zu, Ximeng</text:a> (17) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yumakino" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yumakino</text:a> (17) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Беломир" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Беломир</text:a> (17) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Airon90" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Airon90</text:a> (16) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alexpikptz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alexpikptz</text:a> (16) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dhersh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dhersh</text:a> (16) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DrRobotto" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DrRobotto</text:a> (16) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Elucches" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Elucches</text:a> (16) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Janus" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Janus</text:a> (16) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kingu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kingu</text:a> (16) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MoIshihara" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MoIshihara</text:a> (16) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Oweng" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Oweng</text:a> (16) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:P.Guimberteau" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">P.Guimberteau</text:a> (16) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PauGNU" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PauGNU</text:a> (16) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Piotr285" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Piotr285</text:a> (16) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ristoi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ristoi</text:a> (16) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Smarquespt" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Smarquespt</text:a> (16) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Smrabelo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Smrabelo</text:a> (16) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Svante" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Svante</text:a> (16) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Syntaxerrormmm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Syntaxerrormmm</text:a> (16) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TPJ" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">TPJ</text:a> (16) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:APerson" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">APerson</text:a> (15) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Akki95" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Akki95</text:a> (15) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Andy98" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Andy98</text:a> (15) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bertob" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bertob</text:a> (15) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cwendling" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cwendling</text:a> (15) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Irmhild" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Irmhild</text:a> (15) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Khlood%20Elsayed" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Khlood Elsayed</text:a> (15) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lefevre00" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lefevre00</text:a> (15) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Luctur" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Luctur</text:a> (15) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Miko" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Miko</text:a> (15) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Naudy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Naudy</text:a> (15) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Npcdoom" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dominguez, Rafael</text:a> (15) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Patriciasc" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Patriciasc</text:a> (15) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rafaelff" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rafaelff</text:a> (15) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Raul.malea" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Raul.malea</text:a> (15) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Royerjy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Royerjy</text:a> (15) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tomthorogood" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thorogood, Tom</text:a> (15) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ulf%20hamburg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ulf hamburg</text:a> (15) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yecril21pl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yecril21pl</text:a> (15) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:暗影遺言" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">暗影遺言</text:a> (15) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Adsoncristian" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Adsoncristian</text:a> (14) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AliIsingor" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AliIsingor</text:a> (14) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Darkcircle" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Darkcircle</text:a> (14) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Elrath" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Elrath</text:a> (14) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fina" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fina</text:a> (14) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Francis59" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Francis59</text:a> (14) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Guuml" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Guuml</text:a> (14) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Halencarjunior" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Halencarjunior</text:a> (14) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lfernandocarvalho" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lfernandocarvalho</text:a> (14) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Librosaurus" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Librosaurus</text:a> (14) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Luked" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dixon, Luke</text:a> (14) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mderoucy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mderoucy</text:a> (14) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Offtkp" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Offtkp</text:a> (14) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rafaelhlima" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rafaelhlima</text:a> (14) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rania" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rania</text:a> (14) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Reinsle" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Reinsle</text:a> (14) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RiderExMachina" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RiderExMachina</text:a> (14) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Susobhang70" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Susobhang70</text:a> (14) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RiderExMachina" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RiderExMachina</text:a> (14) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Svante" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Svante</text:a> (14) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Susobhang70" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Susobhang70</text:a> (14) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tamiliam" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tamiliam</text:a> (14) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Testnoda" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Testnoda</text:a> (14) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Thangamani-arun" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thangamani-arun</text:a> (14) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Usbee" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Usbee</text:a> (14) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yoshi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yoshi</text:a> (14) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Akoscomp" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Akoscomp</text:a> (13) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alrt84" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alrt84</text:a> (13) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alyssonware" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alyssonware</text:a> (13) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Beuss" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Beuss</text:a> (13) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cedric31" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cedric31</text:a> (13) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Brett" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Brett</text:a> (13) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cedric31" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cedric31</text:a> (13) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Crolidge" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Crolidge</text:a> (13) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gallaecio" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gallaecio</text:a> (13) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jobo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jobo</text:a> (13) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kadekilo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kadekilo</text:a> (13) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kadekilo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kadekilo</text:a> (13) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Leomota" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Leomota</text:a> (13) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ljelly" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ljelly</text:a> (13) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Luc" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Luc</text:a> (13) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mabbb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mabbb</text:a> (13) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mabbb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mabbb</text:a> (13) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mikeyy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mikeyy</text:a> (13) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mortense" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mortense</text:a> (13) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Odd123" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Odd123</text:a> (13) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pete%20Boyd" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pete Boyd</text:a> (13) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pete%20Boyd" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pete Boyd</text:a> (13) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:S.Gecko" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">S.Gecko</text:a> (13) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Samtuke" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Samtuke</text:a> (13) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sanyii" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sanyii</text:a> (13) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Simplicity%20Instinct" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Simplicity Instinct</text:a> (13) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Simplicity%20Instinct" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Simplicity Instinct</text:a> (13) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ThierryM" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ThierryM</text:a> (13) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tnishiki" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tnishiki</text:a> (13) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tusharrai2017" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tusharrai2017</text:a> (13) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vivaelcelta" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vivaelcelta</text:a> (13) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vivaelcelta" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vivaelcelta</text:a> (13) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vkkodali" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vkkodali</text:a> (13) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:A8" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">A8</text:a> (12) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alfabech" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alfabech</text:a> (12) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:And471" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">And471</text:a> (12) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:And471" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">And471</text:a> (12) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AustinW" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AustinW</text:a> (12) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bhaskar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bhaskar</text:a> (12) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Brett" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Brett</text:a> (12) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cepiloth" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cepiloth</text:a> (12) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Chris2020" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chris2020</text:a> (12) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cralin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cralin</text:a> (12) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Debring" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Debring</text:a> (12) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Faisal" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Al-Otaibi, Faisal M.</text:a> (12) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Halan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Halan</text:a> (12) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Immanuelg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Immanuelg</text:a> (12) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kikopb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kikopb</text:a> (12) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Krabina" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Krabina</text:a> (12) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kruno" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Šebetić, Krunoslav</text:a> (12) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lgodard" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Godard, Laurent</text:a> (12) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Modestas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rimkus, Modestas</text:a> (12) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nandar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nandar</text:a> (12) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pcapeluto" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pcapeluto</text:a> (12) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:R4chi7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gupta, Rachit</text:a> (12) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rafaelhlima" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rafaelhlima</text:a> (12) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Samphan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Raruenrom, Samphan</text:a> (12) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Scren" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Möller, Sören — spelled Soeren Moeller in some patches</text:a> (12) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Staticsafe" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Staticsafe</text:a> (12) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Susanne" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Susanne</text:a> (12) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vasily.melenchuk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Melenchuk, Vasily</text:a> (12) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Veerh01" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Veerh01</text:a> (12) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:翼之靈歌" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">翼之靈歌</text:a> (12) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bryanquigley" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bryanquigley</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cdan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cdan</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ChristopheS" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ChristopheS</text:a> (11) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dajare" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dajare</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ebraminio" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ebraminio</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eduaraujo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eduaraujo</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Francoisa" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Francoisa</text:a> (11) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gokul" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gokul, S</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Johnny%20M" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Johnny M</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kallecarl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kallecarl</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kolbjoern" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kolbjoern</text:a> (11) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ksso" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ksso</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Leatherbottle" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Leatherbottle</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Luiz%20Henrique%20Natalino" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Luiz Henrique Natalino</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MNeto" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MNeto</text:a> (11) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Madscientist159" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pearson, Timothy</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marco%20c" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marco c</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marcuskgosi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marcuskgosi</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NON" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NON</text:a> (11) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nikjoh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Johansson, Niklas</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nuernbergerj" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nuernbergerj</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rogeniobelem" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rogeniobelem</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Salmaan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Salmaan</text:a> (11) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sunk8" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sunk8</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tanty" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gomez, Andres</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vrlivre" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vrlivre</text:a> (11) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Zero0w" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Zero0w</text:a> (11) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Zentrocdot" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Zentrocdot</text:a> (11) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Zero0w" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Zero0w</text:a> (11) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aeusebio" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aeusebio</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Algotruneman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Algotruneman</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Beppec56" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Castagno, Giuseppe</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Blargh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Blargh</text:a> (10) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Blargh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Blargh</text:a> (10) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ChrSchultz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ChrSchultz</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Diginin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Diginin</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eagles051387" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eagles051387</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eduardogula" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eduardogula</text:a> (10) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eduardogula" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eduardogula</text:a> (10) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eficheux" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eficheux</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:El7r" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">El7r</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:J.baer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">J.baer</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jdittrich" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jdittrich</text:a> (10) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jdittrich" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jdittrich</text:a> (10) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Joacim" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Joacim</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kadertarlan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kadertarlan</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kirill%20NN" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kirill NN</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Linuxuser330250" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Linuxuser330250</text:a> (10) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Linuxuser330250" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Linuxuser330250</text:a> (10) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lionlinux" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lionlinux</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mesutcfc" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mesutcfc</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mfldelton" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chung, Elton</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mikalai" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mikalai</text:a> (10) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mikalai" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mikalai</text:a> (10) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Morvan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Morvan</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mpumrlova" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mpumrlova</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nateyee" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nateyee</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Olea" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Olea</text:a> (10) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Olea" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Olea</text:a> (10) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Otto" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Otto</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Paour" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Paour</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Quwex" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Quwex</text:a> (10) </text:p>
+      </table:table-cell>
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Revol" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Revol</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ronja" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ronja</text:a> (10) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Susanne" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Susanne</text:a> (10) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Spyros" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Spyros</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tatat" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tatat</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tomg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tomg</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ttocsmij" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ttocsmij</text:a> (10) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Twstdude0to1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Twstdude0to1</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:User8192" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">User8192</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wlenon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wlenon</text:a> (10) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Abdulmajeed" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Al-Abdulrazzaq, Abdulmajeed</text:a> (9) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Agger" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Agger</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aicra" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aicra</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AndyB" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Brandner, Andreas</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AtkinsSJ" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AtkinsSJ</text:a> (9) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Camargo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Camargo</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cnuss" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cnuss</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Compressor%20nickel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Compressor nickel</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Crazyskeggy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Crazyskeggy</text:a> (9) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dupreyb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dupreyb</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fatdf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fatdf</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gibi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gibi</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GisbertFriege" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GisbertFriege</text:a> (9) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Goranrakic" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Goranrakic</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jim-BobHarris" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jim-BobHarris</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jonatoni" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jonatoni</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jopsen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jopsen</text:a> (9) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jowyta" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jowyta</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Karmavil" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Karmavil</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kscanne" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kscanne</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lapetec" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lapetec</text:a> (9) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lexeii" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lexeii</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mapper" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mapper</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marco" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marco</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Meo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Meo</text:a> (9) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MertTumer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MertTumer</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Msaffron" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Msaffron</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ohnemax" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ohnemax</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Onting" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Onting</text:a> (9) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Oprea.luci" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Oprea.luci</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PaoloVecchi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PaoloVecchi</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pasqualm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Milvaques, Pasqual</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pefoley2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Foley, Peter</text:a> (9) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pixpray" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pixpray</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ploum" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dricot, Lionel</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Quwex" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Quwex</text:a> (9) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rantaro" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rantaro</text:a> (9) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rantaro" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rantaro</text:a> (9) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rogawa" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rogawa</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rpr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rpr</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rptr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rptr</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Spacebat" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Spacebat</text:a> (9) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Spyros" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Spyros</text:a> (9) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Spacebat" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Spacebat</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Therabi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Therabi</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Urdulizer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Urdulizer</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wastack" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tamás, Bunth</text:a> (9) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Zhangxiaofei" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Zhangxiaofei</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ميدو" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ميدو</text:a> (9) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alexxed" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alexxed</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Andrea%20Gelmini" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Andrea Gelmini</text:a> (8) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AndreasL" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AndreasL</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ausserirdischegesund" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ausserirdischegesund</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cocofan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cocofan</text:a> (8) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bvarga91" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bvarga91</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cono" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cono</text:a> (8) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cocofan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cocofan</text:a> (8) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cono" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cono</text:a> (8) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cusiri" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cusiri</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dashohoxha" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dashohoxha</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DrDub" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DrDub</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ed%20Eyles" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ed Eyles</text:a> (8) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ed%20Eyles" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ed Eyles</text:a> (8) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Elacheche" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Elacheche</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:EyalRozenberg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">EyalRozenberg</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gokaysatir" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gokaysatir</text:a> (8) </text:p>
+      </table:table-cell>
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Horst" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Horst</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Israel%20Chaves" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Israel Chaves</text:a> (8) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JR" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JR</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jiero" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jiero</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jrsiqueira" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jrsiqueira</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jslozier" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jslozier</text:a> (8) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Juliohm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hoffimann Mendes, Júlio</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kalikiana" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dywan, Christian</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kednar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kednar</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KristianRietveld" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rietveld, Kristian</text:a> (8) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lee" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lee</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Leighman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Leigh, Jack</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Leo.h.hildebrandt" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Leo.h.hildebrandt</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LucasLibre" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LucasLibre</text:a> (8) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Luisgulo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Luisgulo</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Manj%20k" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Manj k</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mrmox2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mrmox2</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NightMonkey" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NightMonkey</text:a> (8) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NirajanPant" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NirajanPant</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Osnola" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Osnola</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Paulo.tavares" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Paulo.tavares</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Perro" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Perro</text:a> (8) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Peterpall" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Peterpall</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Piotr285" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Piotr285</text:a> (8) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ricardolau" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ricardolau</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Thejack" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thejack</text:a> (8) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Thejack" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thejack</text:a> (8) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tibbylickle" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tibbylickle</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Troumad" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Troumad</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vbkaisetsu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vbkaisetsu</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:VlhOwn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">VlhOwn</text:a> (8) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:VlhOwn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">VlhOwn</text:a> (8) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yakusha" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yakusha</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yellow.h" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yellow.h</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yostane" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yostane</text:a> (8) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:10110111" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kabatsayev, Ruslan</text:a> (7) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:10110111" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kabatsayev, Ruslan</text:a> (7) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ahiijny" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ahiijny</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Andrea.soragna" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Andrea.soragna</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bastik" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bastik</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bayramcicek" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bayramcicek</text:a> (7) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bayramcicek" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bayramcicek</text:a> (7) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Belkacem77" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Belkacem77</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Berrykevin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Berrykevin</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bjherbison" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bjherbison</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bookman900" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bookman900</text:a> (7) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Borim7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Borim7</text:a> (7) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bookman900" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bookman900</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bvarga91" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bvarga91</text:a> (7) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Borim7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Borim7</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Capiscuas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Capiscuas</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Chin%20Zee%20Yuen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chin Zee Yuen</text:a> (7) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ciaran" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ciaran</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dado" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dado</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Drose" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Drose</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Esbardu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Esbardu</text:a> (7) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GKFX" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bateman, George</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GuKK-Devel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GuKK-Devel</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hunteke" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hunter, Kevin</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ingotian" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ingotian</text:a> (7) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Levith" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Levith</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lonelyhiker" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lonelyhiker</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:M1cky" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">M1cky</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mariosv" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mariosv</text:a> (7) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marton" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marton</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mbayer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mbayer</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MephistoBooks" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MephistoBooks</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mhonline" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mhonline</text:a> (7) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mjayfrancis" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Francis, Matthew</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nathanjh13" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nathanjh13</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ndduong" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ndduong</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nemo%20bis" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nemo bis</text:a> (7) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nicolas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Christener, Nicolas</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Olivier%20DDB" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Olivier DDB</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Opensas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Opensas</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PeaceByJesus" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PeaceByJesus</text:a> (7) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Polte" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Polte</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RMCampos" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RMCampos</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ravi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ravi</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Raykowj" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Raykowj</text:a> (7) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rodo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rodo</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Scottclarke" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Scottclarke</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Shady" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Shady</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Shantanuo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Shantanuo</text:a> (7) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Shaunrobot" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Shaunrobot</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Simosx" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Simosx</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tonnysmile" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tonnysmile</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Toxicbits" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Toxicbits</text:a> (7) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wabuo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wabuo</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Webfork" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Webfork</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Woordje" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Woordje</text:a> (7) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:صفا%20الفليج" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">صفا الفليج</text:a> (7) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:§chinagl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">§chinagl</text:a> (7) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:صفا%20الفليج" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">صفا الفليج</text:a> (7) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Akinobu%20n" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Akinobu n</text:a> (6) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alexandrorodrigez" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alexandrorodrigez</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alpha" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alpha</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Armin%20Dänzer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Armin Dänzer</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Asian%20flower" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Asian flower</text:a> (6) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:At.higginson" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Higginson, Andrew</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Barend" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Barend</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bobe" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bobe</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bruno" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bruno</text:a> (6) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cagatayyigit" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cagatayyigit</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CassieLX" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CassieLX</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cccfr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cccfr</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ClausKofoed" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ClausKofoed</text:a> (6) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Coypu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Coypu</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dag" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dag</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dali123" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BEN MANSOUR, Mohamed-Ali</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ddxavier" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ddxavier</text:a> (6) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dfriedman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dfriedman</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DotnetCarpenter" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DotnetCarpenter</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dougmencken" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mencken, Douglas</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dr.Faust" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dr.Faust</text:a> (6) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Druzhshchienschkyj" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Druzhshchienschkyj</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Edmond%20ciorba" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Edmond ciorba</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Edmund.laugasson" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Edmund.laugasson</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Equis" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Equis</text:a> (6) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:FPhoenix" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">FPhoenix</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fdekruijf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fdekruijf</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fgallaire" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gallaire, Florent</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fisiu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fisiu</text:a> (6) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Florian%20heckl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Florian heckl</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gerritg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gerritg</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ghune" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ghune</text:a> (6) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gokaysatir" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gokaysatir</text:a> (6) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ghune" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ghune</text:a> (6) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Googly%20Googly" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Googly Googly</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HdV" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HdV</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hmoi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hmoi</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hramrach" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hramrach</text:a> (6) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hramrach" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hramrach</text:a> (6) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Infoprof" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Infoprof</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Iplaw67" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Iplaw67</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ivan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Timofeev, Ivan</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:James%2000cat" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">James 00cat</text:a> (6) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:James%2000cat" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">James 00cat</text:a> (6) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jeffersonx" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jeffersonx</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kawichi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kawichi</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Levlazinskiy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Levlazinskiy</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Link%20Mauve" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Link Mauve</text:a> (6) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Link%20Mauve" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Link Mauve</text:a> (6) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MaggieT" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MaggieT</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mahdyar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mahdyar</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Manas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Manas</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Manop" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Manop</text:a> (6) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Manop" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Manop</text:a> (6) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mas</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mgommel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mgommel</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mmetz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mmetz</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ndlsas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ndlsas</text:a> (6) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ndlsas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ndlsas</text:a> (6) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Oger000" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Öttl, Gerhard</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Only%20you" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Only you</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Os%20cib" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Os cib</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PLNET" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PLNET</text:a> (6) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PLNET" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PLNET</text:a> (6) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Perezj" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Perezj</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pescetti" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pescetti</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Peter%20Chastain" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Peter Chastain</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Peterhuang1kimo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Peterhuang1kimo</text:a> (6) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Peterhuang1kimo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Peterhuang1kimo</text:a> (6) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Puggan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Puggan</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rotaj" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rotaj</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Shubhamgoyal" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Goyal, Shubham</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sn!py" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sn!py</text:a> (6) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sn!py" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sn!py</text:a> (6) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sukit" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sukit</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sumitcn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sumitcn</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Telesto" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Telesto</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TheJosh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Heidenreich, Josh</text:a> (6) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TheJosh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Heidenreich, Josh</text:a> (6) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Thorwil" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thorwil</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TiagoSantos" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">TiagoSantos</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tyree" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tyree</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Uefmatty" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Uefmatty</text:a> (6) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Uefmatty" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Uefmatty</text:a> (6) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:VACHER" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">VACHER</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vgezer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vgezer</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Virthus" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Virthus</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wagner%20Augusto%20Silva%20Rodrigo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wagner Augusto Silva Rodrigo</text:a> (6) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wagner%20Augusto%20Silva%20Rodrigo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wagner Augusto Silva Rodrigo</text:a> (6) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wasserthal" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wasserthal</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wigglejimmy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wigglejimmy</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wiseacre" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wiseacre</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Xhi2018" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Xhi2018</text:a> (6) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Xiaoyu2006" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Xiaoyu2006</text:a> (6) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Xhi2018" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Xhi2018</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:§chinagl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">§chinagl</text:a> (6) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Xiaoyu2006" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Xiaoyu2006</text:a> (6) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:3blz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">3blz</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Adam%20Co" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Adam Co</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Albucasis" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Albucasis</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AleXanDeR%20G" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AleXanDeR G</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alfalb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alfalb</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alvarezp" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alvarez, Octavio</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Anousak" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Anousak</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aqcoder" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Liwen, Fan</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Art.Gilvanov" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Art.Gilvanov</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Augsod" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sodora, August</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AustinSaintAubin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AustinSaintAubin</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Baumgarp" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Baumgarp</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BillRVA" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BillRVA</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bitigchi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bitigchi</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BloodIce" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BloodIce</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cray85" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cray85</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dejourdain" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dejourdain</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DickStomp" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DickStomp</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dmtrs32" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dmtrs32</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DoFoWerner" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DoFoWerner</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Faiq%20Aminuddin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Faiq Aminuddin</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fazbdillah" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fazbdillah</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Florian.haftmann" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Florian.haftmann</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fpy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fpy</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Francewhoa" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Francewhoa</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GaboXandre" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GaboXandre</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ggurley" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ggurley</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gpoussel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gpoussel</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gustav" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gustav</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:H.Sparks" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">H.Sparks</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Habib" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Habib</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hatochan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hatochan</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HubPfalz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HubPfalz</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hummer5354" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hummer5354</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HwangTW" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HwangTW</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Icyitscold" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Icyitscold</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jambdev" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jambdev</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jaysponsored" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jaysponsored</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JoeP" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JoeP</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:John.pratt" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">John.pratt</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KadlecOn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KadlecOn</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kamataki" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kamataki</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Klausmach" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Klausmach</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Koji%20Annoura" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Koji Annoura</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LibreOfficeUser1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LibreOfficeUser1</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mak" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mak</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mgaster" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mgaster</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Midimarcus" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Midimarcus</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mostthingsweb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Laplante, Chris</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mtg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mtg</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mtnyildrm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mtnyildrm</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Namikawa" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Namikawa</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:OSVALDO%20LINS%20VIANA" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">OSVALDO LINS VIANA</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Orcmid" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Orcmid</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pepe" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pepe</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pkoroau" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pkoroau</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Poeml" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Poeml</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Radish" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Radish</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rajesh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rajesh</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Raknor" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Raknor</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Raulpaes" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Raulpaes</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rautamiekka" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rautamiekka</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ReneEngelhard" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ReneEngelhard</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rhoslyn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rhoslyn</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rogerio%20DA" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rogerio DA</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rsolipa" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rsolipa</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SabinGC" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SabinGC</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Salavine1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Salavine1</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Samson" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Samson</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Scarabeus" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chvátal, Tomáš</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Scito" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kurmann, Roland</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sergej" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sergej</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Shivam" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Shivam</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Silva.arapi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Silva.arapi</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:So%20solid%20moo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">So solid moo</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Srividya" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Srividya</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sswales" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sswales</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Starseeker" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Starseeker</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Taylorh140" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Taylorh140</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Terentev.mn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Terentev.mn</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tranzistors" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tranzistors</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wasdin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wasdin</text:a> (5) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wt" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wt</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yury%20Tarasievich" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yury Tarasievich</text:a> (5) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AHi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AHi</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aalam" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aalam</text:a> (4) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aaronkyle" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aaronkyle</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aas</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Adderbox76" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Adderbox76</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Adrien.Ollier" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Adrien.Ollier</text:a> (4) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Agron" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Agron</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Albertoeda" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Albertoeda</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aldo.roman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nureña, Aldo Román</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alex1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alex1</text:a> (4) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alexstrand7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alexstrand7</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AliKhP" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AliKhP</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alvarenga" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alvarenga</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alzoo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alzoo</text:a> (4) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Amire80" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Amire80</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Andréb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Andréb</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Archlid" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Archlid</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Arhitectul" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Arhitectul</text:a> (4) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Arverne73" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Arverne73</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Axel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Axel</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Azorpid" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Azorpid</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bardo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bardo</text:a> (4) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BathuAlike" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BathuAlike</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bernhard" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Widl, Bernhard</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bigbek" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bigbek</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Blender3dartist" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Blender3dartist</text:a> (4) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bntser" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bntser</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cam%20AW" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cam AW</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Clairedwood" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Clairedwood</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ConquerorsHaki" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ConquerorsHaki</text:a> (4) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Crankybot" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Crankybot</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CyrilBeaussier" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CyrilBeaussier</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dante" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dante</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Deivan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Deivan</text:a> (4) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dmerker" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dmerker</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DmitryRamones" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DmitryRamones</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Doubi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Doubi</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dragon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dragon</text:a> (4) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Drobertson" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Robertson, Daniel</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eisaks" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eisaks</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Erx700" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Erx700</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fmolinero" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fmolinero</text:a> (4) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ftigeot" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ftigeot</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Garrowolf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Garrowolf</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gmjs" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gmjs</text:a> (4) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gmasei" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gmasei</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GwenaelQ" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GwenaelQ</text:a> (4) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gmjs" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gmjs</text:a> (4) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GwenaelQ" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GwenaelQ</text:a> (4) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hdu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hdu</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ImperfectlyInformed" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ImperfectlyInformed</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Izabela" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Izabela</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JKaufmann" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JKaufmann</text:a> (4) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JKaufmann" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JKaufmann</text:a> (4) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jamesleader" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jamesleader</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jessefrgsmith" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jessefrgsmith</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jiehong" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jiehong</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jjmeric" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jjmeric</text:a> (4) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jjmeric" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jjmeric</text:a> (4) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jjpalacios" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jjpalacios</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JnRouvignac" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JnRouvignac</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jonata" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jonata</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jones" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jones</text:a> (4) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jones" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jones</text:a> (4) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jonnygrant" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jonnygrant</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jooste" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jooste</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Joriki" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Joriki</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jtlebigot" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Le Bigot, Jean-Tiare</text:a> (4) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jtlebigot" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Le Bigot, Jean-Tiare</text:a> (4) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kemalayhan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kemalayhan</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lethargilistic" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lethargilistic</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Loren.rogers" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Loren.rogers</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:M.m.mozffart" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">M.m.mozffart</text:a> (4) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:M.m.mozffart" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">M.m.mozffart</text:a> (4) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MHaggag" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Haggag, Muhammad</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MPascual" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MPascual</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Maciej" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rumianowski, Maciej</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marinela" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marinela</text:a> (4) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marinela" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marinela</text:a> (4) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mikedoherty%20ca" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mikedoherty ca</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mondeep18" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mondeep18</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Morgan%20greywolf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Morgan greywolf</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mortgage01" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mortgage01</text:a> (4) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mortgage01" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mortgage01</text:a> (4) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NGHLibreOffice" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NGHLibreOffice</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:O.villani" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">O.villani</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Offidocs" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Offidocs</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Orson69" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Orson69</text:a> (4) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Orson69" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Orson69</text:a> (4) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Oscar90210" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Oscar90210</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Paolopoz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Paolopoz</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Paranemertes" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Paranemertes</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PatrickJ" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PatrickJ</text:a> (4) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PatrickJ" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PatrickJ</text:a> (4) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pegasus" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pegasus</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Penalvch" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Penalvch</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pgassmann" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pgassmann</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Philj" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Philj</text:a> (4) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Philj" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Philj</text:a> (4) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Phillip.davis" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Phillip.davis</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pietvo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">van Oostrum, Pieter</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pjacquod" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pjacquod</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Prolog.guy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Prolog.guy</text:a> (4) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Prolog.guy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Prolog.guy</text:a> (4) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Psao" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Psao</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Qubit-test" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Qubit-test</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Randolphgamo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Randolphgamo</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rebahozkoc" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rebahozkoc</text:a> (4) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rebahozkoc" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rebahozkoc</text:a> (4) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Reyn100" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Reyn100</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ricgal" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ricgal</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RjR" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RjR</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rodhos" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rodhos</text:a> (4) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rodhos" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rodhos</text:a> (4) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:S8321414" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">S8321414</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sasha" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sasha</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sealview" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sealview</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Selimseker" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Selimseker</text:a> (4) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Selimseker" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Selimseker</text:a> (4) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Stevenmw" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Stevenmw</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Surat" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Surat</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tct" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tct</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tempelorg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tempelorg</text:a> (4) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tempelorg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tempelorg</text:a> (4) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tex2002ans" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tex2002ans</text:a> (4) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Thetic" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thetic</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tk</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tlequire" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tlequire</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Twistappel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Twistappel</text:a> (4) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Txwikinger" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Txwikinger</text:a> (4) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ufas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ufas</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:UlKu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">UlKu</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Urhixidur" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Urhixidur</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Uzadmin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Uzadmin</text:a> (4) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vort" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">V., Artem</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wcolen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wcolen</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wikiuser" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wikiuser</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Williamjmorenor" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Williamjmorenor</text:a> (4) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wpeixoto" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wpeixoto</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Денис" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Денис</text:a> (4) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AbhilashSingh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AbhilashSingh</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Adept" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Adept</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aexyn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aexyn</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AhmadHaris" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AhmadHaris</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aj" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jain, Atishay</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alex.simoes" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alex.simoes</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alexsfagundes" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alexsfagundes</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Almorca" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Almorca</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Andrey%20Usov" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Andrey Usov</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Antanasb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Antanasb</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ariete" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ariete</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Arkanosis" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Arkanosis</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Armin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Armin</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Armin%20W." text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Armin W.</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Arthur%20Zennig" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Arthur Zennig</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aurelien" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aurelien</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Baena" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Baena</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bellerophon2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bellerophon2</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Benjwgarner" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Benjwgarner</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bernarpa" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bernardi, Paolo</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bindassanant" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bindassanant</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bodhi-Baum" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bodhi-Baum</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bootingman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bootingman</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bos" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bos</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Brainbreaker" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Prajapati, Gautam</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Brub" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Brub</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Burdakov" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Burdakov</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CIB.Mathias" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CIB.Mathias</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Canberkturan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Canberkturan</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Castro" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Castro</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Charu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Charu</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Chiddekel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chiddekel</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ChrisConCas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ChrisConCas</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Claudiosegovia" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Claudiosegovia</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cmorgan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cmorgan</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Colokalle" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Colokalle</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:D0ugparker" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">D0ugparker</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DaSch" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DaSch</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DanShearer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DanShearer</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Darcy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Beurle, Darcy</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dbank" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bankston, Daniel</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DiPush" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DiPush</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dilip" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dilip</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Donbrookman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Donbrookman</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dubyk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dubyk</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dung.saga" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dung.saga</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:EdgeE" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">EdgeE</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eeha0120" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eeha0120</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eisa01" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eisa01</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Elproferoman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Elproferoman</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Emschorsch" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Schorsch, Emanuel</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ErSey" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ErSey</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eric.ficheux" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eric.ficheux</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ericatamiris" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ericatamiris</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Estebanmonge" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Estebanmonge</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Farukuzun" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Farukuzun</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ferlodev" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ferlodev</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fofr11" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fofr11</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fraang" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fraang</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Franzjakob" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Franzjakob</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Frob%20tea" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Frob tea</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fulldecent" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fulldecent</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:FunkyPenguin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">FunkyPenguin</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gmasei" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gmasei</text:a> (3) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gokcen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gokcen</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gouchi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gouchi</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gsmaha" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Smaha, Guillaume</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hansgerd.schneider" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hansgerd.schneider</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Harshita" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nag,Harshita</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Herrmarder" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Herrmarder</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hidemune" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hidemune</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hwpplayer1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hwpplayer1</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IanL" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IanL</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Imanuelr10" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Imanuelr10</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Imcon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Imcon</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:It-christian" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">It-christian</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IvanMM" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IvanMM</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JDM" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JDM</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jammon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jammon</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jcrben" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jcrben</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jennifer.park" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jennifer.park</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jessemoreirao" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jessemoreirao</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jessoclarence" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Murugan, Jesso Clarence</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jhbn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jhbn</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jo%20Cab" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jo Cab</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Joe312213" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Joe312213</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Johannes%20Rohr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Johannes Rohr</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jomonbre" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jomonbre</text:a> (3) </text:p>
+      </table:table-cell>
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Joseroberto" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Joseroberto</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Juanpabl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Juanpabl</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Julianm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Julianm</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:K%20Karthikeyan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">K Karthikeyan</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Katasisc" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Katasisc</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kbiondi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kbiondi</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KeilaAlonso" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KeilaAlonso</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kevinob" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kevinob</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kfogel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kfogel</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Khunshan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Khunshan</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KingAwiin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KingAwiin</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kkrothapalli" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kkrothapalli</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LO%20Rob" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LO Rob</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lennoazevedo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lennoazevedo</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LewisCowles" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LewisCowles</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Libcub" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Libcub</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lj%20LO" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lj LO</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lpranam" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lpranam</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LucaCappelletti" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LucaCappelletti</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lukequaint" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hryniuk, Łukasz</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lupp" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lupp</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Luuk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Luuk</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Machey" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Machey</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marc" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bessières, Marc</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Margott" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Margott</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marializ" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marializ</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Masaki%20tamakoshi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Masaki tamakoshi</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Matteocam" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Matteocam</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mattias" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mattias</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Maxwell" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Maxwell</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Measure%20for%20Measure" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Measure for Measure</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Melike" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Melike</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Meryemezber" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Meryemezber</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mhoes" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mhoes</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mhsmsantos" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mhsmsantos</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Michaelwheatland" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Michaelwheatland</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mike98" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mike98</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nak47" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nak47</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Neookano" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Neookano</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NickWingate" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NickWingate</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NicksonT" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NicksonT</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nicolas.abel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nicolas.abel</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Niconil" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Niconil</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nifgraup" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ragnarsson, Björgvin</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nloira" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nloira</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Noel%20Power" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Noel Power</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:OOarthurOo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">OOarthurOo</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ochosi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Steinbeiß, Simon</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ojeremyj" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ojeremyj</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Oliverguenther" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Oliverguenther</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Oprea%20luci" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Oprea luci</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pr410" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pr410</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Prakash72" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Prakash72</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rajatvijay" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rajatvijay</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rapha.ksf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rapha.ksf</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rauloliverpaes" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rauloliverpaes</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Realitix" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bevilacqua, Jean-Sébastien</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RebeccaHodgson" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RebeccaHodgson</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rick" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rick</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Robert.E.A.Harvey" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Robert.E.A.Harvey</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rolfi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rolfi</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rosemary" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rosemary</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sander%20Klootwijk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sander Klootwijk</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sangeeta" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sangeeta</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Saper" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Saper</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Satabin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Satabin</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sayt" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sayt</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Schroed(ing)er" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Schroed(ing)er</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sebby" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sebby</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sergey%20Aka" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sergey Aka</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Shelandy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Shelandy</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Skinnerbird" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Skinnerbird</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Smile4ever" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Smile4ever</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Soliac" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Soliac</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Songchuan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Songchuan</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sotrud%20nik" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sotrud nik</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Soued031" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Soued031</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:StefanRing" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">StefanRing</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:StefanU" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">StefanU</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SteveKelem" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SteveKelem</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Steveo%20o" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Steveo o</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Strugee" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Strugee</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Suren" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Suren</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sushils" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sushils</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Taylor46" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Taylor46</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tex2002ans" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tex2002ans</text:a> (3) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TheWebalyst" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">TheWebalyst</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tiagosilva.anps" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tiagosilva.anps</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Timsamoff" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Timsamoff</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tititou36" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tititou36</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tk7ua" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kumar, Tarun</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Toki" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Toki</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tomi%20Toivio" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tomi Toivio</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ToniB" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ToniB</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Toxifier" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Toxifier</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TrnsltLife" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">TrnsltLife</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tushantin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tushantin</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ubap" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ubap</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ulkitz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kitzinger, Ulrich</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Underdog" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Underdog</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vinctor" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vinctor</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vladasavy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vladasavy</text:a> (3) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vljubovic" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vljubovic</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wagnerluis1982" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wagnerluis1982</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Weimzz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Khoo, Wei Ming</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:WesPeacock" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">WesPeacock</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Xaker1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Xaker1</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yeominstall" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yeominstall</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yukawa" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yukawa</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yurikoles" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kolesnykov, Yurii</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yvon%20Henel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yvon Henel</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Zaria" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Zaria</text:a> (3) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Zaxebo1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Zaxebo1</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ترجمان05" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ترجمان05</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:さかみのかさね" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">さかみのかさね</text:a> (3) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AbbeyI19jfjc" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AbbeyI19jfjc</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AdamPrado8" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AdamPrado8</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AdrianValdez4" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AdrianValdez4</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Adsha" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Adsha</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Agarciamog" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Agarciamog</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aggelalex" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aggelalex</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alan</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ale2017" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ale2017</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AliceOliver7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AliceOliver7</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alina12345" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alina12345</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alisha" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alisha</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AlmedaFrancis" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AlmedaFrancis</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AlphonsoNava4" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AlphonsoNava4</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Amunizp" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Amunizp</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AmyCarney5" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AmyCarney5</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Anasiic" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Anasiic</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AndresChandia" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AndresChandia</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Andrew" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Andrew</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AndrewKuhn7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AndrewKuhn7</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AndrewUlrich" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AndrewUlrich</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Andthebrain" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Andthebrain</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Anipeter" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Anipeter</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Anjar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Anjar</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ankit" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ankit</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AnnabelMcmullen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AnnabelMcmullen</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AnnunciationGunn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AnnunciationGunn</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Anonimus" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Anonimus</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AntoniaMead8" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AntoniaMead8</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Anuragjain" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jain, Anurag</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aplatypus" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aplatypus</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ApostlesSheldon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ApostlesSheldon</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Arachan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Arachan</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Asal" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Asal</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ashaneba" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ashaneba</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ashod" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nakashian, Ashod</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AvaGreer1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AvaGreer1</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aybuke" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ozdemir, Aybuke</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BZT42" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BZT42</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bansan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Le Garrec, Vincent</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Baole.fang" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Baole.fang</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BernardMeza9" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BernardMeza9</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Beto" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Beto</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BirdRivas2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BirdRivas2</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BlazejJones1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BlazejJones1</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BlessedOrozco" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BlessedOrozco</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Blume" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Blume</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Blushingorg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Blushingorg</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BoD" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BoD</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bogcahi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bogcahi</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Boivie" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Boivie</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Boldizsakawi7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Boldizsakawi7</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BoleslausSaunders" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BoleslausSaunders</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bram" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bram</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BrandiToomer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BrandiToomer</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BridgetJarvis" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BridgetJarvis</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bruceschaller" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bruceschaller</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BryantMclean6" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BryantMclean6</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ButlerBarron6" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ButlerBarron6</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:C0bb3r" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">C0bb3r</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:C1pr1an" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">C1pr1an</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CallieMvzap" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CallieMvzap</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CallieSalgado" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CallieSalgado</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CamilleMccarthy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CamilleMccarthy</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CandidoRutherford" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CandidoRutherford</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CapistranOleary" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CapistranOleary</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Capri99" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Capri99</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CaraDang6" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CaraDang6</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Carlosr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Carlosr</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CarolinaCalling" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CarolinaCalling</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CarrieDaniels" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CarrieDaniels</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CarrollRico2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CarrollRico2</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cataliniacob" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Iacob, Catalin</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CavesGill8" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CavesGill8</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Celsovsm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Celsovsm</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cgrosdemange" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cgrosdemange</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Chabermu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chabermu</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ChanieSnow2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ChanieSnow2</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Chemyakyn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chemyakyn</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ChrisBarth" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ChrisBarth</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ChrzcicielCampbell" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ChrzcicielCampbell</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cipriano" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cipriano</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cjbackhouse" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cjbackhouse</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cl-r" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cl-r</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ClariceThorne" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ClariceThorne</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ClaudiaCramer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ClaudiaCramer</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Clemen%20Beek" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Clemen Beek</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CodeMouse92" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">McDonald, Jason C.</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Codingmicha" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Codingmicha</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Colabo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Colabo</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Conrado" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Conrado</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Coogor" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Coogor</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CoralieCarr7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CoralieCarr7</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Crxssi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Crxssi</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CupertinoDarnell" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CupertinoDarnell</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cvk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cvk</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CyrillicEscobedo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CyrillicEscobedo</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cœur" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cœur, Antoine</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DaCaPo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DaCaPo</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dairdev" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dairdev</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DaisieQuigley" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DaisieQuigley</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Damascene" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Damascene</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DanForrest2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DanForrest2</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Danese" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Danese</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Danielt998" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Danielt998</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Danthedev" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Danthedev</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Darkixion" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Darkixion</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:David4you" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">David4you</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Db3l" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bolen, David</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:De-jourdain" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">De-jourdain</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Debugercz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Debugercz</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DelinaRomano5" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DelinaRomano5</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DellePoole7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DellePoole7</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DenisArnaud" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DenisArnaud</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dennis&apos;%20Spam%20test%20account" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dennis&apos; Spam test account</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Denytracom" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Denytracom</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Devilcynthy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Devilcynthy</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Diazbastian" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Diazbastian</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Diocles" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Retout, Tim</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Django" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Django</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DoctorBaxter7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DoctorBaxter7</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Domasj" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Domasj</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Domsau2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Domsau2</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DonaldBryant7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DonaldBryant7</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Donals" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Donals</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DrDrack" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DrDrack</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dreami" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Röllin, Lukas</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Duiliodias" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Duiliodias</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DukeDejesus7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DukeDejesus7</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:EarleSiegel7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">EarleSiegel7</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ed" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ed</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:EdaFreeman3" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">EdaFreeman3</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eduardoarandah" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eduardoarandah</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Edwardcottreau" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Edwardcottreau</text:a> (2) </text:p>
       </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Edz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Edz</text:a> (2) </text:p>
+      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Efdali" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Efdali</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Efs710920mex" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Efs710920mex</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ejep520" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ejep520</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Elbarto" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sánchez, Bartolomé</text:a> (2) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eldan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eldan</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ElisabethHolcomb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ElisabethHolcomb</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Elixir" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Elixir</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:EllieBowers3" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">EllieBowers3</text:a> (2) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ElmaGray6" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ElmaGray6</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eloquence" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eloquence</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ElsieMacias7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ElsieMacias7</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Emily" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Emily</text:a> (2) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:EmperorErnst5" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">EmperorErnst5</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eneville" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eneville</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:EnosKraus6" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">EnosKraus6</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Erdalronahi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Erdalronahi</text:a> (2) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eren" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eren</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ErieTovar6" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ErieTovar6</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Erikcht" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Erikcht</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ersteinmal" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ersteinmal</text:a> (2) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ErwinHammond3" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ErwinHammond3</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Escriba" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Escriba</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:EssieKeller8" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">EssieKeller8</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:EsterEngland7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">EsterEngland7</text:a> (2) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:EthylCardenas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">EthylCardenas</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:F.werner.pohl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">F.werner.pohl</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:FannyTillman8" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">FannyTillman8</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:FateHarrington" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">FateHarrington</text:a> (2) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fbartels" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fbartels</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fcelik" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fcelik</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fcojavmc" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fcojavmc</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Feldo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Feldo</text:a> (2) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ffinlo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ffinlo</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:FlaviaPratt8" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">FlaviaPratt8</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:FlorenceGrossman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">FlorenceGrossman</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:FlorenceKim1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">FlorenceKim1</text:a> (2) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:FordRhodes5" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">FordRhodes5</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:FranciscoByrne" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">FranciscoByrne</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:FredaDowning7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">FredaDowning7</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fukanchik" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fukanchik, Sergey</text:a> (2) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fyodore82" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fyodor, Yemelyanenko</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Garcia.marc" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Garcia.marc</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gauste" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gauste</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GayeRossetti" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GayeRossetti</text:a> (2) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gautamsahil1947" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gautamsahil1947</text:a> (2) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GayeRossetti" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GayeRossetti</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GeoDowning4" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GeoDowning4</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GeoffLawrence" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GeoffLawrence</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GeorgiannaOchoa" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GeorgiannaOchoa</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gerardgiraud" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gerardgiraud</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gerardgiraud" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gerardgiraud</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gerpunzel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gerpunzel</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GertieEllington" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GertieEllington</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GiertrudaLehman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GiertrudaLehman</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Girvinh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Girvinh</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Girvinh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Girvinh</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GiuseppOQH" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GiuseppOQH</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Glanbeav" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Glanbeav</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Glococo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Glococo</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gmealer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gmealer</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gmealer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gmealer</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gmolleda" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gmolleda</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GraciaNorwood" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GraciaNorwood</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Grakic" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Grakic</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Grim" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Grim</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Grim" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Grim</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gualtiero" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gualtiero</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Guillem" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Guillem</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hacmiranda" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hacmiranda</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hagar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hagar</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hagar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hagar</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HannaEspinoza" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HannaEspinoza</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HardyBurris1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HardyBurris1</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HarleyWatkins" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HarleyWatkins</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hasithakj" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hasithakj</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hasithakj" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hasithakj</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hector" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hector</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hedaja" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hedaja</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hellpé" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hellpé</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Helo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Helo</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Helo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Helo</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hemmerling" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hemmerling</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HenrikJ" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jensen, Henrik</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HeriberDacomb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HeriberDacomb</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HermitMuller1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HermitMuller1</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HermitMuller1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HermitMuller1</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Herronrobertson" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Herronrobertson</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HershelPeterson" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HershelPeterson</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IIIYates8" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IIIYates8</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ian22" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ian22</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ian22" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ian22</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Iannz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Iannz</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IkeVasquez9" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IkeVasquez9</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IlaRoberts4" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IlaRoberts4</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Imagin8or" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Imagin8or</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Imagin8or" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Imagin8or</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:InezFinney8" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">InezFinney8</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IraLane4" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IraLane4</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IrinaMccormack" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IrinaMccormack</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IrvinBernard9" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IrvinBernard9</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IrvinBernard9" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IrvinBernard9</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IsadoraFoster" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IsadoraFoster</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IsaiahBuck5" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IsaiahBuck5</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IsiahLackey2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IsiahLackey2</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IvaRoach5" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IvaRoach5</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IvaRoach5" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IvaRoach5</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JBurant" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Burant, Jiri</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JOIMER%20REYES" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JOIMER REYES</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JacintaGibson" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JacintaGibson</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jad" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Adams, Jonathan</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jad" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Adams, Jonathan</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JamesC" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">C., James</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JanuariusStringer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JanuariusStringer</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jasmins" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jasmins</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JasperSawyer7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JasperSawyer7</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JasperSawyer7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JasperSawyer7</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JavierFernandez" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JavierFernandez</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JayStafford3" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JayStafford3</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jcarl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jcarl</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jcentel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jcentel</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jcentel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jcentel</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jcubic" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jcubic</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jeraldinesewell" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jeraldinesewell</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JesseBHXEmrh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JesseBHXEmrh</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JettieGibson2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JettieGibson2</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JettieGibson2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JettieGibson2</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jgpestana" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jgpestana</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jgraeme" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lingard, J. Graeme</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jnicolas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jnicolas</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JoWi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JoWi</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JoWi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JoWi</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Johnki" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Johnki</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jonathanacohen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jonathanacohen</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JonesRichter8" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JonesRichter8</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jowenshaw" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jowenshaw</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jowenshaw" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jowenshaw</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:João%20Pedro" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">João Pedro</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jsargey" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jsargey</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jsbueno" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jsbueno</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jstaniek" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jstaniek</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jstaniek" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jstaniek</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JudasPeoples9" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JudasPeoples9</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JudasPritchard" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JudasPritchard</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JudithGraves6" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JudithGraves6</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jumoun" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jumoun</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jumoun" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jumoun</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JustinaEldridge" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JustinaEldridge</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:K.euser" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">K.euser</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kammreiter" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kammreiter</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KamranMackey" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kamran Mackey</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KamranMackey" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kamran Mackey</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Karakartala" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Karakartala</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KarkGunn4" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KarkGunn4</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Karolus" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Karolus</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kasos" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kasos</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kasos" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kasos</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kay%20D" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kay D</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kaytee" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tubo, Kira</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kazuyuki%20Yoshimura" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kazuyuki Yoshimura</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Keepiledar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Keepiledar</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KeithC" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KeithC</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Khokkanen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Khokkanen</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KittyBauer5" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KittyBauer5</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KlementynaMckinney" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KlementynaMckinney</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kmr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kmr</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KolbeKline1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KolbeKline1</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kolorguild" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kolorguild</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Krauss" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Krauss</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Krishnakeshav" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">keshav, krishna</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KrisvdMewe" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KrisvdMewe</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KroniK907" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KroniK907</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Krumelmonster" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Krumelmonster</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KrystalMinchin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KrystalMinchin</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KsaweryDempsey" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KsaweryDempsey</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kwilliams" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kwilliams</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:L" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">L</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LariaJohn3" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LariaJohn3</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LeanaParks2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LeanaParks2</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LemuelHo1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LemuelHo1</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LemuelWerner5" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LemuelWerner5</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LeoNeo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LeoNeo</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lhcezar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lhcezar</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LidaMasters1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LidaMasters1</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lino" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lino</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Liotier" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Liotier</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lliehu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lliehu</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lohsol" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Scheidt, Heiko</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LovisaKessler" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LovisaKessler</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lpetrolekas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Petrolekas, Luke</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LubomyrWalden" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LubomyrWalden</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LucretiLlb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LucretiLlb</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lukasjelinek" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lukasjelinek</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LynnForbes3" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LynnForbes3</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:M.casalin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Casalin, Matteo</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:M42" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">M42</text:a> (2) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MMariana" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mărăşoiu, Mariana</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MZNBelendndq" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MZNBelendndq</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MZNBelendndq" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MZNBelendndq</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ma83mit" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ma83mit</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MabelleStanley" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MabelleStanley</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MadisonDarnell" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MadisonDarnell</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MagdaleneOneal" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MagdaleneOneal</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MagdaleneOneal" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MagdaleneOneal</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MaggieGray2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MaggieGray2</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MagnoliaParsons" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MagnoliaParsons</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Manebule" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Manebule</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mangat%20veer%20sagar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mangat veer sagar</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mangat%20veer%20sagar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mangat veer sagar</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Manu.unni" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Manu.unni</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MarMai" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MarMai</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MarchCourtney" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MarchCourtney</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marcinz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marcinz</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marcinz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marcinz</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marco74" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marco74</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MargeretRiley" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MargeretRiley</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MarillaMarsh7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MarillaMarsh7</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marius" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marius</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marius" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marius</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MartaRollins2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MartaRollins2</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MarthaBright4" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MarthaBright4</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MartinPC" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MartinPC</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MateuszDominguez" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MateuszDominguez</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MateuszDominguez" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MateuszDominguez</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Matt%2051" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Matt 51</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MauroTrevisan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MauroTrevisan</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mazuritz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mazuritz</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mbemidio" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mbemidio</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mbemidio" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mbemidio</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Meghanmcfadden15" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Meghanmcfadden15</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MercedesDelatorre" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MercedesDelatorre</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Merchantbusiness" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Merchantbusiness</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Merge" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kepplinger, Martin</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Merge" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kepplinger, Martin</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MerleGlass6" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MerleGlass6</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mesutkullar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mesutkullar</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mgiri" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mgiri</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Michaelx" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Michaelx</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Michaelx" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Michaelx</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Michal.p" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Michal.p</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Michel%20Gagnon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Michel Gagnon</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Michiel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Michiel</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mifritscher" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mifritscher</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mifritscher" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mifritscher</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MikeyZ" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MikeyZ</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MinaHuggins7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MinaHuggins7</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mind4z" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mind4z</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MinervaLuna8" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MinervaLuna8</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MinervaLuna8" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MinervaLuna8</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Minion3665" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Minion3665</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mitcoes" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mitcoes</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mjkopp" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mjkopp</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mklever" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mklever</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mklever" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mklever</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mlechner" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lechner, Marco</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mloiseleur" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mloiseleur</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mnalima" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mnalima</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mnsoto" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mnsoto</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mnsoto" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mnsoto</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mochir" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mochir</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mordocai" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mordocai</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MorganJohnstone" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MorganJohnstone</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mrugiero" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rugiero, Mario</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mrugiero" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rugiero, Mario</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mst0" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mst0</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mttza1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mttza1</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Musicstave" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Musicstave</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mustafa22" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mustafa22</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mustafa22" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mustafa22</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Muxer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nathansen, Martin</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mzalewski" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mzalewski</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nacerix" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nacerix</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Narcisgarcia" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Narcisgarcia</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Narcisgarcia" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Narcisgarcia</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NealEspinoza6" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NealEspinoza6</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nestor" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nestor</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NettaHurd9" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NettaHurd9</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NettieParra1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NettieParra1</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NettieParra1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NettieParra1</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NewtonZuniga9" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NewtonZuniga9</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Niboshi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nishino, Daisuke</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NicholasLanier" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NicholasLanier</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nickk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nickk</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nickk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nickk</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NinaLam6" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NinaLam6</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Noirin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Noirin</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NoricumArthur" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NoricumArthur</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NorrisAndersen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NorrisAndersen</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NorrisAndersen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NorrisAndersen</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NovemberVogel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NovemberVogel</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nsharifi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nsharifi</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nuclearbob" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nuclearbob</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nzoueidi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Naeil, Zoueidi</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nzoueidi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Naeil, Zoueidi</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:OUPS" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">OUPS</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Oashnic" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Oashnic</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Odalcet" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Odalcet</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Oiaohm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Oiaohm</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Oiaohm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Oiaohm</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:OlaPost6" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">OlaPost6</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:OlieBooth3" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">OlieBooth3</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:OlivierC" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">OlivierC</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:OnopriyBrandon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">OnopriyBrandon</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:OnopriyBrandon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">OnopriyBrandon</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:OrlandoArellano" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">OrlandoArellano</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:OscarMeredith" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">OscarMeredith</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Paolettopn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Paolettopn</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Paolobenve" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Paolobenve</text:a> (2) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Paolobenve" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Paolobenve</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pascaje" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pascaje</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Paultrojahn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Paultrojahn</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pedro.silva" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pedro.silva</text:a> (2) </text:p>
+      </table:table-cell>
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Penguin42" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Penguin42</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Percherie" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Percherie</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PercherskySanford" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PercherskySanford</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Peter.senna" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Senna Tschudin, Peter</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pgraber" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pgraber</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Phil.davis" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Phil.davis</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Phillip" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Szelat, Phillip</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pierre" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pierre</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Piotrdrag" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Piotrdrag</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pitonyak" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pitonyak</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pkst" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pkst</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Planner" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Planner</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Plubius" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Plubius</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PolishHungarianSharp" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PolishHungarianSharp</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Posterboy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Posterboy</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PragueBergman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PragueBergman</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pulsifer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pulsifer</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:R.Yu." text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">R.Yu.</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rahul050" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rahul050</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rbecke" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rbecke</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ReeseShepherd" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ReeseShepherd</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ReginaldMcgraw" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ReginaldMcgraw</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RenniePrescott" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RenniePrescott</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RetaStern5" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RetaStern5</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Reyhane" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Reyhane</text:a> (2) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RhodaMackey3" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RhodaMackey3</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RiceBurger3" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RiceBurger3</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ritlay" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ritlay</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rmarquardt" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rmarquardt</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Roadrunner" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Roadrunner</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RollandHannah" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RollandHannah</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RosaliaFair4" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RosaliaFair4</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RosannaPaul7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RosannaPaul7</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RosariaLampungm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RosariaLampungm</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RoyFokker" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RoyFokker</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RoyShelton7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RoyShelton7</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ryan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ryan</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SDann22" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SDann22</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sagar.libo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sagar.libo</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sahas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sahasranaman M S</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sam888" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sam888</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SamBenavides5" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SamBenavides5</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sankarshan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sankarshan</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SavinaShaffer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SavinaShaffer</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sbosio" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bosio, Santiago</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Seanyoung" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Seanyoung</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SebastianNorth" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SebastianNorth</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sebutler" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sebutler</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sergwish" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sergwish</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sfeuser" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sfeuser</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sgrotz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sgrotz</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Shaforostoff" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Shaforostoff</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Shankar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Shankar</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Shaun.schutte" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Shaun.schutte</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Shitamo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Shitamo</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SidneyArredondo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SidneyArredondo</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sidorelauku" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sidorelauku</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Silwol" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Silwol</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Simplecontrast" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Simplecontrast</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SlavicNapier8" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SlavicNapier8</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Slideon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kasztenny, Adam</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sockseight" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sockseight</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Soothsilver" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Soothsilver</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Spledger" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Spledger</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sshelagh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sshelagh</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sshi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sshi</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ssorgatem" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ssorgatem</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:StaciBorthwick" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">StaciBorthwick</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Stappers" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Stappers</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Stefan.weiberg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Weiberg, Stefan</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Stephan66" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Stephan66</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:StillSven" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">StillSven</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Stuarta0" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Stuarta0</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sturm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sturm</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sungkhum" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sungkhum</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Superurbi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Superurbi</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SusanSwain3" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SusanSwain3</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sven.fischer.de" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sven.fischer.de</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Swazmo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Swazmo</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sydbarrett74" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sydbarrett74</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Synanceia%20(Pierre)" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Synanceia (Pierre)</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tauon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tauon</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Techal" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Techal</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Teelittle" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Teelittle</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TeresaMacias3" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">TeresaMacias3</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Teresavillegas1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Teresavillegas1</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TheaGallardo8" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">TheaGallardo8</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TheodoseyPeralta" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">TheodoseyPeralta</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TheophilusHess" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">TheophilusHess</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Thomase" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thomase</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Thomeck" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thomeck</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Thorongil" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thorongil</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tim1075" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tim1075</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Timeshifter" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Timeshifter</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Timj" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Timj</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TimothyChilds" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">TimothyChilds</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tolunaydundar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tolunaydundar</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TomaMora8" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">TomaMora8</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tomkeb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tomkeb</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tomrobert87" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tomrobert87</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TressieCulver" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">TressieCulver</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tsimonq2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tsimonq2</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TuMadre" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">TuMadre</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tux3" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Isnard, Timothée</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tux40000" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tux40000</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Unhammer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Unhammer</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Unknown%2032" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Unknown 32</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Usik64" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Usik64</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ValessioBrito" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ValessioBrito</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:VanHogan7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">VanHogan7</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Varun.dhall" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dhall, Varun</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:VasylynaKendall" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">VasylynaKendall</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:VerneDodd5" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">VerneDodd5</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:VeronaXiong3" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">VeronaXiong3</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:VeronicaGrimes" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">VeronicaGrimes</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Villeroy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Villeroy</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Viper550" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Viper550</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:VirginArredondo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">VirginArredondo</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:VladimirBassett" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">VladimirBassett</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:VladimirPrince" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">VladimirPrince</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:VladislavA" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">VladislavA</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Volker" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Volker</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:VolodymyraGagnon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">VolodymyraGagnon</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vossman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vossman</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:WaclawaSavage" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">WaclawaSavage</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:WalentynaPatrick" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">WalentynaPatrick</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:WallaceSolano" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">WallaceSolano</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:WarrenChristian" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">WarrenChristian</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:WashingtonOakley" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">WashingtonOakley</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Watermelons" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Watermelons</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:WeronikaKeene" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">WeronikaKeene</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wi24rd" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wi24rd</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:WikiImporter" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">WikiImporter</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:WilhelminaEaton" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">WilhelminaEaton</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:WincentyMorrison" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">WincentyMorrison</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wirelessben" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wirelessben</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wkn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wkn</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wulei" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wulei</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Xdelatour" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Xdelatour</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Xoristzatziki" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Xoristzatziki</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yalda" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yalda</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yaw" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yaw</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ZiriaKo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ZiriaKo</text:a> (2) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ZoraWinkler1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ZoraWinkler1</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:流星依旧" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">流星依旧</text:a> (2) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:29jm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">29jm</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:A%20H" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">A H</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:A.jadiba" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">A.jadiba</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AJW" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AJW</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AaronPeterson" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AaronPeterson</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Abdulaziz%20A%20Alayed" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Abdulaziz A Alayed</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Absolute%20Garcinia" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Absolute Garcinia</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Acagastya" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Acagastya</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ackepenek" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kepenek, Ahmet Can</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AdalberDesailll" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AdalberDesailll</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Adlard.matthew" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Adlard.matthew</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aevora" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aevora</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Agradecido" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Agradecido</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ainurshakirov" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ainurshakirov</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ajaxfiore" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ajaxfiore</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Akshit" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sudheer Kumar, Akshit</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alagris" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alagris</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alavec" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alavec</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Albrechtloh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Albrechtloh</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aleks" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aleks</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aleksio%20Kverka" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aleksio Kverka</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alex%20Henrie" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Henrie, Alex</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alex-16" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alex-16</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alex38-68" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alex38-68</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alex80" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alex80</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AlexF" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AlexF</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AlexP111223" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AlexP111223</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AlexPS" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AlexPS</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alexandrevicenzi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alexandrevicenzi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alexandri" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alexandri</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alexey.chemichev" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chemichev, Alexey</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alexis%200071" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alexis 0071</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alexis%20Wilke" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alexis Wilke</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alexnivan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alexnivan</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alexsandro%20Matias" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alexsandro Matias</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aleyna.sare" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aleyna.sare</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ali" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ali</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AlphonsDen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AlphonsDen</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alvaropg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alvaropg</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Alverne" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Alverne</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Amacater" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Amacater</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Andarilhobotto" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Andarilhobotto</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Anderius" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Anderius</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AndreasEk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AndreasEk</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AndreasK" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AndreasK</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AndreasNeudecker" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AndreasNeudecker</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Andrey.turkin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Andrey.turkin</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Andriazdk2177" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Andriazdk2177</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AniVar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AniVar</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Anjilajoli" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Anjilajoli</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ankurkh1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ankur, Khandelwal</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AntoineVe" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AntoineVe</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Antonello%20Lobianco" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Antonello Lobianco</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AntoniePonder" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AntoniePonder</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Anurag%20kanungo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Anurag kanungo</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Apfelsaft" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Apfelsaft</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Apps" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Priyadarshi, Apurva</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Arekm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Arekm</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ari" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ari</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ArielleWx" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ArielleWx</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Arkonide" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Arkonide</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Armandos" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Armandos</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Arnaudc" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Arnaudc</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Arnoldu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Arnoldu</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Arnotixe" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Teigseth, Arno</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Artintal" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Artintal</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ArturNeumann" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ArturNeumann</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Arulm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Arulm</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Asiersar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Asiersar</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Asselbornmauro" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Asselbornmauro</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Astalaseven" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Astalaseven</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aszucs" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aszucs</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Atpnguyen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Atpnguyen</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Audreyt" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tang, Audrey</text:a> (1) </text:p>
       </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AundreaPqf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AundreaPqf</text:a> (1) </text:p>
+      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:AundreaPqf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">AundreaPqf</text:a> (1) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Aung77" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Aung77</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Averell7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Averell7</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ayoooub" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ayoooub</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:B3t" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">B3t</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bailiwick" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bailiwick</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bailly02" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bailly02</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bami" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bami</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bandera" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bandera</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BarryLovegrove" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BarryLovegrove</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bavincen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vincent, Babu</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bburak" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bburak</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bckurera" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bckurera</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Behrad" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Khorram, Behrad</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BernardHannafor" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BernardHannafor</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bestdating" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bestdating</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Beyoken" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Beyoken</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Beznogov" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Beznogov</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bezzy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bezzy</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bgloberman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bgloberman</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bgranados" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bgranados</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bhumikasethi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bhumikasethi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BillyBurke" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BillyBurke</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Biofool" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Biofool</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bittin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bittin</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bjossir" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bjossir</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bkg2018" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bkg2018</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BlakeGartrell" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BlakeGartrell</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BlancheBelstead" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BlancheBelstead</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BlancheClopton" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BlancheClopton</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Blandyna" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Blandyna</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Boboo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Boboo</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bolo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bolo</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Borowcm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Borowcm</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bortis" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bortis</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Brad" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sowden, Brad</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BrentHawthorne" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BrentHawthorne</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BridgettC" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BridgettC</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Brinzing" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Brinzing, Oliver</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BroderiHolyman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BroderiHolyman</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Brolin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Brolin</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BryceBrassell" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BryceBrassell</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BryceMoorhouse" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BryceMoorhouse</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Budo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Budo</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Burcin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Burcin</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bureken" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bureken</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Burger.ga" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Burger.ga</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bwi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bwi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Bzsolt" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bzsolt</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:BáthoryPéter" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">BáthoryPéter</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CalebSommer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CalebSommer</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CalebWgypcu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CalebWgypcu</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Campaul" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Paul, Cameron</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Capira" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Capira</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CarloASilva" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CarloASilva</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Carlos" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Carlos</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Carlos.gilaranz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Carlos.gilaranz</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Castarco" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Castarco</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cathy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cathy</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CedricQ73ktehvp" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CedricQ73ktehvp</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cesera" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cesera</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ChantalWalker" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ChantalWalker</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CharlesJenkins" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CharlesJenkins</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Chatjoe" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chatjoe</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Chmilblick" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chmilblick</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Chouquette" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Beauzée-Luyssen, Hugo</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ChrPr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ChrPr</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Chrism" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chrism</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Christoph.herzog" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Christoph.herzog</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Chrlutz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chrlutz</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ciampix" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ciampix</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CiaraLockie" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CiaraLockie</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ciriaco" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ciriaco</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Classieur" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Classieur</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Claudio%20Pannacci" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Claudio Pannacci</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cleitongalvao" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cleitongalvao</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Clem" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Clem</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:CletaValentino" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">CletaValentino</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cnzhx" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cnzhx</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Company" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Company</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cora17" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cora17</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Corsolibreoffice" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Corsolibreoffice</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cosmopolitan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cosmopolitan</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cpatrick08" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cpatrick08</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cpinedar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cpinedar</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cpmipn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cpmipn</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Craigsbookclub" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Craigsbookclub</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Csanyipal" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Csanyipal</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Csongorhalmai" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Csongorhalmai</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Css17" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Css17</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ctfranz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ctfranz</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Cycpe950609" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Cycpe950609</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DaisieDavison" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DaisieDavison</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Danichocolate" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Danichocolate</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dar18proore" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dar18proore</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Darianospb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Darianospb</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DarylAlcantar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DarylAlcantar</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DarylBoot" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DarylBoot</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dave" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dave</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DavidDyck" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DavidDyck</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Davidmichel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Davidmichel</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Davidredick" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Davidredick</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DawnOgles" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DawnOgles</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dbojan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dbojan</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ddimarco" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Di Marco, Daniel</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DeShark" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DeShark</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DeannaQuaife" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DeannaQuaife</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DebarshiRay" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ray, Debarshi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DeborahW18" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DeborahW18</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Decs75" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Decs75</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Deepak%20purti" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Deepak purti</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dennisroczek&apos;s%20Test%20Account" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dennisroczek&apos;s Test Account</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Deragon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Deragon</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dezsiszabi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dezsiszabi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dfighter1985" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kis-Ádám, László</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dherde" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Herde, Daniel</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dhiren" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dhiren</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dianasedlak" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dianasedlak</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dirgita" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dirgita</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Divayth" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kettner, Valentin</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Diver" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Diver</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dldld" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dldld</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Do%20Nhu%20Vy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Do Nhu Vy</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DocuFree" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DocuFree</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dominiko" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dominiko</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dominuk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dominuk</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Donadel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Donadel</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:DoreenDuell" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">DoreenDuell</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Douglasm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Douglasm</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Drizamanuber" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Drizamanuber</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Drlandi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Drlandi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Drtimwright" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Drtimwright</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dschulten" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dschulten</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dusek" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dusek</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Dxider" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dxider</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eardeleanu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eardeleanu</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:EarnestLamaro" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">EarnestLamaro</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Echada" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Echada</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:EdgardoRios" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">EdgardoRios</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Edsonlead" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Edsonlead</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Edz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Edz</text:a> (1) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Efcis" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Efcis</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Efcis" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Efcis</text:a> (1) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Efegurkan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Efegurkan</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Egore911" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Brill, Christoph</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ehenryb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ehenryb</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ekuiitr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ekuiitr</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ElahiMohammad" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ElahiMohammad</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Elliot1415" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Elliot1415</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ElmaWalcott" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ElmaWalcott</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Elshize" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Elshize</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Emad" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Emad</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Emanuele.gissi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Emanuele.gissi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Emyr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Emyr</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Enesates" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Enesates</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ennael" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ennael</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Erasmo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Erasmo</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Erdemdemirkapi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Erdemdemirkapi</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eric" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eric</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ErickRijoJr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ErickRijoJr</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ernsttremel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ernsttremel</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eroux" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Roux, Elie</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Erto" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Erto</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Esben%20aaberg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Esben aaberg</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:EstelaAWTxiu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">EstelaAWTxiu</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Etinos" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Etinos</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Etua" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Etua</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Eulerian" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Eulerian</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Evfool" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Evfool</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:FMA" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">FMA</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Factooor" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Factooor</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fahad" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fahad</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Falatooni" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Falatooni</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Falcao" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Falcao</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Farhaf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Farhaf</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Farhank" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Farhank</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Farlfr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Farlfr</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:FarzanehSarafraz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">FarzanehSarafraz</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Faseeh1218" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Faseeh1218</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fdem" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fdem</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fenchi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fenchi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:FerminAndrade" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">FerminAndrade</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Feyza" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Feyza</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fgland" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fgland</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Flaviodegodoi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Flaviodegodoi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Flirtwomens" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Flirtwomens</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Foadv" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Foadv</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Foobar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Foobar</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fourdollars" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fourdollars</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Francesco" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Francesco</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:FrankSteiner72" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Steiner, Frank</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fred.th" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fred.th</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Fujimoto" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Fujimoto</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Funnym0nk3y" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Funnym0nk3y</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Future1529" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Manas Joshi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gabix" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gabix</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GabrielSwart" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GabrielSwart</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gabrielcossette" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gabrielcossette</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gabrielezorzi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gabrielezorzi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ganton" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ganton</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gbilotta" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gbilotta</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gcoelho" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gcoelho</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GeeZ" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GeeZ</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gekacheka" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gekacheka</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Geoff%20newson" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Geoff newson</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gerard" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gerard</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gertvv" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">van Valkenhoef, Gert</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ghouston" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Houston, Gary</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Giancav" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Giancav</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gicmo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gicmo</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gilssonn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gilssonn</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gmeijssen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gmeijssen</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Goldensgui" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Goldensgui</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gpmanrpi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gpmanrpi</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Grahl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Grahl</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GrantCelley" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GrantCelley</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Grass-tree" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Grass-tree</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gregghz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hernandez, Gregg</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gregkel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gregkel</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:GroverYQVvwokac" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">GroverYQVvwokac</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gstein" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gstein</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Guhde" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Guhde</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Guillaume" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Guillaume</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Gxyd" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gxyd</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:H%20Wettlaufer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">H Wettlaufer</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HFujimaki" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HFujimaki</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HKagerer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HKagerer</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HLGZorawdi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HLGZorawdi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Haggai" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Haggai</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hagos" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hagos</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hamati" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hamati</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hamkins" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hamkins</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hapeck" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hapeck</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hasinasi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hasinasi</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hbr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hbr</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Heiher" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rui Wang</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hermeli2856" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hermeli2856</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HesoOtoko" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HesoOtoko</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HessnovTHR44" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HessnovTHR44</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Heygo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Heygo</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Heyheyitshay" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Heyheyitshay</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hfischer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hfischer</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hillrich" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hillrich</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HiltonFtel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HiltonFtel</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hitomi%20t" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hitomi t</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hkdocholid" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hkdocholid</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hlavaty" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hlavaty, Tomas</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hoaivan27299" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hoaivan27299</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Homeboy445" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">K, Akshit</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Honza.havlicek" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Honza.havlicek</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hopman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hopman</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HoracioRydge" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HoracioRydge</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hornmichaels" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hornmichaels</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hosiryuhosi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hosiryuhosi</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hriostat" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hriostat</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:HumbertGno" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">HumbertGno</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Hwoehrle" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Hwoehrle</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ialbors" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ialbors</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ian" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ian</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Iandol" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Iandol</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ianjo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ianjo</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Iantheprogrammer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Iantheprogrammer</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IbraM" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IbraM</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IceBlur" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IceBlur</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ida" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ida</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Igilham" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gilham, Ian</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Igorizyumin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Igorizyumin</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Imypsychconsult" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Imypsychconsult</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Insanetree" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Insanetree</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Iosonja" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Iosonja</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Iremsendur" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Şendur, İrem</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Irene" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Irene</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IrrevdJohn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IrrevdJohn</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IrvinFunkw" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IrvinFunkw</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ismael" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ismael</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:IvanP" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">IvanP</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JDługosz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JDługosz</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JJ2020" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JJ2020</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JK2308" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JK2308</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jab" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jab</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jailletc36" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jailletc36</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JaimeS" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JaimeS</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jamil" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jamil</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JanEnEm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JanEnEm</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Janani" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Janani</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jani" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jani</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jano" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jano</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Janvlug" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Janvlug</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jaumep" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jaumep</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jayppc" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jayppc</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jazzon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jazzon</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jcdericco" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jcdericco</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jchaffraix" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chaffraix, Julien</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jean.fr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jean.fr</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JeanAmessdvaei" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JeanAmessdvaei</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JeanMcPhillamy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JeanMcPhillamy</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JefferyMackenna" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JefferyMackenna</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jentron256" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jentron256</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jeongkyu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jeongkyu</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jerdum" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jerdum</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JeremyBicha" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bicha, Jeremy</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JerryShi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JerryShi</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JessicaParker" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JessicaParker</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jessie" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Gao, Qiwen</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JestineNww" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JestineNww</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jetomit" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lazar, Timotej</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jflory7" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jflory7</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jhbruhn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bruhn, Jan-Henrik</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jinocvla" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jinocvla</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JiroMatsuzawa" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JiroMatsuzawa</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jj151515" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jj151515</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jmarchn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jmarchn</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Joachim" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Joachim</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Joanluc" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Joanluc</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Joaofernando" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Joaofernando</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JoelH" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JoelH</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JohnTheHuman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JohnTheHuman</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Johnplay2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Johnplay2</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JomarSilva" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JomarSilva</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jonatanpc8" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jonatanpc8</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JonelleFritz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JonelleFritz</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jonny.Wu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wu, Haidong</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JordanS" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JordanS</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jorge%20Rodríguez%20Fonseca" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jorge Rodríguez Fonseca</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jorgemendes" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jorgemendes</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JoseGatica" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JoseGatica</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Joselaurian" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Joselaurian</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Joshun" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Joshun</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:José%20Eduardo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">José Eduardo</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jp.santi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jp.santi</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jpl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jpl</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jrtc27" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Clarke, James</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Juanjosegzl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Juanjosegzl</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JudeMcCafferty" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JudeMcCafferty</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Juergen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Juergen</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:JuliannSnider" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">JuliannSnider</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jumapico" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Picca, Juan</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Jwcampbell" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jwcampbell</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KDubrulle" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Dubrulle, Kevin</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KNM" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KNM</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kader" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kader</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kapoorsahab" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kapoorsahab</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KatjaG" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KatjaG</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kbhat" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bhat, Kishor</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kbhat" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bhat, Kishor</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Keith%20Long" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Keith Long</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kenb" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kenb</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kenneth.venken" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kenneth.venken</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kenton3255" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kenton3255</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kenton3255" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kenton3255</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kiyotaka%20Nishibori" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kiyotaka Nishibori</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kkasper" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kasper, Kacper</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kkremitzki" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kkremitzki</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Knobo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Knobo</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Knobo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Knobo</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Koeleman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Koeleman</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KoffeinFlummi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KoffeinFlummi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kosmous" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kosmous</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KourtneNester" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KourtneNester</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:KourtneNester" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">KourtneNester</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kr1shna" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kr1shna</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Krotow" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Krotow</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kumar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kumar, Thangavel</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kying" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kying</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Kying" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kying</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LKPSharylptwsdo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LKPSharylptwsdo</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LMKemm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LMKemm</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LOFF" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LOFF</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LaPingvino" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LaPingvino</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LaPingvino" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LaPingvino</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Laskov" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Laskov</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LatoshaZnu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LatoshaZnu</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LaverneNavarret" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LaverneNavarret</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LavinaVandermar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LavinaVandermar</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LavinaVandermar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LavinaVandermar</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Learner" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Learner</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Liammoy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Liammoy</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Librestez54" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Librestez54</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Likoski" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Likoski</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Likoski" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Likoski</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LillieNlowccx" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LillieNlowccx</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lineinthesand" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lineinthesand</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Literacyglenys" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Literacyglenys</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Litishia" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Litishia</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Litishia" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Litishia</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Liturgist" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Liturgist</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Llalllal1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Llalllal1</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lnjuanj" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lnjuanj</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lobillo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lobillo</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lobillo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lobillo</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lonaowna" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lonaowna</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lopp%20Rs" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lopp Rs</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lorne" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lorne</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lplatypus" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lplatypus</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lplatypus" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lplatypus</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Luca" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Luca</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Lucas%20Filho" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Lucas Filho</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:LudieNutter" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">LudieNutter</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Luiz%20Cláudio" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Luiz Cláudio</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Luiz%20Cláudio" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Luiz Cláudio</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Luiz%20Rezende" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Luiz Rezende</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Luke" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Luke</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:M.sacharewicz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">M.sacharewicz</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:M1ndfr3ak" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">M1ndfr3ak</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:M1ndfr3ak" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">M1ndfr3ak</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ME-ON1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ME-ON1</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MJW" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MJW</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Maahicool" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Maahicool</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mabel7997eelu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mabel7997eelu</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mabel7997eelu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mabel7997eelu</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Maemst" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Maemst</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Magicienap" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Magicienap</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Magmag" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Magmag</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mahdiekrani" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mahdiekrani</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mahdiekrani" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mahdiekrani</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mahmudul" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mahmudul</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Maliuta" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Maliuta</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Manveru1986" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Manveru1986</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mapreri" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rizzolo, Mattia</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mapreri" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rizzolo, Mattia</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marc-medley" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marc-medley</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MarcK" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MarcK</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MarcelProut" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MarcelProut</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MarcoZ" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MarcoZ</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MarcoZ" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MarcoZ</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marcobiscaro2112" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Biscaro, Marco</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marcosalex" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marcosalex</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marcosps" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marcosps</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MargoBergman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MargoBergman</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MargoBergman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MargoBergman</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MarianaConnell" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MarianaConnell</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mariano%20Gaudix" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mariano Gaudix</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MarkWielaaard" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MarkWielaaard</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Markcoomes" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Markcoomes</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Markcoomes" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Markcoomes</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Markzog21" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Markzog21</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MarthaWaterman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MarthaWaterman</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Martinvanzijl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Martinvanzijl</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marwan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marwan</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Marwan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Marwan</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Maryanndefo91" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Maryanndefo91</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Masakim-icraft" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Masakim-icraft</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Massao" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Massao</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mastizada" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mastizada</text:a> (1) </text:p>
-      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mastizada" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mastizada</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Matsuura" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Matsuura</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Matt%20K" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Matt K</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MattTheGeek" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MattTheGeek</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Matteo.campanelli" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Campanelli, Matteo</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Matěj" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Matěj</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mau" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mau</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MavropaliasG" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MavropaliasG</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Maxjf1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Maxjf1</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mazinho" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mazinho</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mbechler" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bechler, Moritz</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mblume3" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mblume3</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mdolezel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Doležel, Marek</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Megan44Dgxg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Megan44Dgxg</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Melikeyurtoglu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Melikeyurtoglu</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Menturi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Menturi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MeskoBalazs" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MeskoBalazs</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mete0r" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mete0r</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mhaehnel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mhaehnel</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mhcrnl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mhcrnl</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mhenriday" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mhenriday</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mibm123" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mibm123</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Michaelwood" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Michaelwood</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Michka%20B" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Michka B</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Midomidi2013" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Midomidi2013</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MiguelKastner" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MiguelKastner</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Miguelteixeira" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Miguelteixeira</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Miguelverdu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Miguelverdu</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mike-y" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mike-y</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MikeLittle" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MikeLittle</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mikolg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mikolg</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MilagroWilkerso" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MilagroWilkerso</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Milanbv" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Milanbv</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Miles" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Miles</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Minarja4" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Minarja4</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mirsad" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mirsad</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Miurahr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Miurahr</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mixer" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mixer</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mixstah" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mixstah</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mlager" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mlager</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mmeof" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mmeof</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Moaz%20eldfrawy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Moaz eldfrawy</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Moberg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Moberg</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mohammedzalta" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mohammedzalta</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mohsenzl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mohsenzl</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Monikayadav" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Monikayadav</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Morenonatural" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Morenonatural</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mox" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Soini, Mox</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mrund" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mrund</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Muhammadsufyanzainalabidin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Muhammadsufyanzainalabidin</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Mw" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Mw</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Myan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Myan</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:MyraBlacklow" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">MyraBlacklow</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:N3rd4i" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">N3rd4i</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NEOhidra" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NEOhidra</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NNe8Lx2gc" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NNe8Lx2gc</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nanotron" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nanotron</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nattu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nattu</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ncaio" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ncaio</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nedrichards" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nedrichards</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NellieSMWX" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NellieSMWX</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Neteler" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Neteler</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nevanos" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nevanos</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ngoswami" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ngoswami</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nickko" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nickko</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nicolas%20tala" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nicolas tala</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NicolasMillet" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NicolasMillet</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nilss" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nilss</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nithin.padavu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nithin.padavu</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nlminhtl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ngo, Minh</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nnino2" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nnino2</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Norty" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Norty</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Notafish" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Notafish</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:NotesTracker" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">NotesTracker</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nouiurm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nouiurm</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nrbrtx" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Norbert X</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Nurohman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nurohman</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Obook" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Obook</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Oclei" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Oclei</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Oig" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Oig</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Oiouitt" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Oiouitt</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Okusi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Okusi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Olr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Olr</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Omansmith" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Omansmith</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Omerta" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Omerta</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Onurkucuk67" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Onurkucuk67</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Oosterkamp" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Oosterkamp</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Opestawon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Opestawon</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Orbea" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sezen, Hunter</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Orrd" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Orrd</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Osoitz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Osoitz</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Otrembad" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Otrembad</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Oui" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Oui</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ouyang.leyan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ouyang.leyan</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Owenanderson" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Anderson, Owen</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ozcanesen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Esen, Özcan</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ozpoz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ozpoz</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ozturkemre" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Öztürk, Emre</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:P12tic" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">P12tic</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PBsoft" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PBsoft</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pa1pal" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pal, Pawan</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Padenton" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Padenton</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Paintdog" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Paintdog</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PamalaDorsch" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PamalaDorsch</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pankaj" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pankaj</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Papesky" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Papesky</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pascal%20pipo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pascal pipo</text:a> (1) </text:p>
+      </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Passerpunt" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Passerpunt</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pastim" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pastim</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Paulmenzel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Paulmenzel</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Paulolima" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Paulolima</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pedro.silva" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pedro.silva</text:a> (1) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pelambrera" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pelambrera</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pelambrera" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pelambrera</text:a> (1) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PelinKuran" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PelinKuran</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PenelopHewlett" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PenelopHewlett</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Peternowee" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Nowee, Peter</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pevik" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vorel, Petr</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pharmankur" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pharmankur</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Phb.nbnet.nb.ca" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Phb.nbnet.nb.ca</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pherjung" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pherjung</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PhilDur" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PhilDur</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Philhart" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Philhart</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PhilipTimms" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PhilipTimms</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Philipp.weissenbacher" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Philipp.weissenbacher</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Philippe43" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Philippe43</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Philkrylov" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Krylov, Phil</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Phomes" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Phomes</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Phora" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Paraiso, Joan</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Piero" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Piero</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PieterDeBruijn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PieterDeBruijn</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pietro.caballeri" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pietro.caballeri</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pilavi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pilavi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Piratu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Piratu</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Piternoize" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Piternoize</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pjotr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pjotr</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pkavinda" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pkavinda</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Plastique" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Plastique</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Plastovicka" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Plastovicka</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ploxiz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Moscu, Alexandru</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PopularOutcast" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">PopularOutcast</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Por" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Por</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:PrinceManfred" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Carter, Travis</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Prosper" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Prosper</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Psauthor" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Psauthor</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Psmits" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Psmits</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Psychicread531" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Psychicread531</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pv2k" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vidhey Pv</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Pwz266266" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Pwz266266</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Qarkai" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Illarionov, Arkadiy</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Qiguo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Qiguo</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Qtwallaert" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Qtwallaert</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Quick8130" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Quick8130</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Quickbooktech" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Quickbooktech</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Qwe" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Qwe</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rahuldeshmukh101" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rahuldeshmukh101</text:a> (1) </text:p>
       </table:table-cell>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rainy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rainy</text:a> (1) </text:p>
+      </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rainy" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rainy</text:a> (1) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rajsite" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rajsite</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ramonturner" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ramonturner</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Randallperry" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Randallperry</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rash419" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rash419</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ratajs" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ratajs</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ratias" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ratias</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rcampbelllaos" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rcampbelllaos</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RebeccaToscano" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RebeccaToscano</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Retodomax" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Retodomax</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rettichschnidi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rettichschnidi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RexRTEJnlzus" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RexRTEJnlzus</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Reyhane" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Reyhane</text:a> (1) </text:p>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
+       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rholler" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rholler</text:a> (1) </text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rholler" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rholler</text:a> (1) </text:p>
-      </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rich" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rich</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Richardprins" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Richardprins</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RickieHpejt" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RickieHpejt</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Riessmi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Riessmi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rif" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rif</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rifkiaz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rifkiaz</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rimas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rimas</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ringlerloje" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ringlerloje</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rion" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rion</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ritztro" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ritzema, Brent</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rizobix" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rizobix</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rkond" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Kondratenko, Rostislav</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Robert%20Wetzlmayr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Robert Wetzlmayr</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Robineh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Robineh</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Robustchao" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Robustchao</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rockers" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rockers</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rodney78" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rodney78</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rogach" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rogach</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rohit%20deshmukh11" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Deshmukh, Rohit</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rombert" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rombert</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ron1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ron1</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ronakkothari123" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ronakkothari123</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ronny" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ronny</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Roscoe5731" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Roscoe5731</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rosemarie" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rosemarie</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rpott" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rpott</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rsedak" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rsedak</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:RuleAndLine" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">RuleAndLine</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Rvr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Rvr</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ryho" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ryho</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ryoon" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ONODERA, Ryo</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:S.t.e.p.h" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">S.t.e.p.h</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SallyMorales" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SallyMorales</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Samanicute" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Samanicute</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sambhav2612" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sambhav2612</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Samtygier" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tygier, Sam</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sandeeps" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sandeeps</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sanipache" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sanipache</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Saracans" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Saracans</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sariyar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sariyar</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Satya%20kompella" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Satya kompella</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sbar1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sbar1</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sbraz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sautier, Louis</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Schrillesbunteshamburg" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Schrillesbunteshamburg</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Scno" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Scno</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sctenebro" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sctenebro</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sdc" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sdc</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sedat" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ak, Sedat</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Senopen" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Senopen</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Serdarot5" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Serdarot5</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Seriouslaughbore" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Seriouslaughbore</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Shay030" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Shay030</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ShaynaMan" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ShaynaMan</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SherylMillingto" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SherylMillingto</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ShimonShore" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Shore, Shimon</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Shin%20en" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Shin en</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Shobhit" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Chaurasia, Shobhit</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Shortblack" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Shortblack</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ShyamPraveenSingh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ShyamPraveenSingh</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Siddhant" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Siddhant</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Siegi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Siegi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SilverGreen93" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vasiliu, Mihai Alexandru</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Silvestr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Silvestr</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Silvia" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Silvia</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Simonbr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Simonbr</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Skierpage" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Skierpage</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Smalalur" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Smalalur</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Socialmitchell" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Socialmitchell</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Son%20Sonson" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Son Sonson</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sourabh1031" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sourabh1031</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sovichet" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sovichet</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SpeedyGonsales" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SpeedyGonsales</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sphericalhorse" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sphericalhorse</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Spreadsheetsorter" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Spreadsheetsorter</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Srijanani" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Srijanani</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Stewart75H" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Stewart75H</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Stonehubmn" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Stonehubmn</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:StuartHalliday" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">StuartHalliday</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Subhash" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Subhash</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Supportex" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Supportex</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SusieVeasley" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SusieVeasley</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Svalo" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Svalo</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:SvenHornung" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">SvenHornung</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Svend-ev" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Svend-ev</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sviola" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sviola</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Svtlichnijj" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Svtlichnijj</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Sébastien%20C." text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Sébastien C.</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:T-otsuki" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">T-otsuki</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TAQSamueld" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">TAQSamueld</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Talueses" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Talueses</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tanguy%20k" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tanguy k</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tantai" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thanakanok, Tantai</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TaylorSlemp" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">TaylorSlemp</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Techsquirrel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Techsquirrel</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TeganCreswick" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">TeganCreswick</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tegas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tegas</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Terber" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Terber</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Testsflirt" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Testsflirt</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tgmiller1" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tgmiller1</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:The%20Magpie" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">The Magpie</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ThePokehach" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ThePokehach</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Thephilosoft" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thephilosoft</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Thom" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thom</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Thor574" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thor574</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ThudDriver" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ThudDriver</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tifroumi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tifroumi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tigerbeard" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tigerbeard</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tilt" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tilt</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tmongkol" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tmongkol</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tomasdd" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tomasdd</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TomofumiYagi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">TomofumiYagi</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tomv" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Viehmann, Thomas</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tpokorra" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tpokorra</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Transcend" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Transcend</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Trebledcliff" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Trebledcliff</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:TrevorPfe" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">TrevorPfe</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Trondtr" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Trondtr</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ttv20" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ttv20</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tuliouel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tuliouel</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tuping" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tuping</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Tvallois" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Thibault, Vallois</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:USERNAME-ENDUNOM" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">USERNAME-ENDUNOM</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Uajain" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jain, Umang</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Udit%20Sharma" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Udit Sharma</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Umairshahid" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Shahid, Umair</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Uman" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vincent, Brennan</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Unho" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Unho</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:UrmasD" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">UrmasD</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:UrsulaHorrell" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">UrsulaHorrell</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Ushabtay" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Ushabtay</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:VIPSylar" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">VIPSylar</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:VPUJamikajklq" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">VPUJamikajklq</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vandenoever" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vandenoever</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Veeven" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Veeven</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vera%20Cavalcante" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vera Cavalcante</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:VernaSchulze" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">VernaSchulze</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vincentvikram" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vincentvikram</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Vinkas" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Vinkas</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Virus009" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Virus009</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:WOBFriedauk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">WOBFriedauk</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wadrian" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wadrian</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:WandaSingletary" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">WandaSingletary</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wastl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wastl</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Waynemcl" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Waynemcl</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Webistrator" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Webistrator</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wedeluxe" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wedeluxe</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wes" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wes</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Westantenna" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Westantenna</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wezchlebaty" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wezchlebaty</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wilhelm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Wilhelm</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:William%20Avery" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">William Avery</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Williewortel" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Williewortel</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wiz" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Klausner, Thomas</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Woulouf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Woulouf</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Wtjong" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Tjong, Winston Min</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:XSXKristin" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">XSXKristin</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Xapantu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Baudin, Lucas</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Xbones" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Xbones</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:XeroxMe" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">XeroxMe</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Xsdcfghjk" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Xsdcfghjk</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Xsoh" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Suhail Alkowaileet</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:XtinaS" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">XtinaS</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Xtrusia" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Xtrusia</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Xuenhua" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Xuenhua</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yangyiji" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yangyiji</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:YaroslavRutledge" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">YaroslavRutledge</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yazu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yazu</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yeliztaneroglu" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yeliztaneroglu</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yogeshdesai" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Desai, Yogesh</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yoshiharu%20Kawai" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yoshiharu Kawai</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yowbooks" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yowbooks</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:YvanM" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">YvanM</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yy%20y%20ja%20jp" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Yy y ja jp</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Yzsolt" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Bölöny, Zsolt</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:ZBMCallumbwire" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">ZBMCallumbwire</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Zangune" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Zangune</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+     </table:table-row>
+     <table:table-row>
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Zibi" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Zibi</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Zizzle" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Zizzle</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:Zonnebloempje" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Zonnebloempje</text:a> (1) </text:p>
       </table:table-cell>
-     </table:table-row>
-     <table:table-row>
-      <table:table-cell table:style-name="Table5.A1" office:value-type="string">
+      <table:table-cell table:style-name="Tabelle5.A1" office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/User:é„’å»¶" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">é„’å»¶</text:a> (1) </text:p>
       </table:table-cell>
-      <table:table-cell table:style-name="Table5.B717" table:number-columns-spanned="3" office:value-type="string">
-       <text:p text:style-name="P1"/>
-      </table:table-cell>
-      <table:covered-table-cell/>
-      <table:covered-table-cell/>
      </table:table-row>
     </table:table>
     <text:p text:style-name="Text_20_body">If you want to replace your Wiki user name with your full name, go to <text:a xlink:type="simple" xlink:href="http://wiki.documentfoundation.org/Development/Developers" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">this wiki page</text:a> and add yourself to the name mapping list.</text:p>
diff -Nur libreoffice-7.6.4.1/sax/source/fastparser/fastparser.cxx libreoffice-7.6.5.2/sax/source/fastparser/fastparser.cxx
--- libreoffice-7.6.4.1/sax/source/fastparser/fastparser.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sax/source/fastparser/fastparser.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -579,7 +579,7 @@
 OUString lclGetErrorMessage( xmlParserCtxtPtr ctxt, std::u16string_view sSystemId, sal_Int32 nLine )
 {
     const char* pMessage;
-    xmlErrorPtr error = xmlCtxtGetLastError( ctxt );
+    const xmlError* error = xmlCtxtGetLastError( ctxt );
     if( error && error->message )
         pMessage = error->message;
     else
diff -Nur libreoffice-7.6.4.1/sc/CppunitTest_sc_uicalc2.mk libreoffice-7.6.5.2/sc/CppunitTest_sc_uicalc2.mk
--- libreoffice-7.6.4.1/sc/CppunitTest_sc_uicalc2.mk	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/CppunitTest_sc_uicalc2.mk	2024-02-17 14:05:36.000000000 +0100
@@ -23,6 +23,7 @@
     comphelper \
     cppu \
     cppuhelper \
+    editeng \
     i18nlangtag \
     sal \
     sc \
diff -Nur libreoffice-7.6.4.1/sc/inc/column.hxx libreoffice-7.6.5.2/sc/inc/column.hxx
--- libreoffice-7.6.4.1/sc/inc/column.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/inc/column.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -144,8 +144,9 @@
 
     const ScPatternAttr*    GetPattern( SCROW nRow ) const;
     const ScPatternAttr*    GetMostUsedPattern( SCROW nStartRow, SCROW nEndRow ) const;
-    SCROW       ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark, ScEditDataArray* pDataArray, bool* const pIsChanged,
-                                     SCCOL nCol );
+    void        ApplySelectionStyle(const ScStyleSheet& rStyle, SCROW nTop, SCROW nBottom);
+    void        ApplySelectionCache(SfxItemPoolCache* pCache, SCROW nStartRow, SCROW nEndRow,
+                                    ScEditDataArray* pDataArray, bool* pIsChanged);
     void        ApplyPatternArea( SCROW nStartRow, SCROW nEndRow, const ScPatternAttr& rPatAttr,
                                   ScEditDataArray* pDataArray = nullptr,
                                   bool* const pIsChanged = nullptr);
@@ -167,12 +168,17 @@
 
     bool        IsAllAttrEqual( const ScColumnData& rCol, SCROW nStartRow, SCROW nEndRow ) const;
 
-    void        ClearSelectionItems( const sal_uInt16* pWhich, const ScMarkData& rMark, SCCOL nCol );
-    void        ChangeSelectionIndent( bool bIncrement, const ScMarkData& rMark, SCCOL nCol );
+    void        ClearSelectionItems(const sal_uInt16* pWhich, SCROW nStartRow, SCROW nEndRow);
+    void        ChangeSelectionIndent(bool bIncrement, SCROW nStartRow, SCROW nEndRow);
 
     bool        TestInsertRow( SCSIZE nSize ) const;
     void        InsertRow( SCROW nStartRow, SCSIZE nSize );
     void        DeleteRow( SCROW nStartRow, SCSIZE nSize );
+
+    // Applies a function to the selected ranges.
+    // The function looks like
+    //     ApplyDataFunc(ScColumnData& applyTo, SCROW nTop, SCROW nBottom)
+    template <typename ApplyDataFunc> void Apply(const ScMarkData&, SCCOL, ApplyDataFunc);
 };
 
 // Use protected inheritance to prevent publishing some internal ScColumnData
@@ -548,7 +554,6 @@
                             const ScPatternAttr& rPattern, SvNumFormatType nNewType );
 
     void        ApplyStyle( SCROW nRow, const ScStyleSheet* rStyle );
-    void        ApplySelectionStyle(const ScStyleSheet& rStyle, const ScMarkData& rMark);
     void        ApplySelectionLineStyle( const ScMarkData& rMark,
                                     const ::editeng::SvxBorderLine* pLine, bool bColorOnly );
     void        AddCondFormat(SCROW nStartRow, SCROW nEndRow, sal_uInt32 nIndex );
@@ -575,12 +580,8 @@
 
     void        RemoveProtected( SCROW nStartRow, SCROW nEndRow );
 
-    SCROW       ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark, ScEditDataArray* pDataArray, bool* const pIsChanged );
     void DeleteSelection( InsertDeleteFlags nDelFlag, const ScMarkData& rMark, bool bBroadcast );
 
-    void        ClearSelectionItems( const sal_uInt16* pWhich, const ScMarkData& rMark );
-    void        ChangeSelectionIndent( bool bIncrement, const ScMarkData& rMark );
-
     tools::Long GetNeededSize(
         SCROW nRow, OutputDevice* pDev, double nPPTX, double nPPTY,
         const Fraction& rZoomX, const Fraction& rZoomY,
@@ -1065,4 +1066,22 @@
     pAttrArray->DeleteRow( nStartRow, nSize );
 }
 
+template <typename ApplyDataFunc>
+void ScColumnData::Apply(const ScMarkData& rMark, SCCOL nCol, ApplyDataFunc apply)
+{
+    if (rMark.IsMultiMarked())
+    {
+        ScMultiSelIter aMultiIter(rMark.GetMultiSelData(), nCol);
+        SCROW nTop, nBottom;
+        while (aMultiIter.Next(nTop, nBottom))
+            apply(*this, nTop, nBottom);
+    }
+    else if (rMark.IsMarked())
+    {
+        const ScRange& aRange = rMark.GetMarkArea();
+        if (aRange.aStart.Col() <= nCol && nCol <= aRange.aEnd.Col())
+            apply(*this, aRange.aStart.Row(), aRange.aEnd.Row());
+    }
+}
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff -Nur libreoffice-7.6.4.1/sc/inc/document.hxx libreoffice-7.6.5.2/sc/inc/document.hxx
--- libreoffice-7.6.4.1/sc/inc/document.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/inc/document.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -2705,8 +2705,6 @@
     const ScTable* FetchTable( SCTAB nTab ) const;
 
     ScRefCellValue GetRefCellValue( const ScAddress& rPos );
-
-    void SharePooledResources( const ScDocument* pSrcDoc );
 private:
     ScRefCellValue GetRefCellValue( const ScAddress& rPos, sc::ColumnBlockPosition& rBlockPos );
 
@@ -2716,6 +2714,8 @@
     SCSIZE GetPatternCount( SCTAB nTab, SCCOL nCol, SCROW nRow1, SCROW nRow2 ) const;
     void   ReservePatternCount( SCTAB nTab, SCCOL nCol, SCSIZE nReserve );
 
+    void SharePooledResources( const ScDocument* pSrcDoc );
+
     void EndListeningIntersectedGroup(
         sc::EndListeningContext& rCxt, const ScAddress& rPos, std::vector<ScAddress>* pGroupPos );
 
diff -Nur libreoffice-7.6.4.1/sc/inc/table.hxx libreoffice-7.6.5.2/sc/inc/table.hxx
--- libreoffice-7.6.4.1/sc/inc/table.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/inc/table.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -34,6 +34,7 @@
 #include "drwlayer.hxx"
 #include "SparklineList.hxx"
 #include "SolverSettings.hxx"
+#include "markdata.hxx"
 
 #include <algorithm>
 #include <atomic>
@@ -180,12 +181,6 @@
     SCROW           nRepeatStartY;
     SCROW           nRepeatEndY;
 
-    // last used col and row
-    bool            mbCellAreaDirty;
-    bool            mbCellAreaEmpty;
-    SCCOL           mnEndCol;
-    SCROW           mnEndRow;
-
     std::unique_ptr<ScTableProtection> pTabProtection;
 
     std::unique_ptr<ScCompressedArray<SCCOL, sal_uInt16>> mpColWidth;
@@ -617,8 +612,7 @@
     void        InvalidateTableArea();
     void        InvalidatePageBreaks();
 
-    void        InvalidateCellArea() { mbCellAreaDirty = true; }
-    bool        GetCellArea( SCCOL& rEndCol, SCROW& rEndRow );            // FALSE = empty
+    bool        GetCellArea( SCCOL& rEndCol, SCROW& rEndRow ) const;            // FALSE = empty
     bool        GetTableArea( SCCOL& rEndCol, SCROW& rEndRow, bool bCalcHiddens = false) const;
     bool        GetPrintArea( SCCOL& rEndCol, SCROW& rEndRow, bool bNotes, bool bCalcHiddens = false) const;
     bool        GetPrintAreaHor( SCROW nStartRow, SCROW nEndRow,
@@ -1425,6 +1419,40 @@
         SCROW mnUBound;
     };
 
+    // Applies a function to the selected ranges; makes sure to only allocate
+    // as few columns as needed, and applies the rest to default column data.
+    // The function looks like
+    //     ApplyDataFunc(ScColumnData& applyTo, SCROW nTop, SCROW nBottom)
+    template <typename ApplyDataFunc>
+    void ApplyWithAllocation(const ScMarkData&, ApplyDataFunc);
 };
 
+template <typename ApplyDataFunc>
+void ScTable::ApplyWithAllocation(const ScMarkData& rMark, ApplyDataFunc apply)
+{
+    if (!rMark.GetTableSelect(nTab) || !(rMark.IsMultiMarked() || rMark.IsMarked()))
+        return;
+    SCCOL lastChangeCol;
+    if (rMark.GetArea().aEnd.Col() == GetDoc().MaxCol())
+    {
+        // For the same unallocated columns until the end we can change just the default.
+        lastChangeCol = rMark.GetStartOfEqualColumns(GetDoc().MaxCol(), aCol.size()) - 1;
+        // Allocate needed different columns before changing the default.
+        if (lastChangeCol >= 0)
+            CreateColumnIfNotExists(lastChangeCol);
+
+        aDefaultColData.Apply(rMark, GetDoc().MaxCol(), apply);
+    }
+    else // need to allocate all columns affected
+    {
+        lastChangeCol = rMark.GetArea().aEnd.Col();
+        CreateColumnIfNotExists(lastChangeCol);
+    }
+
+    // The loop should go not to lastChangeCol, but over all columns, to apply to already allocated
+    // in the "StartOfEqualColumns" range
+    for (SCCOL i = 0; i < aCol.size(); i++)
+        aCol[i].Apply(rMark, i, apply);
+}
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff -Nur libreoffice-7.6.4.1/sc/qa/extras/macros-test.cxx libreoffice-7.6.5.2/sc/qa/extras/macros-test.cxx
--- libreoffice-7.6.4.1/sc/qa/extras/macros-test.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/qa/extras/macros-test.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -897,6 +897,33 @@
     CPPUNIT_ASSERT_EQUAL(Any(true), aRet);
 }
 
+CPPUNIT_TEST_FIXTURE(ScMacrosTest, testTdf159412)
+{
+    // Run a macro, that itself calls two other functions using invoke,
+    // passing a small integer value to agruments of types Long and Double
+    createScDoc("tdf159412.fods");
+
+    css::uno::Any aRet;
+    css::uno::Sequence<sal_Int16> aOutParamIndex;
+    css::uno::Sequence<css::uno::Any> aOutParam;
+    css::uno::Sequence<css::uno::Any> aParams;
+
+    SfxObjectShell::CallXScript(
+        mxComponent,
+        "vnd.sun.Star.script:Standard.Module1.TestInvoke?language=Basic&location=document",
+        aParams, aRet, aOutParamIndex, aOutParam);
+
+    OUString aReturnValue;
+    aRet >>= aReturnValue;
+
+    // Without the fix in place, this test would have failed with
+    // - Expected: 1 Long/2 Double
+    // - Actual  : 0 Long/0 Double
+    // i.e., the passed 1 and 2 values were lost.
+
+    CPPUNIT_ASSERT_EQUAL(OUString("1 Long/2 Double"), aReturnValue);
+}
+
 ScMacrosTest::ScMacrosTest()
       : ScModelTestBase("/sc/qa/extras/testdocuments")
 {
diff -Nur libreoffice-7.6.4.1/sc/qa/extras/testdocuments/tdf159412.fods libreoffice-7.6.5.2/sc/qa/extras/testdocuments/tdf159412.fods
--- libreoffice-7.6.4.1/sc/qa/extras/testdocuments/tdf159412.fods	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sc/qa/extras/testdocuments/tdf159412.fods	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.spreadsheet">
+ <office:scripts>
+  <office:script script:language="ooo:Basic">
+   <ooo:libraries>
+    <ooo:library-embedded ooo:name="Standard">
+     <ooo:module ooo:name="Module1">
+      <ooo:source-code>REM  *****  BASIC  *****
+
+Function TestInvoke
+  script = ThisComponent.scriptProvider.getScript(&quot;vnd.sun.star.script:Standard.Module1.S_Ref_Long?language=Basic&amp;location=document&quot;)
+  ret = script.invoke(Array(1), Array(), Array())
+
+  script = ThisComponent.scriptProvider.getScript(&quot;vnd.sun.star.script:Standard.Module1.S_Ref_Dbl?language=Basic&amp;location=document&quot;)
+  ret = ret &amp; &quot;/&quot; &amp; script.invoke(Array(2), Array(), Array())
+
+  TestInvoke = ret
+End Function
+
+Function S_Ref_Long(n As Long)
+  S_Ref_Long = CStr(n) &amp; &quot; &quot; &amp; TypeName(n)
+End Function
+
+Function S_Ref_Dbl(n As Double)
+  S_Ref_Dbl = CStr(n) &amp; &quot; &quot; &amp; TypeName(n)
+End Function
+
+
+      </ooo:source-code>
+     </ooo:module>
+    </ooo:library-embedded>
+   </ooo:libraries>
+  </office:script>
+ </office:scripts>
+ <office:body>
+  <office:spreadsheet>
+   <table:table table:name="Sheet1"/>
+  </office:spreadsheet>
+ </office:body>
+</office:document>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/sc/qa/uitest/autofilter2/tdf158314_EmptyError.py libreoffice-7.6.5.2/sc/qa/uitest/autofilter2/tdf158314_EmptyError.py
--- libreoffice-7.6.4.1/sc/qa/uitest/autofilter2/tdf158314_EmptyError.py	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sc/qa/uitest/autofilter2/tdf158314_EmptyError.py	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,94 @@
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+from uitest.framework import UITestCase
+from uitest.uihelper.calc import enter_text_to_cell
+from uitest.uihelper.common import get_state_as_dict
+from libreoffice.uno.propertyvalue import mkPropertyValues
+from libreoffice.calc.document import is_row_hidden
+
+# Bug 158314 - Autofilter dropdown list always shows "Empty" entry as active
+
+class tdf158314_EmptyEntries(UITestCase):
+    def testTdf158314(self):
+        with self.ui_test.create_doc_in_start_center("calc") as calcDoc:
+            xCalcDoc = self.xUITest.getTopFocusWindow()
+            xGridWin = xCalcDoc.getChild("grid_window")
+
+            # Fill the sheet with test data
+            enter_text_to_cell(xGridWin, "A1", "a")
+            enter_text_to_cell(xGridWin, "A2", "1")
+            enter_text_to_cell(xGridWin, "A3", "2")
+            enter_text_to_cell(xGridWin, "A4", "3")
+            enter_text_to_cell(xGridWin, "A5", "4")
+
+            enter_text_to_cell(xGridWin, "B1", "b")
+            enter_text_to_cell(xGridWin, "B2", "5")
+            enter_text_to_cell(xGridWin, "B3", "")
+            enter_text_to_cell(xGridWin, "B4", "=1/0")
+            enter_text_to_cell(xGridWin, "B5", "8")
+
+            # Select the data range and set autofilter
+            xGridWin.executeAction("SELECT", mkPropertyValues({"RANGE": "A1:B5"}))
+            self.xUITest.executeCommand(".uno:DataFilterAutoFilter")
+
+            # Click the autofilter dropdown in column A
+            xGridWin.executeAction("LAUNCH", mkPropertyValues({"AUTOFILTER": "", "COL": "0", "ROW": "0"}))
+            xFloatWindow = self.xUITest.getFloatWindow()
+            xCheckListMenu = xFloatWindow.getChild("FilterDropDown")
+            xTreeList = xCheckListMenu.getChild("check_list_box")
+
+            #  Select the first entry only. Uncheck all other entries.
+            for i in xTreeList.getChildren():
+                if i != "0":
+                    xEntry = xTreeList.getChild(i)
+                    xEntry.executeAction("CLICK", tuple())
+
+            xOkButton = xFloatWindow.getChild("ok")
+            xOkButton.executeAction("CLICK", tuple())
+
+            # Check that only row#2 is visible
+            self.assertFalse(is_row_hidden(calcDoc, 1))
+            self.assertTrue(is_row_hidden(calcDoc, 2))
+            self.assertTrue(is_row_hidden(calcDoc, 3))
+            self.assertTrue(is_row_hidden(calcDoc, 4))
+
+            # Click the autofilter dropdown in column B
+            xGridWin.executeAction("LAUNCH", mkPropertyValues({"AUTOFILTER": "", "COL": "1", "ROW": "0"}))
+            xFloatWindow = self.xUITest.getFloatWindow()
+            xCheckListMenu = xFloatWindow.getChild("FilterDropDown")
+            xTreeList = xCheckListMenu.getChild("check_list_box")
+
+            # There should be at least one entry in the dropdown
+            # (i.e., the feature of showing inactive autofilter entries may be disabled)
+            self.assertEqual(True, len(xTreeList.getChildren()) >= 1)
+
+            for i in xTreeList.getChildren():
+                state = get_state_as_dict(xTreeList.getChild(i))
+                # The Text of the first element should be '5' and it should be checked and active
+                if i == "0":
+                    self.assertEqual("5", state["Text"])
+                    self.assertEqual("true", state["IsChecked"])
+                    self.assertEqual("true", state["IsSelected"])
+                    self.assertEqual("false", state["IsSemiTransparent"])
+                # All other elements (including the Empty and #DIV/0!) should be unchecked and inactive
+                else:
+                    self.assertEqual("false", state["IsChecked"])
+                    self.assertEqual("false", state["IsSelected"])
+                    self.assertEqual("true",  state["IsSemiTransparent"])
+
+            # Close the popup window
+            xOkButton = xFloatWindow.getChild("ok")
+            xOkButton.executeAction("CLICK", tuple())
+
+            # Check again that only row#2 is visible
+            self.assertFalse(is_row_hidden(calcDoc, 1))
+            self.assertTrue(is_row_hidden(calcDoc, 2))
+            self.assertTrue(is_row_hidden(calcDoc, 3))
+            self.assertTrue(is_row_hidden(calcDoc, 4))
+# vim: set shiftwidth=4 softtabstop=4 expandtab:
diff -Nur libreoffice-7.6.4.1/sc/qa/unit/ucalc.cxx libreoffice-7.6.5.2/sc/qa/unit/ucalc.cxx
--- libreoffice-7.6.4.1/sc/qa/unit/ucalc.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/qa/unit/ucalc.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -43,7 +43,6 @@
 #include <columnspanset.hxx>
 
 #include <editable.hxx>
-#include <table.hxx>
 #include <tabprotection.hxx>
 #include <undomanager.hxx>
 
@@ -5281,7 +5280,6 @@
 
     m_pDoc->SetString(0, 3, 0, "Some Text");
     m_pDoc->SetString(3, 3, 0, "Some Text");
-    m_pDoc->FetchTable(0)->InvalidateCellArea();
 
     dataFound = m_pDoc->GetDataStart(0,col,row);
 
diff -Nur libreoffice-7.6.4.1/sc/qa/unit/uicalc/uicalc2.cxx libreoffice-7.6.5.2/sc/qa/unit/uicalc/uicalc2.cxx
--- libreoffice-7.6.4.1/sc/qa/unit/uicalc/uicalc2.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/qa/unit/uicalc/uicalc2.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -8,10 +8,12 @@
  */
 
 #include "../helper/qahelper.hxx"
+#include <editeng/brushitem.hxx>
 #include <LibreOfficeKit/LibreOfficeKitEnums.h>
 #include <svx/svdpage.hxx>
 #include <vcl/keycodes.hxx>
 #include <vcl/scheduler.hxx>
+#include <stlsheet.hxx>
 
 #include <comphelper/processfactory.hxx>
 #include <comphelper/propertysequence.hxx>
@@ -26,8 +28,10 @@
 #include <inputopt.hxx>
 #include <postit.hxx>
 #include <rangeutl.hxx>
+#include <scitems.hxx>
 #include <scmod.hxx>
 #include <tabvwsh.hxx>
+#include <undomanager.hxx>
 #include <viewdata.hxx>
 
 using namespace ::com::sun::star;
@@ -84,6 +88,30 @@
     CPPUNIT_ASSERT_EQUAL(static_cast<SCTAB>(1), pDoc->GetTableCount());
 }
 
+CPPUNIT_TEST_FIXTURE(ScUiCalcTest2, testTdf158254)
+{
+    createScDoc();
+    ScDocument* pDoc = getScDoc();
+
+    goToCell("A:G");
+    dispatchCommand(mxComponent,
+                    ".uno:StyleApply?Style:string=Accent%201&FamilyName:string=CellStyles", {});
+
+    const ScPatternAttr* pPattern = pDoc->GetPattern(5, 0, 0);
+    ScStyleSheet* pStyleSheet = const_cast<ScStyleSheet*>(pPattern->GetStyleSheet());
+
+    // Without the fix in place, this test would have failed with
+    // - Expected: Accent 1
+    // - Actual  : Default
+    CPPUNIT_ASSERT_EQUAL(OUString("Accent 1"), pStyleSheet->GetName());
+
+    dispatchCommand(mxComponent, ".uno:Undo", {});
+
+    pPattern = pDoc->GetPattern(5, 0, 0);
+    pStyleSheet = const_cast<ScStyleSheet*>(pPattern->GetStyleSheet());
+    CPPUNIT_ASSERT_EQUAL(OUString("Default"), pStyleSheet->GetName());
+}
+
 CPPUNIT_TEST_FIXTURE(ScUiCalcTest2, testTdf133326)
 {
     createScDoc("tdf133326.ods");
@@ -1472,6 +1500,83 @@
     CPPUNIT_ASSERT_EQUAL(OUString("Sheet1.A1:Sheet1.A3"), aMarkedAreaString);
 }
 
+CPPUNIT_TEST_FIXTURE(ScUiCalcTest2, testTdf154044)
+{
+    createScDoc();
+    ScDocument* pDoc = getScDoc();
+
+    auto getBackColor = [pDoc](SCCOL c) {
+        const ScPatternAttr* pattern = pDoc->GetPattern(c, 0, 0);
+        const SvxBrushItem& brush = pattern->GetItemSet().Get(ATTR_BACKGROUND);
+        return brush.GetColor();
+    };
+
+    CPPUNIT_ASSERT_EQUAL(INITIALCOLCOUNT, pDoc->GetAllocatedColumnsCount(0));
+    for (SCCOL i = 0; i <= pDoc->MaxCol(); ++i)
+    {
+        OString msg = "i=" + OString::number(i);
+        CPPUNIT_ASSERT_EQUAL_MESSAGE(msg.getStr(), COL_AUTO, getBackColor(i));
+    }
+
+    // Set the background color of A1:CV1
+    auto aColorArg(
+        comphelper::InitPropertySequence({ { "BackgroundColor", uno::Any(COL_LIGHTBLUE) } }));
+    goToCell("A1:CV1");
+    dispatchCommand(mxComponent, ".uno:BackgroundColor", aColorArg);
+
+    // Partial row range allocates necessary columns
+    CPPUNIT_ASSERT_EQUAL(SCCOL(100), pDoc->GetAllocatedColumnsCount(0));
+
+    // Check that settings are applied
+    for (SCCOL i = 0; i < 100; ++i)
+    {
+        OString msg = "i=" + OString::number(i);
+        CPPUNIT_ASSERT_EQUAL_MESSAGE(msg.getStr(), COL_LIGHTBLUE, getBackColor(i));
+    }
+
+    // Undo
+    SfxUndoManager* pUndoMgr = pDoc->GetUndoManager();
+    CPPUNIT_ASSERT(pUndoMgr);
+    pUndoMgr->Undo();
+
+    // Check that all the cells have restored the setting
+    for (SCCOL i = 0; i < 100; ++i)
+    {
+        OString msg = "i=" + OString::number(i);
+        // Without the fix in place, this would fail with
+        // - Expected: rgba[ffffff00]
+        // - Actual  : rgba[0000ffff]
+        // - i=1
+        CPPUNIT_ASSERT_EQUAL_MESSAGE(msg.getStr(), COL_AUTO, getBackColor(i));
+    }
+
+    // Also check the whole row selection case - it is handled specially: columns are not allocated.
+    // See commit 3db91487e57277f75d64d95d06d4ddcc29f1c4e0 (set properly attributes for cells in
+    // unallocated Calc columns, 2022-03-04).
+    goToCell("A1:" + pDoc->MaxColAsString() + "1");
+    dispatchCommand(mxComponent, ".uno:BackgroundColor", aColorArg);
+
+    // Check that settings are applied
+    for (SCCOL i = 0; i <= pDoc->MaxCol(); ++i)
+    {
+        OString msg = "i=" + OString::number(i);
+        CPPUNIT_ASSERT_EQUAL_MESSAGE(msg.getStr(), COL_LIGHTBLUE, getBackColor(i));
+    }
+
+    // Undo
+    pUndoMgr->Undo();
+
+    // No additional columns have been allocated for whole-row range
+    CPPUNIT_ASSERT_EQUAL(SCCOL(100), pDoc->GetAllocatedColumnsCount(0));
+
+    // Check that all the cells have restored the setting
+    for (SCCOL i = 0; i <= pDoc->MaxCol(); ++i)
+    {
+        OString msg = "i=" + OString::number(i);
+        CPPUNIT_ASSERT_EQUAL_MESSAGE(msg.getStr(), COL_AUTO, getBackColor(i));
+    }
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff -Nur libreoffice-7.6.4.1/sc/source/core/data/attarray.cxx libreoffice-7.6.5.2/sc/source/core/data/attarray.cxx
--- libreoffice-7.6.4.1/sc/source/core/data/attarray.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/core/data/attarray.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -397,6 +397,7 @@
     // cache mdds position, this doesn't modify the mdds container, just EditTextObject's
     sc::ColumnBlockPosition blockPos;
     rDocument.InitColumnBlockPosition( blockPos, nTab, nCol );
+    nEndRow = rDocument.GetLastDataRow(nTab, nCol, nCol, nEndRow);
     for (SCROW nRow = nStartRow; nRow <= nEndRow; ++nRow)
     {
         ScAddress aPos(nCol, nRow, nTab);
diff -Nur libreoffice-7.6.4.1/sc/source/core/data/colcontainer.cxx libreoffice-7.6.5.2/sc/source/core/data/colcontainer.cxx
--- libreoffice-7.6.4.1/sc/source/core/data/colcontainer.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/core/data/colcontainer.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -47,10 +47,9 @@
 void ScColContainer::resize( ScSheetLimits const & rSheetLimits, const size_t aNewColSize )
 {
     size_t aOldColSize = aCols.size();
-    if (aNewColSize > aCols.capacity())
-        aCols.reserve( aNewColSize );
+    aCols.resize( aNewColSize );
     for ( size_t nCol = aOldColSize; nCol < aNewColSize; ++nCol )
-        aCols.emplace_back(new ScColumn(rSheetLimits));
+        aCols[nCol].reset(new ScColumn(rSheetLimits));
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff -Nur libreoffice-7.6.4.1/sc/source/core/data/column2.cxx libreoffice-7.6.5.2/sc/source/core/data/column2.cxx
--- libreoffice-7.6.4.1/sc/source/core/data/column2.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/core/data/column2.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -283,6 +283,7 @@
     {
         Fraction aFontZoom = ( eOrient == SvxCellOrientation::Standard ) ? rZoomX : rZoomY;
         vcl::Font aFont;
+        aFont.SetKerning(FontKerning::NONE); // like ScDrawStringsVars::SetPattern
         // font color doesn't matter here
         pPattern->fillFontOnly(aFont, pDev, &aFontZoom, pCondSet, nScript);
         pDev->SetFont(aFont);
@@ -754,6 +755,7 @@
         SCROW nRow = 0;
         const ScPatternAttr* pPattern = GetPattern( nRow );
         vcl::Font aFont;
+        aFont.SetKerning(FontKerning::NONE); // like ScDrawStringsVars::SetPattern
         // font color doesn't matter here
         pPattern->fillFontOnly(aFont, pDev, &rZoomX);
         pDev->SetFont(aFont);
diff -Nur libreoffice-7.6.4.1/sc/source/core/data/column3.cxx libreoffice-7.6.5.2/sc/source/core/data/column3.cxx
--- libreoffice-7.6.4.1/sc/source/core/data/column3.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/core/data/column3.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -2584,7 +2584,7 @@
         {
             if (!mrFilterEntries.mbHasEmpties)
             {
-                mrFilterEntries.push_back(ScTypedStrData(OUString()));
+                mrFilterEntries.push_back(ScTypedStrData(OUString(), 0.0, 0.0, ScTypedStrData::Standard, false, mbFilteredRow));
                 mrFilterEntries.mbHasEmpties = true;
             }
             return;
@@ -2614,7 +2614,7 @@
                     OUString aErr = ScGlobal::GetErrorString(nErr);
                     if (!aErr.isEmpty())
                     {
-                        mrFilterEntries.push_back(ScTypedStrData(std::move(aErr)));
+                        mrFilterEntries.push_back(ScTypedStrData(std::move(aErr), 0.0, 0.0, ScTypedStrData::Standard, false, mbFilteredRow));
                         return;
                     }
                 }
diff -Nur libreoffice-7.6.4.1/sc/source/core/data/column.cxx libreoffice-7.6.5.2/sc/source/core/data/column.cxx
--- libreoffice-7.6.4.1/sc/source/core/data/column.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/core/data/column.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -374,81 +374,23 @@
     return nFormat;
 }
 
-SCROW ScColumn::ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark, ScEditDataArray* pDataArray,
-                                     bool* const pIsChanged )
+void ScColumnData::ApplySelectionCache(SfxItemPoolCache* pCache, SCROW nStartRow, SCROW nEndRow,
+                                       ScEditDataArray* pDataArray, bool* pIsChanged)
 {
-    return ScColumnData::ApplySelectionCache( pCache, rMark, pDataArray, pIsChanged, nCol );
+    pAttrArray->ApplyCacheArea(nStartRow, nEndRow, pCache, pDataArray, pIsChanged);
 }
 
-SCROW ScColumnData::ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark, ScEditDataArray* pDataArray,
-                                         bool* const pIsChanged, SCCOL nCol )
+void ScColumnData::ChangeSelectionIndent(bool bIncrement, SCROW nStartRow, SCROW nEndRow)
 {
-    SCROW nTop = 0;
-    SCROW nBottom = 0;
-    bool bFound = false;
-
-    if ( rMark.IsMultiMarked() )
-    {
-        ScMultiSelIter aMultiIter( rMark.GetMultiSelData(), nCol );
-        while (aMultiIter.Next( nTop, nBottom ))
-        {
-            pAttrArray->ApplyCacheArea( nTop, nBottom, pCache, pDataArray, pIsChanged );
-            bFound = true;
-        }
-    }
-
-    if (!bFound)
-        return -1;
-    else if (nTop==0 && nBottom==GetDoc().MaxRow())
-        return 0;
-    else
-        return nBottom;
-}
-
-void ScColumnData::ChangeSelectionIndent( bool bIncrement, const ScMarkData& rMark, SCCOL nCol )
-{
-    assert(rMark.IsMultiMarked());
-    if ( pAttrArray && rMark.IsMultiMarked() )
-    {
-        ScMultiSelIter aMultiIter( rMark.GetMultiSelData(), nCol );
-        SCROW nTop;
-        SCROW nBottom;
-        while (aMultiIter.Next( nTop, nBottom ))
-            pAttrArray->ChangeIndent(nTop, nBottom, bIncrement);
-    }
-}
-
-void ScColumn::ChangeSelectionIndent( bool bIncrement, const ScMarkData& rMark )
-{
-    return ScColumnData::ChangeSelectionIndent( bIncrement, rMark, nCol );
+    pAttrArray->ChangeIndent(nStartRow, nEndRow, bIncrement);
 }
 
-void ScColumnData::ClearSelectionItems( const sal_uInt16* pWhich,const ScMarkData& rMark, SCCOL nCol )
+void ScColumnData::ClearSelectionItems(const sal_uInt16* pWhich, SCROW nStartRow, SCROW nEndRow)
 {
     if (!pAttrArray)
         return;
 
-    if (rMark.IsMultiMarked() )
-    {
-        ScMultiSelIter aMultiIter( rMark.GetMultiSelData(), nCol );
-        SCROW nTop;
-        SCROW nBottom;
-        while (aMultiIter.Next( nTop, nBottom ))
-            pAttrArray->ClearItems(nTop, nBottom, pWhich);
-    }
-    else if (rMark.IsMarked())
-    {
-        const ScRange& aRange = rMark.GetMarkArea();
-        if (aRange.aStart.Col() <= nCol && nCol <= aRange.aEnd.Col())
-        {
-            pAttrArray->ClearItems(aRange.aStart.Row(), aRange.aEnd.Row(), pWhich);
-        }
-    }
-}
-
-void ScColumn::ClearSelectionItems( const sal_uInt16* pWhich,const ScMarkData& rMark )
-{
-    ScColumnData::ClearSelectionItems( pWhich, rMark, nCol );
+    pAttrArray->ClearItems(nStartRow, nEndRow, pWhich);
 }
 
 void ScColumn::DeleteSelection( InsertDeleteFlags nDelFlag, const ScMarkData& rMark, bool bBroadcast )
@@ -521,17 +463,9 @@
     pAttrArray->SetPattern(nRow, std::move(pNewPattern), true);
 }
 
-void ScColumn::ApplySelectionStyle(const ScStyleSheet& rStyle, const ScMarkData& rMark)
+void ScColumnData::ApplySelectionStyle(const ScStyleSheet& rStyle, SCROW nTop, SCROW nBottom)
 {
-    SCROW nTop;
-    SCROW nBottom;
-
-    if ( rMark.IsMultiMarked() )
-    {
-        ScMultiSelIter aMultiIter( rMark.GetMultiSelData(), nCol );
-        while (aMultiIter.Next( nTop, nBottom ))
-            pAttrArray->ApplyStyleArea(nTop, nBottom, rStyle);
-    }
+    pAttrArray->ApplyStyleArea(nTop, nBottom, rStyle);
 }
 
 void ScColumn::ApplySelectionLineStyle( const ScMarkData& rMark,
diff -Nur libreoffice-7.6.4.1/sc/source/core/data/documen8.cxx libreoffice-7.6.5.2/sc/source/core/data/documen8.cxx
--- libreoffice-7.6.4.1/sc/source/core/data/documen8.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/core/data/documen8.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -113,7 +113,7 @@
 
 SfxPrinter* ScDocument::GetPrinter(bool bCreateIfNotExist)
 {
-    if ( !mpPrinter && bCreateIfNotExist )
+    if (!mpPrinter && bCreateIfNotExist && mxPoolHelper)
     {
         auto pSet =
             std::make_unique<SfxItemSetFixed
@@ -201,8 +201,11 @@
     // Create printer like ref device, see Writer...
     OutputDevice* pRefDevice = nullptr;
     if ( SC_MOD()->GetInputOptions().GetTextWysiwyg() )
+    {
         pRefDevice = GetPrinter();
-    else
+        SAL_WARN_IF(!pRefDevice, "sc", "unable to get a printer, fallback to virdev");
+    }
+    if (!pRefDevice)
         pRefDevice = GetVirtualDevice_100th_mm();
     return pRefDevice;
 }
diff -Nur libreoffice-7.6.4.1/sc/source/core/data/document.cxx libreoffice-7.6.5.2/sc/source/core/data/document.cxx
--- libreoffice-7.6.4.1/sc/source/core/data/document.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/core/data/document.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -3262,12 +3262,16 @@
     if ( rClipRanges.empty() )
         return false;
 
-    for ( size_t i = 0, n = rClipRanges.size(); i < n; ++i )
+    if (maTabs.size() > 0)
     {
-        ScRange & rRange = rClipRanges[ i ];
-        bool bAnswer = maTabs[nCountTab]->HasFilteredRows(rRange.aStart.Row(), rRange.aEnd.Row());
-        if (bAnswer)
-            return true;
+        for (size_t i = 0, n = rClipRanges.size(); i < n; ++i)
+        {
+            ScRange& rRange = rClipRanges[i];
+            bool bAnswer
+                = maTabs[nCountTab]->HasFilteredRows(rRange.aStart.Row(), rRange.aEnd.Row());
+            if (bAnswer)
+                return true;
+        }
     }
     return false;
 }
diff -Nur libreoffice-7.6.4.1/sc/source/core/data/table1.cxx libreoffice-7.6.5.2/sc/source/core/data/table1.cxx
--- libreoffice-7.6.4.1/sc/source/core/data/table1.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/core/data/table1.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -244,10 +244,6 @@
     nRepeatEndX( SCCOL_REPEAT_NONE ),
     nRepeatStartY( SCROW_REPEAT_NONE ),
     nRepeatEndY( SCROW_REPEAT_NONE ),
-    mbCellAreaDirty( true ),
-    mbCellAreaEmpty( true ),
-    mnEndCol( -1 ),
-    mnEndRow( -1 ),
     mpRowHeights( static_cast<ScFlatUInt16RowSegments*>(nullptr) ),
     mpHiddenCols(new ScFlatBoolColSegments(rDoc.MaxCol())),
     mpHiddenRows(new ScFlatBoolRowSegments(rDoc.MaxRow())),
@@ -514,15 +510,8 @@
         delete pProgress;
 }
 
-bool ScTable::GetCellArea( SCCOL& rEndCol, SCROW& rEndRow )
+bool ScTable::GetCellArea( SCCOL& rEndCol, SCROW& rEndRow ) const
 {
-    if (!mbCellAreaDirty)
-    {
-        rEndCol = mnEndCol;
-        rEndRow = mnEndRow;
-        return !mbCellAreaEmpty;
-    }
-
     bool bFound = false;
     SCCOL nMaxX = 0;
     SCROW nMaxY = 0;
@@ -566,10 +555,8 @@
             }
     }
 
-    mnEndCol = rEndCol = nMaxX;
-    mnEndRow = rEndRow = nMaxY;
-    mbCellAreaEmpty = !bFound;
-    mbCellAreaDirty = false;
+    rEndCol = nMaxX;
+    rEndRow = nMaxY;
     return bFound;
 }
 
diff -Nur libreoffice-7.6.4.1/sc/source/core/data/table2.cxx libreoffice-7.6.5.2/sc/source/core/data/table2.cxx
--- libreoffice-7.6.4.1/sc/source/core/data/table2.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/core/data/table2.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -503,6 +503,7 @@
 
     nCol2 = ClampToAllocatedColumns(nCol2);
 
+    pTable->CreateColumnIfNotExists(nCol2);  // prevent repeated resizing
     for ( SCCOL i = nCol1; i <= nCol2; i++)
         aCol[i].CopyToClip(rCxt, nRow1, nRow2, pTable->CreateColumnIfNotExists(i));  // notes are handled at column level
 
@@ -786,8 +787,8 @@
     sc::MixDocContext& rCxt, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
     ScPasteFunc nFunction, bool bSkipEmpty, const ScTable* pSrcTab )
 {
-    for (SCCOL i=nCol1; i<=nCol2; i++)
-        aCol[i].MixData(rCxt, nRow1, nRow2, nFunction, bSkipEmpty, pSrcTab->aCol[i]);
+    for (SCCOL nCol : pSrcTab->GetAllocatedColumnsRange(nCol1, nCol2))
+        aCol[nCol].MixData(rCxt, nRow1, nRow2, nFunction, bSkipEmpty, pSrcTab->aCol[nCol]);
 }
 
 // Selection form this document
@@ -1319,6 +1320,13 @@
     const bool bToUndoDoc = pDestTab->rDocument.IsUndo();
     const bool bFromUndoDoc = rDocument.IsUndo();
 
+    if (bToUndoDoc && (nFlags & InsertDeleteFlags::ATTRIB) && nCol2 >= aCol.size())
+    {
+        // tdf#154044: Copy also the default column data
+        aDefaultColData.AttrArray().CopyArea(nRow1, nRow2, 0,
+                                             pDestTab->aDefaultColData.AttrArray());
+    }
+
     if ((bToUndoDoc || bFromUndoDoc) && (nFlags & InsertDeleteFlags::CONTENTS) && mpRangeName)
     {
         // Copying formulas may create sheet-local named expressions on the
@@ -1341,9 +1349,20 @@
         // can lead to repetitive splitting and rejoining of the same formula group, which can get
         // quadratically expensive with large groups. So do the grouping just once at the end.
         sc::DelayFormulaGroupingSwitch delayGrouping( pDestTab->rDocument, true );
+        pDestTab->CreateColumnIfNotExists(ClampToAllocatedColumns(nCol2)); // avoid repeated resizing
         for (SCCOL i = nCol1; i <= ClampToAllocatedColumns(nCol2); i++)
             aCol[i].CopyToColumn(rCxt, nRow1, nRow2, bToUndoDoc ? nFlags : nTempFlags, bMarked,
                                  pDestTab->CreateColumnIfNotExists(i), pMarkData, bAsLink, bGlobalNamesToLocal);
+        // tdf#154044: Restore from the default column data
+        if (bFromUndoDoc && (nFlags & InsertDeleteFlags::ATTRIB) && nCol2 >= aCol.size())
+        {
+            aDefaultColData.AttrArray().CopyArea(nRow1, nRow2, 0,
+                                                 pDestTab->aDefaultColData.AttrArray());
+            SCCOL nMaxSetDefault = pDestTab->ClampToAllocatedColumns(nCol2);
+            for (SCCOL i = aCol.size(); i <= nMaxSetDefault; i++)
+                aDefaultColData.AttrArray().CopyArea(nRow1, nRow2, 0,
+                                                     pDestTab->aCol[i].AttrArray());
+        }
     }
 
     if (!bColRowFlags)      // Column widths/Row heights/Flags
@@ -3043,8 +3062,8 @@
 
 void ScTable::ApplySelectionStyle(const ScStyleSheet& rStyle, const ScMarkData& rMark)
 {
-    for (SCCOL i=0; i < aCol.size(); i++)
-        aCol[i].ApplySelectionStyle( rStyle, rMark );
+    ApplyWithAllocation(rMark, [&rStyle](ScColumnData& applyTo, SCROW nTop, SCROW nBottom)
+                        { applyTo.ApplySelectionStyle(rStyle, nTop, nBottom); });
 }
 
 void ScTable::ApplySelectionLineStyle( const ScMarkData& rMark,
@@ -3207,71 +3226,21 @@
 void ScTable::ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark,
                                    ScEditDataArray* pDataArray, bool* const pIsChanged )
 {
-    if(!rMark.GetTableSelect(nTab))
-        return;
-    SCCOL lastChangeCol;
-    if( rMark.GetArea().aEnd.Col() == GetDoc().MaxCol())
-    {
-        // For the same unallocated columns until the end we can change just the default.
-        lastChangeCol = rMark.GetStartOfEqualColumns( GetDoc().MaxCol(), aCol.size()) - 1;
-        if( lastChangeCol >= 0 )
-            CreateColumnIfNotExists(lastChangeCol); // Allocate needed different columns before changing the default.
-        aDefaultColData.ApplySelectionCache( pCache, rMark, pDataArray, pIsChanged, GetDoc().MaxCol());
-    }
-    else // need to allocate all columns affected
-    {
-        lastChangeCol = rMark.GetArea().aEnd.Col();
-        CreateColumnIfNotExists(lastChangeCol);
-    }
-
-    for (SCCOL i=0; i <= lastChangeCol; i++)
-        aCol[i].ApplySelectionCache( pCache, rMark, pDataArray, pIsChanged );
+    ApplyWithAllocation(
+        rMark, [pCache, pDataArray, pIsChanged](ScColumnData& applyTo, SCROW nTop, SCROW nBottom)
+        { applyTo.ApplySelectionCache(pCache, nTop, nBottom, pDataArray, pIsChanged); });
 }
 
 void ScTable::ChangeSelectionIndent( bool bIncrement, const ScMarkData& rMark )
 {
-    if(!rMark.GetTableSelect(nTab))
-        return;
-    SCCOL lastChangeCol;
-    if( rMark.GetArea().aEnd.Col() == GetDoc().MaxCol())
-    {
-        // For the same unallocated columns until the end we can change just the default.
-        lastChangeCol = rMark.GetStartOfEqualColumns( GetDoc().MaxCol(), aCol.size()) - 1;
-        if( lastChangeCol >= 0 )
-            CreateColumnIfNotExists(lastChangeCol); // Allocate needed different columns before changing the default.
-        aDefaultColData.ChangeSelectionIndent( bIncrement, rMark, GetDoc().MaxCol());
-    }
-    else
-    {
-        lastChangeCol = rMark.GetArea().aEnd.Col();
-        CreateColumnIfNotExists(lastChangeCol);
-    }
-
-    for (SCCOL i=0; i <= lastChangeCol; i++)
-        aCol[i].ChangeSelectionIndent( bIncrement, rMark );
+    ApplyWithAllocation(rMark, [&bIncrement](ScColumnData& applyTo, SCROW nTop, SCROW nBottom)
+                        { applyTo.ChangeSelectionIndent(bIncrement, nTop, nBottom); });
 }
 
 void ScTable::ClearSelectionItems( const sal_uInt16* pWhich, const ScMarkData& rMark )
 {
-    if(!rMark.GetTableSelect(nTab))
-        return;
-    SCCOL lastChangeCol;
-    if( rMark.GetArea().aEnd.Col() == GetDoc().MaxCol())
-    {
-        // For the same unallocated columns until the end we can change just the default.
-        lastChangeCol = rMark.GetStartOfEqualColumns( GetDoc().MaxCol(), aCol.size()) - 1;
-        if( lastChangeCol >= 0 )
-            CreateColumnIfNotExists(lastChangeCol); // Allocate needed different columns before changing the default.
-        aDefaultColData.ClearSelectionItems( pWhich, rMark, GetDoc().MaxCol());
-    }
-    else
-    {
-        lastChangeCol = rMark.GetArea().aEnd.Col();
-        CreateColumnIfNotExists(lastChangeCol);
-    }
-
-    for (SCCOL i=0; i <= lastChangeCol; i++)
-        aCol[i].ClearSelectionItems( pWhich, rMark );
+    ApplyWithAllocation(rMark, [pWhich](ScColumnData& applyTo, SCROW nTop, SCROW nBottom)
+                        { applyTo.ClearSelectionItems(pWhich, nTop, nBottom); });
 }
 
 //  Column widths / Row heights
diff -Nur libreoffice-7.6.4.1/sc/source/core/data/table4.cxx libreoffice-7.6.5.2/sc/source/core/data/table4.cxx
--- libreoffice-7.6.4.1/sc/source/core/data/table4.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/core/data/table4.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1314,7 +1314,7 @@
                 const ScPatternAttr* pPattern = ColumnData(nCol).GetPattern(rEndRow + 1);
                 const SvxBrushItem* pBackground = &pPattern->GetItem(ATTR_BACKGROUND);
                 if (!pPattern->GetItem(ATTR_CONDITIONAL).GetCondFormatData().empty() ||
-                    pBackground != pDefBackground)
+                    (pBackground->GetColor() != COL_TRANSPARENT && pBackground != pDefBackground))
                 {
                     bExtend = true;
                     break;
diff -Nur libreoffice-7.6.4.1/sc/source/core/tool/compiler.cxx libreoffice-7.6.5.2/sc/source/core/tool/compiler.cxx
--- libreoffice-7.6.4.1/sc/source/core/tool/compiler.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/core/tool/compiler.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -4737,6 +4737,7 @@
     pFunctionStack[0].eOp = ocNone;
     pFunctionStack[0].nSep = 0;
     size_t nFunction = 0;
+    size_t nHighWatermark = 0;
     short nBrackets = 0;
     bool bInArray = false;
     eLastOp = ocOpen;
@@ -4756,6 +4757,7 @@
                     ++nFunction;
                     pFunctionStack[ nFunction ].eOp = eLastOp;
                     pFunctionStack[ nFunction ].nSep = 0;
+                    nHighWatermark = nFunction;
                 }
             }
             break;
@@ -4794,6 +4796,7 @@
                     ++nFunction;
                     pFunctionStack[ nFunction ].eOp = eOp;
                     pFunctionStack[ nFunction ].nSep = 0;
+                    nHighWatermark = nFunction;
                 }
             }
             break;
@@ -4824,6 +4827,7 @@
                     ++nFunction;
                     pFunctionStack[ nFunction ].eOp = eOp;
                     pFunctionStack[ nFunction ].nSep = 0;
+                    nHighWatermark = nFunction;
                 }
             }
             break;
@@ -4866,9 +4870,9 @@
             // Append a parameter for WEEKNUM, all 1.0
             // Function is already closed, parameter count is nSep+1
             size_t nFunc = nFunction + 1;
-            if (eOp == ocClose &&
-                    (pFunctionStack[ nFunc ].eOp == ocWeek &&   // 2nd week start
-                     pFunctionStack[ nFunc ].nSep == 0))
+            if (eOp == ocClose && nFunc <= nHighWatermark &&
+                     pFunctionStack[ nFunc ].nSep == 0 &&
+                     pFunctionStack[ nFunc ].eOp == ocWeek)   // 2nd week start
             {
                 if (    !static_cast<ScTokenArray*>(pArr)->Add( new FormulaToken( svSep, ocSep)) ||
                         !static_cast<ScTokenArray*>(pArr)->Add( new FormulaDoubleToken( 1.0)))
diff -Nur libreoffice-7.6.4.1/sc/source/core/tool/interpr7.cxx libreoffice-7.6.5.2/sc/source/core/tool/interpr7.cxx
--- libreoffice-7.6.4.1/sc/source/core/tool/interpr7.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/core/tool/interpr7.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -31,6 +31,7 @@
 #include <cstring>
 #include <memory>
 #include <string_view>
+#include <libxml/parser.h>
 
 using namespace com::sun::star;
 
diff -Nur libreoffice-7.6.4.1/sc/source/core/tool/refupdat.cxx libreoffice-7.6.5.2/sc/source/core/tool/refupdat.cxx
--- libreoffice-7.6.4.1/sc/source/core/tool/refupdat.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/core/tool/refupdat.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -25,12 +25,12 @@
 #include <osl/diagnose.h>
 
 template< typename R, typename S, typename U >
-static bool lcl_MoveStart( R& rRef, U nStart, S nDelta, U nMask )
+static bool lcl_MoveStart( R& rRef, U nStart, S nDelta, U nMask, bool bShrink = true )
 {
     bool bCut = false;
     if ( rRef >= nStart )
         rRef = sal::static_int_cast<R>( rRef + nDelta );
-    else if ( nDelta < 0 && rRef >= nStart + nDelta )
+    else if ( nDelta < 0 && bShrink && rRef >= nStart + nDelta )
         rRef = nStart + nDelta;             //TODO: limit ???
     if ( rRef < 0 )
     {
@@ -46,12 +46,12 @@
 }
 
 template< typename R, typename S, typename U >
-static bool lcl_MoveEnd( R& rRef, U nStart, S nDelta, U nMask )
+static bool lcl_MoveEnd( R& rRef, U nStart, S nDelta, U nMask, bool bShrink = true )
 {
     bool bCut = false;
     if ( rRef >= nStart )
         rRef = sal::static_int_cast<R>( rRef + nDelta );
-    else if ( nDelta < 0 && rRef >= nStart + nDelta )
+    else if ( nDelta < 0 && bShrink && rRef >= nStart + nDelta )
         rRef = nStart + nDelta - 1;         //TODO: limit ???
     if (rRef < 0)
     {
@@ -284,9 +284,14 @@
             SCTAB nMaxTab = pDoc->GetTableCount() - 1;
             nMaxTab = sal::static_int_cast<SCTAB>(nMaxTab + nDz);      // adjust to new count
             bool bExp = (bExpand && IsExpand( theTab1, theTab2, nTab1, nDz ));
-            bCut1 = lcl_MoveStart( theTab1, nTab1, nDz, nMaxTab );
-            bCut2 = lcl_MoveEnd( theTab2, nTab1, nDz, nMaxTab );
-            if ( bCut1 || bCut2 )
+            bCut1 = lcl_MoveStart( theTab1, nTab1, nDz, nMaxTab, false /*bShrink*/);
+            bCut2 = lcl_MoveEnd( theTab2, nTab1, nDz, nMaxTab, false /*bShrink*/);
+            if ( theTab2 < theTab1 )
+            {
+                eRet = UR_INVALID;
+                theTab2 = theTab1;
+            }
+            else if ( bCut1 || bCut2 )
                 eRet = UR_UPDATED;
             if ( bExp )
             {
diff -Nur libreoffice-7.6.4.1/sc/source/filter/xml/XMLExportDatabaseRanges.cxx libreoffice-7.6.5.2/sc/source/filter/xml/XMLExportDatabaseRanges.cxx
--- libreoffice-7.6.4.1/sc/source/filter/xml/XMLExportDatabaseRanges.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/filter/xml/XMLExportDatabaseRanges.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -376,7 +376,7 @@
             case SC_EQUAL:
             {
                 if (rEntry.IsQueryByEmpty())
-                    return GetXMLToken(XML_EMPTY);
+                    return GetXMLToken(XML_TOKEN_EMPTY);
                 else if (rEntry.IsQueryByNonEmpty())
                     return GetXMLToken(XML_NOEMPTY);
 
diff -Nur libreoffice-7.6.4.1/sc/source/filter/xml/XMLExportDataPilot.cxx libreoffice-7.6.5.2/sc/source/filter/xml/XMLExportDataPilot.cxx
--- libreoffice-7.6.4.1/sc/source/filter/xml/XMLExportDataPilot.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/filter/xml/XMLExportDataPilot.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -123,7 +123,7 @@
 
     if (aQueryEntry.IsQueryByEmpty())
     {
-        rExport.AddAttribute(XML_NAMESPACE_TABLE, XML_OPERATOR, GetXMLToken(XML_EMPTY));
+        rExport.AddAttribute(XML_NAMESPACE_TABLE, XML_OPERATOR, GetXMLToken(XML_TOKEN_EMPTY));
     }
     else if (aQueryEntry.IsQueryByNonEmpty())
     {
diff -Nur libreoffice-7.6.4.1/sc/source/filter/xml/xmlfilti.cxx libreoffice-7.6.5.2/sc/source/filter/xml/xmlfilti.cxx
--- libreoffice-7.6.4.1/sc/source/filter/xml/xmlfilti.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/filter/xml/xmlfilti.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -370,7 +370,7 @@
         rEntry.eOp = SC_BOTPERC;
     else if (IsXMLToken(aOpStr, XML_BOTTOM_VALUES))
         rEntry.eOp = SC_BOTVAL;
-    else if (IsXMLToken(aOpStr, XML_EMPTY))
+    else if (IsXMLToken(aOpStr, XML_TOKEN_EMPTY))
         rEntry.SetQueryByEmpty();
     else if (aOpStr == u">")
         rEntry.eOp = SC_GREATER;
@@ -422,7 +422,7 @@
     if (maQueryItems.empty())
     {
         ScQueryEntry::Item& rItem = rEntry.GetQueryItem();
-        if (IsXMLToken(sOperator, XML_EMPTY))
+        if (IsXMLToken(sOperator, XML_TOKEN_EMPTY))
             return;
         if (IsXMLToken(sDataType, XML_NUMBER))
         {
@@ -753,7 +753,7 @@
     else
         aFilterField.eConnect = SC_AND;
     pFilterContext->SetIsCaseSensitive(bIsCaseSensitive);
-    if (IsXMLToken(sOperator, XML_EMPTY))
+    if (IsXMLToken(sOperator, XML_TOKEN_EMPTY))
         aFilterField.SetQueryByEmpty();
     else if (IsXMLToken(sOperator, XML_NOEMPTY))
         aFilterField.SetQueryByNonEmpty();
diff -Nur libreoffice-7.6.4.1/sc/source/ui/app/transobj.cxx libreoffice-7.6.5.2/sc/source/ui/app/transobj.cxx
--- libreoffice-7.6.4.1/sc/source/ui/app/transobj.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/ui/app/transobj.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -312,28 +312,34 @@
             ScAddress aPos(nCol, nRow, nTab);
 
             const ScPatternAttr* pPattern = m_pDoc->GetPattern( nCol, nRow, nTab );
-            ScTabEditEngine aEngine( *pPattern, m_pDoc->GetEditPool(), m_pDoc.get() );
-            ScRefCellValue aCell(*m_pDoc, aPos);
-            if (aCell.getType() == CELLTYPE_EDIT)
+            if (pPattern)
             {
-                const EditTextObject* pObj = aCell.getEditText();
-                aEngine.SetTextCurrentDefaults(*pObj);
-            }
-            else
-            {
-                SvNumberFormatter* pFormatter = m_pDoc->GetFormatTable();
-                sal_uInt32 nNumFmt = pPattern->GetNumberFormat(pFormatter);
-                const Color* pColor;
-                OUString aText = ScCellFormat::GetString(aCell, nNumFmt, &pColor, *pFormatter, *m_pDoc);
-                if (!aText.isEmpty())
-                    aEngine.SetTextCurrentDefaults(aText);
-            }
+                ScTabEditEngine aEngine(*pPattern, m_pDoc->GetEditPool(), m_pDoc.get());
+                ScRefCellValue aCell(*m_pDoc, aPos);
+                if (aCell.getType() == CELLTYPE_EDIT)
+                {
+                    const EditTextObject* pObj = aCell.getEditText();
+                    aEngine.SetTextCurrentDefaults(*pObj);
+                }
+                else
+                {
+                    SvNumberFormatter* pFormatter = m_pDoc->GetFormatTable();
+                    sal_uInt32 nNumFmt = pPattern->GetNumberFormat(pFormatter);
+                    const Color* pColor;
+                    OUString aText
+                        = ScCellFormat::GetString(aCell, nNumFmt, &pColor, *pFormatter, *m_pDoc);
+                    if (!aText.isEmpty())
+                        aEngine.SetTextCurrentDefaults(aText);
+                }
 
-            bOK = SetObject( &aEngine,
-                    ((nFormat == SotClipboardFormatId::RTF) ? SCTRANS_TYPE_EDIT_RTF :
-                     ((nFormat == SotClipboardFormatId::EDITENGINE_ODF_TEXT_FLAT) ?
-                      SCTRANS_TYPE_EDIT_ODF_TEXT_FLAT : SCTRANS_TYPE_EDIT_BIN)),
-                    rFlavor );
+                bOK = SetObject(&aEngine,
+                                ((nFormat == SotClipboardFormatId::RTF)
+                                     ? SCTRANS_TYPE_EDIT_RTF
+                                     : ((nFormat == SotClipboardFormatId::EDITENGINE_ODF_TEXT_FLAT)
+                                            ? SCTRANS_TYPE_EDIT_ODF_TEXT_FLAT
+                                            : SCTRANS_TYPE_EDIT_BIN)),
+                                rFlavor);
+            }
         }
         else if ( ScImportExport::IsFormatSupported( nFormat ) || nFormat == SotClipboardFormatId::RTF
             || nFormat == SotClipboardFormatId::RICHTEXT )
diff -Nur libreoffice-7.6.4.1/sc/source/ui/cctrl/checklistmenu.cxx libreoffice-7.6.5.2/sc/source/ui/cctrl/checklistmenu.cxx
--- libreoffice-7.6.4.1/sc/source/ui/cctrl/checklistmenu.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/ui/cctrl/checklistmenu.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -171,14 +171,7 @@
 {
     const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings();
 
-    // tdf#151820 The color used for the arrow head depends on the background color
-    Color aBackgroundColor = rStyleSettings.GetWindowColor();
-    Color aSpinColor;
-    if (aBackgroundColor.IsDark())
-        aSpinColor = rStyleSettings.GetLightColor();
-    else
-        aSpinColor = rStyleSettings.GetDarkShadowColor();
-
+    Color aSpinColor = rStyleSettings.GetDialogTextColor();
     int nWidth = (mxMenu->get_text_height() * 3) / 4;
     mxDropDown->SetOutputSizePixel(Size(nWidth, nWidth));
     DecorationView aDecoView(mxDropDown.get());
diff -Nur libreoffice-7.6.4.1/sc/source/ui/inc/SparklineRenderer.hxx libreoffice-7.6.5.2/sc/source/ui/inc/SparklineRenderer.hxx
--- libreoffice-7.6.4.1/sc/source/ui/inc/SparklineRenderer.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/ui/inc/SparklineRenderer.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -72,7 +72,7 @@
     size_t mnLastIndex = 0;
 
     double mfMinimum = std::numeric_limits<double>::max();
-    double mfMaximum = std::numeric_limits<double>::min();
+    double mfMaximum = std::numeric_limits<double>::lowest();
 
     std::vector<SparklineValue> const& getValuesList() const { return maValueList; }
 
diff -Nur libreoffice-7.6.4.1/sc/source/ui/inc/tabview.hxx libreoffice-7.6.5.2/sc/source/ui/inc/tabview.hxx
--- libreoffice-7.6.4.1/sc/source/ui/inc/tabview.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/ui/inc/tabview.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -216,6 +216,8 @@
 
     double              mfLastZoomScale = 0;
     double              mfAccumulatedZoom = 0;
+    tools::Long         mnPendingaHScrollLeftDelta = 0;
+    tools::Long         mnPendingaHScrollRightDelta = 0;
 
     void            Init();
 
diff -Nur libreoffice-7.6.4.1/sc/source/ui/unoobj/docuno.cxx libreoffice-7.6.5.2/sc/source/ui/unoobj/docuno.cxx
--- libreoffice-7.6.4.1/sc/source/ui/unoobj/docuno.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/ui/unoobj/docuno.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -3218,7 +3218,7 @@
 namespace
 {
 
-void lcl_dataAreaInvalidation(ScDocument& rDocument, ScModelObj* pModel,
+void lcl_dataAreaInvalidation(ScModelObj* pModel,
                               const ScRangeList& rRanges,
                               bool bInvalidateDataArea, bool bExtendDataArea)
 {
@@ -3245,10 +3245,6 @@
         bool bInvalidate = bAreaExtended || bInvalidateDataArea;
         if ( bInvalidate )
         {
-            ScTable* pTab = rDocument.FetchTable( nTab );
-            if ( pTab )
-                pTab->InvalidateCellArea();
-
             if ( comphelper::LibreOfficeKit::isActive() )
                 SfxLokHelper::notifyPartSizeChangedAllViews( pModel, nTab );
         }
@@ -3270,8 +3266,7 @@
 
     if ( pDocShell )
     {
-        ScDocument& rDocument = pDocShell->GetDocument();
-        lcl_dataAreaInvalidation(rDocument, this, rRanges, bInvalidateDataArea, bExtendDataArea);
+        lcl_dataAreaInvalidation(this, rRanges, bInvalidateDataArea, bExtendDataArea);
 
         // check if we were called only to update data area
         if (bIsDataAreaInvalidateType || bIsDataAreaExtendType)
diff -Nur libreoffice-7.6.4.1/sc/source/ui/view/gridwin.cxx libreoffice-7.6.5.2/sc/source/ui/view/gridwin.cxx
--- libreoffice-7.6.4.1/sc/source/ui/view/gridwin.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/ui/view/gridwin.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1026,8 +1026,8 @@
     mpAutoFilterPopup->setMemberSize(aFilterEntries.size());
     for (auto it = aFilterEntries.begin(); it != aFilterEntries.end(); ++it)
     {
-        // tdf#140745 show (empty) entry on top of the checkbox list
-        if (it->GetString().isEmpty())
+        // tdf#140745 show (empty) entry on top of the checkbox list if not hidden by filter
+        if (it->GetString().isEmpty() && !it->IsHiddenByFilter())
         {
             const OUString& aStringVal = it->GetString();
             const double aDoubleVal = it->GetValue();
@@ -1036,7 +1036,8 @@
                 bSelected = aSelectedString.count(aStringVal) > 0;
             else if (bQueryByNonEmpty)
                 bSelected = false;
-            mpAutoFilterPopup->addMember(aStringVal, aDoubleVal, bSelected, it->IsHiddenByFilter());
+            // it->IsHiddenByFilter() is always false here so no need to evaluate it
+            mpAutoFilterPopup->addMember(aStringVal, aDoubleVal, bSelected, false);
             aFilterEntries.maStrData.erase(it);
             break;
         }
diff -Nur libreoffice-7.6.4.1/sc/source/ui/view/output2.cxx libreoffice-7.6.5.2/sc/source/ui/view/output2.cxx
--- libreoffice-7.6.4.1/sc/source/ui/view/output2.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/ui/view/output2.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -407,7 +407,9 @@
 
     // There is no cell attribute for kerning, default is kerning OFF, all
     // kerning is stored at an EditText object that is drawn using EditEngine.
-    aFont.SetKerning( FontKerning::NONE);
+    // See also matching kerning cases in ScColumn::GetNeededSize and
+    // ScColumn::GetOptimalColWidth.
+    aFont.SetKerning(FontKerning::NONE);
 
     pDev->SetFont( aFont );
     if ( pFmtDevice != pDev )
diff -Nur libreoffice-7.6.4.1/sc/source/ui/view/printfun.cxx libreoffice-7.6.5.2/sc/source/ui/view/printfun.cxx
--- libreoffice-7.6.4.1/sc/source/ui/view/printfun.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/ui/view/printfun.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -466,6 +466,9 @@
 void ScPrintFunc::DrawToDev(ScDocument& rDoc, OutputDevice* pDev, double /* nPrintFactor */,
                             const tools::Rectangle& rBound, ScViewData* pViewData, bool bMetaFile)
 {
+    if (rDoc.GetMaxTableNumber() < 0)
+        return;
+
     //! evaluate nPrintFactor !!!
 
     SCTAB nTab = 0;
diff -Nur libreoffice-7.6.4.1/sc/source/ui/view/tabview.cxx libreoffice-7.6.5.2/sc/source/ui/view/tabview.cxx
--- libreoffice-7.6.4.1/sc/source/ui/view/tabview.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/ui/view/tabview.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -231,6 +231,20 @@
     rScrollBar.SetMouseReleaseHdl(LINK(this, ScTabView, EndScrollHdl));
 
     rScrollBar.EnableRTL( aViewData.GetDocument().IsLayoutRTL( aViewData.GetTabNo() ) );
+
+    // Related: tdf#155266 Eliminate delayed scrollbar redrawing when swiping
+    // By default, the layout idle timer in the InterimWindowItem class
+    // is set to TaskPriority::RESIZE. That is too high of a priority as
+    // it appears that other timers are drawing after the scrollbar has been
+    // redrawn.
+    // As a result, when swiping, the content moves fluidly but the scrollbar
+    // thumb does not move until after swiping stops or pauses. Then, after a
+    // short lag, the scrollbar thumb finally "jumps" to the expected
+    // position.
+    // So, to fix this scrollbar "stickiness" when swiping, setting the
+    // priority to TaskPriority::POST_PAINT causes the scrollbar to be
+    // redrawn after any competing timers.
+    rScrollBar.SetPriority(TaskPriority::POST_PAINT);
 }
 
 //  Scroll-Timer
@@ -280,8 +294,7 @@
     if (bHasHint)
         RemoveHintWindow();
 
-    // tdf#100584 - arrange sheets depending on the RTL settings
-    bool bLayoutRTL = AllSettings::GetLayoutRTL();
+    bool bLayoutRTL = aViewData.GetDocument().IsLayoutRTL( aViewData.GetTabNo() );
     tools::Long nTotalWidth = rSize.Width();
     if ( bLayoutRTL )
         nTotalWidth += 2*rOffset.X();
@@ -1203,6 +1216,52 @@
                     else
                         nDelta = 0;
                 }
+                else if ( bHoriz )
+                {
+                    // tdf#135478 Reduce sensitivity of horizontal scrollwheel
+                    // Problem: at least on macOS, swipe events are very
+                    // precise. So, when swiping at a slight angle off of
+                    // vertical, swipe events will include a small amount
+                    // of horizontal movement. Since horizontal swipe units
+                    // are measured in cell widths, these small amounts of
+                    // horizontal movement results in shifting many columns
+                    // to the right or left while swiping almost vertically.
+                    // So my hacky fix is to reduce the amount of horizontal
+                    // swipe events to roughly match the "visual distance"
+                    // of vertical swipe events.
+                    // The reduction factor is arbitrary but is set to
+                    // roughly the ratio of default cell width divided by
+                    // default cell height. This hacky fix isn't a perfect
+                    // fix, but hopefully it reduces the amount of
+                    // unexpected horizontal shifting while swiping
+                    // vertically to a tolerable amount for most users.
+                    // Note: the potential downside of doing this is that
+                    // some users might find horizontal swiping to be
+                    // slower than they are used to. If that becomes an
+                    // issue for enough users, the reduction factor may
+                    // need to be lowered to find a good balance point.
+                    static const sal_uInt16 nHScrollReductionFactor = 8;
+                    if ( pScroll == aHScrollLeft.get() )
+                    {
+                        mnPendingaHScrollLeftDelta += nDelta;
+                        nDelta = 0;
+                        if ( abs(mnPendingaHScrollLeftDelta) > nHScrollReductionFactor )
+                        {
+                            nDelta = mnPendingaHScrollLeftDelta / nHScrollReductionFactor;
+                            mnPendingaHScrollLeftDelta = mnPendingaHScrollLeftDelta % nHScrollReductionFactor;
+                        }
+                    }
+                    else if ( pScroll == aHScrollRight.get() )
+                    {
+                        mnPendingaHScrollRightDelta += nDelta;
+                        nDelta = 0;
+                        if ( abs(mnPendingaHScrollRightDelta) > nHScrollReductionFactor )
+                        {
+                            nDelta = mnPendingaHScrollRightDelta / nHScrollReductionFactor;
+                            mnPendingaHScrollRightDelta = mnPendingaHScrollRightDelta % nHScrollReductionFactor;
+                        }
+                    }
+                }
 
                 nPrevDragPos = nScrollPos;
             }
diff -Nur libreoffice-7.6.4.1/sc/source/ui/view/viewfun3.cxx libreoffice-7.6.5.2/sc/source/ui/view/viewfun3.cxx
--- libreoffice-7.6.4.1/sc/source/ui/view/viewfun3.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/ui/view/viewfun3.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -242,9 +242,6 @@
     if ( pSysClipDoc && bIncludeObjects )
     {
         bool bAnyOle = rDoc.HasOLEObjectsInArea( aRange );
-        // There are optional paths (e.g. bAnyOle and InputOptions().GetTextWysiwyg true)
-        // which dereference pSysClipDoc->mxPoolHelper so ensure that is set here.
-        pSysClipDoc->SharePooledResources(&rDoc);
         // Update ScGlobal::xDrawClipDocShellRef.
         ScDrawLayer::SetGlobalDrawPersist( ScTransferObj::SetDrawClipDoc( bAnyOle, pSysClipDoc ) );
     }
diff -Nur libreoffice-7.6.4.1/sc/source/ui/view/viewfunc.cxx libreoffice-7.6.5.2/sc/source/ui/view/viewfunc.cxx
--- libreoffice-7.6.4.1/sc/source/ui/view/viewfunc.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/source/ui/view/viewfunc.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1252,7 +1252,6 @@
     ScDocShell* pDocSh      = rViewData.GetDocShell();
     ScDocument& rDoc        = pDocSh->GetDocument();
     ScMarkData aFuncMark( rViewData.GetMarkData() );       // local copy for UnmarkFiltered
-    ShrinkToDataArea( aFuncMark, rDoc );
     ScViewUtil::UnmarkFiltered( aFuncMark, rDoc );
 
     bool bRecord = true;
diff -Nur libreoffice-7.6.4.1/scripting/source/basprov/basscript.cxx libreoffice-7.6.5.2/scripting/source/basprov/basscript.cxx
--- libreoffice-7.6.4.1/scripting/source/basprov/basscript.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/scripting/source/basprov/basscript.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -41,6 +41,17 @@
 using namespace ::com::sun::star::beans;
 
 
+static void ChangeTypeKeepingValue(SbxVariable& var, SbxDataType to)
+{
+    SbxValues val(to);
+    var.Get(val);
+    bool bSetFlag = var.IsSet(SbxFlagBits::Fixed);
+    var.ResetFlag(SbxFlagBits::Fixed);
+    var.Put(val);
+    if (bSetFlag)
+        var.SetFlag(SbxFlagBits::Fixed);
+}
+
 namespace basprov
 {
 
@@ -218,14 +229,14 @@
                             {
                                 sal_Int32 val = xSbxVar->GetLong();
                                 if (val >= -16777216 && val <= 16777215)
-                                    xSbxVar->SetType(t);
+                                    ChangeTypeKeepingValue(*xSbxVar, t);
                             }
                             else if (t == SbxDOUBLE && (a == SbxINTEGER || a == SbxLONG))
-                                xSbxVar->SetType(t);
+                                ChangeTypeKeepingValue(*xSbxVar, t);
                             else if (t == SbxLONG && a == SbxINTEGER)
-                                xSbxVar->SetType(t);
+                                ChangeTypeKeepingValue(*xSbxVar, t);
                             else if (t == SbxULONG && a == SbxUSHORT)
-                                xSbxVar->SetType(t);
+                                ChangeTypeKeepingValue(*xSbxVar, t);
                             // Enable passing by ref
                             if (t != SbxVARIANT)
                                 xSbxVar->SetFlag(SbxFlagBits::Fixed);
Binärdateien libreoffice-7.6.4.1/sd/qa/unit/data/pptx/tdf156718.pptx und libreoffice-7.6.5.2/sd/qa/unit/data/pptx/tdf156718.pptx sind verschieden.
Binärdateien libreoffice-7.6.4.1/sd/qa/unit/data/pptx/tdf157740.pptx und libreoffice-7.6.5.2/sd/qa/unit/data/pptx/tdf157740.pptx sind verschieden.
diff -Nur libreoffice-7.6.4.1/sd/qa/unit/export-tests-ooxml1.cxx libreoffice-7.6.5.2/sd/qa/unit/export-tests-ooxml1.cxx
--- libreoffice-7.6.4.1/sd/qa/unit/export-tests-ooxml1.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sd/qa/unit/export-tests-ooxml1.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -110,11 +110,11 @@
 
     xmlDocUniquePtr pXmlDoc = parseExport("ppt/slides/slide1.xml");
     assertXPath(pXmlDoc, "/p:sld/p:cSld/p:spTree/p:cxnSp/p:nvCxnSpPr/p:cNvCxnSpPr/a:stCxn", "id",
-                "42");
+                "8");
     assertXPath(pXmlDoc, "/p:sld/p:cSld/p:spTree/p:cxnSp/p:nvCxnSpPr/p:cNvCxnSpPr/a:stCxn", "idx",
                 "0");
     assertXPath(pXmlDoc, "/p:sld/p:cSld/p:spTree/p:cxnSp/p:nvCxnSpPr/p:cNvCxnSpPr/a:endCxn", "id",
-                "43");
+                "9");
     assertXPath(pXmlDoc, "/p:sld/p:cSld/p:spTree/p:cxnSp/p:nvCxnSpPr/p:cNvCxnSpPr/a:endCxn", "idx",
                 "2");
 }
diff -Nur libreoffice-7.6.4.1/sd/qa/unit/export-tests-ooxml2.cxx libreoffice-7.6.5.2/sd/qa/unit/export-tests-ooxml2.cxx
--- libreoffice-7.6.4.1/sd/qa/unit/export-tests-ooxml2.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sd/qa/unit/export-tests-ooxml2.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -157,6 +157,22 @@
                 "tl");
 }
 
+CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest2, testTdf157740_slideMasters)
+{
+    createSdImpressDoc("pptx/tdf157740.pptx");
+    saveAndReload("Impress Office Open XML");
+
+    // Test how many slidemaster we have
+    xmlDocUniquePtr pXmlDocContent = parseExport("ppt/presentation.xml");
+    assertXPath(pXmlDocContent, "/p:presentation/p:sldMasterIdLst/p:sldMasterId", 7);
+
+    pXmlDocContent = parseExport("ppt/slideMasters/slideMaster1.xml");
+    assertXPath(pXmlDocContent, "/p:sldMaster/p:sldLayoutIdLst/p:sldLayoutId", 1);
+
+    pXmlDocContent = parseExport("ppt/slideMasters/slideMaster7.xml");
+    assertXPath(pXmlDocContent, "/p:sldMaster/p:sldLayoutIdLst/p:sldLayoutId", 1);
+}
+
 CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest2, testTdf142291)
 {
     createSdImpressDoc("pptx/tdt142291.pptx");
@@ -1313,7 +1329,7 @@
                 "/p:sld/p:timing/p:tnLst/p:par/p:cTn/p:childTnLst/p:seq/p:cTn/p:childTnLst/p:par/"
                 "p:cTn/p:childTnLst/p:par/p:cTn/p:childTnLst/p:par/p:cTn/p:childTnLst/p:cmd/"
                 "p:cBhvr/p:tgtEl/p:spTgt",
-                "spid", "42");
+                "spid", "67");
 }
 
 CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest2, testTdf112280)
@@ -1692,7 +1708,7 @@
     xmlDocUniquePtr pXmlDocTheme1 = parseExport("ppt/theme/theme1.xml");
     assertXPath(pXmlDocTheme1, "/a:theme/a:themeElements/a:clrScheme/a:accent6/a:srgbClr", "val",
                 "70ad47");
-    xmlDocUniquePtr pXmlDocTheme2 = parseExport("ppt/theme/theme2.xml");
+    xmlDocUniquePtr pXmlDocTheme2 = parseExport("ppt/theme/theme12.xml");
     assertXPath(pXmlDocTheme2, "/a:theme/a:themeElements/a:clrScheme/a:accent6/a:srgbClr", "val",
                 "deb340");
 
diff -Nur libreoffice-7.6.4.1/sd/qa/unit/import-tests.cxx libreoffice-7.6.5.2/sd/qa/unit/import-tests.cxx
--- libreoffice-7.6.4.1/sd/qa/unit/import-tests.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sd/qa/unit/import-tests.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -34,6 +34,7 @@
 #include <sax/tools/converter.hxx>
 
 #include <com/sun/star/awt/Gradient.hpp>
+#include <com/sun/star/awt/FontWeight.hpp>
 #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
 #include <com/sun/star/document/XEventsSupplier.hpp>
 #include <com/sun/star/presentation/ClickAction.hpp>
@@ -203,6 +204,75 @@
     }
 }
 
+CPPUNIT_TEST_FIXTURE(SdImportTest, testTableStyle)
+{
+    createSdImpressDoc("pptx/tdf156718.pptx");
+    const SdrPage* pPage = GetPage(1);
+
+    sdr::table::SdrTableObj* pTableObj = dynamic_cast<sdr::table::SdrTableObj*>(pPage->GetObj(0));
+    CPPUNIT_ASSERT(pTableObj);
+
+    uno::Reference<table::XCellRange> xTable(pTableObj->getTable(), uno::UNO_QUERY_THROW);
+    uno::Reference<beans::XPropertySet> xCellPropSet;
+    uno::Reference<beans::XPropertySet> xRunPropSet;
+    uno::Reference<text::XTextRange> xParagraph;
+    uno::Reference<text::XTextRange> xRun;
+    table::BorderLine2 aBorderLine;
+    Color nFillColor, nCharColor;
+    float nFontWeight;
+
+    xCellPropSet.set(xTable->getCellByPosition(0, 0), uno::UNO_QUERY_THROW);
+    xParagraph.set(getParagraphFromShape(0, xCellPropSet));
+    xRun.set(getRunFromParagraph(0, xParagraph));
+    xRunPropSet.set(xRun, uno::UNO_QUERY_THROW);
+    xRunPropSet->getPropertyValue("CharColor") >>= nCharColor;
+    xRunPropSet->getPropertyValue("CharWeight") >>= nFontWeight;
+    xCellPropSet->getPropertyValue("BottomBorder") >>= aBorderLine;
+    CPPUNIT_ASSERT_EQUAL(Color(0x000000), nCharColor);
+    CPPUNIT_ASSERT_EQUAL(awt::FontWeight::BOLD, nFontWeight);
+    CPPUNIT_ASSERT_EQUAL_MESSAGE("The bottom border is missing!", true, aBorderLine.LineWidth > 0);
+
+    xCellPropSet.set(xTable->getCellByPosition(1, 0), uno::UNO_QUERY_THROW);
+    xParagraph.set(getParagraphFromShape(0, xCellPropSet));
+    xRun.set(getRunFromParagraph(0, xParagraph));
+    xRunPropSet.set(xRun, uno::UNO_QUERY_THROW);
+    xRunPropSet->getPropertyValue("CharColor") >>= nCharColor;
+    xRunPropSet->getPropertyValue("CharWeight") >>= nFontWeight;
+    CPPUNIT_ASSERT_EQUAL(Color(0x000000), nCharColor);
+    CPPUNIT_ASSERT_EQUAL(awt::FontWeight::BOLD, nFontWeight);
+
+    xCellPropSet.set(xTable->getCellByPosition(2, 0), uno::UNO_QUERY_THROW);
+    xParagraph.set(getParagraphFromShape(0, xCellPropSet));
+    xRun.set(getRunFromParagraph(0, xParagraph));
+    xRunPropSet.set(xRun, uno::UNO_QUERY_THROW);
+    xRunPropSet->getPropertyValue("CharColor") >>= nCharColor;
+    xRunPropSet->getPropertyValue("CharWeight") >>= nFontWeight;
+    CPPUNIT_ASSERT_EQUAL(Color(0x000000), nCharColor);
+    CPPUNIT_ASSERT_EQUAL(awt::FontWeight::BOLD, nFontWeight);
+
+    xCellPropSet.set(xTable->getCellByPosition(0, 1), uno::UNO_QUERY_THROW);
+    xParagraph.set(getParagraphFromShape(0, xCellPropSet));
+    xRun.set(getRunFromParagraph(0, xParagraph));
+    xRunPropSet.set(xRun, uno::UNO_QUERY_THROW);
+    xRunPropSet->getPropertyValue("CharColor") >>= nCharColor;
+    xRunPropSet->getPropertyValue("CharWeight") >>= nFontWeight;
+    xCellPropSet->getPropertyValue("FillColor") >>= nFillColor;
+    CPPUNIT_ASSERT_EQUAL(Color(0x000000), nCharColor);
+    CPPUNIT_ASSERT_EQUAL(awt::FontWeight::BOLD, nFontWeight);
+    CPPUNIT_ASSERT_EQUAL(Color(0x5b9bd5), nFillColor);
+
+    xCellPropSet.set(xTable->getCellByPosition(2, 1), uno::UNO_QUERY_THROW);
+    xParagraph.set(getParagraphFromShape(0, xCellPropSet));
+    xRun.set(getRunFromParagraph(0, xParagraph));
+    xRunPropSet.set(xRun, uno::UNO_QUERY_THROW);
+    xRunPropSet->getPropertyValue("CharColor") >>= nCharColor;
+    xRunPropSet->getPropertyValue("CharWeight") >>= nFontWeight;
+    xCellPropSet->getPropertyValue("FillColor") >>= nFillColor;
+    CPPUNIT_ASSERT_EQUAL(Color(0x000000), nCharColor);
+    CPPUNIT_ASSERT_EQUAL(awt::FontWeight::BOLD, nFontWeight);
+    CPPUNIT_ASSERT_EQUAL(Color(0x5b9bd5), nFillColor);
+}
+
 CPPUNIT_TEST_FIXTURE(SdImportTest, testFreeformShapeGluePoints)
 {
     createSdImpressDoc("pptx/tdf156829.pptx");
diff -Nur libreoffice-7.6.4.1/sd/source/core/drawdoc3.cxx libreoffice-7.6.5.2/sd/source/core/drawdoc3.cxx
--- libreoffice-7.6.4.1/sd/source/core/drawdoc3.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sd/source/core/drawdoc3.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -67,11 +67,11 @@
 class InsertBookmarkAsPage_FindDuplicateLayouts
 {
 public:
-    explicit InsertBookmarkAsPage_FindDuplicateLayouts( std::vector<OUString> &rLayoutsToTransfer )
+    explicit InsertBookmarkAsPage_FindDuplicateLayouts( std::map<OUString, sal_Int32> &rLayoutsToTransfer )
         : mrLayoutsToTransfer(rLayoutsToTransfer) {}
     void operator()( SdDrawDocument&, SdPage const *, bool, SdDrawDocument* );
 private:
-    std::vector<OUString> &mrLayoutsToTransfer;
+    std::map<OUString, sal_Int32> &mrLayoutsToTransfer;
 };
 
 }
@@ -85,11 +85,11 @@
     if( nIndex != -1 )
         aLayout = aLayout.copy(0, nIndex);
 
-    std::vector<OUString>::const_iterator pIter =
-            find(mrLayoutsToTransfer.begin(),mrLayoutsToTransfer.end(),aLayout);
+    std::map<OUString, sal_Int32>::const_iterator pIter = mrLayoutsToTransfer.find(aLayout);
 
     bool bFound = pIter != mrLayoutsToTransfer.end();
 
+    sal_Int32 nLayout = 20; // blank page - master slide layout ID
     const sal_uInt16 nMPageCount = rDoc.GetMasterPageCount();
     for (sal_uInt16 nMPage = 0; nMPage < nMPageCount && !bFound; nMPage++)
     {
@@ -110,6 +110,15 @@
                     pBMMPage->GetLayoutName(), pBMMPage->GetName() + "_");
                 aLayout = pBMMPage->GetName();
 
+                uno::Reference< drawing::XDrawPage > xOldPage(rDoc.GetMasterPage(nMPage)->getUnoPage(), uno::UNO_QUERY_THROW);
+                uno::Reference<beans::XPropertySet> xPropSet(xOldPage, uno::UNO_QUERY_THROW);
+                if (xPropSet.is())
+                {
+                    uno::Any aLayoutID = xPropSet->getPropertyValue("SlideLayout");
+                    if (aLayoutID.hasValue()) {
+                        aLayoutID >>= nLayout;
+                    }
+                }
                 break;
             }
             else
@@ -118,7 +127,7 @@
     }
 
     if (!bFound)
-        mrLayoutsToTransfer.push_back(aLayout);
+        mrLayoutsToTransfer.insert({ aLayout, nLayout });
 }
 
 // Inserts a bookmark as a page
@@ -499,7 +508,7 @@
 
     // Refactored copy'n'pasted layout name collection into IterateBookmarkPages
 
-    std::vector<OUString> aLayoutsToTransfer;
+    std::map<OUString, sal_Int32> aLayoutsToTransfer;
     InsertBookmarkAsPage_FindDuplicateLayouts aSearchFunctor( aLayoutsToTransfer );
     lcl_IterateBookmarkPages( *this, pBookmarkDoc, rBookmarkList, nBMSdPageCount, aSearchFunctor, ( rBookmarkList.empty() && pBookmarkDoc != this ) );
 
@@ -511,11 +520,11 @@
     if( !aLayoutsToTransfer.empty() )
         bMergeMasterPages = true;
 
-    for ( const OUString& layoutName : aLayoutsToTransfer )
+    for ( const auto& layout : aLayoutsToTransfer )
     {
         StyleSheetCopyResultVector aCreatedStyles;
 
-        rStyleSheetPool.CopyLayoutSheets(layoutName, rBookmarkStyleSheetPool,aCreatedStyles);
+        rStyleSheetPool.CopyLayoutSheets(layout.first, rBookmarkStyleSheetPool, aCreatedStyles);
 
         if(!aCreatedStyles.empty())
         {
@@ -897,6 +906,19 @@
                 pRefPage->SetSize(aSize);
                 pRefPage->SetBorder(nLeft, nUpper, nRight, nLower);
                 pRefPage->SetOrientation( eOrient );
+
+                uno::Reference< drawing::XDrawPage > xNewPage(GetMasterPage(nPage)->getUnoPage(), uno::UNO_QUERY_THROW);
+                uno::Reference<beans::XPropertySet> xNewPropSet(xNewPage, uno::UNO_QUERY_THROW);
+                if (xNewPropSet.is())
+                {
+                    OUString aLayout(pRefPage->GetName());
+                    sal_Int32 nLayout = 20; // blank page - master slide layout ID
+                    if (auto it{ aLayoutsToTransfer.find(aLayout) }; it != std::end(aLayoutsToTransfer))
+                    {
+                        nLayout = it->second;
+                    }
+                    xNewPropSet->setPropertyValue("SlideLayout", uno::Any(nLayout));
+                }
             }
             else        // Can only be notes
             {
diff -Nur libreoffice-7.6.4.1/sd/source/filter/eppt/epptbase.hxx libreoffice-7.6.5.2/sd/source/filter/eppt/epptbase.hxx
--- libreoffice-7.6.4.1/sd/source/filter/eppt/epptbase.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sd/source/filter/eppt/epptbase.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -74,6 +74,7 @@
 };
 
 #define EPP_LAYOUT_SIZE 25
+#define OOXML_LAYOUT_SIZE 36
 
 struct PHLayout
 {
diff -Nur libreoffice-7.6.4.1/sd/source/filter/eppt/epptooxml.hxx libreoffice-7.6.5.2/sd/source/filter/eppt/epptooxml.hxx
--- libreoffice-7.6.4.1/sd/source/filter/eppt/epptooxml.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sd/source/filter/eppt/epptooxml.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -89,7 +89,7 @@
                                  bool bHasBackground, css::uno::Reference< css::beans::XPropertySet > const & aXBackgroundPropSet ) override;
     virtual void ImplWriteNotes( sal_uInt32 nPageNum ) override;
     virtual void ImplWriteSlideMaster( sal_uInt32 nPageNum, css::uno::Reference< css::beans::XPropertySet > const & aXBackgroundPropSet ) override;
-    void ImplWritePPTXLayout( sal_Int32 nOffset, sal_uInt32 nMasterNum );
+    void ImplWritePPTXLayout( sal_Int32 nOffset, sal_uInt32 nMasterNum, const OUString& aSlideName );
     static void WriteDefaultColorSchemes(const FSHelperPtr& pFS);
     void WriteTheme( sal_Int32 nThemeNum, model::Theme* pTheme );
 
@@ -131,8 +131,6 @@
     css::uno::Reference<css::drawing::XShape> GetReferencedPlaceholderXShape(const PlaceholderType eType, PageType ePageType) const;
     void WritePlaceholderReferenceShapes(PowerPointShapeExport& rDML, PageType ePageType);
 
-    long FindEquivalentMasterPage(SdrPage* pMasterPage) const;
-
     /// Should we export as .pptm, ie. do we contain macros?
     bool mbPptm;
 
@@ -141,15 +139,13 @@
 
     ::sax_fastparser::FSHelperPtr mPresentationFS;
 
-    LayoutInfo mLayoutInfo[EPP_LAYOUT_SIZE];
-    std::vector<std::pair<SdrPage*, size_t>> mpSlidesMaster;
+    LayoutInfo mLayoutInfo[OOXML_LAYOUT_SIZE];
     std::vector< ::sax_fastparser::FSHelperPtr > mpSlidesFSArray;
     sal_Int32 mnLayoutFileIdMax;
 
     sal_uInt32 mnSlideIdMax;
     sal_uInt32 mnSlideMasterIdMax;
     sal_uInt32 mnAnimationNodeIdMax;
-    sal_uInt32 mnThemeIdMax;
 
     sal_uInt32 mnDiagramId;
 
diff -Nur libreoffice-7.6.4.1/sd/source/filter/eppt/pptx-epptooxml.cxx libreoffice-7.6.5.2/sd/source/filter/eppt/pptx-epptooxml.cxx
--- libreoffice-7.6.4.1/sd/source/filter/eppt/pptx-epptooxml.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sd/source/filter/eppt/pptx-epptooxml.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -25,8 +25,6 @@
 #include <oox/ole/vbaproject.hxx>
 #include "epptooxml.hxx"
 #include <oox/export/shapes.hxx>
-#include <svx/svdlayer.hxx>
-#include <unokywds.hxx>
 
 #include <comphelper/sequenceashashmap.hxx>
 #include <comphelper/storagehelper.hxx>
@@ -42,8 +40,6 @@
 #include <com/sun/star/drawing/FillStyle.hpp>
 #include <com/sun/star/drawing/XDrawPages.hpp>
 #include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
-#include <com/sun/star/drawing/XMasterPageTarget.hpp>
-#include <com/sun/star/drawing/XMasterPagesSupplier.hpp>
 #include <com/sun/star/embed/ElementModes.hpp>
 #include <com/sun/star/geometry/RealPoint2D.hpp>
 #include <com/sun/star/office/XAnnotationEnumeration.hpp>
@@ -191,23 +187,6 @@
 
 namespace {
 
-enum PPTXLayout
-{
-    LAYOUT_BLANK,
-    LAYOUT_TITLE_SLIDE,
-    LAYOUT_TITLE_CONTENT,
-    LAYOUT_TITLE_2CONTENT,
-    LAYOUT_TITLE,
-    LAYOUT_CENTERED_TEXT,
-    LAYOUT_TITLE_2CONTENT_CONTENT,
-    LAYOUT_TITLE_CONTENT_2CONTENT,
-    LAYOUT_TITLE_2CONTENT_OVER_CONTENT,
-    LAYOUT_TITLE_CONTENT_OVER_CONTENT,
-    LAYOUT_TITLE_4CONTENT,
-    LAYOUT_TITLE_6CONTENT,
-    LAYOUT_SIZE
-};
-
 struct PPTXLayoutInfo
 {
     int nType;
@@ -217,72 +196,46 @@
 
 }
 
-const PPTXLayoutInfo aLayoutInfo[LAYOUT_SIZE] =
+const PPTXLayoutInfo aLayoutInfo[OOXML_LAYOUT_SIZE] =
 {
-    { 20, "Blank Slide", "blank" },
-    { 0, "Title Slide", "tx" },
-    { 1, "Title, Content", "obj" },
-    { 3, "Title, 2 Content", "twoObj" },
+    { 0, "Title Slide", "title" },
+    { 1, "Title and text", "tx" },
+    { 2, "Title and chart", "chart" },
+    { 3, "Title, text on left, text on right", "twoObj" },
+    { 4, "Title, text on left and chart on right", "txAndChart" },
+    { 6, "Title, text on left, clip art on right", "txAndClipArt" },
+    { 6, "Title, text on left, media on right", "txAndMedia" },
+    { 7, "Title, chart on left and text on right", "chartAndTx" },
+    { 8, "Title and table", "tbl" },
+    { 9, "Title, clipart on left, text on right", "clipArtAndTx" },
+    { 10, "Title, text on left, object on right", "txAndObj" },
+    { 1, "Title and object", "obj" },
+    { 12, "Title, text on left, two objects on right", "txAndTwoObj" },
+    { 13, "Title, object on left, text on right", "objAndTx" },
+    { 14, "Title, object on top, text on bottom", "objOverTx" },
+    { 15, "Title, two objects on left, text on right", "twoObjAndTx" },
+    { 16, "Title, two objects on top, text on bottom", "twoObjOverTx" },
+    { 17, "Title, text on top, object on bottom", "txOverObj" },
+    { 18, "Title and four objects", "fourObj" },
     { 19, "Title Only", "titleOnly" },
-    { 32, "Centered Text", "objOnly" },                       // not exactly, but close
-    { 15, "Title, 2 Content and Content", "twoObjAndObj" },
-    { 12, "Title Content and 2 Content", "objAndTwoObj" },
-    { 16, "Title, 2 Content over Content", "twoObjOverTx" },      // not exactly, but close
-    { 14, "Title, Content over Content", "objOverTx" },           // not exactly, but close
-    { 18, "Title, 4 Content", "fourObj" },
-    { 34, "Title, 6 Content", "blank" }                           // not defined => blank
+    { 20, "Blank Slide", "blank" },
+    { 21, "Vertical title on right, vertical text on top, chart on bottom", "vertTitleAndTxOverChart" },
+    { 22, "Vertical title on right, vertical text on left", "vertTitleAndTx" },
+    { 23, "Title and vertical text body", "vertTx" },
+    { 24, "Title, clip art on left, vertical text on right", "clipArtAndVertTx" },
+    { 20, "Title, two objects each with text", "twoTxTwoObj" },
+    { 15, "Title, two objects on left, one object on right", "twoObjAndObj" },
+    { 20, "Title, object and caption text", "objTx" },
+    { 20, "Title, picture, and caption text", "picTx" },
+    { 20, "Section header title and subtitle text", "secHead" },
+    { 32, "Object only", "objOnly" },
+    { 12, "Title, one object on left, two objects on right", "objAndTwoObj" },
+    { 20, "Title, media on left, text on right", "mediaAndTx" },
+    { 34, "Title, 6 Content", "blank" }, // not defined in OOXML => blank
+    { 2, "Title and diagram", "dgm" },
+    { 0, "Custom layout defined by user", "cust" },
 };
 
-int PowerPointExport::GetPPTXLayoutId(int nOffset)
-{
-    int nId = LAYOUT_BLANK;
-
-    SAL_INFO("sd.eppt", "GetPPTXLayoutId " << nOffset);
-
-    switch (nOffset)
-    {
-    case 0:
-        nId = LAYOUT_TITLE_SLIDE;
-        break;
-    case 1:
-        nId = LAYOUT_TITLE_CONTENT;
-        break;
-    case 3:
-        nId = LAYOUT_TITLE_2CONTENT;
-        break;
-    case 19:
-        nId = LAYOUT_TITLE;
-        break;
-    case 15:
-        nId = LAYOUT_TITLE_2CONTENT_CONTENT;
-        break;
-    case 12:
-        nId = LAYOUT_TITLE_CONTENT_2CONTENT;
-        break;
-    case 16:
-        nId = LAYOUT_TITLE_2CONTENT_OVER_CONTENT;
-        break;
-    case 14:
-        nId = LAYOUT_TITLE_CONTENT_OVER_CONTENT;
-        break;
-    case 18:
-        nId = LAYOUT_TITLE_4CONTENT;
-        break;
-    case 32:
-        nId = LAYOUT_CENTERED_TEXT;
-        break;
-    case 34:
-        nId = LAYOUT_TITLE_6CONTENT;
-        break;
-    case 20:
-    default:
-        nId = LAYOUT_BLANK;
-        break;
-    }
-
-    return nId;
-}
-
 PowerPointShapeExport::PowerPointShapeExport(FSHelperPtr pFS, ShapeHashMap* pShapeMap,
         PowerPointExport* pFB)
     : ShapeExport(XML_p, std::move(pFS), pShapeMap, pFB)
@@ -392,7 +345,6 @@
     , mnSlideIdMax(1 << 8)
     , mnSlideMasterIdMax(1U << 31)
     , mnAnimationNodeIdMax(1)
-    , mnThemeIdMax(0)
     , mnDiagramId(1)
     , mbCreateNotes(false)
     , mnPlaceholderIndexMax(1)
@@ -1428,7 +1380,7 @@
     addRelation(pFS->getOutputStream(),
                 oox::getRelationship(Relationship::SLIDELAYOUT),
                 Concat2View("../slideLayouts/slideLayout" +
-                    OUString::number(GetLayoutFileId(GetPPTXLayoutId(GetLayoutOffset(mXPagePropSet)), nMasterNum)) +
+                    OUString::number(GetLayoutFileId(GetLayoutOffset(mXPagePropSet), nMasterNum)) +
                     ".xml"));
 
     if (WriteComments(nPageNum))
@@ -1496,111 +1448,8 @@
                          FSNS(XML_r, XML_id), sRelId);
 }
 
-static bool lcl_ContainsEquivalentObject(SdrPage* pPage, SdrObject* pObj)
-{
-    bool bFound = false;
-    SdrObject* pObjNext;
-
-    if (!pPage || !pObj)
-        return bFound;
-
-    for (size_t nObj = 0; nObj < pPage->GetObjCount(); ++nObj)
-    {
-        pObjNext = pPage->GetObj(nObj);
-        if (pObjNext && pObjNext->GetMergedItemSet().Equals(
-                pObj->GetMergedItemSet(), false))
-        {
-            bFound = true;
-            break;
-        }
-    }
-
-    return bFound;
-}
-
-static bool lcl_ComparePageObjects(SdrPage* pMasterPage, SdrPage* pMasterNext)
-{
-    if (!pMasterPage || !pMasterNext)
-        return false;
-
-    bool bFound = true;
-    SdrObject* pObjNext;
-    SdrLayerID aLayer =
-        pMasterNext->GetLayerAdmin().GetLayerID(sUNO_LayerName_background_objects);
-
-    for (size_t nObj = 0; nObj < pMasterPage->GetObjCount(); ++nObj)
-    {
-        pObjNext = pMasterPage->GetObj(nObj);
-        if (!pObjNext || pObjNext->GetLayer() == aLayer)
-            continue;
-
-        if (!lcl_ContainsEquivalentObject(pMasterNext, pObjNext))
-        {
-            bFound = false;
-            break;
-        }
-    }
-
-    return bFound;
-}
-
-long PowerPointExport::FindEquivalentMasterPage(SdrPage* pMasterPage) const
-{
-    SdrPage* pMasterNext;
-    long nFound = -1;
-
-    if (!pMasterPage)
-        return nFound;
-
-    for (size_t nMaster = 0; nMaster < mpSlidesMaster.size(); ++nMaster)
-    {
-        pMasterNext = mpSlidesMaster[nMaster].first;
-        if (!pMasterNext)
-            continue;
-
-        if (pMasterNext->getSdrPageProperties().GetItemSet().Equals(
-                pMasterPage->getSdrPageProperties().GetItemSet(), false) &&
-            lcl_ComparePageObjects(pMasterPage, pMasterNext))
-        {
-            nFound = nMaster;
-            break;
-        }
-    }
-
-    return nFound;
-}
-
 void PowerPointExport::ImplWriteSlideMaster(sal_uInt32 nPageNum, Reference< XPropertySet > const& aXBackgroundPropSet)
 {
-    SdrPage* pMasterPage = SdPage::getImplementation(mXDrawPage);
-    if (!pMasterPage)
-        return;
-
-    uno::Reference<beans::XPropertySet> xPropSet(mXDrawPage, uno::UNO_QUERY_THROW);
-    if (!xPropSet.is())
-        return;
-
-    sal_Int32 nLayout = 0;
-    Any aLayout = xPropSet->getPropertyValue("SlideLayout");
-    long nFound = FindEquivalentMasterPage(pMasterPage);
-    if (aLayout.hasValue() && nFound != -1)
-    {
-        aLayout >>= nLayout;
-        size_t nOffset = GetPPTXLayoutId(nLayout);
-
-        if (mLayoutInfo[nOffset].mnFileIdArray.size() < mnMasterPages)
-        {
-            mLayoutInfo[nOffset].mnFileIdArray.resize(mnMasterPages);
-        }
-
-        mLayoutInfo[nOffset].mnFileIdArray[nPageNum] = mpSlidesMaster[nFound].second;
-
-        if (nPageNum == mnMasterPages - 1)
-            mPresentationFS->endElementNS(XML_p, XML_sldMasterIdLst);
-
-        return;
-    }
-
     SAL_INFO("sd.eppt", "write master slide: " << nPageNum << "\n--------------");
 
     // slides list
@@ -1623,7 +1472,7 @@
                                           OUString::number(nPageNum + 1) + ".xml",
                                          "application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml");
 
-
+    SdrPage* pMasterPage = SdPage::getImplementation(mXDrawPage);
     model::Theme* pTheme = nullptr;
     if (pMasterPage)
     {
@@ -1631,12 +1480,12 @@
     }
 
     // write theme per master
-    WriteTheme(mnThemeIdMax, pTheme);
+    WriteTheme(nPageNum, pTheme);
 
     // add implicit relation to the presentation theme
     addRelation(pFS->getOutputStream(),
                 oox::getRelationship(Relationship::THEME),
-                Concat2View("../theme/theme" + OUString::number(++mnThemeIdMax) + ".xml"));
+                Concat2View("../theme/theme" + OUString::number(nPageNum + 1) + ".xml"));
 
     pFS->startElementNS(XML_p, XML_sldMaster, PNMSS);
 
@@ -1666,26 +1515,23 @@
     // use master's id type as they have same range, mso does that as well
     pFS->startElementNS(XML_p, XML_sldLayoutIdLst);
 
-    for (int i = 0; i < LAYOUT_SIZE; i++)
-    {
-        sal_Int32 nLayoutFileId = GetLayoutFileId(i, nPageNum);
-        if (nLayoutFileId > 0)
-        {
-            AddLayoutIdAndRelation(pFS, nLayoutFileId);
-        }
-        else
-        {
-            ImplWritePPTXLayout(i, nPageNum);
-            AddLayoutIdAndRelation(pFS, GetLayoutFileId(i, nPageNum));
-        }
-    }
+    sal_Int32 nLayout = 0;
+    OUString aSlideName;
+    css::uno::Reference< css::beans::XPropertySet >xPagePropSet;
+    xPagePropSet.set(mXDrawPage, UNO_QUERY);
+    if (xPagePropSet.is())
+    {
+        uno::Any aAny;
+        if (GetPropertyValue(aAny, xPagePropSet, "SlideLayout"))
+            aAny >>= nLayout;
+    }
+
+    Reference< XNamed > xNamed(mXDrawPage, UNO_QUERY);
+    if (xNamed.is())
+        aSlideName = xNamed->getName();
 
-    if (aLayout.hasValue())
-    {
-        aLayout >>= nLayout;
-        mpSlidesMaster.push_back(std::make_pair(pMasterPage,
-                                                GetLayoutFileId(GetPPTXLayoutId(nLayout), nPageNum)));
-    }
+    ImplWritePPTXLayout(nLayout, nPageNum, aSlideName);
+    AddLayoutIdAndRelation(pFS, GetLayoutFileId(nLayout, nPageNum));
 
     pFS->endElementNS(XML_p, XML_sldLayoutIdLst);
 
@@ -1705,7 +1551,7 @@
     return mLayoutInfo[ nOffset ].mnFileIdArray[ nMasterNum ];
 }
 
-void PowerPointExport::ImplWritePPTXLayout(sal_Int32 nOffset, sal_uInt32 nMasterNum)
+void PowerPointExport::ImplWritePPTXLayout(sal_Int32 nOffset, sal_uInt32 nMasterNum, const OUString& aSlideName)
 {
     SAL_INFO("sd.eppt", "write layout: " << nOffset);
 
@@ -1749,8 +1595,16 @@
                         XML_type, aLayoutInfo[ nOffset ].sType,
                         XML_preserve, "1");
 
-    pFS->startElementNS(XML_p, XML_cSld,
-                        XML_name, aLayoutInfo[ nOffset ].sName);
+    if (!aSlideName.isEmpty())
+    {
+        pFS->startElementNS(XML_p, XML_cSld,
+            XML_name, aSlideName);
+    }
+    else
+    {
+        pFS->startElementNS(XML_p, XML_cSld,
+            XML_name, aLayoutInfo[nOffset].sName);
+    }
     //pFS->write( MINIMAL_SPTREE ); // TODO: write actual shape tree
     WriteShapeTree(pFS, LAYOUT, true);
 
@@ -2385,11 +2239,9 @@
         }
         else
         {
-            SdrPage* pPage = &SdPage::getImplementation(mXDrawPage)->TRG_GetMasterPage();
-            long nFound = FindEquivalentMasterPage(pPage);
-            pMasterPage = dynamic_cast<SdPage*>(nFound != -1 ? mpSlidesMaster[nFound].first : pPage);
+            pMasterPage = &static_cast<SdPage&>(SdPage::getImplementation(mXDrawPage)->TRG_GetMasterPage());
         }
-        if (SdrObject* pMasterFooter = (pMasterPage ? pMasterPage->GetPresObj(ePresObjKind) : nullptr))
+        if (SdrObject* pMasterFooter = pMasterPage->GetPresObj(ePresObjKind))
             return GetXShapeForSdrObject(pMasterFooter);
     }
     return nullptr;
diff -Nur libreoffice-7.6.4.1/sd/source/ui/animations/CustomAnimationDialog.cxx libreoffice-7.6.5.2/sd/source/ui/animations/CustomAnimationDialog.cxx
--- libreoffice-7.6.4.1/sd/source/ui/animations/CustomAnimationDialog.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sd/source/ui/animations/CustomAnimationDialog.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -528,7 +528,7 @@
     mxControl->set_item_active("360", nValue == 360);
     mxControl->set_item_active("720", nValue == 720);
 
-    mxControl->set_item_active("closewise", bDirection);
+    mxControl->set_item_active("clockwise", bDirection);
     mxControl->set_item_active("counterclock", !bDirection);
 }
 
diff -Nur libreoffice-7.6.4.1/sd/source/ui/animations/CustomAnimationList.cxx libreoffice-7.6.5.2/sd/source/ui/animations/CustomAnimationList.cxx
--- libreoffice-7.6.4.1/sd/source/ui/animations/CustomAnimationList.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sd/source/ui/animations/CustomAnimationList.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -449,7 +449,7 @@
     mxTreeView->connect_drag_begin(LINK(this, CustomAnimationList, DragBeginHdl));
     mxTreeView->connect_custom_get_size(LINK(this, CustomAnimationList, CustomGetSizeHdl));
     mxTreeView->connect_custom_render(LINK(this, CustomAnimationList, CustomRenderHdl));
-    mxTreeView->set_column_custom_renderer(0, true);
+    mxTreeView->set_column_custom_renderer(1, true);
 }
 
 CustomAnimationListDropTarget::CustomAnimationListDropTarget(CustomAnimationList& rTreeView)
diff -Nur libreoffice-7.6.4.1/sd/source/ui/slideshow/showwin.cxx libreoffice-7.6.5.2/sd/source/ui/slideshow/showwin.cxx
--- libreoffice-7.6.4.1/sd/source/ui/slideshow/showwin.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sd/source/ui/slideshow/showwin.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -97,6 +97,12 @@
 
 void ShowWindow::KeyInput(const KeyEvent& rKEvt)
 {
+    // Ignore workaround of https://gitlab.gnome.org/GNOME/gtk/issues/1785
+    // See calls to GtkSalFrame::makeFakeKeyPress (Fixed in GTK 3.24)
+    bool bFakeKeyPress = rKEvt.GetKeyCode().GetFullCode() == 0;
+    if (bFakeKeyPress)
+        return;
+
     bool bReturn = false;
 
     if( SHOWWINDOWMODE_PREVIEW == meShowWindowMode )
@@ -126,11 +132,7 @@
     }
     else if( SHOWWINDOWMODE_BLANK == meShowWindowMode )
     {
-        bool bFakeKeyPress = rKEvt.GetKeyCode().GetFullCode() == 0;
-        // Ignore workaround of https://gitlab.gnome.org/GNOME/gtk/issues/1785
-        // See calls to GtkSalFrame::makeFakeKeyPress (Fixed in GTK 2.34)
-        if (!bFakeKeyPress)
-            RestartShow();
+        RestartShow();
         bReturn = true;
     }
     else if( SHOWWINDOWMODE_PAUSE == meShowWindowMode )
diff -Nur libreoffice-7.6.4.1/sd/uiconfig/simpress/ui/customanimationspanel.ui libreoffice-7.6.5.2/sd/uiconfig/simpress/ui/customanimationspanel.ui
--- libreoffice-7.6.4.1/sd/uiconfig/simpress/ui/customanimationspanel.ui	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sd/uiconfig/simpress/ui/customanimationspanel.ui	2024-02-17 14:05:36.000000000 +0100
@@ -111,14 +111,18 @@
                           <object class="GtkTreeSelection"/>
                         </child>
                         <child>
-                          <object class="GtkTreeViewColumn" id="treeviewcolumn2">
-                            <property name="spacing">6</property>
+                          <object class="GtkTreeViewColumn" id="treeviewcolumn1">
                             <child>
-                              <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/>
+                              <object class="GtkCellRendererPixbuf" id="cellrendererpixbuf1"/>
                               <attributes>
                                 <attribute name="pixbuf">0</attribute>
                               </attributes>
                             </child>
+                          </object>
+                        </child>
+                        <child>
+                          <object class="GtkTreeViewColumn" id="treeviewcolumn2">
+                            <property name="spacing">6</property>
                             <child>
                               <object class="GtkCellRendererText" id="cellrenderertext2"/>
                               <attributes>
diff -Nur libreoffice-7.6.4.1/sdext/source/pdfimport/filterdet.cxx libreoffice-7.6.5.2/sdext/source/pdfimport/filterdet.cxx
--- libreoffice-7.6.4.1/sdext/source/pdfimport/filterdet.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sdext/source/pdfimport/filterdet.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -520,13 +520,11 @@
                                                    bool                                          bMayUseUI )
 {
     uno::Reference< io::XStream > xEmbed;
-    OString aPDFFile;
     OUString aSysUPath;
     if( osl_getSystemPathFromFileURL( rInPDFFileURL.pData, &aSysUPath.pData ) != osl_File_E_None )
         return xEmbed;
-    aPDFFile = OUStringToOString( aSysUPath, osl_getThreadTextEncoding() );
 
-    std::unique_ptr<pdfparse::PDFEntry> pEntry( pdfparse::PDFReader::read( aPDFFile.getStr() ));
+    std::unique_ptr<pdfparse::PDFEntry> pEntry(pdfparse::PDFReader::read(aSysUPath));
     if( pEntry )
     {
         pdfparse::PDFFile* pPDFFile = dynamic_cast<pdfparse::PDFFile*>(pEntry.get());
diff -Nur libreoffice-7.6.4.1/sdext/source/pdfimport/inc/pdfparse.hxx libreoffice-7.6.5.2/sdext/source/pdfimport/inc/pdfparse.hxx
--- libreoffice-7.6.4.1/sdext/source/pdfimport/inc/pdfparse.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sdext/source/pdfimport/inc/pdfparse.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -292,10 +292,7 @@
 {
     PDFReader() = delete;
 
-    static std::unique_ptr<PDFEntry> read( const char* pFileName );
-#ifdef _WIN32
-    static std::unique_ptr<PDFEntry> read( const char* pBuffer, unsigned int nLen );
-#endif
+    static std::unique_ptr<PDFEntry> read(std::u16string_view aFileName);
 };
 
 } // namespace
diff -Nur libreoffice-7.6.4.1/sdext/source/pdfimport/pdfparse/pdfparse.cxx libreoffice-7.6.5.2/sdext/source/pdfimport/pdfparse/pdfparse.cxx
--- libreoffice-7.6.4.1/sdext/source/pdfimport/pdfparse/pdfparse.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sdext/source/pdfimport/pdfparse/pdfparse.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -36,7 +36,9 @@
 
 #include <string.h>
 
+#include <o3tl/char16_t2wchar_t.hxx>
 #include <o3tl/safeint.hxx>
+#include <osl/thread.h>
 #include <rtl/strbuf.hxx>
 #include <rtl/ustrbuf.hxx>
 #include <sal/log.hxx>
@@ -558,9 +560,14 @@
 
 }
 
-std::unique_ptr<PDFEntry> PDFReader::read( const char* pFileName )
+std::unique_ptr<PDFEntry> PDFReader::read(std::u16string_view aFileName)
 {
-    file_iterator<> file_start( pFileName );
+#ifdef _WIN32
+    file_iterator<> file_start(std::wstring(o3tl::toW(aFileName)));
+#else
+    file_iterator<> file_start(
+        std::string(OUStringToOString(aFileName, osl_getThreadTextEncoding())));
+#endif
     if( ! file_start )
         return nullptr;
     file_iterator<> file_end = file_start.make_end();
diff -Nur libreoffice-7.6.4.1/sdext/source/pdfimport/test/pdfunzip.cxx libreoffice-7.6.5.2/sdext/source/pdfimport/test/pdfunzip.cxx
--- libreoffice-7.6.4.1/sdext/source/pdfimport/test/pdfunzip.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sdext/source/pdfimport/test/pdfunzip.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -224,7 +224,8 @@
 static int handleFile( const char* pInFile, const char* pOutFile, const char* pPassword, PDFFileHdl pHdl )
 {
     int nRet = 0;
-    std::unique_ptr<PDFEntry> pEntry = pdfparse::PDFReader::read( pInFile );
+    std::unique_ptr<PDFEntry> pEntry
+        = pdfparse::PDFReader::read(OStringToOUString(pInFile, osl_getThreadTextEncoding()));
     if( pEntry )
     {
         PDFFile* pPDFFile = dynamic_cast<PDFFile*>(pEntry.get());
diff -Nur libreoffice-7.6.4.1/sdext/source/pdfimport/wrapper/wrapper.cxx libreoffice-7.6.5.2/sdext/source/pdfimport/wrapper/wrapper.cxx
--- libreoffice-7.6.4.1/sdext/source/pdfimport/wrapper/wrapper.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sdext/source/pdfimport/wrapper/wrapper.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -911,9 +911,8 @@
                              )
 {
     bool bSuccess = false;
-    OString aPDFFile = OUStringToOString( i_rPath, osl_getThreadTextEncoding() );
 
-    std::unique_ptr<pdfparse::PDFEntry> pEntry( pdfparse::PDFReader::read( aPDFFile.getStr() ));
+    std::unique_ptr<pdfparse::PDFEntry> pEntry(pdfparse::PDFReader::read(i_rPath));
     if( pEntry )
     {
         pdfparse::PDFFile* pPDFFile = dynamic_cast<pdfparse::PDFFile*>(pEntry.get());
diff -Nur libreoffice-7.6.4.1/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx libreoffice-7.6.5.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
--- libreoffice-7.6.4.1/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -956,18 +956,18 @@
 
     double csdx = 0.0;
     double csdy = 0.0;
-    if (state->getFont()->getWMode())
+    if (!state->getFont() || !state->getFont()->getWMode())
     {
-        csdy = state->getCharSpace();
+        csdx = state->getCharSpace();
         if (*u == ' ')
-            csdy += state->getWordSpace();
+            csdx += state->getWordSpace();
+        csdx *= state->getHorizScaling();
     }
     else
     {
-        csdx = state->getCharSpace();
+        csdy = state->getCharSpace();
         if (*u == ' ')
-            csdx += state->getWordSpace();
-        csdx *= state->getHorizScaling();
+            csdy += state->getWordSpace();
     }
 
     double cstdx = 0.0;
diff -Nur libreoffice-7.6.4.1/sfx2/source/control/itemdel.cxx libreoffice-7.6.5.2/sfx2/source/control/itemdel.cxx
--- libreoffice-7.6.4.1/sfx2/source/control/itemdel.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sfx2/source/control/itemdel.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -22,35 +22,56 @@
 #include <itemdel.hxx>
 #include <svl/poolitem.hxx>
 #include <vcl/idle.hxx>
-#include <vcl/svapp.hxx>
 
 #include <tools/debug.hxx>
 
 class SfxItemDisruptor_Impl
 {
-public:
-    static void DeleteItemOnIdle(std::unique_ptr<SfxPoolItem> pItem)
-    {
-        pItem->SetKind(SfxItemKind::DeleteOnIdle);
-        Application::PostUserEvent(LINK(nullptr, SfxItemDisruptor_Impl, Delete), pItem.release());
-        // coverity[leaked_storage] - pDisruptor takes care of its own destruction at idle time
-    }
+    std::unique_ptr<SfxPoolItem> pItem;
+    Idle m_Idle;
+
+private:
+    DECL_LINK(Delete, Timer*, void);
 
-    DECL_STATIC_LINK(SfxItemDisruptor_Impl, Delete, void*, void);
+public:
+    explicit SfxItemDisruptor_Impl(std::unique_ptr<SfxPoolItem> pItemToDesrupt);
+    void LaunchDeleteOnIdle();
+    ~SfxItemDisruptor_Impl();
+    SfxItemDisruptor_Impl(const SfxItemDisruptor_Impl&) = delete;
+    SfxItemDisruptor_Impl& operator=(const SfxItemDisruptor_Impl&) = delete;
 };
 
-IMPL_STATIC_LINK(SfxItemDisruptor_Impl, Delete, void*, p, void)
+SfxItemDisruptor_Impl::SfxItemDisruptor_Impl(std::unique_ptr<SfxPoolItem> pItemToDisrupt)
+    : pItem(std::move(pItemToDisrupt))
+    , m_Idle("sfx::SfxItemDisruptor_Impl m_Idle")
 {
-    SfxPoolItem* pItem = static_cast<SfxPoolItem*>(p);
+    m_Idle.SetInvokeHandler(LINK(this, SfxItemDisruptor_Impl, Delete));
+    m_Idle.SetPriority(TaskPriority::DEFAULT_IDLE);
+
+    DBG_ASSERT(0 == pItem->GetRefCount(), "disrupting pooled item");
+    pItem->SetKind(SfxItemKind::DeleteOnIdle);
+}
+
+void SfxItemDisruptor_Impl::LaunchDeleteOnIdle() { m_Idle.Start(); }
+
+SfxItemDisruptor_Impl::~SfxItemDisruptor_Impl()
+{
+    m_Idle.Stop();
+
     // reset RefCount (was set to SFX_ITEMS_SPECIAL before!)
     pItem->SetRefCount(0);
-    delete pItem;
+
+    pItem.reset();
 }
 
+IMPL_LINK_NOARG(SfxItemDisruptor_Impl, Delete, Timer*, void) { delete this; }
+
 void DeleteItemOnIdle(std::unique_ptr<SfxPoolItem> pItem)
 {
     DBG_ASSERT(0 == pItem->GetRefCount(), "deleting item in use");
-    SfxItemDisruptor_Impl::DeleteItemOnIdle(std::move(pItem));
+    SfxItemDisruptor_Impl* pDesruptor = new SfxItemDisruptor_Impl(std::move(pItem));
+    pDesruptor->LaunchDeleteOnIdle();
+    // coverity[leaked_storage] - pDesruptor takes care of its own destruction at idle time
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff -Nur libreoffice-7.6.4.1/sfx2/source/view/viewfrm.cxx libreoffice-7.6.5.2/sfx2/source/view/viewfrm.cxx
--- libreoffice-7.6.4.1/sfx2/source/view/viewfrm.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sfx2/source/view/viewfrm.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -2495,6 +2495,9 @@
         // save the view data of the old view, so it can be restored later on (when needed)
         SaveCurrentViewData_Impl( nViewId );
 
+        if (pOldSh)
+            pOldSh->SetDying();
+
         // create and load new ViewShell
         SfxViewShell* pNewSh = LoadViewIntoFrame_Impl(
             *GetObjectShell(),
diff -Nur libreoffice-7.6.4.1/solenv/gbuild/platform/com_MSC_class.mk libreoffice-7.6.5.2/solenv/gbuild/platform/com_MSC_class.mk
--- libreoffice-7.6.4.1/solenv/gbuild/platform/com_MSC_class.mk	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/solenv/gbuild/platform/com_MSC_class.mk	2024-02-17 14:05:36.000000000 +0100
@@ -179,7 +179,7 @@
 $(call gb_Output_announce,$(2),$(true),ASM,3)
 $(call gb_Helper_abbreviate_dirs,\
     mkdir -p $(dir $(1)) $(dir $(4)) && \
-    "$(CC)" -nologo -EP -D_M_ARM64 $(SOLARINC) $(3) > $(subst .o,.asm,$(1)) && \
+    $(CC) -nologo -EP -D_M_ARM64 $(SOLARINC) $(3) > $(subst .o,.asm,$(1)) && \
     "$(ML_EXE)" $(gb_AFLAGS) -g -errorReport:prompt -o $(1) $(subst .o,.asm,$(1)), \
     ) && \
     echo "$(1) : $(3)" > $(4)
@@ -664,8 +664,12 @@
 gb_ExternalProject_INCLUDE := \
 	$(subst -I,,$(subst $(WHITESPACE),;,$(SOLARINC)))
 
+# Workaround for openssl build - it puts the CC var into additional pair of quotes. This breaks if
+# CC consists of more than a single element such as when using "ccache compiler". In case the
+# variables are exported for openssl, it closes and reopens the quotes after each element.
 gb_NMAKE_VARS = \
-	CC="$(shell cygpath -w $(filter-out -%,$(CC))) $(filter -%,$(CC))" \
+	CC="$(subst $(WHITESPACE),$(if $(filter openssl,$(1)),\" \", ),$(strip \
+		$(shell cygpath -ws $(filter-out -%,$(CC))) $(filter -%,$(CC))))" \
 	INCLUDE="$(gb_ExternalProject_INCLUDE)" \
 	LIB="$(ILIB)" \
 	MAKEFLAGS= \
diff -Nur libreoffice-7.6.4.1/sources.ver libreoffice-7.6.5.2/sources.ver
--- libreoffice-7.6.4.1/sources.ver	2023-11-30 14:15:24.000000000 +0100
+++ libreoffice-7.6.5.2/sources.ver	2024-02-17 15:02:42.000000000 +0100
@@ -1 +1 @@
-lo_sources_ver=7.6.4.1
+lo_sources_ver=7.6.5.2
diff -Nur libreoffice-7.6.4.1/svgio/inc/svgsymbolnode.hxx libreoffice-7.6.5.2/svgio/inc/svgsymbolnode.hxx
--- libreoffice-7.6.4.1/svgio/inc/svgsymbolnode.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/svgio/inc/svgsymbolnode.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -29,6 +29,12 @@
             /// use styles
             SvgStyleAttributes      maSvgStyleAttributes;
 
+            SvgNumber               maX;
+            SvgNumber               maY;
+            SvgNumber               maWidth;
+            SvgNumber               maHeight;
+
+            std::unique_ptr<basegfx::B2DRange> mpViewBox;
             SvgAspectRatio          maSvgAspectRatio;
 
         public:
@@ -39,6 +45,15 @@
 
             virtual const SvgStyleAttributes* getSvgStyleAttributes() const override;
             virtual void parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent) override;
+            virtual void decomposeSvgNode(drawinglayer::primitive2d::Primitive2DContainer& rTarget, bool bReferenced) const override;
+
+            /// viewBox content
+            const basegfx::B2DRange* getViewBox() const { return mpViewBox.get(); }
+            void setViewBox(const basegfx::B2DRange* pViewBox) { mpViewBox.reset(); if(pViewBox) mpViewBox.reset( new basegfx::B2DRange(*pViewBox) ); }
+
+            /// SvgAspectRatio content
+            const SvgAspectRatio& getSvgAspectRatio() const { return maSvgAspectRatio; }
+
         };
 
 } // end of namespace svgio::svgreader
diff -Nur libreoffice-7.6.4.1/svgio/qa/cppunit/data/tdf158445.svg libreoffice-7.6.5.2/svgio/qa/cppunit/data/tdf158445.svg
--- libreoffice-7.6.4.1/svgio/qa/cppunit/data/tdf158445.svg	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/svgio/qa/cppunit/data/tdf158445.svg	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,5 @@
+<svg width="160.353" height="30.488" xmlns="http://www.w3.org/2000/svg" viewBox="-0.376 -26.625 160.353 30.488">
+<symbol id="STIXTwoMathRegular_4275" width="5.868" height="51.216" viewBox="0 -31.524 5.868 51.216">
+<path d="M 5.868 -2.088 L 5.868 -2.088 L 5.46 0 L 0.54 0 L 0.54 -0.588 L 2.244 -2.316 Q 2.916 -2.988 3.354 -3.504 Q 3.792 -4.02 4.008 -4.542 Q 4.224 -5.064 4.224 -5.736 Q 4.224 -6.372 3.834 -6.786 Q 3.444 -7.2 2.736 -7.2 Q 2.088 -7.2 1.65 -6.942 Q 1.212 -6.684 0.876 -6.096 L 0.552 -6.252 Q 0.852 -7.092 1.482 -7.572 Q 2.112 -8.052 3.036 -8.052 Q 3.756 -8.052 4.308 -7.794 Q 4.86 -7.536 5.172 -7.056 Q 5.484 -6.576 5.484 -5.892 Q 5.484 -5.304 5.22 -4.788 Q 4.956 -4.272 4.47 -3.732 Q 3.984 -3.192 3.312 -2.532 L 1.812 -1.08 L 1.812 -0.996 L 2.748 -1.044 L 4.308 -1.044 Q 4.656 -1.044 4.842 -1.14 Q 5.028 -1.236 5.16 -1.47 Q 5.292 -1.704 5.448 -2.088 Z " viewBox="0 -31.524 5.868 51.216"/>
+</symbol>
+<use href="#STIXTwoMathRegular_4275" transform="translate(151.174 -52.774) scale(1.4)" fill="black" /></svg>
diff -Nur libreoffice-7.6.4.1/svgio/qa/cppunit/data/tdf159594.svg libreoffice-7.6.5.2/svgio/qa/cppunit/data/tdf159594.svg
--- libreoffice-7.6.4.1/svgio/qa/cppunit/data/tdf159594.svg	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/svgio/qa/cppunit/data/tdf159594.svg	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" version="1.1">
+<symbol overflow="visible" id="glyph">
+<path style="stroke:none;" d="M 1.3125 -11.671875 L 8.8125 -11.671875 L 8.8125 -11 L 4.578125 0 L 2.9375 0 L 6.921875 -10.34375 L 1.3125 -10.34375 Z M 1.3125 -11.671875 "/>
+</symbol>
+<use xlink:href="#glyph" x="40" y="30"/>
+</svg>
diff -Nur libreoffice-7.6.4.1/svgio/qa/cppunit/SvgImportTest.cxx libreoffice-7.6.5.2/svgio/qa/cppunit/SvgImportTest.cxx
--- libreoffice-7.6.4.1/svgio/qa/cppunit/SvgImportTest.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/svgio/qa/cppunit/SvgImportTest.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1587,6 +1587,36 @@
     assertXPath(pDocument, "/primitive2D/transform/transform/unifiedtransparence", "transparence", "50");
 }
 
+CPPUNIT_TEST_FIXTURE(Test, testTdf158445)
+{
+    Primitive2DSequence aSequence = parseSvg(u"/svgio/qa/cppunit/data/tdf158445.svg");
+    CPPUNIT_ASSERT_EQUAL(1, static_cast<int>(aSequence.getLength()));
+
+    drawinglayer::Primitive2dXmlDump dumper;
+    xmlDocUniquePtr pDocument = dumper.dumpAndParse(Primitive2DContainer(aSequence));
+
+    CPPUNIT_ASSERT (pDocument);
+
+    assertXPath(pDocument, "/primitive2D/transform/mask/transform/transform/transform/polypolygoncolor", "color", "#000000");
+    assertXPath(pDocument, "/primitive2D/transform/mask/transform/transform/transform/polypolygoncolor/polypolygon", "height", "8.052");
+    assertXPath(pDocument, "/primitive2D/transform/mask/transform/transform/transform/polypolygoncolor/polypolygon", "width", "5.328");
+}
+
+CPPUNIT_TEST_FIXTURE(Test, testTdf159594)
+{
+    Primitive2DSequence aSequence = parseSvg(u"/svgio/qa/cppunit/data/tdf159594.svg");
+    CPPUNIT_ASSERT_EQUAL(1, static_cast<int>(aSequence.getLength()));
+
+    drawinglayer::Primitive2dXmlDump dumper;
+    xmlDocUniquePtr pDocument = dumper.dumpAndParse(Primitive2DContainer(aSequence));
+
+    CPPUNIT_ASSERT (pDocument);
+
+    assertXPath(pDocument, "/primitive2D/transform/transform/polypolygoncolor", "color", "#000000");
+    assertXPath(pDocument, "/primitive2D/transform/transform/polypolygoncolor/polypolygon", "height", "11.671875");
+    assertXPath(pDocument, "/primitive2D/transform/transform/polypolygoncolor/polypolygon", "width", "7.5");
+}
+
 CPPUNIT_TEST_FIXTURE(Test, testTdf97663)
 {
     Primitive2DSequence aSequence = parseSvg(u"/svgio/qa/cppunit/data/em_units.svg");
diff -Nur libreoffice-7.6.4.1/svgio/source/svgreader/svgsymbolnode.cxx libreoffice-7.6.5.2/svgio/source/svgreader/svgsymbolnode.cxx
--- libreoffice-7.6.4.1/svgio/source/svgreader/svgsymbolnode.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/svgio/source/svgreader/svgsymbolnode.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -18,6 +18,8 @@
  */
 
 #include <svgsymbolnode.hxx>
+#include <basegfx/matrix/b2dhommatrix.hxx>
+#include <drawinglayer/primitive2d/transformprimitive2d.hxx>
 
 namespace svgio::svgreader
 {
@@ -54,9 +56,60 @@
                     readLocalCssStyle(aContent);
                     break;
                 }
+                case SVGToken::X:
+                {
+                    SvgNumber aNum;
+
+                    if(readSingleNumber(aContent, aNum))
+                    {
+                        maX = aNum;
+                    }
+                    break;
+                }
+                case SVGToken::Y:
+                {
+                    SvgNumber aNum;
+
+                    if(readSingleNumber(aContent, aNum))
+                    {
+                        maY = aNum;
+                    }
+                    break;
+                }
+                case SVGToken::Width:
+                {
+                    SvgNumber aNum;
+
+                    if(readSingleNumber(aContent, aNum))
+                    {
+                        if(aNum.isPositive())
+                        {
+                            maWidth = aNum;
+                        }
+                    }
+                    break;
+                }
+                case SVGToken::Height:
+                {
+                    SvgNumber aNum;
+
+                    if(readSingleNumber(aContent, aNum))
+                    {
+                        if(aNum.isPositive())
+                        {
+                            maHeight = aNum;
+                        }
+                    }
+                    break;
+                }
                 case SVGToken::ViewBox:
                 {
-                    readViewBox(aContent, *this);
+                    const basegfx::B2DRange aRange(readViewBox(aContent, *this));
+
+                    if(!aRange.isEmpty())
+                    {
+                        setViewBox(&aRange);
+                    }
                     break;
                 }
                 case SVGToken::PreserveAspectRatio:
@@ -71,6 +124,43 @@
             }
         }
 
+        void SvgSymbolNode::decomposeSvgNode(drawinglayer::primitive2d::Primitive2DContainer& rTarget, bool bReferenced) const
+        {
+            // decompose children
+            SvgNode::decomposeSvgNode(rTarget, bReferenced);
+
+            if (rTarget.empty())
+                return;
+
+            if(getViewBox())
+            {
+                // create mapping
+                // #i122610 SVG 1.1 defines in section 5.1.2 that if the attribute preserveAspectRatio is not specified,
+                // then the effect is as if a value of 'xMidYMid meet' were specified.
+                SvgAspectRatio aRatioDefault(SvgAlign::xMidYMid, true);
+                const SvgAspectRatio& rRatio = getSvgAspectRatio().isSet()? getSvgAspectRatio() : aRatioDefault;
+
+                const double fX(maX.solve(*this, NumberType::xcoordinate));
+                const double fY(maY.solve(*this, NumberType::ycoordinate));
+                const double fWidth(maWidth.solve(*this, NumberType::xcoordinate));
+                const double fHeight(maHeight.solve(*this, NumberType::ycoordinate));
+                const basegfx::B2DRange aRange(fX, fY, fX + fWidth, fY + fHeight);
+
+                // let mapping be created from SvgAspectRatio
+                const basegfx::B2DHomMatrix aEmbeddingTransform(
+                    rRatio.createMapping(aRange, *getViewBox()));
+
+                // prepare embedding in transformation
+                // create embedding group element with transformation
+                const drawinglayer::primitive2d::Primitive2DReference xRef(
+                    new drawinglayer::primitive2d::TransformPrimitive2D(
+                        aEmbeddingTransform,
+                        drawinglayer::primitive2d::Primitive2DContainer(rTarget)));
+
+                rTarget.push_back(xRef);
+            }
+        }
+
 } // end of namespace svgio::svgreader
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff -Nur libreoffice-7.6.4.1/svl/source/numbers/zforfind.cxx libreoffice-7.6.5.2/svl/source/numbers/zforfind.cxx
--- libreoffice-7.6.4.1/svl/source/numbers/zforfind.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/svl/source/numbers/zforfind.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -983,9 +983,9 @@
                                      ) const
 {
     bool bRet = true;
-    sal_uInt16 nHour;
-    sal_uInt16 nMinute = 0;
-    sal_uInt16 nSecond = 0;
+    sal_Int32 nHour;
+    sal_Int32 nMinute = 0;
+    sal_Int32 nSecond = 0;
     double fSecond100 = 0.0;
     sal_uInt16 nStartIndex = nIndex;
 
@@ -1000,7 +1000,10 @@
     }
     else if (nIndex - nStartIndex < nCnt)
     {
-        nHour   = static_cast<sal_uInt16>(sStrArray[nNums[nIndex++]].toInt32());
+        const OUString& rValStr = sStrArray[nNums[nIndex++]];
+        nHour = rValStr.toInt32();
+        if (nHour == 0 && rValStr != "0" && rValStr != "00")
+            bRet = false;   // overflow -> Text
     }
     else
     {
@@ -1031,7 +1034,10 @@
     }
     else if (nIndex - nStartIndex < nCnt)
     {
-        nMinute = static_cast<sal_uInt16>(sStrArray[nNums[nIndex++]].toInt32());
+        const OUString& rValStr = sStrArray[nNums[nIndex++]];
+        nMinute = rValStr.toInt32();
+        if (nMinute == 0 && rValStr != "0" && rValStr != "00")
+            bRet = false;   // overflow -> Text
         if (!(eInputOptions & SvNumInputOptions::LAX_TIME) && !bAllowDuration
                 && nIndex > 1 && nMinute > 59)
             bRet = false;   // 1:60 or 1:123 is invalid, 123:1 or 0:123 is valid
@@ -1040,7 +1046,10 @@
     }
     if (nIndex - nStartIndex < nCnt)
     {
-        nSecond = static_cast<sal_uInt16>(sStrArray[nNums[nIndex++]].toInt32());
+        const OUString& rValStr = sStrArray[nNums[nIndex++]];
+        nSecond = rValStr.toInt32();
+        if (nSecond == 0 && rValStr != "0" && rValStr != "00")
+            bRet = false;   // overflow -> Text
         if (!(eInputOptions & SvNumInputOptions::LAX_TIME) && !bAllowDuration
                 && nIndex > 1 && nSecond > 59 && !(nHour == 23 && nMinute == 59 && nSecond == 60))
             bRet = false;   // 1:60 or 1:123 or 1:1:123 is invalid, 123:1 or 123:1:1 or 0:0:123 is valid, or leap second
diff -Nur libreoffice-7.6.4.1/svtools/source/control/tabbar.cxx libreoffice-7.6.5.2/svtools/source/control/tabbar.cxx
--- libreoffice-7.6.4.1/svtools/source/control/tabbar.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/svtools/source/control/tabbar.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -710,13 +710,10 @@
     if (!mbFormat)
         return;
 
+    sal_uInt16 nItemIndex = 0;
     tools::Long x = mnOffX;
-
-    const size_t nItemListSize = mpImpl->maItemList.size();
-    for (size_t nItemIndex = 0; nItemIndex < nItemListSize; nItemIndex++)
+    for (auto & rItem : mpImpl->maItemList)
     {
-        auto& rItem = mpImpl->maItemList[nItemIndex];
-
         // At all non-visible tabs an empty rectangle is set
         if ((nItemIndex + 1 < mnFirstPos) || (x > mnLastOffX))
             rItem.maRect.SetEmpty();
@@ -744,6 +741,8 @@
                 rItem.maRect.SetLeft(nNewLeft);
             }
         }
+
+        nItemIndex++;
     }
 
     mbFormat = false;
diff -Nur libreoffice-7.6.4.1/svx/source/accessibility/AccessibleShape.cxx libreoffice-7.6.5.2/svx/source/accessibility/AccessibleShape.cxx
--- libreoffice-7.6.4.1/svx/source/accessibility/AccessibleShape.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/svx/source/accessibility/AccessibleShape.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1018,7 +1018,7 @@
     maShapeTreeInfo.dispose();
 
     // Call base classes.
-    AccessibleContextBase::dispose ();
+    AccessibleContextBase::disposing();
 }
 
 sal_Int64 SAL_CALL
diff -Nur libreoffice-7.6.4.1/svx/source/svdraw/svdhdl.cxx libreoffice-7.6.5.2/svx/source/svdraw/svdhdl.cxx
--- libreoffice-7.6.4.1/svx/source/svdraw/svdhdl.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/svx/source/svdraw/svdhdl.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1604,66 +1604,67 @@
 
 void ImpEdgeHdl::CreateB2dIAObject()
 {
-    if(nObjHdlNum <= 1 && pObj)
+    if(nObjHdlNum > 1 || !pObj)
     {
-        // first throw away old one
-        GetRidOfIAObject();
+        // call parent
+        SdrHdl::CreateB2dIAObject();
+        return;
+    }
 
-        BitmapColorIndex eColIndex = BitmapColorIndex::LightCyan;
-        BitmapMarkerKind eKindOfMarker = BitmapMarkerKind::Rect_7x7;
+    // first throw away old one
+    GetRidOfIAObject();
 
-        if(pHdlList)
-        {
-            SdrMarkView* pView = pHdlList->GetView();
+    BitmapColorIndex eColIndex = BitmapColorIndex::LightCyan;
+    BitmapMarkerKind eKindOfMarker = BitmapMarkerKind::Rect_7x7;
 
-            if(pView && !pView->areMarkHandlesHidden())
-            {
-                const SdrEdgeObj* pEdge = static_cast<SdrEdgeObj*>(pObj);
+    if(!pHdlList)
+        return;
 
-                if(pEdge->GetConnectedNode(nObjHdlNum == 0) != nullptr)
-                    eColIndex = BitmapColorIndex::LightRed;
+    SdrMarkView* pView = pHdlList->GetView();
 
-                if(nPPntNum < 2)
-                {
-                    // Handle with plus sign inside
-                    eKindOfMarker = BitmapMarkerKind::Circ_7x7;
-                }
-
-                SdrPageView* pPageView = pView->GetSdrPageView();
-
-                if(pPageView)
-                {
-                    for(sal_uInt32 b(0); b < pPageView->PageWindowCount(); b++)
-                    {
-                        const SdrPageWindow& rPageWindow = *pPageView->GetPageWindow(b);
-
-                        if(rPageWindow.GetPaintWindow().OutputToWindow())
-                        {
-                            const rtl::Reference< sdr::overlay::OverlayManager >& xManager = rPageWindow.GetOverlayManager();
-                            if (xManager.is())
-                            {
-                                basegfx::B2DPoint aPosition(aPos.X(), aPos.Y());
-                                std::unique_ptr<sdr::overlay::OverlayObject> pNewOverlayObject(CreateOverlayObject(
-                                    aPosition,
-                                    eColIndex,
-                                    eKindOfMarker));
-
-                                // OVERLAYMANAGER
-                                insertNewlyCreatedOverlayObjectForSdrHdl(
-                                    std::move(pNewOverlayObject),
-                                    rPageWindow.GetObjectContact(),
-                                    *xManager);
-                            }
-                        }
-                    }
-                }
-            }
-        }
+    if(!pView || pView->areMarkHandlesHidden())
+        return;
+
+    // tdf#159666 Crash when table and line object are selected at the same time
+    auto pEdge = dynamic_cast<SdrEdgeObj*>(pObj);
+    if (!pEdge)
+        return;
+
+    if(pEdge->GetConnectedNode(nObjHdlNum == 0) != nullptr)
+        eColIndex = BitmapColorIndex::LightRed;
+
+    if(nPPntNum < 2)
+    {
+        // Handle with plus sign inside
+        eKindOfMarker = BitmapMarkerKind::Circ_7x7;
     }
-    else
+
+    SdrPageView* pPageView = pView->GetSdrPageView();
+    if(!pPageView)
+        return;
+
+    for(sal_uInt32 b(0); b < pPageView->PageWindowCount(); b++)
     {
-        // call parent
-        SdrHdl::CreateB2dIAObject();
+        const SdrPageWindow& rPageWindow = *pPageView->GetPageWindow(b);
+
+        if(rPageWindow.GetPaintWindow().OutputToWindow())
+        {
+            const rtl::Reference< sdr::overlay::OverlayManager >& xManager = rPageWindow.GetOverlayManager();
+            if (xManager.is())
+            {
+                basegfx::B2DPoint aPosition(aPos.X(), aPos.Y());
+                std::unique_ptr<sdr::overlay::OverlayObject> pNewOverlayObject(CreateOverlayObject(
+                    aPosition,
+                    eColIndex,
+                    eKindOfMarker));
+
+                // OVERLAYMANAGER
+                insertNewlyCreatedOverlayObjectForSdrHdl(
+                    std::move(pNewOverlayObject),
+                    rPageWindow.GetObjectContact(),
+                    *xManager);
+            }
+        }
     }
 }
 
diff -Nur libreoffice-7.6.4.1/svx/source/tbxctrls/PaletteManager.cxx libreoffice-7.6.5.2/svx/source/tbxctrls/PaletteManager.cxx
--- libreoffice-7.6.4.1/svx/source/tbxctrls/PaletteManager.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/svx/source/tbxctrls/PaletteManager.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -405,15 +405,16 @@
     m_pColorDlg = std::make_unique<SvColorDialog>();
     m_pColorDlg->SetColor(rInitialColor);
     m_pColorDlg->SetMode(svtools::ColorPickerMode::Modify);
-    m_pColorDlg->ExecuteAsync(pParent, [this, aCommandCopy] (sal_Int32 nResult) {
+    std::shared_ptr<PaletteManager> xSelf(shared_from_this());
+    m_pColorDlg->ExecuteAsync(pParent, [xSelf, aCommandCopy] (sal_Int32 nResult) {
         if (nResult == RET_OK)
         {
-            Color aLastColor = m_pColorDlg->GetColor();
+            Color aLastColor = xSelf->m_pColorDlg->GetColor();
             OUString sColorName = "#" + aLastColor.AsRGBHexString().toAsciiUpperCase();
             NamedColor aNamedColor(aLastColor, sColorName);
-            SetSplitButtonColor(aNamedColor);
-            AddRecentColor(aLastColor, sColorName);
-            maColorSelectFunction(aCommandCopy, aNamedColor);
+            xSelf->SetSplitButtonColor(aNamedColor);
+            xSelf->AddRecentColor(aLastColor, sColorName);
+            xSelf->maColorSelectFunction(aCommandCopy, aNamedColor);
         }
     });
 }
diff -Nur libreoffice-7.6.4.1/svx/source/unodraw/unogtabl.cxx libreoffice-7.6.5.2/svx/source/unodraw/unogtabl.cxx
--- libreoffice-7.6.4.1/svx/source/unodraw/unogtabl.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/svx/source/unodraw/unogtabl.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <com/sun/star/awt/Gradient.hpp>
+#include <com/sun/star/awt/Gradient2.hpp>
 #include "UnoNameItemTable.hxx"
 
 #include <svx/svdmodel.hxx>
@@ -65,7 +65,8 @@
 // XElementAccess
 uno::Type SAL_CALL SvxUnoGradientTable::getElementType()
 {
-    return cppu::UnoType<awt::Gradient>::get();
+    // tdf#158421 use newer extended type for the list
+    return cppu::UnoType<awt::Gradient2>::get();
 }
 
 /**
diff -Nur libreoffice-7.6.4.1/svx/source/unodraw/unottabl.cxx libreoffice-7.6.5.2/svx/source/unodraw/unottabl.cxx
--- libreoffice-7.6.4.1/svx/source/unodraw/unottabl.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/svx/source/unodraw/unottabl.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <com/sun/star/awt/Gradient.hpp>
+#include <com/sun/star/awt/Gradient2.hpp>
 #include <svx/xflftrit.hxx>
 
 #include <svx/svdmodel.hxx>
@@ -71,7 +71,8 @@
 // XElementAccess
 uno::Type SAL_CALL SvxUnoTransGradientTable::getElementType()
 {
-    return cppu::UnoType<awt::Gradient>::get();
+    // tdf#158421 use newer extended type for the list
+    return cppu::UnoType<awt::Gradient2>::get();
 }
 
 /**
diff -Nur libreoffice-7.6.4.1/sw/CppunitTest_sw_core_layout.mk libreoffice-7.6.5.2/sw/CppunitTest_sw_core_layout.mk
--- libreoffice-7.6.4.1/sw/CppunitTest_sw_core_layout.mk	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/CppunitTest_sw_core_layout.mk	2024-02-17 14:05:36.000000000 +0100
@@ -21,6 +21,7 @@
     sw/qa/core/layout/paintfrm \
     sw/qa/core/layout/sortedobjs \
     sw/qa/core/layout/tabfrm \
+    sw/qa/core/layout/trvlfrm \
 ))
 
 $(eval $(call gb_CppunitTest_use_libraries,sw_core_layout, \
diff -Nur libreoffice-7.6.4.1/sw/CppunitTest_sw_ooxmlexport21.mk libreoffice-7.6.5.2/sw/CppunitTest_sw_ooxmlexport21.mk
--- libreoffice-7.6.4.1/sw/CppunitTest_sw_ooxmlexport21.mk	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sw/CppunitTest_sw_ooxmlexport21.mk	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,14 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#*************************************************************************
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+#*************************************************************************
+
+$(eval $(call sw_ooxmlexport_test,21))
+
+# vim: set noet sw=4 ts=4:
diff -Nur libreoffice-7.6.4.1/sw/CppunitTest_sw_rtfexport8.mk libreoffice-7.6.5.2/sw/CppunitTest_sw_rtfexport8.mk
--- libreoffice-7.6.4.1/sw/CppunitTest_sw_rtfexport8.mk	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sw/CppunitTest_sw_rtfexport8.mk	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,14 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#*************************************************************************
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+#*************************************************************************
+
+$(eval $(call sw_rtfexport_test,8))
+
+# vim: set noet sw=4 ts=4:
diff -Nur libreoffice-7.6.4.1/sw/CppunitTest_sw_uiwriter9.mk libreoffice-7.6.5.2/sw/CppunitTest_sw_uiwriter9.mk
--- libreoffice-7.6.4.1/sw/CppunitTest_sw_uiwriter9.mk	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sw/CppunitTest_sw_uiwriter9.mk	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,14 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#*************************************************************************
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+#*************************************************************************
+
+$(eval $(call sw_uiwriter_test,9))
+
+# vim: set noet sw=4 ts=4:
diff -Nur libreoffice-7.6.4.1/sw/inc/anchoreddrawobject.hxx libreoffice-7.6.5.2/sw/inc/anchoreddrawobject.hxx
--- libreoffice-7.6.4.1/sw/inc/anchoreddrawobject.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/inc/anchoreddrawobject.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -115,8 +115,8 @@
         }
 
         // accessors to the format
-        virtual SwFrameFormat& GetFrameFormat() override;
-        virtual const SwFrameFormat& GetFrameFormat() const override;
+        virtual SwFrameFormat* GetFrameFormat() override;
+        virtual const SwFrameFormat* GetFrameFormat() const override;
 
         // accessors to the object area and its position
         virtual SwRect GetObjRect() const override;
diff -Nur libreoffice-7.6.4.1/sw/inc/anchoredobject.hxx libreoffice-7.6.5.2/sw/inc/anchoredobject.hxx
--- libreoffice-7.6.4.1/sw/inc/anchoredobject.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/inc/anchoredobject.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -318,8 +318,8 @@
         void SetCurrRelPos( Point _aRelPos );
 
         // accessors to the format
-        virtual SwFrameFormat& GetFrameFormat() = 0;
-        virtual const SwFrameFormat& GetFrameFormat() const = 0;
+        virtual SwFrameFormat* GetFrameFormat() = 0;
+        virtual const SwFrameFormat* GetFrameFormat() const = 0;
 
         // accessors to the object area and its position
         virtual SwRect GetObjRect() const = 0;
diff -Nur libreoffice-7.6.4.1/sw/inc/IDocumentMarkAccess.hxx libreoffice-7.6.5.2/sw/inc/IDocumentMarkAccess.hxx
--- libreoffice-7.6.4.1/sw/inc/IDocumentMarkAccess.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/inc/IDocumentMarkAccess.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -279,6 +279,13 @@
         */
         virtual const_iterator_t findMark(const OUString& rMark) const =0;
 
+        /** Find the first Mark that does not start before.
+
+            @returns
+            an iterator pointing to the mark, or pointing to getAllMarksEnd() if nothing was found.
+        */
+        virtual const_iterator_t findFirstMarkNotStartsBefore(const SwPosition& rPos) const =0;
+
         // interface IBookmarks (BOOKMARK, CROSSREF_NUMITEM_BOOKMARK, CROSSREF_HEADING_BOOKMARK )
 
         /** check if the selection would delete a BOOKMARK */
diff -Nur libreoffice-7.6.4.1/sw/inc/view.hxx libreoffice-7.6.5.2/sw/inc/view.hxx
--- libreoffice-7.6.4.1/sw/inc/view.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/inc/view.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -272,6 +272,8 @@
 
     bool m_bIsHighlightCharDF = false;
 
+    bool m_bDying = false;
+
     static constexpr sal_uInt16 MAX_ZOOM_PERCENT = 600;
     static constexpr sal_uInt16 MIN_ZOOM_PERCENT = 20;
 
@@ -352,6 +354,8 @@
 
 public: // #i123922# Needs to be called from a 2nd place now as a helper method
     SAL_DLLPRIVATE bool          InsertGraphicDlg( SfxRequest& );
+    void            SetFormShell( FmFormShell* pSh )    { m_pFormShell = pSh; }
+    virtual void    SelectShell();
 
 protected:
 
@@ -364,9 +368,6 @@
 
     // for SwWebView
     void            SetShell( SfxShell* pS )            { m_pShell = pS; }
-    void            SetFormShell( FmFormShell* pSh )    { m_pFormShell = pSh; }
-
-    virtual void    SelectShell();
 
     virtual void    Activate(bool) override;
     virtual void    Deactivate(bool) override;
@@ -623,6 +624,8 @@
     SwView(SfxViewFrame& rFrame, SfxViewShell*);
     virtual ~SwView() override;
 
+    void SetDying() override;
+
     void NotifyDBChanged();
 
     SfxObjectShellLock CreateTmpSelectionDoc();
diff -Nur libreoffice-7.6.4.1/sw/Library_sw.mk libreoffice-7.6.5.2/sw/Library_sw.mk
--- libreoffice-7.6.4.1/sw/Library_sw.mk	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/Library_sw.mk	2024-02-17 14:05:36.000000000 +0100
@@ -56,7 +56,6 @@
     comphelper \
     cppu \
     cppuhelper \
-    cui \
     $(call gb_Helper_optional,DBCONNECTIVITY, \
         dbtools) \
     docmodel \
diff -Nur libreoffice-7.6.4.1/sw/Module_sw.mk libreoffice-7.6.5.2/sw/Module_sw.mk
--- libreoffice-7.6.4.1/sw/Module_sw.mk	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/Module_sw.mk	2024-02-17 14:05:36.000000000 +0100
@@ -67,6 +67,7 @@
     CppunitTest_sw_rtfexport5 \
     CppunitTest_sw_rtfexport6 \
     CppunitTest_sw_rtfexport7 \
+    CppunitTest_sw_rtfexport8 \
     CppunitTest_sw_docbookexport \
     CppunitTest_sw_fodfexport \
     CppunitTest_sw_htmlexport \
@@ -93,6 +94,7 @@
     CppunitTest_sw_ooxmlexport17 \
     CppunitTest_sw_ooxmlexport18 \
     CppunitTest_sw_ooxmlexport19 \
+    CppunitTest_sw_ooxmlexport21 \
     CppunitTest_sw_ooxmlexport_template \
     CppunitTest_sw_ooxmlfieldexport \
     CppunitTest_sw_ooxmllinks \
@@ -121,6 +123,7 @@
     CppunitTest_sw_uiwriter6 \
     CppunitTest_sw_uiwriter7 \
     CppunitTest_sw_uiwriter8 \
+    CppunitTest_sw_uiwriter9 \
     CppunitTest_sw_layoutwriter \
     CppunitTest_sw_layoutwriter2 \
     CppunitTest_sw_layoutwriter3 \
Binärdateien libreoffice-7.6.4.1/sw/qa/core/layout/data/floattable-model-position-for-view-point-correction.docx und libreoffice-7.6.5.2/sw/qa/core/layout/data/floattable-model-position-for-view-point-correction.docx sind verschieden.
diff -Nur libreoffice-7.6.4.1/sw/qa/core/layout/trvlfrm.cxx libreoffice-7.6.5.2/sw/qa/core/layout/trvlfrm.cxx
--- libreoffice-7.6.4.1/sw/qa/core/layout/trvlfrm.cxx	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/core/layout/trvlfrm.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,56 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#include <swmodeltestbase.hxx>
+
+#include <wrtsh.hxx>
+#include <docsh.hxx>
+#include <IDocumentLayoutAccess.hxx>
+#include <rootfrm.hxx>
+#include <node.hxx>
+
+namespace
+{
+/// Covers sw/source/core/layout/trvlfrm.cxx fixes.
+class Test : public SwModelTestBase
+{
+public:
+    Test()
+        : SwModelTestBase("/sw/qa/core/layout/data/")
+    {
+    }
+};
+
+CPPUNIT_TEST_FIXTURE(Test, testSplitFlyModelPositionForViewPointCorrection)
+{
+    // Given a 2 page floating table, 40% width, positioned on the left of the page:
+    createSwDoc("floattable-model-position-for-view-point-correction.docx");
+
+    // When clicking on the right side of the table:
+    SwWrtShell* pWrtShell = getSwDocShell()->GetWrtShell();
+    SwDoc* pDoc = getSwDocShell()->GetDoc();
+    SwRootFrame* pLayout = pDoc->getIDocumentLayoutAccess().GetCurrentLayout();
+    SwFrame* pPage = pLayout->GetLower();
+    SwFrame* pBody = pPage->GetLower();
+    const SwRect& rBodyRect = pBody->getFrameArea();
+    // 1 line below the top center of the body frame.
+    Point aDocPos(rBodyRect.Left() + rBodyRect.Width() / 2, rBodyRect.Top() + 220);
+    bool bOnlyText = false;
+    pWrtShell->CallSetCursor(&aDocPos, bOnlyText);
+
+    // Then make sure the cursor gets inside the table, and doesn't go to the anchor on page 2:
+    SwCursor& rCursor = pWrtShell->GetCurrentShellCursor();
+    SwTableNode* pTableNode = rCursor.GetPointNode().FindTableNode();
+    // Without the accompanying fix in place, this test would have failed, the cursor was in the
+    // anchor text node, not inside the split fly.
+    CPPUNIT_ASSERT(pTableNode);
+}
+}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Binärdateien libreoffice-7.6.4.1/sw/qa/core/text/data/tdf158505.odt und libreoffice-7.6.5.2/sw/qa/core/text/data/tdf158505.odt sind verschieden.
Binärdateien libreoffice-7.6.4.1/sw/qa/core/text/data/tdf159336.odt und libreoffice-7.6.5.2/sw/qa/core/text/data/tdf159336.odt sind verschieden.
diff -Nur libreoffice-7.6.4.1/sw/qa/core/text/itrform2.cxx libreoffice-7.6.5.2/sw/qa/core/text/itrform2.cxx
--- libreoffice-7.6.4.1/sw/qa/core/text/itrform2.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/core/text/itrform2.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -16,6 +16,10 @@
 #include <sortedobjs.hxx>
 #include <pagefrm.hxx>
 #include <cntfrm.hxx>
+#include <docsh.hxx>
+#include <wrtsh.hxx>
+#include <formatcontentcontrol.hxx>
+#include <textcontentcontrol.hxx>
 
 namespace
 {
@@ -162,6 +166,42 @@
     // i.e. the left margin was lost.
     CPPUNIT_ASSERT_EQUAL(static_cast<SwTwips>(6480), pLastPara->getFramePrintArea().Left());
 }
+
+CPPUNIT_TEST_FIXTURE(Test, testCheckedCheckboxContentControlPDF)
+{
+    std::shared_ptr<vcl::pdf::PDFium> pPDFium = vcl::pdf::PDFiumLibrary::get();
+    if (!pPDFium)
+        return;
+
+    // Given a file with a checked checkbox content control:
+    createSwDoc();
+    SwDoc* pDoc = getSwDoc();
+    SwWrtShell* pWrtShell = pDoc->GetDocShell()->GetWrtShell();
+    pWrtShell->InsertContentControl(SwContentControlType::CHECKBOX);
+    // Toggle it, so we get a checked one:
+    SwTextContentControl* pTextContentControl = pWrtShell->CursorInsideContentControl();
+    const SwFormatContentControl& rFormatContentControl = pTextContentControl->GetContentControl();
+    pWrtShell->GotoContentControl(rFormatContentControl);
+
+    // When exporting to PDF:
+    save("writer_pdf_Export");
+
+    // Then make sure that a checked checkbox form widget is emitted:
+    std::unique_ptr<vcl::pdf::PDFiumDocument> pPdfDocument = parsePDFExport();
+    std::unique_ptr<vcl::pdf::PDFiumPage> pPage = pPdfDocument->openPage(0);
+    CPPUNIT_ASSERT_EQUAL(1, pPage->getAnnotationCount());
+    std::unique_ptr<vcl::pdf::PDFiumAnnotation> pAnnotation = pPage->getAnnotation(0);
+    CPPUNIT_ASSERT_EQUAL(vcl::pdf::PDFAnnotationSubType::Widget, pAnnotation->getSubType());
+    CPPUNIT_ASSERT_EQUAL(vcl::pdf::PDFFormFieldType::CheckBox,
+                         pAnnotation->getFormFieldType(pPdfDocument.get()));
+    OUString aActual = pAnnotation->getFormFieldValue(pPdfDocument.get());
+    // Without the accompanying fix in place, this test would have failed with:
+    // - Expected: Yes
+    // - Actual  : Off
+    // i.e. the /AP -> /N key of the checkbox widget annotation object didn't have a sub-key that
+    // would match /V, leading to not showing the checked state.
+    CPPUNIT_ASSERT_EQUAL(OUString("Yes"), aActual);
+}
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff -Nur libreoffice-7.6.4.1/sw/qa/core/text/text.cxx libreoffice-7.6.5.2/sw/qa/core/text/text.cxx
--- libreoffice-7.6.4.1/sw/qa/core/text/text.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/core/text/text.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -20,6 +20,7 @@
 #include <vcl/gdimtf.hxx>
 #include <vcl/metaact.hxx>
 #include <vcl/filter/PDFiumLibrary.hxx>
+#include <vcl/filter/pdfdocument.hxx>
 #include <comphelper/propertyvalue.hxx>
 #include <editeng/fhgtitem.hxx>
 #include <editeng/wghtitem.hxx>
@@ -103,6 +104,52 @@
     assertXPath(pXmlDoc, "//floattransparent");
 }
 
+CPPUNIT_TEST_FIXTURE(SwCoreTextTest, testLastBibliographyPdfExport)
+{
+    // Given a document with a bibliography as the last paragraph:
+    createSwDoc("tdf158505.odt");
+
+    // It should be possible to export to PDF:
+    save("writer_pdf_Export");
+
+    // Without the accompanying fix, the export to PDF would get stuck in an infinite loop
+    CPPUNIT_ASSERT(true);
+}
+
+CPPUNIT_TEST_FIXTURE(SwCoreTextTest, testTdf159336)
+{
+    createSwDoc("tdf159336.odt");
+    save("writer_pdf_Export");
+
+    vcl::filter::PDFDocument aDocument;
+    SvFileStream aStream(maTempFile.GetURL(), StreamMode::READ);
+    CPPUNIT_ASSERT(aDocument.Read(aStream));
+
+    // The document has one page.
+    std::vector<vcl::filter::PDFObjectElement*> aPages = aDocument.GetPages();
+    CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(1), aPages.size());
+
+    auto pAnnots = dynamic_cast<vcl::filter::PDFArrayElement*>(aPages[0]->Lookup("Annots"));
+    CPPUNIT_ASSERT(pAnnots);
+
+    CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(1), pAnnots->GetElements().size());
+    auto pAnnotReference
+        = dynamic_cast<vcl::filter::PDFReferenceElement*>(pAnnots->GetElements()[0]);
+    CPPUNIT_ASSERT(pAnnotReference);
+    vcl::filter::PDFObjectElement* pAnnot = pAnnotReference->LookupObject();
+    CPPUNIT_ASSERT(pAnnot);
+    CPPUNIT_ASSERT_EQUAL(
+        OString("Annot"),
+        static_cast<vcl::filter::PDFNameElement*>(pAnnot->Lookup("Type"))->GetValue());
+    CPPUNIT_ASSERT_EQUAL(
+        OString("Widget"),
+        static_cast<vcl::filter::PDFNameElement*>(pAnnot->Lookup("Subtype"))->GetValue());
+    // Ff = multiline
+    auto pFf = dynamic_cast<vcl::filter::PDFNumberElement*>(pAnnot->Lookup("Ff"));
+    CPPUNIT_ASSERT(pFf);
+    CPPUNIT_ASSERT_EQUAL(4096.0, pFf->GetValue());
+}
+
 CPPUNIT_TEST_FIXTURE(SwCoreTextTest, testBibliographyUrlPdfExport)
 {
     // Given a document with a bibliography entry field:
@@ -751,7 +798,7 @@
     const SwSortedObjs& rSortedObjs = *pTextFrame->GetDrawObjs();
     const SwAnchoredObject* pAnchoredObject = rSortedObjs[0];
     // The content points to the start node, the next node is the graphic node.
-    SwNodeIndex aGraphicNode = *pAnchoredObject->GetFrameFormat().GetContent().GetContentIdx();
+    SwNodeIndex aGraphicNode = *pAnchoredObject->GetFrameFormat()->GetContent().GetContentIdx();
     ++aGraphicNode;
     tools::Rectangle aFlyFrame = pAnchoredObject->GetDrawObj()->GetLastBoundRect();
     Point aDocPos = aFlyFrame.Center();
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/fodfexport/data/SvgImageTest.fodt libreoffice-7.6.5.2/sw/qa/extras/fodfexport/data/SvgImageTest.fodt
--- libreoffice-7.6.4.1/sw/qa/extras/fodfexport/data/SvgImageTest.fodt	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/fodfexport/data/SvgImageTest.fodt	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,321 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<office:document xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:rpt="http://openoffice.org/2005/report" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
+ <office:meta><meta:creation-date>2023-12-01T21:40:25.010896609</meta:creation-date><dc:date>2023-12-02T14:20:24.763250978</dc:date><meta:editing-duration>PT2M41S</meta:editing-duration><meta:editing-cycles>2</meta:editing-cycles><meta:generator>LibreOffice/7.6.3.1$Linux_X86_64 LibreOffice_project/60$Build-1</meta:generator><meta:document-statistic meta:table-count="0" meta:image-count="1" meta:object-count="0" meta:page-count="1" meta:paragraph-count="0" meta:word-count="0" meta:character-count="0" meta:non-whitespace-character-count="0"/></office:meta>
+ <office:settings>
+  <config:config-item-set config:name="ooo:view-settings">
+   <config:config-item config:name="ViewAreaTop" config:type="long">0</config:config-item>
+   <config:config-item config:name="ViewAreaLeft" config:type="long">0</config:config-item>
+   <config:config-item config:name="ViewAreaWidth" config:type="long">58104</config:config-item>
+   <config:config-item config:name="ViewAreaHeight" config:type="long">33657</config:config-item>
+   <config:config-item config:name="ShowRedlineChanges" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="InBrowseMode" config:type="boolean">false</config:config-item>
+   <config:config-item-map-indexed config:name="Views">
+    <config:config-item-map-entry>
+     <config:config-item config:name="ViewId" config:type="string">view2</config:config-item>
+     <config:config-item config:name="ViewLeft" config:type="long">20551</config:config-item>
+     <config:config-item config:name="ViewTop" config:type="long">17866</config:config-item>
+     <config:config-item config:name="VisibleLeft" config:type="long">0</config:config-item>
+     <config:config-item config:name="VisibleTop" config:type="long">0</config:config-item>
+     <config:config-item config:name="VisibleRight" config:type="long">58103</config:config-item>
+     <config:config-item config:name="VisibleBottom" config:type="long">33655</config:config-item>
+     <config:config-item config:name="ZoomType" config:type="short">0</config:config-item>
+     <config:config-item config:name="ViewLayoutColumns" config:type="short">1</config:config-item>
+     <config:config-item config:name="ViewLayoutBookMode" config:type="boolean">false</config:config-item>
+     <config:config-item config:name="ZoomFactor" config:type="short">100</config:config-item>
+     <config:config-item config:name="IsSelectedFrame" config:type="boolean">false</config:config-item>
+     <config:config-item config:name="KeepRatio" config:type="boolean">false</config:config-item>
+     <config:config-item config:name="AnchoredTextOverflowLegacy" config:type="boolean">false</config:config-item>
+     <config:config-item config:name="LegacySingleLineFontwork" config:type="boolean">false</config:config-item>
+     <config:config-item config:name="ConnectorUseSnapRect" config:type="boolean">false</config:config-item>
+     <config:config-item config:name="IgnoreBreakAfterMultilineField" config:type="boolean">false</config:config-item>
+    </config:config-item-map-entry>
+   </config:config-item-map-indexed>
+  </config:config-item-set>
+  <config:config-item-set config:name="ooo:configuration-settings">
+   <config:config-item config:name="PrintRightPages" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="PrintProspectRTL" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintLeftPages" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="PrintPaperFromSetup" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintControls" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="PrintProspect" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintBlackFonts" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintAnnotationMode" config:type="short">0</config:config-item>
+   <config:config-item config:name="PrintEmptyPages" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="PrintSingleJobs" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="AutoFirstLineIndentDisregardLineSpace" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="HeaderSpacingBelowLastPara" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="ProtectBookmarks" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="ContinuousEndnotes" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="DisableOffPagePositioning" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintTables" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="ApplyParagraphMarkFormatToNumbering" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintFaxName" config:type="string"/>
+   <config:config-item config:name="SurroundTextWrapSmall" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="TreatSingleColumnBreakAsPageBreak" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="TabOverSpacing" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="TabOverMargin" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="EmbedComplexScriptFonts" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="EmbedLatinScriptFonts" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="EmbedOnlyUsedFonts" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="EmbedFonts" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="ClippedPictures" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="FrameAutowidthWithMorePara" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="FloattableNomargins" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="UnbreakableNumberings" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="AllowPrintJobCancel" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="RsidRoot" config:type="int">925541</config:config-item>
+   <config:config-item config:name="PrinterPaperFromSetup" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="CurrentDatabaseDataSource" config:type="string"/>
+   <config:config-item config:name="UpdateFromTemplate" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="AddFrameOffsets" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="LoadReadonly" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="Rsid" config:type="int">982611</config:config-item>
+   <config:config-item config:name="FootnoteInColumnToPageEnd" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="ProtectFields" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="SaveGlobalDocumentLinks" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="ClipAsCharacterAnchoredWriterFlyFrames" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="LinkUpdateMode" config:type="short">1</config:config-item>
+   <config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="PrintGraphics" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="EmbedSystemFonts" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="IsLabelDocument" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="HyphenateURLs" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="AddParaTableSpacingAtStart" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="TabsRelativeToIndent" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="FieldAutoUpdate" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="SaveVersionOnClose" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="ChartAutoUpdate" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="ImagePreferredDPI" config:type="int">0</config:config-item>
+   <config:config-item config:name="PrinterSetup" config:type="base64Binary"/>
+   <config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="AlignTabStopPosition" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="DropCapPunctuation" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="MathBaselineAlignment" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="PrinterName" config:type="string"/>
+   <config:config-item config:name="CharacterCompressionType" config:type="short">0</config:config-item>
+   <config:config-item config:name="AddParaTableSpacing" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="DoNotJustifyLinesWithManualBreak" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintHiddenText" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="IsKernAsianPunctuation" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrinterIndependentLayout" config:type="string">high-resolution</config:config-item>
+   <config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="AddVerticalFrameOffsets" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="TabAtLeftIndentForParagraphsInList" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="ApplyUserData" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="MsWordCompMinLineHeightByFly" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintTextPlaceholder" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="IgnoreFirstLineIndentInNumbering" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintPageBackground" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="RedlineProtectionKey" config:type="base64Binary"/>
+   <config:config-item config:name="EmbedAsianScriptFonts" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="BackgroundParaOverDrawings" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="SaveThumbnail" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="EmbeddedDatabaseName" config:type="string"/>
+   <config:config-item config:name="ProtectForm" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="DoNotResetParaAttrsForNumFont" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="MsWordCompTrailingBlanks" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="TableRowKeep" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="NoNumberingShowFollowBy" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="InvertBorderSpacing" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="IgnoreTabsAndBlanksForLineCalculation" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="DoNotCaptureDrawObjsOnPage" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="GutterAtTop" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="StylesNoDefault" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrintReversed" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="UseOldPrinterMetrics" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="CurrentDatabaseCommandType" config:type="int">0</config:config-item>
+   <config:config-item config:name="PrintDrawings" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="OutlineLevelYieldsNumbering" config:type="boolean">false</config:config-item>
+   <config:config-item config:name="CurrentDatabaseCommand" config:type="string"/>
+   <config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
+  </config:config-item-set>
+ </office:settings>
+ <office:scripts>
+  <office:script script:language="ooo:Basic">
+   <ooo:libraries xmlns:ooo="http://openoffice.org/2004/office" xmlns:xlink="http://www.w3.org/1999/xlink"/>
+  </office:script>
+ </office:scripts>
+ <office:font-face-decls>
+  <style:font-face style:name="DejaVu Sans" svg:font-family="&apos;DejaVu Sans&apos;" style:font-family-generic="swiss"/>
+  <style:font-face style:name="DejaVu Serif" svg:font-family="&apos;DejaVu Serif&apos;" style:font-family-generic="roman"/>
+  <style:font-face style:name="Noto Sans CJK SC" svg:font-family="&apos;Noto Sans CJK SC&apos;" style:font-family-generic="system" style:font-pitch="variable"/>
+  <style:font-face style:name="Noto Sans Devanagari" svg:font-family="&apos;Noto Sans Devanagari&apos;" style:font-family-generic="swiss"/>
+  <style:font-face style:name="Noto Sans Devanagari1" svg:font-family="&apos;Noto Sans Devanagari&apos;" style:font-family-generic="system" style:font-pitch="variable"/>
+  <style:font-face style:name="Noto Serif CJK SC" svg:font-family="&apos;Noto Serif CJK SC&apos;" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+  <style:default-style style:family="graphic">
+   <style:graphic-properties svg:stroke-color="#3465a4" draw:fill-color="#729fcf" fo:wrap-option="no-wrap" draw:shadow-offset-x="0.3cm" draw:shadow-offset-y="0.3cm" draw:start-line-spacing-horizontal="0.283cm" draw:start-line-spacing-vertical="0.283cm" draw:end-line-spacing-horizontal="0.283cm" draw:end-line-spacing-vertical="0.283cm" style:writing-mode="lr-tb" style:flow-with-text="false"/>
+   <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" loext:tab-stop-distance="0cm" style:font-independent-line-spacing="false">
+    <style:tab-stops/>
+   </style:paragraph-properties>
+   <style:text-properties style:use-window-font-color="true" loext:opacity="0%" style:font-name="DejaVu Serif" fo:font-size="12pt" fo:language="sl" fo:country="SI" style:letter-kerning="true" style:font-name-asian="Noto Serif CJK SC" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="Noto Sans Devanagari1" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN"/>
+  </style:default-style>
+  <style:default-style style:family="paragraph">
+   <style:paragraph-properties fo:orphans="2" fo:widows="2" fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="1.251cm" style:writing-mode="page"/>
+   <style:text-properties style:use-window-font-color="true" loext:opacity="0%" style:font-name="DejaVu Serif" fo:font-size="12pt" fo:language="sl" fo:country="SI" style:letter-kerning="true" style:font-name-asian="Noto Serif CJK SC" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="Noto Sans Devanagari1" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2" loext:hyphenation-no-caps="false" loext:hyphenation-no-last-word="false" loext:hyphenation-word-char-count="5" loext:hyphenation-zone="no-limit"/>
+  </style:default-style>
+  <style:default-style style:family="table">
+   <style:table-properties table:border-model="collapsing"/>
+  </style:default-style>
+  <style:default-style style:family="table-row">
+   <style:table-row-properties fo:keep-together="auto"/>
+  </style:default-style>
+  <style:style style:name="Standard" style:family="paragraph" style:class="text"/>
+  <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+   <style:paragraph-properties fo:margin-top="0.423cm" fo:margin-bottom="0.212cm" style:contextual-spacing="false" fo:keep-with-next="always"/>
+   <style:text-properties style:font-name="DejaVu Sans" fo:font-family="&apos;DejaVu Sans&apos;" style:font-family-generic="swiss" fo:font-size="14pt" style:font-name-asian="Noto Sans CJK SC" style:font-family-asian="&apos;Noto Sans CJK SC&apos;" style:font-family-generic-asian="system" style:font-pitch-asian="variable" style:font-size-asian="14pt" style:font-name-complex="Noto Sans Devanagari1" style:font-family-complex="&apos;Noto Sans Devanagari&apos;" style:font-family-generic-complex="system" style:font-pitch-complex="variable" style:font-size-complex="14pt"/>
+  </style:style>
+  <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.247cm" style:contextual-spacing="false" fo:line-height="115%"/>
+  </style:style>
+  <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
+   <style:text-properties style:font-name="DejaVu Serif" fo:font-family="&apos;DejaVu Serif&apos;" style:font-family-generic="roman" style:font-size-asian="12pt" style:font-name-complex="Noto Sans Devanagari" style:font-family-complex="&apos;Noto Sans Devanagari&apos;" style:font-family-generic-complex="swiss"/>
+  </style:style>
+  <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
+   <style:paragraph-properties fo:margin-top="0.212cm" fo:margin-bottom="0.212cm" style:contextual-spacing="false" text:number-lines="false" text:line-number="0"/>
+   <style:text-properties style:font-name="DejaVu Serif" fo:font-family="&apos;DejaVu Serif&apos;" style:font-family-generic="roman" fo:font-size="12pt" fo:font-style="italic" style:font-size-asian="12pt" style:font-style-asian="italic" style:font-name-complex="Noto Sans Devanagari" style:font-family-complex="&apos;Noto Sans Devanagari&apos;" style:font-family-generic-complex="swiss" style:font-size-complex="12pt" style:font-style-complex="italic"/>
+  </style:style>
+  <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
+   <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
+   <style:text-properties style:font-name="DejaVu Serif" fo:font-family="&apos;DejaVu Serif&apos;" style:font-family-generic="roman" style:font-size-asian="12pt" style:font-name-complex="Noto Sans Devanagari" style:font-family-complex="&apos;Noto Sans Devanagari&apos;" style:font-family-generic-complex="swiss"/>
+  </style:style>
+  <style:style style:name="Graphics" style:family="graphic">
+   <style:graphic-properties text:anchor-type="paragraph" svg:x="0cm" svg:y="0cm" style:wrap="dynamic" style:number-wrapped-paragraphs="no-limit" style:wrap-contour="false" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph" fo:background-color="transparent" draw:fill="none"/>
+  </style:style>
+  <text:outline-style style:name="Outline">
+   <text:outline-level-style text:level="1" loext:num-list-format="%1%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+   <text:outline-level-style text:level="2" loext:num-list-format="%2%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+   <text:outline-level-style text:level="3" loext:num-list-format="%3%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+   <text:outline-level-style text:level="4" loext:num-list-format="%4%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+   <text:outline-level-style text:level="5" loext:num-list-format="%5%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+   <text:outline-level-style text:level="6" loext:num-list-format="%6%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+   <text:outline-level-style text:level="7" loext:num-list-format="%7%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+   <text:outline-level-style text:level="8" loext:num-list-format="%8%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+   <text:outline-level-style text:level="9" loext:num-list-format="%9%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+   <text:outline-level-style text:level="10" loext:num-list-format="%10%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+  </text:outline-style>
+  <text:notes-configuration text:note-class="footnote" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="document"/>
+  <text:notes-configuration text:note-class="endnote" style:num-format="i" text:start-value="0"/>
+  <text:linenumbering-configuration text:number-lines="false" text:offset="0.499cm" style:num-format="1" text:number-position="left" text:increment="5"/>
+  <loext:theme loext:name="Office Theme">
+   <loext:theme-colors loext:name="LibreOffice">
+    <loext:color loext:name="dark1" loext:color="#000000"/>
+    <loext:color loext:name="light1" loext:color="#ffffff"/>
+    <loext:color loext:name="dark2" loext:color="#000000"/>
+    <loext:color loext:name="light2" loext:color="#ffffff"/>
+    <loext:color loext:name="accent1" loext:color="#18a303"/>
+    <loext:color loext:name="accent2" loext:color="#0369a3"/>
+    <loext:color loext:name="accent3" loext:color="#a33e03"/>
+    <loext:color loext:name="accent4" loext:color="#8e03a3"/>
+    <loext:color loext:name="accent5" loext:color="#c99c00"/>
+    <loext:color loext:name="accent6" loext:color="#c9211e"/>
+    <loext:color loext:name="hyperlink" loext:color="#0000ee"/>
+    <loext:color loext:name="followed-hyperlink" loext:color="#551a8b"/>
+   </loext:theme-colors>
+  </loext:theme>
+ </office:styles>
+ <office:automatic-styles>
+  <style:style style:name="fr1" style:family="graphic" style:parent-style-name="Graphics">
+   <style:graphic-properties style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph" style:mirror="none" fo:clip="rect(0cm, 0cm, 0cm, 0cm)" draw:luminance="0%" draw:contrast="0%" draw:red="0%" draw:green="0%" draw:blue="0%" draw:gamma="100%" draw:color-inversion="false" draw:image-opacity="100%" draw:color-mode="standard"/>
+  </style:style>
+  <style:page-layout style:name="pm1">
+   <style:page-layout-properties fo:page-width="21.001cm" fo:page-height="29.7cm" style:num-format="1" style:print-orientation="portrait" fo:margin-top="2cm" fo:margin-bottom="2cm" fo:margin-left="2cm" fo:margin-right="2cm" style:writing-mode="lr-tb" style:layout-grid-color="#c0c0c0" style:layout-grid-lines="20" style:layout-grid-base-height="0.706cm" style:layout-grid-ruby-height="0.353cm" style:layout-grid-mode="none" style:layout-grid-ruby-below="false" style:layout-grid-print="false" style:layout-grid-display="false" style:footnote-max-height="0cm" loext:margin-gutter="0cm">
+    <style:footnote-sep style:width="0.018cm" style:distance-before-sep="0.101cm" style:distance-after-sep="0.101cm" style:line-style="solid" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+   </style:page-layout-properties>
+   <style:header-style/>
+   <style:footer-style/>
+  </style:page-layout>
+  <style:style style:name="dp1" style:family="drawing-page">
+   <style:drawing-page-properties draw:background-size="full"/>
+  </style:style>
+ </office:automatic-styles>
+ <office:master-styles>
+  <style:master-page style:name="Standard" style:page-layout-name="pm1" draw:style-name="dp1"/>
+ </office:master-styles>
+ <office:body>
+  <office:text>
+   <text:sequence-decls>
+    <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+    <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+    <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+    <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+    <text:sequence-decl text:display-outline-level="0" text:name="Figure"/>
+   </text:sequence-decls>
+   <text:p text:style-name="Standard"><draw:frame draw:style-name="fr1" draw:name="Image1" text:anchor-type="char" svg:width="15.365cm" svg:height="15.365cm" draw:z-index="0"><draw:image draw:mime-type="image/svg+xml">
+      <office:binary-data>PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLSBDcmVhdGVkIHdp
+       dGggSW5rc2NhcGUgKGh0dHA6Ly93d3cuaW5rc2NhcGUub3JnLykgLS0+Cjxzdmcgd2lkdGg9
+       IjEwbW0iIGhlaWdodD0iMTBtbSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTAgMTAi
+       IHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8cmVjdCB4PSIxIiB5PSIx
+       IiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMiIgcnk9IjIiIGZpbGw9IiMwZmM5NTQiIHN0
+       cm9rZS13aWR0aD0iMi4xMTY3Ii8+Cjwvc3ZnPgo=
+      </office:binary-data>
+     </draw:image>
+     <draw:image draw:mime-type="image/png">
+      <office:binary-data>iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAYAAACMo1E1AAABqklEQVRYhe2Yu0oDQRiFzxkV
+       xCLpUihaii9gtIyXeKmDzyBIfBltxEcIWtoYCWurWKutly5CVlALszkWEsGZzaqru4mwX3lm
+       lv9j57Y7lIRBxfRbIIpMLi7DX3XgxeZILmguQiyTHP/OMxG0BdxDqj++NBsqee3I2lELIn9W
+       WaW4A3L6F0LhSNeS2fbna/Ufy+XPN7Yo7QAc+nOxDxQIqPrFg71vy+XPKqsEj5IV66IA1Fpr
+       9vDEbnEWBL3SMMWE39inikPomF16JWcuO3K5scJyInMsCmImN1pYsOOQrURLafg4mE7ZieyA
+       0mQ6NnZdTNmZIydwLB2dr+sO9AmRycUlk4tLJheXTC4umVxcMrm4/C85Qs/9ECH1ZGfu9xx5
+       m46OVRe4sTN3WKWe/5FJQuDYzhy5x5dmA9J1OkpddOk/N0/t1B3WkteWzDagICWxADLVsKuJ
+       0NXqz9fqAqrJCyqAzFZrrtYIa+25lfjFgz11zDqEq4TELiGz0pqr7ffqEXmRA7zfAORGCwsw
+       nTKFCZAj8X30KuKOVN1/evB+dcvUb/7XCTFIDLTcG/DxnDT71BIPAAAAAElFTkSuQmCC
+      </office:binary-data>
+     </draw:image>
+    </draw:frame></text:p>
+  </office:text>
+ </office:body>
+</office:document>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/fodfexport/fodfexport.cxx libreoffice-7.6.5.2/sw/qa/extras/fodfexport/fodfexport.cxx
--- libreoffice-7.6.4.1/sw/qa/extras/fodfexport/fodfexport.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/fodfexport/fodfexport.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -9,6 +9,7 @@
 
 #include <swmodeltestbase.hxx>
 #include <o3tl/string_view.hxx>
+#include <vcl/graph.hxx>
 
 class Test : public SwModelTestBase
 {
@@ -49,6 +50,30 @@
     }
 }
 
+DECLARE_FODFEXPORT_TEST(testSvgImageRoundtrip, "SvgImageTest.fodt")
+{
+    // Related to tdf#123396
+
+    // We should have one image (shape)
+    CPPUNIT_ASSERT_EQUAL(1, getShapes());
+
+    // Get the shape and extract the Graphic
+    uno::Reference<drawing::XShape> xShape = getShape(1);
+    uno::Reference<beans::XPropertySet> XPropertySet(xShape, uno::UNO_QUERY_THROW);
+    CPPUNIT_ASSERT(XPropertySet.is());
+    uno::Reference<graphic::XGraphic> xGraphic;
+    XPropertySet->getPropertyValue("Graphic") >>= xGraphic;
+    CPPUNIT_ASSERT(xGraphic.is());
+    Graphic aGraphic(xGraphic);
+
+    // The graphic should be SVG - so should contain a VectorGraphicData
+    auto const& pVectorGraphicData = aGraphic.getVectorGraphicData();
+    CPPUNIT_ASSERT(pVectorGraphicData);
+
+    // The VectorGraphicData type should be SVG
+    CPPUNIT_ASSERT_EQUAL(VectorGraphicDataType::Svg, pVectorGraphicData->getType());
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/layout/data/tdf129357.fodt libreoffice-7.6.5.2/sw/qa/extras/layout/data/tdf129357.fodt
--- libreoffice-7.6.4.1/sw/qa/extras/layout/data/tdf129357.fodt	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/layout/data/tdf129357.fodt	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:officeooo="http://openoffice.org/2009/office" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
+ <office:meta><meta:creation-date>2023-12-07T18:38:07.301280012</meta:creation-date><dc:date>2023-12-07T18:42:50.197688001</dc:date><meta:editing-duration>PT4M44S</meta:editing-duration><meta:editing-cycles>1</meta:editing-cycles><meta:document-statistic meta:table-count="0" meta:image-count="0" meta:object-count="0" meta:page-count="1" meta:paragraph-count="0" meta:word-count="0" meta:character-count="0" meta:non-whitespace-character-count="0"/><meta:generator>LibreOfficeDev/24.2.0.0.alpha0$Linux_X86_64 LibreOffice_project/47e8abdafa26e64647e32d8577cb27e54cd843d1</meta:generator></office:meta>
+ <office:font-face-decls>
+  <style:font-face style:name="Arial" svg:font-family="Arial" style:font-family-generic="swiss"/>
+  <style:font-face style:name="DejaVu Sans" svg:font-family="&apos;DejaVu Sans&apos;" style:font-family-generic="swiss"/>
+ </office:font-face-decls>
+ <office:styles>
+  <style:default-style style:family="graphic">
+   <style:graphic-properties svg:stroke-color="#3465a4" draw:fill-color="#729fcf" fo:wrap-option="no-wrap" draw:shadow-offset-x="8.5pt" draw:shadow-offset-y="8.5pt" draw:start-line-spacing-horizontal="8.02pt" draw:start-line-spacing-vertical="8.02pt" draw:end-line-spacing-horizontal="8.02pt" draw:end-line-spacing-vertical="8.02pt" style:writing-mode="lr-tb" style:flow-with-text="false"/>
+   <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" loext:tab-stop-distance="0pt" style:font-independent-line-spacing="false">
+    <style:tab-stops/>
+   </style:paragraph-properties>
+   <style:text-properties style:use-window-font-color="true" loext:opacity="0%" style:font-name="DejaVu Sans" fo:font-size="12pt" fo:language="hu" fo:country="HU" style:letter-kerning="true" style:font-name-asian="Noto Serif CJK SC" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="Lohit Devanagari1" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN"/>
+  </style:default-style>
+  <style:default-style style:family="paragraph">
+   <style:paragraph-properties fo:orphans="2" fo:widows="2" fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="35.46pt" style:writing-mode="page"/>
+   <style:text-properties style:use-window-font-color="true" loext:opacity="0%" style:font-name="DejaVu Sans" fo:font-size="12pt" fo:language="hu" fo:country="HU" style:letter-kerning="true" style:font-name-asian="Noto Serif CJK SC" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="Lohit Devanagari1" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2" loext:hyphenation-no-caps="false" loext:hyphenation-no-last-word="false" loext:hyphenation-word-char-count="5" loext:hyphenation-zone="no-limit"/>
+  </style:default-style>
+  <style:default-style style:family="table">
+   <style:table-properties table:border-model="collapsing"/>
+  </style:default-style>
+  <style:default-style style:family="table-row">
+   <style:table-row-properties fo:keep-together="auto"/>
+  </style:default-style>
+  <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+   <style:paragraph-properties fo:margin-top="0pt" fo:margin-bottom="7pt" style:contextual-spacing="false" fo:line-height="115%"/>
+  </style:style>
+ </office:styles>
+ <office:automatic-styles>
+  <style:style style:name="P1" style:family="paragraph">
+   <loext:graphic-properties draw:fill="solid" draw:fill-color="#f7d1d5" draw:gradient-step-count="0"/>
+  </style:style>
+  <style:style style:name="gr1" style:family="graphic">
+   <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="solid" draw:fill-color="#f7d1d5" draw:gradient-step-count="0" fo:min-height="53.86pt" loext:decorative="false" style:run-through="foreground" style:wrap="run-through" style:number-wrapped-paragraphs="no-limit" style:vertical-pos="from-top" style:vertical-rel="paragraph" style:horizontal-pos="from-left" style:horizontal-rel="paragraph" draw:wrap-influence-on-position="once-concurrent" loext:allow-overlap="true" style:flow-with-text="false"/>
+   <style:paragraph-properties style:writing-mode="lr-tb"/>
+  </style:style>
+ </office:automatic-styles>
+ <office:body>
+  <office:text>
+   <text:p text:style-name="Standard"><draw:frame text:anchor-type="paragraph" draw:z-index="0" draw:name="Text Frame 1" draw:style-name="gr1" draw:text-style-name="P1" svg:width="68.49pt" svg:height="53.86pt" svg:x="3.6pt" svg:y="3.34pt">
+     <draw:text-box>
+      <text:p>hyphena­tion</text:p>
+     </draw:text-box>
+    </draw:frame></text:p>
+  </office:text>
+ </office:body>
+</office:document>
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/layout/layout2.cxx libreoffice-7.6.5.2/sw/qa/extras/layout/layout2.cxx
--- libreoffice-7.6.4.1/sw/qa/extras/layout/layout2.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/layout/layout2.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -519,6 +519,23 @@
                 "colors", "#Bookmark 2 Bookmark End#Bookmark 3 Bookmark Start");
 }
 
+CPPUNIT_TEST_FIXTURE(SwLayoutWriter2, testTdf129357)
+{
+    createSwDoc("tdf129357.fodt");
+    SwDoc* pDoc = getSwDoc();
+    SwDocShell* pShell = pDoc->GetDocShell();
+
+    // Dump the rendering of the first page as an XML file.
+    std::shared_ptr<GDIMetaFile> xMetaFile = pShell->GetPreviewMetaFile();
+    MetafileXmlDump dumper;
+
+    xmlDocUniquePtr pXmlDoc = dumpAndParse(dumper, *xMetaFile);
+    CPPUNIT_ASSERT(pXmlDoc);
+
+    // visible soft hyphen
+    assertXPathContent(pXmlDoc, "/metafile/push/push/push/push/push/textarray[2]/text", "-");
+}
+
 CPPUNIT_TEST_FIXTURE(SwLayoutWriter2, testRedlineNumberInNumbering)
 {
     createSwDoc("tdf42748.fodt");
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/layout/layout3.cxx libreoffice-7.6.5.2/sw/qa/extras/layout/layout3.cxx
--- libreoffice-7.6.4.1/sw/qa/extras/layout/layout3.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/layout/layout3.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1583,12 +1583,12 @@
     SwSortedObjs* pDrawObjs = pPage->GetDrawObjs();
     CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(1), pDrawObjs->size());
     SwAnchoredObject* pDrawObj = (*pDrawObjs)[0];
-    CPPUNIT_ASSERT_EQUAL(OUString("Rahmen8"), pDrawObj->GetFrameFormat().GetName());
+    CPPUNIT_ASSERT_EQUAL(OUString("Rahmen8"), pDrawObj->GetFrameFormat()->GetName());
     pPage = static_cast<SwPageFrame*>(pPage->GetNext());
     pDrawObjs = pPage->GetDrawObjs();
     CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(1), pDrawObjs->size());
     pDrawObj = (*pDrawObjs)[0];
-    CPPUNIT_ASSERT_EQUAL(OUString("Rahmen123"), pDrawObj->GetFrameFormat().GetName());
+    CPPUNIT_ASSERT_EQUAL(OUString("Rahmen123"), pDrawObj->GetFrameFormat()->GetName());
     SwRect aFlyRect = pDrawObj->GetObjRect();
     CPPUNIT_ASSERT(pPage->getFrameArea().Contains(aFlyRect));
     return aFlyRect;
Binärdateien libreoffice-7.6.4.1/sw/qa/extras/ooxmlexport/data/tdf153613_textboxAfterPgBreak2.docx und libreoffice-7.6.5.2/sw/qa/extras/ooxmlexport/data/tdf153613_textboxAfterPgBreak2.docx sind verschieden.
Binärdateien libreoffice-7.6.4.1/sw/qa/extras/ooxmlexport/data/tdf153613_textboxAfterPgBreak3.docx und libreoffice-7.6.5.2/sw/qa/extras/ooxmlexport/data/tdf153613_textboxAfterPgBreak3.docx sind verschieden.
Binärdateien libreoffice-7.6.4.1/sw/qa/extras/ooxmlexport/data/tdf153613_textboxAfterPgBreak.docx und libreoffice-7.6.5.2/sw/qa/extras/ooxmlexport/data/tdf153613_textboxAfterPgBreak.docx sind verschieden.
Binärdateien libreoffice-7.6.4.1/sw/qa/extras/ooxmlexport/data/tdf153909_followTextFlow.docx und libreoffice-7.6.5.2/sw/qa/extras/ooxmlexport/data/tdf153909_followTextFlow.docx sind verschieden.
Binärdateien libreoffice-7.6.4.1/sw/qa/extras/ooxmlexport/data/tdf159207_footerFramePrBorder.docx und libreoffice-7.6.5.2/sw/qa/extras/ooxmlexport/data/tdf159207_footerFramePrBorder.docx sind verschieden.
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx libreoffice-7.6.5.2/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx
--- libreoffice-7.6.4.1/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -355,26 +355,18 @@
     assertXPath(pLayout, "//page[2]//anchored", 1);
 }
 
-DECLARE_OOXMLEXPORT_TEST(testTdf153613_textboxAfterPgBreak, "tdf153613_textboxAfterPgBreak.docx")
+DECLARE_OOXMLEXPORT_TEST(testTdf153613_sdtAfterPgBreak, "tdf153613_sdtAfterPgBreak.docx")
 {
-    CPPUNIT_ASSERT_EQUAL(3, getParagraphs());
-
-    const auto& pLayout = parseLayoutDump();
-    assertXPathContent(pLayout, "//page[2]/body/txt", "There should be no prior carriage return.");
+    CPPUNIT_ASSERT_EQUAL(2, getPages());
 }
 
-DECLARE_OOXMLEXPORT_TEST(testTdf153613_textboxAfterPgBreak2, "tdf153613_textboxAfterPgBreak2.docx")
+DECLARE_OOXMLEXPORT_TEST(testTdf153613_textboxAfterPgBreak3, "tdf153613_textboxAfterPgBreak3.docx")
 {
-    // same as previous example, except that it is the first paragraph in the section.
-    CPPUNIT_ASSERT_EQUAL(2, getParagraphs());
+    // both textboxes are on the second (last) page
+    CPPUNIT_ASSERT_EQUAL(2, getPages());
 
     const auto& pLayout = parseLayoutDump();
-    assertXPathContent(pLayout, "//page[2]/body/txt", "There should be no prior carriage return.");
-}
-
-DECLARE_OOXMLEXPORT_TEST(testTdf153613_sdtAfterPgBreak, "tdf153613_sdtAfterPgBreak.docx")
-{
-    CPPUNIT_ASSERT_EQUAL(2, getPages());
+    assertXPath(pLayout, "//page[2]/body/txt/anchored/fly", 2);
 }
 
 DECLARE_OOXMLEXPORT_TEST(testTdf153964_topMarginAfterBreak14, "tdf153964_topMarginAfterBreak14.docx")
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/ooxmlexport/ooxmlexport21.cxx libreoffice-7.6.5.2/sw/qa/extras/ooxmlexport/ooxmlexport21.cxx
--- libreoffice-7.6.4.1/sw/qa/extras/ooxmlexport/ooxmlexport21.cxx	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/ooxmlexport/ooxmlexport21.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,68 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#include <swmodeltestbase.hxx>
+
+#include <com/sun/star/beans/XPropertyState.hpp>
+#include <com/sun/star/text/XDocumentIndex.hpp>
+#include <com/sun/star/text/XTextTable.hpp>
+#include <com/sun/star/style/LineSpacing.hpp>
+#include <com/sun/star/style/LineSpacingMode.hpp>
+
+#include <pam.hxx>
+#include <unotxdoc.hxx>
+#include <docsh.hxx>
+
+namespace
+{
+class Test : public SwModelTestBase
+{
+public:
+    Test()
+        : SwModelTestBase("/sw/qa/extras/ooxmlexport/data/", "Office Open XML Text")
+    {
+    }
+};
+
+DECLARE_OOXMLEXPORT_TEST(testTdf153909_followTextFlow, "tdf153909_followTextFlow.docx")
+{
+    // Although MSO's UI reports "layoutInCell" for the rectangle, it isn't specified or honored
+    CPPUNIT_ASSERT(!getProperty<bool>(getShape(1), "IsFollowingTextFlow"));
+
+    // Given a table with a rectangle anchored in it (wrap-through) that appears above the table...
+    xmlDocUniquePtr pDump = parseLayoutDump();
+    sal_Int32 nRectBottom
+        = getXPath(pDump, "//anchored/SwAnchoredDrawObject/bounds", "bottom").toInt32();
+    sal_Int32 nTableTop = getXPath(pDump, "//tab/row/infos/bounds", "top").toInt32();
+    // The entire table must be below the rectangle
+    CPPUNIT_ASSERT(nTableTop > nRectBottom);
+}
+
+CPPUNIT_TEST_FIXTURE(Test, testTdf159207_footerFramePrBorder)
+{
+    loadFromFile(u"tdf159207_footerFramePrBorder.docx"); // re-imports as editeng Frame/Shape
+
+    // given a doc with footer paragraphs frame (with a top border, but no left border)
+    uno::Reference<text::XTextFramesSupplier> xTextFramesSupplier(mxComponent, uno::UNO_QUERY);
+    uno::Reference<container::XIndexAccess> xIndexAccess(xTextFramesSupplier->getTextFrames(),
+                                                         uno::UNO_QUERY);
+    uno::Reference<beans::XPropertySet> xFrame0(xIndexAccess->getByIndex(0), uno::UNO_QUERY);
+    auto aBorder = getProperty<table::BorderLine2>(xFrame0, "LeftBorder");
+    sal_uInt32 nBorderWidth
+        = aBorder.OuterLineWidth + aBorder.InnerLineWidth + aBorder.LineDistance;
+    // Without patch it failed with Expected 0, Actual 26
+    CPPUNIT_ASSERT_EQUAL_MESSAGE("Left border:", static_cast<sal_uInt32>(0), nBorderWidth);
+
+    // TODO: there SHOULD BE a top border, and even if loaded, it would be lost on re-import...
+}
+
+} // end of anonymous namespace
+CPPUNIT_PLUGIN_IMPLEMENT();
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/rtfexport/data/tdf108505_fieldCharFormat.rtf libreoffice-7.6.5.2/sw/qa/extras/rtfexport/data/tdf108505_fieldCharFormat.rtf
--- libreoffice-7.6.4.1/sw/qa/extras/rtfexport/data/tdf108505_fieldCharFormat.rtf	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/rtfexport/data/tdf108505_fieldCharFormat.rtf	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,34 @@
+{\rtf1\adeflang1025\ansi\ansicpg1252\uc1\adeff0\deff0\stshfdbch0\stshfloch0\stshfhich0\stshfbi0\deflang2057\deflangfe2057\themelang3079\themelangfe0\themelangcs0
+
+\noqfpromote {\stylesheet{\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 
+\af0\afs20\alang1025 \ltrch\fcs0 \fs26\lang1031\langfe3079\cgrid\langnp1031\langfenp3079 \snext0 \sqformat \spriority0 Normal;}{\s17\ql \li0\ri0\widctlpar
+\tqc\tx4819\tqr\tx9071\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs20\alang1025 \ltrch\fcs0 \fs26\lang1031\langfe3079\cgrid\langnp1031\langfenp3079 \sbasedon0 \snext17 \slink18 header;}
+}
+\paperw16834\paperh11913\margl1134\margr1418\margt1418\margb567\gutter0\ltrsect 
+\deftab708\widowctrl\ftnbj\aenddoc\hyphhotz425\trackmoves0\trackformatting1\donotembedsysfont0\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0
+\showxmlerrors1\noextrasprl\prcolbl\cvmme\sprsspbf\brkfrm\swpbdr\noxlattoyen\expshrtn\noultrlspc\dntblnsbdb\nospaceforul\lytprtmet\hyphcaps0\formshade\horzdoc\fracwidth\dghspace180\dgvspace180\dghorigin1701\dgvorigin1984\dghshow0\dgvshow0
+\jexpand\viewkind1\viewscale70\pgbrdrhead\pgbrdrfoot\nolnhtadjtbl\nojkernpunct\rsidroot3825670 \fet0
+
+\ltrrow\trowd \irow0\irowband0\lastrow \ltrrow
+\ts11\trgaph70\trleft-70\trkeep\trftsWidth3\trwWidth8931\trftsWidthB3\trftsWidthA3\trpaddl70\trpaddr70\trpaddfl3\trpaddfr3\tblrsid16408416\tblind0\tblindtype3 \clvertalc\clbrdrt\brdrtbl \clbrdrl\brdrtbl \clbrdrb\brdrtbl \clbrdrr\brdrtbl 
+\cltxlrtb\clftsWidth3\clwWidth1276\clshdrawnil \cellx1206\clvertalc\clbrdrt\brdrtbl \clbrdrl\brdrtbl \clbrdrb\brdrtbl \clbrdrr\brdrs\brdrw30 \cltxlrtb\clftsWidth3\clwWidth3969\clshdrawnil \cellx5175\clvertalt\clbrdrt\brdrs\brdrw30 \clbrdrl\brdrs\brdrw30 
+\clbrdrb\brdrs\brdrw30 \clbrdrr\brdrs\brdrw30 \cltxlrtb\clftsWidth3\clwWidth2126\clshdrawnil \cellx7301\clvertalt\clbrdrt\brdrtbl \clbrdrl\brdrs\brdrw30 \clbrdrb\brdrtbl \clbrdrr\brdrs\brdrw30 \cltxlrtb\clftsWidth3\clwWidth1560\clshdrawnil \cellx8861
+\pard\plain \ltrpar\s17\ql \li72\ri0\sb120\sa120\widctlpar\intbl\tqr\tx1561\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin72\pararsid8918882 \rtlch\fcs1 \af0\afs20\alang1025 \ltrch\fcs0 \fs26\lang1031\langfe3079\cgrid\langnp1031\langfenp3079
+
+{\fonttbl{\f0\froman\fprq2\fcharset0 Times New Roman;}{\f5\fnil\fprq2\fcharset128 Linux Biolinum Keyboard O;}}
+
+{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0;\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;\red192\green192\blue192;}
+
+{\rtlch\fcs1 \af0 \ltrch\fcs0 \f5\fs32\chcbpat7\insrsid16408416 Header}{\rtlch\fcs1 \af0 \ltrch\fcs0 \fs32\insrsid16408416\charrsid8918882 \cell }\pard\plain \ltrpar\ql \li0\ri0\widctlpar\intbl\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\pararsid5246913 
+\rtlch\fcs1 \af0\afs20\alang1025 \ltrch\fcs0 \fs26\lang1031\langfe3079\cgrid\langnp1031\langfenp3079 {\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid16408416\charrsid8918882 Normal\cell }\pard \ltrpar
+\qc \li0\ri0\sb120\sa120\widctlpar\intbl\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0 {\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid5701682\charrsid5701682 {\*\bkmkstart Dropdown1}x}{\field\fldpriv{\*\fldinst {\ltrch\fcs0 
+\b\fs48\cf4  FORMDROPDOWN }{{\*\datafield 0abcd}
+{\*\formfield{\fftype2\ffres25\fftypetxt0\ffhaslistbox{\*\ffname Dropdown1}\ffdefres0{\*\ffl MZ}{\*\ffl MVB}}}}}
+{\fldrslt \i\cf6 bogus result}}
+\sectd \ltrsect
+\lndscpsxn\binfsxn4\binsxn4\linex0\headery851\sectlinegrid354\sectdefaultcl\sectrsid1197700\sftnbj {\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid5701682\charrsid5701682 {\*\bkmkend Dropdown1}y}{ 
+\cell }{\rtlch\fcs1 \af0 \ltrch\fcs0 \b\fs32\insrsid16408416\charrsid4871016 bold16\cell }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\widctlpar\intbl\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0 {\trowd \irow0\irowband0\lastrow \ltrrow\ts11\trgaph70\trleft-70\trkeep\trftsWidth3\trwWidth8931\trftsWidthB3\trftsWidthA3\trpaddl70\trpaddr70\trpaddfl3\trpaddfr3\tblrsid16408416\tblind0\tblindtype3 \clvertalc\clbrdrt\brdrtbl 
+\clbrdrl\brdrtbl \clbrdrb\brdrtbl \clbrdrr\brdrtbl \cltxlrtb\clftsWidth3\clwWidth1276\clshdrawnil \cellx1206\clvertalc\clbrdrt\brdrtbl \clbrdrl\brdrtbl \clbrdrb\brdrtbl \clbrdrr\brdrs\brdrw30 \cltxlrtb\clftsWidth3\clwWidth3969\clshdrawnil \cellx5175
+\clvertalt\clbrdrt\brdrs\brdrw30 \clbrdrl\brdrs\brdrw30 \clbrdrb\brdrs\brdrw30 \clbrdrr\brdrs\brdrw30 \cltxlrtb\clftsWidth3\clwWidth2126\clshdrawnil \cellx7301\clvertalt\clbrdrt\brdrtbl \clbrdrl\brdrs\brdrw30 \clbrdrb\brdrtbl \clbrdrr\brdrs\brdrw30 
+\cltxlrtb\clftsWidth3\clwWidth1560\clshdrawnil \cellx8861\row }\pard
+}
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/rtfexport/data/tdf158586_lostFrame.rtf libreoffice-7.6.5.2/sw/qa/extras/rtfexport/data/tdf158586_lostFrame.rtf
--- libreoffice-7.6.4.1/sw/qa/extras/rtfexport/data/tdf158586_lostFrame.rtf	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/rtfexport/data/tdf158586_lostFrame.rtf	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,17 @@
+{\rtf1
+
+\paperw8419\paperh5953
+
+\spltpgpar
+
+\ltrpar \sectd
+
+\pard\plain \posxc\posyc First page textbox \par
+\pard 1st page
+
+
+\page \sect \sectd \sbknone
+
+\pard\plain 2nd page
+\par
+}
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/rtfexport/data/tdf158586_pageBreak0B.rtf libreoffice-7.6.5.2/sw/qa/extras/rtfexport/data/tdf158586_pageBreak0B.rtf
--- libreoffice-7.6.4.1/sw/qa/extras/rtfexport/data/tdf158586_pageBreak0B.rtf	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/rtfexport/data/tdf158586_pageBreak0B.rtf	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,15 @@
+{\rtf1
+
+\paperw8419\paperh5953
+
+\spltpgpar
+
+\ltrpar \sectd
+
+\pard\plain \phpg\pvpg
+
+\page \sect \sectd \sbknone
+
+\pard\plain First page
+\par
+}
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/rtfexport/data/tdf158586_pageBreak0.rtf libreoffice-7.6.5.2/sw/qa/extras/rtfexport/data/tdf158586_pageBreak0.rtf
--- libreoffice-7.6.4.1/sw/qa/extras/rtfexport/data/tdf158586_pageBreak0.rtf	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/rtfexport/data/tdf158586_pageBreak0.rtf	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,15 @@
+{\rtf1
+
+\paperw8419\paperh5953
+
+\spltpgpar
+
+\ltrpar \sectd
+
+\pard\plain \wraptight
+
+\page \sect \sectd \sbknone
+
+\pard\plain First page
+\par
+}
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/rtfexport/data/tdf158586_pageBreak1_header.rtf libreoffice-7.6.5.2/sw/qa/extras/rtfexport/data/tdf158586_pageBreak1_header.rtf
--- libreoffice-7.6.4.1/sw/qa/extras/rtfexport/data/tdf158586_pageBreak1_header.rtf	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/rtfexport/data/tdf158586_pageBreak1_header.rtf	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,17 @@
+{\rtf1
+
+\paperw8419\paperh5953
+
+\spltpgpar
+
+\ltrpar \sectd
+
+{\headerl \pard\plain \par}
+
+\pard\plain \wrapdefault\pvmrg\posxl\absw0\absh0\phcol \posyil\abslock\dxfrtext10
+
+\page \sect \sectd \sbknone
+
+\pard\plain Second page
+\par
+}
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/rtfexport/data/tdf158586_pageBreak1.rtf libreoffice-7.6.5.2/sw/qa/extras/rtfexport/data/tdf158586_pageBreak1.rtf
--- libreoffice-7.6.4.1/sw/qa/extras/rtfexport/data/tdf158586_pageBreak1.rtf	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/rtfexport/data/tdf158586_pageBreak1.rtf	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,15 @@
+{\rtf1
+
+\paperw8419\paperh5953
+
+\spltpgpar
+
+\ltrpar \sectd
+
+\pard\plain \wrapdefault\pvmrg\posxl\absw0\absh0\phcol \posyil\abslock\dxfrtext10
+
+\page \sect \sectd \sbknone
+
+\pard\plain Second page
+\par
+}
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/rtfexport/rtfexport6.cxx libreoffice-7.6.5.2/sw/qa/extras/rtfexport/rtfexport6.cxx
--- libreoffice-7.6.4.1/sw/qa/extras/rtfexport/rtfexport6.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/rtfexport/rtfexport6.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -160,6 +160,20 @@
                          getProperty<float>(getRun(getParagraph(1), 1), "CharWeight"));
 }
 
+DECLARE_RTFEXPORT_TEST(testTdf108505_fieldCharFormat, "tdf108505_fieldCharFormat.rtf")
+{
+    uno::Reference<text::XTextTable> xTable(getParagraphOrTable(1), uno::UNO_QUERY);
+    uno::Reference<text::XTextRange> xCell(xTable->getCellByName("C1"), uno::UNO_QUERY);
+    uno::Reference<text::XTextRange> xPara = getParagraphOfText(1, xCell->getText());
+
+    // Character formatting can be defined inside the field for part of it. It wasn't being applied.
+    // Bold and green are specified. \fldrslt's "bogus result" (with italic/red) should be ignored.
+    uno::Reference<text::XTextRange> xRun = getRun(xPara, 3, "MZ");
+    CPPUNIT_ASSERT_EQUAL(awt::FontWeight::BOLD, getProperty<float>(xRun, "CharWeight"));
+    CPPUNIT_ASSERT_EQUAL(awt::FontSlant_NONE, getProperty<awt::FontSlant>(xRun, "CharPosture"));
+    // CPPUNIT_ASSERT_EQUAL(COL_LIGHTGREEN, getProperty<Color>(xRun, "CharColor"));
+}
+
 /** Make sure that the document variable "Unused", which is not referenced in the document,
     is imported and exported. */
 DECLARE_RTFEXPORT_TEST(testTdf150267, "tdf150267.rtf")
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/rtfexport/rtfexport8.cxx libreoffice-7.6.5.2/sw/qa/extras/rtfexport/rtfexport8.cxx
--- libreoffice-7.6.4.1/sw/qa/extras/rtfexport/rtfexport8.cxx	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/rtfexport/rtfexport8.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,111 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#include <swmodeltestbase.hxx>
+
+#include <com/sun/star/text/XFootnote.hpp>
+#include <com/sun/star/text/XFootnotesSupplier.hpp>
+#include <com/sun/star/awt/FontWeight.hpp>
+#include <com/sun/star/text/XEndnotesSupplier.hpp>
+#include <com/sun/star/text/XTextFieldsSupplier.hpp>
+#include <com/sun/star/text/XTextTablesSupplier.hpp>
+#include <com/sun/star/text/XTextTable.hpp>
+#include <com/sun/star/text/XTextDocument.hpp>
+#include <com/sun/star/style/TabStop.hpp>
+
+#include <comphelper/sequenceashashmap.hxx>
+#include <tools/UnitConversion.hxx>
+#include <comphelper/propertyvalue.hxx>
+
+#include <unotxdoc.hxx>
+#include <docsh.hxx>
+#include <wrtsh.hxx>
+#include <fmtpdsc.hxx>
+#include <IDocumentContentOperations.hxx>
+#include <IDocumentSettingAccess.hxx>
+#include <itabenum.hxx>
+#include <frmmgr.hxx>
+#include <formatflysplit.hxx>
+#include <fmtwrapinfluenceonobjpos.hxx>
+
+using namespace css;
+
+class Test : public SwModelTestBase
+{
+public:
+    Test()
+        : SwModelTestBase("/sw/qa/extras/rtfexport/data/", "Rich Text Format")
+    {
+    }
+};
+
+DECLARE_RTFEXPORT_TEST(testTdf158586_0, "tdf158586_pageBreak0.rtf")
+{
+    // The specified page break must be lost because it is in a text frame
+    CPPUNIT_ASSERT_EQUAL(1, getPages());
+    CPPUNIT_ASSERT_EQUAL(1, getParagraphs());
+
+    // There should be no empty paragraph at the start
+    const auto& pLayout = parseLayoutDump();
+    assertXPath(pLayout, "//anchored", 1);
+    assertXPathContent(pLayout, "/root/page[1]/body//txt", "First page");
+}
+
+DECLARE_RTFEXPORT_TEST(testTdf158586_0B, "tdf158586_pageBreak0B.rtf")
+{
+    // The specified page break must be lost because it is in a text frame
+    CPPUNIT_ASSERT_EQUAL(1, getPages());
+    CPPUNIT_ASSERT_EQUAL(1, getParagraphs());
+
+    // There should be no empty paragraph at the start
+    const auto& pLayout = parseLayoutDump();
+    assertXPath(pLayout, "//anchored", 1);
+    assertXPathContent(pLayout, "/root/page[1]/body//txt", "First page");
+}
+
+DECLARE_RTFEXPORT_TEST(testTdf158586_1, "tdf158586_pageBreak1.rtf")
+{
+    // None of the specified text frame settings initiates a real text frame - page break not lost
+    CPPUNIT_ASSERT_EQUAL(2, getPages());
+    CPPUNIT_ASSERT_EQUAL(2, getParagraphs());
+
+    // There should be no empty carriage return at the start of the second page
+    const auto& pLayout = parseLayoutDump();
+    // on import there is a section on page 2; on reimport there is no section
+    // (probably not an important difference?)
+    assertXPathContent(pLayout, "/root/page[2]/body//txt", "Second page");
+}
+
+DECLARE_RTFEXPORT_TEST(testTdf158586_1header, "tdf158586_pageBreak1_header.rtf")
+{
+    // None of the specified text frame settings initiates a real text frame - page break not lost
+    CPPUNIT_ASSERT_EQUAL(2, getPages());
+    CPPUNIT_ASSERT_EQUAL(2, getParagraphs());
+
+    // There should be no empty carriage return at the start of the second page
+    const auto& pLayout = parseLayoutDump();
+    // on import there is a section on page 2; on reimport there is no section
+    // (probably not an important difference?)
+    assertXPathContent(pLayout, "/root/page[2]/body//txt", "Second page");
+}
+
+DECLARE_RTFEXPORT_TEST(testTdf158586_lostFrame, "tdf158586_lostFrame.rtf")
+{
+    // The anchor and align properties are sufficient to define a frame
+    const auto& pLayout = parseLayoutDump();
+    assertXPath(pLayout, "//anchored", 1);
+    assertXPathContent(pLayout, "//page[1]/body//txt", "1st page");
+    assertXPathContent(pLayout, "//page[2]/body//txt", "2nd page");
+
+    CPPUNIT_ASSERT_EQUAL(2, getPages());
+}
+
+CPPUNIT_PLUGIN_IMPLEMENT();
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/uiwriter/data/tdf158459_tracked_changes_across_nodes.fodt libreoffice-7.6.5.2/sw/qa/extras/uiwriter/data/tdf158459_tracked_changes_across_nodes.fodt
--- libreoffice-7.6.4.1/sw/qa/extras/uiwriter/data/tdf158459_tracked_changes_across_nodes.fodt	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/uiwriter/data/tdf158459_tracked_changes_across_nodes.fodt	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
+ <office:body>
+  <office:text>
+   <text:tracked-changes text:track-changes="false">
+    <text:changed-region xml:id="ct1" text:id="ct1">
+     <text:deletion>
+      <office:change-info>
+       <dc:creator>x</dc:creator>
+       <dc:date>2000-01-01</dc:date>
+      </office:change-info>
+     </text:deletion>
+    </text:changed-region>
+    <text:changed-region xml:id="ct2" text:id="ct2">
+     <text:insertion>
+      <office:change-info>
+       <dc:creator>x</dc:creator>
+       <dc:date>2000-01-02</dc:date>
+      </office:change-info>
+     </text:insertion>
+    </text:changed-region>
+    <text:changed-region xml:id="ct3" text:id="ct3">
+     <text:deletion>
+      <office:change-info>
+       <dc:creator>x</dc:creator>
+       <dc:date>2000-01-03</dc:date>
+      </office:change-info>
+     </text:deletion>
+    </text:changed-region>
+    <text:changed-region xml:id="ct4" text:id="ct4">
+     <text:deletion>
+      <office:change-info>
+       <dc:creator>x</dc:creator>
+       <dc:date>2000-01-04</dc:date>
+      </office:change-info>
+     </text:deletion>
+    </text:changed-region>
+   </text:tracked-changes>
+   <text:p/>
+   <text:p>a<text:change-start text:change-id="ct1"/></text:p>
+   <text:p><text:change-end text:change-id="ct1"/><text:change-start text:change-id="ct2"/>b<text:change-end text:change-id="ct2"/><text:change-start text:change-id="ct3"/>c<text:change-end text:change-id="ct3"/>d<text:change-start text:change-id="ct4"/>e<text:change-end text:change-id="ct4"/>f</text:p>
+  </office:text>
+ </office:body>
+</office:document>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/uiwriter/data/tdf158703.fodt libreoffice-7.6.5.2/sw/qa/extras/uiwriter/data/tdf158703.fodt
--- libreoffice-7.6.4.1/sw/qa/extras/uiwriter/data/tdf158703.fodt	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/uiwriter/data/tdf158703.fodt	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
+ <office:automatic-styles>
+  <style:style style:name="P1" style:family="paragraph">
+   <style:text-properties fo:language="fr" fo:country="FR"/>
+  </style:style>
+ </office:automatic-styles>
+ <office:body>
+  <office:text>
+   <text:p text:style-name="P1">Foo <text:s text:c="5"/></text:p>
+  </office:text>
+ </office:body>
+</office:document>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/uiwriter/data/tdf158785_hyperlink.fodt libreoffice-7.6.5.2/sw/qa/extras/uiwriter/data/tdf158785_hyperlink.fodt
--- libreoffice-7.6.4.1/sw/qa/extras/uiwriter/data/tdf158785_hyperlink.fodt	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/uiwriter/data/tdf158785_hyperlink.fodt	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<office:document  xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0"
+office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
+ <office:body>
+  <office:text>
+   <text:p>–<text:a xlink:type="simple" xlink:href="http://www.dordt.edu/">www.dordt.edu</text:a>–</text:p>
+  </office:text>
+ </office:body>
+</office:document>
Binärdateien libreoffice-7.6.4.1/sw/qa/extras/uiwriter/data/tdf159026.docx und libreoffice-7.6.5.2/sw/qa/extras/uiwriter/data/tdf159026.docx sind verschieden.
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/uiwriter/uiwriter5.cxx libreoffice-7.6.5.2/sw/qa/extras/uiwriter/uiwriter5.cxx
--- libreoffice-7.6.4.1/sw/qa/extras/uiwriter/uiwriter5.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/uiwriter/uiwriter5.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1290,8 +1290,8 @@
     // Get the image anchor doc model position.
     SwFlyFrame* pFly = pWrtShell->GetCurrFlyFrame(false);
     CPPUNIT_ASSERT(pFly);
-    SwFrameFormat& rFlyFormat = pFly->GetFrameFormat();
-    const SwPosition* pImageAnchor = rFlyFormat.GetAnchor().GetContentAnchor();
+    SwFrameFormat* pFlyFormat = pFly->GetFrameFormat();
+    const SwPosition* pImageAnchor = pFlyFormat->GetAnchor().GetContentAnchor();
     CPPUNIT_ASSERT(pImageAnchor);
 
     // Get the annotation mark doc model start.
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/uiwriter/uiwriter8.cxx libreoffice-7.6.5.2/sw/qa/extras/uiwriter/uiwriter8.cxx
--- libreoffice-7.6.4.1/sw/qa/extras/uiwriter/uiwriter8.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/uiwriter/uiwriter8.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -15,9 +15,11 @@
 #include <com/sun/star/awt/FontWeight.hpp>
 #include <com/sun/star/drawing/GraphicExportFilter.hpp>
 #include <IDocumentDrawModelAccess.hxx>
+#include <com/sun/star/text/XTextFrame.hpp>
 #include <com/sun/star/text/XTextTable.hpp>
 #include <com/sun/star/text/XTextViewCursorSupplier.hpp>
 #include <com/sun/star/text/XPageCursor.hpp>
+#include <com/sun/star/view/XSelectionSupplier.hpp>
 #include <comphelper/propertysequence.hxx>
 #include <boost/property_tree/json_parser.hpp>
 #include <frameformats.hxx>
@@ -236,6 +238,62 @@
     assertXPath(pXmlDoc, "/root/page[1]/body/tab/row", 2);
 }
 
+CPPUNIT_TEST_FIXTURE(SwUiWriterTest8, testTdf159026)
+{
+    // load a floating table (tables in DOCX footnotes
+    // imported as floating tables in Writer)
+    createSwDoc("tdf159026.docx");
+    SwDoc* pDoc = getSwDoc();
+    CPPUNIT_ASSERT(pDoc);
+    SwWrtShell* pWrtShell = pDoc->GetDocShell()->GetWrtShell();
+    CPPUNIT_ASSERT(pWrtShell);
+
+    // enable redlining
+    dispatchCommand(mxComponent, ".uno:TrackChanges", {});
+    CPPUNIT_ASSERT_MESSAGE("redlining should be on",
+                           pDoc->getIDocumentRedlineAccess().IsRedlineOn());
+    // hide changes
+    dispatchCommand(mxComponent, ".uno:ShowTrackedChanges", {});
+    CPPUNIT_ASSERT(pWrtShell->GetLayout()->IsHideRedlines());
+
+    // select table with SelectionSupplier
+    uno::Reference<text::XTextTablesSupplier> xTextTablesSupplier(mxComponent, uno::UNO_QUERY);
+    uno::Reference<container::XIndexAccess> xIndexAccess(xTextTablesSupplier->getTextTables(),
+                                                         uno::UNO_QUERY);
+    CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xIndexAccess->getCount());
+
+    uno::Reference<frame::XModel> xModel(mxComponent, uno::UNO_QUERY);
+    uno::Reference<view::XSelectionSupplier> xSelSupplier(xModel->getCurrentController(),
+                                                          uno::UNO_QUERY_THROW);
+    // select floating table (table in a frame)
+    xSelSupplier->select(xIndexAccess->getByIndex(0));
+
+    // delete table with track changes
+    dispatchCommand(mxComponent, ".uno:DeleteTable", {});
+
+    // tracked table deletion
+    CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xIndexAccess->getCount());
+
+    // hidden table
+    xmlDocUniquePtr pXmlDoc = parseLayoutDump();
+    assertXPath(pXmlDoc, "//tab", 0);
+
+    // delete frame
+    uno::Reference<text::XTextFramesSupplier> xTextFramesSupplier(mxComponent, uno::UNO_QUERY);
+    uno::Reference<container::XIndexAccess> xIndexAccess2(xTextFramesSupplier->getTextFrames(),
+                                                          uno::UNO_QUERY);
+    xSelSupplier->select(xIndexAccess2->getByIndex(0));
+    dispatchCommand(mxComponent, ".uno:Delete", {});
+
+    // undo frame deletion
+    dispatchCommand(mxComponent, ".uno:Undo", {});
+
+    // undo tracked table deletion
+
+    // This resulted crashing
+    dispatchCommand(mxComponent, ".uno:Undo", {});
+}
+
 CPPUNIT_TEST_FIXTURE(SwUiWriterTest8, testTdf147347)
 {
     // load a 2-row table, set Hide Changes mode and delete the table with change tracking
@@ -2767,6 +2825,48 @@
     assertXPath(pXml, para_style_path, "master-page-name", "Right_20_Page");
 }
 
+CPPUNIT_TEST_FIXTURE(SwUiWriterTest8, testTdf158459)
+{
+    createSwDoc("tdf158459_tracked_changes_across_nodes.fodt");
+    SwDoc* pDoc = getSwDoc();
+
+    SwWrtShell* pWrtShell = pDoc->GetDocShell()->GetWrtShell();
+    CPPUNIT_ASSERT(pWrtShell);
+    pWrtShell->FwdPara(); // Skip first paragraph
+    pWrtShell->EndOfSection(true); // Select everything to the end
+
+    SwDoc aClipboard;
+    pWrtShell->Copy(aClipboard); // This must not crash
+
+    pWrtShell->SelAll();
+    pWrtShell->Delete();
+    pWrtShell->Paste(aClipboard); // Replace everything with the copied stuff
+
+    SwNodes& rNodes = pDoc->GetNodes();
+    SwNodeIndex aIdx(rNodes.GetEndOfExtras());
+    SwContentNode* pContentNode = rNodes.GoNext(&aIdx);
+    CPPUNIT_ASSERT(pContentNode);
+    SwTextNode* pTextNode = pContentNode->GetTextNode();
+    CPPUNIT_ASSERT(pTextNode);
+    // Check that deleted parts (paragraph break, "c", "e") haven't been pasted
+    CPPUNIT_ASSERT_EQUAL(OUString("abdf"), pTextNode->GetText());
+}
+
+CPPUNIT_TEST_FIXTURE(SwUiWriterTest8, testTdf158703)
+{
+    // Given a document with French text, consisting of a word and several spaces:
+    createSwDoc("tdf158703.fodt");
+    SwXTextDocument* pTextDoc = dynamic_cast<SwXTextDocument*>(mxComponent.get());
+    CPPUNIT_ASSERT(pTextDoc);
+
+    dispatchCommand(mxComponent, ".uno:GoToEndOfDoc", {});
+
+    // Typing ":" after the spaces should start auto-correction, which is expected to
+    // remove the spaces, and insert an NBSP instead. It must not crash.
+    emulateTyping(*pTextDoc, u":");
+    CPPUNIT_ASSERT_EQUAL(OUString(u"Foo\u00A0:"), getParagraph(1)->getString());
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff -Nur libreoffice-7.6.4.1/sw/qa/extras/uiwriter/uiwriter9.cxx libreoffice-7.6.5.2/sw/qa/extras/uiwriter/uiwriter9.cxx
--- libreoffice-7.6.4.1/sw/qa/extras/uiwriter/uiwriter9.cxx	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/extras/uiwriter/uiwriter9.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,74 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#include <swmodeltestbase.hxx>
+#include <LibreOfficeKit/LibreOfficeKitEnums.h>
+#include <vcl/scheduler.hxx>
+#include <com/sun/star/table/TableBorder2.hpp>
+#include <com/sun/star/text/XDocumentIndex.hpp>
+#include <com/sun/star/text/XTextFrame.hpp>
+#include <com/sun/star/text/XTextTable.hpp>
+#include <com/sun/star/text/XTextViewCursorSupplier.hpp>
+#include <com/sun/star/text/XPageCursor.hpp>
+#include <comphelper/propertysequence.hxx>
+#include <swdtflvr.hxx>
+#include <o3tl/string_view.hxx>
+
+#include <view.hxx>
+#include <wrtsh.hxx>
+#include <unotxdoc.hxx>
+#include <ndtxt.hxx>
+#include <toxmgr.hxx>
+#include <IDocumentFieldsAccess.hxx>
+#include <IDocumentRedlineAccess.hxx>
+#include <fmtinfmt.hxx>
+
+namespace
+{
+class SwUiWriterTest9 : public SwModelTestBase
+{
+public:
+    SwUiWriterTest9()
+        : SwModelTestBase("/sw/qa/extras/uiwriter/data/")
+    {
+    }
+};
+
+CPPUNIT_TEST_FIXTURE(SwUiWriterTest9, testTdf158785)
+{
+    // given a document with a hyperlink surrounded by N-dashes (–www.dordt.edu–)
+    createSwDoc("tdf158785_hyperlink.fodt");
+    SwDoc& rDoc = *getSwDoc();
+    SwWrtShell* pWrtShell = rDoc.GetDocShell()->GetWrtShell();
+    CPPUNIT_ASSERT(pWrtShell);
+
+    // go to the end of the hyperlink
+    pWrtShell->SttEndDoc(/*bStart=*/false);
+    pWrtShell->Left(SwCursorSkipMode::Chars, /*bSelect=*/false, 1, /*bBasicCall=*/false);
+    // get last point that will be part of the hyperlink (current position 1pt wide).
+    Point aLogicL(pWrtShell->GetCharRect().Center());
+    Point aLogicR(aLogicL);
+
+    // sanity check - we really are right by the hyperlink
+    aLogicL.AdjustX(-1);
+    SwContentAtPos aContentAtPos(IsAttrAtPos::InetAttr);
+    pWrtShell->GetContentAtPos(aLogicL, aContentAtPos);
+    CPPUNIT_ASSERT_EQUAL(IsAttrAtPos::InetAttr, aContentAtPos.eContentAtPos);
+
+    // The test: the position of the N-dash should not indicate hyperlink properties
+    // cursor pos would NOT be considered part of the hyperlink, but increase for good measure...
+    aLogicR.AdjustX(1);
+    pWrtShell->GetContentAtPos(aLogicR, aContentAtPos);
+    CPPUNIT_ASSERT_EQUAL(IsAttrAtPos::NONE, aContentAtPos.eContentAtPos);
+}
+
+} // end of anonymouse namespace
+CPPUNIT_PLUGIN_IMPLEMENT();
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff -Nur libreoffice-7.6.4.1/sw/qa/uibase/uiview/uiview.cxx libreoffice-7.6.5.2/sw/qa/uibase/uiview/uiview.cxx
--- libreoffice-7.6.4.1/sw/qa/uibase/uiview/uiview.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/qa/uibase/uiview/uiview.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -294,6 +294,25 @@
     CPPUNIT_ASSERT_GREATEREQUAL(1, pInterceptor->m_nDisabled);
 }
 
+CPPUNIT_TEST_FIXTURE(SwUibaseUiviewTest, testPrintPreview)
+{
+    // Given a normal Writer view, in half-destroyed state, similar to what
+    // SfxViewFrame::SwitchToViewShell_Impl() does in practice:
+    createSwDoc();
+    SwDocShell* pDocShell = getSwDocShell();
+    SwView* pView = pDocShell->GetView();
+    FmFormShell* pFormShell = pView->GetFormShell();
+    pView->SetFormShell(reinterpret_cast<FmFormShell*>(-1));
+    pView->SetDying();
+
+    // When selecting a shell, similar to what happens the doc size changes:
+    // Then make sure we don't crash:
+    pView->SelectShell();
+
+    // Restore the state and shut down.
+    pView->SetFormShell(pFormShell);
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff -Nur libreoffice-7.6.4.1/sw/source/core/access/AccessibilityCheck.cxx libreoffice-7.6.5.2/sw/source/core/access/AccessibilityCheck.cxx
--- libreoffice-7.6.4.1/sw/source/core/access/AccessibilityCheck.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/access/AccessibilityCheck.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -124,7 +124,7 @@
                                           sfx::AccessibilityIssueID::NO_ALT_GRAPHIC);
                 pIssue->setDoc(pNoTextNode->GetDoc());
                 pIssue->setIssueObject(IssueObject::GRAPHIC);
-                pIssue->setObjectID(pNoTextNode->GetFlyFormat()->GetName());
+                pIssue->setObjectID(pFrameFormat->GetName());
                 pIssue->setNode(pNoTextNode);
             }
         }
@@ -307,6 +307,10 @@
         if (!pNextTextNode)
             return;
 
+        SwSectionNode* pNd = pCurrentTextNode->FindSectionNode();
+        if (pNd && pNd->GetSection().GetType() == SectionType::ToxContent)
+            return;
+
         for (auto& rPair : m_aNumberingCombinations)
         {
             if (pCurrentTextNode->GetText().startsWith(rPair.first)
@@ -995,10 +999,12 @@
             return;
 
         // Check if it's a real caption
-        const SwNode* aStartFly = pCurrent->FindFlyStartNode();
-        if (aStartFly
-            && aStartFly->GetFlyFormat()->GetAnchor().GetAnchorId() != RndStdIds::FLY_AS_CHAR)
-            return;
+        if (const SwNode* pStartFly = pCurrent->FindFlyStartNode())
+        {
+            const SwFrameFormat* pFormat = pStartFly->GetFlyFormat();
+            if (!pFormat || pFormat->GetAnchor().GetAnchorId() != RndStdIds::FLY_AS_CHAR)
+                return;
+        }
 
         auto aIter = SwIterator<SwTextFrame, SwTextNode, sw::IteratorMode::UnwrapMulti>(*pTextNode);
         auto nCount = 0;
@@ -1188,14 +1194,20 @@
             return;
 
         // If a node is in fly and if it is not anchored as char, throw warning.
-        const SwNode* startFly = pCurrent->FindFlyStartNode();
-        if (startFly
-            && startFly->GetFlyFormat()->GetAnchor().GetAnchorId() != RndStdIds::FLY_AS_CHAR)
+        const SwNode* pStartFly = pCurrent->FindFlyStartNode();
+        if (!pStartFly)
+            return;
+
+        const SwFrameFormat* pFormat = pStartFly->GetFlyFormat();
+        if (!pFormat)
+            return;
+
+        if (pFormat->GetAnchor().GetAnchorId() != RndStdIds::FLY_AS_CHAR)
         {
             SwNodeIndex aCurrentIdx(*pCurrent);
-            SwNodeIndex aIdx(*startFly);
+            SwNodeIndex aIdx(*pStartFly);
             SwNode* pFirstTextNode = &aIdx.GetNode();
-            SwNodeOffset nEnd = startFly->EndOfSectionIndex();
+            SwNodeOffset nEnd = pStartFly->EndOfSectionIndex();
             while (aIdx < nEnd)
             {
                 if (pFirstTextNode->IsContentNode() && pFirstTextNode->IsTextNode())
@@ -1204,7 +1216,7 @@
                     {
                         auto pIssue = lclAddIssue(m_rIssueCollection, SwResId(STR_FLOATING_TEXT));
                         pIssue->setIssueObject(IssueObject::TEXTFRAME);
-                        pIssue->setObjectID(startFly->GetFlyFormat()->GetName());
+                        pIssue->setObjectID(pFormat->GetName());
                         pIssue->setDoc(pCurrent->GetDoc());
                         pIssue->setNode(pCurrent);
                     }
diff -Nur libreoffice-7.6.4.1/sw/source/core/crsr/crstrvl.cxx libreoffice-7.6.5.2/sw/source/core/crsr/crstrvl.cxx
--- libreoffice-7.6.4.1/sw/source/core/crsr/crstrvl.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/crsr/crstrvl.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1785,8 +1785,6 @@
                 sal_Int32 index = aPos.GetContentIndex();
                 pTextAttr = pTextNd->GetTextAttrAt(index, RES_TXTATR_INETFMT);
 
-                if(!pTextAttr && index > 0)
-                    pTextAttr = pTextNd->GetTextAttrAt(index - 1, RES_TXTATR_INETFMT);
                 // "detect" only INetAttrs with URLs
                 if( pTextAttr && !pTextAttr->GetINetFormat().GetValue().isEmpty() )
                 {
diff -Nur libreoffice-7.6.4.1/sw/source/core/doc/docbm.cxx libreoffice-7.6.5.2/sw/source/core/doc/docbm.cxx
--- libreoffice-7.6.4.1/sw/source/core/doc/docbm.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/doc/docbm.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1410,6 +1410,16 @@
         return IDocumentMarkAccess::iterator(ret);
     }
 
+    // find the first Mark that does not start before
+    IDocumentMarkAccess::const_iterator_t MarkManager::findFirstMarkNotStartsBefore(const SwPosition& rPos) const
+    {
+        return std::lower_bound(
+                m_vAllMarks.begin(),
+                m_vAllMarks.end(),
+                rPos,
+                CompareIMarkStartsBefore());
+    }
+
     IDocumentMarkAccess::const_iterator_t MarkManager::getAllMarksBegin() const
         { return m_vAllMarks.begin(); }
 
diff -Nur libreoffice-7.6.4.1/sw/source/core/doc/docdraw.cxx libreoffice-7.6.5.2/sw/source/core/doc/docdraw.cxx
--- libreoffice-7.6.4.1/sw/source/core/doc/docdraw.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/doc/docdraw.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -463,14 +463,17 @@
             SdrObject *pObj = rMrkList.GetMark( i )->GetMarkedSdrObj();
             if( dynamic_cast<const SwVirtFlyDrawObj*>( pObj) ==  nullptr )
             {
-                SwDrawContact *pC = static_cast<SwDrawContact*>(GetUserCall(pObj));
-                SwDrawFrameFormat *pFrameFormat = static_cast<SwDrawFrameFormat*>(pC->GetFormat());
-                if( pFrameFormat &&
-                    RndStdIds::FLY_AS_CHAR == pFrameFormat->GetAnchor().GetAnchorId() )
+                if (SwDrawContact* pC = static_cast<SwDrawContact*>(GetUserCall(pObj)))
                 {
-                    rDrawView.MarkObj( pObj, rDrawView.Imp().GetPageView(), true );
-                    --i;
-                    getIDocumentLayoutAccess().DelLayoutFormat( pFrameFormat );
+                    SwDrawFrameFormat* pFrameFormat
+                        = static_cast<SwDrawFrameFormat*>(pC->GetFormat());
+                    if (pFrameFormat
+                        && RndStdIds::FLY_AS_CHAR == pFrameFormat->GetAnchor().GetAnchorId())
+                    {
+                        rDrawView.MarkObj(pObj, rDrawView.Imp().GetPageView(), true);
+                        --i;
+                        getIDocumentLayoutAccess().DelLayoutFormat(pFrameFormat);
+                    }
                 }
             }
         }
diff -Nur libreoffice-7.6.4.1/sw/source/core/doc/doclay.cxx libreoffice-7.6.5.2/sw/source/core/doc/doclay.cxx
--- libreoffice-7.6.4.1/sw/source/core/doc/doclay.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/doc/doclay.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -557,10 +557,8 @@
             for(SwAnchoredObject* pAnchoredObj : rObjs)
             {
                 SwFrameFormat *pFly;
-                if ( pAnchoredObj->DynCastFlyFrame() !=  nullptr )
-                    pFly = &(pAnchoredObj->GetFrameFormat());
-                else if ( bDrawAlso )
-                    pFly = &(pAnchoredObj->GetFrameFormat());
+                if (bDrawAlso || pAnchoredObj->DynCastFlyFrame())
+                    pFly = pAnchoredObj->GetFrameFormat();
                 else
                     continue;
 
diff -Nur libreoffice-7.6.4.1/sw/source/core/doc/DocumentContentOperationsManager.cxx libreoffice-7.6.5.2/sw/source/core/doc/DocumentContentOperationsManager.cxx
--- libreoffice-7.6.4.1/sw/source/core/doc/DocumentContentOperationsManager.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/doc/DocumentContentOperationsManager.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -440,11 +440,16 @@
 
         ::sw::UndoGuard const undoGuard(rDestDoc.GetIDocumentUndoRedo());
 
+        // At this point, pDelPam points to the last of maybe several disjoint selections, organized
+        // in reverse order in document (so every GetNext() returns a PaM closer to document start,
+        // until wrap to pDelPam). Removal of the selections must be from last in document to first,
+        // to avoid situations when another PaM in chain points into the node that will be destroyed
+        // (joined to previous) by removal of the currently processed PaM.
         do {
-            rDestDoc.getIDocumentContentOperations().DeleteAndJoin( *pDelPam->GetNext() );
+            rDestDoc.getIDocumentContentOperations().DeleteAndJoin(*pDelPam);
             if( !pDelPam->IsMultiSelection() )
                 break;
-            delete pDelPam->GetNext();
+            pDelPam.reset(pDelPam->GetNext());
         } while( true );
 
         rDestDoc.getIDocumentRedlineAccess().SetRedlineFlags_intern( eOld );
diff -Nur libreoffice-7.6.4.1/sw/source/core/draw/dcontact.cxx libreoffice-7.6.5.2/sw/source/core/draw/dcontact.cxx
--- libreoffice-7.6.4.1/sw/source/core/draw/dcontact.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/draw/dcontact.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -494,7 +494,7 @@
         {
             for (SwAnchoredObject const*const pAnchoredObj : *pObjs)
             {
-                if (&pAnchoredObj->GetFrameFormat() == pDrawFormat)
+                if (pAnchoredObj->GetFrameFormat() == pDrawFormat)
                 {
                     return pAnchoredObj->GetDrawObj()->GetOrdNum() + 1;
                 }
@@ -1236,7 +1236,7 @@
                 // #i31698# - determine layout direction
                 // via draw frame format.
                 SwFrameFormat::tLayoutDir eLayoutDir =
-                                pAnchoredDrawObj->GetFrameFormat().GetLayoutDir();
+                                pAnchoredDrawObj->GetFrameFormat()->GetLayoutDir();
                 // use geometry of drawing object
                 tools::Rectangle aObjRect( rObj.GetSnapRect() );
                 // If drawing object is a member of a group, the adjustment
@@ -1969,7 +1969,7 @@
                                 {
                                     for (const SwAnchoredObject* pAnchoredObj : *pObjs)
                                     {
-                                        if (&pAnchoredObj->GetFrameFormat() == pFlyFormat)
+                                        if (pAnchoredObj->GetFrameFormat() == pFlyFormat)
                                         {
                                             SdrPage* pDrawPage = pAnchoredObj->GetDrawObj()->getSdrPageFromSdrObject();
                                             if (pDrawPage)
@@ -2361,7 +2361,7 @@
         {
             for (SwAnchoredObject const*const pAnchoredObj : *pObjs)
             {
-                if (&pAnchoredObj->GetFrameFormat() == pFlyFormat)
+                if (pAnchoredObj->GetFrameFormat() == pFlyFormat)
                 {
                     assert(dynamic_cast<SwFlyFrame const*>(pAnchoredObj));
 
diff -Nur libreoffice-7.6.4.1/sw/source/core/draw/dview.cxx libreoffice-7.6.5.2/sw/source/core/draw/dview.cxx
--- libreoffice-7.6.4.1/sw/source/core/draw/dview.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/draw/dview.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -550,7 +550,7 @@
     {
         size_t nTmpNewPos( nNewPos );
         const SwFrameFormat* pParentFrameFormat =
-                pParentAnchoredObj ? &(pParentAnchoredObj->GetFrameFormat()) : nullptr;
+                pParentAnchoredObj ? pParentAnchoredObj->GetFrameFormat() : nullptr;
         const SdrObject* pTmpObj = pDrawPage->GetObj( nNewPos + 1 );
         while ( pTmpObj )
         {
@@ -562,7 +562,7 @@
             const SwFlyFrame* pTmpParentObj = pTmpAnchorFrame
                                             ? pTmpAnchorFrame->FindFlyFrame() : nullptr;
             if ( pTmpParentObj &&
-                 &(pTmpParentObj->GetFrameFormat()) != pParentFrameFormat )
+                 pTmpParentObj->GetFrameFormat() != pParentFrameFormat )
             {
                 if ( bMovedForward )
                 {
@@ -977,16 +977,19 @@
     {
         SdrObject *pObject = rMarkList.GetMark(i)->GetMarkedSdrObj();
         SwContact* pContact = GetUserCall(pObject);
-        SwFrameFormat* pFormat = pContact->GetFormat();
-        if (pObject->getChildrenOfSdrObject())
+        if (pContact)
         {
-            auto pChildTextBoxes = SwTextBoxHelper::CollectTextBoxes(pObject, pFormat);
-            for (auto& rChildTextBox : pChildTextBoxes)
-                aTextBoxesToDelete.push_back(rChildTextBox);
-        }
-        else
-            if (SwFrameFormat* pTextBox = SwTextBoxHelper::getOtherTextBoxFormat(pFormat, RES_DRAWFRMFMT))
+            SwFrameFormat* pFormat = pContact->GetFormat();
+            if (pObject->getChildrenOfSdrObject())
+            {
+                auto pChildTextBoxes = SwTextBoxHelper::CollectTextBoxes(pObject, pFormat);
+                for (auto& rChildTextBox : pChildTextBoxes)
+                    aTextBoxesToDelete.push_back(rChildTextBox);
+            }
+            else if (SwFrameFormat* pTextBox
+                     = SwTextBoxHelper::getOtherTextBoxFormat(pFormat, RES_DRAWFRMFMT))
                 aTextBoxesToDelete.push_back(pTextBox);
+        }
     }
 
     if ( pDoc->DeleteSelection( *this ) )
diff -Nur libreoffice-7.6.4.1/sw/source/core/edit/autofmt.cxx libreoffice-7.6.5.2/sw/source/core/edit/autofmt.cxx
--- libreoffice-7.6.4.1/sw/source/core/edit/autofmt.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/edit/autofmt.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -2098,8 +2098,8 @@
                         : LANGUAGE_SYSTEM;
 
                     SetRedlineText( STR_AUTOFMTREDL_NON_BREAK_SPACE );
-                    if (pATst->FnAddNonBrkSpace(aACorrDoc, *pText, sal_Int32(nPos), eLang, bNbspRunNext))
-                        --nPos;
+                    if (sal_Int32 nUpdatedPos = pATst->FnAddNonBrkSpace(aACorrDoc, *pText, sal_Int32(nPos), eLang, bNbspRunNext); nUpdatedPos >= 0)
+                        nPos = TextFrameIndex(nUpdatedPos);
                 }
                 break;
 
@@ -2176,7 +2176,8 @@
             if ( m_aFlags.bAddNonBrkSpace && nPos < TextFrameIndex(pText->getLength()) )
             {
                 SetRedlineText( STR_AUTOFMTREDL_NON_BREAK_SPACE );
-                pATst->FnAddNonBrkSpace(aACorrDoc, *pText, sal_Int32(nPos), eLang, bNbspRunNext);
+                if (sal_Int32 nUpdatedPos = pATst->FnAddNonBrkSpace(aACorrDoc, *pText, sal_Int32(nPos), eLang, bNbspRunNext); nUpdatedPos >= 0)
+                    nPos = TextFrameIndex(nUpdatedPos);
             }
 
             if( ( m_aFlags.bChgOrdinalNumber &&
diff -Nur libreoffice-7.6.4.1/sw/source/core/fields/postithelper.cxx libreoffice-7.6.5.2/sw/source/core/fields/postithelper.cxx
--- libreoffice-7.6.4.1/sw/source/core/fields/postithelper.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/fields/postithelper.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -97,8 +97,8 @@
 
     for (SwAnchoredObject* pObject : *pAnchored)
     {
-        SwFrameFormat& rFrameFormat = pObject->GetFrameFormat();
-        const SwPosition* pFrameAnchor = rFrameFormat.GetAnchor().GetContentAnchor();
+        SwFrameFormat* pFrameFormat = pObject->GetFrameFormat();
+        const SwPosition* pFrameAnchor = pFrameFormat->GetAnchor().GetContentAnchor();
         if (!pFrameAnchor)
         {
             continue;
diff -Nur libreoffice-7.6.4.1/sw/source/core/frmedt/fefly1.cxx libreoffice-7.6.5.2/sw/source/core/frmedt/fefly1.cxx
--- libreoffice-7.6.4.1/sw/source/core/frmedt/fefly1.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/frmedt/fefly1.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -438,8 +438,8 @@
 
     // #i28701#
     SwAnchoredObject* pAnchoredObj = ::GetUserCall( pObj )->GetAnchoredObj( pObj );
-    SwFrameFormat& rFormat = pAnchoredObj->GetFrameFormat();
-    const RndStdIds nAnchorId = rFormat.GetAnchor().GetAnchorId();
+    SwFrameFormat* pFormat = pAnchoredObj->GetFrameFormat();
+    const RndStdIds nAnchorId = pFormat->GetAnchor().GetAnchorId();
 
     if ( RndStdIds::FLY_AS_CHAR == nAnchorId )
         return aRet;
@@ -447,9 +447,9 @@
     bool bFlyFrame = dynamic_cast<SwVirtFlyDrawObj *>(pObj) != nullptr;
 
     bool bTextBox = false;
-    if (rFormat.Which() == RES_DRAWFRMFMT)
+    if (pFormat->Which() == RES_DRAWFRMFMT)
     {
-        bTextBox = SwTextBoxHelper::isTextBox(&rFormat, RES_DRAWFRMFMT, pObj);
+        bTextBox = SwTextBoxHelper::isTextBox(pFormat, RES_DRAWFRMFMT, pObj);
     }
 
     SwFlyFrame* pFly = nullptr;
@@ -476,7 +476,7 @@
     {
         auto pFlyFormat
             = dynamic_cast<const SwFlyFrameFormat*>(SwTextBoxHelper::getOtherTextBoxFormat(
-                &rFormat, RES_DRAWFRMFMT, pObj));
+                pFormat, RES_DRAWFRMFMT, pObj));
         if (pFlyFormat)
         {
             pFly = pFlyFormat->GetFrame();
@@ -550,7 +550,7 @@
 
             if ( bMoveIt || (nAnchorId == RndStdIds::FLY_AT_CHAR) )
             {
-                SwFormatAnchor aAnch( rFormat.GetAnchor() );
+                SwFormatAnchor aAnch( pFormat->GetAnchor() );
                 switch ( nAnchorId )
                 {
                     case RndStdIds::FLY_AT_PARA:
@@ -607,14 +607,14 @@
                     // anchor attribute is change and re-create them afterwards.
                     {
                         std::unique_ptr<SwHandleAnchorNodeChg> pHandleAnchorNodeChg;
-                        SwFlyFrameFormat* pFlyFrameFormat( dynamic_cast<SwFlyFrameFormat*>(&rFormat) );
+                        SwFlyFrameFormat* pFlyFrameFormat( dynamic_cast<SwFlyFrameFormat*>(pFormat) );
                         if ( pFlyFrameFormat )
                         {
                             pHandleAnchorNodeChg.reset(
                                 new SwHandleAnchorNodeChg( *pFlyFrameFormat, aAnch ));
                         }
-                        rFormat.GetDoc()->SetAttr( aAnch, rFormat );
-                        if (SwTextBoxHelper::getOtherTextBoxFormat(&rFormat, RES_DRAWFRMFMT,
+                        pFormat->GetDoc()->SetAttr( aAnch, *pFormat );
+                        if (SwTextBoxHelper::getOtherTextBoxFormat(pFormat, RES_DRAWFRMFMT,
                             pObj))
                         {
                             if (pObj->getChildrenOfSdrObject())
@@ -622,11 +622,11 @@
                                 for (size_t i = 0;
                                      i < pObj->getChildrenOfSdrObject()->GetObjCount(); ++i)
                                     SwTextBoxHelper::changeAnchor(
-                                        &rFormat, pObj->getChildrenOfSdrObject()->GetObj(i));
+                                        pFormat, pObj->getChildrenOfSdrObject()->GetObj(i));
                             }
                             else
                                 SwTextBoxHelper::syncFlyFrameAttr(
-                                    rFormat, rFormat.GetAttrSet(), pObj);
+                                    *pFormat, pFormat->GetAttrSet(), pObj);
                         }
                     }
                     // #i28701# - no call of method
diff -Nur libreoffice-7.6.4.1/sw/source/core/frmedt/feshview.cxx libreoffice-7.6.5.2/sw/source/core/frmedt/feshview.cxx
--- libreoffice-7.6.4.1/sw/source/core/frmedt/feshview.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/frmedt/feshview.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -423,8 +423,8 @@
         SwFrame* pNew = pOld;
         // #i28701#
         SwAnchoredObject* pAnchoredObj = ::GetUserCall( pObj )->GetAnchoredObj( pObj );
-        SwFrameFormat& rFormat = pAnchoredObj->GetFrameFormat();
-        SwFormatAnchor aAnch( rFormat.GetAnchor() );
+        SwFrameFormat* pFormat = pAnchoredObj->GetFrameFormat();
+        SwFormatAnchor aAnch( pFormat->GetAnchor() );
         RndStdIds nAnchorId = aAnch.GetAnchorId();
         if ( RndStdIds::FLY_AS_CHAR == nAnchorId )
             return false;
@@ -613,13 +613,13 @@
             // anchor attribute is change and re-create them afterwards.
             {
                 std::unique_ptr<SwHandleAnchorNodeChg> pHandleAnchorNodeChg;
-                SwFlyFrameFormat* pFlyFrameFormat( dynamic_cast<SwFlyFrameFormat*>(&rFormat) );
+                SwFlyFrameFormat* pFlyFrameFormat( dynamic_cast<SwFlyFrameFormat*>(pFormat) );
                 if ( pFlyFrameFormat )
                 {
                     pHandleAnchorNodeChg.reset(
                         new SwHandleAnchorNodeChg( *pFlyFrameFormat, aAnch ));
                 }
-                rFormat.GetDoc()->SetAttr( aAnch, rFormat );
+                pFormat->GetDoc()->SetAttr( aAnch, *pFormat );
             }
             // #i28701# - no call of method
             // <CheckCharRectAndTopOfLine()> for to-character anchored
@@ -1476,8 +1476,8 @@
                 if ( pObj->GetLayer() == rIDDMA.GetHellId() )
                 {
                     const SwAnchoredObject* pAnchoredObj = ::GetUserCall( pObj )->GetAnchoredObj( pObj );
-                    const SwFrameFormat& rFormat = pAnchoredObj->GetFrameFormat();
-                    const SwFormatSurround& rSurround = rFormat.GetSurround();
+                    const SwFrameFormat* pFormat = pAnchoredObj->GetFrameFormat();
+                    const SwFormatSurround& rSurround = pFormat->GetSurround();
                     if ( rSurround.GetSurround() == css::text::WrapTextMode_THROUGH )
                     {
                         bObjInBackground = true;
@@ -2379,14 +2379,16 @@
                 nRet = RndStdIds::UNKNOWN;
                 break;
             }
-            SwDrawContact *pContact = static_cast<SwDrawContact*>(GetUserCall(pObj));
-            RndStdIds nId = pContact->GetFormat()->GetAnchor().GetAnchorId();
-            if ( nRet == RndStdIds(SHRT_MAX) )
-                nRet = nId;
-            else if ( nRet != nId )
+            if (SwDrawContact* pContact = static_cast<SwDrawContact*>(GetUserCall(pObj)))
             {
-                nRet = RndStdIds::UNKNOWN;
-                break;
+                RndStdIds nId = pContact->GetFormat()->GetAnchor().GetAnchorId();
+                if (nRet == RndStdIds(SHRT_MAX))
+                    nRet = nId;
+                else if (nRet != nId)
+                {
+                    nRet = RndStdIds::UNKNOWN;
+                    break;
+                }
             }
         }
     }
@@ -3310,17 +3312,19 @@
             OSL_ENSURE( dynamic_cast<const SwVirtFlyDrawObj*>( pSdrObj) ==  nullptr, "wrong usage of SwFEShell::GetShapeBackground - selected object is not a drawing object!");
             if ( dynamic_cast<const SwVirtFlyDrawObj*>( pSdrObj) ==  nullptr )
             {
-                // determine page frame of the frame the shape is anchored.
-                const SwFrame* pAnchorFrame =
-                        static_cast<SwDrawContact*>(GetUserCall(pSdrObj))->GetAnchorFrame( pSdrObj );
-                OSL_ENSURE( pAnchorFrame, "inconsistent model - no anchor at shape!");
-                if ( pAnchorFrame )
+                if (SwDrawContact* pDrawContact = static_cast<SwDrawContact*>(GetUserCall(pSdrObj)))
                 {
-                    const SwPageFrame* pPageFrame = pAnchorFrame->FindPageFrame();
-                    OSL_ENSURE( pPageFrame, "inconsistent model - no page!");
-                    if ( pPageFrame )
-                    {
-                        aRetColor = pPageFrame->GetDrawBackgroundColor();
+                    // determine page frame of the frame the shape is anchored.
+                    const SwFrame * pAnchorFrame = pDrawContact->GetAnchorFrame(pSdrObj);
+                    OSL_ENSURE(pAnchorFrame, "inconsistent model - no anchor at shape!");
+                    if (pAnchorFrame)
+                    {
+                        const SwPageFrame* pPageFrame = pAnchorFrame->FindPageFrame();
+                        OSL_ENSURE(pPageFrame, "inconsistent model - no page!");
+                        if (pPageFrame)
+                        {
+                            aRetColor = pPageFrame->GetDrawBackgroundColor();
+                        }
                     }
                 }
             }
diff -Nur libreoffice-7.6.4.1/sw/source/core/frmedt/fews.cxx libreoffice-7.6.5.2/sw/source/core/frmedt/fews.cxx
--- libreoffice-7.6.4.1/sw/source/core/frmedt/fews.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/frmedt/fews.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -464,12 +464,12 @@
                 // This table is in a split fly, but we will insert a label, which means this is not
                 // a floating table anymore, disable the "can split" bit, it'll be hidden on the UI
                 // anyway.
-                SwFrameFormat& rFlyFormat = pFly->GetFrameFormat();
+                SwFrameFormat* pFormat = pFly->GetFrameFormat();
                 SfxItemSetFixed<RES_FLY_SPLIT, RES_FLY_SPLIT> aSet(GetDoc()->GetAttrPool());
                 SwFormatFlySplit aSplit(false);
                 aSet.Put(aSplit);
                 // SwUndoFormatAttr is created for us.
-                GetDoc()->SetFlyFrameAttr(rFlyFormat, aSet);
+                GetDoc()->SetFlyFrameAttr(*pFormat, aSet);
             }
         }
         break;
diff -Nur libreoffice-7.6.4.1/sw/source/core/frmedt/tblsel.cxx libreoffice-7.6.5.2/sw/source/core/frmedt/tblsel.cxx
--- libreoffice-7.6.4.1/sw/source/core/frmedt/tblsel.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/frmedt/tblsel.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -2383,7 +2383,9 @@
             for ( sal_uInt16 j = nStPos; j <= nEndPos; ++j )
             {
                 SwTableLine * pLine = rTable.GetTabLines()[j];
-                if ( !bHideChanges || !pLine->IsDeleted(nRedlinePos) )
+                if ( ( !bHideChanges || !pLine->IsDeleted(nRedlinePos) ) &&
+                            // tdf#159026 fix Undo crash with floating tables
+                            pUpperFrame->GetUpper() )
                     ::lcl_InsertRow( *pLine,
                                 static_cast<SwLayoutFrame*>(pUpperFrame), pSibling );
             }
diff -Nur libreoffice-7.6.4.1/sw/source/core/inc/flyfrm.hxx libreoffice-7.6.5.2/sw/source/core/inc/flyfrm.hxx
--- libreoffice-7.6.4.1/sw/source/core/inc/flyfrm.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/inc/flyfrm.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -269,8 +269,8 @@
     virtual void MakeObjPos() override;
     virtual void InvalidateObjPos() override;
 
-    virtual SwFrameFormat& GetFrameFormat() override;
-    virtual const SwFrameFormat& GetFrameFormat() const override;
+    virtual SwFrameFormat* GetFrameFormat() override;
+    virtual const SwFrameFormat* GetFrameFormat() const override;
 
     virtual SwRect GetObjRect() const override;
 
diff -Nur libreoffice-7.6.4.1/sw/source/core/inc/MarkManager.hxx libreoffice-7.6.5.2/sw/source/core/inc/MarkManager.hxx
--- libreoffice-7.6.4.1/sw/source/core/inc/MarkManager.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/inc/MarkManager.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -81,6 +81,7 @@
             virtual const_iterator_t getAllMarksEnd() const override;
             virtual sal_Int32 getAllMarksCount() const override;
             virtual const_iterator_t findMark(const OUString& rName) const override;
+            virtual const_iterator_t findFirstMarkNotStartsBefore(const SwPosition& rPos) const override;
 
             // bookmarks
             virtual bool isBookmarkDeleted(SwPaM const& rPaM, bool isReplace) const override;
diff -Nur libreoffice-7.6.4.1/sw/source/core/layout/anchoreddrawobject.cxx libreoffice-7.6.5.2/sw/source/core/layout/anchoreddrawobject.cxx
--- libreoffice-7.6.4.1/sw/source/core/layout/anchoreddrawobject.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/layout/anchoreddrawobject.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -214,13 +214,13 @@
 // --> #i62875#
 void SwAnchoredDrawObject::UpdateLayoutDir()
 {
-    SwFrameFormat::tLayoutDir nOldLayoutDir( GetFrameFormat().GetLayoutDir() );
+    SwFrameFormat::tLayoutDir nOldLayoutDir( GetFrameFormat()->GetLayoutDir() );
 
     SwAnchoredObject::UpdateLayoutDir();
 
     if ( !NotYetPositioned() &&
-         GetFrameFormat().GetLayoutDir() != nOldLayoutDir &&
-         GetFrameFormat().GetDoc()->GetDocumentSettingManager().get(DocumentSettingId::DO_NOT_CAPTURE_DRAW_OBJS_ON_PAGE) &&
+         GetFrameFormat()->GetLayoutDir() != nOldLayoutDir &&
+         GetFrameFormat()->GetDoc()->GetDocumentSettingManager().get(DocumentSettingId::DO_NOT_CAPTURE_DRAW_OBJS_ON_PAGE) &&
          !IsOutsidePage() )
     {
         mbCaptureAfterLayoutDirChange = true;
@@ -284,7 +284,7 @@
         // #i44334#, #i44681# - check, if positioning
         // attributes already have been set.
         if ( dynamic_cast< const SwDrawVirtObj* >(GetDrawObj()) ==  nullptr &&
-             !static_cast<SwDrawFrameFormat&>(GetFrameFormat()).IsPosAttrSet() )
+             !static_cast<SwDrawFrameFormat*>(GetFrameFormat())->IsPosAttrSet() )
         {
             SetPositioningAttr();
         }
@@ -395,7 +395,7 @@
 
     // Format of anchor is needed for (vertical) fly offsets, otherwise the
     // lack of fly portions will result in an incorrect 0 offset.
-    bool bAddVerticalFlyOffsets = GetFrameFormat().getIDocumentSettingAccess().get(
+    bool bAddVerticalFlyOffsets = GetFrameFormat()->getIDocumentSettingAccess().get(
         DocumentSettingId::ADD_VERTICAL_FLY_OFFSETS);
     bool bFormatAnchorOnce = !bJoinLocked && bAddVerticalFlyOffsets;
 
@@ -518,11 +518,12 @@
         // correct object position, caused by setting new anchor position
         DrawObj()->Move( aMove );
         // Sync textbox if it wasn't done at move
-        if ( SwTextBoxHelper::isTextBox(&GetFrameFormat(), RES_DRAWFRMFMT) && GetFrameFormat().GetDoc() &&
-            GetFrameFormat().GetDoc()->getIDocumentLayoutAccess().GetCurrentViewShell() &&
-            GetFrameFormat().GetDoc()->getIDocumentLayoutAccess().GetCurrentViewShell()->IsInConstructor())
+        SwFrameFormat* pObjFormat = GetFrameFormat();
+        if ( SwTextBoxHelper::isTextBox(pObjFormat, RES_DRAWFRMFMT) && pObjFormat->GetDoc() &&
+            pObjFormat->GetDoc()->getIDocumentLayoutAccess().GetCurrentViewShell() &&
+            pObjFormat->GetDoc()->getIDocumentLayoutAccess().GetCurrentViewShell()->IsInConstructor())
         {
-            SwTextBoxHelper::changeAnchor(&GetFrameFormat(), GetFrameFormat().FindRealSdrObject());
+            SwTextBoxHelper::changeAnchor(pObjFormat, pObjFormat->FindRealSdrObject());
         }
         // --> #i70122# - missing invalidation
         InvalidateObjRectWithSpaces();
@@ -543,7 +544,7 @@
 
     // --> #i35007# - correct invalidation for as-character
     // anchored objects.
-    if ( GetFrameFormat().GetAnchor().GetAnchorId() == RndStdIds::FLY_AS_CHAR )
+    if ( GetFrameFormat()->GetAnchor().GetAnchorId() == RndStdIds::FLY_AS_CHAR )
     {
         _pPageFrame->InvalidateFlyInCnt();
     }
@@ -582,13 +583,14 @@
     // anchored object, because its positioned by the format of its anchor frame.
     // --> #i44559# - assure, that text hint is already
     // existing in the text frame
+    const SwFrameFormat* pObjFormat = GetFrameFormat();
     if ( GetAnchorFrame()->DynCastTextFrame() != nullptr &&
-         (GetFrameFormat().GetAnchor().GetAnchorId() == RndStdIds::FLY_AS_CHAR) )
+         (pObjFormat->GetAnchor().GetAnchorId() == RndStdIds::FLY_AS_CHAR) )
     {
         SwTextFrame* pAnchorTextFrame( static_cast<SwTextFrame*>(AnchorFrame()) );
-        if (pAnchorTextFrame->CalcFlyPos(&GetFrameFormat()) != TextFrameIndex(COMPLETE_STRING))
+        if (pAnchorTextFrame->CalcFlyPos(pObjFormat) != TextFrameIndex(COMPLETE_STRING))
         {
-            AnchorFrame()->Prepare( PrepareHint::FlyFrameAttributesChanged, &GetFrameFormat() );
+            AnchorFrame()->Prepare(PrepareHint::FlyFrameAttributesChanged, pObjFormat);
         }
     }
 
@@ -615,15 +617,17 @@
     }
 }
 
-SwFrameFormat& SwAnchoredDrawObject::GetFrameFormat()
+SwFrameFormat* SwAnchoredDrawObject::GetFrameFormat()
 {
-    assert(static_cast<SwDrawContact*>(GetUserCall(GetDrawObj()))->GetFormat());
-    return *(static_cast<SwDrawContact*>(GetUserCall(GetDrawObj()))->GetFormat());
+    if (SwDrawContact* pDC = static_cast<SwDrawContact*>(GetUserCall(GetDrawObj())))
+        return pDC->GetFormat();
+    return nullptr;
 }
-const SwFrameFormat& SwAnchoredDrawObject::GetFrameFormat() const
+const SwFrameFormat* SwAnchoredDrawObject::GetFrameFormat() const
 {
-    assert(static_cast<SwDrawContact*>(GetUserCall(GetDrawObj()))->GetFormat());
-    return *(static_cast<SwDrawContact*>(GetUserCall(GetDrawObj()))->GetFormat());
+    if (SwDrawContact* pDC = static_cast<SwDrawContact*>(GetUserCall(GetDrawObj())))
+        return pDC->GetFormat();
+    return nullptr;
 }
 
 SwRect SwAnchoredDrawObject::GetObjRect() const
@@ -807,10 +811,11 @@
 
     SwFormatHoriOrient hori(nHoriRelPos, text::HoriOrientation::NONE, text::RelOrientation::FRAME);
     SwFormatVertOrient vert(nVertRelPos, text::VertOrientation::NONE, text::RelOrientation::FRAME);
-    SfxItemSetFixed<RES_VERT_ORIENT, RES_HORI_ORIENT> items(GetFrameFormat().GetDoc()->GetAttrPool());
+    SwFrameFormat* pObjFormat = GetFrameFormat();
+    SfxItemSetFixed<RES_VERT_ORIENT, RES_HORI_ORIENT> items(pObjFormat->GetDoc()->GetAttrPool());
     items.Put(hori);
     items.Put(vert);
-    GetFrameFormat().GetDoc()->SetAttr(items, GetFrameFormat());
+    pObjFormat->GetDoc()->SetAttr(items, *pObjFormat);
 }
 
 // --> #i34748# - change return type.
@@ -845,6 +850,7 @@
     SwDrawContact* pDrawContact =
                         static_cast<SwDrawContact*>(GetUserCall( GetDrawObj() ));
 
+    SwFrameFormat* pObjFormat = GetFrameFormat();
     if ( !pDrawContact->ObjAnchoredAsChar() )
     {
         SwRect aObjRect( GetObjRect() );
@@ -853,10 +859,10 @@
         SwTwips nVertPos = aObjRect.Top();
         // #i44334#, #i44681#
         // perform conversion only if position is in horizontal-left-to-right-layout.
-        if ( GetFrameFormat().GetPositionLayoutDir() ==
+        if (pObjFormat->GetPositionLayoutDir() ==
                 text::PositionLayoutDir::PositionInHoriL2R )
         {
-            SwFrameFormat::tLayoutDir eLayoutDir = GetFrameFormat().GetLayoutDir();
+            SwFrameFormat::tLayoutDir eLayoutDir = pObjFormat->GetLayoutDir();
             switch ( eLayoutDir )
             {
                 case SwFrameFormat::HORI_L2R:
@@ -885,28 +891,28 @@
         // --> #i71182#
         // only change position - do not lose other attributes
 
-        SwFormatHoriOrient aHori( GetFrameFormat().GetHoriOrient() );
+        SwFormatHoriOrient aHori(pObjFormat->GetHoriOrient());
         if (nHoriPos != aHori.GetPos()) {
             aHori.SetPos( nHoriPos );
             InvalidateObjRectWithSpaces();
-            GetFrameFormat().SetFormatAttr( aHori );
+            pObjFormat->SetFormatAttr(aHori);
         }
 
-        SwFormatVertOrient aVert( GetFrameFormat().GetVertOrient() );
+        SwFormatVertOrient aVert(pObjFormat->GetVertOrient());
         if (nVertPos != aVert.GetPos()) {
             aVert.SetPos( nVertPos );
             InvalidateObjRectWithSpaces();
-            GetFrameFormat().SetFormatAttr( aVert );
+            pObjFormat->SetFormatAttr(aVert);
         }
 
         // --> #i36010# - set layout direction of the position
-        GetFrameFormat().SetPositionLayoutDir(
+        pObjFormat->SetPositionLayoutDir(
             text::PositionLayoutDir::PositionInLayoutDirOfAnchor );
     }
     // --> #i65798# - also for as-character anchored objects
     // --> #i45952# - indicate that position
     // attributes are set now.
-    static_cast<SwDrawFrameFormat&>(GetFrameFormat()).PosAttrSet();
+    static_cast<SwDrawFrameFormat*>(pObjFormat)->PosAttrSet();
 }
 
 void SwAnchoredDrawObject::NotifyBackground( SwPageFrame* _pPageFrame,
diff -Nur libreoffice-7.6.4.1/sw/source/core/layout/anchoredobject.cxx libreoffice-7.6.5.2/sw/source/core/layout/anchoredobject.cxx
--- libreoffice-7.6.4.1/sw/source/core/layout/anchoredobject.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/layout/anchoredobject.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -32,6 +32,7 @@
 #include <layouter.hxx>
 #include <osl/diagnose.h>
 #include <flyfrms.hxx>
+#include <dcontact.hxx>
 
 using namespace ::com::sun::star;
 
@@ -215,7 +216,7 @@
          GetAnchorFrame()->IsTextFrame()) )
         return;
 
-    const SwFormatAnchor& rAnch = GetFrameFormat().GetAnchor();
+    const SwFormatAnchor& rAnch = GetFrameFormat()->GetAnchor();
     if ( !((rAnch.GetAnchorId() == RndStdIds::FLY_AT_CHAR) &&
          rAnch.GetAnchorNode()) )
         return;
@@ -262,8 +263,9 @@
     {
         SwRectFnSet aRectFnSet(&_rAnchorCharFrame);
         // determine positioning and alignment
-        SwFormatVertOrient aVert( GetFrameFormat().GetVertOrient() );
-        SwFormatHoriOrient aHori( GetFrameFormat().GetHoriOrient() );
+        const SwFrameFormat* pObjFormat = GetFrameFormat();
+        SwFormatVertOrient aVert( pObjFormat->GetVertOrient() );
+        SwFormatHoriOrient aHori( pObjFormat->GetHoriOrient() );
         // check for anchor character rectangle changes for certain
         // positionings and alignments
         // add condition to invalidate position,
@@ -316,7 +318,7 @@
         return;
 
     // check alignment for invalidation of position
-    if ( GetFrameFormat().GetVertOrient().GetRelationOrient() == text::RelOrientation::TEXT_LINE )
+    if ( GetFrameFormat()->GetVertOrient().GetRelationOrient() == text::RelOrientation::TEXT_LINE )
     {
         // #i26945#, #i35911# - unlock position of
         // anchored object, if it isn't registered at the page,
@@ -373,7 +375,7 @@
             nLayoutDir = SwFrameFormat::HORI_R2L;
         }
     }
-    GetFrameFormat().SetLayoutDir( nLayoutDir );
+    GetFrameFormat()->SetLayoutDir( nLayoutDir );
 }
 
 /** method to perform necessary invalidations for the positioning of
@@ -408,29 +410,31 @@
 {
     bool bRet( false );
 
-    const SwFrameFormat& rObjFormat = GetFrameFormat();
-
-    // --> #i3317# - add condition <IsTmpConsiderWrapInfluence()>
-    // --> #i55204#
-    // - correction: wrapping style influence has been considered, if condition
-    //   <IsTmpConsiderWrapInfluence()> is hold, regardless of its anchor type
-    //   or its wrapping style.
-    if ( IsTmpConsiderWrapInfluence() )
-    {
-        bRet = true;
-    }
-    else if ( rObjFormat.getIDocumentSettingAccess().get(DocumentSettingId::CONSIDER_WRAP_ON_OBJECT_POSITION) )
-    {
-        const SwFormatAnchor& rAnchor = rObjFormat.GetAnchor();
-        if ( ((rAnchor.GetAnchorId() == RndStdIds::FLY_AT_CHAR) ||
-              (rAnchor.GetAnchorId() == RndStdIds::FLY_AT_PARA)) &&
-             rObjFormat.GetSurround().GetSurround() != css::text::WrapTextMode_THROUGH )
-        {
-            // --> #i34520# - text also wraps around anchored
-            // objects in the layer Hell - see the text formatting.
-            // Thus, it hasn't to be checked here.
+    if (const SwFrameFormat* pObjFormat = GetFrameFormat())
+    {
+        // --> #i3317# - add condition <IsTmpConsiderWrapInfluence()>
+        // --> #i55204#
+        // - correction: wrapping style influence has been considered, if condition
+        //   <IsTmpConsiderWrapInfluence()> is hold, regardless of its anchor type
+        //   or its wrapping style.
+        if (IsTmpConsiderWrapInfluence())
+        {
             bRet = true;
         }
+        else if (pObjFormat->getIDocumentSettingAccess().get(
+                     DocumentSettingId::CONSIDER_WRAP_ON_OBJECT_POSITION))
+        {
+            const SwFormatAnchor& rAnchor = pObjFormat->GetAnchor();
+            if (((rAnchor.GetAnchorId() == RndStdIds::FLY_AT_CHAR)
+                 || (rAnchor.GetAnchorId() == RndStdIds::FLY_AT_PARA))
+                && pObjFormat->GetSurround().GetSurround() != css::text::WrapTextMode_THROUGH)
+            {
+                // --> #i34520# - text also wraps around anchored
+                // objects in the layer Hell - see the text formatting.
+                // Thus, it hasn't to be checked here.
+                bRet = true;
+            }
+        }
     }
 
     return bRet;
@@ -567,18 +571,22 @@
     if ( !mbObjRectWithSpacesValid )
     {
         maObjRectWithSpaces = GetObjBoundRect();
-        const SwFrameFormat& rFormat = GetFrameFormat();
-        const SvxULSpaceItem& rUL = rFormat.GetULSpace();
-        const SvxLRSpaceItem& rLR = rFormat.GetLRSpace();
-        {
-            maObjRectWithSpaces.Top ( std::max( maObjRectWithSpaces.Top() - tools::Long(rUL.GetUpper()), tools::Long(0) ));
-            maObjRectWithSpaces.Left( std::max( maObjRectWithSpaces.Left()- rLR.GetLeft(),  tools::Long(0) ));
-            maObjRectWithSpaces.AddHeight(rUL.GetLower() );
-            maObjRectWithSpaces.AddWidth(rLR.GetRight() );
-        }
+        if (const SwFrameFormat* pFormat = GetFrameFormat())
+        {
+            const SvxULSpaceItem& rUL = pFormat->GetULSpace();
+            const SvxLRSpaceItem& rLR = pFormat->GetLRSpace();
+            {
+                maObjRectWithSpaces.Top(std::max(
+                    maObjRectWithSpaces.Top() - tools::Long(rUL.GetUpper()), tools::Long(0)));
+                maObjRectWithSpaces.Left(
+                    std::max(maObjRectWithSpaces.Left() - rLR.GetLeft(), tools::Long(0)));
+                maObjRectWithSpaces.AddHeight(rUL.GetLower());
+                maObjRectWithSpaces.AddWidth(rLR.GetRight());
+            }
 
-        mbObjRectWithSpacesValid = true;
-        maLastObjRect = GetObjRect();
+            mbObjRectWithSpacesValid = true;
+            maLastObjRect = GetObjRect();
+        }
     }
 
     return maObjRectWithSpaces;
@@ -617,7 +625,7 @@
     if(!GetAnchorFrame())
         return;
 
-    if ( GetFrameFormat().getIDocumentSettingAccess().get(DocumentSettingId::CONSIDER_WRAP_ON_OBJECT_POSITION) )
+    if ( GetFrameFormat()->getIDocumentSettingAccess().get(DocumentSettingId::CONSIDER_WRAP_ON_OBJECT_POSITION) )
     {
         // invalidate position of all anchored objects at anchor frame
         if ( GetAnchorFrame()->GetDrawObjs() )
@@ -652,7 +660,7 @@
     // update its position in the sorted object list of its page frame
     // note: as-character anchored object aren't registered at a page frame
     if ( GetPageFrame() && GetPageFrame()->GetSortedObjs() &&
-        GetFrameFormat().GetAnchor().GetAnchorId() != RndStdIds::FLY_AS_CHAR )
+        GetFrameFormat()->GetAnchor().GetAnchorId() != RndStdIds::FLY_AS_CHAR )
     {
         GetPageFrame()->GetSortedObjs()->Update( *this );
     }
@@ -709,39 +717,43 @@
     // --> #i44339# - check, if anchor frame exists.
     if ( mpAnchorFrame )
     {
-        const SwFormatAnchor& rAnch = GetFrameFormat().GetAnchor();
-        if ((rAnch.GetAnchorId() == RndStdIds::FLY_AT_CHAR) ||
-            (rAnch.GetAnchorId() == RndStdIds::FLY_AS_CHAR))
-        {
-            SwTextFrame *const pFrame(static_cast<SwTextFrame*>(AnchorFrame()));
-            TextFrameIndex const nOffset(pFrame->MapModelToViewPos(*rAnch.GetContentAnchor()));
-            pAnchorCharFrame = &pFrame->GetFrameAtOfst(nOffset);
-        }
-        else if (SwFlyFrame* pFlyFrame = DynCastFlyFrame())
-        {
-            // See if this fly is split. If so, then the anchor is also split. All anchors are
-            // empty, except the last follow.
-            if (pFlyFrame->IsFlySplitAllowed())
+        if (const SwFrameFormat* pFormat = GetFrameFormat())
+        {
+            const SwFormatAnchor& rAnch = pFormat->GetAnchor();
+            if ((rAnch.GetAnchorId() == RndStdIds::FLY_AT_CHAR)
+                || (rAnch.GetAnchorId() == RndStdIds::FLY_AS_CHAR))
+            {
+                SwTextFrame* const pFrame(static_cast<SwTextFrame*>(AnchorFrame()));
+                TextFrameIndex const nOffset(pFrame->MapModelToViewPos(*rAnch.GetContentAnchor()));
+                pAnchorCharFrame = &pFrame->GetFrameAtOfst(nOffset);
+            }
+            else if (SwFlyFrame* pFlyFrame = DynCastFlyFrame())
             {
-                auto pFlyAtContentFrame = static_cast<SwFlyAtContentFrame*>(pFlyFrame);
-                SwFlyAtContentFrame* pFly = pFlyAtContentFrame;
-                SwTextFrame* pAnchor = static_cast<SwTextFrame*>(AnchorFrame());
-                // If we have to jump back N frames to find the master fly, then we have to step N
-                // frames from the master anchor to reach the correct follow anchor.
-                while (pFly->GetPrecede())
+                // See if this fly is split. If so, then the anchor is also split. All anchors are
+                // empty, except the last follow.
+                if (pFlyFrame->IsFlySplitAllowed())
                 {
-                    pFly = pFly->GetPrecede();
-                    if (!pAnchor)
+                    auto pFlyAtContentFrame = static_cast<SwFlyAtContentFrame*>(pFlyFrame);
+                    SwFlyAtContentFrame* pFly = pFlyAtContentFrame;
+                    SwTextFrame* pAnchor = static_cast<SwTextFrame*>(AnchorFrame());
+                    // If we have to jump back N frames to find the master fly, then we have to step N
+                    // frames from the master anchor to reach the correct follow anchor.
+                    while (pFly->GetPrecede())
                     {
-                        SAL_WARN("sw.layout", "SwAnchoredObject::FindAnchorCharFrame: fly chain "
-                                              "length is longer then anchor chain length");
-                        break;
+                        pFly = pFly->GetPrecede();
+                        if (!pAnchor)
+                        {
+                            SAL_WARN("sw.layout",
+                                     "SwAnchoredObject::FindAnchorCharFrame: fly chain "
+                                     "length is longer then anchor chain length");
+                            break;
+                        }
+                        pAnchor = pAnchor->GetFollow();
+                    }
+                    if (pAnchor)
+                    {
+                        pAnchorCharFrame = pAnchor;
                     }
-                    pAnchor = pAnchor->GetFollow();
-                }
-                if (pAnchor)
-                {
-                    pAnchorCharFrame = pAnchor;
                 }
             }
         }
@@ -758,7 +770,9 @@
 */
 bool SwAnchoredObject::IsFormatPossible() const
 {
-    return GetFrameFormat().GetDoc()->getIDocumentDrawModelAccess().IsVisibleLayerId( GetDrawObj()->GetLayer() );
+    if (const SwFrameFormat* pFormat = GetFrameFormat())
+        return pFormat->GetDoc()->getIDocumentDrawModelAccess().IsVisibleLayerId( GetDrawObj()->GetLayer() );
+    return false;
 }
 
 bool SwAnchoredObject::IsDraggingOffPageAllowed(const SwFrameFormat* pFrameFormat)
@@ -777,7 +791,7 @@
     // --> #i35911#
     if ( mbTmpConsiderWrapInfluence )
     {
-        SwLayouter::InsertObjForTmpConsiderWrapInfluence( *(GetFrameFormat().GetDoc()),
+        SwLayouter::InsertObjForTmpConsiderWrapInfluence( *(GetFrameFormat()->GetDoc()),
                                                           *this );
     }
 }
@@ -787,7 +801,7 @@
     mbTmpConsiderWrapInfluence = false;
     mbClearedEnvironment = false;
     SetClearedEnvironment( false );
-    SwLayouter::RemoveObjForTmpConsiderWrapInfluence( *(GetFrameFormat().GetDoc()),
+    SwLayouter::RemoveObjForTmpConsiderWrapInfluence( *(GetFrameFormat()->GetDoc()),
                                                       *this );
 }
 void SwAnchoredObject::SetTmpConsiderWrapInfluenceOfOtherObjs()
diff -Nur libreoffice-7.6.4.1/sw/source/core/layout/atrfrm.cxx libreoffice-7.6.5.2/sw/source/core/layout/atrfrm.cxx
--- libreoffice-7.6.4.1/sw/source/core/layout/atrfrm.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/layout/atrfrm.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -3116,7 +3116,7 @@
                 // #i28701# - consider changed type of
                 // <SwSortedObjs> entries.
                 if( pObj->DynCastFlyFrame() !=  nullptr &&
-                    (&pObj->GetFrameFormat()) == this )
+                    (pObj->GetFrameFormat()) == this )
                 {
                     bAdd = false;
                     break;
diff -Nur libreoffice-7.6.4.1/sw/source/core/layout/calcmove.cxx libreoffice-7.6.5.2/sw/source/core/layout/calcmove.cxx
--- libreoffice-7.6.4.1/sw/source/core/layout/calcmove.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/layout/calcmove.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1131,18 +1131,18 @@
                 // #i28701# - consider changed type of
                 // <SwSortedObjs> entries
                 SwAnchoredObject* pObj = (*GetDrawObjs())[i];
-                const SwFrameFormat& rFormat = pObj->GetFrameFormat();
+                const SwFrameFormat* pFormat = pObj->GetFrameFormat();
                 const bool bFly = pObj->DynCastFlyFrame() !=  nullptr;
                 if ((bFly && (FAR_AWAY == pObj->GetObjRect().Width()))
-                    || rFormat.GetFrameSize().GetWidthPercent())
+                    || pFormat->GetFrameSize().GetWidthPercent())
                 {
                     continue;
                 }
 
-                if ( RndStdIds::FLY_AS_CHAR == rFormat.GetAnchor().GetAnchorId() )
+                if ( RndStdIds::FLY_AS_CHAR == pFormat->GetAnchor().GetAnchorId() )
                 {
                     nMinWidth = std::max( nMinWidth,
-                                     bFly ? rFormat.GetFrameSize().GetWidth()
+                                     bFly ? pFormat->GetFrameSize().GetWidth()
                                           : pObj->GetObjRect().Width() );
                 }
             }
diff -Nur libreoffice-7.6.4.1/sw/source/core/layout/flowfrm.cxx libreoffice-7.6.5.2/sw/source/core/layout/flowfrm.cxx
--- libreoffice-7.6.4.1/sw/source/core/layout/flowfrm.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/layout/flowfrm.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -217,7 +217,7 @@
             continue;
         }
 
-        const SwFormatSurround& rSurround = pDrawObj->GetFrameFormat().GetSurround();
+        const SwFormatSurround& rSurround = pDrawObj->GetFrameFormat()->GetSurround();
         if (rSurround.GetSurround() != text::WrapTextMode_NONE)
         {
             continue;
@@ -379,10 +379,10 @@
         {
 
             SwAnchoredObject* pObj = rObjs[i];
-            const SwFrameFormat& rFormat = pObj->GetFrameFormat();
+            const SwFrameFormat* pFormat = pObj->GetFrameFormat();
             const SwRect aRect( pObj->GetObjRect() );
             if ( aRect.Overlaps( rRect ) &&
-                 rFormat.GetSurround().GetSurround() != css::text::WrapTextMode_THROUGH )
+                 pFormat->GetSurround().GetSurround() != css::text::WrapTextMode_THROUGH )
             {
                 if( m_rThis.IsLayoutFrame() && //Fly Lower of This?
                     Is_Lower_Of( &m_rThis, pObj->GetDrawObj() ) )
@@ -404,10 +404,10 @@
                 // flow, because then I wouldn't evade it.
                 if ( ::IsFrameInSameContext( pAnchor, &m_rThis ) )
                 {
-                    if ( rFormat.GetAnchor().GetAnchorId() == RndStdIds::FLY_AT_PARA )
+                    if ( pFormat->GetAnchor().GetAnchorId() == RndStdIds::FLY_AT_PARA )
                     {
                         // The index of the other one can be retrieved using the anchor attribute.
-                        SwNodeOffset nTmpIndex = rFormat.GetAnchor().GetAnchorNode()->GetIndex();
+                        SwNodeOffset nTmpIndex = pFormat->GetAnchor().GetAnchorNode()->GetIndex();
                         // Now we're going to check whether the current paragraph before
                         // the anchor of the displacing object sits in the text. If this
                         // is the case, we don't try to evade it.
@@ -1224,13 +1224,13 @@
         // text flow to the next layout frame
         for (SwAnchoredObject* pObj : *pPre->GetDrawObjs())
         {
-
+            const SwFrameFormat* pObjFormat = pObj->GetFrameFormat();
             // Do not consider hidden objects
             // i#26945 - do not consider object, which
             // doesn't follow the text flow.
-            if ( pObj->GetFrameFormat().GetDoc()->getIDocumentDrawModelAccess().IsVisibleLayerId(
+            if ( pObjFormat->GetDoc()->getIDocumentDrawModelAccess().IsVisibleLayerId(
                                             pObj->GetDrawObj()->GetLayer() ) &&
-                 pObj->GetFrameFormat().GetFollowTextFlow().GetValue() )
+                 pObjFormat->GetFollowTextFlow().GetValue() )
             {
                 const SwLayoutFrame* pVertPosOrientFrame = pObj->GetVertPosOrientFrame();
                 if ( pVertPosOrientFrame &&
diff -Nur libreoffice-7.6.4.1/sw/source/core/layout/flycnt.cxx libreoffice-7.6.5.2/sw/source/core/layout/flycnt.cxx
--- libreoffice-7.6.4.1/sw/source/core/layout/flycnt.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/layout/flycnt.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -161,13 +161,13 @@
         // of the given fly frame format is registered.
         if(bFound && pContent && pContent->GetDrawObjs())
         {
-            SwFrameFormat* pMyFlyFrameFormat(&GetFrameFormat());
+            SwFrameFormat* pMyFlyFrameFormat(GetFrameFormat());
             SwSortedObjs &rObjs = *pContent->GetDrawObjs();
             for(SwAnchoredObject* rObj : rObjs)
             {
                 SwFlyFrame* pFlyFrame = rObj->DynCastFlyFrame();
                 if (pFlyFrame &&
-                     &(pFlyFrame->GetFrameFormat()) == pMyFlyFrameFormat)
+                     pFlyFrame->GetFrameFormat() == pMyFlyFrameFormat)
                 {
                     bFound = false;
                     break;
@@ -329,7 +329,8 @@
 |*/
 void SwFlyAtContentFrame::MakeAll(vcl::RenderContext* pRenderContext)
 {
-    if ( !GetFormat()->GetDoc()->getIDocumentDrawModelAccess().IsVisibleLayerId( GetVirtDrawObj()->GetLayer() ) )
+    const SwDoc& rDoc = *(GetFormat()->GetDoc());
+    if (!rDoc.getIDocumentDrawModelAccess().IsVisibleLayerId(GetVirtDrawObj()->GetLayer()))
     {
         return;
     }
@@ -449,7 +450,6 @@
                 SwTextFrame* pAnchorTextFrame( static_cast<SwTextFrame*>(AnchorFrame()) );
                 bool bInsert( true );
                 sal_uInt32 nAnchorFrameToPageNum( 0 );
-                const SwDoc& rDoc = *(GetFrameFormat().GetDoc());
                 if ( SwLayouter::FrameMovedFwdByObjPos(
                                         rDoc, *pAnchorTextFrame, nAnchorFrameToPageNum ) )
                 {
@@ -517,7 +517,7 @@
               !bConsiderWrapInfluenceDueToOverlapPrevCol &&
               // #i40444#
               !bConsiderWrapInfluenceDueToMovedFwdAnchor &&
-              GetFormat()->GetDoc()->getIDocumentDrawModelAccess().IsVisibleLayerId( GetVirtDrawObj()->GetLayer() ) );
+              rDoc.getIDocumentDrawModelAccess().IsVisibleLayerId( GetVirtDrawObj()->GetLayer() ) );
 
     // #i3317# - instead of attribute change apply
     // temporarily the 'straightforward positioning process'.
diff -Nur libreoffice-7.6.4.1/sw/source/core/layout/fly.cxx libreoffice-7.6.5.2/sw/source/core/layout/fly.cxx
--- libreoffice-7.6.4.1/sw/source/core/layout/fly.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/layout/fly.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -99,10 +99,10 @@
         return 0;
     }
 
-    const auto& rFrameFormat = pFly->GetFrameFormat();
-    const IDocumentSettingAccess& rIDSA = rFrameFormat.getIDocumentSettingAccess();
+    const auto* pFrameFormat = pFly->GetFrameFormat();
+    const IDocumentSettingAccess& rIDSA = pFrameFormat->getIDocumentSettingAccess();
     // Allow overlap with bottom margin / footer only in case we're relative to the page frame.
-    bool bVertPageFrame = rFrameFormat.GetVertOrient().GetRelationOrient() == text::RelOrientation::PAGE_FRAME;
+    bool bVertPageFrame = pFrameFormat->GetVertOrient().GetRelationOrient() == text::RelOrientation::PAGE_FRAME;
     bool bInBody = rAnchor.IsInDocBody();
     bool bLegacy = rIDSA.get(DocumentSettingId::TAB_OVER_MARGIN) && (bVertPageFrame || !bInBody);
     if (bLegacy)
@@ -1273,7 +1273,7 @@
     const SwTextFrame *pAutoFrame = nullptr;
     // #i34948# - handle also at-page and at-fly anchored
     // Writer fly frames
-    const RndStdIds eAnchorType = GetFrameFormat().GetAnchor().GetAnchorId();
+    const RndStdIds eAnchorType = GetFrameFormat()->GetAnchor().GetAnchorId();
     if ( eAnchorType == RndStdIds::FLY_AT_PAGE )
     {
         aVert.SetVertOrient( text::VertOrientation::NONE );
@@ -1761,13 +1761,13 @@
                             {
                                 OSL_FAIL( "::CalcContent(..) - loop detected, perform attribute changes to avoid the loop" );
                                 // Prevent oscillation
-                                SwFrameFormat& rFormat = pAnchoredObj->GetFrameFormat();
-                                SwFormatSurround aAttr( rFormat.GetSurround() );
+                                SwFrameFormat* pFormat = pAnchoredObj->GetFrameFormat();
+                                SwFormatSurround aAttr( pFormat->GetSurround() );
                                 if( css::text::WrapTextMode_THROUGH != aAttr.GetSurround() )
                                 {
                                     // When on auto position, we can only set it to
                                     // flow through
-                                    if ((rFormat.GetAnchor().GetAnchorId() ==
+                                    if ((pFormat->GetAnchor().GetAnchorId() ==
                                             RndStdIds::FLY_AT_CHAR) &&
                                         (css::text::WrapTextMode_PARALLEL ==
                                             aAttr.GetSurround()))
@@ -1778,9 +1778,9 @@
                                     {
                                         aAttr.SetSurround( css::text::WrapTextMode_PARALLEL );
                                     }
-                                    rFormat.LockModify();
-                                    rFormat.SetFormatAttr( aAttr );
-                                    rFormat.UnlockModify();
+                                    pFormat->LockModify();
+                                    pFormat->SetFormatAttr( aAttr );
+                                    pFormat->UnlockModify();
                                 }
                             }
                             else
@@ -2056,7 +2056,7 @@
     if (pWrtSh->GetViewOptions()->IsReadonly())
         return false;
 
-    const SdrObject *pObj = GetFrameFormat().FindRealSdrObject();
+    const SdrObject *pObj = GetFrameFormat()->FindRealSdrObject();
     if (pObj == nullptr)
         return false;
 
@@ -2596,12 +2596,15 @@
 {
     // Notify accessible layout.
 #if !ENABLE_WASM_STRIP_ACCESSIBILITY
-    SwViewShell* pSh = getRootFrame()->GetCurrShell();
-    if( pSh )
+    if (!mbInDtor)
     {
-        SwRootFrame* pLayout = getRootFrame();
-        if (pLayout && pLayout->IsAnyShellAccessible())
-            pSh->Imp()->DisposeAccessibleObj(_rToRemoveObj.GetDrawObj(), false);
+        SwViewShell* pSh = getRootFrame()->GetCurrShell();
+        if (pSh)
+        {
+            SwRootFrame* pLayout = getRootFrame();
+            if (pLayout && pLayout->IsAnyShellAccessible())
+                pSh->Imp()->DisposeAccessibleObj(_rToRemoveObj.GetDrawObj(), false);
+        }
     }
 #endif
 
@@ -2633,7 +2636,7 @@
     for (SwAnchoredObject* pAnchoredObj : *GetDrawObjs())
     {
         if ( _bNoInvaOfAsCharAnchoredObjs &&
-             (pAnchoredObj->GetFrameFormat().GetAnchor().GetAnchorId()
+             (pAnchoredObj->GetFrameFormat()->GetAnchor().GetAnchorId()
                 == RndStdIds::FLY_AS_CHAR) )
         {
             continue;
@@ -2740,7 +2743,7 @@
             bool isPositionedByHF(false);
             if (IsHeaderFrame() || IsFooterFrame())
             {
-                auto const nO(pObj->GetFrameFormat().GetVertOrient().GetRelationOrient());
+                auto const nO(pObj->GetFrameFormat()->GetVertOrient().GetRelationOrient());
                 if (nO == text::RelOrientation::PAGE_PRINT_AREA
                     || nO == text::RelOrientation::PAGE_PRINT_AREA_BOTTOM
                     || nO == text::RelOrientation::PAGE_PRINT_AREA_TOP)
@@ -3095,17 +3098,17 @@
     InvalidateObjRectWithSpaces();
 }
 
-SwFrameFormat& SwFlyFrame::GetFrameFormat()
+SwFrameFormat* SwFlyFrame::GetFrameFormat()
 {
     OSL_ENSURE( GetFormat(),
             "<SwFlyFrame::GetFrameFormat()> - missing frame format -> crash." );
-    return *GetFormat();
+    return GetFormat();
 }
-const SwFrameFormat& SwFlyFrame::GetFrameFormat() const
+const SwFrameFormat* SwFlyFrame::GetFrameFormat() const
 {
     OSL_ENSURE( GetFormat(),
             "<SwFlyFrame::GetFrameFormat()> - missing frame format -> crash." );
-    return *GetFormat();
+    return GetFormat();
 }
 
 SwRect SwFlyFrame::GetObjRect() const
diff -Nur libreoffice-7.6.4.1/sw/source/core/layout/flyincnt.cxx libreoffice-7.6.5.2/sw/source/core/layout/flyincnt.cxx
--- libreoffice-7.6.4.1/sw/source/core/layout/flyincnt.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/layout/flyincnt.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -185,7 +185,7 @@
 void SwFlyInContentFrame::ActionOnInvalidation( const InvalidationType _nInvalid )
 {
     if ( INVALID_POS == _nInvalid || INVALID_ALL == _nInvalid )
-        AnchorFrame()->Prepare( PrepareHint::FlyFrameAttributesChanged, &GetFrameFormat() );
+        AnchorFrame()->Prepare( PrepareHint::FlyFrameAttributesChanged, GetFrameFormat() );
 }
 
 void SwFlyInContentFrame::NotifyBackground( SwPageFrame *, const SwRect& rRect,
diff -Nur libreoffice-7.6.4.1/sw/source/core/layout/flylay.cxx libreoffice-7.6.5.2/sw/source/core/layout/flylay.cxx
--- libreoffice-7.6.4.1/sw/source/core/layout/flylay.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/layout/flylay.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -153,7 +153,7 @@
         if ( !IsNoMoveOnCheckClip() &&
              !( PositionLocked() &&
                 GetAnchorFrame()->IsInFly() &&
-                GetFrameFormat().GetFollowTextFlow().GetValue() ) )
+                GetFrameFormat()->GetFollowTextFlow().GetValue() ) )
         {
             setFrameAreaPositionValid(false);
         }
@@ -1103,7 +1103,7 @@
             pFlyFrame->GetVirtDrawObj()->SetOrdNum( nNewNum );
     }
 
-    if ( RndStdIds::FLY_AS_CHAR == _rNewObj.GetFrameFormat().GetAnchor().GetAnchorId() )
+    if ( RndStdIds::FLY_AS_CHAR == _rNewObj.GetFrameFormat()->GetAnchor().GetAnchorId() )
     {
         return;
     }
@@ -1143,8 +1143,9 @@
         }
         if ( GetUpper() )
         {
-            if (RndStdIds::FLY_AS_CHAR !=
-                    _rToRemoveObj.GetFrameFormat().GetAnchor().GetAnchorId())
+            const SwFrameFormat* pObjFormat = _rToRemoveObj.GetFrameFormat();
+            if (pObjFormat
+                && RndStdIds::FLY_AS_CHAR != pObjFormat->GetAnchor().GetAnchorId())
             {
                 static_cast<SwRootFrame*>(GetUpper())->SetSuperfluous();
                 InvalidatePage();
@@ -1457,63 +1458,67 @@
     }
     else
     {
-        const SwDrawContact *pC = static_cast<const SwDrawContact*>(GetUserCall(pSdrObj));
-        const SwFrameFormat  *pFormat = pC->GetFormat();
-        const SwFormatAnchor &rAnch = pFormat->GetAnchor();
-        if ( RndStdIds::FLY_AS_CHAR == rAnch.GetAnchorId() )
-        {
-            const SwFrame* pAnchorFrame = pC->GetAnchorFrame( pSdrObj );
-            if( !pAnchorFrame )
-            {
-                OSL_FAIL( "<::CalcClipRect(..)> - missing anchor frame." );
-                const_cast<SwDrawContact*>(pC)->ConnectToLayout();
-                pAnchorFrame = pC->GetAnchorFrame();
-            }
-            const SwFrame* pUp = pAnchorFrame->GetUpper();
-            rRect = pUp->getFramePrintArea();
-            rRect += pUp->getFrameArea().Pos();
-            SwRectFnSet aRectFnSet(pAnchorFrame);
-            tools::Long nHeight = (9*aRectFnSet.GetHeight(rRect))/10;
-            tools::Long nTop;
-            const SvxULSpaceItem &rUL = pFormat->GetULSpace();
-            SwRect aSnapRect( pSdrObj->GetSnapRect() );
-            tools::Long nTmpH = 0;
-            if( bMove )
-            {
-                nTop = aRectFnSet.YInc( aRectFnSet.IsVert() ? pSdrObj->GetAnchorPos().X() :
-                                       pSdrObj->GetAnchorPos().Y(), -nHeight );
-                tools::Long nWidth = aRectFnSet.GetWidth(aSnapRect);
-                aRectFnSet.SetLeftAndWidth( rRect, aRectFnSet.IsVert() ?
-                            pSdrObj->GetAnchorPos().Y() :
-                            pSdrObj->GetAnchorPos().X(), nWidth );
-            }
-            else
-            {
-                // #i26791# - value of <nTmpH> is needed to
-                // calculate value of <nTop>.
-                nTmpH = aRectFnSet.IsVert() ? pSdrObj->GetCurrentBoundRect().GetWidth() :
-                                       pSdrObj->GetCurrentBoundRect().GetHeight();
-                nTop = aRectFnSet.YInc( aRectFnSet.GetTop(aSnapRect),
-                                          rUL.GetLower() + nTmpH - nHeight );
-            }
-            nHeight = 2*nHeight - nTmpH - rUL.GetLower() - rUL.GetUpper();
-            aRectFnSet.SetTopAndHeight( rRect, nTop, nHeight );
-        }
-        else
+        if (const SwDrawContact* pC = static_cast<const SwDrawContact*>(GetUserCall(pSdrObj)))
         {
-            // restrict clip rectangle for drawing
-            // objects in header/footer to the page frame.
-            // #i26791#
-            const SwFrame* pAnchorFrame = pC->GetAnchorFrame( pSdrObj );
-            if ( pAnchorFrame && pAnchorFrame->FindFooterOrHeader() )
-            {
-                // clip frame is the page frame the header/footer is on.
-                const SwFrame* pClipFrame = pAnchorFrame->FindPageFrame();
-                rRect = pClipFrame->getFrameArea();
+            const SwFrameFormat* pFormat = pC->GetFormat();
+            const SwFormatAnchor& rAnch = pFormat->GetAnchor();
+            if (RndStdIds::FLY_AS_CHAR == rAnch.GetAnchorId())
+            {
+                const SwFrame* pAnchorFrame = pC->GetAnchorFrame(pSdrObj);
+                if (!pAnchorFrame)
+                {
+                    OSL_FAIL("<::CalcClipRect(..)> - missing anchor frame.");
+                    const_cast<SwDrawContact*>(pC)->ConnectToLayout();
+                    pAnchorFrame = pC->GetAnchorFrame();
+                }
+                const SwFrame* pUp = pAnchorFrame->GetUpper();
+                rRect = pUp->getFramePrintArea();
+                rRect += pUp->getFrameArea().Pos();
+                SwRectFnSet aRectFnSet(pAnchorFrame);
+                tools::Long nHeight = (9 * aRectFnSet.GetHeight(rRect)) / 10;
+                tools::Long nTop;
+                const SvxULSpaceItem& rUL = pFormat->GetULSpace();
+                SwRect aSnapRect(pSdrObj->GetSnapRect());
+                tools::Long nTmpH = 0;
+                if (bMove)
+                {
+                    nTop = aRectFnSet.YInc(aRectFnSet.IsVert() ? pSdrObj->GetAnchorPos().X()
+                                                               : pSdrObj->GetAnchorPos().Y(),
+                                           -nHeight);
+                    tools::Long nWidth = aRectFnSet.GetWidth(aSnapRect);
+                    aRectFnSet.SetLeftAndWidth(rRect,
+                                               aRectFnSet.IsVert() ? pSdrObj->GetAnchorPos().Y()
+                                                                   : pSdrObj->GetAnchorPos().X(),
+                                               nWidth);
+                }
+                else
+                {
+                    // #i26791# - value of <nTmpH> is needed to
+                    // calculate value of <nTop>.
+                    nTmpH = aRectFnSet.IsVert() ? pSdrObj->GetCurrentBoundRect().GetWidth()
+                                                : pSdrObj->GetCurrentBoundRect().GetHeight();
+                    nTop = aRectFnSet.YInc(aRectFnSet.GetTop(aSnapRect),
+                                           rUL.GetLower() + nTmpH - nHeight);
+                }
+                nHeight = 2 * nHeight - nTmpH - rUL.GetLower() - rUL.GetUpper();
+                aRectFnSet.SetTopAndHeight(rRect, nTop, nHeight);
             }
             else
             {
-                bRet = false;
+                // restrict clip rectangle for drawing
+                // objects in header/footer to the page frame.
+                // #i26791#
+                const SwFrame* pAnchorFrame = pC->GetAnchorFrame(pSdrObj);
+                if (pAnchorFrame && pAnchorFrame->FindFooterOrHeader())
+                {
+                    // clip frame is the page frame the header/footer is on.
+                    const SwFrame* pClipFrame = pAnchorFrame->FindPageFrame();
+                    rRect = pClipFrame->getFrameArea();
+                }
+                else
+                {
+                    bRet = false;
+                }
             }
         }
     }
diff -Nur libreoffice-7.6.4.1/sw/source/core/layout/frmtool.cxx libreoffice-7.6.5.2/sw/source/core/layout/frmtool.cxx
--- libreoffice-7.6.4.1/sw/source/core/layout/frmtool.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/layout/frmtool.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1025,7 +1025,7 @@
         SwSortedObjs* pObjs = pMasterFrame->GetDrawObjs();
         for (SwAnchoredObject* pAnchoredObj : *pObjs)
         {
-            if ( pAnchoredObj->GetFrameFormat().GetAnchor().GetAnchorId()
+            if ( pAnchoredObj->GetFrameFormat()->GetAnchor().GetAnchorId()
                     == RndStdIds::FLY_AT_CHAR )
             {
                 pAnchoredObj->CheckCharRectAndTopOfLine( !pMasterFrame->IsEmpty() );
@@ -2835,7 +2835,7 @@
         // #115759# - remove also drawing objects from page
         else if ( auto pDrawObj = dynamic_cast<SwAnchoredDrawObject*>( pObj) )
         {
-            if (pObj->GetFrameFormat().GetAnchor().GetAnchorId() != RndStdIds::FLY_AS_CHAR)
+            if (pObj->GetFrameFormat()->GetAnchor().GetAnchorId() != RndStdIds::FLY_AS_CHAR)
             {
                 if (SwPageFrame *pPg = pObj->GetPageFrame())
                     pPg->RemoveDrawObjFromPage( *pDrawObj );
@@ -2996,7 +2996,7 @@
         // #115759# - remove also drawing objects from page
         else if ( dynamic_cast<const SwAnchoredDrawObject*>( pObj) !=  nullptr )
         {
-            if (pObj->GetFrameFormat().GetAnchor().GetAnchorId() != RndStdIds::FLY_AS_CHAR)
+            if (pObj->GetFrameFormat()->GetAnchor().GetAnchorId() != RndStdIds::FLY_AS_CHAR)
             {
                 pObj->InvalidateObjPos();
                 _pPage->AppendDrawObjToPage(
@@ -3407,8 +3407,10 @@
     else
     {
         pFlyFrame = nullptr;
-        pAnchor = const_cast<SwFrame*>(
-                    GetUserCall(pObj)->GetAnchoredObj( pObj )->GetAnchorFrame() );
+        if (SwDrawContact* pC = static_cast<SwDrawContact*>(GetUserCall(pObj)))
+            pAnchor = const_cast<SwFrame*>(pC->GetAnchoredObj(pObj)->GetAnchorFrame());
+        else
+            return;
     }
     if( PrepareHint::FlyFrameLeave != eHint && pAnchor->IsInFly() )
         pArea = pAnchor->FindFlyFrame();
@@ -3882,7 +3884,32 @@
     } while( bClientIterChanged );
 
     if( pPos && pMinFrame && pMinFrame->IsTextFrame() )
-        return static_cast<SwTextFrame*>(pMinFrame)->GetFrameAtPos( *pPos );
+    {
+        SwTextFrame * pAtPos(static_cast<SwTextFrame*>(pMinFrame)->GetFrameAtPos(*pPos));
+        if (!pViewPosAndCalcFrame)
+        {
+            return pAtPos;
+        }
+        TextFrameIndex nPos(pAtPos->MapModelToViewPos(*pPos));
+        SwPageFrame const*const pPage(pAtPos->getRootFrame()->GetPageAtPos(
+                pViewPosAndCalcFrame->first, nullptr, true));
+        SwFrame * pOnPage(pAtPos); // if all else fails return first one
+        ++nPos; // follow field portions are on follow frames that have mnOffset
+            // already incremented past the field, need to check that index too
+        while (pAtPos && pAtPos->GetOffset() <= nPos)
+        {
+            if (pAtPos->getFrameArea().Contains(pViewPosAndCalcFrame->first))
+            {
+                return pAtPos;
+            }
+            if (pAtPos->FindPageFrame() == pPage)
+            {
+                pOnPage = pAtPos;
+            }
+            pAtPos = pAtPos->GetFollow();
+        }
+        return pOnPage;
+    }
 
     return pMinFrame;
 }
diff -Nur libreoffice-7.6.4.1/sw/source/core/layout/layact.cxx libreoffice-7.6.5.2/sw/source/core/layout/layact.cxx
--- libreoffice-7.6.4.1/sw/source/core/layout/layact.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/layout/layact.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1673,7 +1673,7 @@
                 assert(pAnchorPage);
                 if (pAnchorPage != pPage
                     && pPage->GetPhyPageNum() < pAnchorPage->GetPhyPageNum()
-                    && pObj->GetFrameFormat().GetAnchor().GetAnchorId()
+                    && pObj->GetFrameFormat()->GetAnchor().GetAnchorId()
                         != RndStdIds::FLY_AS_CHAR)
                 {
                     moved.emplace_back(pObj, pAnchorPage);
@@ -2185,7 +2185,7 @@
         case IdleJobType::SMART_TAGS:
         {
             const SwDoc* pDoc = pViewShell->GetDoc();
-            if (!pDoc->GetDocShell()->IsHelpDocument() || pDoc->isXForms() || !SwSmartTagMgr::Get().IsSmartTagsEnabled())
+            if (pDoc->GetDocShell()->IsHelpDocument() || pDoc->isXForms() || !SwSmartTagMgr::Get().IsSmartTagsEnabled())
                 return false;
             return true;
         }
diff -Nur libreoffice-7.6.4.1/sw/source/core/layout/objectformattertxtfrm.cxx libreoffice-7.6.5.2/sw/source/core/layout/objectformattertxtfrm.cxx
--- libreoffice-7.6.4.1/sw/source/core/layout/objectformattertxtfrm.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/layout/objectformattertxtfrm.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -148,7 +148,7 @@
                 _rAnchoredObj.RestartLayoutProcess() &&
                 !( _rAnchoredObj.PositionLocked() &&
                    _rAnchoredObj.GetAnchorFrame()->IsInFly() &&
-                   _rAnchoredObj.GetFrameFormat().GetFollowTextFlow().GetValue() );
+                   _rAnchoredObj.GetFrameFormat()->GetFollowTextFlow().GetValue() );
         if ( bRestart )
         {
             bSuccess = false;
@@ -168,7 +168,7 @@
         if ( bSuccess &&
              _rAnchoredObj.ConsiderObjWrapInfluenceOnObjPos() &&
              ( _bCheckForMovedFwd ||
-               _rAnchoredObj.GetFrameFormat().GetWrapInfluenceOnObjPos().
+               _rAnchoredObj.GetFrameFormat()->GetWrapInfluenceOnObjPos().
                     // #i35017# - handle ITERATIVE as ONCE_SUCCESSIVE
                     GetWrapInfluenceOnObjPos( true ) ==
                         // #i35017# - constant name has changed
@@ -481,10 +481,11 @@
 
 void SwObjectFormatterTextFrame::InvalidatePrevObjs( SwAnchoredObject& _rAnchoredObj )
 {
+    const SwFrameFormat* pObjFormat = _rAnchoredObj.GetFrameFormat();
     // invalidate all previous objects, whose wrapping influence on the object
     // positioning is <NONE_CONCURRENT_POSITIONED>.
     // Note: list of objects at anchor frame is sorted by this property.
-    if ( _rAnchoredObj.GetFrameFormat().GetWrapInfluenceOnObjPos().
+    if (pObjFormat->GetWrapInfluenceOnObjPos().
                 // #i35017# - handle ITERATIVE as ONCE_SUCCESSIVE
                 GetWrapInfluenceOnObjPos( true ) !=
                             // #i35017# - constant name has changed
@@ -501,7 +502,7 @@
     {
         --i;
         SwAnchoredObject* pAnchoredObj = (*pObjs)[i];
-        if ( pAnchoredObj->GetFrameFormat().GetWrapInfluenceOnObjPos().
+        if (pObjFormat->GetWrapInfluenceOnObjPos().
                 // #i35017# - handle ITERATIVE as ONCE_SUCCESSIVE
                 GetWrapInfluenceOnObjPos( true ) ==
                     // #i35017# - constant name has changed
@@ -546,7 +547,7 @@
     {
         SwAnchoredObject* pAnchoredObj = GetCollectedObj(i);
         if ( pAnchoredObj->ConsiderObjWrapInfluenceOnObjPos() &&
-             pAnchoredObj->GetFrameFormat().GetWrapInfluenceOnObjPos().
+             pAnchoredObj->GetFrameFormat()->GetWrapInfluenceOnObjPos().
                     // #i35017# - handle ITERATIVE as ONCE_SUCCESSIVE
                     GetWrapInfluenceOnObjPos( true ) == _nWrapInfluenceOnPosition )
         {
@@ -648,8 +649,8 @@
     // which will be on the next page.
     if ( !bAnchorIsMovedForward &&
          _bAnchoredAtMasterBeforeFormatAnchor &&
-        ((_rAnchoredObj.GetFrameFormat().GetAnchor().GetAnchorId() == RndStdIds::FLY_AT_CHAR) ||
-         (_rAnchoredObj.GetFrameFormat().GetAnchor().GetAnchorId() == RndStdIds::FLY_AT_PARA)))
+        ((_rAnchoredObj.GetFrameFormat()->GetAnchor().GetAnchorId() == RndStdIds::FLY_AT_CHAR) ||
+         (_rAnchoredObj.GetFrameFormat()->GetAnchor().GetAnchorId() == RndStdIds::FLY_AT_PARA)))
     {
         SwFrame* pAnchorFrame = _rAnchoredObj.GetAnchorFrameContainingAnchPos();
         OSL_ENSURE( pAnchorFrame->IsTextFrame(),
@@ -703,7 +704,7 @@
                 if ((pObjAnchorPage == &rFromPageFrame
                         ? _boInFollow // same-page but will move forward
                         : rFromPageFrame.GetPhyPageNum() < pObjAnchorPage->GetPhyPageNum())
-                    && pObj->GetFrameFormat().GetAnchor().GetAnchorId()
+                    && pObj->GetFrameFormat()->GetAnchor().GetAnchorId()
                         != RndStdIds::FLY_AS_CHAR)
                 {
                     if (pPageFrameOfAnchor->GetPhyPageNum() < pObjAnchorPage->GetPhyPageNum())
diff -Nur libreoffice-7.6.4.1/sw/source/core/layout/pagechg.cxx libreoffice-7.6.5.2/sw/source/core/layout/pagechg.cxx
--- libreoffice-7.6.4.1/sw/source/core/layout/pagechg.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/layout/pagechg.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1716,8 +1716,8 @@
             while ( pPage->GetSortedObjs() && i< pPage->GetSortedObjs()->size() )
             {
                 // #i28701#
-                SwFrameFormat& rFormat = (*pPage->GetSortedObjs())[i]->GetFrameFormat();
-                const SwFormatAnchor &rAnch = rFormat.GetAnchor();
+                SwFrameFormat* pFormat = (*pPage->GetSortedObjs())[i]->GetFrameFormat();
+                const SwFormatAnchor &rAnch = pFormat->GetAnchor();
                 const sal_uInt16 nPg = rAnch.GetPageNum();
                 if ((rAnch.GetAnchorId() == RndStdIds::FLY_AT_PAGE) &&
                      nPg != pPage->GetPhyPageNum() )
@@ -1730,12 +1730,12 @@
                         // It can move by itself. Just send a modify to its anchor attribute.
 #if OSL_DEBUG_LEVEL > 1
                         const size_t nCnt = pPage->GetSortedObjs()->size();
-                        rFormat.CallSwClientNotify(sw::LegacyModifyHint(nullptr, &rAnch));
+                        pFormat->CallSwClientNotify(sw::LegacyModifyHint(nullptr, &rAnch));
                         OSL_ENSURE( !pPage->GetSortedObjs() ||
                                 nCnt != pPage->GetSortedObjs()->size(),
                                 "Object couldn't be reattached!" );
 #else
-                        rFormat.CallSwClientNotify(sw::LegacyModifyHint(nullptr, &rAnch));
+                        pFormat->CallSwClientNotify(sw::LegacyModifyHint(nullptr, &rAnch));
 #endif
                         // Do not increment index, in this case
                         continue;
@@ -1861,19 +1861,19 @@
             {
                 // #i28701#
                 SwAnchoredObject* pAnchoredObj = (*pFrame->GetDrawObjs())[i];
-                const SwFrameFormat& rFormat = pAnchoredObj->GetFrameFormat();
+                const SwFrameFormat* pFormat = pAnchoredObj->GetFrameFormat();
                 const bool bFly = pAnchoredObj->DynCastFlyFrame() !=  nullptr;
                 if ((bFly && (FAR_AWAY == pAnchoredObj->GetObjRect().Width()))
-                    || rFormat.GetFrameSize().GetWidthPercent())
+                    || pFormat->GetFrameSize().GetWidthPercent())
                 {
                     continue;
                 }
 
                 tools::Long nWidth = 0;
-                switch ( rFormat.GetAnchor().GetAnchorId() )
+                switch ( pFormat->GetAnchor().GetAnchorId() )
                 {
                     case RndStdIds::FLY_AS_CHAR:
-                        nWidth = bFly ? rFormat.GetFrameSize().GetWidth() :
+                        nWidth = bFly ? pFormat->GetFrameSize().GetWidth() :
                                         pAnchoredObj->GetObjRect().Width();
                         break;
                     case RndStdIds::FLY_AT_PARA:
@@ -1885,8 +1885,8 @@
                             // at position FAR_AWAY.
                             if ( bFly )
                             {
-                                nWidth = rFormat.GetFrameSize().GetWidth();
-                                const SwFormatHoriOrient &rHori = rFormat.GetHoriOrient();
+                                nWidth = pFormat->GetFrameSize().GetWidth();
+                                const SwFormatHoriOrient &rHori = pFormat->GetHoriOrient();
                                 switch ( rHori.GetHoriOrient() )
                                 {
                                     case text::HoriOrientation::NONE:
@@ -2021,8 +2021,8 @@
     for (size_t i = 0; i < pSortedObj->size(); ++i)
     {
         SwAnchoredObject *const pAnchoredObj = (*pSortedObj)[i];
-        const SwFrameFormat& rObjFormat = pAnchoredObj->GetFrameFormat();
-        const SwFormatAnchor& rAnchor = rObjFormat.GetAnchor();
+        const SwFrameFormat* pObjFormat = pAnchoredObj->GetFrameFormat();
+        const SwFormatAnchor& rAnchor = pObjFormat->GetAnchor();
 
         // all except from the as character anchored objects are moved
         // when processing the page frame:
@@ -2078,7 +2078,7 @@
             pAnchoredDrawObj->SetLastObjRect( pAnchoredDrawObj->GetObjRect().SVRect() );
 
             // clear contour cache
-            if ( pAnchoredDrawObj->GetFrameFormat().GetSurround().IsContour() )
+            if ( pAnchoredDrawObj->GetFrameFormat()->GetSurround().IsContour() )
                 ClrContourCache( pAnchoredDrawObj->GetDrawObj() );
         }
         // #i92511#
diff -Nur libreoffice-7.6.4.1/sw/source/core/layout/sortedobjs.cxx libreoffice-7.6.5.2/sw/source/core/layout/sortedobjs.cxx
--- libreoffice-7.6.4.1/sw/source/core/layout/sortedobjs.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/layout/sortedobjs.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -78,12 +78,16 @@
                      const SwAnchoredObject* _pNewAnchoredObj )
     {
         // get attributes of listed object
-        const SwFrameFormat& rFormatListed = _pListedAnchoredObj->GetFrameFormat();
-        const SwFormatAnchor* pAnchorListed = &(rFormatListed.GetAnchor());
+        const SwFrameFormat* pFormatListed = _pListedAnchoredObj->GetFrameFormat();
+        if (!pFormatListed)
+            return false;
+        const SwFormatAnchor* pAnchorListed = &(pFormatListed->GetAnchor());
 
         // get attributes of new object
-        const SwFrameFormat& rFormatNew = _pNewAnchoredObj->GetFrameFormat();
-        const SwFormatAnchor* pAnchorNew = &(rFormatNew.GetAnchor());
+        const SwFrameFormat* pFormatNew = _pNewAnchoredObj->GetFrameFormat();
+        if (!pFormatNew)
+            return false;
+        const SwFormatAnchor* pAnchorNew = &(pFormatNew->GetAnchor());
 
         // check for to-page anchored objects
         if ((pAnchorListed->GetAnchorId() == RndStdIds::FLY_AT_PAGE) &&
@@ -156,15 +160,15 @@
         // objects anchored at the same content and at the same content anchor
         // node position with the same anchor type
         // Thus, compare its wrapping style including its layer
-        const IDocumentDrawModelAccess& rIDDMA = rFormatListed.getIDocumentDrawModelAccess();
+        const IDocumentDrawModelAccess& rIDDMA = pFormatListed->getIDocumentDrawModelAccess();
         const SdrLayerID nHellId = rIDDMA.GetHellId();
         const SdrLayerID nInvisibleHellId = rIDDMA.GetInvisibleHellId();
         const bool bWrapThroughOrHellListed =
-                    rFormatListed.GetSurround().GetSurround() == css::text::WrapTextMode_THROUGH ||
+                    pFormatListed->GetSurround().GetSurround() == css::text::WrapTextMode_THROUGH ||
                     _pListedAnchoredObj->GetDrawObj()->GetLayer() == nHellId ||
                     _pListedAnchoredObj->GetDrawObj()->GetLayer() == nInvisibleHellId;
         const bool bWrapThroughOrHellNew =
-                    rFormatNew.GetSurround().GetSurround() == css::text::WrapTextMode_THROUGH ||
+                    pFormatNew->GetSurround().GetSurround() == css::text::WrapTextMode_THROUGH ||
                     _pNewAnchoredObj->GetDrawObj()->GetLayer() == nHellId ||
                     _pNewAnchoredObj->GetDrawObj()->GetLayer() == nInvisibleHellId;
         if ( bWrapThroughOrHellListed != bWrapThroughOrHellNew )
@@ -179,9 +183,9 @@
         // objects anchored at the same content with a set text wrapping
         // Thus, compare wrap influences on object position
         const SwFormatWrapInfluenceOnObjPos* pWrapInfluenceOnObjPosListed =
-                                        &(rFormatListed.GetWrapInfluenceOnObjPos());
+                                        &(pFormatListed->GetWrapInfluenceOnObjPos());
         const SwFormatWrapInfluenceOnObjPos* pWrapInfluenceOnObjPosNew =
-                                        &(rFormatNew.GetWrapInfluenceOnObjPos());
+                                        &(pFormatNew->GetWrapInfluenceOnObjPos());
         // #i35017# - handle ITERATIVE as ONCE_SUCCESSIVE
         if ( pWrapInfluenceOnObjPosListed->GetWrapInfluenceOnObjPos( true ) !=
                 pWrapInfluenceOnObjPosNew->GetWrapInfluenceOnObjPos( true ) )
diff -Nur libreoffice-7.6.4.1/sw/source/core/layout/tabfrm.cxx libreoffice-7.6.5.2/sw/source/core/layout/tabfrm.cxx
--- libreoffice-7.6.4.1/sw/source/core/layout/tabfrm.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/layout/tabfrm.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -286,12 +286,12 @@
                     // that anchored object is correctly positioned.
                     pAnchoredObj->ClearCharRectAndTopOfLine();
                     pAnchoredObj->SetCurrRelPos( Point( 0, 0 ) );
-                    if ( pAnchoredObj->GetFrameFormat().GetAnchor().GetAnchorId()
-                            == RndStdIds::FLY_AS_CHAR )
+                    const SwFrameFormat* pObjFormat = pAnchoredObj->GetFrameFormat();
+                    if (pObjFormat->GetAnchor().GetAnchorId() == RndStdIds::FLY_AS_CHAR)
                     {
                         pAnchoredObj->AnchorFrame()
                                 ->Prepare( PrepareHint::FlyFrameAttributesChanged,
-                                           &(pAnchoredObj->GetFrameFormat()) );
+                                           pObjFormat );
                     }
                     if ( pFly != nullptr )
                     {
@@ -4432,8 +4432,8 @@
                 {
                     // OD 30.09.2003 #i18732# - only objects, which follow
                     // the text flow have to be considered.
-                    const SwFrameFormat& rFrameFormat = pAnchoredObj->GetFrameFormat();
-                    bool bFollowTextFlow = rFrameFormat.GetFollowTextFlow().GetValue();
+                    const SwFrameFormat* pFrameFormat = pAnchoredObj->GetFrameFormat();
+                    bool bFollowTextFlow = pFrameFormat->GetFollowTextFlow().GetValue();
                     bool bIsFarAway = pAnchoredObj->GetObjRect().Top() != FAR_AWAY;
                     const SwPageFrame* pPageFrm = pTmp->FindPageFrame();
                     bool bIsAnchoredToTmpFrm = false;
@@ -4441,14 +4441,14 @@
                         bIsAnchoredToTmpFrm = pAnchoredObj->GetPageFrame() == pPageFrm ||
                         (pPageFrm->GetFormatPage().GetPhyPageNum() == pAnchoredObj->GetPageFrame()->GetFormatPage().GetPhyPageNum() + 1);
                     const bool bConsiderObj =
-                        (rFrameFormat.GetAnchor().GetAnchorId() != RndStdIds::FLY_AS_CHAR) &&
+                        (pFrameFormat->GetAnchor().GetAnchorId() != RndStdIds::FLY_AS_CHAR) &&
                         bIsFarAway &&
                         bFollowTextFlow && bIsAnchoredToTmpFrm;
-                    bool bWrapThrough = rFrameFormat.GetSurround().GetValue() == text::WrapTextMode_THROUGH;
-                    bool bInBackground = !rFrameFormat.GetOpaque().GetValue();
+                    bool bWrapThrough = pFrameFormat->GetSurround().GetValue() == text::WrapTextMode_THROUGH;
+                    bool bInBackground = !pFrameFormat->GetOpaque().GetValue();
                     // Legacy render requires in-background setting, the new mode does not.
                     bool bConsiderFollowTextFlow = bInBackground
-                                                   || !rFrameFormat.getIDocumentSettingAccess().get(
+                                                   || !pFrameFormat->getIDocumentSettingAccess().get(
                                                        DocumentSettingId::USE_FORMER_TEXT_WRAPPING);
                     if (pFrame->IsInTab() && bFollowTextFlow && bWrapThrough && bConsiderFollowTextFlow)
                     {
@@ -4460,7 +4460,7 @@
 
                     if ( bConsiderObj )
                     {
-                        const SwFormatFrameSize &rSz = rFrameFormat.GetFrameSize();
+                        const SwFormatFrameSize &rSz = pFrameFormat->GetFrameSize();
                         if( !rSz.GetHeightPercent() )
                         {
                             const SwTwips nDistOfFlyBottomToAnchorTop =
@@ -5413,7 +5413,7 @@
                     // from its anchor frame.
                     bool bVertPosDepOnAnchor( true );
                     {
-                        SwFormatVertOrient aVert( pAnchoredObj->GetFrameFormat().GetVertOrient() );
+                        SwFormatVertOrient aVert( pAnchoredObj->GetFrameFormat()->GetVertOrient() );
                         switch ( aVert.GetRelationOrient() )
                         {
                             case text::RelOrientation::PAGE_FRAME:
@@ -5516,7 +5516,7 @@
                         if ( pTabFrame &&
                              !( pTabFrame->IsFollow() &&
                                 pTabFrame->FindMaster()->IsRebuildLastLine() ) &&
-                            (pAnchoredObj->GetFrameFormat().GetAnchor().GetAnchorId()
+                            (pAnchoredObj->GetFrameFormat()->GetAnchor().GetAnchorId()
                                                             != RndStdIds::FLY_AS_CHAR))
                         {
                             SwPageFrame* pPageFrame = pAnchoredObj->GetPageFrame();
@@ -5538,7 +5538,7 @@
                         // #i52904# - re-introduce direct move
                         // of drawing objects
                         const bool bDirectMove =
-                                static_cast<const SwDrawFrameFormat&>(pAnchoredObj->GetFrameFormat()).IsPosAttrSet() &&
+                                static_cast<const SwDrawFrameFormat*>(pAnchoredObj->GetFrameFormat())->IsPosAttrSet() &&
                                 bVertPosDepOnAnchor &&
                                 !pAnchoredObj->ConsiderObjWrapInfluenceOnObjPos();
                         if ( bDirectMove )
@@ -5796,8 +5796,8 @@
                 const SwFrame* pAnch = pAnchoredObj->GetAnchorFrame();
                 if ( (bConsiderWrapOnObjPos && IsAnLower( pAnch )) || (!bConsiderWrapOnObjPos && aTmp.Overlaps( aRect )) )
                 {
-                    const SwFrameFormat& rAnchoredObjFrameFormat = pAnchoredObj->GetFrameFormat();
-                    const SwFormatSurround &rSur = rAnchoredObjFrameFormat.GetSurround();
+                    const SwFrameFormat* pAnchoredObjFrameFormat = pAnchoredObj->GetFrameFormat();
+                    const SwFormatSurround &rSur = pAnchoredObjFrameFormat->GetSurround();
 
                     if ( bConsiderWrapOnObjPos || css::text::WrapTextMode_THROUGH != rSur.GetSurround() )
                     {
@@ -5817,7 +5817,7 @@
                         if ( bConsiderWrapOnObjPos ||
                              !IsAnLower( pAnch ) ||
                              pAnchoredObj->IsTmpConsiderWrapInfluence() ||
-                             !rAnchoredObjFrameFormat.GetFollowTextFlow().GetValue() )
+                             !pAnchoredObjFrameFormat->GetFollowTextFlow().GetValue() )
                         {
                             bVertDir = false;
                             break;
diff -Nur libreoffice-7.6.4.1/sw/source/core/layout/trvlfrm.cxx libreoffice-7.6.5.2/sw/source/core/layout/trvlfrm.cxx
--- libreoffice-7.6.4.1/sw/source/core/layout/trvlfrm.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/layout/trvlfrm.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -51,6 +51,7 @@
 #include "../text/itrpaint.hxx"
 #include <ndtxt.hxx>
 #include <undobj.hxx>
+#include <flyfrms.hxx>
 
 #include <swselectionlist.hxx>
 #include <comphelper/lok.hxx>
@@ -69,8 +70,9 @@
             const SwVirtFlyDrawObj* pObj =
                                 static_cast<const SwVirtFlyDrawObj*>(aIter());
             const SwAnchoredObject* pAnchoredObj = GetUserCall( aIter() )->GetAnchoredObj( aIter() );
-            const SwFormatSurround& rSurround = pAnchoredObj->GetFrameFormat().GetSurround();
-            const SvxOpaqueItem& rOpaque = pAnchoredObj->GetFrameFormat().GetOpaque();
+            const SwFrameFormat* pObjFormat = pAnchoredObj->GetFrameFormat();
+            const SwFormatSurround& rSurround = pObjFormat->GetSurround();
+            const SvxOpaqueItem& rOpaque = pObjFormat->GetOpaque();
             bool bInBackground = ( rSurround.GetSurround() == css::text::WrapTextMode_THROUGH ) && !rOpaque.GetValue();
 
             bool bBackgroundMatches = bInBackground == bSearchBackground;
@@ -166,8 +168,17 @@
                                  pFrame->UnionFrame() :
                                  pFrame->GetPaintArea() );
 
+        auto pTextFrame = pFrame->DynCastTextFrame();
+        bool bSplitFly = false;
+        if (pTextFrame && pTextFrame->HasNonLastSplitFlyDrawObj())
+        {
+            // Don't consider a non-last anchor of the split fly, so the view point can be corrected
+            // to go to the nearest fly, instead of the last anchor on a later page.
+            bSplitFly = true;
+        }
+
         if ( aPaintRect.Contains( rPoint ) &&
-             ( bContentCheck || pFrame->GetModelPositionForViewPoint( pPos, rPoint, pCMS ) ) )
+             ( bContentCheck || pFrame->GetModelPositionForViewPoint( pPos, rPoint, pCMS ) ) && !bSplitFly )
             bRet = true;
         else
             pFrame = pFrame->GetNext();
@@ -219,6 +230,19 @@
             }
 
             const SwContentFrame *pCnt = GetContentPos( aPoint, false, false, pCMS, false );
+
+            auto pTextFrame = pCnt ? pCnt->DynCastTextFrame() : nullptr;
+            if (pTextFrame)
+            {
+                SwFlyAtContentFrame* pFly = pTextFrame->HasNonLastSplitFlyDrawObj();
+                if (pFly)
+                {
+                    // No exact match, looking for a nearest doc model position. Consider our fly
+                    // frame.
+                    pCnt = pFly->GetContentPos( aPoint, false, false, pCMS, false );
+                }
+            }
+
             // GetContentPos may have modified pCMS
             if ( pCMS && pCMS->m_bStop )
                 return false;
@@ -2578,40 +2602,49 @@
     // splitting of portions vertically (causes spurious extra PDF annotations)
     if (eMode == RectsMode::NoAnchoredFlys)
     {
-        assert(pStartFrame == pEndFrame); // link or field all in 1 frame
-        assert(pStartFrame->IsTextFrame());
-        SwTextGridItem const*const pGrid(GetGridItem(pStartFrame->FindPageFrame()));
-        SwTextPaintInfo info(static_cast<SwTextFrame*>(pStartFrame), pStartFrame->FindPageFrame()->getFrameArea());
-        SwTextPainter painter(static_cast<SwTextFrame*>(pStartFrame), &info);
-        // because nothing outside the start/end has been added, it doesn't
-        // matter to match exactly the start/end, subtracting outside is no-op
-        painter.CharToLine(static_cast<SwTextFrame*>(pStartFrame)->MapModelToViewPos(*pStartPos));
-        do
-        {
-            info.SetPos(painter.GetTopLeft());
-            bool const bAdjustBaseLine(
-                painter.GetLineInfo().HasSpecialAlign(pStartFrame->IsVertical())
-                || nullptr != pGrid || painter.GetCurr()->GetHangingBaseline());
-            SwTwips nAscent, nHeight;
-            painter.CalcAscentAndHeight(nAscent, nHeight);
-            SwTwips const nOldY(info.Y());
-            for (SwLinePortion const* pLP = painter.GetCurr()->GetFirstPortion();
-                    pLP; pLP = pLP->GetNextPortion())
-            {
-                if (pLP->IsFlyPortion())
-                {
-                    info.Y(info.Y() + (bAdjustBaseLine
-                            ? painter.AdjustBaseLine(*painter.GetCurr(), pLP)
-                            : nAscent));
-                    SwRect flyPortion;
-                    info.CalcRect(*pLP, &flyPortion);
-                    Sub(aRegion, flyPortion);
-                    info.Y(nOldY);
+        for (SwContentFrame * pFrame = pStartFrame; ; pFrame = pFrame->GetFollow())
+        {
+            assert(pFrame->IsTextFrame());
+            SwTextGridItem const*const pGrid(GetGridItem(pFrame->FindPageFrame()));
+            SwTextPaintInfo info(static_cast<SwTextFrame*>(pFrame), pFrame->FindPageFrame()->getFrameArea());
+            SwTextPainter painter(static_cast<SwTextFrame*>(pFrame), &info);
+            // because nothing outside the start/end has been added, it doesn't
+            // matter to match exactly the start/end, subtracting outside is no-op
+            if (pFrame == pStartFrame)
+            {
+                painter.CharToLine(static_cast<SwTextFrame*>(pFrame)->MapModelToViewPos(*pStartPos));
+            }
+            do
+            {
+                info.SetPos(painter.GetTopLeft());
+                bool const bAdjustBaseLine(
+                    painter.GetLineInfo().HasSpecialAlign(pFrame->IsVertical())
+                    || nullptr != pGrid || painter.GetCurr()->GetHangingBaseline());
+                SwTwips nAscent, nHeight;
+                painter.CalcAscentAndHeight(nAscent, nHeight);
+                SwTwips const nOldY(info.Y());
+                for (SwLinePortion const* pLP = painter.GetCurr()->GetFirstPortion();
+                        pLP; pLP = pLP->GetNextPortion())
+                {
+                    if (pLP->IsFlyPortion())
+                    {
+                        info.Y(info.Y() + (bAdjustBaseLine
+                                ? painter.AdjustBaseLine(*painter.GetCurr(), pLP)
+                                : nAscent));
+                        SwRect flyPortion;
+                        info.CalcRect(*pLP, &flyPortion);
+                        Sub(aRegion, flyPortion);
+                        info.Y(nOldY);
+                    }
+                    pLP->Move(info);
                 }
-                pLP->Move(info);
+            }
+            while (painter.Next());
+            if (pFrame == pEndFrame)
+            {
+                break;
             }
         }
-        while (painter.Next());
     }
     else while (pPage)
     {
@@ -2625,7 +2658,7 @@
                     continue;
                 const SwVirtFlyDrawObj* pObj = pFly->GetVirtDrawObj();
                 const SwFormatSurround &rSur = pFly->GetFormat()->GetSurround();
-                SwFormatAnchor const& rAnchor(pAnchoredObj->GetFrameFormat().GetAnchor());
+                SwFormatAnchor const& rAnchor(pAnchoredObj->GetFrameFormat()->GetAnchor());
                 const SwPosition* anchoredAt = rAnchor.GetContentAnchor();
                 bool inSelection = (
                             anchoredAt != nullptr
diff -Nur libreoffice-7.6.4.1/sw/source/core/layout/wsfrm.cxx libreoffice-7.6.5.2/sw/source/core/layout/wsfrm.cxx
--- libreoffice-7.6.4.1/sw/source/core/layout/wsfrm.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/layout/wsfrm.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -2317,8 +2317,8 @@
 
                     if( aBound.Overlaps( aRect ) )
                     {
-                        const SwFrameFormat& rFormat = pAnchoredObj->GetFrameFormat();
-                        if( css::text::WrapTextMode_THROUGH != rFormat.GetSurround().GetSurround() )
+                        const SwFrameFormat* pFormat = pAnchoredObj->GetFrameFormat();
+                        if( css::text::WrapTextMode_THROUGH != pFormat->GetSurround().GetSurround() )
                         {
                             const SwFrame* pAnchor = pAnchoredObj->GetAnchorFrame();
                             if ( pAnchor && pAnchor->FindFooterOrHeader() == GetUpper() )
@@ -4270,7 +4270,7 @@
             const SwSortedObjs& rObjs = *(pPageFrame->GetSortedObjs());
             for (SwAnchoredObject* pAnchoredObj : rObjs)
             {
-                const SwFormatAnchor& rAnch = pAnchoredObj->GetFrameFormat().GetAnchor();
+                const SwFormatAnchor& rAnch = pAnchoredObj->GetFrameFormat()->GetAnchor();
                 if ((rAnch.GetAnchorId() != RndStdIds::FLY_AT_PARA) &&
                     (rAnch.GetAnchorId() != RndStdIds::FLY_AT_CHAR))
                 {
diff -Nur libreoffice-7.6.4.1/sw/source/core/objectpositioning/anchoredobjectposition.cxx libreoffice-7.6.5.2/sw/source/core/objectpositioning/anchoredobjectposition.cxx
--- libreoffice-7.6.4.1/sw/source/core/objectpositioning/anchoredobjectposition.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/objectpositioning/anchoredobjectposition.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -106,7 +106,7 @@
     // determine format the object belongs to
     {
         // #i28701#
-        mpFrameFormat = &mpAnchoredObj->GetFrameFormat();
+        mpFrameFormat = mpAnchoredObj->GetFrameFormat();
         assert(mpFrameFormat &&
                 "<SwAnchoredObjectPosition::GetInfoAboutObj() - missing frame format.");
     }
diff -Nur libreoffice-7.6.4.1/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx libreoffice-7.6.5.2/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx
--- libreoffice-7.6.4.1/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1241,7 +1241,7 @@
             break;
         }
 
-        if (SwTextBoxHelper::isTextBox(&pAnchoredObj->GetFrameFormat(), RES_FLYFRMFMT))
+        if (SwTextBoxHelper::isTextBox(pAnchoredObj->GetFrameFormat(), RES_FLYFRMFMT))
         {
             // Overlapping with the frame of a textbox is fine.
             continue;
@@ -1276,7 +1276,7 @@
             }
         }
 
-        css::text::WrapTextMode eWrap = pAnchoredObj->GetFrameFormat().GetSurround().GetSurround();
+        css::text::WrapTextMode eWrap = pAnchoredObj->GetFrameFormat()->GetSurround().GetSurround();
         if (eWrap == css::text::WrapTextMode_THROUGH)
         {
             // The other object is wrap through: allowed to overlap.
diff -Nur libreoffice-7.6.4.1/sw/source/core/text/EnhancedPDFExportHelper.cxx libreoffice-7.6.5.2/sw/source/core/text/EnhancedPDFExportHelper.cxx
--- libreoffice-7.6.4.1/sw/source/core/text/EnhancedPDFExportHelper.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/text/EnhancedPDFExportHelper.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -363,7 +363,10 @@
             && *pStart <= pos && pos <= *pEnd)
         {
             SwRect charRect;
-            if (rShell.GetCurrFrame(false)->GetCharRect(charRect, pos, &cms, false)
+            std::pair<Point, bool> const tmp(center, false);
+            SwContentFrame const*const pFrame(
+                pos.nNode.GetNode().GetTextNode()->getLayoutFrame(rShell.GetLayout(), &pos, &tmp));
+            if (pFrame->GetCharRect(charRect, pos, &cms, false)
                 && rRect.Overlaps(charRect))
             {
                 ret.push_back(rRect);
@@ -1581,7 +1584,7 @@
             {
                 const SwFlyFrame* pFly = static_cast<const SwFlyFrame*>(pFrame);
                 if (pFly->GetAnchorFrame()->FindFooterOrHeader() != nullptr
-                    || pFly->GetFrameFormat().GetAttrSet().Get(RES_DECORATIVE).GetValue())
+                    || pFly->GetFrameFormat()->GetAttrSet().Get(RES_DECORATIVE).GetValue())
                 {
                     nPDFType = vcl::PDFWriter::NonStructElement;
                 }
@@ -2722,7 +2725,10 @@
                         }
                     }
                 }
-                mrSh.MovePara(GoNextPara, fnParaStart);
+                if (!mrSh.MovePara(GoNextPara, fnParaStart))
+                { // Cursor is stuck in the TOX due to document ending immediately afterwards
+                    break;
+                }
             }
         }
     }
diff -Nur libreoffice-7.6.4.1/sw/source/core/text/frmform.cxx libreoffice-7.6.5.2/sw/source/core/text/frmform.cxx
--- libreoffice-7.6.4.1/sw/source/core/text/frmform.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/text/frmform.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1120,7 +1120,7 @@
     bool bOnlyContainsAsCharAnchoredObj =
             !IsFollow() && nStrLen == TextFrameIndex(1) &&
             GetDrawObjs() && GetDrawObjs()->size() == 1 &&
-            (*GetDrawObjs())[0]->GetFrameFormat().GetAnchor().GetAnchorId() == RndStdIds::FLY_AS_CHAR;
+            (*GetDrawObjs())[0]->GetFrameFormat()->GetAnchor().GetAnchorId() == RndStdIds::FLY_AS_CHAR;
 
     // Still try split text frame if we have columns.
     if (FindColFrame())
diff -Nur libreoffice-7.6.4.1/sw/source/core/text/itratr.cxx libreoffice-7.6.5.2/sw/source/core/text/itratr.cxx
--- libreoffice-7.6.4.1/sw/source/core/text/itratr.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/text/itratr.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1576,7 +1576,7 @@
     }
 
     // It has a split fly anchored to it.
-    if (pFlyFrame->GetFrameFormat().GetVertOrient().GetPos() >= 0)
+    if (pFlyFrame->GetFrameFormat()->GetVertOrient().GetPos() >= 0)
     {
         return false;
     }
diff -Nur libreoffice-7.6.4.1/sw/source/core/text/itrcrsr.cxx libreoffice-7.6.5.2/sw/source/core/text/itrcrsr.cxx
--- libreoffice-7.6.4.1/sw/source/core/text/itrcrsr.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/text/itrcrsr.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1610,8 +1610,11 @@
 
     // Skip space at the end of the line
     if( bLastPortion && (m_pCurr->GetNext() || m_pFrame->GetFollow() )
-        && rText[sal_Int32(nCurrStart + nLength) - 1] == ' ' )
+        && sal_Int32(nLength) != 0
+        && rText[sal_Int32(nCurrStart + nLength) - 1] == ' ')
+    {
         --nLength;
+    }
 
     if( nWidth > nX ||
       ( nWidth == nX && pPor->IsMultiPortion() && static_cast<SwMultiPortion*>(pPor)->IsDouble() ) )
diff -Nur libreoffice-7.6.4.1/sw/source/core/text/itrform2.cxx libreoffice-7.6.5.2/sw/source/core/text/itrform2.cxx
--- libreoffice-7.6.4.1/sw/source/core/text/itrform2.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/text/itrform2.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -420,7 +420,7 @@
                 if (pAnchoredObj->RestartLayoutProcess()
                     && !pAnchoredObj->IsTmpConsiderWrapInfluence())
                 {
-                    SwFormatAnchor const& rAnchor(pAnchoredObj->GetFrameFormat().GetAnchor());
+                    SwFormatAnchor const& rAnchor(pAnchoredObj->GetFrameFormat()->GetAnchor());
                     assert(rAnchor.GetAnchorId() == RndStdIds::FLY_AT_CHAR || rAnchor.GetAnchorId() == RndStdIds::FLY_AT_PARA);
                     TextFrameIndex const nAnchor(GetTextFrame()->MapModelToViewPos(*rAnchor.GetContentAnchor()));
                     if (pFollow->GetOffset() <= nAnchor
@@ -1009,6 +1009,8 @@
         case SwContentControlType::PLAIN_TEXT:
         {
             pDescriptor = std::make_unique<vcl::PDFWriter::EditWidget>();
+            auto pEditWidget = static_cast<vcl::PDFWriter::EditWidget*>(pDescriptor.get());
+            pEditWidget->MultiLine = true;
             break;
         }
         case SwContentControlType::CHECKBOX:
@@ -1016,8 +1018,13 @@
             pDescriptor = std::make_unique<vcl::PDFWriter::CheckBoxWidget>();
             auto pCheckBoxWidget = static_cast<vcl::PDFWriter::CheckBoxWidget*>(pDescriptor.get());
             pCheckBoxWidget->Checked = pContentControl->GetChecked();
-            pCheckBoxWidget->OnValue = pContentControl->GetCheckedState();
-            pCheckBoxWidget->OffValue = pContentControl->GetUncheckedState();
+            // If it's checked already, then leave the default "Yes" OnValue unchanged, so the
+            // appropriate appearance is found by PDF readers.
+            if (!pCheckBoxWidget->Checked)
+            {
+                pCheckBoxWidget->OnValue = pContentControl->GetCheckedState();
+                pCheckBoxWidget->OffValue = pContentControl->GetUncheckedState();
+            }
             break;
         }
         case SwContentControlType::DROP_DOWN_LIST:
diff -Nur libreoffice-7.6.4.1/sw/source/core/text/porfld.cxx libreoffice-7.6.5.2/sw/source/core/text/porfld.cxx
--- libreoffice-7.6.4.1/sw/source/core/text/porfld.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/text/porfld.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -392,10 +392,13 @@
             // These characters should not be contained in the follow
             // field portion. They are handled via the HookChar mechanism.
             const sal_Unicode nNew = !aNew.isEmpty() ? aNew[0] : 0;
-            auto IsHook = [](const sal_Unicode cNew) -> bool
+            auto IsHook = [](const sal_Unicode cNew, bool const isSpace = false) -> bool
             {
                 switch (cNew)
                 {
+                    case ' ': // tdf#159101 this one is not in ScanPortionEnd
+                              // but is required for justified text
+                        return isSpace;
                     case CH_BREAK:
                     case CH_TAB:
                     case CHAR_HARDHYPHEN: // non-breaking hyphen
@@ -412,7 +415,7 @@
                         return false;
                 }
             };
-            if (IsHook(nNew))
+            if (IsHook(nNew, true))
             {
                 if (nNew == CH_BREAK)
                 {
diff -Nur libreoffice-7.6.4.1/sw/source/core/text/porfly.cxx libreoffice-7.6.5.2/sw/source/core/text/porfly.cxx
--- libreoffice-7.6.4.1/sw/source/core/text/porfly.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/text/porfly.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -158,7 +158,7 @@
     {
         // Consider changed type of <SwSortedList> entries
         SwAnchoredObject* pAnchoredObj = (*pObjs)[i];
-        const SwFormatAnchor& rAnch = pAnchoredObj->GetFrameFormat().GetAnchor();
+        const SwFormatAnchor& rAnch = pAnchoredObj->GetFrameFormat()->GetAnchor();
         if (rAnch.GetAnchorId() == RndStdIds::FLY_AS_CHAR)
         {
             const SwPosition* pPos = rAnch.GetContentAnchor();
diff -Nur libreoffice-7.6.4.1/sw/source/core/text/porlay.cxx libreoffice-7.6.5.2/sw/source/core/text/porlay.cxx
--- libreoffice-7.6.4.1/sw/source/core/text/porlay.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/text/porlay.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -744,7 +744,7 @@
                     {
                         bool bDeleted = false;
                         size_t nAuthor = std::string::npos;
-                        const SwFormatAnchor& rAnchor = pAnchoredObj->GetFrameFormat().GetAnchor();
+                        const SwFormatAnchor& rAnchor = pAnchoredObj->GetFrameFormat()->GetAnchor();
                         if ( rAnchor.GetAnchorId() == RndStdIds::FLY_AT_CHAR )
                         {
                             SwPosition aAnchor = *rAnchor.GetContentAnchor();
diff -Nur libreoffice-7.6.4.1/sw/source/core/text/txtfly.cxx libreoffice-7.6.5.2/sw/source/core/text/txtfly.cxx
--- libreoffice-7.6.4.1/sw/source/core/text/txtfly.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/text/txtfly.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -162,7 +162,7 @@
                                             const bool bRight )
 {
     SwRect aRet;
-    const SwFrameFormat* pFormat = &(pAnchoredObj->GetFrameFormat());
+    const SwFrameFormat* pFormat = pAnchoredObj->GetFrameFormat();
     bool bHandleContour(pFormat->GetSurround().IsContour());
 
     if(!bHandleContour)
@@ -594,7 +594,7 @@
             if (pFly)
             {
                 // #i68520#
-                const SwFormatSurround& rSur = pAnchoredObjTmp->GetFrameFormat().GetSurround();
+                const SwFormatSurround& rSur = pAnchoredObjTmp->GetFrameFormat()->GetSurround();
 
                 // OD 24.01.2003 #106593# - correct clipping of fly frame area.
                 // Consider that fly frame background/shadow can be transparent
@@ -655,8 +655,8 @@
         if( ( bInFootnote || bInFooterOrHeader ) && m_bTopRule )
         {
             // #i26945#
-            const SwFrameFormat& rFrameFormat = _pAnchoredObj->GetFrameFormat();
-            const SwFormatAnchor& rNewA = rFrameFormat.GetAnchor();
+            const SwFrameFormat* pFrameFormat = _pAnchoredObj->GetFrameFormat();
+            const SwFormatAnchor& rNewA = pFrameFormat->GetAnchor();
             if (RndStdIds::FLY_AT_PAGE == rNewA.GetAnchorId())
             {
                 if ( bInFootnote )
@@ -664,7 +664,7 @@
 
                 if ( bInFooterOrHeader )
                 {
-                    const SwFormatVertOrient& aVert( rFrameFormat.GetVertOrient() );
+                    const SwFormatVertOrient& aVert(pFrameFormat->GetVertOrient());
                     bool bVertPrt = aVert.GetRelationOrient() == text::RelOrientation::PRINT_AREA ||
                             aVert.GetRelationOrient() == text::RelOrientation::PAGE_PRINT_AREA;
                     if( bVertPrt )
@@ -710,13 +710,14 @@
             {
                 // Within chained Flys we only avoid Lower
                 // #i68520#
-                const SwFormatChain &rChain = mpCurrAnchoredObj->GetFrameFormat().GetChain();
+                const SwFrameFormat* pCurObjFormat = mpCurrAnchoredObj->GetFrameFormat();
+                const SwFormatChain& rChain = pCurObjFormat->GetChain();
                 if ( !rChain.GetPrev() && !rChain.GetNext() )
                 {
                     // #i26945#
-                    const SwFormatAnchor& rNewA = _pAnchoredObj->GetFrameFormat().GetAnchor();
+                    const SwFormatAnchor& rNewA = _pAnchoredObj->GetFrameFormat()->GetAnchor();
                     // #i68520#
-                    const SwFormatAnchor& rCurrA = mpCurrAnchoredObj->GetFrameFormat().GetAnchor();
+                    const SwFormatAnchor& rCurrA = pCurObjFormat->GetAnchor();
 
                     // If <mpCurrAnchoredObj> is anchored as character, its content
                     // does not wrap around pNew
@@ -768,78 +769,85 @@
         if ( bEvade )
         {
             // #i26945#
-            const SwFormatAnchor& rNewA = _pAnchoredObj->GetFrameFormat().GetAnchor();
-            OSL_ENSURE( RndStdIds::FLY_AS_CHAR != rNewA.GetAnchorId(),
-                    "Don't call GetTop with a FlyInContentFrame" );
-            if (RndStdIds::FLY_AT_PAGE == rNewA.GetAnchorId())
-                return true;  // We always avoid page anchored ones
-
-            // If Flys anchored at paragraph are caught in a FlyCnt, then
-            // their influence ends at the borders of the FlyCnt!
-            // If we are currently formatting the text of the FlyCnt, then
-            // it has to get out of the way of the Frame anchored at paragraph!
-            // m_pCurrFrame is the anchor of pNew?
-            // #i26945#
-            const SwFrame* pTmp = _pAnchoredObj->GetAnchorFrame();
-            if (pTmp == m_pCurrFrame)
-                return true;
-            if( pTmp->IsTextFrame() && ( pTmp->IsInFly() || pTmp->IsInFootnote() ) )
+            if (const SwFrameFormat* pAnchoredObjFormat = _pAnchoredObj->GetFrameFormat())
             {
+                const SwFormatAnchor& rNewA = pAnchoredObjFormat->GetAnchor();
+                OSL_ENSURE(RndStdIds::FLY_AS_CHAR != rNewA.GetAnchorId(),
+                           "Don't call GetTop with a FlyInContentFrame");
+                if (RndStdIds::FLY_AT_PAGE == rNewA.GetAnchorId())
+                    return true; // We always avoid page anchored ones
+
+                // If Flys anchored at paragraph are caught in a FlyCnt, then
+                // their influence ends at the borders of the FlyCnt!
+                // If we are currently formatting the text of the FlyCnt, then
+                // it has to get out of the way of the Frame anchored at paragraph!
+                // m_pCurrFrame is the anchor of pNew?
                 // #i26945#
-                Point aPos = _pAnchoredObj->GetObjRect().Pos();
-                pTmp = GetVirtualUpper( pTmp, aPos );
-            }
-            // #i26945#
-            // If <pTmp> is a text frame inside a table, take the upper
-            // of the anchor frame, which contains the anchor position.
-            else if ( pTmp->IsTextFrame() && pTmp->IsInTab() )
-            {
-                pTmp = const_cast<SwAnchoredObject*>(_pAnchoredObj)
-                                ->GetAnchorFrameContainingAnchPos()->GetUpper();
-            }
-            // #i28701# - consider all objects in same context,
-            // if wrapping style is considered on object positioning.
-            // Thus, text will wrap around negative positioned objects.
-            // #i3317# - remove condition on checking,
-            // if wrappings style is considered on object positioning.
-            // Thus, text is wrapping around negative positioned objects.
-            // #i35640# - no consideration of negative
-            // positioned objects, if wrapping style isn't considered on
-            // object position and former text wrapping is applied.
-            // This condition is typically for documents imported from the
-            // OpenOffice.org file format.
-            const IDocumentSettingAccess* pIDSA = &m_pCurrFrame->GetDoc().getIDocumentSettingAccess();
-            if ( (  pIDSA->get(DocumentSettingId::CONSIDER_WRAP_ON_OBJECT_POSITION) ||
-                   !pIDSA->get(DocumentSettingId::USE_FORMER_TEXT_WRAPPING) ) &&
-                 ::FindContext( pTmp, SwFrameType::None ) == ::FindContext(m_pCurrFrame, SwFrameType::None))
-            {
-                return true;
-            }
-
-            const SwFrame* pHeader = nullptr;
-            if (m_pCurrFrame->GetNext() != pTmp &&
-                 (IsFrameInSameContext( pTmp, m_pCurrFrame ) ||
-                   // #i13832#, #i24135# wrap around objects in page header
-                   ( !pIDSA->get(DocumentSettingId::USE_FORMER_TEXT_WRAPPING) &&
-                     nullptr != ( pHeader = pTmp->FindFooterOrHeader() ) &&
-                     m_pCurrFrame->IsInDocBody())))
-            {
-                if( pHeader || RndStdIds::FLY_AT_FLY == rNewA.GetAnchorId() )
+                const SwFrame* pTmp = _pAnchoredObj->GetAnchorFrame();
+                if (pTmp == m_pCurrFrame)
                     return true;
+                if (pTmp->IsTextFrame() && (pTmp->IsInFly() || pTmp->IsInFootnote()))
+                {
+                    // #i26945#
+                    Point aPos = _pAnchoredObj->GetObjRect().Pos();
+                    pTmp = GetVirtualUpper(pTmp, aPos);
+                }
+                // #i26945#
+                // If <pTmp> is a text frame inside a table, take the upper
+                // of the anchor frame, which contains the anchor position.
+                else if (pTmp->IsTextFrame() && pTmp->IsInTab())
+                {
+                    pTmp = const_cast<SwAnchoredObject*>(_pAnchoredObj)
+                               ->GetAnchorFrameContainingAnchPos()
+                               ->GetUpper();
+                }
+                // #i28701# - consider all objects in same context,
+                // if wrapping style is considered on object positioning.
+                // Thus, text will wrap around negative positioned objects.
+                // #i3317# - remove condition on checking,
+                // if wrappings style is considered on object positioning.
+                // Thus, text is wrapping around negative positioned objects.
+                // #i35640# - no consideration of negative
+                // positioned objects, if wrapping style isn't considered on
+                // object position and former text wrapping is applied.
+                // This condition is typically for documents imported from the
+                // OpenOffice.org file format.
+                const IDocumentSettingAccess* pIDSA
+                    = &m_pCurrFrame->GetDoc().getIDocumentSettingAccess();
+                if ((pIDSA->get(DocumentSettingId::CONSIDER_WRAP_ON_OBJECT_POSITION)
+                     || !pIDSA->get(DocumentSettingId::USE_FORMER_TEXT_WRAPPING))
+                    && ::FindContext(pTmp, SwFrameType::None)
+                           == ::FindContext(m_pCurrFrame, SwFrameType::None))
+                {
+                    return true;
+                }
 
-                // Compare indices:
-                // The Index of the other is retrieved from the anchor attr.
-                SwNodeOffset nTmpIndex = rNewA.GetAnchorNode()->GetIndex();
-                // Now check whether the current paragraph is before the anchor
-                // of the displaced object in the text, then we don't have to
-                // get out of its way.
-                // If possible determine Index via SwFormatAnchor because
-                // otherwise it's quite expensive.
-                if (NODE_OFFSET_MAX == m_nCurrFrameNodeIndex)
-                    m_nCurrFrameNodeIndex = m_pCurrFrame->GetTextNodeFirst()->GetIndex();
+                const SwFrame* pHeader = nullptr;
+                if (m_pCurrFrame->GetNext() != pTmp
+                    && (IsFrameInSameContext(pTmp, m_pCurrFrame) ||
+                        // #i13832#, #i24135# wrap around objects in page header
+                        (!pIDSA->get(DocumentSettingId::USE_FORMER_TEXT_WRAPPING)
+                         && nullptr != (pHeader = pTmp->FindFooterOrHeader())
+                         && m_pCurrFrame->IsInDocBody())))
+                {
+                    if (pHeader || RndStdIds::FLY_AT_FLY == rNewA.GetAnchorId())
+                        return true;
 
-                if (FrameContainsNode(*m_pCurrFrame, nTmpIndex) || nTmpIndex < m_nCurrFrameNodeIndex)
-                    return true;
+                    // Compare indices:
+                    // The Index of the other is retrieved from the anchor attr.
+                    SwNodeOffset nTmpIndex = rNewA.GetAnchorNode()->GetIndex();
+                    // Now check whether the current paragraph is before the anchor
+                    // of the displaced object in the text, then we don't have to
+                    // get out of its way.
+                    // If possible determine Index via SwFormatAnchor because
+                    // otherwise it's quite expensive.
+                    if (NODE_OFFSET_MAX == m_nCurrFrameNodeIndex)
+                        m_nCurrFrameNodeIndex = m_pCurrFrame->GetTextNodeFirst()->GetIndex();
+
+                    if (FrameContainsNode(*m_pCurrFrame, nTmpIndex)
+                        || nTmpIndex < m_nCurrFrameNodeIndex)
+                        return true;
+                }
             }
         }
     }
@@ -919,7 +927,7 @@
                  !pAnchoredObj->ConsiderForTextWrap() ||
                  ( mbIgnoreObjsInHeaderFooter && !bFooterHeader &&
                    pAnchoredObj->GetAnchorFrame()->FindFooterOrHeader() ) ||
-                 ( bAllowCompatWrap && !pAnchoredObj->GetFrameFormat().GetFollowTextFlow().GetValue() )
+                 ( bAllowCompatWrap && !pAnchoredObj->GetFrameFormat()->GetFollowTextFlow().GetValue() )
                )
             {
                 continue;
@@ -957,13 +965,13 @@
                     mpAnchoredObjList->insert( aInsPosIter, pAnchoredObj );
                 }
 
-                const SwFormatSurround &rFlyFormat = pAnchoredObj->GetFrameFormat().GetSurround();
+                const SwFrameFormat* pObjFormat = pAnchoredObj->GetFrameFormat();
+                const SwFormatSurround& rFlyFormat = pObjFormat->GetSurround();
                 // #i68520#
                 if ( rFlyFormat.IsAnchorOnly() &&
                      pAnchoredObj->GetAnchorFrame() == GetMaster() )
                 {
-                    const SwFormatVertOrient &rTmpFormat =
-                                    pAnchoredObj->GetFrameFormat().GetVertOrient();
+                    const SwFormatVertOrient &rTmpFormat = pObjFormat->GetVertOrient();
                     if( text::VertOrientation::BOTTOM != rTmpFormat.GetVertOrient() )
                         m_nMinBottom = ( aRectFnSet.IsVert() && m_nMinBottom ) ?
                                      std::min( m_nMinBottom, aBound.Left() ) :
@@ -1003,11 +1011,11 @@
         for( size_t i = 0; i < nCount; ++i )
         {
             SwAnchoredObject* pAnchoredObj = (*pDrawObj)[ i ];
-            const SwFormatSurround &rFlyFormat = pAnchoredObj->GetFrameFormat().GetSurround();
+            const SwFrameFormat* pObjFormat = pAnchoredObj->GetFrameFormat();
+            const SwFormatSurround& rFlyFormat = pObjFormat->GetSurround();
             if( rFlyFormat.IsAnchorOnly() )
             {
-                const SwFormatVertOrient &rTmpFormat =
-                                    pAnchoredObj->GetFrameFormat().GetVertOrient();
+                const SwFormatVertOrient &rTmpFormat = pObjFormat->GetVertOrient();
                 if( text::VertOrientation::BOTTOM != rTmpFormat.GetVertOrient() )
                 {
                     const SwRect& aBound( pAnchoredObj->GetObjRectWithSpaces() );
@@ -1123,7 +1131,7 @@
             if ( mpCurrAnchoredObj != pAnchoredObj && aRect.Overlaps( rRect ) )
             {
                 // #i68520#
-                const SwFormat* pFormat( &(pAnchoredObj->GetFrameFormat()) );
+                const SwFormat* pFormat(pAnchoredObj->GetFrameFormat());
                 const SwFormatSurround &rSur = pFormat->GetSurround();
                 if( bAvoid )
                 {
@@ -1410,7 +1418,7 @@
 
 css::text::WrapTextMode SwTextFly::GetSurroundForTextWrap( const SwAnchoredObject* pAnchoredObj ) const
 {
-    const SwFrameFormat* pFormat = &(pAnchoredObj->GetFrameFormat());
+    const SwFrameFormat* pFormat = pAnchoredObj->GetFrameFormat();
     const SwFormatSurround &rFlyFormat = pFormat->GetSurround();
     css::text::WrapTextMode eSurroundForTextWrap = rFlyFormat.GetSurround();
 
diff -Nur libreoffice-7.6.4.1/sw/source/core/text/txtfrm.cxx libreoffice-7.6.5.2/sw/source/core/text/txtfrm.cxx
--- libreoffice-7.6.4.1/sw/source/core/text/txtfrm.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/text/txtfrm.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -3003,7 +3003,7 @@
                             SwAnchoredObject* pAnchoredObj = (*GetDrawObjs())[i];
                             // i#28701 - consider all
                             // to-character anchored objects
-                            if ( pAnchoredObj->GetFrameFormat().GetAnchor().GetAnchorId()
+                            if ( pAnchoredObj->GetFrameFormat()->GetAnchor().GetAnchorId()
                                     == RndStdIds::FLY_AT_CHAR )
                             {
                                 bFormat = true;
diff -Nur libreoffice-7.6.4.1/sw/source/core/txtnode/ndtxt.cxx libreoffice-7.6.5.2/sw/source/core/txtnode/ndtxt.cxx
--- libreoffice-7.6.4.1/sw/source/core/txtnode/ndtxt.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/txtnode/ndtxt.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -409,12 +409,12 @@
             }
             for (SwAnchoredObject *const pObj : objs)
             {
-                SwFrameFormat & rFormat(pObj->GetFrameFormat());
-                SwFormatAnchor const& rAnchor(rFormat.GetAnchor());
+                SwFrameFormat* pFormat(pObj->GetFrameFormat());
+                SwFormatAnchor const& rAnchor(pFormat->GetAnchor());
                 if (rFirstNode.GetIndex() < rAnchor.GetAnchorNode()->GetIndex())
                 {
                     // move it to the new frame of "this"
-                    rFormat.CallSwClientNotify(sw::LegacyModifyHint(&rAnchor, &rAnchor));
+                    pFormat->CallSwClientNotify(sw::LegacyModifyHint(&rAnchor, &rAnchor));
                     // note pObjs will be deleted if it becomes empty
                     assert(!pFrame->GetDrawObjs() || !pObjs->Contains(*pObj));
                 }
diff -Nur libreoffice-7.6.4.1/sw/source/core/undo/untbl.cxx libreoffice-7.6.5.2/sw/source/core/undo/untbl.cxx
--- libreoffice-7.6.4.1/sw/source/core/undo/untbl.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/undo/untbl.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -272,7 +272,14 @@
     SwNodeIndex aIdx( rDoc.GetNodes(), m_nStartNode );
 
     SwTableNode* pTableNd = aIdx.GetNode().GetTableNode();
-    OSL_ENSURE( pTableNd, "no TableNode" );
+    // tdf#159025 skip undo if SwTableNode is a nullptr
+    // I don't know what causes the SwTableNode to be a nullptr in the
+    // case of tdf#159025, but at least stop the crashing by skipping
+    // this undo request.
+    SAL_WARN_IF( !pTableNd, "sw.core", "no TableNode" );
+    if( !pTableNd )
+        return;
+
     pTableNd->DelFrames();
 
     if( IDocumentRedlineAccess::IsRedlineOn( GetRedlineFlags() ))
diff -Nur libreoffice-7.6.4.1/sw/source/core/unocore/unodraw.cxx libreoffice-7.6.5.2/sw/source/core/unocore/unodraw.cxx
--- libreoffice-7.6.4.1/sw/source/core/unocore/unodraw.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/unocore/unodraw.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1391,12 +1391,12 @@
                     // If this property is an anchor change, and there is a group shape with textboxes
                     // do anchor sync in time unless the anchor sync in the porfly will cause crash during
                     // layout calculation (When importing an inline shape in docx via dmapper).
-                    if (pFormat->Which() == RES_DRAWFRMFMT && pFormat->GetOtherTextBoxFormats()
-                        && pFormat->GetOtherTextBoxFormats()->GetTextBoxCount()
-                               > o3tl::make_unsigned(1))
+                    if (pFormat->Which() == RES_DRAWFRMFMT && pFormat->GetOtherTextBoxFormats())
+                    {
                         SwTextBoxHelper::synchronizeGroupTextBoxProperty(
                             SwTextBoxHelper::changeAnchor, pFormat,
                             SdrObject::getSdrObjectFromXShape(mxShape));
+                    }
                 }
                 else
                     pFormat->SetFormatAttr(aSet);
diff -Nur libreoffice-7.6.4.1/sw/source/core/unocore/unoobj2.cxx libreoffice-7.6.5.2/sw/source/core/unocore/unoobj2.cxx
--- libreoffice-7.6.4.1/sw/source/core/unocore/unoobj2.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/core/unocore/unoobj2.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -121,9 +121,9 @@
             return;
         for(const auto pAnchoredObj : *pObjs)
         {
-            SwFrameFormat& rFormat = pAnchoredObj->GetFrameFormat();
+            SwFrameFormat* pFormat = pAnchoredObj->GetFrameFormat();
             // Filter out textboxes, which are not interesting at a UNO level.
-            if(SwTextBoxHelper::isTextBox(&rFormat, RES_FLYFRMFMT))
+            if(SwTextBoxHelper::isTextBox(pFormat, RES_FLYFRMFMT))
                 continue;
 
             if (nAnchorType == RndStdIds::FLY_AT_PARA)
@@ -141,11 +141,11 @@
                 }
             }
 
-            if(rFormat.GetAnchor().GetAnchorId() == nAnchorType)
+            if(pFormat->GetAnchor().GetAnchorId() == nAnchorType)
             {
-                const sal_Int32 nIdx = rFormat.GetAnchor().GetAnchorContentOffset();
-                const auto nOrder = rFormat.GetAnchor().GetOrder();
-                rFrames.emplace_back(nIdx, nOrder, std::make_unique<sw::FrameClient>(&rFormat));
+                const sal_Int32 nIdx = pFormat->GetAnchor().GetAnchorContentOffset();
+                const auto nOrder = pFormat->GetAnchor().GetOrder();
+                rFrames.emplace_back(nIdx, nOrder, std::make_unique<sw::FrameClient>(pFormat));
             }
         }
     }
diff -Nur libreoffice-7.6.4.1/sw/source/filter/writer/writer.cxx libreoffice-7.6.5.2/sw/source/filter/writer/writer.cxx
--- libreoffice-7.6.4.1/sw/source/filter/writer/writer.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/filter/writer/writer.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -160,9 +160,9 @@
 sal_Int32 Writer::FindPos_Bkmk(const SwPosition& rPos) const
 {
     const IDocumentMarkAccess* const pMarkAccess = m_pDoc->getIDocumentMarkAccess();
-    const IDocumentMarkAccess::const_iterator_t ppBkmk = pMarkAccess->findFirstBookmarkStartsAfter(rPos);
-    if(ppBkmk != pMarkAccess->getBookmarksEnd())
-        return ppBkmk - pMarkAccess->getBookmarksBegin();
+    const IDocumentMarkAccess::const_iterator_t ppBkmk = pMarkAccess->findFirstMarkNotStartsBefore(rPos);
+    if(ppBkmk != pMarkAccess->getAllMarksEnd())
+        return ppBkmk - pMarkAccess->getAllMarksBegin();
     return -1;
 }
 
diff -Nur libreoffice-7.6.4.1/sw/source/ui/dialog/wordcountdialog.cxx libreoffice-7.6.5.2/sw/source/ui/dialog/wordcountdialog.cxx
--- libreoffice-7.6.4.1/sw/source/ui/dialog/wordcountdialog.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/ui/dialog/wordcountdialog.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -65,9 +65,10 @@
     setValue(*m_xDocCharacterExcludingSpacesFT, rDoc.nCharExcludingSpaces, rLocaleData);
     setValue(*m_xDocCjkcharsFT, rDoc.nAsianWord, rLocaleData);
 
-    if (m_xStandardizedPagesLabelFT->get_visible())
+    const sal_Int64 nCharsPerStandardizedPage = m_xStandardizedPagesLabelFT->get_visible() ?
+        officecfg::Office::Writer::WordCount::StandardizedPageSize::get() : 0;
+    if (nCharsPerStandardizedPage)
     {
-        sal_Int64 nCharsPerStandardizedPage = officecfg::Office::Writer::WordCount::StandardizedPageSize::get();
         setDoubleValue(*m_xCurrentStandardizedPagesFT,
             static_cast<double>(rCurrent.nChar) / nCharsPerStandardizedPage);
         setDoubleValue(*m_xDocStandardizedPagesFT,
diff -Nur libreoffice-7.6.4.1/sw/source/ui/frmdlg/column.cxx libreoffice-7.6.5.2/sw/source/ui/frmdlg/column.cxx
--- libreoffice-7.6.4.1/sw/source/ui/frmdlg/column.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/ui/frmdlg/column.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -393,7 +393,7 @@
     , m_xTextDirectionFT(m_xBuilder->weld_label("textdirectionft"))
     , m_xTextDirectionLB(new svx::FrameDirectionListBox(m_xBuilder->weld_combo_box("textdirectionlb")))
     , m_xLineColorDLB(new ColorListBox(m_xBuilder->weld_menu_button("colorlb"),
-                [this]{ return GetDialogController()->getDialog(); }))
+                [this]{ return GetFrameWeld(); }))
     , m_xLineTypeDLB(new SvtLineListBox(m_xBuilder->weld_menu_button("linestylelb")))
     , m_xEd1(new SwPercentField(m_xBuilder->weld_metric_spin_button("width1mf", FieldUnit::CM)))
     , m_xEd2(new SwPercentField(m_xBuilder->weld_metric_spin_button("width2mf", FieldUnit::CM)))
diff -Nur libreoffice-7.6.4.1/sw/source/ui/misc/num.cxx libreoffice-7.6.5.2/sw/source/ui/misc/num.cxx
--- libreoffice-7.6.4.1/sw/source/ui/misc/num.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/ui/misc/num.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -81,6 +81,10 @@
 {
     SetExchangeSupport();
 
+    m_xAlignedAtMF->set_range(0, SAL_MAX_INT32, FieldUnit::NONE);
+    m_xListtabMF->set_range(0, SAL_MAX_INT32, FieldUnit::NONE);
+    m_xIndentAtMF->set_range(0, SAL_MAX_INT32, FieldUnit::NONE);
+
     m_xLevelLB->set_selection_mode(SelectionMode::Multiple);
 
     m_xRelativeCB->set_active(true);
@@ -494,9 +498,6 @@
     m_xDistBorderMF->set_max(m_xDistBorderMF->normalize( nWidth ), FieldUnit::TWIP );
     m_xDistNumMF->set_max(m_xDistNumMF->normalize( nWidth ), FieldUnit::TWIP);
     m_xIndentMF->set_max(m_xIndentMF->normalize( nWidth ), FieldUnit::TWIP );
-    m_xListtabMF->set_max(m_xListtabMF->normalize( nWidth ), FieldUnit::TWIP );
-    m_xAlignedAtMF->set_max(m_xAlignedAtMF->normalize( nWidth ), FieldUnit::TWIP );
-    m_xIndentAtMF->set_max(m_xIndentAtMF->normalize( nWidth ), FieldUnit::TWIP );
 
     const SwRect& rPrtRect = m_pWrtSh->GetAnyCurRect(CurRectType::Page);
     m_aPreviewWIN.SetPageWidth(rPrtRect.Width());
diff -Nur libreoffice-7.6.4.1/sw/source/uibase/docvw/edtwin.cxx libreoffice-7.6.5.2/sw/source/uibase/docvw/edtwin.cxx
--- libreoffice-7.6.4.1/sw/source/uibase/docvw/edtwin.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/uibase/docvw/edtwin.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -888,6 +888,25 @@
         return;
 
     SwWrtShell& rSh = m_rView.GetWrtShell();
+    uno::Reference<frame::XDispatchRecorder> xRecorder
+        = m_rView.GetViewFrame().GetBindings().GetRecorder();
+
+    comphelper::ScopeGuard showTooltipGuard(
+        [this, &rSh]
+        {
+            SvxAutoCorrCfg& rACfg = SvxAutoCorrCfg::Get();
+            const bool bAutoTextShown
+                = rACfg.IsAutoTextTip() && ShowAutoText(rSh.GetChunkForAutoText());
+            if (!bAutoTextShown)
+            {
+                SvxAutoCorrect* pACorr = rACfg.GetAutoCorrect();
+                if (pACorr && pACorr->GetSwFlags().bAutoCompleteWords)
+                    ShowAutoCorrectQuickHelp(rSh.GetPrevAutoCorrWord(*pACorr), *pACorr);
+            }
+        });
+    if (!m_bMaybeShowTooltipAfterBufferFlush || xRecorder)
+        showTooltipGuard.dismiss();
+    m_bMaybeShowTooltipAfterBufferFlush = false;
 
     // generate new sequence input checker if not already done
     if ( !pCheckIt )
@@ -985,8 +1004,6 @@
         }
     }
 
-    uno::Reference< frame::XDispatchRecorder > xRecorder =
-            m_rView.GetViewFrame().GetBindings().GetRecorder();
     if ( xRecorder.is() )
     {
         // determine shell
@@ -1373,6 +1390,9 @@
         }
     }
 
+    // Do not show autotext / word completion tooltips in intermediate flushes
+    m_bMaybeShowTooltipAfterBufferFlush = false;
+
     if( rKEvt.GetKeyCode().GetCode() == KEY_ESCAPE &&
         m_pApplyTempl && m_pApplyTempl->m_pFormatClipboard )
     {
@@ -2798,19 +2818,12 @@
     if( KEY_UP == nKey || KEY_DOWN == nKey || KEY_PAGEUP == nKey || KEY_PAGEDOWN == nKey )
         GetView().GetViewFrame().GetBindings().Update( FN_STAT_PAGE );
 
+    m_bMaybeShowTooltipAfterBufferFlush = bNormalChar;
+
     // in case the buffered characters are inserted
     if( bFlushBuffer && !m_aInBuffer.isEmpty() )
     {
         FlushInBuffer();
-
-        // maybe show Tip-Help
-        if (bNormalChar)
-        {
-            const bool bAutoTextShown
-                = pACfg && pACfg->IsAutoTextTip() && ShowAutoText(rSh.GetChunkForAutoText());
-            if (!bAutoTextShown && pACorr && pACorr->GetSwFlags().bAutoCompleteWords)
-                ShowAutoCorrectQuickHelp(rSh.GetPrevAutoCorrWord(*pACorr), *pACorr);
-        }
     }
 
     // get the word count dialog to update itself
@@ -4645,19 +4658,23 @@
             SdrObject* pObj = pSdrView ? pSdrView->PickObj(aDocPos, pSdrView->getHitTolLog(), pPV, SdrSearchOptions::ALSOONMASTER) : nullptr;
             if (pObj)
             {
-                SwFrameFormat* pFormat = GetUserCall(pObj)->GetFormat();
-                SwFrameFormat* pShapeFormat = SwTextBoxHelper::getOtherTextBoxFormat(pFormat, RES_FLYFRMFMT);
-                if (!pShapeFormat)
-                {
-                    pSdrView->UnmarkAllObj();
-                    pSdrView->MarkObj(pObj,pPV);
-                }
-                else
+                if (SwDrawContact* pContact = static_cast<SwDrawContact*>(GetUserCall(pObj)))
                 {
-                    // If the fly frame is a textbox of a shape, then select the shape instead.
-                    SdrObject* pShape = pShapeFormat->FindSdrObject();
-                    pSdrView->UnmarkAllObj();
-                    pSdrView->MarkObj(pShape, pPV);
+                    SwFrameFormat* pFormat = pContact->GetFormat();
+                    SwFrameFormat* pShapeFormat
+                        = SwTextBoxHelper::getOtherTextBoxFormat(pFormat, RES_FLYFRMFMT);
+                    if (!pShapeFormat)
+                    {
+                        pSdrView->UnmarkAllObj();
+                        pSdrView->MarkObj(pObj, pPV);
+                    }
+                    else
+                    {
+                        // If the fly frame is a textbox of a shape, then select the shape instead.
+                        SdrObject* pShape = pShapeFormat->FindSdrObject();
+                        pSdrView->UnmarkAllObj();
+                        pSdrView->MarkObj(pShape, pPV);
+                    }
                 }
             }
         }
@@ -5371,6 +5388,7 @@
     m_bIsRowDrag(false),
     m_bUseInputLanguage(false),
     m_bObjectSelect(false),
+    m_bMaybeShowTooltipAfterBufferFlush(false),
     m_nKS_NUMDOWN_Count(0),
     m_nKS_NUMINDENTINC_Count(0),
     m_pFrameControlsManager(new SwFrameControlsManager(this))
diff -Nur libreoffice-7.6.4.1/sw/source/uibase/inc/edtwin.hxx libreoffice-7.6.5.2/sw/source/uibase/inc/edtwin.hxx
--- libreoffice-7.6.4.1/sw/source/uibase/inc/edtwin.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/uibase/inc/edtwin.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -121,7 +121,8 @@
                         selection position depending on what has changed lately
                      */
                     m_bUseInputLanguage: 1,
-                    m_bObjectSelect   : 1;
+                    m_bObjectSelect   : 1,
+                    m_bMaybeShowTooltipAfterBufferFlush : 1;
 
     sal_uInt16          m_nKS_NUMDOWN_Count; // #i23725#
     sal_uInt16          m_nKS_NUMINDENTINC_Count;
diff -Nur libreoffice-7.6.4.1/sw/source/uibase/shells/drwbassh.cxx libreoffice-7.6.5.2/sw/source/uibase/shells/drwbassh.cxx
--- libreoffice-7.6.4.1/sw/source/uibase/shells/drwbassh.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/uibase/shells/drwbassh.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -836,8 +836,12 @@
 
                         SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj();
                         SwFrameFormat* pFrameFormat = FindFrameFormat(pObj);
-                        SwFormatHoriOrient aHOrient(pFrameFormat->GetFormatAttr(RES_HORI_ORIENT));
-                        rSet.Put(SfxBoolItem(nWhich, aHOrient.GetHoriOrient() == nHoriOrient));
+                        if (pFrameFormat)
+                        {
+                            SwFormatHoriOrient aHOrient(
+                                pFrameFormat->GetFormatAttr(RES_HORI_ORIENT));
+                            rSet.Put(SfxBoolItem(nWhich, aHOrient.GetHoriOrient() == nHoriOrient));
+                        }
                     }
 
                     if (bVert && !bDisableThis && rMarkList.GetMarkCount() == 1)
@@ -860,8 +864,12 @@
 
                         SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj();
                         SwFrameFormat* pFrameFormat = FindFrameFormat(pObj);
-                        SwFormatVertOrient aVOrient(pFrameFormat->GetFormatAttr(RES_VERT_ORIENT));
-                        rSet.Put(SfxBoolItem(nWhich, aVOrient.GetVertOrient() == nVertOrient));
+                        if (pFrameFormat)
+                        {
+                            SwFormatVertOrient aVOrient(
+                                pFrameFormat->GetFormatAttr(RES_VERT_ORIENT));
+                            rSet.Put(SfxBoolItem(nWhich, aVOrient.GetVertOrient() == nVertOrient));
+                        }
                     }
                 }
                 break;
diff -Nur libreoffice-7.6.4.1/sw/source/uibase/shells/textidx.cxx libreoffice-7.6.5.2/sw/source/uibase/shells/textidx.cxx
--- libreoffice-7.6.4.1/sw/source/uibase/shells/textidx.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/uibase/shells/textidx.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -127,6 +127,12 @@
                         rShell.GetCursor_()->GetPoint()->Assign(*pTableRowNode);
                         rShell.UpdateTableOf(*pCurrentTOX);
                     }
+                    else
+                    {
+                        // I think this ideally should be a pop-up warning, right?
+                        SAL_WARN("sw", "No matching bibliography mark found. "
+                                        "This feature is only guaranteed to work if the bibliography table is up to date.");
+                    }
                 }
             }
 
diff -Nur libreoffice-7.6.4.1/sw/source/uibase/shells/txtnum.cxx libreoffice-7.6.5.2/sw/source/uibase/shells/txtnum.cxx
--- libreoffice-7.6.4.1/sw/source/uibase/shells/txtnum.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/uibase/shells/txtnum.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -310,6 +310,14 @@
                     GetShell().SetCurNumRule( aNewNumRule, bCreateNewList );
                 }
             }
+            else if (nSlot == FN_SVX_SET_OUTLINE)
+            {
+                // no outline provided: launch dialog to request a specific outline
+                SfxBindings& rBindings = GetView().GetViewFrame().GetBindings();
+                const SfxStringItem aPage(FN_PARAM_1, "outlinenum");
+                const SfxPoolItem* aItems[] = { &aPage, nullptr };
+                rBindings.Execute(SID_OUTLINE_BULLET, aItems);
+            }
         }
         break;
 
diff -Nur libreoffice-7.6.4.1/sw/source/uibase/uiview/view.cxx libreoffice-7.6.5.2/sw/source/uibase/uiview/view.cxx
--- libreoffice-7.6.4.1/sw/source/uibase/uiview/view.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/uibase/uiview/view.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -254,7 +254,8 @@
 {
     // Attention: Maintain the SelectShell for the WebView additionally
 
-    if(m_bInDtor)
+    // In case of m_bDying, our SfxShells are already gone, don't try to select a shell at all.
+    if(m_bInDtor || m_bDying)
         return;
 
     // Decision if the UpdateTable has to be called
@@ -1178,6 +1179,11 @@
     m_pFormatClipboard.reset();
 }
 
+void SwView::SetDying()
+{
+    m_bDying = true;
+}
+
 void SwView::afterCallbackRegistered()
 {
     if (!comphelper::LibreOfficeKit::isActive())
diff -Nur libreoffice-7.6.4.1/sw/source/uibase/utlui/content.cxx libreoffice-7.6.5.2/sw/source/uibase/utlui/content.cxx
--- libreoffice-7.6.4.1/sw/source/uibase/utlui/content.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/sw/source/uibase/utlui/content.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -5662,8 +5662,24 @@
             }
             else if (nType == ContentTypeId::URLFIELD)
             {
-                BringURLFieldsToAttention(SwGetINetAttrs {SwGetINetAttr(pCnt->GetName(),
-                                        *static_cast<SwURLFieldContent*>(pCnt)->GetINetAttr())});
+                // tdf#159147 - Assure the SwURLFieldContent::SwTextINetFormat pointer is valid
+                // before bringing to attention.
+                const SwTextINetFormat* pTextINetFormat
+                        = static_cast<SwURLFieldContent*>(pCnt)->GetINetAttr();
+                const SwCharFormats* pFormats = m_pActiveShell->GetDoc()->GetCharFormats();
+                for (auto n = pFormats->size(); 1 < n;)
+                {
+                    SwIterator<SwTextINetFormat, SwCharFormat> aIter(*(*pFormats)[--n]);
+                    for (SwTextINetFormat* pFnd = aIter.First(); pFnd; pFnd = aIter.Next())
+                    {
+                        if (pTextINetFormat == pFnd)
+                        {
+                            BringURLFieldsToAttention(SwGetINetAttrs {SwGetINetAttr(pCnt->GetName(),
+                                                                      *pTextINetFormat)});
+                            return;
+                        }
+                    }
+                }
             }
             else if (nType == ContentTypeId::REFERENCE)
             {
diff -Nur libreoffice-7.6.4.1/unotools/source/config/cmdoptions.cxx libreoffice-7.6.5.2/unotools/source/config/cmdoptions.cxx
--- libreoffice-7.6.4.1/unotools/source/config/cmdoptions.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/unotools/source/config/cmdoptions.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -222,7 +222,9 @@
         css::uno::Reference< css::frame::XFrame > xFrame(pIt->get(), css::uno::UNO_QUERY);
         if (xFrame.is())
         {
+            aGuard.unlock(); // because we can call back into ourself
             xFrame->contextChanged();
+            aGuard.lock();
             ++pIt;
         }
         else
diff -Nur libreoffice-7.6.4.1/unotools/source/config/securityoptions.cxx libreoffice-7.6.5.2/unotools/source/config/securityoptions.cxx
--- libreoffice-7.6.4.1/unotools/source/config/securityoptions.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/unotools/source/config/securityoptions.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -78,7 +78,9 @@
             bReadonly = officecfg::Office::Common::Security::Scripting::MacroSecurityLevel::isReadOnly();
             break;
         case SvtSecurityOptions::EOption::MacroTrustedAuthors:
-            bReadonly = false; // TODO? officecfg::Office::Common::Security::Scripting::TrustedAuthors::isReadOnly();
+            // the officecfg does not expose isReadOnly for a ConfigurationSet, so we have to code this ourself
+            bReadonly =
+              comphelper::detail::ConfigurationWrapper::get().isReadOnly("/org.openoffice.Office.Common/Security/Scripting/TrustedAuthors");
             break;
         case SvtSecurityOptions::EOption::CtrlClickHyperlink:
             bReadonly = officecfg::Office::Common::Security::Scripting::HyperlinksWithCtrlClick::isReadOnly();
diff -Nur libreoffice-7.6.4.1/unoxml/qa/unit/domtest.cxx libreoffice-7.6.5.2/unoxml/qa/unit/domtest.cxx
--- libreoffice-7.6.4.1/unoxml/qa/unit/domtest.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/unoxml/qa/unit/domtest.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -204,9 +204,9 @@
         mxErrHandler.set( new ErrorHandler() );
         uno::Reference<XDocumentBuilder> xDB( getMultiServiceFactory()->createInstance("com.sun.star.xml.dom.DocumentBuilder"), uno::UNO_QUERY_THROW );
         mxDomBuilder.set( xDB );
-        mxValidInStream.set( new SequenceInputStream(css::uno::Sequence<sal_Int8>(reinterpret_cast<sal_Int8 const *>(validTestFile), std::size(validTestFile))) );
-        mxWarningInStream.set( new SequenceInputStream(css::uno::Sequence<sal_Int8>(reinterpret_cast<sal_Int8 const *>(warningTestFile), std::size(warningTestFile))) );
-        mxErrorInStream.set( new SequenceInputStream(css::uno::Sequence<sal_Int8>(reinterpret_cast<sal_Int8 const *>(errorTestFile), std::size(errorTestFile))) );
+        mxValidInStream.set( new SequenceInputStream(css::uno::Sequence<sal_Int8>(reinterpret_cast<sal_Int8 const *>(validTestFile), std::size(validTestFile) - 1)) );
+        mxWarningInStream.set( new SequenceInputStream(css::uno::Sequence<sal_Int8>(reinterpret_cast<sal_Int8 const *>(warningTestFile), std::size(warningTestFile) - 1)) );
+        mxErrorInStream.set( new SequenceInputStream(css::uno::Sequence<sal_Int8>(reinterpret_cast<sal_Int8 const *>(errorTestFile), std::size(errorTestFile) - 1)) );
         mxDomBuilder->setErrorHandler(mxErrHandler);
     }
 
@@ -288,7 +288,7 @@
         mxErrHandler.set( new ErrorHandler() );
         uno::Reference<XDocumentBuilder> xDB( getMultiServiceFactory()->createInstance("com.sun.star.xml.dom.DocumentBuilder"), uno::UNO_QUERY_THROW );
         mxDomBuilder.set( xDB );
-        mxInStream.set( new SequenceInputStream(css::uno::Sequence<sal_Int8>(reinterpret_cast<sal_Int8 const *>(validTestFile), std::size(validTestFile))) );
+        mxInStream.set( new SequenceInputStream(css::uno::Sequence<sal_Int8>(reinterpret_cast<sal_Int8 const *>(validTestFile), std::size(validTestFile) - 1)) );
         mxDomBuilder->setErrorHandler(mxErrHandler);
         mxHandler.set( new DocumentHandler );
         mxTokHandler.set( new TokenHandler );
diff -Nur libreoffice-7.6.4.1/unoxml/source/dom/attr.cxx libreoffice-7.6.5.2/unoxml/source/dom/attr.cxx
--- libreoffice-7.6.4.1/unoxml/source/dom/attr.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/unoxml/source/dom/attr.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -22,6 +22,7 @@
 #include <string.h>
 
 #include <memory>
+#include <libxml/entities.h>
 
 #include <osl/diagnose.h>
 #include <sal/log.hxx>
diff -Nur libreoffice-7.6.4.1/unoxml/source/dom/documentbuilder.cxx libreoffice-7.6.5.2/unoxml/source/dom/documentbuilder.cxx
--- libreoffice-7.6.4.1/unoxml/source/dom/documentbuilder.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/unoxml/source/dom/documentbuilder.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -22,6 +22,7 @@
 #include <string.h>
 
 #include <libxml/xmlerror.h>
+#include <libxml/parser.h>
 
 #include <memory>
 
diff -Nur libreoffice-7.6.4.1/unoxml/source/dom/document.cxx libreoffice-7.6.5.2/unoxml/source/dom/document.cxx
--- libreoffice-7.6.4.1/unoxml/source/dom/document.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/unoxml/source/dom/document.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -41,6 +41,7 @@
 #include <eventdispatcher.hxx>
 
 #include <string.h>
+#include <libxml/xmlIO.h>
 
 #include <osl/diagnose.h>
 
diff -Nur libreoffice-7.6.4.1/unoxml/source/dom/entity.cxx libreoffice-7.6.5.2/unoxml/source/dom/entity.cxx
--- libreoffice-7.6.4.1/unoxml/source/dom/entity.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/unoxml/source/dom/entity.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -22,6 +22,7 @@
 #include <osl/diagnose.h>
 
 #include <string.h>
+#include <libxml/entities.h>
 
 using namespace css::uno;
 using namespace css::xml::dom;
diff -Nur libreoffice-7.6.4.1/unoxml/source/xpath/xpathapi.cxx libreoffice-7.6.5.2/unoxml/source/xpath/xpathapi.cxx
--- libreoffice-7.6.4.1/unoxml/source/xpath/xpathapi.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/unoxml/source/xpath/xpathapi.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -26,6 +26,7 @@
 #include <libxml/xmlerror.h>
 #include <libxml/xpath.h>
 #include <libxml/xpathInternals.h>
+#include <libxml/xmlIO.h>
 
 #include <com/sun/star/xml/xpath/XPathException.hpp>
 
@@ -217,7 +218,7 @@
         return selectSingleNode(contextNode, expr);
     }
 
-    static OUString make_error_message(xmlErrorPtr pError)
+    static OUString make_error_message(const xmlError* pError)
     {
         OUStringBuffer buf;
         if (pError) {
@@ -259,7 +260,11 @@
             SAL_WARN("unoxml", "libxml2 error: " << str);
         }
 
+#if LIBXML_VERSION >= 21200
+        static void structured_error_func(void *, const xmlError* error)
+#else
         static void structured_error_func(void *, xmlErrorPtr error)
+#endif
         {
             SAL_WARN("unoxml", "libxml2 error: " << make_error_message(error));
         }
diff -Nur libreoffice-7.6.4.1/vcl/inc/printdlg.hxx libreoffice-7.6.5.2/vcl/inc/printdlg.hxx
--- libreoffice-7.6.4.1/vcl/inc/printdlg.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/vcl/inc/printdlg.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -131,7 +131,6 @@
 
         std::unique_ptr<weld::Button>           mxOKButton;
         std::unique_ptr<weld::Button>           mxCancelButton;
-        std::unique_ptr<weld::Button>           mxHelpButton;
 
         std::unique_ptr<weld::Button>           mxBackwardBtn;
         std::unique_ptr<weld::Button>           mxForwardBtn;
diff -Nur libreoffice-7.6.4.1/vcl/osx/clipboard.cxx libreoffice-7.6.5.2/vcl/osx/clipboard.cxx
--- libreoffice-7.6.4.1/vcl/osx/clipboard.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/vcl/osx/clipboard.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -140,6 +140,14 @@
 {
     osl::MutexGuard aGuard(m_aMutex);
 
+    // tdf#144124 Detect if ownership has been lost
+    // The shortcut assumes that lost ownership notifications from the
+    // system clipboard will happen elsewhere. They do under normal
+    // conditions, but do not when some clipboard managers are running.
+    // So, explicitly check ownership to catch such cases.
+    if (mIsSystemPasteboard)
+        applicationDidBecomeActive(nullptr);
+
     // Shortcut: If we are clipboard owner already we don't need
     // to drag the data through the system clipboard
     if (mXClipboardContent.is())
@@ -158,7 +166,7 @@
     uno::Reference<datatransfer::clipboard::XClipboardOwner> const & xClipboardOwner)
 {
     NSArray* types = xTransferable.is() ?
-        mpDataFlavorMapper->flavorSequenceToTypesArray(xTransferable->getTransferDataFlavors()) :
+        mpDataFlavorMapper->flavorSequenceToTypesArray(xTransferable->getTransferDataFlavors(), true) :
         [NSArray array];
 
     osl::ClearableMutexGuard aGuard(m_aMutex);
diff -Nur libreoffice-7.6.4.1/vcl/osx/DataFlavorMapping.cxx libreoffice-7.6.5.2/vcl/osx/DataFlavorMapping.cxx
--- libreoffice-7.6.4.1/vcl/osx/DataFlavorMapping.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/vcl/osx/DataFlavorMapping.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -545,7 +545,7 @@
     return oOOFlavor;
 }
 
-const NSString* DataFlavorMapper::openOfficeToSystemFlavor( const DataFlavor& oOOFlavor, bool& rbInternal) const
+const NSString* DataFlavorMapper::openOfficeToSystemFlavor( const DataFlavor& oOOFlavor, bool& rbInternal, bool bIsSystemClipboard ) const
 {
     const NSString* sysFlavor = nullptr;
     rbInternal = false;
@@ -554,6 +554,25 @@
     {
         if (oOOFlavor.MimeType.startsWith(OUString::createFromAscii(flavorMap[i].OOoFlavor)))
         {
+            // tdf#151679 Do not push FLAVOR_LINK to macOS general pasteboard
+            // When copying text from a Writer document and the FLAVOR_LINK
+            // flavor is pasted, Writer will edit the copied text in order
+            // to create a bookmark for DDE.
+            // The problem is that many macOS clipboard managers fetch *all*
+            // available flavors that are available in the macOS general
+            // pasteboard instead of just one flavor and this triggers the
+            // FLAVOR_LINK flavor's unusual editing behavor in Writer every
+            // time the user copies Writer text.
+            // Users have reported in tdf#1515679 that on macOS, Microsoft
+            // Writer, Excel, and PowerPoint do not recognize this flavor
+            // like is done on Windows so, in theory, we can just filter out
+            // this flavor when adding flavors to the macOS general pasteboard.
+            // With this change, the FLAVOR_LINK flavor will still be visible
+            // when copying and pasting within a single LibreOffice instance
+            // as well as when dragging from LibreOffice to other applications.
+            if (bIsSystemClipboard && !strcmp(FLAVOR_LINK, flavorMap[i].OOoFlavor))
+                return nullptr;
+
             if (flavorMap[i].SystemFlavor != nil)
                 sysFlavor = flavorMap[i].SystemFlavor;
             else
@@ -695,7 +714,7 @@
   return result;
 }
 
-NSArray* DataFlavorMapper::flavorSequenceToTypesArray(const css::uno::Sequence<css::datatransfer::DataFlavor>& flavors) const
+NSArray* DataFlavorMapper::flavorSequenceToTypesArray(const css::uno::Sequence<css::datatransfer::DataFlavor>& flavors, bool bIsSystemClipboard) const
 {
   sal_uInt32 nFlavors = flavors.getLength();
   NSMutableArray* array = [[NSMutableArray alloc] initWithCapacity: 1];
@@ -710,7 +729,7 @@
       }
       else
       {
-          const NSString* str = openOfficeToSystemFlavor(flavors[i], bNeedDummyInternalFlavor);
+          const NSString* str = openOfficeToSystemFlavor(flavors[i], bNeedDummyInternalFlavor, bIsSystemClipboard);
 
           if (str != nullptr)
           {
diff -Nur libreoffice-7.6.4.1/vcl/osx/DataFlavorMapping.hxx libreoffice-7.6.5.2/vcl/osx/DataFlavorMapping.hxx
--- libreoffice-7.6.4.1/vcl/osx/DataFlavorMapping.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/vcl/osx/DataFlavorMapping.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -72,7 +72,7 @@
      If there is no suitable mapping available NULL will
      be returned.
   */
-  const NSString* openOfficeToSystemFlavor(const css::datatransfer::DataFlavor& oooDataFlavor, bool& rbInternal) const;
+  const NSString* openOfficeToSystemFlavor(const css::datatransfer::DataFlavor& oooDataFlavor, bool& rbInternal, bool bIsSystemClipboard = false) const;
 
   /* Select the best available image data type
      If there is no suitable mapping available NULL will
@@ -98,7 +98,7 @@
      Only those DataFlavors for which a suitable mapping to a system
      type exist will be contained in the returned types array.
    */
-  NSArray* flavorSequenceToTypesArray(const css::uno::Sequence<css::datatransfer::DataFlavor>& flavors) const;
+  NSArray* flavorSequenceToTypesArray(const css::uno::Sequence<css::datatransfer::DataFlavor>& flavors, bool bIsSystemClipboard = false) const;
 
   /* Translate an NSArray of system types into a sequence of DataFlavors.
      Only those types for which a suitable mapping to a DataFlavor
diff -Nur libreoffice-7.6.4.1/vcl/osx/salframe.cxx libreoffice-7.6.5.2/vcl/osx/salframe.cxx
--- libreoffice-7.6.4.1/vcl/osx/salframe.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/vcl/osx/salframe.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1035,7 +1035,11 @@
     {
         mbForceFlush = false;
         mpGraphics->Flush();
-        [mpNSView display];
+        // Related: tdf#155266 skip redisplay of the view when forcing flush
+        // It appears that calling -[NSView display] overwhelms some Intel Macs
+        // so only flush the graphics and skip immediate redisplay of the view.
+        if( ImplGetSVData()->maAppData.mnDispatchLevel <= 0 )
+            [mpNSView display];
     }
 }
 
@@ -1057,7 +1061,11 @@
     {
         mbForceFlush = false;
         mpGraphics->Flush( rRect );
-        [mpNSView display];
+        // Related: tdf#155266 skip redisplay of the view when forcing flush
+        // It appears that calling -[NSView display] overwhelms some Intel Macs
+        // so only flush the graphics and skip immediate redisplay of the view.
+        if( ImplGetSVData()->maAppData.mnDispatchLevel <= 0 )
+            [mpNSView display];
     }
 }
 
diff -Nur libreoffice-7.6.4.1/vcl/osx/salframeview.mm libreoffice-7.6.5.2/vcl/osx/salframeview.mm
--- libreoffice-7.6.4.1/vcl/osx/salframeview.mm	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/vcl/osx/salframeview.mm	2024-02-17 14:05:36.000000000 +0100
@@ -463,8 +463,12 @@
         else
         {
             [self clearLiveResizeTimer];
-            mpFrame->SendPaintEvent();
         }
+
+        // tdf#158461 eliminate flicker during live resizing
+        // When using Skia/Metal, the window content will flicker while
+        // live resizing a window if we don't send a paint event.
+        mpFrame->SendPaintEvent();
     }
 
     mbInWindowDidResize = NO;
@@ -1089,7 +1093,7 @@
 
         if( dX != 0.0 )
         {
-            aEvent.mnDelta = static_cast<tools::Long>(floor(dX));
+            aEvent.mnDelta = static_cast<tools::Long>(dX < 0 ? floor(dX) : ceil(dX));
             aEvent.mnNotchDelta = (dX < 0) ? -1 : +1;
             if( aEvent.mnDelta == 0 )
                 aEvent.mnDelta = aEvent.mnNotchDelta;
@@ -1099,7 +1103,7 @@
         }
         if( dY != 0.0 && AquaSalFrame::isAlive( mpFrame ))
         {
-            aEvent.mnDelta = static_cast<tools::Long>(floor(dY));
+            aEvent.mnDelta = static_cast<tools::Long>(dY < 0 ? floor(dY) : ceil(dY));
             aEvent.mnNotchDelta = (dY < 0) ? -1 : +1;
             if( aEvent.mnDelta == 0 )
                 aEvent.mnDelta = aEvent.mnNotchDelta;
@@ -1148,7 +1152,7 @@
 
         if( dX != 0.0 )
         {
-            aEvent.mnDelta = static_cast<tools::Long>(floor(dX));
+            aEvent.mnDelta = static_cast<tools::Long>(dX < 0 ? floor(dX) : ceil(dX));
             aEvent.mnNotchDelta = (dX < 0) ? -1 : +1;
             if( aEvent.mnDelta == 0 )
                 aEvent.mnDelta = aEvent.mnNotchDelta;
@@ -1162,7 +1166,7 @@
         }
         if( dY != 0.0 && AquaSalFrame::isAlive( mpFrame ) )
         {
-            aEvent.mnDelta = static_cast<tools::Long>(floor(dY));
+            aEvent.mnDelta = static_cast<tools::Long>(dY < 0 ? floor(dY) : ceil(dY));
             aEvent.mnNotchDelta = (dY < 0) ? -1 : +1;
             if( aEvent.mnDelta == 0 )
                 aEvent.mnDelta = aEvent.mnNotchDelta;
diff -Nur libreoffice-7.6.4.1/vcl/osx/salinst.cxx libreoffice-7.6.5.2/vcl/osx/salinst.cxx
--- libreoffice-7.6.4.1/vcl/osx/salinst.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/vcl/osx/salinst.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -726,6 +726,7 @@
 
     unsigned/*NSUInteger*/ nEventMask = 0;
     if( nType & VclInputFlags::MOUSE)
+    {
         nEventMask |=
             NSEventMaskLeftMouseDown    | NSEventMaskRightMouseDown    | NSEventMaskOtherMouseDown    |
             NSEventMaskLeftMouseUp      | NSEventMaskRightMouseUp      | NSEventMaskOtherMouseUp      |
@@ -733,6 +734,18 @@
             NSEventMaskScrollWheel      |
             // NSEventMaskMouseMoved    |
             NSEventMaskMouseEntered     | NSEventMaskMouseExited;
+
+        // Related: tdf#155266 stop delaying painting timer while swiping
+        // After fixing several flushing issues in tdf#155266, scrollbars
+        // still will not redraw until swiping has ended or paused when
+        // using Skia/Raster or Skia disabled. So, stop the delay by only
+        // including NSEventMaskScrollWheel if the current event type is
+        // not NSEventTypeScrollWheel.
+        NSEvent* pCurrentEvent = [NSApp currentEvent];
+        if( pCurrentEvent && [pCurrentEvent type] == NSEventTypeScrollWheel )
+            nEventMask &= ~NSEventMaskScrollWheel;
+    }
+
     if( nType & VclInputFlags::KEYBOARD)
         nEventMask |= NSEventMaskKeyDown | NSEventMaskKeyUp | NSEventMaskFlagsChanged;
     if( nType & VclInputFlags::OTHER)
diff -Nur libreoffice-7.6.4.1/vcl/qa/cppunit/pdfexport/data/LinkPages.fodt libreoffice-7.6.5.2/vcl/qa/cppunit/pdfexport/data/LinkPages.fodt
--- libreoffice-7.6.4.1/vcl/qa/cppunit/pdfexport/data/LinkPages.fodt	1970-01-01 01:00:00.000000000 +0100
+++ libreoffice-7.6.5.2/vcl/qa/cppunit/pdfexport/data/LinkPages.fodt	2024-02-17 14:05:36.000000000 +0100
@@ -0,0 +1,138 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<office:document xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:rpt="http://openoffice.org/2005/report" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
+ <office:meta><meta:creation-date>2024-01-23T14:35:36.080290286</meta:creation-date><dc:date>2024-01-24T17:29:01.312633690</dc:date><meta:editing-duration>PT25M37S</meta:editing-duration><meta:editing-cycles>6</meta:editing-cycles><meta:generator>LibreOfficeDev/24.8.0.0.alpha0$Linux_X86_64 LibreOffice_project/7ec73fbe5f902e790d437f0130e85c162b99b232</meta:generator><meta:print-date>2024-01-24T17:28:41.712753252</meta:print-date><meta:printed-by>PDF files</meta:printed-by><dc:title>test file</dc:title><meta:document-statistic meta:table-count="0" meta:image-count="0" meta:object-count="0" meta:page-count="4" meta:paragraph-count="2" meta:word-count="5" meta:character-count="27" meta:non-whitespace-character-count="24"/></office:meta>
+ <office:font-face-decls>
+  <style:font-face style:name="Liberation Sans" svg:font-family="'Liberation Sans'" style:font-family-generic="swiss" style:font-pitch="variable"/>
+  <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
+  <style:font-face style:name="Noto Sans CJK SC" svg:font-family="'Noto Sans CJK SC'" style:font-family-generic="system" style:font-pitch="variable"/>
+  <style:font-face style:name="Noto Sans1" svg:font-family="'Noto Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
+  <style:font-face style:name="Noto Serif CJK SC" svg:font-family="'Noto Serif CJK SC'" style:font-family-generic="system" style:font-pitch="variable"/>
+ </office:font-face-decls>
+ <office:styles>
+  <style:default-style style:family="graphic">
+   <style:graphic-properties svg:stroke-color="#3465a4" draw:fill-color="#729fcf" fo:wrap-option="no-wrap" draw:shadow-offset-x="0.3cm" draw:shadow-offset-y="0.3cm" draw:start-line-spacing-horizontal="0.283cm" draw:start-line-spacing-vertical="0.283cm" draw:end-line-spacing-horizontal="0.283cm" draw:end-line-spacing-vertical="0.283cm" style:writing-mode="lr-tb" style:flow-with-text="false"/>
+   <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" loext:tab-stop-distance="0cm" style:font-independent-line-spacing="false">
+    <style:tab-stops/>
+   </style:paragraph-properties>
+   <style:text-properties style:use-window-font-color="true" loext:opacity="0%" style:font-name="Liberation Serif" fo:font-size="12pt" fo:language="de" fo:country="DE" style:letter-kerning="true" style:font-name-asian="Noto Serif CJK SC" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="Noto Sans1" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN"/>
+  </style:default-style>
+  <style:default-style style:family="paragraph">
+   <style:paragraph-properties fo:orphans="2" fo:widows="2" fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="1.251cm" style:writing-mode="page"/>
+   <style:text-properties style:use-window-font-color="true" loext:opacity="0%" style:font-name="Liberation Serif" fo:font-size="12pt" fo:language="de" fo:country="DE" style:letter-kerning="true" style:font-name-asian="Noto Serif CJK SC" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="Noto Sans1" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2" loext:hyphenation-no-caps="false" loext:hyphenation-no-last-word="false" loext:hyphenation-word-char-count="5" loext:hyphenation-zone="no-limit"/>
+  </style:default-style>
+  <style:default-style style:family="table">
+   <style:table-properties table:border-model="collapsing"/>
+  </style:default-style>
+  <style:default-style style:family="table-row">
+   <style:table-row-properties fo:keep-together="auto"/>
+  </style:default-style>
+  <style:style style:name="Standard" style:family="paragraph" style:class="text"/>
+  <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
+   <style:paragraph-properties fo:margin-top="0.423cm" fo:margin-bottom="0.212cm" style:contextual-spacing="false" fo:keep-with-next="always"/>
+   <style:text-properties style:font-name="Liberation Sans" fo:font-family="'Liberation Sans'" style:font-family-generic="swiss" style:font-pitch="variable" fo:font-size="14pt" style:font-name-asian="Noto Sans CJK SC" style:font-family-asian="'Noto Sans CJK SC'" style:font-family-generic-asian="system" style:font-pitch-asian="variable" style:font-size-asian="14pt" style:font-name-complex="Noto Sans1" style:font-family-complex="'Noto Sans'" style:font-family-generic-complex="system" style:font-pitch-complex="variable" style:font-size-complex="14pt"/>
+  </style:style>
+  <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
+   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.247cm" style:contextual-spacing="false" fo:line-height="115%"/>
+  </style:style>
+  <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="1" style:class="text">
+   <style:paragraph-properties fo:margin-top="0.423cm" fo:margin-bottom="0.212cm" style:contextual-spacing="false"/>
+   <style:text-properties fo:font-size="18pt" fo:font-weight="bold" style:font-size-asian="18pt" style:font-weight-asian="bold" style:font-size-complex="18pt" style:font-weight-complex="bold"/>
+  </style:style>
+  <style:style style:name="Internet_20_link" style:display-name="Internet link" style:family="text">
+   <style:text-properties fo:color="#000080" loext:opacity="100%" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color"/>
+  </style:style>
+  <text:outline-style style:name="Outline">
+   <text:outline-level-style text:level="1" loext:num-list-format="%1%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+   <text:outline-level-style text:level="2" loext:num-list-format="%2%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+   <text:outline-level-style text:level="3" loext:num-list-format="%3%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+   <text:outline-level-style text:level="4" loext:num-list-format="%4%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+   <text:outline-level-style text:level="5" loext:num-list-format="%5%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+   <text:outline-level-style text:level="6" loext:num-list-format="%6%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+   <text:outline-level-style text:level="7" loext:num-list-format="%7%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+   <text:outline-level-style text:level="8" loext:num-list-format="%8%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+   <text:outline-level-style text:level="9" loext:num-list-format="%9%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+   <text:outline-level-style text:level="10" loext:num-list-format="%10%" style:num-format="">
+    <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
+     <style:list-level-label-alignment text:label-followed-by="listtab"/>
+    </style:list-level-properties>
+   </text:outline-level-style>
+  </text:outline-style>
+  <text:notes-configuration text:note-class="footnote" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="document"/>
+  <text:notes-configuration text:note-class="endnote" style:num-format="i" text:start-value="0"/>
+  <text:linenumbering-configuration text:number-lines="false" text:offset="0.499cm" style:num-format="1" text:number-position="left" text:increment="5"/>
+  </office:styles>
+ <office:automatic-styles>
+  <style:style style:name="P3" style:family="paragraph" style:parent-style-name="Heading_20_1" style:master-page-name="">
+   <style:paragraph-properties fo:orphans="0" fo:widows="0" style:page-number="auto"/>
+   <style:text-properties/>
+  </style:style>
+  <style:style style:name="T4" style:family="text">
+   <style:text-properties fo:font-size="96pt" style:font-size-asian="96pt" style:font-size-complex="96pt"/>
+  </style:style>
+  <style:style style:name="T6" style:family="text">
+   <style:text-properties fo:font-size="96pt" style:font-size-asian="96pt" style:font-size-complex="96pt"/>
+  </style:style>
+  <style:page-layout style:name="pm1">
+   <style:page-layout-properties fo:page-width="10.5cm" fo:page-height="14.801cm" style:num-format="1" style:print-orientation="portrait" fo:margin-top="2cm" fo:margin-bottom="2cm" fo:margin-left="2cm" fo:margin-right="2cm" style:writing-mode="lr-tb" style:layout-grid-color="#c0c0c0" style:layout-grid-lines="20" style:layout-grid-base-height="0.706cm" style:layout-grid-ruby-height="0.353cm" style:layout-grid-mode="none" style:layout-grid-ruby-below="false" style:layout-grid-print="false" style:layout-grid-display="false" style:footnote-max-height="0cm" loext:margin-gutter="0cm">
+    <style:footnote-sep style:width="0.018cm" style:distance-before-sep="0.101cm" style:distance-after-sep="0.101cm" style:line-style="solid" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
+   </style:page-layout-properties>
+   <style:header-style/>
+   <style:footer-style/>
+  </style:page-layout>
+  <style:style style:name="dp1" style:family="drawing-page">
+   <style:drawing-page-properties draw:background-size="full"/>
+  </style:style>
+ </office:automatic-styles>
+ <office:master-styles>
+  <style:master-page style:name="Standard" style:page-layout-name="pm1" draw:style-name="dp1"/>
+  </office:master-styles>
+ <office:body>
+  <office:text text:use-soft-page-breaks="true">
+   <text:sequence-decls>
+    <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
+    <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
+    <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
+    <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+    <text:sequence-decl text:display-outline-level="0" text:name="Figure"/>
+   </text:sequence-decls>
+   <text:h text:style-name="P3" text:outline-level="1"><text:a xlink:type="simple" xlink:href="http://example.com/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link"><text:bookmark-start text:name="__RefHeading___Toc17_3815242785"/><text:span text:style-name="T6">foo foo </text:span><text:soft-page-break/><text:span text:style-name="T6">foo foo</text:span></text:a><text:bookmark-end text:name="__RefHeading___Toc17_3815242785"/></text:h>
+   <text:p text:style-name="Text_20_body"><text:soft-page-break/><text:span text:style-name="T4"><text:bookmark-ref text:reference-format="text" text:ref-name="__RefHeading___Toc17_3815242785">foo foo foo foo</text:bookmark-ref></text:span><text:soft-page-break/></text:p>
+  </office:text>
+ </office:body>
+</office:document>
\ Kein Zeilenumbruch am Dateiende.
diff -Nur libreoffice-7.6.4.1/vcl/qa/cppunit/pdfexport/pdfexport.cxx libreoffice-7.6.5.2/vcl/qa/cppunit/pdfexport/pdfexport.cxx
--- libreoffice-7.6.4.1/vcl/qa/cppunit/pdfexport/pdfexport.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/vcl/qa/cppunit/pdfexport/pdfexport.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -2706,6 +2706,597 @@
     CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(4), pAnnots->GetElements().size());
 }
 
+CPPUNIT_TEST_FIXTURE(PdfExportTest, testTdf142806)
+{
+    aMediaDescriptor["FilterName"] <<= OUString("writer_pdf_Export");
+
+    // Enable PDF/UA
+    uno::Sequence<beans::PropertyValue> aFilterData(
+        comphelper::InitPropertySequence({ { "PDFUACompliance", uno::Any(true) } }));
+    aMediaDescriptor["FilterData"] <<= aFilterData;
+    saveAsPDF(u"LinkPages.fodt");
+
+    vcl::filter::PDFDocument aDocument;
+    SvFileStream aStream(maTempFile.GetURL(), StreamMode::READ);
+    CPPUNIT_ASSERT(aDocument.Read(aStream));
+
+    std::vector<vcl::filter::PDFObjectElement*> aPages = aDocument.GetPages();
+    CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(4), aPages.size());
+
+    vcl::filter::PDFObjectElement* pDocument(nullptr);
+    for (const auto& rDocElement : aDocument.GetElements())
+    {
+        auto pObject1 = dynamic_cast<vcl::filter::PDFObjectElement*>(rDocElement.get());
+        if (!pObject1)
+            continue;
+        auto pType1 = dynamic_cast<vcl::filter::PDFNameElement*>(pObject1->Lookup("Type"));
+        if (pType1 && pType1->GetValue() == "StructElem")
+        {
+            auto pS1 = dynamic_cast<vcl::filter::PDFNameElement*>(pObject1->Lookup("S"));
+            if (pS1 && pS1->GetValue() == "Document")
+            {
+                pDocument = pObject1;
+            }
+        }
+    }
+    CPPUNIT_ASSERT(pDocument);
+
+    auto pKidsD = dynamic_cast<vcl::filter::PDFArrayElement*>(pDocument->Lookup("K"));
+    CPPUNIT_ASSERT(pKidsD);
+    // assume there are no MCID ref at this level
+    auto pKidsDv = pKidsD->GetElements();
+    auto pRefKidD0 = dynamic_cast<vcl::filter::PDFReferenceElement*>(pKidsDv[0]);
+    CPPUNIT_ASSERT(pRefKidD0);
+    auto pObjectD0 = pRefKidD0->LookupObject();
+    CPPUNIT_ASSERT(pObjectD0);
+    auto pTypeD0 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD0->Lookup("Type"));
+    CPPUNIT_ASSERT_EQUAL(OString("StructElem"), pTypeD0->GetValue());
+    auto pSD0 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD0->Lookup("S"));
+    CPPUNIT_ASSERT_EQUAL(OString("H1"), pSD0->GetValue());
+
+    auto pKidsD0 = dynamic_cast<vcl::filter::PDFArrayElement*>(pObjectD0->Lookup("K"));
+    CPPUNIT_ASSERT(pKidsD0);
+    auto pKidsD0v = pKidsD0->GetElements();
+
+    auto pRefKidD00 = dynamic_cast<vcl::filter::PDFReferenceElement*>(pKidsD0v[0]);
+    CPPUNIT_ASSERT(pRefKidD00);
+    auto pObjectD00 = pRefKidD00->LookupObject();
+    CPPUNIT_ASSERT(pObjectD00);
+    auto pTypeD00 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD00->Lookup("Type"));
+    CPPUNIT_ASSERT_EQUAL(OString("StructElem"), pTypeD00->GetValue());
+    auto pSD00 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD00->Lookup("S"));
+    CPPUNIT_ASSERT_EQUAL(OString("Link"), pSD00->GetValue());
+    {
+        auto pKids = dynamic_cast<vcl::filter::PDFArrayElement*>(pObjectD00->Lookup("K"));
+        auto nMCID(0);
+        auto nRef(0);
+        for (size_t i = 0; i < pKids->GetElements().size(); ++i)
+        {
+            auto pNum = dynamic_cast<vcl::filter::PDFNumberElement*>(pKids->GetElement(i));
+            auto pRef = dynamic_cast<vcl::filter::PDFReferenceElement*>(pKids->GetElement(i));
+            if (pNum)
+            {
+                ++nMCID;
+            }
+            if (pRef)
+            {
+                ++nRef;
+                auto pObjR = pRef->LookupObject();
+                auto pOType = dynamic_cast<vcl::filter::PDFNameElement*>(pObjR->Lookup("Type"));
+                CPPUNIT_ASSERT_EQUAL(OString("OBJR"), pOType->GetValue());
+                auto pAnnotRef
+                    = dynamic_cast<vcl::filter::PDFReferenceElement*>(pObjR->Lookup("Obj"));
+                auto pAnnot = pAnnotRef->LookupObject();
+                auto pAType = dynamic_cast<vcl::filter::PDFNameElement*>(pAnnot->Lookup("Type"));
+                CPPUNIT_ASSERT_EQUAL(OString("Annot"), pAType->GetValue());
+                auto pASubtype
+                    = dynamic_cast<vcl::filter::PDFNameElement*>(pAnnot->Lookup("Subtype"));
+                CPPUNIT_ASSERT_EQUAL(OString("Link"), pASubtype->GetValue());
+                auto pAContents
+                    = dynamic_cast<vcl::filter::PDFHexStringElement*>(pAnnot->Lookup("Contents"));
+                CPPUNIT_ASSERT_EQUAL(
+                    OUString(u"foo foo foo foo"),
+                    ::vcl::filter::PDFDocument::DecodeHexStringUTF16BE(*pAContents));
+                auto pStructParent
+                    = dynamic_cast<vcl::filter::PDFNumberElement*>(pAnnot->Lookup("StructParent"));
+                CPPUNIT_ASSERT(pStructParent); // every link must have it!
+                auto pARect = dynamic_cast<vcl::filter::PDFArrayElement*>(pAnnot->Lookup("Rect"));
+                CPPUNIT_ASSERT(pARect);
+                const auto& rElements = pARect->GetElements();
+                CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(4), rElements.size());
+                const auto* pNumL = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[0]);
+                CPPUNIT_ASSERT(pNumL);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(56.693, pNumL->GetValue(), 1e-3);
+                const auto* pNumT = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[1]);
+                CPPUNIT_ASSERT(pNumT);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(240.455, pNumT->GetValue(), 1e-3);
+                const auto* pNumR = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[2]);
+                CPPUNIT_ASSERT(pNumR);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(241.007, pNumR->GetValue(), 1e-3);
+                const auto* pNumB = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[3]);
+                CPPUNIT_ASSERT(pNumB);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(350.855, pNumB->GetValue(), 1e-3);
+            }
+        }
+        CPPUNIT_ASSERT_EQUAL(static_cast<decltype(nMCID)>(1), nMCID);
+        CPPUNIT_ASSERT_EQUAL(static_cast<decltype(nRef)>(1), nRef);
+    }
+
+    auto pRefKidD01 = dynamic_cast<vcl::filter::PDFReferenceElement*>(pKidsD0v[1]);
+    CPPUNIT_ASSERT(pRefKidD01);
+    auto pObjectD01 = pRefKidD01->LookupObject();
+    CPPUNIT_ASSERT(pObjectD01);
+    auto pTypeD01 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD01->Lookup("Type"));
+    CPPUNIT_ASSERT_EQUAL(OString("StructElem"), pTypeD01->GetValue());
+    auto pSD01 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD01->Lookup("S"));
+    CPPUNIT_ASSERT_EQUAL(OString("Link"), pSD01->GetValue());
+    {
+        auto pKids = dynamic_cast<vcl::filter::PDFArrayElement*>(pObjectD01->Lookup("K"));
+        auto nMCID(0);
+        auto nRef(0);
+        for (size_t i = 0; i < pKids->GetElements().size(); ++i)
+        {
+            auto pNum = dynamic_cast<vcl::filter::PDFNumberElement*>(pKids->GetElement(i));
+            auto pRef = dynamic_cast<vcl::filter::PDFReferenceElement*>(pKids->GetElement(i));
+            if (pNum)
+            {
+                ++nMCID;
+            }
+            if (pRef)
+            {
+                ++nRef;
+                auto pObjR = pRef->LookupObject();
+                auto pOType = dynamic_cast<vcl::filter::PDFNameElement*>(pObjR->Lookup("Type"));
+                CPPUNIT_ASSERT_EQUAL(OString("OBJR"), pOType->GetValue());
+                auto pAnnotRef
+                    = dynamic_cast<vcl::filter::PDFReferenceElement*>(pObjR->Lookup("Obj"));
+                auto pAnnot = pAnnotRef->LookupObject();
+                auto pAType = dynamic_cast<vcl::filter::PDFNameElement*>(pAnnot->Lookup("Type"));
+                CPPUNIT_ASSERT_EQUAL(OString("Annot"), pAType->GetValue());
+                auto pASubtype
+                    = dynamic_cast<vcl::filter::PDFNameElement*>(pAnnot->Lookup("Subtype"));
+                CPPUNIT_ASSERT_EQUAL(OString("Link"), pASubtype->GetValue());
+                auto pAContents
+                    = dynamic_cast<vcl::filter::PDFHexStringElement*>(pAnnot->Lookup("Contents"));
+                CPPUNIT_ASSERT_EQUAL(
+                    OUString(u"foo foo foo foo"),
+                    ::vcl::filter::PDFDocument::DecodeHexStringUTF16BE(*pAContents));
+                auto pStructParent
+                    = dynamic_cast<vcl::filter::PDFNumberElement*>(pAnnot->Lookup("StructParent"));
+                CPPUNIT_ASSERT(pStructParent); // every link must have it!
+                auto pARect = dynamic_cast<vcl::filter::PDFArrayElement*>(pAnnot->Lookup("Rect"));
+                CPPUNIT_ASSERT(pARect);
+                const auto& rElements = pARect->GetElements();
+                CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(4), rElements.size());
+                const auto* pNumL = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[0]);
+                CPPUNIT_ASSERT(pNumL);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(56.643, pNumL->GetValue(), 1e-3);
+                const auto* pNumT = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[1]);
+                CPPUNIT_ASSERT(pNumT);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(130.055, pNumT->GetValue(), 1e-3);
+                const auto* pNumR = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[2]);
+                CPPUNIT_ASSERT(pNumR);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(241.007, pNumR->GetValue(), 1e-3);
+                const auto* pNumB = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[3]);
+                CPPUNIT_ASSERT(pNumB);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(240.455, pNumB->GetValue(), 1e-3);
+            }
+        }
+        CPPUNIT_ASSERT_EQUAL(static_cast<decltype(nMCID)>(1), nMCID);
+        CPPUNIT_ASSERT_EQUAL(static_cast<decltype(nRef)>(1), nRef);
+    }
+
+    auto pRefKidD02 = dynamic_cast<vcl::filter::PDFReferenceElement*>(pKidsD0v[2]);
+    CPPUNIT_ASSERT(pRefKidD02);
+    auto pObjectD02 = pRefKidD02->LookupObject();
+    CPPUNIT_ASSERT(pObjectD02);
+    auto pTypeD02 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD02->Lookup("Type"));
+    CPPUNIT_ASSERT_EQUAL(OString("StructElem"), pTypeD02->GetValue());
+    auto pSD02 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD02->Lookup("S"));
+    CPPUNIT_ASSERT_EQUAL(OString("Link"), pSD02->GetValue());
+    {
+        auto pKids = dynamic_cast<vcl::filter::PDFArrayElement*>(pObjectD02->Lookup("K"));
+        auto nMCID(0);
+        auto nRef(0);
+        for (size_t i = 0; i < pKids->GetElements().size(); ++i)
+        {
+            auto pNum = dynamic_cast<vcl::filter::PDFNumberElement*>(pKids->GetElement(i));
+            auto pRef = dynamic_cast<vcl::filter::PDFReferenceElement*>(pKids->GetElement(i));
+            if (pNum)
+            {
+                ++nMCID;
+            }
+            if (pRef)
+            {
+                ++nRef;
+                auto pObjR = pRef->LookupObject();
+                auto pOType = dynamic_cast<vcl::filter::PDFNameElement*>(pObjR->Lookup("Type"));
+                CPPUNIT_ASSERT_EQUAL(OString("OBJR"), pOType->GetValue());
+                auto pAnnotRef
+                    = dynamic_cast<vcl::filter::PDFReferenceElement*>(pObjR->Lookup("Obj"));
+                auto pAnnot = pAnnotRef->LookupObject();
+                auto pAType = dynamic_cast<vcl::filter::PDFNameElement*>(pAnnot->Lookup("Type"));
+                CPPUNIT_ASSERT_EQUAL(OString("Annot"), pAType->GetValue());
+                auto pASubtype
+                    = dynamic_cast<vcl::filter::PDFNameElement*>(pAnnot->Lookup("Subtype"));
+                CPPUNIT_ASSERT_EQUAL(OString("Link"), pASubtype->GetValue());
+                auto pAContents
+                    = dynamic_cast<vcl::filter::PDFHexStringElement*>(pAnnot->Lookup("Contents"));
+                CPPUNIT_ASSERT_EQUAL(
+                    OUString(u"foo foo foo foo"),
+                    ::vcl::filter::PDFDocument::DecodeHexStringUTF16BE(*pAContents));
+                auto pStructParent
+                    = dynamic_cast<vcl::filter::PDFNumberElement*>(pAnnot->Lookup("StructParent"));
+                CPPUNIT_ASSERT(pStructParent); // every link must have it!
+                auto pARect = dynamic_cast<vcl::filter::PDFArrayElement*>(pAnnot->Lookup("Rect"));
+                CPPUNIT_ASSERT(pARect);
+                const auto& rElements = pARect->GetElements();
+                CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(4), rElements.size());
+                const auto* pNumL = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[0]);
+                CPPUNIT_ASSERT(pNumL);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(56.643, pNumL->GetValue(), 1e-3);
+                const auto* pNumT = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[1]);
+                CPPUNIT_ASSERT(pNumT);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(252.455, pNumT->GetValue(), 1e-3);
+                const auto* pNumR = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[2]);
+                CPPUNIT_ASSERT(pNumR);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(241.007, pNumR->GetValue(), 1e-3);
+                const auto* pNumB = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[3]);
+                CPPUNIT_ASSERT(pNumB);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(362.855, pNumB->GetValue(), 1e-3);
+            }
+        }
+        CPPUNIT_ASSERT_EQUAL(static_cast<decltype(nMCID)>(1), nMCID);
+        CPPUNIT_ASSERT_EQUAL(static_cast<decltype(nRef)>(1), nRef);
+    }
+
+    auto pRefKidD03 = dynamic_cast<vcl::filter::PDFReferenceElement*>(pKidsD0v[3]);
+    CPPUNIT_ASSERT(pRefKidD03);
+    auto pObjectD03 = pRefKidD03->LookupObject();
+    CPPUNIT_ASSERT(pObjectD03);
+    auto pTypeD03 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD03->Lookup("Type"));
+    CPPUNIT_ASSERT_EQUAL(OString("StructElem"), pTypeD03->GetValue());
+    auto pSD03 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD03->Lookup("S"));
+    CPPUNIT_ASSERT_EQUAL(OString("Link"), pSD03->GetValue());
+    {
+        auto pKids = dynamic_cast<vcl::filter::PDFArrayElement*>(pObjectD03->Lookup("K"));
+        auto nMCID(0);
+        auto nRef(0);
+        for (size_t i = 0; i < pKids->GetElements().size(); ++i)
+        {
+            auto pNum = dynamic_cast<vcl::filter::PDFNumberElement*>(pKids->GetElement(i));
+            auto pRef = dynamic_cast<vcl::filter::PDFReferenceElement*>(pKids->GetElement(i));
+            if (pNum)
+            {
+                ++nMCID;
+            }
+            if (pRef)
+            {
+                ++nRef;
+                auto pObjR = pRef->LookupObject();
+                auto pOType = dynamic_cast<vcl::filter::PDFNameElement*>(pObjR->Lookup("Type"));
+                CPPUNIT_ASSERT_EQUAL(OString("OBJR"), pOType->GetValue());
+                auto pAnnotRef
+                    = dynamic_cast<vcl::filter::PDFReferenceElement*>(pObjR->Lookup("Obj"));
+                auto pAnnot = pAnnotRef->LookupObject();
+                auto pAType = dynamic_cast<vcl::filter::PDFNameElement*>(pAnnot->Lookup("Type"));
+                CPPUNIT_ASSERT_EQUAL(OString("Annot"), pAType->GetValue());
+                auto pASubtype
+                    = dynamic_cast<vcl::filter::PDFNameElement*>(pAnnot->Lookup("Subtype"));
+                CPPUNIT_ASSERT_EQUAL(OString("Link"), pASubtype->GetValue());
+                auto pAContents
+                    = dynamic_cast<vcl::filter::PDFHexStringElement*>(pAnnot->Lookup("Contents"));
+                CPPUNIT_ASSERT_EQUAL(
+                    OUString(u"foo foo foo foo"),
+                    ::vcl::filter::PDFDocument::DecodeHexStringUTF16BE(*pAContents));
+                auto pStructParent
+                    = dynamic_cast<vcl::filter::PDFNumberElement*>(pAnnot->Lookup("StructParent"));
+                CPPUNIT_ASSERT(pStructParent); // every link must have it!
+                auto pARect = dynamic_cast<vcl::filter::PDFArrayElement*>(pAnnot->Lookup("Rect"));
+                CPPUNIT_ASSERT(pARect);
+                const auto& rElements = pARect->GetElements();
+                CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(4), rElements.size());
+                const auto* pNumL = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[0]);
+                CPPUNIT_ASSERT(pNumL);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(56.643, pNumL->GetValue(), 1e-3);
+                const auto* pNumT = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[1]);
+                CPPUNIT_ASSERT(pNumT);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(142.055, pNumT->GetValue(), 1e-3);
+                const auto* pNumR = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[2]);
+                CPPUNIT_ASSERT(pNumR);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(206.007, pNumR->GetValue(), 1e-3);
+                const auto* pNumB = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[3]);
+                CPPUNIT_ASSERT(pNumB);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(252.455, pNumB->GetValue(), 1e-3);
+            }
+        }
+        CPPUNIT_ASSERT_EQUAL(static_cast<decltype(nMCID)>(1), nMCID);
+        CPPUNIT_ASSERT_EQUAL(static_cast<decltype(nRef)>(1), nRef);
+    }
+    auto pRefKidD1 = dynamic_cast<vcl::filter::PDFReferenceElement*>(pKidsDv[1]);
+    CPPUNIT_ASSERT(pRefKidD1);
+    auto pObjectD1 = pRefKidD1->LookupObject();
+    CPPUNIT_ASSERT(pObjectD1);
+    auto pTypeD1 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD1->Lookup("Type"));
+    CPPUNIT_ASSERT_EQUAL(OString("StructElem"), pTypeD1->GetValue());
+    auto pSD1 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD1->Lookup("S"));
+    CPPUNIT_ASSERT_EQUAL(OString("Text#20body"), pSD1->GetValue());
+
+    auto pKidsD1 = dynamic_cast<vcl::filter::PDFArrayElement*>(pObjectD1->Lookup("K"));
+    CPPUNIT_ASSERT(pKidsD1);
+    auto pKidsD1v = pKidsD1->GetElements();
+
+    auto pRefKidD10 = dynamic_cast<vcl::filter::PDFReferenceElement*>(pKidsD1v[0]);
+    CPPUNIT_ASSERT(pRefKidD10);
+    auto pObjectD10 = pRefKidD10->LookupObject();
+    CPPUNIT_ASSERT(pObjectD10);
+    auto pTypeD10 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD10->Lookup("Type"));
+    CPPUNIT_ASSERT_EQUAL(OString("StructElem"), pTypeD10->GetValue());
+    auto pSD10 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD10->Lookup("S"));
+    CPPUNIT_ASSERT_EQUAL(OString("Link"), pSD10->GetValue());
+    {
+        auto pKids = dynamic_cast<vcl::filter::PDFArrayElement*>(pObjectD10->Lookup("K"));
+        auto nMCID(0);
+        auto nRef(0);
+        for (size_t i = 0; i < pKids->GetElements().size(); ++i)
+        {
+            auto pNum = dynamic_cast<vcl::filter::PDFNumberElement*>(pKids->GetElement(i));
+            auto pRef = dynamic_cast<vcl::filter::PDFReferenceElement*>(pKids->GetElement(i));
+            if (pNum)
+            {
+                ++nMCID;
+            }
+            if (pRef)
+            {
+                ++nRef;
+                auto pObjR = pRef->LookupObject();
+                auto pOType = dynamic_cast<vcl::filter::PDFNameElement*>(pObjR->Lookup("Type"));
+                CPPUNIT_ASSERT_EQUAL(OString("OBJR"), pOType->GetValue());
+                auto pAnnotRef
+                    = dynamic_cast<vcl::filter::PDFReferenceElement*>(pObjR->Lookup("Obj"));
+                auto pAnnot = pAnnotRef->LookupObject();
+                auto pAType = dynamic_cast<vcl::filter::PDFNameElement*>(pAnnot->Lookup("Type"));
+                CPPUNIT_ASSERT_EQUAL(OString("Annot"), pAType->GetValue());
+                auto pASubtype
+                    = dynamic_cast<vcl::filter::PDFNameElement*>(pAnnot->Lookup("Subtype"));
+                CPPUNIT_ASSERT_EQUAL(OString("Link"), pASubtype->GetValue());
+                auto pAContents
+                    = dynamic_cast<vcl::filter::PDFHexStringElement*>(pAnnot->Lookup("Contents"));
+                CPPUNIT_ASSERT_EQUAL(
+                    OUString(u"foo foo foo foo"),
+                    ::vcl::filter::PDFDocument::DecodeHexStringUTF16BE(*pAContents));
+                auto pStructParent
+                    = dynamic_cast<vcl::filter::PDFNumberElement*>(pAnnot->Lookup("StructParent"));
+                CPPUNIT_ASSERT(pStructParent); // every link must have it!
+                auto pARect = dynamic_cast<vcl::filter::PDFArrayElement*>(pAnnot->Lookup("Rect"));
+                CPPUNIT_ASSERT(pARect);
+                const auto& rElements = pARect->GetElements();
+                CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(4), rElements.size());
+                const auto* pNumL = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[0]);
+                CPPUNIT_ASSERT(pNumL);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(56.693, pNumL->GetValue(), 1e-3);
+                const auto* pNumT = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[1]);
+                CPPUNIT_ASSERT(pNumT);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(252.455, pNumT->GetValue(), 1e-3);
+                const auto* pNumR = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[2]);
+                CPPUNIT_ASSERT(pNumR);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(241.007, pNumR->GetValue(), 1e-3);
+                const auto* pNumB = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[3]);
+                CPPUNIT_ASSERT(pNumB);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(362.855, pNumB->GetValue(), 1e-3);
+            }
+        }
+        CPPUNIT_ASSERT_EQUAL(static_cast<decltype(nMCID)>(1), nMCID);
+        CPPUNIT_ASSERT_EQUAL(static_cast<decltype(nRef)>(1), nRef);
+    }
+
+    auto pRefKidD11 = dynamic_cast<vcl::filter::PDFReferenceElement*>(pKidsD1v[1]);
+    CPPUNIT_ASSERT(pRefKidD11);
+    auto pObjectD11 = pRefKidD11->LookupObject();
+    CPPUNIT_ASSERT(pObjectD11);
+    auto pTypeD11 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD11->Lookup("Type"));
+    CPPUNIT_ASSERT_EQUAL(OString("StructElem"), pTypeD11->GetValue());
+    auto pSD11 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD11->Lookup("S"));
+    CPPUNIT_ASSERT_EQUAL(OString("Link"), pSD11->GetValue());
+    {
+        auto pKids = dynamic_cast<vcl::filter::PDFArrayElement*>(pObjectD11->Lookup("K"));
+        auto nMCID(0);
+        auto nRef(0);
+        for (size_t i = 0; i < pKids->GetElements().size(); ++i)
+        {
+            auto pNum = dynamic_cast<vcl::filter::PDFNumberElement*>(pKids->GetElement(i));
+            auto pRef = dynamic_cast<vcl::filter::PDFReferenceElement*>(pKids->GetElement(i));
+            if (pNum)
+            {
+                ++nMCID;
+            }
+            if (pRef)
+            {
+                ++nRef;
+                auto pObjR = pRef->LookupObject();
+                auto pOType = dynamic_cast<vcl::filter::PDFNameElement*>(pObjR->Lookup("Type"));
+                CPPUNIT_ASSERT_EQUAL(OString("OBJR"), pOType->GetValue());
+                auto pAnnotRef
+                    = dynamic_cast<vcl::filter::PDFReferenceElement*>(pObjR->Lookup("Obj"));
+                auto pAnnot = pAnnotRef->LookupObject();
+                auto pAType = dynamic_cast<vcl::filter::PDFNameElement*>(pAnnot->Lookup("Type"));
+                CPPUNIT_ASSERT_EQUAL(OString("Annot"), pAType->GetValue());
+                auto pASubtype
+                    = dynamic_cast<vcl::filter::PDFNameElement*>(pAnnot->Lookup("Subtype"));
+                CPPUNIT_ASSERT_EQUAL(OString("Link"), pASubtype->GetValue());
+                auto pAContents
+                    = dynamic_cast<vcl::filter::PDFHexStringElement*>(pAnnot->Lookup("Contents"));
+                CPPUNIT_ASSERT_EQUAL(
+                    OUString(u"foo foo foo foo"),
+                    ::vcl::filter::PDFDocument::DecodeHexStringUTF16BE(*pAContents));
+                auto pStructParent
+                    = dynamic_cast<vcl::filter::PDFNumberElement*>(pAnnot->Lookup("StructParent"));
+                CPPUNIT_ASSERT(pStructParent); // every link must have it!
+                auto pARect = dynamic_cast<vcl::filter::PDFArrayElement*>(pAnnot->Lookup("Rect"));
+                CPPUNIT_ASSERT(pARect);
+                const auto& rElements = pARect->GetElements();
+                CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(4), rElements.size());
+                const auto* pNumL = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[0]);
+                CPPUNIT_ASSERT(pNumL);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(56.643, pNumL->GetValue(), 1e-3);
+                const auto* pNumT = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[1]);
+                CPPUNIT_ASSERT(pNumT);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(140.005, pNumT->GetValue(), 1e-3);
+                const auto* pNumR = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[2]);
+                CPPUNIT_ASSERT(pNumR);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(241.007, pNumR->GetValue(), 1e-3);
+                const auto* pNumB = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[3]);
+                CPPUNIT_ASSERT(pNumB);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(252.455, pNumB->GetValue(), 1e-3);
+            }
+        }
+        CPPUNIT_ASSERT_EQUAL(static_cast<decltype(nMCID)>(1), nMCID);
+        CPPUNIT_ASSERT_EQUAL(static_cast<decltype(nRef)>(1), nRef);
+    }
+
+    auto pRefKidD12 = dynamic_cast<vcl::filter::PDFReferenceElement*>(pKidsD1v[2]);
+    CPPUNIT_ASSERT(pRefKidD12);
+    auto pObjectD12 = pRefKidD12->LookupObject();
+    CPPUNIT_ASSERT(pObjectD12);
+    auto pTypeD12 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD12->Lookup("Type"));
+    CPPUNIT_ASSERT_EQUAL(OString("StructElem"), pTypeD12->GetValue());
+    auto pSD12 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD12->Lookup("S"));
+    CPPUNIT_ASSERT_EQUAL(OString("Link"), pSD12->GetValue());
+    {
+        auto pKids = dynamic_cast<vcl::filter::PDFArrayElement*>(pObjectD12->Lookup("K"));
+        auto nMCID(0);
+        auto nRef(0);
+        for (size_t i = 0; i < pKids->GetElements().size(); ++i)
+        {
+            auto pNum = dynamic_cast<vcl::filter::PDFNumberElement*>(pKids->GetElement(i));
+            auto pRef = dynamic_cast<vcl::filter::PDFReferenceElement*>(pKids->GetElement(i));
+            if (pNum)
+            {
+                ++nMCID;
+            }
+            if (pRef)
+            {
+                ++nRef;
+                auto pObjR = pRef->LookupObject();
+                auto pOType = dynamic_cast<vcl::filter::PDFNameElement*>(pObjR->Lookup("Type"));
+                CPPUNIT_ASSERT_EQUAL(OString("OBJR"), pOType->GetValue());
+                auto pAnnotRef
+                    = dynamic_cast<vcl::filter::PDFReferenceElement*>(pObjR->Lookup("Obj"));
+                auto pAnnot = pAnnotRef->LookupObject();
+                auto pAType = dynamic_cast<vcl::filter::PDFNameElement*>(pAnnot->Lookup("Type"));
+                CPPUNIT_ASSERT_EQUAL(OString("Annot"), pAType->GetValue());
+                auto pASubtype
+                    = dynamic_cast<vcl::filter::PDFNameElement*>(pAnnot->Lookup("Subtype"));
+                CPPUNIT_ASSERT_EQUAL(OString("Link"), pASubtype->GetValue());
+                auto pAContents
+                    = dynamic_cast<vcl::filter::PDFHexStringElement*>(pAnnot->Lookup("Contents"));
+                CPPUNIT_ASSERT_EQUAL(
+                    OUString(u"foo foo foo foo"),
+                    ::vcl::filter::PDFDocument::DecodeHexStringUTF16BE(*pAContents));
+                auto pStructParent
+                    = dynamic_cast<vcl::filter::PDFNumberElement*>(pAnnot->Lookup("StructParent"));
+                CPPUNIT_ASSERT(pStructParent); // every link must have it!
+                auto pARect = dynamic_cast<vcl::filter::PDFArrayElement*>(pAnnot->Lookup("Rect"));
+                CPPUNIT_ASSERT(pARect);
+                const auto& rElements = pARect->GetElements();
+                CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(4), rElements.size());
+                const auto* pNumL = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[0]);
+                CPPUNIT_ASSERT(pNumL);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(56.643, pNumL->GetValue(), 1e-3);
+                const auto* pNumT = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[1]);
+                CPPUNIT_ASSERT(pNumT);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(252.455, pNumT->GetValue(), 1e-3);
+                const auto* pNumR = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[2]);
+                CPPUNIT_ASSERT(pNumR);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(241.007, pNumR->GetValue(), 1e-3);
+                const auto* pNumB = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[3]);
+                CPPUNIT_ASSERT(pNumB);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(362.855, pNumB->GetValue(), 1e-3);
+            }
+        }
+        CPPUNIT_ASSERT_EQUAL(static_cast<decltype(nMCID)>(1), nMCID);
+        CPPUNIT_ASSERT_EQUAL(static_cast<decltype(nRef)>(1), nRef);
+    }
+
+    auto pRefKidD13 = dynamic_cast<vcl::filter::PDFReferenceElement*>(pKidsD1v[3]);
+    CPPUNIT_ASSERT(pRefKidD13);
+    auto pObjectD13 = pRefKidD13->LookupObject();
+    CPPUNIT_ASSERT(pObjectD13);
+    auto pTypeD13 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD13->Lookup("Type"));
+    CPPUNIT_ASSERT_EQUAL(OString("StructElem"), pTypeD13->GetValue());
+    auto pSD13 = dynamic_cast<vcl::filter::PDFNameElement*>(pObjectD13->Lookup("S"));
+    CPPUNIT_ASSERT_EQUAL(OString("Link"), pSD13->GetValue());
+    {
+        auto pKids = dynamic_cast<vcl::filter::PDFArrayElement*>(pObjectD13->Lookup("K"));
+        auto nMCID(0);
+        auto nRef(0);
+        for (size_t i = 0; i < pKids->GetElements().size(); ++i)
+        {
+            auto pNum = dynamic_cast<vcl::filter::PDFNumberElement*>(pKids->GetElement(i));
+            auto pRef = dynamic_cast<vcl::filter::PDFReferenceElement*>(pKids->GetElement(i));
+            if (pNum)
+            {
+                ++nMCID;
+            }
+            if (pRef)
+            {
+                ++nRef;
+                auto pObjR = pRef->LookupObject();
+                auto pOType = dynamic_cast<vcl::filter::PDFNameElement*>(pObjR->Lookup("Type"));
+                CPPUNIT_ASSERT_EQUAL(OString("OBJR"), pOType->GetValue());
+                auto pAnnotRef
+                    = dynamic_cast<vcl::filter::PDFReferenceElement*>(pObjR->Lookup("Obj"));
+                auto pAnnot = pAnnotRef->LookupObject();
+                auto pAType = dynamic_cast<vcl::filter::PDFNameElement*>(pAnnot->Lookup("Type"));
+                CPPUNIT_ASSERT_EQUAL(OString("Annot"), pAType->GetValue());
+                auto pASubtype
+                    = dynamic_cast<vcl::filter::PDFNameElement*>(pAnnot->Lookup("Subtype"));
+                CPPUNIT_ASSERT_EQUAL(OString("Link"), pASubtype->GetValue());
+                auto pAContents
+                    = dynamic_cast<vcl::filter::PDFHexStringElement*>(pAnnot->Lookup("Contents"));
+                CPPUNIT_ASSERT_EQUAL(
+                    OUString(u"foo foo foo foo"),
+                    ::vcl::filter::PDFDocument::DecodeHexStringUTF16BE(*pAContents));
+                auto pStructParent
+                    = dynamic_cast<vcl::filter::PDFNumberElement*>(pAnnot->Lookup("StructParent"));
+                CPPUNIT_ASSERT(pStructParent); // every link must have it!
+                auto pARect = dynamic_cast<vcl::filter::PDFArrayElement*>(pAnnot->Lookup("Rect"));
+                CPPUNIT_ASSERT(pARect);
+                const auto& rElements = pARect->GetElements();
+                CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(4), rElements.size());
+                const auto* pNumL = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[0]);
+                CPPUNIT_ASSERT(pNumL);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(56.643, pNumL->GetValue(), 1e-3);
+                const auto* pNumT = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[1]);
+                CPPUNIT_ASSERT(pNumT);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(140.005, pNumT->GetValue(), 1e-3);
+                const auto* pNumR = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[2]);
+                CPPUNIT_ASSERT(pNumR);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(184.707, pNumR->GetValue(), 1e-3);
+                const auto* pNumB = dynamic_cast<vcl::filter::PDFNumberElement*>(rElements[3]);
+                CPPUNIT_ASSERT(pNumB);
+                CPPUNIT_ASSERT_DOUBLES_EQUAL(252.455, pNumB->GetValue(), 1e-3);
+            }
+        }
+        CPPUNIT_ASSERT_EQUAL(static_cast<decltype(nMCID)>(1), nMCID);
+        CPPUNIT_ASSERT_EQUAL(static_cast<decltype(nRef)>(1), nRef);
+    }
+
+    // the problem was that the links in follow frames were all missing
+    auto pAnnots0 = dynamic_cast<vcl::filter::PDFArrayElement*>(aPages[0]->Lookup("Annots"));
+    CPPUNIT_ASSERT(pAnnots0);
+    CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(2), pAnnots0->GetElements().size());
+    auto pAnnots1 = dynamic_cast<vcl::filter::PDFArrayElement*>(aPages[1]->Lookup("Annots"));
+    CPPUNIT_ASSERT(pAnnots1);
+    CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(2), pAnnots1->GetElements().size());
+    auto pAnnots2 = dynamic_cast<vcl::filter::PDFArrayElement*>(aPages[2]->Lookup("Annots"));
+    CPPUNIT_ASSERT(pAnnots2);
+    CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(2), pAnnots2->GetElements().size());
+    auto pAnnots3 = dynamic_cast<vcl::filter::PDFArrayElement*>(aPages[3]->Lookup("Annots"));
+    CPPUNIT_ASSERT(pAnnots3);
+    CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(2), pAnnots3->GetElements().size());
+}
+
 CPPUNIT_TEST_FIXTURE(PdfExportTest, testTdf115967)
 {
     aMediaDescriptor["FilterName"] <<= OUString("writer_pdf_Export");
diff -Nur libreoffice-7.6.4.1/vcl/qt5/QtWidget.cxx libreoffice-7.6.5.2/vcl/qt5/QtWidget.cxx
--- libreoffice-7.6.4.1/vcl/qt5/QtWidget.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/vcl/qt5/QtWidget.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -641,6 +641,9 @@
         // is called below (s. tdf#122053)
         if (!pEvent->spontaneous())
         {
+            // accept event so shortcut action (from menu) isn't triggered in addition
+            // to the processing for the spontaneous event further below
+            pEvent->accept();
             return false;
         }
 
diff -Nur libreoffice-7.6.4.1/vcl/quartz/ctfonts.cxx libreoffice-7.6.5.2/vcl/quartz/ctfonts.cxx
--- libreoffice-7.6.4.1/vcl/quartz/ctfonts.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/vcl/quartz/ctfonts.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -386,7 +386,9 @@
     // get the font weight
     double fWeight = 0;
     CFNumberRef pWeightNum = static_cast<CFNumberRef>(CFDictionaryGetValue( pAttrDict, kCTFontWeightTrait ));
-    CFNumberGetValue( pWeightNum, kCFNumberDoubleType, &fWeight );
+    // tdf#140401 check if attribute is a nullptr
+    if( pWeightNum )
+        CFNumberGetValue( pWeightNum, kCFNumberDoubleType, &fWeight );
     int nInt = WEIGHT_NORMAL;
 
     // Special case fixes
@@ -432,7 +434,9 @@
     // get the font slant
     double fSlant = 0;
     CFNumberRef pSlantNum = static_cast<CFNumberRef>(CFDictionaryGetValue( pAttrDict, kCTFontSlantTrait ));
-    CFNumberGetValue( pSlantNum, kCFNumberDoubleType, &fSlant );
+    // tdf#140401 check if attribute is a nullptr
+    if( pSlantNum )
+        CFNumberGetValue( pSlantNum, kCFNumberDoubleType, &fSlant );
     if( fSlant >= 0.035 )
     {
         rDFA.SetItalic( ITALIC_NORMAL );
@@ -440,7 +444,9 @@
     // get width trait
     double fWidth = 0;
     CFNumberRef pWidthNum = static_cast<CFNumberRef>(CFDictionaryGetValue( pAttrDict, kCTFontWidthTrait ));
-    CFNumberGetValue( pWidthNum, kCFNumberDoubleType, &fWidth );
+    // tdf#140401 check if attribute is a nullptr
+    if( pWidthNum )
+        CFNumberGetValue( pWidthNum, kCFNumberDoubleType, &fWidth );
     nInt = WIDTH_NORMAL;
 
     if( fWidth > 0 )
diff -Nur libreoffice-7.6.4.1/vcl/skia/gdiimpl.cxx libreoffice-7.6.5.2/vcl/skia/gdiimpl.cxx
--- libreoffice-7.6.4.1/vcl/skia/gdiimpl.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/vcl/skia/gdiimpl.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -393,13 +393,13 @@
 {
     SkiaZone zone;
     flushDrawing();
-    // Related: tdf#152703 Eliminate flickering during live resizing of a window
-    // When in live resize, the SkiaSalGraphicsImpl class does not detect that
-    // the window size has changed until after the flush has been called so
-    // call checkSurface() to recreate the SkSurface if needed before flushing.
-    checkSurface();
     if (mSurface)
     {
+        // Related: tdf#152703 Eliminate flickering during live resizing of a window
+        // When in live resize, the SkiaSalGraphicsImpl class does not detect that
+        // the window size has changed until after the flush has been called so
+        // call checkSurface() to recreate the SkSurface if needed before flushing.
+        checkSurface();
         if (mDirtyRect.intersect(SkIRect::MakeWH(GetWidth(), GetHeight())))
             flushSurfaceToWindowContext();
         mDirtyRect.setEmpty();
diff -Nur libreoffice-7.6.4.1/vcl/source/control/InterimItemWindow.cxx libreoffice-7.6.5.2/vcl/source/control/InterimItemWindow.cxx
--- libreoffice-7.6.4.1/vcl/source/control/InterimItemWindow.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/vcl/source/control/InterimItemWindow.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -187,6 +187,19 @@
     m_xContainer->draw(*pDevice, rPos, GetSizePixel());
 }
 
+void InterimItemWindow::SetPriority(TaskPriority nPriority)
+{
+    // Eliminate warning when changing timer's priority
+    // Task::SetPriority() expects the timer to be stopped while
+    // changing the timer's priority.
+    bool bActive = m_aLayoutIdle.IsActive();
+    if (bActive)
+        m_aLayoutIdle.Stop();
+    m_aLayoutIdle.SetPriority(nPriority);
+    if (bActive)
+        m_aLayoutIdle.Start();
+}
+
 void InterimItemWindow::ImplPaintToDevice(::OutputDevice* pTargetOutDev, const Point& rPos)
 {
     Draw(pTargetOutDev, rPos, SystemTextColorFlags::NONE);
diff -Nur libreoffice-7.6.4.1/vcl/source/window/printdlg.cxx libreoffice-7.6.5.2/vcl/source/window/printdlg.cxx
--- libreoffice-7.6.4.1/vcl/source/window/printdlg.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/vcl/source/window/printdlg.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -543,7 +543,6 @@
     , mxReverseOrderBox(m_xBuilder->weld_check_button("reverseorder"))
     , mxOKButton(m_xBuilder->weld_button("ok"))
     , mxCancelButton(m_xBuilder->weld_button("cancel"))
-    , mxHelpButton(m_xBuilder->weld_button("help"))
     , mxBackwardBtn(m_xBuilder->weld_button("backward"))
     , mxForwardBtn(m_xBuilder->weld_button("forward"))
     , mxFirstBtn(m_xBuilder->weld_button("btnFirst"))
@@ -676,7 +675,6 @@
     // setup click hdl
     mxOKButton->connect_clicked(LINK(this, PrintDialog, ClickHdl));
     mxCancelButton->connect_clicked(LINK(this, PrintDialog, ClickHdl));
-    mxHelpButton->connect_clicked(LINK(this, PrintDialog, ClickHdl));
     mxSetupButton->connect_clicked( LINK( this, PrintDialog, ClickHdl ) );
     mxBackwardBtn->connect_clicked(LINK(this, PrintDialog, ClickHdl));
     mxForwardBtn->connect_clicked(LINK(this, PrintDialog, ClickHdl));
@@ -1332,6 +1330,7 @@
             rOption.Value >>= sOptionsUIFile;
             mxCustomOptionsUIBuilder = Application::CreateBuilder(mxCustom.get(), sOptionsUIFile);
             std::unique_ptr<weld::Container> xWindow = mxCustomOptionsUIBuilder->weld_container("box");
+            xWindow->set_help_id("vcl/ui/printdialog/PrintDialog");
             xWindow->show();
             continue;
         }
@@ -1872,15 +1871,6 @@
         storeToSettings();
         m_xDialog->response(&rButton == mxOKButton.get() ? RET_OK : RET_CANCEL);
     }
-    else if( &rButton == mxHelpButton.get() )
-    {
-        // start help system
-        Help* pHelp = Application::GetHelp();
-        if( pHelp )
-        {
-            pHelp->Start("vcl/ui/printdialog/PrintDialog", mxOKButton.get());
-        }
-    }
     else if( &rButton == mxForwardBtn.get() )
     {
         previewForward();
diff -Nur libreoffice-7.6.4.1/vcl/unx/generic/fontmanager/fontconfig.cxx libreoffice-7.6.5.2/vcl/unx/generic/fontmanager/fontconfig.cxx
--- libreoffice-7.6.4.1/vcl/unx/generic/fontmanager/fontconfig.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/vcl/unx/generic/fontmanager/fontconfig.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -26,6 +26,7 @@
 
 #include <sal/config.h>
 
+#include <iostream>
 #include <memory>
 #include <string_view>
 
@@ -1204,6 +1205,7 @@
             return;
         SAL_WARN("vcl.fonts", "PrintFontManager::Substitute: missing font: '" << rPattern.maTargetName <<
                               "' try: " << rPattern.maSearchName << " instead");
+        std::cerr << "terminating test due to missing font: " << rPattern.maTargetName << std::endl;
         std::abort();
     }
 }
diff -Nur libreoffice-7.6.4.1/wizards/source/scriptforge/SF_Array.xba libreoffice-7.6.5.2/wizards/source/scriptforge/SF_Array.xba
--- libreoffice-7.6.4.1/wizards/source/scriptforge/SF_Array.xba	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/wizards/source/scriptforge/SF_Array.xba	2024-02-17 14:05:36.000000000 +0100
@@ -1767,7 +1767,7 @@
 	Next i
 	&apos;	Now ... shuffle !
 	Do While lCurrentIndex &gt; lMin
-		lRandomIndex = Int(Rnd * (lCurrentIndex - lMin)) + lMin
+		lRandomIndex = Int(Rnd * (lCurrentIndex - lMin + 1)) + lMin
 		vSwapValue = vShuffle(lCurrentIndex)
 		vShuffle(lCurrentIndex) = vShuffle(lRandomIndex)
 		vShuffle(lRandomIndex) = vSwapValue
diff -Nur libreoffice-7.6.4.1/wizards/source/sfdocuments/SF_Calc.xba libreoffice-7.6.5.2/wizards/source/sfdocuments/SF_Calc.xba
--- libreoffice-7.6.4.1/wizards/source/sfdocuments/SF_Calc.xba	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/wizards/source/sfdocuments/SF_Calc.xba	2024-02-17 14:05:36.000000000 +0100
@@ -1085,7 +1085,7 @@
 	If ScriptForge.SF_Utils._ErrorHandling() Then On Local Error GoTo Catch
 	sCopy = &quot;&quot;
 
-Check:string
+Check:
 	If ScriptForge.SF_Utils._EnterFunction(cstThisSub, cstSubArgs) Then
 		If Not _IsStillAlive(True) Then GoTo Finally
 		If Not ScriptForge.SF_Utils._Validate(SourceRange, &quot;SourceRange&quot;, Array(V_STRING, ScriptForge.V_OBJECT), , , CALCREFERENCE) Then GoTo Finally
diff -Nur libreoffice-7.6.4.1/writerfilter/source/dmapper/DomainMapper.cxx libreoffice-7.6.5.2/writerfilter/source/dmapper/DomainMapper.cxx
--- libreoffice-7.6.4.1/writerfilter/source/dmapper/DomainMapper.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/writerfilter/source/dmapper/DomainMapper.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -3257,7 +3257,8 @@
          * section is a table. So in case first element is a table add a dummy para
          * and remove it again when lcl_endSectionGroup is called
          */
-        if(m_pImpl->m_nTableDepth == 0 && m_pImpl->GetIsFirstParagraphInSection()
+        if (m_pImpl->m_StreamStateStack.top().nTableDepth == 0
+            && m_pImpl->GetIsFirstParagraphInSection()
                 && !m_pImpl->GetIsDummyParaAddedForTableInSection() && !m_pImpl->GetIsTextFrameInserted()
                 && !m_pImpl->GetIsPreviousParagraphFramed() && !IsInHeaderFooter())
         {
@@ -3265,7 +3266,7 @@
         }
 
         // if first paragraph style in table has break-before-page, transfer that setting to the table itself.
-        if( m_pImpl->m_nTableDepth == 0 )
+        if (m_pImpl->m_StreamStateStack.top().nTableDepth == 0)
         {
             const uno::Any aBreakType(style::BreakType_PAGE_BEFORE);
             const PropertyMapPtr pParagraphProps = m_pImpl->GetTopContextOfType(CONTEXT_PARAGRAPH);
@@ -3286,11 +3287,11 @@
             }
         }
 
-        m_pImpl->m_nTableDepth++;
+        m_pImpl->m_StreamStateStack.top().nTableDepth++;
     }
     break;
     case NS_ooxml::LN_tblEnd:
-        m_pImpl->m_nTableDepth--;
+        m_pImpl->m_StreamStateStack.top().nTableDepth--;
     break;
     case NS_ooxml::LN_tcStart:
         m_pImpl->m_nTableCellDepth++;
@@ -3745,14 +3746,14 @@
         // started shape will be on the correct page.
         if (m_pImpl->isBreakDeferred(PAGE_BREAK))
         {
-            // RTF doesn't properly report IsFirstRun, so in order to prevent regressions
-            // always split the paragraph for RTF since that is the way it has been done lately.
-            if (!m_pImpl->IsFirstRun() || IsRTFImport())
-            {
-                m_pImpl->m_bIsSplitPara = true;
-                finishParagraph();
-                lcl_startParagraphGroup();
-            }
+            m_pImpl->clearDeferredBreak(PAGE_BREAK);
+            lcl_startCharacterGroup();
+            sal_Unicode const sBreak[] = { 0x0d };
+            lcl_utext(sBreak, 1);
+            lcl_endCharacterGroup();
+            lcl_endParagraphGroup();
+            lcl_startParagraphGroup();
+            m_pImpl->GetTopContext()->Insert(PROP_BREAK_TYPE, uno::Any(style::BreakType_PAGE_BEFORE));
         }
         m_pImpl->PushShapeContext( xShape );
         lcl_startParagraphGroup();
diff -Nur libreoffice-7.6.4.1/writerfilter/source/dmapper/DomainMapper_Impl.cxx libreoffice-7.6.5.2/writerfilter/source/dmapper/DomainMapper_Impl.cxx
--- libreoffice-7.6.4.1/writerfilter/source/dmapper/DomainMapper_Impl.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/writerfilter/source/dmapper/DomainMapper_Impl.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -339,9 +339,6 @@
         m_bSetCitation( false ),
         m_bSetDateValue( false ),
         m_bIsFirstSection( true ),
-        m_bIsColumnBreakDeferred( false ),
-        m_bIsPageBreakDeferred( false ),
-        m_nLineBreaksDeferred( 0 ),
         m_bSdtEndDeferred(false),
         m_bParaSdtEndDeferred(false),
         m_bStartTOC(false),
@@ -350,7 +347,6 @@
         m_bStartIndex(false),
         m_bStartBibliography(false),
         m_nStartGenericField(0),
-        m_bTextInserted(false),
         m_bTextDeleted(false),
         m_sCurrentPermId(0),
         m_bFrameDirectionSet(false),
@@ -397,7 +393,6 @@
         m_bIsNewDoc(!rMediaDesc.getUnpackedValueOrDefault("InsertMode", false)),
         m_bIsAltChunk(rMediaDesc.getUnpackedValueOrDefault("AltChunkMode", false)),
         m_bIsReadGlossaries(rMediaDesc.getUnpackedValueOrDefault("ReadGlossaries", false)),
-        m_nTableDepth(0),
         m_nTableCellDepth(0),
         m_nLastTableCellParagraphDepth(0),
         m_bHasFtn(false),
@@ -414,6 +409,7 @@
         m_bParaWithInlineObject(false),
         m_bSaxError(false)
 {
+    m_StreamStateStack.emplace(); // add state for document body
     m_aBaseUrl = rMediaDesc.getUnpackedValueOrDefault(
         utl::MediaDescriptor::PROP_DOCUMENTBASEURL, OUString());
     if (m_aBaseUrl.isEmpty()) {
@@ -453,6 +449,7 @@
 
 DomainMapper_Impl::~DomainMapper_Impl()
 {
+    assert(!m_StreamStateStack.empty());
     ChainTextFrames();
     // Don't remove last paragraph when pasting, sw expects that empty paragraph.
     if (m_bIsNewDoc)
@@ -980,8 +977,19 @@
     }
 
     uno::Reference<text::XTextAppend> xTextAppend = m_aTextAppendStack.top().xTextAppend;
+    if (!xTextAppend.is())
+    {
+        return;
+    }
+
+    uno::Reference<text::XText> xText = xTextAppend->getText();
+    if (!xText.is())
+    {
+        return;
+    }
+
     uno::Reference<text::XTextCursor> xCursor
-        = xTextAppend->getText()->createTextCursorByRange(xTextAppend->getEnd());
+        = xText->createTextCursorByRange(xTextAppend->getEnd());
     // Offset so the cursor is not adjusted as we import the SDT's content.
     bool bStart = !xCursor->goLeft(1, /*bExpand=*/false);
     m_xSdtStarts.push({bStart, OUString(), xCursor->getStart()});
@@ -1551,21 +1559,22 @@
 
 void DomainMapper_Impl::deferBreak( BreakType deferredBreakType)
 {
+    assert(!m_StreamStateStack.empty());
     switch (deferredBreakType)
     {
     case LINE_BREAK:
-        m_nLineBreaksDeferred++;
+        m_StreamStateStack.top().nLineBreaksDeferred++;
         break;
     case COLUMN_BREAK:
-        m_bIsColumnBreakDeferred = true;
+        m_StreamStateStack.top().bIsColumnBreakDeferred = true;
     break;
     case PAGE_BREAK:
             // See SwWW8ImplReader::HandlePageBreakChar(), page break should be
             // ignored inside tables.
-            if (m_nTableDepth > 0)
+            if (0 < m_StreamStateStack.top().nTableDepth)
                 return;
 
-            m_bIsPageBreakDeferred = true;
+            m_StreamStateStack.top().bIsPageBreakDeferred = true;
         break;
     default:
         return;
@@ -1574,14 +1583,15 @@
 
 bool DomainMapper_Impl::isBreakDeferred( BreakType deferredBreakType )
 {
+    assert(!m_StreamStateStack.empty());
     switch (deferredBreakType)
     {
     case LINE_BREAK:
-        return m_nLineBreaksDeferred > 0;
+        return 0 < m_StreamStateStack.top().nLineBreaksDeferred;
     case COLUMN_BREAK:
-        return m_bIsColumnBreakDeferred;
+        return m_StreamStateStack.top().bIsColumnBreakDeferred;
     case PAGE_BREAK:
-        return m_bIsPageBreakDeferred;
+        return m_StreamStateStack.top().bIsPageBreakDeferred;
     default:
         return false;
     }
@@ -1589,17 +1599,18 @@
 
 void DomainMapper_Impl::clearDeferredBreak(BreakType deferredBreakType)
 {
+    assert(!m_StreamStateStack.empty());
     switch (deferredBreakType)
     {
     case LINE_BREAK:
-        assert(m_nLineBreaksDeferred > 0);
-        m_nLineBreaksDeferred--;
+        assert(0 < m_StreamStateStack.top().nLineBreaksDeferred);
+        m_StreamStateStack.top().nLineBreaksDeferred--;
         break;
     case COLUMN_BREAK:
-        m_bIsColumnBreakDeferred = false;
+        m_StreamStateStack.top().bIsColumnBreakDeferred = false;
         break;
     case PAGE_BREAK:
-        m_bIsPageBreakDeferred = false;
+        m_StreamStateStack.top().bIsPageBreakDeferred = false;
         break;
     default:
         break;
@@ -1608,9 +1619,10 @@
 
 void DomainMapper_Impl::clearDeferredBreaks()
 {
-    m_nLineBreaksDeferred = 0;
-    m_bIsColumnBreakDeferred = false;
-    m_bIsPageBreakDeferred = false;
+    assert(!m_StreamStateStack.empty());
+    m_StreamStateStack.top().nLineBreaksDeferred = 0;
+    m_StreamStateStack.top().bIsColumnBreakDeferred = false;
+    m_StreamStateStack.top().bIsPageBreakDeferred = false;
 }
 
 void DomainMapper_Impl::setSdtEndDeferred(bool bSdtEndDeferred)
@@ -1683,7 +1695,11 @@
             aValue.Name = sPropertyName;
             aValue.Value = xTextRangeProperties->getPropertyValue(sPropertyName);
             if( nProperty < 4 )
+            {
                 xTextRangeProperties->setPropertyValue( sPropertyName, uno::Any(table::BorderLine2()));
+                if (!aValue.Value.hasValue())
+                    aValue.Value <<= table::BorderLine2();
+            }
             else // border spacing
             {
                 sal_Int32 nDistance = 0;
@@ -2302,7 +2318,9 @@
         {
             if ( GetIsFirstParagraphInShape() ||
                  (GetIsFirstParagraphInSection() && GetSectionContext() && GetSectionContext()->IsFirstSection()) ||
-                 (m_bFirstParagraphInCell && m_nTableDepth > 0 && m_nTableDepth == m_nTableCellDepth) )
+                (m_bFirstParagraphInCell
+                 && 0 < m_StreamStateStack.top().nTableDepth
+                 && m_StreamStateStack.top().nTableDepth == m_nTableCellDepth))
             {
                 // export requires grabbag to match top_margin, so keep them in sync
                 if (nBeforeAutospacing && bIsAutoSet)
@@ -2599,7 +2617,7 @@
                         }
                         else if ( m_xPreviousParagraph->getPropertySetInfo()->hasPropertyByName("NumberingStyleName") &&
                                 // don't update before tables
-                                (m_nTableDepth == 0 || !m_bFirstParagraphInCell))
+                                (m_StreamStateStack.top().nTableDepth == 0 || !m_bFirstParagraphInCell))
                         {
                             aCurrentNumberingName = GetListStyleName(nListId);
                             m_xPreviousParagraph->getPropertyValue("NumberingStyleName") >>= aPreviousNumberingName;
@@ -2754,7 +2772,7 @@
 
                     // tdf#77417 trim right white spaces in table cells in 2010 compatibility mode
                     sal_Int32 nMode = GetSettingsTable()->GetWordCompatibilityMode();
-                    if ( m_nTableDepth > 0 && nMode > 0 && nMode <= 14 )
+                    if (0 < m_StreamStateStack.top().nTableDepth && 0 < nMode && nMode <= 14)
                     {
                         // skip new line
                         xCur->goLeft(1, false);
@@ -2784,7 +2802,8 @@
 
                 // table style precedence and not hidden shapes anchored to hidden empty table paragraphs
                 if (xParaProps && !m_bIsInComments
-                    && (m_nTableDepth > 0 || !m_aAnchoredObjectAnchors.empty()))
+                    && (0 < m_StreamStateStack.top().nTableDepth
+                        || !m_aAnchoredObjectAnchors.empty()))
                 {
                     // table style has got bigger precedence than docDefault style
                     // collect these pending paragraph properties to process in endTable()
@@ -2794,7 +2813,7 @@
                     uno::Reference<text::XTextCursor> xCur2 =  xTextRange->getText()->createTextCursorByRange(xCur);
                     uno::Reference<text::XParagraphCursor> xParaCursor(xCur2, uno::UNO_QUERY_THROW);
                     xParaCursor->gotoStartOfParagraph(false);
-                    if (m_nTableDepth > 0)
+                    if (0 < m_StreamStateStack.top().nTableDepth)
                     {
                         TableParagraph aPending{xParaCursor, xCur, pParaContext, xParaProps};
                         getTableManager().getCurrentParagraphs()->push_back(aPending);
@@ -2961,8 +2980,12 @@
 
     // don't overwrite m_bFirstParagraphInCell in table separator nodes
     // and in text boxes anchored to the first paragraph of table cells
-    if (m_nTableDepth > 0 && m_nTableDepth == m_nTableCellDepth && !IsInShape() && !m_bIsInComments)
+    if (0 < m_StreamStateStack.top().nTableDepth
+        && m_StreamStateStack.top().nTableDepth == m_nTableCellDepth
+        && !IsInShape() && !m_bIsInComments)
+    {
         m_bFirstParagraphInCell = false;
+    }
 
     m_bParaAutoBefore = false;
     m_bParaWithInlineObject = false;
@@ -3062,7 +3085,7 @@
                     SAL_WARN_IF(!xTextRange.is(), "writerfilter.dmapper", "insertTextPortion failed");
                     if (!xTextRange.is())
                         throw uno::Exception("insertTextPortion failed", nullptr);
-                    m_bTextInserted = true;
+                    m_StreamStateStack.top().bTextInserted = true;
                     xTOCTextCursor->gotoRange(xTextRange->getEnd(), true);
                     if (m_nStartGenericField == 0)
                     {
@@ -3462,9 +3485,7 @@
 void DomainMapper_Impl::PushPageHeaderFooter(bool bHeader, SectionPropertyMap::PageType eType)
 {
     m_bSaveParaHadField = m_bParaHadField;
-    m_aHeaderFooterStack.push(HeaderFooterContext(m_bTextInserted, m_nTableDepth));
-    m_bTextInserted = false;
-    m_nTableDepth = 0;
+    m_StreamStateStack.emplace();
 
     const PropertyIds ePropIsOn = bHeader? PROP_HEADER_IS_ON: PROP_FOOTER_IS_ON;
     const PropertyIds ePropShared = bHeader? PROP_HEADER_IS_SHARED: PROP_FOOTER_IS_SHARED;
@@ -3583,12 +3604,8 @@
     }
     m_eInHeaderFooterImport = HeaderFooterImportState::none;
 
-    if (!m_aHeaderFooterStack.empty())
-    {
-        m_bTextInserted = m_aHeaderFooterStack.top().getTextInserted();
-        m_nTableDepth = m_aHeaderFooterStack.top().getTableDepth();
-        m_aHeaderFooterStack.pop();
-    }
+    assert(!m_StreamStateStack.empty());
+    m_StreamStateStack.pop();
 
     m_bParaHadField = m_bSaveParaHadField;
 }
@@ -3713,7 +3730,7 @@
         }
         // store frame and (possible floating) table redline data for restoring them after frame conversion
         enum StoredRedlines eType;
-        if (m_bIsActualParagraphFramed || m_nTableDepth > 0)
+        if (m_bIsActualParagraphFramed || 0 < m_StreamStateStack.top().nTableDepth)
             eType = StoredRedlines::FRAME;
         else if (IsInFootOrEndnote())
             eType = IsInFootnote() ? StoredRedlines::FOOTNOTE : StoredRedlines::ENDNOTE;
@@ -4569,7 +4586,7 @@
 void DomainMapper_Impl::ClearPreviousParagraph()
 {
     // in table cells, set bottom auto margin of last paragraph to 0, except in paragraphs with numbering
-    if ((m_nTableDepth == (m_nTableCellDepth + 1))
+    if ((m_StreamStateStack.top().nTableDepth == (m_nTableCellDepth + 1))
         && m_xPreviousParagraph.is()
         && hasTableManager() && getTableManager().isCellLastParaAfterAutospacing())
     {
@@ -5576,18 +5593,6 @@
         m_aFieldStack.back()->SetFieldLocked();
 }
 
-HeaderFooterContext::HeaderFooterContext(bool bTextInserted, sal_Int32 nTableDepth)
-    : m_bTextInserted(bTextInserted)
-    , m_nTableDepth(nTableDepth)
-{
-}
-
-bool HeaderFooterContext::getTextInserted() const
-{
-    return m_bTextInserted;
-}
-
-sal_Int32 HeaderFooterContext::getTableDepth() const { return m_nTableDepth; }
 
 FieldContext::FieldContext(uno::Reference< text::XTextRange > xStart)
     : m_bFieldCommandCompleted(false)
@@ -7048,7 +7053,10 @@
         OUString const sFirstParam(vArguments.empty() ? OUString() : vArguments.front());
 
         // apply font size to the form control
-        if (!m_aTextAppendStack.empty() &&  m_pLastCharacterContext && ( m_pLastCharacterContext->isSet(PROP_CHAR_HEIGHT) || m_pLastCharacterContext->isSet(PROP_CHAR_FONT_NAME )))
+        if (!m_aTextAppendStack.empty() && m_pLastCharacterContext
+            && (m_pLastCharacterContext->isSet(PROP_CHAR_HEIGHT)
+                || m_pLastCharacterContext->isSet(PROP_CHAR_FONT_NAME)
+                || m_pLastCharacterContext->isSet(PROP_CHAR_WEIGHT)))
         {
             uno::Reference< text::XTextAppend >  xTextAppend = m_aTextAppendStack.top().xTextAppend;
             if (xTextAppend.is())
@@ -7064,6 +7072,12 @@
                         if (m_pLastCharacterContext->isSet(PROP_CHAR_HEIGHT_COMPLEX))
                             xProp->setPropertyValue(getPropertyName(PROP_CHAR_HEIGHT_COMPLEX), m_pLastCharacterContext->getProperty(PROP_CHAR_HEIGHT_COMPLEX)->second);
                     }
+                    if (m_pLastCharacterContext->isSet(PROP_CHAR_WEIGHT))
+                    {
+                        xProp->setPropertyValue(getPropertyName(PROP_CHAR_WEIGHT), m_pLastCharacterContext->getProperty(PROP_CHAR_WEIGHT)->second);
+                        if (m_pLastCharacterContext->isSet(PROP_CHAR_WEIGHT_COMPLEX))
+                            xProp->setPropertyValue(getPropertyName(PROP_CHAR_WEIGHT_COMPLEX), m_pLastCharacterContext->getProperty(PROP_CHAR_WEIGHT_COMPLEX)->second);
+                    }
                     if (m_pLastCharacterContext->isSet(PROP_CHAR_FONT_NAME))
                         xProp->setPropertyValue(getPropertyName(PROP_CHAR_FONT_NAME), m_pLastCharacterContext->getProperty(PROP_CHAR_FONT_NAME)->second);
                 }
@@ -8216,7 +8230,7 @@
                         }
                         m_bStartedTOC = false;
                         m_aTextAppendStack.pop();
-                        m_bTextInserted = false;
+                        m_StreamStateStack.top().bTextInserted = false;
                         m_bParaChanged = true; // the paragraph must stay anyway
                     }
                     m_bStartTOC = false;
@@ -8338,9 +8352,9 @@
                         {
                             --m_nStartGenericField;
                             PopFieldmark(m_aTextAppendStack, xCrsr, pContext->GetFieldId());
-                            if(m_bTextInserted)
+                            if (m_StreamStateStack.top().bTextInserted)
                             {
-                                m_bTextInserted = false;
+                                m_StreamStateStack.top().bTextInserted = false;
                             }
                         }
                     }
@@ -8412,8 +8426,10 @@
      * iff the first element in the section is a table. If the dummy para is not added yet, then add it;
      * So bookmark is not attached to the wrong paragraph.
      */
-    if(hasTableManager() && getTableManager().isInCell() && m_nTableDepth == 0 && GetIsFirstParagraphInSection()
-                    && !GetIsDummyParaAddedForTableInSection() &&!GetIsTextFrameInserted())
+    if (hasTableManager() && getTableManager().isInCell()
+        && m_StreamStateStack.top().nTableDepth == 0
+        && GetIsFirstParagraphInSection()
+        && !GetIsDummyParaAddedForTableInSection() && !GetIsTextFrameInserted())
     {
         AddDummyParaForTableInSection();
     }
@@ -8454,7 +8470,7 @@
                     // keep bookmark range, if it doesn't exceed cell boundary
                     uno::Reference< text::XTextRange > xStart = xCursor->getStart();
                     xCursor->goLeft( 1, false );
-                    if (m_nTableDepth == 0 || !m_bFirstParagraphInCell)
+                    if (m_StreamStateStack.top().nTableDepth == 0 || !m_bFirstParagraphInCell)
                         xCursor->gotoRange(xStart, true );
                 }
                 uno::Reference< container::XNamed > xBkmNamed( xBookmark, uno::UNO_QUERY_THROW );
@@ -8533,7 +8549,8 @@
     * if the first element in the section is a table. If the dummy para is not added yet, then add it;
     * So permission is not attached to the wrong paragraph.
     */
-    if (getTableManager().isInCell() && m_nTableDepth == 0 && GetIsFirstParagraphInSection()
+    if (getTableManager().isInCell()
+        && m_StreamStateStack.top().nTableDepth == 0 && GetIsFirstParagraphInSection()
         && !GetIsDummyParaAddedForTableInSection() && !GetIsTextFrameInserted())
     {
         AddDummyParaForTableInSection();
diff -Nur libreoffice-7.6.4.1/writerfilter/source/dmapper/DomainMapper_Impl.hxx libreoffice-7.6.5.2/writerfilter/source/dmapper/DomainMapper_Impl.hxx
--- libreoffice-7.6.4.1/writerfilter/source/dmapper/DomainMapper_Impl.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/writerfilter/source/dmapper/DomainMapper_Impl.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -152,16 +152,24 @@
  * In case some state of DomainMapper_Impl should be reset before handling the
  * header/footer and should be restored once handling of header/footer is done,
  * then you can use this class to do so.
+ *
+ * note: presumably more state should be moved here.
  */
-class HeaderFooterContext
+struct SubstreamContext
 {
-    bool      m_bTextInserted;
-    sal_Int32 m_nTableDepth;
-
-public:
-    explicit HeaderFooterContext(bool bTextInserted, sal_Int32 nTableDepth);
-    bool getTextInserted() const;
-    sal_Int32 getTableDepth() const;
+    bool      bTextInserted = false;
+    /**
+     * This contains the raw table depth. nTableDepth > 0 is the same as
+     * getTableManager().isInTable(), unless we're in the first paragraph of a
+     * table, or first paragraph after a table, as the table manager is only
+     * updated once we ended the paragraph (and know if the para has the
+     * inTbl SPRM or not).
+     */
+    sal_Int32 nTableDepth = 0;
+    // deferred breaks need to be saved for RTF, probably not for DOCX
+    bool      bIsColumnBreakDeferred = false;
+    bool      bIsPageBreakDeferred = false;
+    sal_Int32 nLineBreaksDeferred = 0;
 };
 
 /// Information about a paragraph to be finished after a field end.
@@ -465,8 +473,11 @@
 
     std::stack<TextAppendContext>                                                   m_aTextAppendStack;
     std::stack<AnchoredContext>                                                     m_aAnchoredStack;
-    std::stack<HeaderFooterContext>                                                 m_aHeaderFooterStack;
+public: // DomainMapper needs it
+    std::stack<SubstreamContext> m_StreamStateStack;
+private:
     std::stack<std::pair<TextAppendContext, bool>>                                  m_aHeaderFooterTextAppendStack;
+
     std::deque<FieldContextPtr> m_aFieldStack;
     bool m_bForceGenericFields;
     /// Type of decimal symbol associated to the document language in Writer locale definition
@@ -475,9 +486,6 @@
     bool                                                                            m_bSetCitation;
     bool                                                                            m_bSetDateValue;
     bool                                                                            m_bIsFirstSection;
-    bool                                                                            m_bIsColumnBreakDeferred;
-    bool                                                                            m_bIsPageBreakDeferred;
-    sal_Int32                                                                       m_nLineBreaksDeferred;
     /// If we want to set "sdt end" on the next character context.
     bool                                                                            m_bSdtEndDeferred;
     /// If we want to set "paragraph sdt end" on the next paragraph context.
@@ -489,7 +497,6 @@
     bool                                                                            m_bStartIndex;
     bool                                                                            m_bStartBibliography;
     unsigned int                                                                    m_nStartGenericField;
-    bool                                                                            m_bTextInserted;
     bool                                                                            m_bTextDeleted;
     LineNumberSettings                                                              m_aLineNumberSettings;
 
@@ -1102,14 +1109,6 @@
     /// Document background color, applied to every page style.
     std::optional<sal_Int32> m_oBackgroundColor;
 
-    /**
-     * This contains the raw table depth. m_nTableDepth > 0 is the same as
-     * getTableManager().isInTable(), unless we're in the first paragraph of a
-     * table, or first paragraph after a table, as the table manager is only
-     * updated once we ended the paragraph (and know if the para has the
-     * inTbl SPRM or not).
-     */
-    sal_Int32 m_nTableDepth;
     /// Raw table cell depth.
     sal_Int32 m_nTableCellDepth;
     /// Table cell depth of the last finished paragraph.
diff -Nur libreoffice-7.6.4.1/writerfilter/source/dmapper/SdtHelper.cxx libreoffice-7.6.5.2/writerfilter/source/dmapper/SdtHelper.cxx
--- libreoffice-7.6.4.1/writerfilter/source/dmapper/SdtHelper.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/writerfilter/source/dmapper/SdtHelper.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -387,7 +387,7 @@
         // tdf#138093: Date selector reset, if placed inside table
         // Modified to XOR relationship and adding dummy paragraph conditions
         bool bIsInTable = (m_rDM_Impl.hasTableManager() && m_rDM_Impl.getTableManager().isInTable())
-                              != (m_rDM_Impl.m_nTableDepth > 0)
+                              != (0 < m_rDM_Impl.m_StreamStateStack.top().nTableDepth)
                           && m_rDM_Impl.GetIsDummyParaAddedForTableInSection();
         if (bIsInTable)
             xCrsr->goRight(1, false);
diff -Nur libreoffice-7.6.4.1/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx libreoffice-7.6.5.2/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
--- libreoffice-7.6.4.1/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -1826,8 +1826,20 @@
     uno::Reference<beans::XPropertySet> xShapePropSet(xShape, uno::UNO_QUERY);
     if (mnTableDepth > 0 && xShapePropSet.is() && mbIsVMLfound) //if we had a table
     {
+        bool bForceShapeIntoCell = mbAllowInCell;
+        // According to tdf#153909 and GraphicImport's LN_shape handling,
+        // through-anchored shapes should not force the shape into the cell
+        if (bForceShapeIntoCell)
+        {
+            text::WrapTextMode nSurround = text::WrapTextMode_NONE;
+            xShapePropSet->getPropertyValue("Surround") >>= nSurround;
+            sal_Int32 nHoriRelation = -1;
+            xShapePropSet->getPropertyValue("HoriOrientRelation") >>= nHoriRelation;
+            bForceShapeIntoCell = (nSurround != text::WrapTextMode_THROUGH)
+                                   || (nHoriRelation != text::RelOrientation::FRAME);
+        }
         xShapePropSet->setPropertyValue(dmapper::getPropertyName(dmapper::PROP_FOLLOW_TEXT_FLOW),
-                                        uno::Any(mbAllowInCell));
+                                        uno::Any(bForceShapeIntoCell));
     }
     // Notify the dmapper that the shape is ready to use
     if ( !bIsPicture )
diff -Nur libreoffice-7.6.4.1/writerfilter/source/rtftok/rtfdispatchsymbol.cxx libreoffice-7.6.5.2/writerfilter/source/rtftok/rtfdispatchsymbol.cxx
--- libreoffice-7.6.4.1/writerfilter/source/rtftok/rtfdispatchsymbol.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/writerfilter/source/rtftok/rtfdispatchsymbol.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -131,11 +131,8 @@
         break;
         case RTFKeyword::SECT:
         {
-            if (m_bNeedCr)
-                dispatchSymbol(RTFKeyword::PAR);
-
             m_bHadSect = true;
-            if (m_bIgnoreNextContSectBreak)
+            if (m_bIgnoreNextContSectBreak || m_aStates.top().getFrame().hasProperties())
             {
                 // testContSectionPageBreak: need \par now
                 dispatchSymbol(RTFKeyword::PAR);
@@ -143,6 +140,10 @@
             }
             else
             {
+                if (m_bNeedCr)
+                { // tdf#158586 don't dispatch \par here, it eats deferred page breaks
+                    setNeedPar(true);
+                }
                 sectBreak();
                 if (m_nResetBreakOnSectBreak != RTFKeyword::invalid)
                 {
@@ -409,8 +410,6 @@
                 }
                 sal_uInt8 const sBreak[] = { 0xc };
                 Mapper().text(sBreak, 1);
-                // testFdo81892 don't do another \par break directly; because of
-                // GetSplitPgBreakAndParaMark() it does finishParagraph *twice*
                 m_bNeedCr = true;
             }
         }
diff -Nur libreoffice-7.6.4.1/writerfilter/source/rtftok/rtfdocumentimpl.cxx libreoffice-7.6.5.2/writerfilter/source/rtftok/rtfdocumentimpl.cxx
--- libreoffice-7.6.4.1/writerfilter/source/rtftok/rtfdocumentimpl.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/writerfilter/source/rtftok/rtfdocumentimpl.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -672,7 +672,10 @@
     m_bHadPicture = false;
 
     // start new one
-    Mapper().startParagraphGroup();
+    if (!m_bParAtEndOfSection)
+    {
+        Mapper().startParagraphGroup();
+    }
 }
 
 void RTFDocumentImpl::sectBreak(bool bFinal)
@@ -686,14 +689,26 @@
     // unless this is the end of the doc, we had nothing since the last section break and this is not a continuous one.
     // Also, when pasting, it's fine to not have any paragraph inside the document at all.
     if (m_bNeedPar && (!bFinal || m_bNeedSect || bContinuous) && !isSubstream() && m_bIsNewDoc)
+    {
+        m_bParAtEndOfSection = true;
         dispatchSymbol(RTFKeyword::PAR);
+    }
     // It's allowed to not have a non-table paragraph at the end of an RTF doc, add it now if required.
     if (m_bNeedFinalPar && bFinal)
     {
         dispatchFlag(RTFKeyword::PARD);
+        m_bParAtEndOfSection = true;
         dispatchSymbol(RTFKeyword::PAR);
         m_bNeedSect = bNeedSect;
     }
+    // testTdf148515, if RTF ends with \row, endParagraphGroup() must be called!
+    if (!m_bParAtEndOfSection || m_aStates.top().getCurrentBuffer())
+    {
+        Mapper().endParagraphGroup(); // < top para context dies with page break
+    }
+    m_bParAtEndOfSection = false;
+    // paragraph properties are *done* now - only section properties following
+
     while (!m_nHeaderFooterPositions.empty())
     {
         std::pair<Id, std::size_t> aPair = m_nHeaderFooterPositions.front();
@@ -726,7 +741,6 @@
 
     // The trick is that we send properties of the previous section right now, which will be exactly what dmapper expects.
     Mapper().props(pProperties);
-    Mapper().endParagraphGroup();
 
     // End Section
     if (!m_pSuperstream)
@@ -3865,11 +3879,6 @@
 
 void RTFFrame::setSprm(Id nId, Id nValue)
 {
-    if (m_pDocumentImpl->getFirstRun() && !m_pDocumentImpl->isStyleSheetImport())
-    {
-        m_pDocumentImpl->checkFirstRun();
-        m_pDocumentImpl->setNeedPar(false);
-    }
     switch (nId)
     {
         case NS_ooxml::LN_CT_FramePr_w:
@@ -3908,6 +3917,12 @@
         default:
             break;
     }
+
+    if (m_pDocumentImpl->getFirstRun() && !m_pDocumentImpl->isStyleSheetImport() && hasProperties())
+    {
+        m_pDocumentImpl->checkFirstRun();
+        m_pDocumentImpl->setNeedPar(false);
+    }
 }
 
 RTFSprms RTFFrame::getSprms()
@@ -4009,6 +4024,10 @@
 {
     // tdf#153178 \dxfrtext \dfrmtxtx \dfrmtxty \wrapdefault do *not* create frame
     return m_nX != 0 || m_nY != 0 || m_nW != 0 || m_nH != 0
+           || (m_nHoriAlign && m_nHoriAlign != NS_ooxml::LN_Value_doc_ST_XAlign_left)
+           || (m_nHoriAnchor && m_nHoriAnchor != NS_ooxml::LN_Value_doc_ST_HAnchor_text)
+           || (m_nVertAlign && m_nVertAlign != NS_ooxml::LN_Value_doc_ST_YAlign_inline)
+           || (m_nVertAnchor && m_nVertAnchor != NS_ooxml::LN_Value_doc_ST_VAnchor_margin)
            || (m_oWrap && *m_oWrap != NS_ooxml::LN_Value_doc_ST_Wrap_auto);
 }
 
diff -Nur libreoffice-7.6.4.1/writerfilter/source/rtftok/rtfdocumentimpl.hxx libreoffice-7.6.5.2/writerfilter/source/rtftok/rtfdocumentimpl.hxx
--- libreoffice-7.6.4.1/writerfilter/source/rtftok/rtfdocumentimpl.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/writerfilter/source/rtftok/rtfdocumentimpl.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -853,6 +853,8 @@
     bool m_bNeedPar;
     /// If set, an empty paragraph will be added at the end of the document.
     bool m_bNeedFinalPar;
+    /// a synthetic \par was dispatched at the end of the current section
+    bool m_bParAtEndOfSection = false;
     /// The list table and list override table combined.
     RTFSprms m_aListTableSprms;
     /// Maps between listoverridetable and listtable indexes.
diff -Nur libreoffice-7.6.4.1/writerfilter/source/rtftok/rtfsprm.cxx libreoffice-7.6.5.2/writerfilter/source/rtftok/rtfsprm.cxx
--- libreoffice-7.6.4.1/writerfilter/source/rtftok/rtfsprm.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/writerfilter/source/rtftok/rtfsprm.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -439,12 +439,22 @@
     return ret;
 }
 
-bool RTFSprms::equals(const RTFValue& rOther) const
+bool RTFSprms::equals(const RTFSprms& rOther) const
 {
-    return std::all_of(m_pSprms->cbegin(), m_pSprms->cend(),
-                       [&](const std::pair<Id, RTFValue::Pointer_t>& raPair) -> bool {
-                           return raPair.second->equals(rOther);
-                       });
+    auto it1 = m_pSprms->cbegin();
+    auto it1End = m_pSprms->cend();
+    auto it2 = rOther.m_pSprms->cbegin();
+    auto it2End = rOther.m_pSprms->cend();
+    while (it1 != it1End && it2 != it2End)
+    {
+        if (it1->first != it2->first)
+            return false;
+        if (!it1->second->equals(*it2->second))
+            return false;
+        ++it1;
+        ++it2;
+    }
+    return it1 == it1End && it2 == it2End;
 }
 
 void RTFSprms::ensureCopyBeforeWrite()
diff -Nur libreoffice-7.6.4.1/writerfilter/source/rtftok/rtfsprm.hxx libreoffice-7.6.5.2/writerfilter/source/rtftok/rtfsprm.hxx
--- libreoffice-7.6.4.1/writerfilter/source/rtftok/rtfsprm.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/writerfilter/source/rtftok/rtfsprm.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -73,7 +73,7 @@
     Iterator_t begin() { return m_pSprms->begin(); }
     Iterator_t end() { return m_pSprms->end(); }
     void clear();
-    bool equals(const RTFValue& rOther) const;
+    bool equals(const RTFSprms& rOther) const;
 
 private:
     void ensureCopyBeforeWrite();
diff -Nur libreoffice-7.6.4.1/writerfilter/source/rtftok/rtfvalue.cxx libreoffice-7.6.5.2/writerfilter/source/rtftok/rtfvalue.cxx
--- libreoffice-7.6.4.1/writerfilter/source/rtftok/rtfvalue.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/writerfilter/source/rtftok/rtfvalue.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -172,7 +172,7 @@
     {
         if (m_pAttributes->size() != rOther.m_pAttributes->size())
             return false;
-        if (!m_pAttributes->equals(rOther))
+        if (!m_pAttributes->equals(*rOther.m_pAttributes))
             return false;
     }
     else if (m_pAttributes && m_pAttributes->size())
@@ -188,7 +188,7 @@
     {
         if (m_pSprms->size() != rOther.m_pSprms->size())
             return false;
-        if (!m_pSprms->equals(rOther))
+        if (!m_pSprms->equals(*rOther.m_pSprms))
             return false;
     }
     else if (m_pSprms && m_pSprms->size())
diff -Nur libreoffice-7.6.4.1/xmloff/inc/xmlmultiimagehelper.hxx libreoffice-7.6.5.2/xmloff/inc/xmlmultiimagehelper.hxx
--- libreoffice-7.6.4.1/xmloff/inc/xmlmultiimagehelper.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/xmloff/inc/xmlmultiimagehelper.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -32,6 +32,7 @@
     /// helper to get the created xShape instance, override this
     virtual void removeGraphicFromImportContext(const SvXMLImportContext& rContext) = 0;
     virtual OUString getGraphicPackageURLFromImportContext(const SvXMLImportContext& rContext) const = 0;
+    virtual OUString getMimeTypeFromImportContext(const SvXMLImportContext& rContext) const = 0;
     virtual css::uno::Reference<css::graphic::XGraphic> getGraphicFromImportContext(const SvXMLImportContext& rContext) const = 0;
 
 public:
diff -Nur libreoffice-7.6.4.1/xmloff/source/core/xmlmultiimagehelper.cxx libreoffice-7.6.5.2/xmloff/source/core/xmlmultiimagehelper.cxx
--- libreoffice-7.6.4.1/xmloff/source/core/xmlmultiimagehelper.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/xmloff/source/core/xmlmultiimagehelper.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -114,19 +114,23 @@
         {
             const SvXMLImportContext& rContext = *maImplContextVector[a];
 
-
-            OUString sMimeType;
-
-            const OUString aStreamURL(getGraphicPackageURLFromImportContext(rContext));
-            if (!aStreamURL.isEmpty())
-            {
-                sMimeType = getMimeTypeForURL(aStreamURL);
-            }
-            else
+            // First try the mime type provided by the document
+            OUString sMimeType = getMimeTypeFromImportContext(rContext);
+            if (sMimeType.isEmpty())
             {
-                uno::Reference<graphic::XGraphic> xGraphic(getGraphicFromImportContext(rContext));
-                if (xGraphic.is())
-                    sMimeType = comphelper::GraphicMimeTypeHelper::GetMimeTypeForXGraphic(xGraphic);
+                // Try to determine the mime type from the extension
+                const OUString aStreamURL(getGraphicPackageURLFromImportContext(rContext));
+                if (!aStreamURL.isEmpty())
+                {
+                    sMimeType = getMimeTypeForURL(aStreamURL);
+                }
+                else
+                {
+                    // Try to determine the mime type from the graphic itself
+                    uno::Reference<graphic::XGraphic> xGraphic(getGraphicFromImportContext(rContext));
+                    if (xGraphic.is())
+                        sMimeType = comphelper::GraphicMimeTypeHelper::GetMimeTypeForXGraphic(xGraphic);
+                }
             }
 
             sal_uInt32 nNewQuality = getQualityIndex(sMimeType);
diff -Nur libreoffice-7.6.4.1/xmloff/source/core/xmltoken.cxx libreoffice-7.6.5.2/xmloff/source/core/xmltoken.cxx
--- libreoffice-7.6.4.1/xmloff/source/core/xmltoken.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/xmloff/source/core/xmltoken.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -754,7 +754,7 @@
         TOKEN( "embedded-visible-area",           XML_EMBEDDED_VISIBLE_AREA ),
         TOKEN( "embossed",                        XML_EMBOSSED ),
         TOKEN( "emissive-color",                  XML_EMISSIVE_COLOR ),
-        TOKEN( "empty",                           XML_EMPTY ),
+        TOKEN( "empty",                           XML_TOKEN_EMPTY ),
         TOKEN( "empty-line-refresh",              XML_EMPTY_LINE_REFRESH ),
         TOKEN( "enable-numbering",                XML_ENABLE_NUMBERING ),
         TOKEN( "enabled",                         XML_ENABLED ),
diff -Nur libreoffice-7.6.4.1/xmloff/source/draw/ximpbody.cxx libreoffice-7.6.5.2/xmloff/source/draw/ximpbody.cxx
--- libreoffice-7.6.4.1/xmloff/source/draw/ximpbody.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/xmloff/source/draw/ximpbody.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -161,6 +161,25 @@
 
                 if(xMasterPage.is())
                 {
+                    uno::Reference< beans::XPropertySet > xPropSet(xMasterPage, uno::UNO_QUERY_THROW);
+                    if (xPropSet.is())
+                    {
+                        OUString aPropName("SlideLayout");
+                        uno::Reference< beans::XPropertySetInfo > xInfo(xPropSet->getPropertySetInfo());
+                        if (xInfo.is() && xInfo->hasPropertyByName(aPropName))
+                        {
+                            sal_Int32 nType = -1;
+                            uno::Reference< container::XNameAccess > xPageLayouts(GetSdImport().getPageLayouts());
+                            if (xPageLayouts.is())
+                            {
+                                if (xPageLayouts->hasByName(maPageLayoutName))
+                                    xPageLayouts->getByName(maPageLayoutName) >>= nType;
+                            }
+                            if (-1 != nType)
+                                xPropSet->setPropertyValue(aPropName, uno::Any(static_cast<sal_Int16>(nType)));
+                        }
+                    }
+
                     uno::Reference < container::XNamed > xMasterNamed(xMasterPage, uno::UNO_QUERY);
                     if(xMasterNamed.is())
                     {
diff -Nur libreoffice-7.6.4.1/xmloff/source/draw/ximpshap.cxx libreoffice-7.6.5.2/xmloff/source/draw/ximpshap.cxx
--- libreoffice-7.6.4.1/xmloff/source/draw/ximpshap.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/xmloff/source/draw/ximpshap.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -2314,10 +2314,18 @@
 // this is called from the parent group for each unparsed attribute in the attribute list
 bool SdXMLGraphicObjectShapeContext::processAttribute( const sax_fastparser::FastAttributeList::FastAttributeIter & aIter )
 {
-    if( aIter.getToken() == XML_ELEMENT(XLINK, XML_HREF) )
+    switch (aIter.getToken())
+    {
+    case XML_ELEMENT(XLINK, XML_HREF):
         maURL = aIter.toString();
-    else
-        return SdXMLShapeContext::processAttribute( aIter );
+        break;
+    case XML_ELEMENT(DRAW, XML_MIME_TYPE):
+    case XML_ELEMENT(LO_EXT, XML_MIME_TYPE):
+        msMimeType = aIter.toString();
+        break;
+    default:
+        return SdXMLShapeContext::processAttribute(aIter);
+    }
     return true;
 }
 
@@ -3316,6 +3324,16 @@
     return xGraphic;
 }
 
+OUString SdXMLFrameShapeContext::getMimeTypeFromImportContext(const SvXMLImportContext& rContext) const
+{
+    OUString aMimeType;
+    const SdXMLGraphicObjectShapeContext* pSdXMLGraphicObjectShapeContext = dynamic_cast<const SdXMLGraphicObjectShapeContext*>(&rContext);
+
+    if (pSdXMLGraphicObjectShapeContext)
+        aMimeType = pSdXMLGraphicObjectShapeContext->getMimeType();
+    return aMimeType;
+}
+
 OUString SdXMLFrameShapeContext::getGraphicPackageURLFromImportContext(const SvXMLImportContext& rContext) const
 {
     OUString aRetval;
diff -Nur libreoffice-7.6.4.1/xmloff/source/draw/ximpshap.hxx libreoffice-7.6.5.2/xmloff/source/draw/ximpshap.hxx
--- libreoffice-7.6.4.1/xmloff/source/draw/ximpshap.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/xmloff/source/draw/ximpshap.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -385,9 +385,11 @@
 {
 private:
     OUString maURL;
+    OUString msMimeType;
     css::uno::Reference < css::io::XOutputStream > mxBase64Stream;
 
 public:
+    OUString const& getMimeType() const { return msMimeType; }
 
     SdXMLGraphicObjectShapeContext( SvXMLImport& rImport,
         const css::uno::Reference< css::xml::sax::XFastAttributeList>& xAttrList,
@@ -559,6 +561,7 @@
     /// helper to get the created xShape instance, needs to be overridden
     void removeGraphicFromImportContext(const SvXMLImportContext& rContext) override;
     OUString getGraphicPackageURLFromImportContext(const SvXMLImportContext& rContext) const override;
+    OUString getMimeTypeFromImportContext(const SvXMLImportContext& rContext) const override;
     css::uno::Reference<css::graphic::XGraphic> getGraphicFromImportContext(const SvXMLImportContext& rContext) const override;
 
 public:
diff -Nur libreoffice-7.6.4.1/xmloff/source/style/PageMasterStyleMap.cxx libreoffice-7.6.5.2/xmloff/source/style/PageMasterStyleMap.cxx
--- libreoffice-7.6.4.1/xmloff/source/style/PageMasterStyleMap.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/xmloff/source/style/PageMasterStyleMap.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -157,7 +157,7 @@
     PLMAP( PROP_FootnoteLineRelativeWidth, XML_NAMESPACE_STYLE,    XML__EMPTY,     XML_TYPE_PERCENT8|MID_FLAG_SPECIAL_ITEM,    CTF_PM_FTN_LINE_WIDTH ),
     PLMAP( PROP_FootnoteLineTextDistance, XML_NAMESPACE_STYLE,    XML__EMPTY,     XML_TYPE_MEASURE|MID_FLAG_SPECIAL_ITEM,    CTF_PM_FTN_LINE_DISTANCE ),
     PLMAP( PROP_FootnoteLineWeight,        XML_NAMESPACE_STYLE,    XML_FOOTNOTE_SEP,    XML_TYPE_MEASURE16|MID_FLAG_ELEMENT_ITEM,    CTF_PM_FTN_LINE_WEIGHT ),
-    PLMAP( PROP_FootnoteLineStyle,     XML_NAMESPACE_STYLE,    XML_EMPTY,  XML_TYPE_STRING|MID_FLAG_ELEMENT_ITEM,  CTF_PM_FTN_LINE_STYLE ),
+    PLMAP( PROP_FootnoteLineStyle,     XML_NAMESPACE_STYLE,    XML_TOKEN_EMPTY,  XML_TYPE_STRING|MID_FLAG_ELEMENT_ITEM,  CTF_PM_FTN_LINE_STYLE ),
     PLMAP_EXT(PROP_GutterMargin, XML_NAMESPACE_LO_EXT, XML_MARGIN_GUTTER, XML_TYPE_MEASURE, CTF_PM_MARGINGUTTER),
 
     //////////////////////////////////////////////////////////////////////////
diff -Nur libreoffice-7.6.4.1/xmloff/source/text/XMLTextFrameContext.cxx libreoffice-7.6.5.2/xmloff/source/text/XMLTextFrameContext.cxx
--- libreoffice-7.6.4.1/xmloff/source/text/XMLTextFrameContext.cxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/xmloff/source/text/XMLTextFrameContext.cxx	2024-02-17 14:05:36.000000000 +0100
@@ -411,6 +411,7 @@
     const OUString& GetOrigName() const { return m_sOrigName; }
 
     css::text::TextContentAnchorType GetAnchorType() const { return eAnchorType; }
+    OUString GetMimeType() const { return sMimeType; }
 
     const css::uno::Reference < css::beans::XPropertySet >& GetPropSet() const { return xPropSet; }
 };
@@ -768,6 +769,16 @@
     }
 }
 
+OUString XMLTextFrameContext::getMimeTypeFromImportContext(const SvXMLImportContext& rContext) const
+{
+    const XMLTextFrameContext_Impl* pXMLTextFrameContext_Impl = dynamic_cast<const XMLTextFrameContext_Impl*>(&rContext);
+
+    if (pXMLTextFrameContext_Impl)
+        return pXMLTextFrameContext_Impl->GetMimeType();
+
+    return OUString();
+}
+
 OUString XMLTextFrameContext::getGraphicPackageURLFromImportContext(const SvXMLImportContext& rContext) const
 {
     const XMLTextFrameContext_Impl* pXMLTextFrameContext_Impl = dynamic_cast< const XMLTextFrameContext_Impl* >(&rContext);
diff -Nur libreoffice-7.6.4.1/xmloff/source/text/XMLTextFrameContext.hxx libreoffice-7.6.5.2/xmloff/source/text/XMLTextFrameContext.hxx
--- libreoffice-7.6.4.1/xmloff/source/text/XMLTextFrameContext.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/xmloff/source/text/XMLTextFrameContext.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -60,6 +60,7 @@
     /// helper to get the created xShape instance, needs to be overridden
     void removeGraphicFromImportContext(const SvXMLImportContext& rContext) override;
     OUString getGraphicPackageURLFromImportContext(const SvXMLImportContext& rContext) const override;
+    OUString getMimeTypeFromImportContext(const SvXMLImportContext& rContext) const override;
     css::uno::Reference<css::graphic::XGraphic> getGraphicFromImportContext(const SvXMLImportContext& rContext) const override;
 
 public:
diff -Nur libreoffice-7.6.4.1/xmlsecurity/inc/xmlsec/saxhelper.hxx libreoffice-7.6.5.2/xmlsecurity/inc/xmlsec/saxhelper.hxx
--- libreoffice-7.6.4.1/xmlsecurity/inc/xmlsec/saxhelper.hxx	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/xmlsecurity/inc/xmlsec/saxhelper.hxx	2024-02-17 14:05:36.000000000 +0100
@@ -23,6 +23,7 @@
 
 #include <string_view>
 
+#include <libxml/parser.h>
 #include <libxml/tree.h>
 
 #include <rtl/ustring.hxx>
diff -Nur libreoffice-7.6.4.1/xmlsecurity/inc/xmlsec-wrapper.h libreoffice-7.6.5.2/xmlsecurity/inc/xmlsec-wrapper.h
--- libreoffice-7.6.4.1/xmlsecurity/inc/xmlsec-wrapper.h	2023-11-30 14:04:41.000000000 +0100
+++ libreoffice-7.6.5.2/xmlsecurity/inc/xmlsec-wrapper.h	2024-02-17 14:05:36.000000000 +0100
@@ -28,6 +28,7 @@
 #define XMLSEC_NO_SIZE_T
 #endif
 
+#include <libxml/parser.h>
 #include <xmlsec/base64.h>
 #include <xmlsec/bn.h>
 #include <xmlsec/errors.h>