From 43d58f425e2829b273217c202c889f45f0ae8943 Mon Sep 17 00:00:00 2001
From: iigs <2274777+iigs@users.noreply.github.com>
Date: Sat, 09 Dec 2023 12:11:39 +0100
Subject: [PATCH] libreoffice: update to 7.6.4.1

---
 components/desktop/libreoffice/patches/20-skia-illumos-no-malloc-usable-size.patch     |   10 
 components/desktop/libreoffice/patches/18-show-illumos-version-in-about.patch          |    9 
 components/desktop/libreoffice/test/results-all.master                                 | 4044 ++++++++++++++++++++++++-----------------------
 components/desktop/libreoffice/patches/24-xmlsec-with-libxml2-fixes.patch              |  167 +
 components/desktop/libreoffice/patches/13-tdf158302-build-with-system-libxml2.12.patch |  302 +++
 components/desktop/libreoffice/Makefile                                                |   20 
 components/desktop/libreoffice/patches/15-libgpg-error-update-to-1.47.patch            |  291 +++
 components/desktop/libreoffice/patches/25-libcmis-with-libxml2-fixes.patch             |   47 
 components/desktop/libreoffice/patches/23-update-xmlsec.patch                          |  106 +
 9 files changed, 3,000 insertions(+), 1,996 deletions(-)

diff --git a/components/desktop/libreoffice/Makefile b/components/desktop/libreoffice/Makefile
index 9551e2b..33278f2 100644
--- a/components/desktop/libreoffice/Makefile
+++ b/components/desktop/libreoffice/Makefile
@@ -26,8 +26,8 @@
 # BUILD_FIX=1
 
 COMPONENT_NAME=         libreoffice
-COMPONENT_VERSION=      7.6.3
-COMPONENT_RC_VERSION=	2
+COMPONENT_VERSION=      7.6.4
+COMPONENT_RC_VERSION=	1
 ifndef BUILD_BETA
 COMPONENT_FULL_VERSION=$(COMPONENT_VERSION).$(COMPONENT_RC_VERSION)
 else
@@ -44,7 +44,6 @@
 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
 COMPONENT_ARCHIVE_URL=  https://download.documentfoundation.org/libreoffice/src/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
 COMPONENT_SIG_URL= $(COMPONENT_ARCHIVE_URL).asc
-COMPONENT_ARCHIVE_HASH= sha256:91e94b99a7270c450d8b1f31fa833397fc49cc71260267d8e044a6462ed7e15d
 COMPONENT_FMRI=         desktop/office/libreoffice
 COMPONENT_CLASSIFICATION= Applications/Office
 COMPONENT_LICENSE=      MPL2.0
@@ -118,16 +117,16 @@
 COMPONENT_ARCHIVE_HASH_17 = sha256:fcdf9fd69fde07ae4dca2351d84271a9de8093002f733b77c70f52f1630f6e4a
 COMPONENT_ARCHIVE_URL_17 = https://dev-www.libreoffice.org/src/$(COMPONENT_ARCHIVE_17)
 
-COMPONENT_ARCHIVE_18 = xmlsec1-1.2.37.tar.gz
-COMPONENT_ARCHIVE_HASH_18 = sha256:5f8dfbcb6d1e56bddd0b5ec2e00a3d0ca5342a9f57c24dffde5c796b2be2871c
+COMPONENT_ARCHIVE_18 = xmlsec1-1.3.2.tar.gz
+COMPONENT_ARCHIVE_HASH_18 = sha256:4003c56b3d356d21b1db7775318540fad6bfedaf5f117e8f7c010811219be3cf
 COMPONENT_ARCHIVE_URL_18 = https://dev-www.libreoffice.org/src/$(COMPONENT_ARCHIVE_18)
 
 COMPONENT_ARCHIVE_19 = libreoffice-translations-$(COMPONENT_FULL_VERSION).tar.xz
-COMPONENT_ARCHIVE_HASH_19 = sha256:76d72d9f1f9f3af20fdf6685606137060f8527b5e53eb0a8569e2250756778a2
+COMPONENT_ARCHIVE_HASH_19 = sha256:3a5a0dbe40abdc55cdd9994895f6577d7e547d26a36b20641f32f3640a3b7679
 COMPONENT_ARCHIVE_URL_19 = https://download.documentfoundation.org/libreoffice/src/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE_19)
 
 COMPONENT_ARCHIVE_20 = libreoffice-dictionaries-$(COMPONENT_FULL_VERSION).tar.xz
-COMPONENT_ARCHIVE_HASH_20 = sha256:d3e3aa88faaa3806dd196e44ff82a3a5b992fdeac9626126d13a56a81561b88b
+COMPONENT_ARCHIVE_HASH_20 = sha256:36c0526e4c12ab38dd1e1766cd878118dd5692578b80411b9b443e389e3712fa
 COMPONENT_ARCHIVE_URL_20 = https://download.documentfoundation.org/libreoffice/src/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE_20)
 
 #COMPONENT_ARCHIVE_21 = boost_1_69_0.tar.bz2
@@ -167,8 +166,8 @@
 COMPONENT_ARCHIVE_HASH_29 = sha256:e9fd27218d5394904e4e39788f9b1742711c3e6b41689a31aa3380bd5aa4f426
 COMPONENT_ARCHIVE_URL_29 = https://dev-www.libreoffice.org/src/$(COMPONENT_ARCHIVE_29)
 
-COMPONENT_ARCHIVE_30 = libgpg-error-1.43.tar.bz2
-COMPONENT_ARCHIVE_HASH_30 = sha256:a9ab83ca7acc442a5bd846a75b920285ff79bdb4e3d34aa382be88ed2c3aebaf
+COMPONENT_ARCHIVE_30 = libgpg-error-1.47.tar.bz2
+COMPONENT_ARCHIVE_HASH_30 = sha256:9e3c670966b96ecc746c28c2c419541e3bcb787d1a73930f5e5f5e1bcbbb9bdb
 COMPONENT_ARCHIVE_URL_30 = https://dev-www.libreoffice.org/src/$(COMPONENT_ARCHIVE_30)
 
 COMPONENT_ARCHIVE_31 = frozen-1.1.1.tar.gz
@@ -329,6 +328,9 @@
     $(GSED) -i 's/env\ python3/python$(PYTHON_VERSION)/' \
         $(PROTO_DIR)$(LIBREOFFICE_SHARE_DIR)/extensions/dict-pt-BR/test_compile_rules.py ;
 
+# Filter out test result lines with truncated $(BUILD_DIR) paths
+COMPONENT_TEST_TRANSFORMS +=    "-e 's|$(COMPONENT_DIR)|\$$?GSED(COMPONENT_DIR)|g'"
+
 # debug specific test
 testtrace:
 	@[ -n "$(SPECTEST)" ] || (echo "No SPECTEST specified."; exit 1;)
diff --git a/components/desktop/libreoffice/patches/13-tdf158302-build-with-system-libxml2.12.patch b/components/desktop/libreoffice/patches/13-tdf158302-build-with-system-libxml2.12.patch
new file mode 100644
index 0000000..5b910a7
--- /dev/null
+++ b/components/desktop/libreoffice/patches/13-tdf158302-build-with-system-libxml2.12.patch
@@ -0,0 +1,302 @@
+From c8f7408db73d2f2ccacb25a2b4fef8dfebdfc6cb Mon Sep 17 00:00:00 2001
+From: Miklos Vajna <vmiklos@collabora.com>
+Date: Mon, 27 Nov 2023 08:02:59 +0100
+Subject: 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>
+---
+ drawinglayer/source/tools/primitive2dxmldump.cxx | 1 +
+ filter/source/xsltfilter/LibXSLTTransformer.cxx  | 2 +-
+ helpcompiler/source/HelpLinker.cxx               | 4 ++++
+ include/xmloff/xmltoken.hxx                      | 2 +-
+ sax/source/fastparser/fastparser.cxx             | 2 +-
+ sc/source/core/tool/interpr7.cxx                 | 1 +
+ sc/source/filter/xml/XMLExportDataPilot.cxx      | 2 +-
+ sc/source/filter/xml/XMLExportDatabaseRanges.cxx | 2 +-
+ sc/source/filter/xml/xmlfilti.cxx                | 6 +++---
+ unoxml/source/dom/attr.cxx                       | 1 +
+ unoxml/source/dom/document.cxx                   | 1 +
+ unoxml/source/dom/documentbuilder.cxx            | 1 +
+ unoxml/source/dom/entity.cxx                     | 1 +
+ unoxml/source/xpath/xpathapi.cxx                 | 7 ++++++-
+ xmloff/source/core/xmltoken.cxx                  | 2 +-
+ xmloff/source/style/PageMasterStyleMap.cxx       | 2 +-
+ xmlsecurity/inc/xmlsec-wrapper.h                 | 1 +
+ xmlsecurity/inc/xmlsec/saxhelper.hxx             | 1 +
+ 18 files changed, 28 insertions(+), 11 deletions(-)
+
+diff --git a/drawinglayer/source/tools/primitive2dxmldump.cxx b/drawinglayer/source/tools/primitive2dxmldump.cxx
+index 76aefec902ea..f3b9ef1bc919 100644
+--- a/drawinglayer/source/tools/primitive2dxmldump.cxx
++++ b/drawinglayer/source/tools/primitive2dxmldump.cxx
+@@ -15,6 +15,7 @@
+ 
+ #include <math.h>
+ #include <memory>
++#include <libxml/parser.h>
+ #include <sal/log.hxx>
+ 
+ #include <drawinglayer/primitive2d/bitmapprimitive2d.hxx>
+diff --git a/filter/source/xsltfilter/LibXSLTTransformer.cxx b/filter/source/xsltfilter/LibXSLTTransformer.cxx
+index 1a7c34805f1b..5e9a7c4bcd35 100644
+--- a/filter/source/xsltfilter/LibXSLTTransformer.cxx
++++ b/filter/source/xsltfilter/LibXSLTTransformer.cxx
+@@ -333,7 +333,7 @@ namespace XSLT
+         }
+         else
+         {
+-            xmlErrorPtr lastErr = xmlGetLastError();
++            const xmlError* lastErr = xmlGetLastError();
+             OUString msg;
+             if (lastErr)
+                 msg = OStringToOUString(lastErr->message, RTL_TEXTENCODING_UTF8);
+diff --git a/helpcompiler/source/HelpLinker.cxx b/helpcompiler/source/HelpLinker.cxx
+index 3d52834dbe6b..898a8b26392a 100644
+--- a/helpcompiler/source/HelpLinker.cxx
++++ b/helpcompiler/source/HelpLinker.cxx
+@@ -815,7 +815,11 @@ static const HelpProcessingException* GpXMLParsingException = nullptr;
+ 
+ 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 --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx
+index 4e6441841774..ba42fae4d035 100644
+--- a/include/xmloff/xmltoken.hxx
++++ b/include/xmloff/xmltoken.hxx
+@@ -744,7 +744,7 @@ namespace xmloff::token {
+         XML_EMBEDDED_VISIBLE_AREA,
+         XML_EMBOSSED,
+         XML_EMISSIVE_COLOR,
+-        XML_EMPTY,
++        XML_TOKEN_EMPTY,
+         XML_EMPTY_LINE_REFRESH,
+         XML_ENABLE_NUMBERING,
+         XML_ENABLED,
+diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx
+index ec8065016a12..e0338e053cf0 100644
+--- a/sax/source/fastparser/fastparser.cxx
++++ b/sax/source/fastparser/fastparser.cxx
+@@ -578,7 +578,7 @@ Event& Entity::getEvent( CallbackType aType )
+ 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 --git a/sc/source/core/tool/interpr7.cxx b/sc/source/core/tool/interpr7.cxx
+index 352c7cf70e45..ecb4ea346396 100644
+--- a/sc/source/core/tool/interpr7.cxx
++++ b/sc/source/core/tool/interpr7.cxx
+@@ -31,6 +31,7 @@
+ #include <cstring>
+ #include <memory>
+ #include <string_view>
++#include <libxml/parser.h>
+ 
+ using namespace com::sun::star;
+ 
+diff --git a/sc/source/filter/xml/XMLExportDataPilot.cxx b/sc/source/filter/xml/XMLExportDataPilot.cxx
+index da65bec0dab7..bd5f16d828ff 100644
+--- a/sc/source/filter/xml/XMLExportDataPilot.cxx
++++ b/sc/source/filter/xml/XMLExportDataPilot.cxx
+@@ -123,7 +123,7 @@ void ScXMLExportDataPilot::WriteDPCondition(const ScQueryEntry& aQueryEntry, boo
+ 
+     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 --git a/sc/source/filter/xml/XMLExportDatabaseRanges.cxx b/sc/source/filter/xml/XMLExportDatabaseRanges.cxx
+index 6905e02d651b..e4307065bd92 100644
+--- a/sc/source/filter/xml/XMLExportDatabaseRanges.cxx
++++ b/sc/source/filter/xml/XMLExportDatabaseRanges.cxx
+@@ -376,7 +376,7 @@ private:
+             case SC_EQUAL:
+             {
+                 if (rEntry.IsQueryByEmpty())
+-                    return GetXMLToken(XML_EMPTY);
++                    return GetXMLToken(XML_TOKEN_EMPTY);
+                 else if (rEntry.IsQueryByNonEmpty())
+                     return GetXMLToken(XML_NOEMPTY);
+ 
+diff --git a/sc/source/filter/xml/xmlfilti.cxx b/sc/source/filter/xml/xmlfilti.cxx
+index 7585ce0c50fa..61f7cfe4a349 100644
+--- a/sc/source/filter/xml/xmlfilti.cxx
++++ b/sc/source/filter/xml/xmlfilti.cxx
+@@ -370,7 +370,7 @@ void ScXMLConditionContext::GetOperator(
+         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 @@ void SAL_CALL ScXMLConditionContext::endFastElement( sal_Int32 /*nElement*/ )
+     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 @@ void SAL_CALL ScXMLDPConditionContext::endFastElement( sal_Int32 /*nElement*/ )
+     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 --git a/unoxml/source/dom/attr.cxx b/unoxml/source/dom/attr.cxx
+index dd974d910edb..d8d873cdf055 100644
+--- a/unoxml/source/dom/attr.cxx
++++ b/unoxml/source/dom/attr.cxx
+@@ -22,6 +22,7 @@
+ #include <string.h>
+ 
+ #include <memory>
++#include <libxml/entities.h>
+ 
+ #include <osl/diagnose.h>
+ #include <sal/log.hxx>
+diff --git a/unoxml/source/dom/document.cxx b/unoxml/source/dom/document.cxx
+index cb48bd1635f8..0825fc2cd7ed 100644
+--- a/unoxml/source/dom/document.cxx
++++ b/unoxml/source/dom/document.cxx
+@@ -41,6 +41,7 @@
+ #include <eventdispatcher.hxx>
+ 
+ #include <string.h>
++#include <libxml/xmlIO.h>
+ 
+ #include <osl/diagnose.h>
+ 
+diff --git a/unoxml/source/dom/documentbuilder.cxx b/unoxml/source/dom/documentbuilder.cxx
+index c3cd7663d2fc..3898d58e4be4 100644
+--- a/unoxml/source/dom/documentbuilder.cxx
++++ b/unoxml/source/dom/documentbuilder.cxx
+@@ -22,6 +22,7 @@
+ #include <string.h>
+ 
+ #include <libxml/xmlerror.h>
++#include <libxml/parser.h>
+ 
+ #include <memory>
+ 
+diff --git a/unoxml/source/dom/entity.cxx b/unoxml/source/dom/entity.cxx
+index ccc8a0872499..98909dfe8f12 100644
+--- a/unoxml/source/dom/entity.cxx
++++ b/unoxml/source/dom/entity.cxx
+@@ -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 --git a/unoxml/source/xpath/xpathapi.cxx b/unoxml/source/xpath/xpathapi.cxx
+index a60083983882..c2b753783176 100644
+--- a/unoxml/source/xpath/xpathapi.cxx
++++ b/unoxml/source/xpath/xpathapi.cxx
+@@ -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 @@ namespace XPath
+         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 @@ namespace XPath
+             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 --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx
+index 6879f37db295..e11dc0d16111 100644
+--- a/xmloff/source/core/xmltoken.cxx
++++ b/xmloff/source/core/xmltoken.cxx
+@@ -756,7 +756,7 @@ namespace xmloff::token {
+         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 --git a/xmloff/source/style/PageMasterStyleMap.cxx b/xmloff/source/style/PageMasterStyleMap.cxx
+index 7b2cab4751aa..6f631289672b 100644
+--- a/xmloff/source/style/PageMasterStyleMap.cxx
++++ b/xmloff/source/style/PageMasterStyleMap.cxx
+@@ -157,7 +157,7 @@ const XMLPropertyMapEntry aXMLPageMasterStyleMap[] =
+     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 --git a/xmlsecurity/inc/xmlsec-wrapper.h b/xmlsecurity/inc/xmlsec-wrapper.h
+index 7c6d267e8b73..3ad705400c52 100644
+--- a/xmlsecurity/inc/xmlsec-wrapper.h
++++ b/xmlsecurity/inc/xmlsec-wrapper.h
+@@ -23,6 +23,7 @@
+ 
+ #include <sal/types.h>
+ 
++#include <libxml/parser.h>
+ #include <xmlsec/base64.h>
+ #include <xmlsec/bn.h>
+ #include <xmlsec/errors.h>
+diff --git a/xmlsecurity/inc/xmlsec/saxhelper.hxx b/xmlsecurity/inc/xmlsec/saxhelper.hxx
+index a49ccef1894c..a5863ffd0e2a 100644
+--- a/xmlsecurity/inc/xmlsec/saxhelper.hxx
++++ b/xmlsecurity/inc/xmlsec/saxhelper.hxx
+@@ -23,6 +23,7 @@
+ 
+ #include <string_view>
+ 
++#include <libxml/parser.h>
+ #include <libxml/tree.h>
+ 
+ #include <rtl/ustring.hxx>
+-- 
+cgit v1.2.1
diff --git a/components/desktop/libreoffice/patches/15-libgpg-error-update-to-1.47.patch b/components/desktop/libreoffice/patches/15-libgpg-error-update-to-1.47.patch
new file mode 100644
index 0000000..83c8536
--- /dev/null
+++ b/components/desktop/libreoffice/patches/15-libgpg-error-update-to-1.47.patch
@@ -0,0 +1,291 @@
+diff -Nau libreoffice-7.6.4.1/external/libgpg-error/ExternalPackage_libgpg-error.mk ../libreoffice-24.2/libreoffice-24.2.0.0.alpha1/external/libgpg-error/ExternalPackage_libgpg-error.mk
+--- libreoffice-7.6.4.1/external/libgpg-error/ExternalPackage_libgpg-error.mk	2023-12-07 16:55:09.200203974 -0500
++++ ../libreoffice-24.2/libreoffice-24.2.0.0.alpha1/external/libgpg-error/ExternalPackage_libgpg-error.mk	2023-12-04 18:55:45.550703416 -0500
+@@ -15,7 +15,7 @@
+ 
+ ifneq (,$(filter LINUX SOLARIS,$(OS)))
+ 
+-$(eval $(call gb_ExternalPackage_add_file,libgpg-error,$(LIBO_LIB_FOLDER)/libgpg-error-lo.so.0,src/.libs/libgpg-error-lo.so.0.32.1))
++$(eval $(call gb_ExternalPackage_add_file,libgpg-error,$(LIBO_LIB_FOLDER)/libgpg-error-lo.so.0,src/.libs/libgpg-error-lo.so.0.34.0))
+ 
+ else ifeq ($(OS),MACOSX)
+ 
+diff -Nau libreoffice-7.6.4.1/external/libgpg-error/ExternalProject_libgpg-error.mk ../libreoffice-24.2/libreoffice-24.2.0.0.alpha1/external/libgpg-error/ExternalProject_libgpg-error.mk
+--- libreoffice-7.6.4.1/external/libgpg-error/ExternalProject_libgpg-error.mk	2023-11-30 08:04:41.000000000 -0500
++++ ../libreoffice-24.2/libreoffice-24.2.0.0.alpha1/external/libgpg-error/ExternalProject_libgpg-error.mk	2023-11-23 07:14:48.000000000 -0500
+@@ -39,9 +39,8 @@
+ 			--disable-rpath \
+ 			--disable-languages \
+ 			--disable-doc \
+-			CFLAGS=" $(CFLAGS) $(call gb_ExternalProject_get_build_flags,libgpg-error)" \
+-			CPPFLAGS=" $(SOLARINC)" \
+-			$(if $(filter MSC,$(COM)),--force_use_syscfg=true) \
++			CFLAGS="$(CFLAGS) $(call gb_ExternalProject_get_build_flags,libgpg-error)" \
++			CPPFLAGS="$(SOLARINC)" \
+ 			$(gb_CONFIGURE_PLATFORMS) \
+ 			$(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________OOO) \
+ 	                $(if $(filter TRUE,$(DISABLE_DYNLOADING)),--disable-shared,--disable-static) \
+diff -Nau libreoffice-7.6.4.1/external/libgpg-error/UnpackedTarball_libgpg-error.mk ../libreoffice-24.2/libreoffice-24.2.0.0.alpha1/external/libgpg-error/UnpackedTarball_libgpg-error.mk
+--- libreoffice-7.6.4.1/external/libgpg-error/UnpackedTarball_libgpg-error.mk	2023-12-07 16:55:09.207028595 -0500
++++ ../libreoffice-24.2/libreoffice-24.2.0.0.alpha1/external/libgpg-error/UnpackedTarball_libgpg-error.mk	2023-12-04 18:55:45.558237511 -0500
+@@ -16,7 +16,6 @@
+ $(eval $(call gb_UnpackedTarball_add_patches,libgpg-error, \
+ 	$(if $(filter MSC,$(COM)),external/libgpg-error/w32-build-fixes.patch) \
+ 	$(if $(filter MSC,$(COM)),external/libgpg-error/w32-build-fixes-2.patch.1) \
+-	$(if $(filter MSC,$(COM)),external/libgpg-error/w32-build-fixes-3.patch.1) \
+ 	$(if $(filter MSC,$(COM)),external/libgpg-error/w32-disable-dllinit.patch.1) \
+ 	external/libgpg-error/w32-build-fixes-4.patch \
+ 	$(if $(filter MSC,$(COM)),external/libgpg-error/w32-build-fixes-5.patch) \
+diff -Nau libreoffice-7.6.4.1/external/libgpg-error/w32-build-fixes-2.patch.1 ../libreoffice-24.2/libreoffice-24.2.0.0.alpha1/external/libgpg-error/w32-build-fixes-2.patch.1
+--- libreoffice-7.6.4.1/external/libgpg-error/w32-build-fixes-2.patch.1	2023-11-30 08:04:41.000000000 -0500
++++ ../libreoffice-24.2/libreoffice-24.2.0.0.alpha1/external/libgpg-error/w32-build-fixes-2.patch.1	2023-11-23 07:14:48.000000000 -0500
+@@ -1,17 +1,7 @@
+ diff -ru libgpg-error.orig/src/Makefile.in libgpg-error/src/Makefile.in
+---- libgpg-error.orig/src/Makefile.in	2017-09-12 08:18:29.376536700 +0200
+-+++ libgpg-error/src/Makefile.in	2017-09-12 08:57:11.648083800 +0200
+-@@ -512,8 +512,7 @@
+- @HAVE_W32_SYSTEM_TRUE@arch_sources = w32-gettext.c w32-lock.c w32-lock-obj.h w32-thread.c \
+- @HAVE_W32_SYSTEM_TRUE@	       w32-iconv.c w32-estream.c w32-reg.c spawn-w32.c
+- 
+--@HAVE_W32_SYSTEM_TRUE@RCCOMPILE = $(RC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+--@HAVE_W32_SYSTEM_TRUE@            -DLOCALEDIR=\"$(localedir)\" $(AM_CPPFLAGS) $(CPPFLAGS)
+-+@HAVE_W32_SYSTEM_TRUE@RCCOMPILE = $(RC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) -DLOCALEDIR=$(localedir) $(AM_CPPFLAGS)
+- 
+- @HAVE_W32_SYSTEM_TRUE@LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RCCOMPILE)
+- @HAVE_W32_SYSTEM_TRUE@SUFFIXES = .rc .lo
+-@@ -1242,7 +1241,7 @@
++--- libgpg-error.orig/src/Makefile.in	2023-04-06 17:30:13.000000000 +0900
+++++ libgpg-error/src/Makefile.in	2023-08-30 14:44:01.102310369 +0900
++@@ -1619,7 +1618,7 @@
+  
+  
+  @HAVE_W32_SYSTEM_TRUE@.rc.lo:
+@@ -20,12 +10,12 @@
+  
+  @HAVE_W32_SYSTEM_TRUE@versioninfo.lo : gpg-error.w32-manifest
+  
+-@@ -1283,7 +1282,7 @@
++@@ -1660,7 +1659,7 @@
+  # It is correct to use $(CPP).  We want the host's idea of the error codes.
+- mkerrcodes.h: Makefile mkerrcodes.awk $(gpg_extra_headers)
++ mkerrcodes.h: Makefile mkerrcodes.awk
+  	$(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in >_$@
+--	$(CPP) $(CPPFLAGS) $(extra_cppflags) -P _$@ | grep GPG_ERR_ | \
+-+	$(CPP) $(CPPFLAGS) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
++-	$(CPP) $(CPPFLAGS) -P _$@ | grep GPG_ERR_ | \
+++	$(CPP) $(CPPFLAGS) _$@ | grep GPG_ERR_ | \
+                 $(AWK) -f $(srcdir)/mkerrcodes.awk >$@
+  	-rm _$@
+  
+diff -Nau libreoffice-7.6.4.1/external/libgpg-error/w32-build-fixes-3.patch.1 ../libreoffice-24.2/libreoffice-24.2.0.0.alpha1/external/libgpg-error/w32-build-fixes-3.patch.1
+--- libreoffice-7.6.4.1/external/libgpg-error/w32-build-fixes-3.patch.1	2023-11-30 08:04:41.000000000 -0500
++++ ../libreoffice-24.2/libreoffice-24.2.0.0.alpha1/external/libgpg-error/w32-build-fixes-3.patch.1	1969-12-31 19:00:00.000000000 -0500
+@@ -1,57 +0,0 @@
+-diff -ru libgpg-error.orig/src/gpg-error.c libgpg-error/src/gpg-error.c
+---- libgpg-error.orig/src/gpg-error.c	2016-12-02 22:55:32.000000000 +0100
+-+++ libgpg-error/src/gpg-error.c	2017-09-13 22:25:10.040113800 +0200
+-@@ -206,7 +206,7 @@
+-   static const char src_prefix[] = "GPG_ERR_SOURCE_";
+-   static const char code_prefix[] = "GPG_ERR_";
+- 
+--  if (!strncasecmp (src_prefix, str, sizeof (src_prefix) - 1))
+-+  if (!_strnicmp (src_prefix, str, sizeof (src_prefix) - 1))
+-     {
+-       gpg_err_source_t src;
+- 
+-@@ -220,14 +220,14 @@
+- 	  const char *src_sym;
+- 
+- 	  src_sym = gpg_strsource_sym (src << GPG_ERR_SOURCE_SHIFT);
+--	  if (src_sym && !strcasecmp (str, src_sym + sizeof (src_prefix) - 1))
+-+	  if (src_sym && !_stricmp (str, src_sym + sizeof (src_prefix) - 1))
+- 	    {
+- 	      *err |= src << GPG_ERR_SOURCE_SHIFT;
+- 	      return 1;
+- 	    }
+- 	}
+-     }
+--  else if (!strncasecmp (code_prefix, str, sizeof (code_prefix) - 1))
+-+  else if (!_strnicmp (code_prefix, str, sizeof (code_prefix) - 1))
+-     {
+-       gpg_err_code_t code;
+- 
+-@@ -240,7 +240,7 @@
+- 	{
+- 	  const char *code_sym = gpg_strerror_sym (code);
+- 	  if (code_sym
+--	      && !strcasecmp (str, code_sym + sizeof (code_prefix) - 1))
+-+	      && !_stricmp (str, code_sym + sizeof (code_prefix) - 1))
+- 	    {
+- 	      *err |= code;
+- 	      return 1;
+-@@ -296,7 +296,7 @@
+-   for (src = 0; src < GPG_ERR_SOURCE_DIM; src++)
+-     {
+-       const char *src_str = gpg_strsource (src << GPG_ERR_SOURCE_SHIFT);
+--      if (src_str && !strcasecmp (str, src_str))
+-+      if (src_str && !_stricmp (str, src_str))
+- 	{
+- 	  if (*have_source)
+- 	    return 0;
+-@@ -310,7 +310,7 @@
+-   for (code = 0; code < GPG_ERR_CODE_DIM; code++)
+-     {
+-       const char *code_str = gpg_strerror (code);
+--      if (code_str && !strcasecmp (str, code_str))
+-+      if (code_str && !_stricmp (str, code_str))
+- 	{
+- 	  if (*have_code)
+- 	    return 0;
+-Nur in libgpg-error/src: gpg-error.c~.
+diff -Nau libreoffice-7.6.4.1/external/libgpg-error/w32-build-fixes-5.patch ../libreoffice-24.2/libreoffice-24.2.0.0.alpha1/external/libgpg-error/w32-build-fixes-5.patch
+--- libreoffice-7.6.4.1/external/libgpg-error/w32-build-fixes-5.patch	2023-11-30 08:04:41.000000000 -0500
++++ ../libreoffice-24.2/libreoffice-24.2.0.0.alpha1/external/libgpg-error/w32-build-fixes-5.patch	2023-11-23 07:14:48.000000000 -0500
+@@ -14,8 +14,8 @@
+  
+  #include "gpgrt-int.h"
+  
+---- src/gpg-error.c	2020-06-06 00:18:40.199791000 +0200
+-+++ src/gpg-error.c~	2020-06-05 18:44:14.223182300 +0200
++--- src/gpg-error.c	2022-03-04 20:25:28.000000000 +0900
+++++ src/gpg-error.c~	2023-08-30 15:10:24.521856169 +0900
+ @@ -61,6 +61,11 @@
+  #define drop_locale_dir(dir)
+  #endif
+@@ -28,36 +28,35 @@
+  static void
+  i18n_init (void)
+  {
+-
+---- src/spawn-w32.c~  2022-01-03 16:33:24.000000000 +0100
+-+++ src/spawn-w32.c	  2022-01-03 16:46:57.173841200 +0100
++--- src/spawn-w32.c	2023-08-30 15:24:46.861855840 +0900
+++++ src/spawn-w32.c~	2023-08-30 15:26:04.581855810 +0900
+ @@ -56,7 +56,7 @@
+   * Previous versions interpreted X_OK as F_OK anyway, so we'll just
+   * use F_OK directly. */
+  #undef X_OK
+-+#define X_OK 0
+ -#define X_OK F_OK
+++#define X_OK 0
+  
+  /* For HANDLE and the internal file descriptor (fd) of this module:
+   * HANDLE can be represented by an intptr_t which should be true for
+ 
+---- src/logging.c	2020-06-05 18:58:59.254413200 +0200
+-+++ src/logging.c~	2019-12-12 15:23:37.000000000 +0100
++--- src/logging.c	2023-03-21 18:33:56.000000000 +0900
+++++ src/logging.c~	2023-08-30 15:37:20.661855553 +0900
+ @@ -44,7 +44,12 @@
+  # include <netinet/in.h>
+  # include <arpa/inet.h>
+  #endif /*!HAVE_W32_SYSTEM*/
++-#include <unistd.h>
+ +#ifdef _WIN32
+ +# include <io.h>
+ +# include <process.h>
+ +#else
+ +# include <unistd.h>
+ +#endif
+--#include <unistd.h>
+  #include <fcntl.h>
+  /* #include <execinfo.h> */
+  
+-@@ -57,6 +53,15 @@
++@@ -53,6 +58,15 @@
+  
+  
+  #ifdef HAVE_W32_SYSTEM
+@@ -73,40 +72,45 @@
+  # ifndef S_IRWXG
+  #  define S_IRGRP S_IRUSR
+  #  define S_IWGRP S_IWUSR
+---- src/Makefile.am	2020-06-06 01:01:31.931459300 +0200
+-+++ src/Makefile.am~	2020-02-06 18:39:06.000000000 +0100
+-@@ -213,7 +213,7 @@
+- # without the extra_cppflags because they may include am -idirafter
+- # which is not supported by the RC compiler.
+- libgpg_error_la_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" $(extra_cppflags)
+-+libgpg_error_la_LIBADD = $(gpg_error_res) $(intllibs) $(socklibs) -ladvapi32 $(LIBTHREAD)
++--- src/Makefile.am	2022-08-19 17:39:54.000000000 +0900
+++++ src/Makefile.am~	2023-08-30 15:41:10.371855465 +0900
++@@ -208,8 +208,8 @@
++ # libgpg_error_la_DEPENDENCIES = \
++ #        $(srcdir)/gpg-error.vers
++ 
++-libgpg_error_la_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"
+ -libgpg_error_la_LIBADD = $(gpg_error_res) $(intllibs) $(socklibs) $(LIBTHREAD)
+++libgpg_error_la_CPPFLAGS = -DLOCALEDIR=$(localelidir)
+++libgpg_error_la_LIBADD = $(gpg_error_res) $(intllibs) $(socklibs) -ladvapi32 $(LIBTHREAD)
+  
+  gpg_error_SOURCES = strsource-sym.c strerror-sym.c gpg-error.c
+  gpg_error_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" \
+---- src/Makefile.in	2020-06-06 01:01:31.931459300 +0200
+-+++ src/Makefile.in~	2020-02-06 18:39:06.000000000 +0100
+-@@ -659,7 +659,7 @@
+- # without the extra_cppflags because they may include am -idirafter
+- # which is not supported by the RC compiler.
+- libgpg_error_la_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" $(extra_cppflags)
+-+libgpg_error_la_LIBADD = $(gpg_error_res) $(intllibs) $(socklibs) -ladvapi32 $(LIBTHREAD)
++--- src/Makefile.in	2023-08-30 14:44:01.102310369 +0900
+++++ src/Makefile.in~	2023-08-30 15:54:38.371855157 +0900
++@@ -662,8 +662,8 @@
++ 
++ # libgpg_error_la_DEPENDENCIES = \
++ #        $(srcdir)/gpg-error.vers
++-libgpg_error_la_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"
+ -libgpg_error_la_LIBADD = $(gpg_error_res) $(intllibs) $(socklibs) $(LIBTHREAD)
+++libgpg_error_la_CPPFLAGS = -DLOCALEDIR=$(localedir)
+++libgpg_error_la_LIBADD = $(gpg_error_res) $(intllibs) $(socklibs) -ladvapi32 $(LIBTHREAD)
+  gpg_error_SOURCES = strsource-sym.c strerror-sym.c gpg-error.c
+  gpg_error_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" \
+-                      -DLOCALEDIR=\"$(localedir)\" $(extra_cppflags)
+---- src/sysutils.c	2020-06-06 00:23:52.457265500 +0200
+-+++ src/sysutils.c~	2019-12-12 15:23:37.000000000 +0100
+-@@ -22,7 +22,11 @@
++                      -DLOCALEDIR=\"$(localedir)\"
++--- src/sysutils.c	2023-03-21 18:33:56.000000000 +0900
+++++ src/sysutils.c~	2023-08-30 15:57:34.401855090 +0900
++@@ -22,7 +22,12 @@
+  #include <stdlib.h>
+  #include <stdint.h>
+  #include <string.h>
++-#include <unistd.h>
+ +#ifdef _WIN32
+ +# include <io.h>
+++# define W_OK 02
+ +#else
+ +# include <unistd.h>
+ +#endif
+--#include <unistd.h>
+  #include <errno.h>
+  #ifdef HAVE_W32_SYSTEM
+  # include <windows.h>
+@@ -132,10 +136,10 @@
+                                    const char *name);
+ +
+ +wchar_t *utf8_to_wchar (const char *string, size_t length, size_t *retlen);
+---- src/w32-gettext.c	2020-06-06 00:33:24.680341900 +0200
+-+++ src/w32-gettext.c~	2020-06-05 18:44:14.254481700 +0200
+-@@ -1355,7 +1355,7 @@
+-    is not defined.  If LENGTH is zero and RETLEN NULL the fucntion
++--- src/w32-gettext.c	2022-03-04 21:44:26.000000000 +0900
+++++ src/w32-gettext.c~	2023-08-30 16:01:12.861855006 +0900
++@@ -1325,7 +1325,7 @@
++    is not defined.  If LENGTH is zero and RETLEN NULL the function
+     assumes that STRING is a nul-terminated string and returns a
+     (wchar_t)0-terminated string.  */
+ +wchar_t *
+--- libreoffice-7.6.4.1/download.lst	2023-11-30 08:04:41.000000000 -0500
++++ /tmp/download.lst	2023-12-07 21:42:49.523945510 -0500
+@@ -314,8 +314,8 @@
+ # three static lines
+ # so that git cherry-pick
+ # will not run into conflicts
+-LIBGPGERROR_SHA256SUM := a9ab83ca7acc442a5bd846a75b920285ff79bdb4e3d34aa382be88ed2c3aebaf
+-LIBGPGERROR_TARBALL := libgpg-error-1.43.tar.bz2
++LIBGPGERROR_SHA256SUM := 9e3c670966b96ecc746c28c2c419541e3bcb787d1a73930f5e5f5e1bcbbb9bdb
++LIBGPGERROR_TARBALL := libgpg-error-1.47.tar.bz2
+ # three static lines
+ # so that git cherry-pick
+ # will not run into conflicts
diff --git a/components/desktop/libreoffice/patches/18-show-illumos-version-in-about.patch b/components/desktop/libreoffice/patches/18-show-illumos-version-in-about.patch
index c85bfe9..838dfec 100644
--- a/components/desktop/libreoffice/patches/18-show-illumos-version-in-about.patch
+++ b/components/desktop/libreoffice/patches/18-show-illumos-version-in-about.patch
@@ -1,16 +1,11 @@
 --- core-92e5898fa9ffa4dd8742f5f26e790563feef286e/vcl/unx/generic/app/geninst.cxx.~1~	2023-11-14 18:32:13.000000000 -0500
 +++ core-92e5898fa9ffa4dd8742f5f26e790563feef286e/vcl/unx/generic/app/geninst.cxx	2023-11-15 11:52:00.367591187 -0500
-@@ -22,7 +22,12 @@
+@@ -22,7 +22,7 @@
  #if defined(LINUX)
  #  include <stdio.h>
  #endif
 -#if defined(__FreeBSD__)
 +#if defined(__FreeBSD__) || defined(__sun)
-+#  if defined(__sun)
-+#    ifndef __EXTENSIONS__
-+#      define __EXTENSIONS__
-+#    endif
-+#  endif
  #  include <sys/utsname.h>
  #endif
  
@@ -22,7 +17,7 @@
 +    struct utsname stName;
 +    uname( &stName );
 +
-+    aKernelVer = OUString::createFromAscii(stName.sysname) + " " + OUString::createFromAscii( stName.release );
++    aKernelVer = OUString::createFromAscii( stName.sysname ) + " " + OUString::createFromAscii( stName.release )+ " " + OUString::createFromAscii( stName.version );
  #elif defined(EMSCRIPTEN)
  #define str(s) #s
  #define xstr(s) str(s)
diff --git a/components/desktop/libreoffice/patches/20-skia-illumos-no-malloc-usable-size.patch b/components/desktop/libreoffice/patches/20-skia-illumos-no-malloc-usable-size.patch
index 9891632..748665c 100644
--- a/components/desktop/libreoffice/patches/20-skia-illumos-no-malloc-usable-size.patch
+++ b/components/desktop/libreoffice/patches/20-skia-illumos-no-malloc-usable-size.patch
@@ -13,13 +13,13 @@
 +         completeSize = malloc_usable_size(ptr);
 +         SkASSERT(completeSize >= size);
 +     #elif defined(SK_BUILD_FOR_WIN)
-diff -Naur libreoffice-7.6.0.0.beta1/external/skia.old/UnpackedTarball_skia.mk libreoffice-7.6.0.0.beta1/external/skia/UnpackedTarball_skia.mk
---- libreoffice-7.6.0.0.beta1/external/skia.old/UnpackedTarball_skia.mk	2023-06-07 13:06:20.000000000 -0400
-+++ libreoffice-7.6.0.0.beta1/external/skia/UnpackedTarball_skia.mk	2023-06-21 16:46:15.910783165 -0400
-@@ -39,6 +39,7 @@
-     tdf147342.patch.0 \
+diff -Naur core-e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1/external/skia/UnpackedTarball_skia.mk.old core-e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1/external/skia/UnpackedTarball_skia.mk
+--- core-e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1/external/skia/UnpackedTarball_skia.mk.old	2023-12-02 09:55:43.216743100 -0500
++++ core-e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1/external/skia/UnpackedTarball_skia.mk	2023-12-02 09:56:03.764496725 -0500
+@@ -40,6 +40,7 @@
      redefinition-of-op.patch.0 \
      0001-Added-missing-include-cstdio.patch \
+     0001-AvoidCombiningExtrememelyLargeMeshes.patch.1 \
 +    illumos-no-malloc-usable-size.patch \
  
  $(eval $(call gb_UnpackedTarball_set_patchlevel,skia,1))
diff --git a/components/desktop/libreoffice/patches/23-update-xmlsec.patch b/components/desktop/libreoffice/patches/23-update-xmlsec.patch
new file mode 100644
index 0000000..c8e5133
--- /dev/null
+++ b/components/desktop/libreoffice/patches/23-update-xmlsec.patch
@@ -0,0 +1,106 @@
+diff -Nau libreoffice-7.6.4.1/external/xmlsec/ExternalProject_xmlsec.mk ../libreoffice-24.2/libreoffice-24.2.0.0.alpha1/external/xmlsec/ExternalProject_xmlsec.mk
+--- libreoffice-7.6.4.1/external/xmlsec/ExternalProject_xmlsec.mk	2023-11-30 08:04:41.000000000 -0500
++++ ../libreoffice-24.2/libreoffice-24.2.0.0.alpha1/external/xmlsec/ExternalProject_xmlsec.mk	2023-11-23 07:14:48.000000000 -0500
+@@ -50,6 +50,7 @@
+ 		&& $(gb_RUN_CONFIGURE) ./configure \
+ 			--with-pic --disable-shared --disable-crypto-dl --without-libxslt --without-gnutls --without-gcrypt --disable-apps --disable-docs --disable-pedantic \
+ 			$(if $(verbose),--disable-silent-rules,--enable-silent-rules) \
++			$(if $(filter -fsanitize=undefined,$(CC)),CC='$(CC) -fno-sanitize=function') \
+ 			CFLAGS="$(CFLAGS) $(call gb_ExternalProject_get_build_flags,xmlsec) $(gb_VISIBILITY_FLAGS)" \
+ 			$(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________OOO) \
+ 			$(if $(ENABLE_NSS), \
+diff -Nau libreoffice-7.6.4.1/external/xmlsec/old-nss.patch.1 ../libreoffice-24.2/libreoffice-24.2.0.0.alpha1/external/xmlsec/old-nss.patch.1
+--- libreoffice-7.6.4.1/external/xmlsec/old-nss.patch.1	1969-12-31 19:00:00.000000000 -0500
++++ ../libreoffice-24.2/libreoffice-24.2.0.0.alpha1/external/xmlsec/old-nss.patch.1	2023-11-23 07:14:48.000000000 -0500
+@@ -0,0 +1,66 @@
++diff --git a/include/xmlsec/nss/crypto.h b/include/xmlsec/nss/crypto.h
++index bb64c5f2..fe9904be 100644
++--- a/include/xmlsec/nss/crypto.h
+++++ b/include/xmlsec/nss/crypto.h
++@@ -105,6 +105,7 @@ XMLSEC_CRYPTO_EXPORT xmlSecTransformId  xmlSecNssTransformAes192CbcGetKlass(void
++ XMLSEC_CRYPTO_EXPORT xmlSecTransformId  xmlSecNssTransformAes256CbcGetKlass(void);
++ 
++ 
+++#if 0
++ /**
++  * xmlSecNssTransformAes128GcmId:
++  *
++@@ -131,6 +132,7 @@ XMLSEC_CRYPTO_EXPORT xmlSecTransformId  xmlSecNssTransformAes192GcmGetKlass(void
++ #define xmlSecNssTransformAes256GcmId \
++         xmlSecNssTransformAes256GcmGetKlass()
++ XMLSEC_CRYPTO_EXPORT xmlSecTransformId  xmlSecNssTransformAes256GcmGetKlass(void);
+++#endif
++ 
++ 
++ /**
++diff --git a/src/nss/ciphers_gcm.c b/src/nss/ciphers_gcm.c
++index 5763a756..7b50e5fd 100644
++--- a/src/nss/ciphers_gcm.c
+++++ b/src/nss/ciphers_gcm.c
++@@ -31,6 +31,7 @@
++ #include "../cast_helpers.h"
++ #include "../kw_aes_des.h"
++ 
+++#if 0
++ /* https://www.w3.org/TR/xmlenc-core1/#sec-AES-GCM
++  *
++  * For the purposes of this specification, AES-GCM shall be used with
++@@ -591,3 +592,4 @@ xmlSecNssTransformAes256GcmGetKlass(void) {
++ }
++ 
++ #endif /* XMLSEC_NO_AES */
+++#endif
++diff --git a/src/nss/crypto.c b/src/nss/crypto.c
++index 429d209f..e0296bda 100644
++--- a/src/nss/crypto.c
+++++ b/src/nss/crypto.c
++@@ -131,9 +131,11 @@ xmlSecCryptoGetFunctions_nss(void) {
++     gXmlSecNssFunctions->transformAes192CbcGetKlass     = xmlSecNssTransformAes192CbcGetKlass;
++     gXmlSecNssFunctions->transformAes256CbcGetKlass     = xmlSecNssTransformAes256CbcGetKlass;
++ 
+++#if 0
++     gXmlSecNssFunctions->transformAes128GcmGetKlass     = xmlSecNssTransformAes128GcmGetKlass;
++     gXmlSecNssFunctions->transformAes192GcmGetKlass     = xmlSecNssTransformAes192GcmGetKlass;
++     gXmlSecNssFunctions->transformAes256GcmGetKlass     = xmlSecNssTransformAes256GcmGetKlass;
+++#endif
++ 
++     gXmlSecNssFunctions->transformKWAes128GetKlass      = xmlSecNssTransformKWAes128GetKlass;
++     gXmlSecNssFunctions->transformKWAes192GetKlass      = xmlSecNssTransformKWAes192GetKlass;
++diff --git a/include/xmlsec/nss/crypto.h b/include/xmlsec/nss/crypto.h
++index bb64c5f2..4c3dc4d3 100644
++--- a/include/xmlsec/nss/crypto.h
+++++ b/include/xmlsec/nss/crypto.h
++@@ -26,7 +26,7 @@
++  * RSA OAEP requires https://bugzilla.mozilla.org/show_bug.cgi?id=1666891
++  * which was fixed in NSS 3.59 (https://firefox-source-docs.mozilla.org/security/nss/legacy/nss_releases/nss_3.59_release_notes/index.html)
++  */
++-#if (NSS_VMAJOR < 3) || ((NSS_VMAJOR == 3) && (NSS_VMINOR < 59))
+++#if 1
++ #define XMLSEC_NO_RSA_OAEP 1
++ #else  /* (NSS_VMAJOR < 3) || ((NSS_VMAJOR == 3) && (NSS_VMINOR < 59)) */
++ #define XMLSEC_NO_MD5 1
+diff -Nau libreoffice-7.6.4.1/external/xmlsec/UnpackedTarball_xmlsec.mk ../libreoffice-24.2/libreoffice-24.2.0.0.alpha1/external/xmlsec/UnpackedTarball_xmlsec.mk
+--- libreoffice-7.6.4.1/external/xmlsec/UnpackedTarball_xmlsec.mk	2023-11-30 08:04:41.000000000 -0500
++++ ../libreoffice-24.2/libreoffice-24.2.0.0.alpha1/external/xmlsec/UnpackedTarball_xmlsec.mk	2023-11-23 07:14:48.000000000 -0500
+@@ -8,6 +8,8 @@
+ #
+ 
+ xmlsec_patches :=
++# Remove this when Ubuntu 20.04 is EOL in 2025.
++xmlsec_patches += old-nss.patch.1
+ 
+ $(eval $(call gb_UnpackedTarball_UnpackedTarball,xmlsec))
+ 
+--- libreoffice-7.6.4.1/download.lst	2023-12-07 22:00:42.858310396 -0500
++++ /tmp/download.lst	2023-12-07 22:57:43.056892097 -0500
+@@ -339,8 +339,8 @@
+ # three static lines
+ # so that git cherry-pick
+ # will not run into conflicts
+-XMLSEC_SHA256SUM := 5f8dfbcb6d1e56bddd0b5ec2e00a3d0ca5342a9f57c24dffde5c796b2be2871c
+-XMLSEC_TARBALL := xmlsec1-1.2.37.tar.gz
++XMLSEC_SHA256SUM := 4003c56b3d356d21b1db7775318540fad6bfedaf5f117e8f7c010811219be3cf
++XMLSEC_TARBALL := xmlsec1-1.3.2.tar.gz
+ # three static lines
+ # so that git cherry-pick
+ # will not run into conflicts
diff --git a/components/desktop/libreoffice/patches/24-xmlsec-with-libxml2-fixes.patch b/components/desktop/libreoffice/patches/24-xmlsec-with-libxml2-fixes.patch
new file mode 100644
index 0000000..97c8541
--- /dev/null
+++ b/components/desktop/libreoffice/patches/24-xmlsec-with-libxml2-fixes.patch
@@ -0,0 +1,167 @@
+diff -Naur libreoffice-7.6.4.1/external/xmlsec.old/libxml2.12.patch libreoffice-7.6.4.1/external/xmlsec/libxml2.12.patch
+--- libreoffice-7.6.4.1/external/xmlsec.old/libxml2.12.patch.1	1969-12-31 19:00:00.000000000 -0500
++++ libreoffice-7.6.4.1/external/xmlsec/libxml2.12.patch.1	2023-12-08 00:03:45.535040810 -0500
+@@ -0,0 +1,150 @@
++From 098a4d0219d3ed672bf8e5934ca7482dc739b103 Mon Sep 17 00:00:00 2001
++From: Aleksey Sanin <aleksey@aleksey.com>
++Date: Mon, 20 Nov 2023 09:27:33 -0500
++Subject: [PATCH 1/3] Fix libxml2 includes
++
++---
++ include/xmlsec/xmlsec.h | 1 +
++ 1 file changed, 1 insertion(+)
++
++diff --git a/include/xmlsec/xmlsec.h b/include/xmlsec/xmlsec.h
++index 5757fc57..6f910122 100644
++--- a/include/xmlsec/xmlsec.h
+++++ b/include/xmlsec/xmlsec.h
++@@ -12,6 +12,7 @@
++ #define __XMLSEC_H__
++ 
++ #include <libxml/tree.h>
+++#include <libxml/parser.h>
++ 
++ #include <xmlsec/version.h>
++ #include <xmlsec/exports.h>
++
++From bd909345a8dcf093ac7acb0bc2f415717dad77b4 Mon Sep 17 00:00:00 2001
++From: Aleksey Sanin <aleksey@aleksey.com>
++Date: Mon, 20 Nov 2023 09:36:38 -0500
++Subject: [PATCH 2/3] Fix libxml2 includes
++
++---
++ apps/xmlsec.c | 3 ++-
++ 1 file changed, 2 insertions(+), 1 deletion(-)
++
++diff --git a/apps/xmlsec.c b/apps/xmlsec.c
++index 7655c1db..4bedb16a 100644
++--- a/apps/xmlsec.c
+++++ b/apps/xmlsec.c
++@@ -22,6 +22,7 @@
++ #include <libxml/xmlmemory.h>
++ #include <libxml/parser.h>
++ #include <libxml/xpath.h>
+++#include <libxml/xmlsave.h>
++ #include <libxml/xpathInternals.h>
++ 
++ #ifndef XMLSEC_NO_XSLT
++@@ -3030,7 +3031,7 @@ xmlSecAppInit(void) {
++     /* Init libxml */
++     xmlInitParser();
++     LIBXML_TEST_VERSION
++-    xmlTreeIndentString = "\t";
+++    xmlThrDefTreeIndentString("\t");
++ #ifndef XMLSEC_NO_XSLT
++     xmlIndentTreeOutput = 1;
++ #endif /* XMLSEC_NO_XSLT */
++
++From c29133fbeea739640ad4aace67cb4242b16f7757 Mon Sep 17 00:00:00 2001
++From: Aleksey Sanin <aleksey@aleksey.com>
++Date: Mon, 20 Nov 2023 09:43:23 -0500
++Subject: [PATCH 3/3] Fix all warnings
++
++---
++ apps/crypto.c             |  1 +
++ src/errors_helpers.h      | 10 +++++-----
++ src/mscrypto/certkeys.c   |  1 +
++ src/mscrypto/signatures.c |  1 +
++ 4 files changed, 8 insertions(+), 5 deletions(-)
++
++diff --git a/apps/crypto.c b/apps/crypto.c
++index 8561dd65..4411233d 100644
++--- a/apps/crypto.c
+++++ b/apps/crypto.c
++@@ -12,6 +12,7 @@
++ #endif
++ 
++ #include <string.h>
+++#include <stdlib.h>
++ 
++ #include <xmlsec/xmlsec.h>
++ #include <xmlsec/keys.h>
++diff --git a/src/errors_helpers.h b/src/errors_helpers.h
++index 1a4f4183..470fdde6 100644
++--- a/src/errors_helpers.h
+++++ b/src/errors_helpers.h
++@@ -136,7 +136,7 @@ extern "C" {
++  */
++ #define xmlSecXmlError(errorFunction, errorObject) \
++     {                                                 \
++-        xmlErrorPtr error = xmlGetLastError();        \
+++        const xmlError * error = xmlGetLastError();        \
++         int code = (error != NULL) ? error->code : 0; \
++         const char* message = (error != NULL) ? error->message : NULL; \
++         xmlSecError(XMLSEC_ERRORS_HERE,               \
++@@ -159,7 +159,7 @@ extern "C" {
++  */
++ #define xmlSecXmlError2(errorFunction, errorObject, msg, param) \
++     {                                                 \
++-        xmlErrorPtr error = xmlGetLastError();        \
+++        const xmlError * error = xmlGetLastError();        \
++         int code = (error != NULL) ? error->code : 0; \
++         const char* message = (error != NULL) ? error->message : NULL; \
++         xmlSecError(XMLSEC_ERRORS_HERE,               \
++@@ -181,7 +181,7 @@ extern "C" {
++  */
++ #define xmlSecXmlParserError(errorFunction, ctxt, errorObject) \
++     {                                                 \
++-        xmlErrorPtr error = xmlCtxtGetLastError(ctxt);\
+++        const xmlError * error = xmlCtxtGetLastError(ctxt);\
++         int code = (error != NULL) ? error->code : 0; \
++         const char* message = (error != NULL) ? error->message : NULL; \
++         xmlSecError(XMLSEC_ERRORS_HERE,               \
++@@ -205,7 +205,7 @@ extern "C" {
++  */
++ #define xmlSecXmlParserError2(errorFunction, ctxt, errorObject, msg, param) \
++     {                                                 \
++-        xmlErrorPtr error = xmlCtxtGetLastError(ctxt);\
+++        const xmlError * error = xmlCtxtGetLastError(ctxt);\
++         int code = (error != NULL) ? error->code : 0; \
++         const char* message = (error != NULL) ? error->message : NULL; \
++         xmlSecError(XMLSEC_ERRORS_HERE,               \
++@@ -227,7 +227,7 @@ extern "C" {
++  */
++ #define xmlSecXsltError(errorFunction, ctxt, errorObject) \
++     {                                                 \
++-        xmlErrorPtr error = xmlGetLastError();        \
+++        const xmlError * error = xmlGetLastError();        \
++         int code = (error != NULL) ? error->code : 0; \
++         const char* message = (error != NULL) ? error->message : NULL; \
++         xmlSecError(XMLSEC_ERRORS_HERE,               \
++diff --git a/src/mscrypto/certkeys.c b/src/mscrypto/certkeys.c
++index db74517a..7e02a199 100644
++--- a/src/mscrypto/certkeys.c
+++++ b/src/mscrypto/certkeys.c
++@@ -18,6 +18,7 @@
++ #include "globals.h"
++ 
++ #include <string.h>
+++#include <stdlib.h>
++ 
++ #ifndef XMLSEC_NO_GOST
++ #include "csp_oid.h"
++diff --git a/src/mscrypto/signatures.c b/src/mscrypto/signatures.c
++index 61b95407..c5c62ced 100644
++--- a/src/mscrypto/signatures.c
+++++ b/src/mscrypto/signatures.c
++@@ -17,6 +17,7 @@
++ #include "globals.h"
++ 
++ #include <string.h>
+++#include <stdlib.h>
++ 
++ #ifndef XMLSEC_NO_GOST
++ #include "csp_calg.h"
+diff -Naur libreoffice-7.6.4.1/external/xmlsec.old/UnpackedTarball_xmlsec.mk libreoffice-7.6.4.1/external/xmlsec/UnpackedTarball_xmlsec.mk
+--- libreoffice-7.6.4.1/external/xmlsec.old/UnpackedTarball_xmlsec.mk	2023-12-08 00:07:27.100169778 -0500
++++ libreoffice-7.6.4.1/external/xmlsec/UnpackedTarball_xmlsec.mk	2023-12-08 00:08:42.771589023 -0500
+@@ -9,7 +9,8 @@
+ 
+ xmlsec_patches :=
+ # Remove this when Ubuntu 20.04 is EOL in 2025.
+-xmlsec_patches += old-nss.patch.1
++xmlsec_patches += old-nss.patch.1 \
++                  libxml2.12.patch.1
+ 
+ $(eval $(call gb_UnpackedTarball_UnpackedTarball,xmlsec))
+ 
diff --git a/components/desktop/libreoffice/patches/25-libcmis-with-libxml2-fixes.patch b/components/desktop/libreoffice/patches/25-libcmis-with-libxml2-fixes.patch
new file mode 100644
index 0000000..3d311cb
--- /dev/null
+++ b/components/desktop/libreoffice/patches/25-libcmis-with-libxml2-fixes.patch
@@ -0,0 +1,47 @@
+diff -Naur libreoffice-7.6.4.1/external/libcmis.old/libxml2.12.patch.1 libreoffice-7.6.4.1/external/libcmis/libxml2.12.patch.1
+--- libreoffice-7.6.4.1/external/libcmis.old/libxml2.12.patch.1	1969-12-31 19:00:00.000000000 -0500
++++ libreoffice-7.6.4.1/external/libcmis/libxml2.12.patch.1	2023-12-08 01:05:47.749409990 -0500
+@@ -0,0 +1,23 @@
++From 72618e63433c7243e4d9e79a638f19a09402eecc Mon Sep 17 00:00:00 2001
++From: Andreas Sturmlechner <asturm@gentoo.org>
++Date: Tue, 21 Nov 2023 23:10:07 +0100
++Subject: [PATCH] Fix build with libxml2-2.12 (missing include)
++
++See also: https://github.com/tdf/libcmis/issues/51
++Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
++---
++ inc/libcmis/xml-utils.hxx | 1 +
++ 1 file changed, 1 insertion(+)
++
++diff --git a/inc/libcmis/xml-utils.hxx b/inc/libcmis/xml-utils.hxx
++index 929385e1..9bd99aed 100644
++--- a/inc/libcmis/xml-utils.hxx
+++++ b/inc/libcmis/xml-utils.hxx
++@@ -34,6 +34,7 @@
++ #include <string>
++ 
++ #include <boost/date_time.hpp>
+++#include <libxml/parser.h>
++ #include <libxml/tree.h>
++ #include <libxml/xpathInternals.h>
++ #include <libxml/xmlwriter.h>
+diff -Naur libreoffice-7.6.4.1/external/libcmis.old/UnpackedTarball_libcmis.mk libreoffice-7.6.4.1/external/libcmis/UnpackedTarball_libcmis.mk
+--- libreoffice-7.6.4.1/external/libcmis.old/UnpackedTarball_libcmis.mk	2023-11-30 08:04:41.000000000 -0500
++++ libreoffice-7.6.4.1/external/libcmis/UnpackedTarball_libcmis.mk	2023-12-08 01:07:50.368597480 -0500
+@@ -7,6 +7,8 @@
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ #
+ 
++libcmis_patches := libxml2.12.patch.1
++
+ $(eval $(call gb_UnpackedTarball_UnpackedTarball,libcmis))
+ 
+ $(eval $(call gb_UnpackedTarball_set_tarball,libcmis,$(LIBCMIS_TARBALL)))
+@@ -14,6 +16,7 @@
+ $(eval $(call gb_UnpackedTarball_set_patchlevel,libcmis,1))
+ 
+ $(eval $(call gb_UnpackedTarball_add_patches,libcmis,\
++        $(foreach patch,$(libcmis_patches),external/libcmis/$(patch)) \
+ ))
+ 
+ # vim: set noet sw=4 ts=4:
diff --git a/components/desktop/libreoffice/test/results-all.master b/components/desktop/libreoffice/test/results-all.master
index 049c05f..ff4d30c 100644
--- a/components/desktop/libreoffice/test/results-all.master
+++ b/components/desktop/libreoffice/test/results-all.master
@@ -1,11 +1,11 @@
 make[1]: Entering directory '$(@D)'
-$(SOURCE_DIR)/bin/unpack-sources $(SOURCE_DIR)  $(SOURCE_DIR)/external/tarballs/libreoffice-translations-7.6.3.2.tar.xz  $(SOURCE_DIR)/external/tarballs/libreoffice-dictionaries-7.6.3.2.tar.xz
-Unpacking libreoffice-translations-7.6.3.2...
-tar -xf $(SOURCE_DIR)/external/tarballs/libreoffice-translations-7.6.3.2.tar.xz -C $(SOURCE_DIR) --strip-components=1
-find: ���$(SOURCE_DIR)/libreoffice-translations-7.6.3.2���: No such file or directory
-Unpacking libreoffice-dictionaries-7.6.3.2...
-tar -xf $(SOURCE_DIR)/external/tarballs/libreoffice-dictionaries-7.6.3.2.tar.xz -C $(SOURCE_DIR) --strip-components=1
-find: ���$(SOURCE_DIR)/libreoffice-dictionaries-7.6.3.2���: No such file or directory
+$(SOURCE_DIR)/bin/unpack-sources $(SOURCE_DIR)/translations $(SOURCE_DIR)/external/tarballs/libreoffice-translations-7.6.4.1.tar.gz ;  $(SOURCE_DIR)/bin/unpack-sources $(SOURCE_DIR)/dictionaries $(SOURCE_DIR)/external/tarballs/libreoffice-dictionaries-7.6.4.1.tar.gz ;
+Unpacking libreoffice-translations-7.6.4.1...
+tar -xf $(SOURCE_DIR)/external/tarballs/libreoffice-translations-7.6.4.1.tar.gz -C $(SOURCE_DIR)/translations --strip-components=1
+find: ���$(SOURCE_DIR)/translations/libreoffice-translations-7.6.4.1���: No such file or directory
+Unpacking libreoffice-dictionaries-7.6.4.1...
+tar -xf $(SOURCE_DIR)/external/tarballs/libreoffice-dictionaries-7.6.4.1.tar.gz -C $(SOURCE_DIR)/dictionaries --strip-components=1
+find: ���$(SOURCE_DIR)/dictionaries/libreoffice-dictionaries-7.6.4.1���: No such file or directory
 mkdir -p $(@D)/instdir
 $(SOURCE_DIR)/solenv/bin/install-gdb-printers -a $(@D)/instdir -c
 /usr/gnu/bin/make   -rsk -f $(SOURCE_DIR)/Makefile.gbuild  unitcheck slowcheck subsequentcheck  check
@@ -2021,7 +2021,7 @@
 forced failure
 - instantiating "com.sun.star.wizards.agenda.CallWizard" via "com.sun.star.wizards.agenda.CallWizard"  caused com.sun.star.uno.RuntimeException "unsatisfied query for interface of type com.sun.star.loader.XImplementationLoader! at $(SOURCE_DIR)/include/com/sun/star/uno/Reference.hxx:85"
 
-(anonymous namespace)::Test::test finished in: 1094ms
+(anonymous namespace)::Test::test finished in: 1221ms
 services.cxx:317:Assertion
 Test name: (anonymous namespace)::Test::test
 forced failure
@@ -2176,7 +2176,7 @@
 [LNK] CppunitTest/libtest_sc_ucalc_formula.so
 [CUT] sc_ucalc_formula
 [_RUN_____] testFuncCOUNTIF::TestBody
-testFuncCOUNTIF::TestBody finished in: 45ms
+testFuncCOUNTIF::TestBody finished in: 46ms
 [_RUN_____] testFuncN::TestBody
 testFuncN::TestBody finished in: 1ms
 [_RUN_____] testFuncMIN::TestBody
@@ -2196,35 +2196,35 @@
 [_RUN_____] testFuncCOUNT::TestBody
 testFuncCOUNT::TestBody finished in: 2ms
 [_RUN_____] testFuncCOLUMN::TestBody
-testFuncCOLUMN::TestBody finished in: 1ms
+testFuncCOLUMN::TestBody finished in: 0ms
 [_RUN_____] testMultipleOperations::TestBody
-testMultipleOperations::TestBody finished in: 4ms
+testMultipleOperations::TestBody finished in: 5ms
 [_RUN_____] testTokenArrayRefUpdateMove::TestBody
 testTokenArrayRefUpdateMove::TestBody finished in: 1ms
 [_RUN_____] testFormulaRefUpdateValidity::TestBody
-testFormulaRefUpdateValidity::TestBody finished in: 1ms
+testFormulaRefUpdateValidity::TestBody finished in: 2ms
 [_RUN_____] testFormulaRefUpdateNameDelete::TestBody
 testFormulaRefUpdateNameDelete::TestBody finished in: 1ms
 [_RUN_____] testFormulaRefUpdateSheetLocalMove::TestBody
-testFormulaRefUpdateSheetLocalMove::TestBody finished in: 2ms
+testFormulaRefUpdateSheetLocalMove::TestBody finished in: 1ms
 [_RUN_____] testFormulaRefUpdateNameCopySheet::TestBody
 testFormulaRefUpdateNameCopySheet::TestBody finished in: 6ms
 [_RUN_____] testFormulaRefUpdateNameDeleteRow::TestBody
-testFormulaRefUpdateNameDeleteRow::TestBody finished in: 1ms
+testFormulaRefUpdateNameDeleteRow::TestBody finished in: 2ms
 [_RUN_____] testFormulaRefUpdateNameExpandRef2::TestBody
 testFormulaRefUpdateNameExpandRef2::TestBody finished in: 1ms
 [_RUN_____] testFormulaRefUpdateNameExpandRef::TestBody
 testFormulaRefUpdateNameExpandRef::TestBody finished in: 2ms
 [_RUN_____] testFormulaRefUpdateNameMove::TestBody
-testFormulaRefUpdateNameMove::TestBody finished in: 2ms
+testFormulaRefUpdateNameMove::TestBody finished in: 1ms
 [_RUN_____] testFormulaRefUpdateName::TestBody
-testFormulaRefUpdateName::TestBody finished in: 1ms
+testFormulaRefUpdateName::TestBody finished in: 2ms
 [_RUN_____] testFormulaRefUpdateDeleteAndShiftUp::TestBody
 testFormulaRefUpdateDeleteAndShiftUp::TestBody finished in: 3ms
 [_RUN_____] testFormulaRefUpdateDeleteAndShiftLeft2::TestBody
-testFormulaRefUpdateDeleteAndShiftLeft2::TestBody finished in: 2ms
+testFormulaRefUpdateDeleteAndShiftLeft2::TestBody finished in: 1ms
 [_RUN_____] testFormulaRefUpdateDeleteAndShiftLeft::TestBody
-testFormulaRefUpdateDeleteAndShiftLeft::TestBody finished in: 3ms
+testFormulaRefUpdateDeleteAndShiftLeft::TestBody finished in: 4ms
 [_RUN_____] testFormulaRefUpdateDeleteContent::TestBody
 testFormulaRefUpdateDeleteContent::TestBody finished in: 1ms
 [_RUN_____] testFormulaRefUpdateMoveToSheet::TestBody
@@ -2234,23 +2234,23 @@
 [_RUN_____] testFormulaRefUpdateMoveUndoDependents::TestBody
 testFormulaRefUpdateMoveUndoDependents::TestBody finished in: 1ms
 [_RUN_____] testFormulaRefUpdateMoveUndo3Shared::TestBody
-testFormulaRefUpdateMoveUndo3Shared::TestBody finished in: 1ms
+testFormulaRefUpdateMoveUndo3Shared::TestBody finished in: 2ms
 [_RUN_____] testFormulaRefUpdateMoveUndo3NonShared::TestBody
 testFormulaRefUpdateMoveUndo3NonShared::TestBody finished in: 1ms
 [_RUN_____] testFormulaRefUpdateMoveUndo2::TestBody
-testFormulaRefUpdateMoveUndo2::TestBody finished in: 2ms
+testFormulaRefUpdateMoveUndo2::TestBody finished in: 1ms
 [_RUN_____] testFormulaRefUpdateMoveUndo::TestBody
-testFormulaRefUpdateMoveUndo::TestBody finished in: 1ms
+testFormulaRefUpdateMoveUndo::TestBody finished in: 2ms
 [_RUN_____] testFormulaRefUpdateMove::TestBody
-testFormulaRefUpdateMove::TestBody finished in: 2ms
+testFormulaRefUpdateMove::TestBody finished in: 1ms
 [_RUN_____] testFormulaRefUpdateInsertColumns::TestBody
-testFormulaRefUpdateInsertColumns::TestBody finished in: 1ms
+testFormulaRefUpdateInsertColumns::TestBody finished in: 2ms
 [_RUN_____] testFormulaRefUpdateSheetsDelete::TestBody
 testFormulaRefUpdateSheetsDelete::TestBody finished in: 9ms
 [_RUN_____] testFormulaRefUpdateInsertRows::TestBody
 testFormulaRefUpdateInsertRows::TestBody finished in: 2ms
 [_RUN_____] testFormulaRefUpdateSheets::TestBody
-testFormulaRefUpdateSheets::TestBody finished in: 3ms
+testFormulaRefUpdateSheets::TestBody finished in: 2ms
 [_RUN_____] testFormulaRefUpdateRange::TestBody
 testFormulaRefUpdateRange::TestBody finished in: 52ms
 [_RUN_____] testFormulaRefUpdate::TestBody
@@ -2262,13 +2262,13 @@
 
 testFormulaRefUpdate::TestBody finished in: 2ms
 [_RUN_____] testFormulaAnnotateTrimOnDoubleRefs::TestBody
-testFormulaAnnotateTrimOnDoubleRefs::TestBody finished in: 219ms
+testFormulaAnnotateTrimOnDoubleRefs::TestBody finished in: 218ms
 [_RUN_____] testFormulaCompilerImplicitIntersectionOperators::TestBody
-testFormulaCompilerImplicitIntersectionOperators::TestBody finished in: 8ms
+testFormulaCompilerImplicitIntersectionOperators::TestBody finished in: 3ms
 [_RUN_____] testFormulaCompilerImplicitIntersection1NoGroup::TestBody
-testFormulaCompilerImplicitIntersection1NoGroup::TestBody finished in: 4ms
+testFormulaCompilerImplicitIntersection1NoGroup::TestBody finished in: 1ms
 [_RUN_____] testFormulaCompilerImplicitIntersection1ParamWithChange::TestBody
-testFormulaCompilerImplicitIntersection1ParamWithChange::TestBody finished in: 3ms
+testFormulaCompilerImplicitIntersection1ParamWithChange::TestBody finished in: 1ms
 [_RUN_____] testFormulaCompilerImplicitIntersection1ParamNoChange::TestBody
 testFormulaCompilerImplicitIntersection1ParamNoChange::TestBody finished in: 1ms
 [_RUN_____] testFormulaCompilerImplicitIntersection2Param::TestBody
@@ -2284,7 +2284,7 @@
 [_RUN_____] testGroupConverter3D::TestBody
 testGroupConverter3D::TestBody finished in: 4ms
 [_RUN_____] testFetchVectorRefArray::TestBody
-testFetchVectorRefArray::TestBody finished in: 61ms
+testFetchVectorRefArray::TestBody finished in: 62ms
 [_RUN_____] testFormulaParseReference::TestBody
 testFormulaParseReference::TestBody finished in: 3ms
 [_RUN_____] testFormulaCreateStringFromTokens::TestBody
@@ -2420,25 +2420,25 @@
 [LNK] CppunitTest/libtest_sdext_pdfimport.so
 [CUT] sdext_pdfimport
 [_RUN_____] (anonymous namespace)::PDFITest::testXPDFParser
-(anonymous namespace)::PDFITest::testXPDFParser finished in: 537ms
+(anonymous namespace)::PDFITest::testXPDFParser finished in: 264ms
 [_RUN_____] (anonymous namespace)::PDFITest::testOdfWriterExport
-(anonymous namespace)::PDFITest::testOdfWriterExport finished in: 41ms
+(anonymous namespace)::PDFITest::testOdfWriterExport finished in: 50ms
 [_RUN_____] (anonymous namespace)::PDFITest::testOdfDrawExport
-(anonymous namespace)::PDFITest::testOdfDrawExport finished in: 45ms
+(anonymous namespace)::PDFITest::testOdfDrawExport finished in: 43ms
 [_RUN_____] (anonymous namespace)::PDFITest::testTdf96993
-(anonymous namespace)::PDFITest::testTdf96993 finished in: 54ms
+(anonymous namespace)::PDFITest::testTdf96993 finished in: 53ms
 [_RUN_____] (anonymous namespace)::PDFITest::testTdf98421
 (anonymous namespace)::PDFITest::testTdf98421 finished in: 54ms
 [_RUN_____] (anonymous namespace)::PDFITest::testTdf105536
-(anonymous namespace)::PDFITest::testTdf105536 finished in: 200ms
+(anonymous namespace)::PDFITest::testTdf105536 finished in: 202ms
 [_RUN_____] (anonymous namespace)::PDFITest::testTdf141709_chinesechar
-(anonymous namespace)::PDFITest::testTdf141709_chinesechar finished in: 111ms
+(anonymous namespace)::PDFITest::testTdf141709_chinesechar finished in: 58ms
 [_RUN_____] (anonymous namespace)::PDFITest::testTdf78427_FontFeatures
-(anonymous namespace)::PDFITest::testTdf78427_FontFeatures finished in: 49ms
+(anonymous namespace)::PDFITest::testTdf78427_FontFeatures finished in: 46ms
 [_RUN_____] (anonymous namespace)::PDFITest::testTdf78427_FontWeight_MyraidProSemibold
-(anonymous namespace)::PDFITest::testTdf78427_FontWeight_MyraidProSemibold finished in: 46ms
+(anonymous namespace)::PDFITest::testTdf78427_FontWeight_MyraidProSemibold finished in: 36ms
 [_RUN_____] (anonymous namespace)::PDFITest::testTdf143959_nameFromFontFile
-(anonymous namespace)::PDFITest::testTdf143959_nameFromFontFile finished in: 56ms
+(anonymous namespace)::PDFITest::testTdf143959_nameFromFontFile finished in: 73ms
 [_RUN_____] (anonymous namespace)::PDFITest::testTdf104597_textrun
 $(SOURCE_DIR)/sdext/qa/unit/pdfimport.cxx:796:(anonymous namespace)::PDFITest::testTdf104597_textrun
 equality assertion failed
@@ -2781,9 +2781,9 @@
 </office:document>
 
 
-(anonymous namespace)::PDFITest::testTdf104597_textrun finished in: 20ms
+(anonymous namespace)::PDFITest::testTdf104597_textrun finished in: 27ms
 [_RUN_____] (anonymous namespace)::PDFITest::testSpaces
-(anonymous namespace)::PDFITest::testSpaces finished in: 16ms
+(anonymous namespace)::PDFITest::testSpaces finished in: 21ms
 pdfimport.cxx:796:Assertion
 Test name: (anonymous namespace)::PDFITest::testTdf104597_textrun
 equality assertion failed
@@ -3307,107 +3307,107 @@
 [_RUN_____] SdrTextObjTest::AllFamiliesCanBeRestoredFromSavedString
 SdrTextObjTest::AllFamiliesCanBeRestoredFromSavedString finished in: 0ms
 [_RUN_____] (anonymous namespace)::testTdf153000_MS0_SPT_25_31::TestBody
-(anonymous namespace)::testTdf153000_MS0_SPT_25_31::TestBody finished in: 562ms
+(anonymous namespace)::testTdf153000_MS0_SPT_25_31::TestBody finished in: 538ms
 [_RUN_____] (anonymous namespace)::testTdf148707_two_commands_B_V::TestBody
-(anonymous namespace)::testTdf148707_two_commands_B_V::TestBody finished in: 116ms
+(anonymous namespace)::testTdf148707_two_commands_B_V::TestBody finished in: 111ms
 [_RUN_____] (anonymous namespace)::testTdf148714_CurvedArrows::TestBody
-(anonymous namespace)::testTdf148714_CurvedArrows::TestBody finished in: 305ms
+(anonymous namespace)::testTdf148714_CurvedArrows::TestBody finished in: 55ms
 [_RUN_____] (anonymous namespace)::testTdf148501_OctagonBevel::TestBody
-(anonymous namespace)::testTdf148501_OctagonBevel::TestBody finished in: 100ms
+(anonymous namespace)::testTdf148501_OctagonBevel::TestBody finished in: 93ms
 [_RUN_____] (anonymous namespace)::testTdf136176::TestBody
-(anonymous namespace)::testTdf136176::TestBody finished in: 332ms
+(anonymous namespace)::testTdf136176::TestBody finished in: 278ms
 [_RUN_____] (anonymous namespace)::testTdf141268::TestBody
-(anonymous namespace)::testTdf141268::TestBody finished in: 157ms
+(anonymous namespace)::testTdf141268::TestBody finished in: 146ms
 [_RUN_____] (anonymous namespace)::testTdf122323_largeSwingAngle::TestBody
-(anonymous namespace)::testTdf122323_largeSwingAngle::TestBody finished in: 69ms
+(anonymous namespace)::testTdf122323_largeSwingAngle::TestBody finished in: 67ms
 [_RUN_____] (anonymous namespace)::testTdf103474_commandG_CaseZeroHeight::TestBody
-(anonymous namespace)::testTdf103474_commandG_CaseZeroHeight::TestBody finished in: 85ms
+(anonymous namespace)::testTdf103474_commandG_CaseZeroHeight::TestBody finished in: 93ms
 [_RUN_____] (anonymous namespace)::testTdf103474_commandT_CaseZeroHeight::TestBody
-(anonymous namespace)::testTdf103474_commandT_CaseZeroHeight::TestBody finished in: 100ms
+(anonymous namespace)::testTdf103474_commandT_CaseZeroHeight::TestBody finished in: 99ms
 [_RUN_____] (anonymous namespace)::testTdf129532_MatrixFlipV::TestBody
-(anonymous namespace)::testTdf129532_MatrixFlipV::TestBody finished in: 63ms
+(anonymous namespace)::testTdf129532_MatrixFlipV::TestBody finished in: 81ms
 [_RUN_____] (anonymous namespace)::testTdf128413_tbrlOnOff::TestBody
-(anonymous namespace)::testTdf128413_tbrlOnOff::TestBody finished in: 105ms
+(anonymous namespace)::testTdf128413_tbrlOnOff::TestBody finished in: 104ms
 [_RUN_____] (anonymous namespace)::testTdf127785_TextRotateAngle::TestBody
-(anonymous namespace)::testTdf127785_TextRotateAngle::TestBody finished in: 108ms
+(anonymous namespace)::testTdf127785_TextRotateAngle::TestBody finished in: 90ms
 [_RUN_____] (anonymous namespace)::testTdf127785_Asymmetric::TestBody
-(anonymous namespace)::testTdf127785_Asymmetric::TestBody finished in: 89ms
+(anonymous namespace)::testTdf127785_Asymmetric::TestBody finished in: 66ms
 [_RUN_____] (anonymous namespace)::testTdf126060_3D_Z_Rotation::TestBody
-(anonymous namespace)::testTdf126060_3D_Z_Rotation::TestBody finished in: 225ms
+(anonymous namespace)::testTdf126060_3D_Z_Rotation::TestBody finished in: 202ms
 [_RUN_____] (anonymous namespace)::testTdf127785_Mirror::TestBody
-(anonymous namespace)::testTdf127785_Mirror::TestBody finished in: 85ms
+(anonymous namespace)::testTdf127785_Mirror::TestBody finished in: 80ms
 [_RUN_____] (anonymous namespace)::testTdf126512_OOXML_handle_in_ODP::TestBody
-(anonymous namespace)::testTdf126512_OOXML_handle_in_ODP::TestBody finished in: 418ms
+(anonymous namespace)::testTdf126512_OOXML_handle_in_ODP::TestBody finished in: 402ms
 [_RUN_____] (anonymous namespace)::testQuadraticCurveTo::TestBody
-(anonymous namespace)::testQuadraticCurveTo::TestBody finished in: 54ms
+(anonymous namespace)::testQuadraticCurveTo::TestBody finished in: 52ms
 [_RUN_____] (anonymous namespace)::testTdf115813_OOXML_XY_handle::TestBody
-(anonymous namespace)::testTdf115813_OOXML_XY_handle::TestBody finished in: 353ms
+(anonymous namespace)::testTdf115813_OOXML_XY_handle::TestBody finished in: 321ms
 [_RUN_____] (anonymous namespace)::testTdf124740_handle_path_coordsystem::TestBody
-(anonymous namespace)::testTdf124740_handle_path_coordsystem::TestBody finished in: 73ms
+(anonymous namespace)::testTdf124740_handle_path_coordsystem::TestBody finished in: 52ms
 [_RUN_____] (anonymous namespace)::testTdf124029_arc_position::TestBody
-(anonymous namespace)::testTdf124029_arc_position::TestBody finished in: 68ms
+(anonymous namespace)::testTdf124029_arc_position::TestBody finished in: 58ms
 [_RUN_____] (anonymous namespace)::testTdf124212_handle_position::TestBody
-(anonymous namespace)::testTdf124212_handle_position::TestBody finished in: 64ms
+(anonymous namespace)::testTdf124212_handle_position::TestBody finished in: 55ms
 [_RUN_____] (anonymous namespace)::testTdf121845_two_commands_U::TestBody
-(anonymous namespace)::testTdf121845_two_commands_U::TestBody finished in: 64ms
+(anonymous namespace)::testTdf121845_two_commands_U::TestBody finished in: 55ms
 [_RUN_____] (anonymous namespace)::testLargeSwingAngleVML::TestBody
 (anonymous namespace)::testLargeSwingAngleVML::TestBody finished in: 52ms
 [_RUN_____] (anonymous namespace)::testHalfEllipseVML::TestBody
-(anonymous namespace)::testHalfEllipseVML::TestBody finished in: 49ms
+(anonymous namespace)::testHalfEllipseVML::TestBody finished in: 48ms
 [_RUN_____] (anonymous namespace)::testWidthOrientationCommandU::TestBody
-(anonymous namespace)::testWidthOrientationCommandU::TestBody finished in: 54ms
+(anonymous namespace)::testWidthOrientationCommandU::TestBody finished in: 55ms
 [_RUN_____] (anonymous namespace)::testMultipleMoveTo::TestBody
-(anonymous namespace)::testMultipleMoveTo::TestBody finished in: 64ms
+(anonymous namespace)::testMultipleMoveTo::TestBody finished in: 55ms
 [_RUN_____] (anonymous namespace)::testToggleCommandXY::TestBody
-(anonymous namespace)::testToggleCommandXY::TestBody finished in: 94ms
+(anonymous namespace)::testToggleCommandXY::TestBody finished in: 89ms
 [_RUN_____] (anonymous namespace)::testAccuracyCommandX::TestBody
-(anonymous namespace)::testAccuracyCommandX::TestBody finished in: 88ms
+(anonymous namespace)::testAccuracyCommandX::TestBody finished in: 90ms
 [_RUN_____] (anonymous namespace)::testViewBoxLeftTop::TestBody
-(anonymous namespace)::testViewBoxLeftTop::TestBody finished in: 103ms
+(anonymous namespace)::testViewBoxLeftTop::TestBody finished in: 89ms
 [_RUN_____] (anonymous namespace)::testResizeRotatedShape::TestBody
-(anonymous namespace)::testResizeRotatedShape::TestBody finished in: 66ms
+(anonymous namespace)::testResizeRotatedShape::TestBody finished in: 58ms
 [_RUN_____] (anonymous namespace)::testTdf141021ExtrusionNorth::TestBody
-(anonymous namespace)::testTdf141021ExtrusionNorth::TestBody finished in: 154ms
+(anonymous namespace)::testTdf141021ExtrusionNorth::TestBody finished in: 155ms
 [_RUN_____] (anonymous namespace)::testTdf145004_gap_by_ScaleX::TestBody
-(anonymous namespace)::testTdf145004_gap_by_ScaleX::TestBody finished in: 72ms
+(anonymous namespace)::testTdf145004_gap_by_ScaleX::TestBody finished in: 58ms
 [_RUN_____] (anonymous namespace)::testTdf145111_anchor_in_Fontwork::TestBody
-(anonymous namespace)::testTdf145111_anchor_in_Fontwork::TestBody finished in: 104ms
+(anonymous namespace)::testTdf145111_anchor_in_Fontwork::TestBody finished in: 90ms
 [_RUN_____] (anonymous namespace)::testTdf145111_Fontwork_rendering_font_size::TestBody
-(anonymous namespace)::testTdf145111_Fontwork_rendering_font_size::TestBody finished in: 107ms
+(anonymous namespace)::testTdf145111_Fontwork_rendering_font_size::TestBody finished in: 89ms
 [_RUN_____] (anonymous namespace)::testTdf145245_ExtrusionPosition::TestBody
-(anonymous namespace)::testTdf145245_ExtrusionPosition::TestBody finished in: 119ms
+(anonymous namespace)::testTdf145245_ExtrusionPosition::TestBody finished in: 100ms
 [_RUN_____] (anonymous namespace)::testTdf145904_Extrusion_CenterY_doc::TestBody
-(anonymous namespace)::testTdf145904_Extrusion_CenterY_doc::TestBody finished in: 51ms
+(anonymous namespace)::testTdf145904_Extrusion_CenterY_doc::TestBody finished in: 52ms
 [_RUN_____] (anonymous namespace)::testTdf145904_Extrusion_CenterY_odt::TestBody
-(anonymous namespace)::testTdf145904_Extrusion_CenterY_odt::TestBody finished in: 61ms
+(anonymous namespace)::testTdf145904_Extrusion_CenterY_odt::TestBody finished in: 64ms
 [_RUN_____] (anonymous namespace)::testTdf145904_Extrusion_CenterZ_odt::TestBody
-(anonymous namespace)::testTdf145904_Extrusion_CenterZ_odt::TestBody finished in: 62ms
+(anonymous namespace)::testTdf145904_Extrusion_CenterZ_odt::TestBody finished in: 60ms
 [_RUN_____] (anonymous namespace)::testTdf145956_Origin_Relative_BoundRect::TestBody
-(anonymous namespace)::testTdf145956_Origin_Relative_BoundRect::TestBody finished in: 99ms
+(anonymous namespace)::testTdf145956_Origin_Relative_BoundRect::TestBody finished in: 101ms
 [_RUN_____] (anonymous namespace)::testTdf145700_3D_FirstLightHarsh::TestBody
-(anonymous namespace)::testTdf145700_3D_FirstLightHarsh::TestBody finished in: 61ms
+(anonymous namespace)::testTdf145700_3D_FirstLightHarsh::TestBody finished in: 62ms
 [_RUN_____] (anonymous namespace)::testTdf145700_3D_FrontLightDim::TestBody
-(anonymous namespace)::testTdf145700_3D_FrontLightDim::TestBody finished in: 62ms
+(anonymous namespace)::testTdf145700_3D_FrontLightDim::TestBody finished in: 64ms
 [_RUN_____] (anonymous namespace)::testTdf145700_3D_NonUI::TestBody
-(anonymous namespace)::testTdf145700_3D_NonUI::TestBody finished in: 59ms
+(anonymous namespace)::testTdf145700_3D_NonUI::TestBody finished in: 61ms
 [_RUN_____] (anonymous namespace)::testTdf146866_GeomItemHash::TestBody
-(anonymous namespace)::testTdf146866_GeomItemHash::TestBody finished in: 183ms
+(anonymous namespace)::testTdf146866_GeomItemHash::TestBody finished in: 172ms
 [_RUN_____] (anonymous namespace)::testTdf147409_GeomItemHash::TestBody
-(anonymous namespace)::testTdf147409_GeomItemHash::TestBody finished in: 152ms
+(anonymous namespace)::testTdf147409_GeomItemHash::TestBody finished in: 154ms
 [_RUN_____] (anonymous namespace)::testTdf130076Flip::TestBody
 (anonymous namespace)::testTdf130076Flip::TestBody finished in: 62ms
 [_RUN_____] (anonymous namespace)::testTdf98583ShearHorizontal::TestBody
-(anonymous namespace)::testTdf98583ShearHorizontal::TestBody finished in: 98ms
+(anonymous namespace)::testTdf98583ShearHorizontal::TestBody finished in: 97ms
 [_RUN_____] (anonymous namespace)::testTdf98584ShearVertical::TestBody
-(anonymous namespace)::testTdf98584ShearVertical::TestBody finished in: 61ms
+(anonymous namespace)::testTdf98584ShearVertical::TestBody finished in: 64ms
 [_RUN_____] (anonymous namespace)::testSlideBackground::TestBody
-(anonymous namespace)::testSlideBackground::TestBody finished in: 120ms
+(anonymous namespace)::testSlideBackground::TestBody finished in: 122ms
 [_RUN_____] (anonymous namespace)::testZeroWidthTextWrap::TestBody
-(anonymous namespace)::testZeroWidthTextWrap::TestBody finished in: 59ms
+(anonymous namespace)::testZeroWidthTextWrap::TestBody finished in: 61ms
 [_RUN_____] (anonymous namespace)::testShadowAlignment::TestBody
-(anonymous namespace)::testShadowAlignment::TestBody finished in: 220ms
+(anonymous namespace)::testShadowAlignment::TestBody finished in: 223ms
 [_RUN_____] (anonymous namespace)::testShadowScaleOrigin::TestBody
-(anonymous namespace)::testShadowScaleOrigin::TestBody finished in: 190ms
+(anonymous namespace)::testShadowScaleOrigin::TestBody finished in: 193ms
 [_RUN_____] (anonymous namespace)::testClipVerticalTextOverflow::TestBody
 $(SOURCE_DIR)/test/source/xmltesttools.cxx:200:(anonymous namespace)::testClipVerticalTextOverflow::TestBody
 equality assertion failed
@@ -3415,61 +3415,63 @@
 - Actual  : 4
 - In <>, XPath contents of child does not match
 
-(anonymous namespace)::testClipVerticalTextOverflow::TestBody finished in: 202ms
+(anonymous namespace)::testClipVerticalTextOverflow::TestBody finished in: 203ms
 [_RUN_____] (anonymous namespace)::testRotatePoint::TestBody
 (anonymous namespace)::testRotatePoint::TestBody finished in: 0ms
 [_RUN_____] (anonymous namespace)::testRectangleObjectRotate::TestBody
-(anonymous namespace)::testRectangleObjectRotate::TestBody finished in: 1ms
+(anonymous namespace)::testRectangleObjectRotate::TestBody finished in: 0ms
 [_RUN_____] (anonymous namespace)::testRectangleObjectMove::TestBody
 (anonymous namespace)::testRectangleObjectMove::TestBody finished in: 0ms
 [_RUN_____] (anonymous namespace)::testPageViewDrawLayerClip::TestBody
-(anonymous namespace)::testPageViewDrawLayerClip::TestBody finished in: 83ms
+(anonymous namespace)::testPageViewDrawLayerClip::TestBody finished in: 86ms
 [_RUN_____] (anonymous namespace)::testVideoSnapshot::TestBody
-(anonymous namespace)::testVideoSnapshot::TestBody finished in: 192ms
+(anonymous namespace)::testVideoSnapshot::TestBody finished in: 193ms
 [_RUN_____] (anonymous namespace)::testMaterialSpecular::TestBody
-(anonymous namespace)::testMaterialSpecular::TestBody finished in: 108ms
+(anonymous namespace)::testMaterialSpecular::TestBody finished in: 111ms
 [_RUN_____] (anonymous namespace)::testSurfaceMattePPT::TestBody
-(anonymous namespace)::testSurfaceMattePPT::TestBody finished in: 70ms
+(anonymous namespace)::testSurfaceMattePPT::TestBody finished in: 71ms
 [_RUN_____] (anonymous namespace)::testExtrusionPhong::TestBody
-(anonymous namespace)::testExtrusionPhong::TestBody finished in: 109ms
+(anonymous namespace)::testExtrusionPhong::TestBody finished in: 110ms
 [_RUN_____] (anonymous namespace)::testSurfaceMetal::TestBody
-(anonymous namespace)::testSurfaceMetal::TestBody finished in: 111ms
+(anonymous namespace)::testSurfaceMetal::TestBody finished in: 112ms
+[_RUN_____] (anonymous namespace)::testTdf148000_CurvedTextWidth::TestBody
+(anonymous namespace)::testTdf148000_CurvedTextWidth::TestBody finished in: 509ms
 [_RUN_____] (anonymous namespace)::testTdf148000_EOLinCurvedText::TestBody
-(anonymous namespace)::testTdf148000_EOLinCurvedText::TestBody finished in: 383ms
+(anonymous namespace)::testTdf148000_EOLinCurvedText::TestBody finished in: 393ms
 [_RUN_____] (anonymous namespace)::testFontWorks::TestBody
-(anonymous namespace)::testFontWorks::TestBody finished in: 81ms
+(anonymous namespace)::testFontWorks::TestBody finished in: 80ms
 [_RUN_____] (anonymous namespace)::testAutoHeightMultiColShape::TestBody
-(anonymous namespace)::testAutoHeightMultiColShape::TestBody finished in: 72ms
+(anonymous namespace)::testAutoHeightMultiColShape::TestBody finished in: 74ms
 [_RUN_____] (anonymous namespace)::testRectangleObject::TestBody
 (anonymous namespace)::testRectangleObject::TestBody finished in: 12ms
 [_RUN_____] (anonymous namespace)::testTextEditEmptyGrabBag::TestBody
-(anonymous namespace)::testTextEditEmptyGrabBag::TestBody finished in: 61ms
+(anonymous namespace)::testTextEditEmptyGrabBag::TestBody finished in: 68ms
 [_RUN_____] (anonymous namespace)::testHandlePathObjScale::TestBody
-(anonymous namespace)::testHandlePathObjScale::TestBody finished in: 61ms
+(anonymous namespace)::testHandlePathObjScale::TestBody finished in: 66ms
 [_RUN_____] (anonymous namespace)::testSemiTransparentText::TestBody
-(anonymous namespace)::testSemiTransparentText::TestBody finished in: 62ms
+(anonymous namespace)::testSemiTransparentText::TestBody finished in: 66ms
 [_RUN_____] (anonymous namespace)::testSvxTableControllerSetAttrToSelectedShape::TestBody
-(anonymous namespace)::testSvxTableControllerSetAttrToSelectedShape::TestBody finished in: 147ms
+(anonymous namespace)::testSvxTableControllerSetAttrToSelectedShape::TestBody finished in: 162ms
 [_RUN_____] (anonymous namespace)::testTableShadowBlur::TestBody
-(anonymous namespace)::testTableShadowBlur::TestBody finished in: 205ms
+(anonymous namespace)::testTableShadowBlur::TestBody finished in: 221ms
 [_RUN_____] (anonymous namespace)::testPngExport::TestBody
-(anonymous namespace)::testPngExport::TestBody finished in: 82ms
+(anonymous namespace)::testPngExport::TestBody finished in: 86ms
 [_RUN_____] (anonymous namespace)::testTitleShapeBullets::TestBody
-(anonymous namespace)::testTitleShapeBullets::TestBody finished in: 80ms
+(anonymous namespace)::testTitleShapeBullets::TestBody finished in: 83ms
 [_RUN_____] (anonymous namespace)::testTableShadowDirect::TestBody
-(anonymous namespace)::testTableShadowDirect::TestBody finished in: 84ms
+(anonymous namespace)::testTableShadowDirect::TestBody finished in: 88ms
 [_RUN_____] (anonymous namespace)::testTdf93998::TestBody
-(anonymous namespace)::testTdf93998::TestBody finished in: 98ms
+(anonymous namespace)::testTdf93998::TestBody finished in: 109ms
 [_RUN_____] (anonymous namespace)::testWriterGraphicExport::TestBody
-(anonymous namespace)::testWriterGraphicExport::TestBody finished in: 116ms
+(anonymous namespace)::testWriterGraphicExport::TestBody finished in: 71ms
 [_RUN_____] testFillColorThemeUnoApi::TestBody
-testFillColorThemeUnoApi::TestBody finished in: 82ms
+testFillColorThemeUnoApi::TestBody finished in: 98ms
 [_RUN_____] testTdf60684::TestBody
 testTdf60684::TestBody finished in: 84ms
 [_RUN_____] testPdfGraphicExport::TestBody
 testPdfGraphicExport::TestBody finished in: 0ms
 [_RUN_____] (anonymous namespace)::test3DObjectFallback::TestBody
-(anonymous namespace)::test3DObjectFallback::TestBody finished in: 96ms
+(anonymous namespace)::test3DObjectFallback::TestBody finished in: 99ms
 [_RUN_____] testImportExport::TestBody
 testImportExport::TestBody finished in: 2ms
 [_RUN_____] (anonymous namespace)::testPitchFamilyConversion::TestBody
@@ -3482,7 +3484,7 @@
 - In <>, XPath contents of child does not match
 
 Failures !!!
-Run: 82   Failure total: 1   Failures: 1   Errors: 0
+Run: 83   Failure total: 1   Failures: 1   Errors: 0
 
 Error: a unit test failed, please do one of:
 
@@ -3681,11 +3683,11 @@
 [LNK] CppunitTest/libtest_vcl_text.so
 [CUT] vcl_text
 [_RUN_____] (anonymous namespace)::CanvasBitmapTest::runTest
-(anonymous namespace)::CanvasBitmapTest::runTest finished in: 109ms
+(anonymous namespace)::CanvasBitmapTest::runTest finished in: 107ms
 [_RUN_____] testTdf107612::TestBody
 testTdf107612::TestBody finished in: 0ms
 [_RUN_____] testTdf107718::TestBody
-testTdf107718::TestBody finished in: 303ms
+testTdf107718::TestBody finished in: 25ms
 [_RUN_____] testTdf153440::TestBody
 testTdf153440::TestBody finished in: 0ms
 [_RUN_____] testTdf152048_2::TestBody
@@ -3695,7 +3697,7 @@
 [_RUN_____] testCaret::TestBody
 testCaret::TestBody finished in: 0ms
 [_RUN_____] testCachingSubstring::TestBody
-testCachingSubstring::TestBody finished in: 135ms
+testCachingSubstring::TestBody finished in: 132ms
 [_RUN_____] testCaching::TestBody
 testCaching::TestBody finished in: 1ms
 [_RUN_____] testTdf95650::TestBody
@@ -3707,30 +3709,30 @@
 [_RUN_____] testGetMultiLineTextRectWithEndEllipsis::TestBody
 testGetMultiLineTextRectWithEndEllipsis::TestBody finished in: 0ms
 [_RUN_____] testGetMultiLineTextRect::TestBody
-testGetMultiLineTextRect::TestBody finished in: 0ms
+testGetMultiLineTextRect::TestBody finished in: 1ms
 [_RUN_____] testGetRotatedSingleLineTextRect::TestBody
 testGetRotatedSingleLineTextRect::TestBody finished in: 0ms
 [_RUN_____] testGetRightBottomAlignedSingleLineTextRect::TestBody
-testGetRightBottomAlignedSingleLineTextRect::TestBody finished in: 0ms
+testGetRightBottomAlignedSingleLineTextRect::TestBody finished in: 1ms
 [_RUN_____] testGetSingleLineTextRectWithEndEllipsis::TestBody
-testGetSingleLineTextRectWithEndEllipsis::TestBody finished in: 1ms
+testGetSingleLineTextRectWithEndEllipsis::TestBody finished in: 0ms
 [_RUN_____] testGetSingleLineTextRect::TestBody
 testGetSingleLineTextRect::TestBody finished in: 0ms
 [_RUN_____] testGetTextBreak::TestBody
-testGetTextBreak::TestBody finished in: 0ms
+testGetTextBreak::TestBody finished in: 1ms
 [_RUN_____] testGetStringWithNewsEllpsis::TestBody
-testGetStringWithNewsEllpsis::TestBody finished in: 1ms
+testGetStringWithNewsEllpsis::TestBody finished in: 0ms
 [_RUN_____] testGetStringWithEndEllpsis::TestBody
 testGetStringWithEndEllpsis::TestBody finished in: 0ms
 [_RUN_____] testGetStringWithCenterEllpsis::TestBody
-testGetStringWithCenterEllpsis::TestBody finished in: 1ms
+testGetStringWithCenterEllpsis::TestBody finished in: 0ms
 [_RUN_____] testImplLayoutArgs_PrepareFallback_precalculatedglyphs::TestBody
 $(SOURCE_DIR)/vcl/qa/cppunit/text.cxx:541:testImplLayoutArgs_PrepareFallback_precalculatedglyphs::TestBody
 equality assertion failed
 - Expected: 3
 - Actual  : 0
 
-testImplLayoutArgs_PrepareFallback_precalculatedglyphs::TestBody finished in: 0ms
+testImplLayoutArgs_PrepareFallback_precalculatedglyphs::TestBody finished in: 1ms
 [_RUN_____] testImplLayoutArgsRightAlign::TestBody
 testImplLayoutArgsRightAlign::TestBody finished in: 0ms
 [_RUN_____] testImplLayoutArgsBiDiRtl::TestBody
@@ -3923,17 +3925,17 @@
 [LNK] CppunitTest/libtest_chart2_export2.so
 [CUT] chart2_export2
 [_RUN_____] testDataTableImportExport::TestBody
-testDataTableImportExport::TestBody finished in: 809ms
+testDataTableImportExport::TestBody finished in: 795ms
 [_RUN_____] testDateCategoriesPPTX::TestBody
-testDateCategoriesPPTX::TestBody finished in: 350ms
+testDateCategoriesPPTX::TestBody finished in: 293ms
 [_RUN_____] testTdf143942::TestBody
 testTdf143942::TestBody finished in: 149ms
 [_RUN_____] testNameRangeXLSX::TestBody
-testNameRangeXLSX::TestBody finished in: 220ms
+testNameRangeXLSX::TestBody finished in: 198ms
 [_RUN_____] testGraphicBlipXLSX::TestBody
-testGraphicBlipXLSX::TestBody finished in: 201ms
+testGraphicBlipXLSX::TestBody finished in: 183ms
 [_RUN_____] testuserShapesDOCX::TestBody
-testuserShapesDOCX::TestBody finished in: 492ms
+testuserShapesDOCX::TestBody finished in: 505ms
 [_RUN_____] testuserShapesXLSX::TestBody
 $(SOURCE_DIR)/chart2/qa/extras/chart2export2.cxx:1415:testuserShapesXLSX::TestBody
 double equality assertion failed
@@ -3941,119 +3943,119 @@
 - Actual  : 2456
 - Delta   : 300
 
-testuserShapesXLSX::TestBody finished in: 247ms
+testuserShapesXLSX::TestBody finished in: 242ms
 [_RUN_____] testCustomShapeText::TestBody
-testCustomShapeText::TestBody finished in: 330ms
+testCustomShapeText::TestBody finished in: 316ms
 [_RUN_____] testTdf138181::TestBody
-testTdf138181::TestBody finished in: 85ms
+testTdf138181::TestBody finished in: 97ms
 [_RUN_____] testTdf138204::TestBody
-testTdf138204::TestBody finished in: 156ms
+testTdf138204::TestBody finished in: 150ms
 [_RUN_____] testTdf137917::TestBody
-testTdf137917::TestBody finished in: 144ms
+testTdf137917::TestBody finished in: 141ms
 [_RUN_____] testDataLabelPlacementPieChart::TestBody
-testDataLabelPlacementPieChart::TestBody finished in: 456ms
+testDataLabelPlacementPieChart::TestBody finished in: 454ms
 [_RUN_____] testTdf136267::TestBody
-testTdf136267::TestBody finished in: 140ms
+testTdf136267::TestBody finished in: 135ms
 [_RUN_____] testTdf123647::TestBody
-testTdf123647::TestBody finished in: 113ms
+testTdf123647::TestBody finished in: 90ms
 [_RUN_____] testTdf134977::TestBody
-testTdf134977::TestBody finished in: 129ms
+testTdf134977::TestBody finished in: 126ms
 [_RUN_____] testTdf134255::TestBody
-testTdf134255::TestBody finished in: 240ms
+testTdf134255::TestBody finished in: 243ms
 [_RUN_____] testTdf132594::TestBody
-testTdf132594::TestBody finished in: 124ms
+testTdf132594::TestBody finished in: 99ms
 [_RUN_____] testTdf133191::TestBody
-testTdf133191::TestBody finished in: 135ms
+testTdf133191::TestBody finished in: 140ms
 [_RUN_____] testTdf133190::TestBody
-testTdf133190::TestBody finished in: 143ms
+testTdf133190::TestBody finished in: 118ms
 [_RUN_____] testTdf125812::TestBody
-testTdf125812::TestBody finished in: 222ms
+testTdf125812::TestBody finished in: 186ms
 [_RUN_____] testTdf132076::TestBody
-testTdf132076::TestBody finished in: 257ms
+testTdf132076::TestBody finished in: 253ms
 [_RUN_____] testTdf131979::TestBody
-testTdf131979::TestBody finished in: 610ms
+testTdf131979::TestBody finished in: 616ms
 [_RUN_____] testTdf127792::TestBody
-testTdf127792::TestBody finished in: 241ms
+testTdf127792::TestBody finished in: 244ms
 [_RUN_____] testTdf75330::TestBody
-testTdf75330::TestBody finished in: 392ms
+testTdf75330::TestBody finished in: 413ms
 [_RUN_____] testTdf126076::TestBody
-testTdf126076::TestBody finished in: 143ms
+testTdf126076::TestBody finished in: 168ms
 [_RUN_____] testTdf59857::TestBody
-testTdf59857::TestBody finished in: 195ms
+testTdf59857::TestBody finished in: 192ms
 [_RUN_____] testTdf130225::TestBody
-testTdf130225::TestBody finished in: 209ms
+testTdf130225::TestBody finished in: 208ms
 [_RUN_____] testTdf60316::TestBody
-testTdf60316::TestBody finished in: 309ms
+testTdf60316::TestBody finished in: 328ms
 [_RUN_____] testDeletedLegendEntries::TestBody
-testDeletedLegendEntries::TestBody finished in: 500ms
+testDeletedLegendEntries::TestBody finished in: 546ms
 [_RUN_____] testCustomLabelText::TestBody
-testCustomLabelText::TestBody finished in: 189ms
+testCustomLabelText::TestBody finished in: 179ms
 [_RUN_____] testTdf123206_customLabelText::TestBody
-testTdf123206_customLabelText::TestBody finished in: 112ms
+testTdf123206_customLabelText::TestBody finished in: 114ms
 [_RUN_____] testTdf134118::TestBody
-testTdf134118::TestBody finished in: 130ms
+testTdf134118::TestBody finished in: 131ms
 [_RUN_____] testTdf115012::TestBody
 testTdf115012::TestBody finished in: 129ms
 [_RUN_____] testTdf122031::TestBody
-testTdf122031::TestBody finished in: 113ms
+testTdf122031::TestBody finished in: 112ms
 [_RUN_____] testTdf121189::TestBody
-testTdf121189::TestBody finished in: 382ms
+testTdf121189::TestBody finished in: 391ms
 [_RUN_____] testTdf121744::TestBody
-testTdf121744::TestBody finished in: 149ms
+testTdf121744::TestBody finished in: 150ms
 [_RUN_____] testTdf108022::TestBody
-testTdf108022::TestBody finished in: 278ms
+testTdf108022::TestBody finished in: 279ms
 [_RUN_____] testTdf119029::TestBody
 testTdf119029::TestBody finished in: 175ms
 [_RUN_____] test3DAreaChartZAxis::TestBody
-test3DAreaChartZAxis::TestBody finished in: 145ms
+test3DAreaChartZAxis::TestBody finished in: 151ms
 [_RUN_____] testTdf111824::TestBody
-testTdf111824::TestBody finished in: 158ms
+testTdf111824::TestBody finished in: 159ms
 [_RUN_____] testTdf116163::TestBody
-testTdf116163::TestBody finished in: 275ms
+testTdf116163::TestBody finished in: 276ms
 [_RUN_____] testMultipleCategoryAxisLablesDOCX::TestBody
-testMultipleCategoryAxisLablesDOCX::TestBody finished in: 76ms
+testMultipleCategoryAxisLablesDOCX::TestBody finished in: 79ms
 [_RUN_____] testMultipleCategoryAxisLablesXLSX::TestBody
 testMultipleCategoryAxisLablesXLSX::TestBody finished in: 135ms
 [_RUN_____] testxAxisLabelsRotation::TestBody
-testxAxisLabelsRotation::TestBody finished in: 119ms
+testxAxisLabelsRotation::TestBody finished in: 122ms
 [_RUN_____] testChartTitlePropertiesBitmapFillPPTX::TestBody
-testChartTitlePropertiesBitmapFillPPTX::TestBody finished in: 312ms
+testChartTitlePropertiesBitmapFillPPTX::TestBody finished in: 317ms
 [_RUN_____] testChartTitlePropertiesGradientFillPPTX::TestBody
-testChartTitlePropertiesGradientFillPPTX::TestBody finished in: 293ms
+testChartTitlePropertiesGradientFillPPTX::TestBody finished in: 296ms
 [_RUN_____] testChartTitlePropertiesColorFillPPTX::TestBody
-testChartTitlePropertiesColorFillPPTX::TestBody finished in: 293ms
+testChartTitlePropertiesColorFillPPTX::TestBody finished in: 295ms
 [_RUN_____] testLabelSeparatorExportDOCX::TestBody
-testLabelSeparatorExportDOCX::TestBody finished in: 179ms
+testLabelSeparatorExportDOCX::TestBody finished in: 180ms
 [_RUN_____] testNumberFormatExportPPTX::TestBody
-testNumberFormatExportPPTX::TestBody finished in: 291ms
+testNumberFormatExportPPTX::TestBody finished in: 297ms
 [_RUN_____] testLeaderLines::TestBody
-testLeaderLines::TestBody finished in: 310ms
+testLeaderLines::TestBody finished in: 316ms
 [_RUN_____] testCustomDataLabelMultipleSeries::TestBody
-testCustomDataLabelMultipleSeries::TestBody finished in: 222ms
+testCustomDataLabelMultipleSeries::TestBody finished in: 226ms
 [_RUN_____] testCustomPositionofDataLabel::TestBody
-testCustomPositionofDataLabel::TestBody finished in: 592ms
+testCustomPositionofDataLabel::TestBody finished in: 594ms
 [_RUN_____] testDataSeriesName::TestBody
-testDataSeriesName::TestBody finished in: 800ms
+testDataSeriesName::TestBody finished in: 810ms
 [_RUN_____] testCustomDataLabel::TestBody
-testCustomDataLabel::TestBody finished in: 308ms
+testCustomDataLabel::TestBody finished in: 311ms
 [_RUN_____] testPieChartDataPointExplosionXLSX::TestBody
-testPieChartDataPointExplosionXLSX::TestBody finished in: 101ms
+testPieChartDataPointExplosionXLSX::TestBody finished in: 103ms
 [_RUN_____] testAxisCrossBetweenDOCX::TestBody
-testAxisCrossBetweenDOCX::TestBody finished in: 88ms
+testAxisCrossBetweenDOCX::TestBody finished in: 91ms
 [_RUN_____] testAxisTitlePositionDOCX::TestBody
-testAxisTitlePositionDOCX::TestBody finished in: 163ms
+testAxisTitlePositionDOCX::TestBody finished in: 167ms
 [_RUN_____] testAxisTitleRotationXLSX::TestBody
-testAxisTitleRotationXLSX::TestBody finished in: 132ms
+testAxisTitleRotationXLSX::TestBody finished in: 135ms
 [_RUN_____] testCrossBetweenODS::TestBody
-testCrossBetweenODS::TestBody finished in: 117ms
+testCrossBetweenODS::TestBody finished in: 118ms
 [_RUN_____] testCrossBetweenWithDeletedAxis::TestBody
-testCrossBetweenWithDeletedAxis::TestBody finished in: 124ms
+testCrossBetweenWithDeletedAxis::TestBody finished in: 127ms
 [_RUN_____] testCrossBetweenXLSX::TestBody
-testCrossBetweenXLSX::TestBody finished in: 271ms
+testCrossBetweenXLSX::TestBody finished in: 272ms
 [_RUN_____] testCombinedChartSecondaryAxisODS::TestBody
-testCombinedChartSecondaryAxisODS::TestBody finished in: 140ms
+testCombinedChartSecondaryAxisODS::TestBody finished in: 141ms
 [_RUN_____] testCombinedChartSecondaryAxisXLSX::TestBody
-testCombinedChartSecondaryAxisXLSX::TestBody finished in: 150ms
+testCombinedChartSecondaryAxisXLSX::TestBody finished in: 154ms
 [_RUN_____] testSetSeriesToSecondaryAxisXLSX::TestBody
 testSetSeriesToSecondaryAxisXLSX::TestBody finished in: 202ms
 chart2export2.cxx:1415:Assertion
@@ -4089,39 +4091,39 @@
 [LNK] CppunitTest/libtest_chart2_import.so
 [CUT] chart2_import
 [_RUN_____] testPieChartPlotAreaMarginWithAutomaticLayout::TestBody
-testPieChartPlotAreaMarginWithAutomaticLayout::TestBody finished in: 453ms
+testPieChartPlotAreaMarginWithAutomaticLayout::TestBody finished in: 370ms
 [_RUN_____] testTotalsRowIgnored::TestBody
-testTotalsRowIgnored::TestBody finished in: 283ms
+testTotalsRowIgnored::TestBody finished in: 287ms
 [_RUN_____] testAutomaticSizeBarChartVeryLongLabel::TestBody
-testAutomaticSizeBarChartVeryLongLabel::TestBody finished in: 123ms
+testAutomaticSizeBarChartVeryLongLabel::TestBody finished in: 127ms
 [_RUN_____] testFixedSizeBarChartVeryLongLabel::TestBody
-testFixedSizeBarChartVeryLongLabel::TestBody finished in: 133ms
+testFixedSizeBarChartVeryLongLabel::TestBody finished in: 116ms
 [_RUN_____] testTdf121205::TestBody
-testTdf121205::TestBody finished in: 267ms
+testTdf121205::TestBody finished in: 210ms
 [_RUN_____] testTdf48041::TestBody
-testTdf48041::TestBody finished in: 194ms
+testTdf48041::TestBody finished in: 168ms
 [_RUN_____] testTdf116163::TestBody
-testTdf116163::TestBody finished in: 296ms
+testTdf116163::TestBody finished in: 205ms
 [_RUN_____] testTdf115107_2::TestBody
-testTdf115107_2::TestBody finished in: 267ms
+testTdf115107_2::TestBody finished in: 221ms
 [_RUN_____] testTdf115107::TestBody
-testTdf115107::TestBody finished in: 318ms
+testTdf115107::TestBody finished in: 236ms
 [_RUN_____] testTdf122226::TestBody
-testTdf122226::TestBody finished in: 398ms
+testTdf122226::TestBody finished in: 375ms
 [_RUN_____] testTdf111173::TestBody
-testTdf111173::TestBody finished in: 94ms
+testTdf111173::TestBody finished in: 98ms
 [_RUN_____] testTdf130105::TestBody
-testTdf130105::TestBody finished in: 106ms
+testTdf130105::TestBody finished in: 96ms
 [_RUN_____] testTdf109858::TestBody
-testTdf109858::TestBody finished in: 121ms
+testTdf109858::TestBody finished in: 118ms
 [_RUN_____] testTdf90510::TestBody
-testTdf90510::TestBody finished in: 80ms
+testTdf90510::TestBody finished in: 82ms
 [_RUN_____] testInternalDataProvider::TestBody
-testInternalDataProvider::TestBody finished in: 140ms
+testInternalDataProvider::TestBody finished in: 117ms
 [_RUN_____] testTdf140489MultiSeriesChartAxisXLSX::TestBody
-testTdf140489MultiSeriesChartAxisXLSX::TestBody finished in: 203ms
+testTdf140489MultiSeriesChartAxisXLSX::TestBody finished in: 173ms
 [_RUN_____] testCombinedChartAttachedAxisXLSX::TestBody
-testCombinedChartAttachedAxisXLSX::TestBody finished in: 153ms
+testCombinedChartAttachedAxisXLSX::TestBody finished in: 128ms
 [_RUN_____] testAxisTitlePositionDOCX::TestBody
 $(SOURCE_DIR)/chart2/qa/extras/chart2import.cxx:1523:testAxisTitlePositionDOCX::TestBody
 double equality assertion failed
@@ -4129,143 +4131,143 @@
 - Actual  : 7239
 - Delta   : 300
 
-testAxisTitlePositionDOCX::TestBody finished in: 169ms
+testAxisTitlePositionDOCX::TestBody finished in: 142ms
 [_RUN_____] testAxisTitleRotationXLSX::TestBody
-testAxisTitleRotationXLSX::TestBody finished in: 147ms
+testAxisTitleRotationXLSX::TestBody finished in: 148ms
 [_RUN_____] testSecondaryAxisTitleDefaultRotationXLSX::TestBody
-testSecondaryAxisTitleDefaultRotationXLSX::TestBody finished in: 156ms
+testSecondaryAxisTitleDefaultRotationXLSX::TestBody finished in: 144ms
 [_RUN_____] testAxisTitleDefaultRotationXLSX::TestBody
-testAxisTitleDefaultRotationXLSX::TestBody finished in: 154ms
+testAxisTitleDefaultRotationXLSX::TestBody finished in: 156ms
 [_RUN_____] testMinorTickMarksDefaultValue2013XLSX::TestBody
-testMinorTickMarksDefaultValue2013XLSX::TestBody finished in: 129ms
+testMinorTickMarksDefaultValue2013XLSX::TestBody finished in: 127ms
 [_RUN_____] testMajorTickMarksDefaultValue2013XLSX::TestBody
-testMajorTickMarksDefaultValue2013XLSX::TestBody finished in: 146ms
+testMajorTickMarksDefaultValue2013XLSX::TestBody finished in: 126ms
 [_RUN_____] testRAngAxDefaultValue2013XLSX::TestBody
-testRAngAxDefaultValue2013XLSX::TestBody finished in: 146ms
+testRAngAxDefaultValue2013XLSX::TestBody finished in: 147ms
 [_RUN_____] testPlotVisOnlyDefaultValue2013XLSX::TestBody
-testPlotVisOnlyDefaultValue2013XLSX::TestBody finished in: 126ms
+testPlotVisOnlyDefaultValue2013XLSX::TestBody finished in: 125ms
 [_RUN_____] testVaryColorDefaultValues2013XLSX::TestBody
-testVaryColorDefaultValues2013XLSX::TestBody finished in: 106ms
+testVaryColorDefaultValues2013XLSX::TestBody finished in: 82ms
 [_RUN_____] testVaryColorDefaultValues2007XLSX::TestBody
-testVaryColorDefaultValues2007XLSX::TestBody finished in: 91ms
+testVaryColorDefaultValues2007XLSX::TestBody finished in: 82ms
 [_RUN_____] testTrendlineDefaultValue2013XLSX::TestBody
-testTrendlineDefaultValue2013XLSX::TestBody finished in: 107ms
+testTrendlineDefaultValue2013XLSX::TestBody finished in: 108ms
 [_RUN_____] testTrendlineDefaultValue2007XLSX::TestBody
-testTrendlineDefaultValue2007XLSX::TestBody finished in: 118ms
+testTrendlineDefaultValue2007XLSX::TestBody finished in: 105ms
 [_RUN_____] testSmoothDefaultValue2013XLSX::TestBody
-testSmoothDefaultValue2013XLSX::TestBody finished in: 106ms
+testSmoothDefaultValue2013XLSX::TestBody finished in: 101ms
 [_RUN_____] testSmoothDefaultValue2007XLSX::TestBody
-testSmoothDefaultValue2007XLSX::TestBody finished in: 96ms
+testSmoothDefaultValue2007XLSX::TestBody finished in: 98ms
 [_RUN_____] testDispBlanksAsDefaultValue2013XLSX::TestBody
-testDispBlanksAsDefaultValue2013XLSX::TestBody finished in: 114ms
+testDispBlanksAsDefaultValue2013XLSX::TestBody finished in: 112ms
 [_RUN_____] testDispBlanksAsDefaultValue2007XLSX::TestBody
-testDispBlanksAsDefaultValue2007XLSX::TestBody finished in: 157ms
+testDispBlanksAsDefaultValue2007XLSX::TestBody finished in: 140ms
 [_RUN_____] testAutoTitleDelDefaultValue2013XLSX::TestBody
-testAutoTitleDelDefaultValue2013XLSX::TestBody finished in: 101ms
+testAutoTitleDelDefaultValue2013XLSX::TestBody finished in: 98ms
 [_RUN_____] testAutoTitleDelDefaultValue2007XLSX::TestBody
-testAutoTitleDelDefaultValue2007XLSX::TestBody finished in: 146ms
+testAutoTitleDelDefaultValue2007XLSX::TestBody finished in: 132ms
 [_RUN_____] testPercentageNumberFormatsDOCX::TestBody
-testPercentageNumberFormatsDOCX::TestBody finished in: 100ms
+testPercentageNumberFormatsDOCX::TestBody finished in: 101ms
 [_RUN_____] testNumberFormatsDOCX::TestBody
-testNumberFormatsDOCX::TestBody finished in: 241ms
+testNumberFormatsDOCX::TestBody finished in: 223ms
 [_RUN_____] testNumberFormatsXLSX::TestBody
-testNumberFormatsXLSX::TestBody finished in: 88ms
+testNumberFormatsXLSX::TestBody finished in: 91ms
 [_RUN_____] testTextBreakXLSX::TestBody
-testTextBreakXLSX::TestBody finished in: 115ms
+testTextBreakXLSX::TestBody finished in: 116ms
 [_RUN_____] testTextCanOverlapXLSX::TestBody
 testTextCanOverlapXLSX::TestBody finished in: 109ms
 [_RUN_____] testAxisTextRotationXLSX::TestBody
-testAxisTextRotationXLSX::TestBody finished in: 105ms
+testAxisTextRotationXLSX::TestBody finished in: 106ms
 [_RUN_____] testChartHatchFillXLSX::TestBody
-testChartHatchFillXLSX::TestBody finished in: 108ms
+testChartHatchFillXLSX::TestBody finished in: 84ms
 [_RUN_____] testChartAreaStyleBackgroundXLSX::TestBody
-testChartAreaStyleBackgroundXLSX::TestBody finished in: 120ms
+testChartAreaStyleBackgroundXLSX::TestBody finished in: 106ms
 [_RUN_____] testAutoChartAreaBorderPropPPTX::TestBody
-testAutoChartAreaBorderPropPPTX::TestBody finished in: 233ms
+testAutoChartAreaBorderPropPPTX::TestBody finished in: 214ms
 [_RUN_____] testAutoChartAreaBorderPropXLSX::TestBody
-testAutoChartAreaBorderPropXLSX::TestBody finished in: 136ms
+testAutoChartAreaBorderPropXLSX::TestBody finished in: 137ms
 [_RUN_____] testAutoBackgroundXLSX::TestBody
-testAutoBackgroundXLSX::TestBody finished in: 138ms
+testAutoBackgroundXLSX::TestBody finished in: 141ms
 [_RUN_____] testFdo54361_1::TestBody
-testFdo54361_1::TestBody finished in: 152ms
+testFdo54361_1::TestBody finished in: 130ms
 [_RUN_____] testFdo54361::TestBody
-testFdo54361::TestBody finished in: 162ms
+testFdo54361::TestBody finished in: 142ms
 [_RUN_____] testTdf126033::TestBody
-testTdf126033::TestBody finished in: 132ms
+testTdf126033::TestBody finished in: 115ms
 [_RUN_____] testTdf124817::TestBody
-testTdf124817::TestBody finished in: 135ms
+testTdf124817::TestBody finished in: 123ms
 [_RUN_____] testTdf100084::TestBody
-testTdf100084::TestBody finished in: 188ms
+testTdf100084::TestBody finished in: 180ms
 [_RUN_____] testTdf108021::TestBody
-testTdf108021::TestBody finished in: 119ms
+testTdf108021::TestBody finished in: 109ms
 [_RUN_____] testTdf106217::TestBody
-testTdf106217::TestBody finished in: 105ms
+testTdf106217::TestBody finished in: 108ms
 [_RUN_____] testTdf105517::TestBody
-testTdf105517::TestBody finished in: 96ms
+testTdf105517::TestBody finished in: 90ms
 [_RUN_____] testTdf86624::TestBody
-testTdf86624::TestBody finished in: 112ms
+testTdf86624::TestBody finished in: 103ms
 [_RUN_____] testTdf127811::TestBody
-testTdf127811::TestBody finished in: 317ms
+testTdf127811::TestBody finished in: 233ms
 [_RUN_____] testFdo78080::TestBody
-testFdo78080::TestBody finished in: 143ms
+testFdo78080::TestBody finished in: 128ms
 [_RUN_____] testFlatODSStackedColumnChart::TestBody
-testFlatODSStackedColumnChart::TestBody finished in: 94ms
+testFlatODSStackedColumnChart::TestBody finished in: 95ms
 [_RUN_____] testDelayedCellImport::TestBody
-testDelayedCellImport::TestBody finished in: 127ms
+testDelayedCellImport::TestBody finished in: 116ms
 [_RUN_____] testSimpleStrictXLSX::TestBody
-testSimpleStrictXLSX::TestBody finished in: 88ms
+testSimpleStrictXLSX::TestBody finished in: 86ms
 [_RUN_____] testTransparencyGradientValue::TestBody
-testTransparencyGradientValue::TestBody finished in: 106ms
+testTransparencyGradientValue::TestBody finished in: 101ms
 [_RUN_____] testBnc882383::TestBody
-testBnc882383::TestBody finished in: 226ms
+testBnc882383::TestBody finished in: 197ms
 [_RUN_____] testBnc889755::TestBody
-testBnc889755::TestBody finished in: 145ms
+testBnc889755::TestBody finished in: 140ms
 [_RUN_____] testBnc864396::TestBody
-testBnc864396::TestBody finished in: 267ms
+testBnc864396::TestBody finished in: 239ms
 [_RUN_____] testODPChartSeries::TestBody
-testODPChartSeries::TestBody finished in: 126ms
+testODPChartSeries::TestBody finished in: 127ms
 [_RUN_____] testPPTXStackedNonStackedYAxis::TestBody
-testPPTXStackedNonStackedYAxis::TestBody finished in: 257ms
+testPPTXStackedNonStackedYAxis::TestBody finished in: 241ms
 [_RUN_____] testPieChartLabelsNumFormat::TestBody
-testPieChartLabelsNumFormat::TestBody finished in: 108ms
+testPieChartLabelsNumFormat::TestBody finished in: 97ms
 [_RUN_____] testPPTXPercentageNumberFormats::TestBody
-testPPTXPercentageNumberFormats::TestBody finished in: 281ms
+testPPTXPercentageNumberFormats::TestBody finished in: 216ms
 [_RUN_____] testPPTXHiddenDataSeries::TestBody
-testPPTXHiddenDataSeries::TestBody finished in: 289ms
+testPPTXHiddenDataSeries::TestBody finished in: 219ms
 [_RUN_____] testPPTXSparseChartSeries::TestBody
-testPPTXSparseChartSeries::TestBody finished in: 256ms
+testPPTXSparseChartSeries::TestBody finished in: 236ms
 [_RUN_____] testPPTXChartSeries::TestBody
 testPPTXChartSeries::TestBody finished in: 161ms
 [_RUN_____] testPPTChartSeries::TestBody
-testPPTChartSeries::TestBody finished in: 106ms
+testPPTChartSeries::TestBody finished in: 107ms
 [_RUN_____] testDOCXChartValuesSize::TestBody
-testDOCXChartValuesSize::TestBody finished in: 117ms
+testDOCXChartValuesSize::TestBody finished in: 114ms
 [_RUN_____] testPPTXChartErrorBars::TestBody
-testPPTXChartErrorBars::TestBody finished in: 312ms
+testPPTXChartErrorBars::TestBody finished in: 236ms
 [_RUN_____] testTdf81396::TestBody
-testTdf81396::TestBody finished in: 99ms
+testTdf81396::TestBody finished in: 101ms
 [_RUN_____] testDOCXChartEmptySeries::TestBody
-testDOCXChartEmptySeries::TestBody finished in: 128ms
+testDOCXChartEmptySeries::TestBody finished in: 123ms
 [_RUN_____] testDOCXChartSeries::TestBody
-testDOCXChartSeries::TestBody finished in: 163ms
+testDOCXChartSeries::TestBody finished in: 141ms
 [_RUN_____] testDOCChartSeries::TestBody
-testDOCChartSeries::TestBody finished in: 106ms
+testDOCChartSeries::TestBody finished in: 108ms
 [_RUN_____] testODTChartSeries::TestBody
-testODTChartSeries::TestBody finished in: 74ms
+testODTChartSeries::TestBody finished in: 75ms
 [_RUN_____] testXLSChartSeries::TestBody
-testXLSChartSeries::TestBody finished in: 111ms
+testXLSChartSeries::TestBody finished in: 100ms
 [_RUN_____] testXLSXChartSeries::TestBody
-testXLSXChartSeries::TestBody finished in: 151ms
+testXLSXChartSeries::TestBody finished in: 143ms
 [_RUN_____] testODSChartSeries::TestBody
-testODSChartSeries::TestBody finished in: 97ms
+testODSChartSeries::TestBody finished in: 95ms
 [_RUN_____] testSteppedLines::TestBody
-testSteppedLines::TestBody finished in: 549ms
+testSteppedLines::TestBody finished in: 557ms
 [_RUN_____] testErrorBarFormatting::TestBody
-testErrorBarFormatting::TestBody finished in: 118ms
+testErrorBarFormatting::TestBody finished in: 103ms
 [_RUN_____] testErrorBarRange::TestBody
-testErrorBarRange::TestBody finished in: 100ms
+testErrorBarRange::TestBody finished in: 102ms
 [_RUN_____] testFdo60083::TestBody
-testFdo60083::TestBody finished in: 109ms
+testFdo60083::TestBody finished in: 110ms
 chart2import.cxx:1523:Assertion
 Test name: testAxisTitlePositionDOCX::TestBody
 double equality assertion failed
@@ -4295,25 +4297,25 @@
 [LNK] CppunitTest/libtest_chart2_import2.so
 [CUT] chart2_import2
 [_RUN_____] testChartDataTableWithMultipleLegendEntriesForOneDataSeries::TestBody
-testChartDataTableWithMultipleLegendEntriesForOneDataSeries::TestBody finished in: 432ms
+testChartDataTableWithMultipleLegendEntriesForOneDataSeries::TestBody finished in: 425ms
 [_RUN_____] testTdf150434::TestBody
-testTdf150434::TestBody finished in: 101ms
+testTdf150434::TestBody finished in: 100ms
 [_RUN_____] testTdf146066::TestBody
-testTdf146066::TestBody finished in: 110ms
+testTdf146066::TestBody finished in: 101ms
 [_RUN_____] testTdf139658::TestBody
-testTdf139658::TestBody finished in: 345ms
+testTdf139658::TestBody finished in: 348ms
 [_RUN_____] testTdf121281::TestBody
 testTdf121281::TestBody finished in: 74ms
 [_RUN_____] testTdfCustomShapePos::TestBody
-testTdfCustomShapePos::TestBody finished in: 116ms
+testTdfCustomShapePos::TestBody finished in: 119ms
 [_RUN_____] testTdf146463::TestBody
-testTdf146463::TestBody finished in: 174ms
+testTdf146463::TestBody finished in: 173ms
 [_RUN_____] testTdf137874::TestBody
-testTdf137874::TestBody finished in: 85ms
+testTdf137874::TestBody finished in: 69ms
 [_RUN_____] testTdf137734::TestBody
-testTdf137734::TestBody finished in: 131ms
+testTdf137734::TestBody finished in: 113ms
 [_RUN_____] testTdf137505::TestBody
-testTdf137505::TestBody finished in: 96ms
+testTdf137505::TestBody finished in: 97ms
 [_RUN_____] testTdf136752::TestBody
 $(SOURCE_DIR)/chart2/qa/extras/chart2import2.cxx:655:testTdf136752::TestBody
 double equality assertion failed
@@ -4323,9 +4325,9 @@
 
 testTdf136752::TestBody finished in: 95ms
 [_RUN_____] testTdf134111::TestBody
-testTdf134111::TestBody finished in: 106ms
+testTdf134111::TestBody finished in: 103ms
 [_RUN_____] testTdf91250::TestBody
-testTdf91250::TestBody finished in: 118ms
+testTdf91250::TestBody finished in: 105ms
 [_RUN_____] testTdf136105::TestBody
 $(SOURCE_DIR)/chart2/qa/extras/chart2import2.cxx:576:testTdf136105::TestBody
 double equality assertion failed
@@ -4333,9 +4335,9 @@
 - Actual  : 10752
 - Delta   : 500
 
-testTdf136105::TestBody finished in: 98ms
+testTdf136105::TestBody finished in: 100ms
 [_RUN_____] testTdf134225::TestBody
-testTdf134225::TestBody finished in: 89ms
+testTdf134225::TestBody finished in: 88ms
 [_RUN_____] testTdf133376::TestBody
 $(SOURCE_DIR)/chart2/qa/extras/chart2import2.cxx:516:testTdf133376::TestBody
 double equality assertion failed
@@ -4343,55 +4345,55 @@
 - Actual  : 1343
 - Delta   : 30
 
-testTdf133376::TestBody finished in: 89ms
+testTdf133376::TestBody finished in: 88ms
 [_RUN_____] testStockChartShiftedCategoryPosition::TestBody
-testStockChartShiftedCategoryPosition::TestBody finished in: 67ms
+testStockChartShiftedCategoryPosition::TestBody finished in: 70ms
 [_RUN_____] testTdf119138MissingAutoTitleDeleted::TestBody
-testTdf119138MissingAutoTitleDeleted::TestBody finished in: 224ms
+testTdf119138MissingAutoTitleDeleted::TestBody finished in: 212ms
 [_RUN_____] testTdf134978::TestBody
 testTdf134978::TestBody finished in: 81ms
 [_RUN_____] testTdf130032::TestBody
-testTdf130032::TestBody finished in: 100ms
+testTdf130032::TestBody finished in: 89ms
 [_RUN_____] testDataPointLabelCustomPos::TestBody
-testDataPointLabelCustomPos::TestBody finished in: 100ms
+testDataPointLabelCustomPos::TestBody finished in: 86ms
 [_RUN_____] testTdf125444PercentageCustomLabel::TestBody
-testTdf125444PercentageCustomLabel::TestBody finished in: 131ms
+testTdf125444PercentageCustomLabel::TestBody finished in: 130ms
 [_RUN_____] testTdf123206CustomLabelField::TestBody
-testTdf123206CustomLabelField::TestBody finished in: 124ms
+testTdf123206CustomLabelField::TestBody finished in: 107ms
 [_RUN_____] testTdf122765::TestBody
-testTdf122765::TestBody finished in: 297ms
+testTdf122765::TestBody finished in: 246ms
 [_RUN_____] testTdf123504::TestBody
-testTdf123504::TestBody finished in: 63ms
+testTdf123504::TestBody finished in: 65ms
 [_RUN_____] testXaxisValues::TestBody
-testXaxisValues::TestBody finished in: 123ms
+testXaxisValues::TestBody finished in: 111ms
 [_RUN_____] testMultilevelCategoryAxis::TestBody
-testMultilevelCategoryAxis::TestBody finished in: 121ms
+testMultilevelCategoryAxis::TestBody finished in: 113ms
 [_RUN_____] testSimpleCategoryAxis::TestBody
-testSimpleCategoryAxis::TestBody finished in: 145ms
+testSimpleCategoryAxis::TestBody finished in: 136ms
 [_RUN_____] testSourceNumberFormatComplexCategoriesXLS::TestBody
-testSourceNumberFormatComplexCategoriesXLS::TestBody finished in: 121ms
+testSourceNumberFormatComplexCategoriesXLS::TestBody finished in: 114ms
 [_RUN_____] testExternalStrRefsXLSX::TestBody
-testExternalStrRefsXLSX::TestBody finished in: 111ms
+testExternalStrRefsXLSX::TestBody finished in: 94ms
 [_RUN_____] testDataPointInheritedColorDOCX::TestBody
-testDataPointInheritedColorDOCX::TestBody finished in: 143ms
+testDataPointInheritedColorDOCX::TestBody finished in: 115ms
 [_RUN_____] testDeletedDataLabel::TestBody
-testDeletedDataLabel::TestBody finished in: 114ms
+testDeletedDataLabel::TestBody finished in: 116ms
 [_RUN_____] testTdf130657::TestBody
-testTdf130657::TestBody finished in: 130ms
+testTdf130657::TestBody finished in: 116ms
 [_RUN_____] testTdf128634::TestBody
 testTdf128634::TestBody finished in: 107ms
 [_RUN_____] testTdf128627::TestBody
-testTdf128627::TestBody finished in: 114ms
+testTdf128627::TestBody finished in: 86ms
 [_RUN_____] testTdf128432::TestBody
-testTdf128432::TestBody finished in: 102ms
+testTdf128432::TestBody finished in: 100ms
 [_RUN_____] testTdf128733::TestBody
-testTdf128733::TestBody finished in: 64ms
+testTdf128733::TestBody finished in: 65ms
 [_RUN_____] testTdf127393::TestBody
-testTdf127393::TestBody finished in: 227ms
+testTdf127393::TestBody finished in: 231ms
 [_RUN_____] testTdf124243::TestBody
 testTdf124243::TestBody finished in: 119ms
 [_RUN_____] testTdf114179::TestBody
-testTdf114179::TestBody finished in: 101ms
+testTdf114179::TestBody finished in: 98ms
 chart2import2.cxx:655:Assertion
 Test name: testTdf136752::TestBody
 double equality assertion failed
@@ -4588,23 +4590,23 @@
 [LNK] CppunitTest/libtest_sc_macros_test.so
 [CUT] sc_macros_test
 [_RUN_____] testTdf116127::TestBody
-testTdf116127::TestBody finished in: 203ms
+testTdf116127::TestBody finished in: 188ms
 [_RUN_____] testTdf154803::TestBody
 testTdf154803::TestBody finished in: 42ms
 [_RUN_____] testTdf147122::TestBody
-testTdf147122::TestBody finished in: 41ms
+testTdf147122::TestBody finished in: 43ms
 [_RUN_____] testFunctionAccessIndirect::TestBody
-testFunctionAccessIndirect::TestBody finished in: 254ms
+testFunctionAccessIndirect::TestBody finished in: 239ms
 [_RUN_____] testShapeLayerId::TestBody
 testShapeLayerId::TestBody finished in: 46ms
 [_RUN_____] testTdf107572::TestBody
 testTdf107572::TestBody finished in: 48ms
 [_RUN_____] testTdf105558::TestBody
-testTdf105558::TestBody finished in: 93ms
+testTdf105558::TestBody finished in: 79ms
 [_RUN_____] testTdf138646::TestBody
-testTdf138646::TestBody finished in: 60ms
+testTdf138646::TestBody finished in: 67ms
 [_RUN_____] testTdf144970::TestBody
-/bin/sh: 22806: Memory fault(coredump)
+/bin/sh: 27446: Memory fault(coredump)
 
 It looks like $(@D)/workdir/LinkTarget/Executable/cppunittester generated $(@D)/workdir/CppunitTest/sc_macros_test.test.core/core
 Backtraces:
@@ -4678,7 +4680,7 @@
 
 warning: could not convert 'mutex_t' from the host encoding (ISO-8859-1) to UTF-32.
 This normally should not happen, please file a bug report.
-Core was generated by `$(BUILD_DIR)/'.
+Core was generated by `$(COMPONENT_DIR)/bu'.
 Program terminated with signal SIGSEGV, Segmentation fault.
 The current thread has terminated
 /usr/gcc/13/lib/amd64/../../share/gcc-13.2.0/python/libstdcxx/v6/printers.py:1273: DeprecationWarning: invalid escape sequence \d
@@ -4709,7 +4711,7 @@
   m = re.match('.*\[(\d+)]$', str(self._elem_type))
 /usr/gcc/13/lib/amd64/../../share/gcc-13.2.0/python/libstdcxx/v6/xmethods.py:775: DeprecationWarning: invalid escape sequence \d
   if not re.match('^std::(__\d+::)?shared_ptr<.*>$', class_type.tag):
-/tmp/tmp.HG7zSQr2ZL:1: Error in sourced command file:
+/tmp/tmp.imHQ5JTlQH:1: Error in sourced command file:
 The current thread has terminated
 
 
@@ -4755,57 +4757,57 @@
 [LNK] CppunitTest/libtest_sc_subsequent_filters_test.so
 [CUT] sc_subsequent_filters_test
 [_RUN_____] testCondFormatCfvoScaleValueXLSX::TestBody
-testCondFormatCfvoScaleValueXLSX::TestBody finished in: 279ms
+testCondFormatCfvoScaleValueXLSX::TestBody finished in: 299ms
 [_RUN_____] testRowIndex1BasedXLSX::TestBody
-testRowIndex1BasedXLSX::TestBody finished in: 65ms
+testRowIndex1BasedXLSX::TestBody finished in: 84ms
 [_RUN_____] testCellValueXLSX::TestBody
-testCellValueXLSX::TestBody finished in: 129ms
+testCellValueXLSX::TestBody finished in: 126ms
 [_RUN_____] testBrokenQuotesCSV::TestBody
-testBrokenQuotesCSV::TestBody finished in: 114ms
+testBrokenQuotesCSV::TestBody finished in: 153ms
 [_RUN_____] testDataTableMultiTableXLSX::TestBody
-testDataTableMultiTableXLSX::TestBody finished in: 70ms
+testDataTableMultiTableXLSX::TestBody finished in: 109ms
 [_RUN_____] testDataTableOneVarXLSX::TestBody
-testDataTableOneVarXLSX::TestBody finished in: 64ms
+testDataTableOneVarXLSX::TestBody finished in: 69ms
 [_RUN_____] testDataTableMortgageXLS::TestBody
-testDataTableMortgageXLS::TestBody finished in: 53ms
+testDataTableMortgageXLS::TestBody finished in: 52ms
 [_RUN_____] testDataValidityXLSX::TestBody
-testDataValidityXLSX::TestBody finished in: 97ms
+testDataValidityXLSX::TestBody finished in: 130ms
 [_RUN_____] testDataValidityODS::TestBody
-testDataValidityODS::TestBody finished in: 75ms
+testDataValidityODS::TestBody finished in: 110ms
 [_RUN_____] testRepeatedColumnsODS::TestBody
-testRepeatedColumnsODS::TestBody finished in: 51ms
+testRepeatedColumnsODS::TestBody finished in: 88ms
 [_RUN_____] testMergedCellsODS::TestBody
-testMergedCellsODS::TestBody finished in: 53ms
+testMergedCellsODS::TestBody finished in: 72ms
 [_RUN_____] testBugFixesXLSX::TestBody
-testBugFixesXLSX::TestBody finished in: 91ms
+testBugFixesXLSX::TestBody finished in: 96ms
 [_RUN_____] testBugFixesXLS::TestBody
-testBugFixesXLS::TestBody finished in: 51ms
+testBugFixesXLS::TestBody finished in: 58ms
 [_RUN_____] testBugFixesODS::TestBody
-testBugFixesODS::TestBody finished in: 58ms
+testBugFixesODS::TestBody finished in: 89ms
 [_RUN_____] testBordersOoo33::TestBody
-testBordersOoo33::TestBody finished in: 55ms
+testBordersOoo33::TestBody finished in: 67ms
 [_RUN_____] testBorderODS::TestBody
-testBorderODS::TestBody finished in: 53ms
+testBorderODS::TestBody finished in: 120ms
 [_RUN_____] testDoubleThinBorder::TestBody
 testDoubleThinBorder::TestBody finished in: 54ms
 [_RUN_____] testMatrixXLS::TestBody
-testMatrixXLS::TestBody finished in: 60ms
+testMatrixXLS::TestBody finished in: 88ms
 [_RUN_____] testMatrixODS::TestBody
-testMatrixODS::TestBody finished in: 69ms
+testMatrixODS::TestBody finished in: 78ms
 [_RUN_____] testFormatsODS::TestBody
-testFormatsODS::TestBody finished in: 78ms
+testFormatsODS::TestBody finished in: 84ms
 [_RUN_____] testDatabaseRangesXLSX::TestBody
-testDatabaseRangesXLSX::TestBody finished in: 117ms
+testDatabaseRangesXLSX::TestBody finished in: 133ms
 [_RUN_____] testDatabaseRangesXLS::TestBody
-testDatabaseRangesXLS::TestBody finished in: 67ms
+testDatabaseRangesXLS::TestBody finished in: 272ms
 [_RUN_____] testDatabaseRangesODS::TestBody
-testDatabaseRangesODS::TestBody finished in: 55ms
+testDatabaseRangesODS::TestBody finished in: 85ms
 [_RUN_____] testFormulaDepDeleteContentsODS::TestBody
-testFormulaDepDeleteContentsODS::TestBody finished in: 62ms
+testFormulaDepDeleteContentsODS::TestBody finished in: 66ms
 [_RUN_____] testFormulaDepAcrossSheetsODS::TestBody
-testFormulaDepAcrossSheetsODS::TestBody finished in: 115ms
+testFormulaDepAcrossSheetsODS::TestBody finished in: 143ms
 [_RUN_____] testCachedMatrixFormulaResultsODS::TestBody
-testCachedMatrixFormulaResultsODS::TestBody finished in: 69ms
+testCachedMatrixFormulaResultsODS::TestBody finished in: 85ms
 [_RUN_____] testCachedFormulaResultsODS::TestBody
 $(SOURCE_DIR)/sc/qa/unit/helper/csv_handler.hxx:111:testCachedFormulaResultsODS::TestBody
 equality assertion failed
@@ -4813,11 +4815,11 @@
 - Actual  : #NUM!
 - Error in Table: 2 Column: 0 Row: 23; Expected: '15' Found: '#NUM!'
 
-testCachedFormulaResultsODS::TestBody finished in: 138ms
+testCachedFormulaResultsODS::TestBody finished in: 150ms
 [_RUN_____] testCeilingFloorXLSX::TestBody
-testCeilingFloorXLSX::TestBody finished in: 74ms
+testCeilingFloorXLSX::TestBody finished in: 79ms
 [_RUN_____] testFunctionsExcel2010::TestBody
-testFunctionsExcel2010::TestBody finished in: 92ms
+testFunctionsExcel2010::TestBody finished in: 116ms
 [_RUN_____] testFunctionsODS::TestBody
 $(SOURCE_DIR)/sc/qa/unit/helper/csv_handler.hxx:111:testFunctionsODS::TestBody
 equality assertion failed
@@ -4825,71 +4827,71 @@
 - Actual  : #NUM!
 - Error in Table: 2 Column: 0 Row: 23; Expected: '15' Found: '#NUM!'
 
-testFunctionsODS::TestBody finished in: 144ms
+testFunctionsODS::TestBody finished in: 151ms
 [_RUN_____] testHardRecalcODS::TestBody
-testHardRecalcODS::TestBody finished in: 57ms
+testHardRecalcODS::TestBody finished in: 61ms
 [_RUN_____] testHyperlinksXLSX::TestBody
-testHyperlinksXLSX::TestBody finished in: 83ms
+testHyperlinksXLSX::TestBody finished in: 86ms
 [_RUN_____] testRangeNameODS::TestBody
-testRangeNameODS::TestBody finished in: 64ms
+testRangeNameODS::TestBody finished in: 59ms
 [_RUN_____] testRangeNameXLSX::TestBody
-testRangeNameXLSX::TestBody finished in: 103ms
+testRangeNameXLSX::TestBody finished in: 107ms
 [_RUN_____] testRangeNameLocalXLS::TestBody
-testRangeNameLocalXLS::TestBody finished in: 57ms
+testRangeNameLocalXLS::TestBody finished in: 60ms
 [_RUN_____] testRangeNameXLS::TestBody
-testRangeNameXLS::TestBody finished in: 77ms
+testRangeNameXLS::TestBody finished in: 63ms
 [_RUN_____] testTdf76310::TestBody
-testTdf76310::TestBody finished in: 64ms
+testTdf76310::TestBody finished in: 62ms
 [_RUN_____] testTdf143809::TestBody
-testTdf143809::TestBody finished in: 60ms
+testTdf143809::TestBody finished in: 77ms
 [_RUN_____] testBooleanFormatXLSX::TestBody
-testBooleanFormatXLSX::TestBody finished in: 103ms
+testBooleanFormatXLSX::TestBody finished in: 90ms
 [_RUN_____] testBasicCellContentODS::TestBody
 testBasicCellContentODS::TestBody finished in: 61ms
 [_RUN_____] testDeleteCircleInMergedCellODS::TestBody
-testDeleteCircleInMergedCellODS::TestBody finished in: 64ms
+testDeleteCircleInMergedCellODS::TestBody finished in: 61ms
 [_RUN_____] testUpdateCircleInMergedCellODS::TestBody
-testUpdateCircleInMergedCellODS::TestBody finished in: 66ms
+testUpdateCircleInMergedCellODS::TestBody finished in: 69ms
 [_RUN_____] testExtCondFormatXLSX::TestBody
-testExtCondFormatXLSX::TestBody finished in: 96ms
+testExtCondFormatXLSX::TestBody finished in: 83ms
 [_RUN_____] testCondFormatBeginsAndEndsWithXLSX::TestBody
-testCondFormatBeginsAndEndsWithXLSX::TestBody finished in: 82ms
+testCondFormatBeginsAndEndsWithXLSX::TestBody finished in: 85ms
 [_RUN_____] testCondFormatFormulaIsXLSX::TestBody
-testCondFormatFormulaIsXLSX::TestBody finished in: 107ms
+testCondFormatFormulaIsXLSX::TestBody finished in: 84ms
 [_RUN_____] testTdf48731::TestBody
 testTdf48731::TestBody finished in: 53ms
 [_RUN_____] testTdf150452::TestBody
-testTdf150452::TestBody finished in: 70ms
+testTdf150452::TestBody finished in: 63ms
 [_RUN_____] testTdf139934::TestBody
-testTdf139934::TestBody finished in: 108ms
+testTdf139934::TestBody finished in: 80ms
 [_RUN_____] testTdf119292::TestBody
-testTdf119292::TestBody finished in: 71ms
+testTdf119292::TestBody finished in: 73ms
 [_RUN_____] testCondFormatOperatorsSameRangeXLSX::TestBody
-testCondFormatOperatorsSameRangeXLSX::TestBody finished in: 86ms
+testCondFormatOperatorsSameRangeXLSX::TestBody finished in: 74ms
 [_RUN_____] testContentGnumeric::TestBody
-testContentGnumeric::TestBody finished in: 75ms
+testContentGnumeric::TestBody finished in: 62ms
 [_RUN_____] testContentXLS_XML::TestBody
-testContentXLS_XML::TestBody finished in: 87ms
+testContentXLS_XML::TestBody finished in: 54ms
 [_RUN_____] testContentXLSB::TestBody
-testContentXLSB::TestBody finished in: 141ms
+testContentXLSB::TestBody finished in: 121ms
 [_RUN_____] testContentDIF::TestBody
-testContentDIF::TestBody finished in: 733ms
+testContentDIF::TestBody finished in: 736ms
 [_RUN_____] testContentLotus123::TestBody
-Dialog "Import Lotus file"cancelled in silent modetestContentLotus123::TestBody finished in: 167ms
+Dialog "Import Lotus file"cancelled in silent modetestContentLotus123::TestBody finished in: 151ms
 [_RUN_____] testContentXLSXStrict::TestBody
-testContentXLSXStrict::TestBody finished in: 92ms
+testContentXLSXStrict::TestBody finished in: 90ms
 [_RUN_____] testContentXLSX::TestBody
-testContentXLSX::TestBody finished in: 114ms
+testContentXLSX::TestBody finished in: 117ms
 [_RUN_____] testContentXLS::TestBody
-testContentXLS::TestBody finished in: 70ms
+testContentXLS::TestBody finished in: 68ms
 [_RUN_____] testContentODS::TestBody
-testContentODS::TestBody finished in: 64ms
+testContentODS::TestBody finished in: 66ms
 [_RUN_____] testTdf138601_CondFormatXLSX::TestBody
-testTdf138601_CondFormatXLSX::TestBody finished in: 83ms
+testTdf138601_CondFormatXLSX::TestBody finished in: 79ms
 [_RUN_____] testTdf156028_ColorScale_XLSX::TestBody
-testTdf156028_ColorScale_XLSX::TestBody finished in: 91ms
+testTdf156028_ColorScale_XLSX::TestBody finished in: 79ms
 [_RUN_____] testTdf155321_CondFormatColor_XLSX::TestBody
-testTdf155321_CondFormatColor_XLSX::TestBody finished in: 99ms
+testTdf155321_CondFormatColor_XLSX::TestBody finished in: 76ms
 csv_handler.hxx:111:Assertion
 Test name: testCachedFormulaResultsODS::TestBody
 equality assertion failed
@@ -4930,85 +4932,85 @@
 [LNK] CppunitTest/libtest_sc_subsequent_filters_test3.so
 [CUT] sc_subsequent_filters_test3
 [_RUN_____] testTdf108188_pagestyle::TestBody
-testTdf108188_pagestyle::TestBody finished in: 276ms
+testTdf108188_pagestyle::TestBody finished in: 292ms
 [_RUN_____] testTdf82984_zip64XLSXImport::TestBody
 testTdf82984_zip64XLSXImport::TestBody finished in: 86ms
 [_RUN_____] testTdf104502_hiddenColsCountedInPageCount::TestBody
-testTdf104502_hiddenColsCountedInPageCount::TestBody finished in: 51ms
+testTdf104502_hiddenColsCountedInPageCount::TestBody finished in: 64ms
 [_RUN_____] testTdf130725::TestBody
-testTdf130725::TestBody finished in: 42ms
+testTdf130725::TestBody finished in: 44ms
 [_RUN_____] testTdf129789::TestBody
-testTdf129789::TestBody finished in: 85ms
+testTdf129789::TestBody finished in: 87ms
 [_RUN_____] testTdf128951::TestBody
-testTdf128951::TestBody finished in: 40ms
+testTdf128951::TestBody finished in: 41ms
 [_RUN_____] testTdf141914::TestBody
-testTdf141914::TestBody finished in: 139ms
+testTdf141914::TestBody finished in: 160ms
 [_RUN_____] testTdf31231::TestBody
-testTdf31231::TestBody finished in: 139ms
+testTdf31231::TestBody finished in: 142ms
 [_RUN_____] testTdf104310::TestBody
-testTdf104310::TestBody finished in: 133ms
+testTdf104310::TestBody finished in: 145ms
 [_RUN_____] testRhbz1390776::TestBody
-testRhbz1390776::TestBody finished in: 44ms
+testRhbz1390776::TestBody finished in: 45ms
 [_RUN_____] testTdf103960::TestBody
-testTdf103960::TestBody finished in: 43ms
+testTdf103960::TestBody finished in: 59ms
 [_RUN_____] testTdf88821_2::TestBody
-testTdf88821_2::TestBody finished in: 46ms
+testTdf88821_2::TestBody finished in: 55ms
 [_RUN_____] testTdf88821::TestBody
-testTdf88821::TestBody finished in: 44ms
+testTdf88821::TestBody finished in: 57ms
 [_RUN_____] testTdf98657::TestBody
-testTdf98657::TestBody finished in: 76ms
+testTdf98657::TestBody finished in: 100ms
 [_RUN_____] testTdf91979::TestBody
 testTdf91979::TestBody finished in: 43ms
 [_RUN_____] testTdf43534::TestBody
-testTdf43534::TestBody finished in: 62ms
+testTdf43534::TestBody finished in: 94ms
 [_RUN_____] testTdf43700::TestBody
-testTdf43700::TestBody finished in: 54ms
+testTdf43700::TestBody finished in: 87ms
 [_RUN_____] testTdf36933::TestBody
-testTdf36933::TestBody finished in: 59ms
+testTdf36933::TestBody finished in: 76ms
 [_RUN_____] testTdf64229::TestBody
-testTdf64229::TestBody finished in: 61ms
+testTdf64229::TestBody finished in: 76ms
 [_RUN_____] testTdf137216_HideCol::TestBody
-testTdf137216_HideCol::TestBody finished in: 58ms
+testTdf137216_HideCol::TestBody finished in: 60ms
 [_RUN_____] testTdf151818_SmartArtFontColor::TestBody
-testTdf151818_SmartArtFontColor::TestBody finished in: 92ms
+testTdf151818_SmartArtFontColor::TestBody finished in: 114ms
 [_RUN_____] testTdf83671_SmartArt_import2::TestBody
-testTdf83671_SmartArt_import2::TestBody finished in: 83ms
+testTdf83671_SmartArt_import2::TestBody finished in: 97ms
 [_RUN_____] testTdf83671_SmartArt_import::TestBody
-testTdf83671_SmartArt_import::TestBody finished in: 80ms
+testTdf83671_SmartArt_import::TestBody finished in: 102ms
 [_RUN_____] testTooManyColsRows::TestBody
-testTooManyColsRows::TestBody finished in: 875ms
+testTooManyColsRows::TestBody finished in: 914ms
 [_RUN_____] testInvalidBareBiff5::TestBody
-testInvalidBareBiff5::TestBody finished in: 52ms
+testInvalidBareBiff5::TestBody finished in: 54ms
 [_RUN_____] testAutofilterNamedRangesXLSX::TestBody
-testAutofilterNamedRangesXLSX::TestBody finished in: 68ms
+testAutofilterNamedRangesXLSX::TestBody finished in: 76ms
 [_RUN_____] testTdf139763ShapeAnchor::TestBody
-testTdf139763ShapeAnchor::TestBody finished in: 68ms
+testTdf139763ShapeAnchor::TestBody finished in: 71ms
 [_RUN_____] testTdf147014::TestBody
-testTdf147014::TestBody finished in: 67ms
+testTdf147014::TestBody finished in: 85ms
 [_RUN_____] testTdf146722::TestBody
-testTdf146722::TestBody finished in: 57ms
+testTdf146722::TestBody finished in: 84ms
 [_RUN_____] testTdf144740::TestBody
-testTdf144740::TestBody finished in: 59ms
+testTdf144740::TestBody finished in: 69ms
 [_RUN_____] testTdf139612::TestBody
-testTdf139612::TestBody finished in: 60ms
+testTdf139612::TestBody finished in: 66ms
 [_RUN_____] testTdf119190::TestBody
-testTdf119190::TestBody finished in: 77ms
+testTdf119190::TestBody finished in: 107ms
 [_RUN_____] testTdf129940::TestBody
-testTdf129940::TestBody finished in: 348ms
+testTdf129940::TestBody finished in: 266ms
 [_RUN_____] testDeleteCirclesInRowAndCol::TestBody
-testDeleteCirclesInRowAndCol::TestBody finished in: 58ms
+testDeleteCirclesInRowAndCol::TestBody finished in: 87ms
 [_RUN_____] testDrawCircleInMergeCells::TestBody
-testDrawCircleInMergeCells::TestBody finished in: 69ms
+testDrawCircleInMergeCells::TestBody finished in: 86ms
 [_RUN_____] testDeleteCircles::TestBody
-testDeleteCircles::TestBody finished in: 70ms
+testDeleteCircles::TestBody finished in: 73ms
 [_RUN_____] testTextLengthDataValidityXLSX::TestBody
-testTextLengthDataValidityXLSX::TestBody finished in: 78ms
+testTextLengthDataValidityXLSX::TestBody finished in: 86ms
 [_RUN_____] testTextBoxBodyRotateAngle::TestBody
-testTextBoxBodyRotateAngle::TestBody finished in: 69ms
+testTextBoxBodyRotateAngle::TestBody finished in: 71ms
 [_RUN_____] testTextBoxBodyUpright::TestBody
 testTextBoxBodyUpright::TestBody finished in: 86ms
 [_RUN_____] testShapeDisplacementOnRotationImport::TestBody
-testShapeDisplacementOnRotationImport::TestBody finished in: 70ms
+testShapeDisplacementOnRotationImport::TestBody finished in: 181ms
 [_RUN_____] testShapeRotationImport::TestBody
 $(SOURCE_DIR)/sc/qa/unit/subsequent_filters_test3.cxx:740:testShapeRotationImport::TestBody
 equality assertion failed
@@ -5016,66 +5018,66 @@
 - Actual  : 9419
 - RotateAngle = 22600
 
-testShapeRotationImport::TestBody finished in: 88ms
+testShapeRotationImport::TestBody finished in: 118ms
 [_RUN_____] testPreviewMissingObjLink::TestBody
-testPreviewMissingObjLink::TestBody finished in: 80ms
+testPreviewMissingObjLink::TestBody finished in: 66ms
 [_RUN_____] testTdf152053::TestBody
-testTdf152053::TestBody finished in: 50ms
+testTdf152053::TestBody finished in: 62ms
 [_RUN_____] testTdf148423::TestBody
 testTdf148423::TestBody finished in: 49ms
 [_RUN_____] testXLSDefColWidth::TestBody
-testXLSDefColWidth::TestBody finished in: 99ms
+testXLSDefColWidth::TestBody finished in: 109ms
 [_RUN_____] testAutoheight2Rows::TestBody
-testAutoheight2Rows::TestBody finished in: 60ms
+testAutoheight2Rows::TestBody finished in: 69ms
 [_RUN_____] testVBAMacroFunctionODS::TestBody
 =NRALBUMS(A1)
-testVBAMacroFunctionODS::TestBody finished in: 129ms
+testVBAMacroFunctionODS::TestBody finished in: 130ms
 [_RUN_____] testTdf115022::TestBody
-testTdf115022::TestBody finished in: 92ms
+testTdf115022::TestBody finished in: 110ms
 [_RUN_____] testTdf98481::TestBody
-testTdf98481::TestBody finished in: 85ms
+testTdf98481::TestBody finished in: 101ms
 [_RUN_____] testTdf35636::TestBody
-testTdf35636::TestBody finished in: 78ms
+testTdf35636::TestBody finished in: 66ms
 [_RUN_____] testTdf72470::TestBody
-testTdf72470::TestBody finished in: 53ms
+testTdf72470::TestBody finished in: 70ms
 [_RUN_____] testTdf112780::TestBody
-testTdf112780::TestBody finished in: 166ms
+testTdf112780::TestBody finished in: 175ms
 [_RUN_____] testTdf137453::TestBody
-testTdf137453::TestBody finished in: 72ms
+testTdf137453::TestBody finished in: 84ms
 [_RUN_____] testTdf62268::TestBody
-testTdf62268::TestBody finished in: 65ms
+testTdf62268::TestBody finished in: 78ms
 [_RUN_____] testTdf70455::TestBody
-testTdf70455::TestBody finished in: 102ms
+testTdf70455::TestBody finished in: 142ms
 [_RUN_____] testTdf141495::TestBody
-Dialog "Information, Because the current formula separator settings conflict with the locale, the formula separators have been reset to their default values."cancelled in silent modetestTdf141495::TestBody finished in: 82ms
+Dialog "Information, Because the current formula separator settings conflict with the locale, the formula separators have been reset to their default values."cancelled in silent modetestTdf141495::TestBody finished in: 100ms
 [_RUN_____] testTdf137091::TestBody
-testTdf137091::TestBody finished in: 104ms
+testTdf137091::TestBody finished in: 102ms
 [_RUN_____] testTdf150815_RepaintSparkline::TestBody
-Dialog "Information, Because the current formula separator settings conflict with the locale, the formula separators have been reset to their default values."cancelled in silent modetestTdf150815_RepaintSparkline::TestBody finished in: 74ms
+Dialog "Information, Because the current formula separator settings conflict with the locale, the formula separators have been reset to their default values."cancelled in silent modetestTdf150815_RepaintSparkline::TestBody finished in: 82ms
 [_RUN_____] testTdf131471::TestBody
-testTdf131471::TestBody finished in: 79ms
+testTdf131471::TestBody finished in: 72ms
 [_RUN_____] testCondFormatFormulaListenerXLSX::TestBody
-testCondFormatFormulaListenerXLSX::TestBody finished in: 75ms
+testCondFormatFormulaListenerXLSX::TestBody finished in: 90ms
 [_RUN_____] testtdf120301_xmlSpaceParsingXLSX::TestBody
-testtdf120301_xmlSpaceParsingXLSX::TestBody finished in: 83ms
+testtdf120301_xmlSpaceParsingXLSX::TestBody finished in: 87ms
 [_RUN_____] testTdf60673::TestBody
-testTdf60673::TestBody finished in: 77ms
+testTdf60673::TestBody finished in: 93ms
 [_RUN_____] testActiveXCheckboxXLSX::TestBody
-testActiveXCheckboxXLSX::TestBody finished in: 77ms
+testActiveXCheckboxXLSX::TestBody finished in: 76ms
 [_RUN_____] testPageScalingXLSX::TestBody
 testPageScalingXLSX::TestBody finished in: 116ms
 [_RUN_____] testCondFormatXLSB::TestBody
-testCondFormatXLSB::TestBody finished in: 73ms
+testCondFormatXLSB::TestBody finished in: 99ms
 [_RUN_____] testWrapAndShrinkXLSXML::TestBody
-testWrapAndShrinkXLSXML::TestBody finished in: 55ms
+testWrapAndShrinkXLSXML::TestBody finished in: 62ms
 [_RUN_____] testCharacterSetXLSXML::TestBody
-testCharacterSetXLSXML::TestBody finished in: 70ms
+testCharacterSetXLSXML::TestBody finished in: 76ms
 [_RUN_____] testColumnWidthRowHeightXLSXML::TestBody
 testColumnWidthRowHeightXLSXML::TestBody finished in: 54ms
 [_RUN_____] testHiddenRowsColumnsXLSXML::TestBody
 testHiddenRowsColumnsXLSXML::TestBody finished in: 53ms
 [_RUN_____] testBorderColorsXLSXML::TestBody
-testBorderColorsXLSXML::TestBody finished in: 54ms
+testBorderColorsXLSXML::TestBody finished in: 53ms
 subsequent_filters_test3.cxx:740:Assertion
 Test name: testShapeRotationImport::TestBody
 equality assertion failed
@@ -5121,101 +5123,101 @@
 [LNK] CppunitTest/libtest_sc_subsequent_export_test4.so
 [CUT] sc_subsequent_export_test4
 [_RUN_____] testTdf157318::TestBody
-testTdf157318::TestBody finished in: 406ms
+testTdf157318::TestBody finished in: 408ms
 [_RUN_____] testTdf100034::TestBody
-testTdf100034::TestBody finished in: 378ms
+testTdf100034::TestBody finished in: 394ms
 [_RUN_____] testTdf152980::TestBody
-testTdf152980::TestBody finished in: 207ms
+testTdf152980::TestBody finished in: 201ms
 [_RUN_____] testTdf119565::TestBody
-testTdf119565::TestBody finished in: 207ms
+testTdf119565::TestBody finished in: 218ms
 [_RUN_____] testCommentStyles::TestBody
 testCommentStyles::TestBody finished in: 381ms
 [_RUN_____] testShapeStyles::TestBody
-testShapeStyles::TestBody finished in: 198ms
+testShapeStyles::TestBody finished in: 200ms
 [_RUN_____] testAutofilterHiddenButton::TestBody
-testAutofilterHiddenButton::TestBody finished in: 174ms
+testAutofilterHiddenButton::TestBody finished in: 187ms
 [_RUN_____] testTotalsRowFunction::TestBody
-testTotalsRowFunction::TestBody finished in: 355ms
+testTotalsRowFunction::TestBody finished in: 366ms
 [_RUN_____] testEmbeddedTextInDecimal::TestBody
-testEmbeddedTextInDecimal::TestBody finished in: 350ms
+testEmbeddedTextInDecimal::TestBody finished in: 386ms
 [_RUN_____] testSecondsWithoutTruncateAndDecimals::TestBody
-testSecondsWithoutTruncateAndDecimals::TestBody finished in: 230ms
+testSecondsWithoutTruncateAndDecimals::TestBody finished in: 235ms
 [_RUN_____] testTdf148820::TestBody
-testTdf148820::TestBody finished in: 113ms
+testTdf148820::TestBody finished in: 306ms
 [_RUN_____] testTdf91286::TestBody
-testTdf91286::TestBody finished in: 76ms
+testTdf91286::TestBody finished in: 97ms
 [_RUN_____] testXlsxRowsOrder::TestBody
-testXlsxRowsOrder::TestBody finished in: 293ms
+testXlsxRowsOrder::TestBody finished in: 323ms
 [_RUN_____] testWholeRowBold::TestBody
-testWholeRowBold::TestBody finished in: 676ms
+testWholeRowBold::TestBody finished in: 694ms
 [_RUN_____] testTdf130104_XLSXIndent::TestBody
-testTdf130104_XLSXIndent::TestBody finished in: 91ms
+testTdf130104_XLSXIndent::TestBody finished in: 131ms
 [_RUN_____] testTdf145059::TestBody
-testTdf145059::TestBody finished in: 91ms
+testTdf145059::TestBody finished in: 131ms
 [_RUN_____] testTdf142578::TestBody
-testTdf142578::TestBody finished in: 76ms
+testTdf142578::TestBody finished in: 85ms
 [_RUN_____] testTdf143929MultiColumnToODS::TestBody
-testTdf143929MultiColumnToODS::TestBody finished in: 233ms
+testTdf143929MultiColumnToODS::TestBody finished in: 241ms
 [_RUN_____] testTdf142264ManyChartsToXLSX::TestBody
-testTdf142264ManyChartsToXLSX::TestBody finished in: 1861ms
+testTdf142264ManyChartsToXLSX::TestBody finished in: 1862ms
 [_RUN_____] testHyperlinkLocationXLSX::TestBody
 testHyperlinkLocationXLSX::TestBody finished in: 88ms
 [_RUN_____] testExternalDefinedNameXLSX::TestBody
 Dialog "Warning, The following external file could not be loaded. Data linked from this file did not get updated.
 
-file://$(SOURCE_DIR)/sc/qa/unit/data/xlsx/reference.xlsx"cancelled in silent modetestExternalDefinedNameXLSX::TestBody finished in: 179ms
+file://$(SOURCE_DIR)/sc/qa/unit/data/xlsx/reference.xlsx"cancelled in silent modetestExternalDefinedNameXLSX::TestBody finished in: 180ms
 [_RUN_____] testInvalidNamedRange::TestBody
-testInvalidNamedRange::TestBody finished in: 67ms
+testInvalidNamedRange::TestBody finished in: 119ms
 [_RUN_____] testTdf142929_filterLessThanXLSX::TestBody
 testTdf142929_filterLessThanXLSX::TestBody finished in: 88ms
 [_RUN_____] testButtonFormControlXlsxExport::TestBody
-testButtonFormControlXlsxExport::TestBody finished in: 98ms
+testButtonFormControlXlsxExport::TestBody finished in: 115ms
 [_RUN_____] testCheckboxFormControlXlsxExport::TestBody
-testCheckboxFormControlXlsxExport::TestBody finished in: 92ms
+testCheckboxFormControlXlsxExport::TestBody finished in: 112ms
 [_RUN_____] testTdf140431::TestBody
-testTdf140431::TestBody finished in: 321ms
+testTdf140431::TestBody finished in: 350ms
 [_RUN_____] testTdf152581_bordercolorNotExportedToXLSX::TestBody
-testTdf152581_bordercolorNotExportedToXLSX::TestBody finished in: 89ms
+testTdf152581_bordercolorNotExportedToXLSX::TestBody finished in: 252ms
 [_RUN_____] testTdf151755_stylesLostOnXLSXExport::TestBody
-testTdf151755_stylesLostOnXLSXExport::TestBody finished in: 106ms
+testTdf151755_stylesLostOnXLSXExport::TestBody finished in: 144ms
 [_RUN_____] testTdf145129_DefaultRowHeightRounding::TestBody
-testTdf145129_DefaultRowHeightRounding::TestBody finished in: 69ms
+testTdf145129_DefaultRowHeightRounding::TestBody finished in: 87ms
 [_RUN_____] testTdf144642_RowHeightRounding::TestBody
-testTdf144642_RowHeightRounding::TestBody finished in: 138ms
+testTdf144642_RowHeightRounding::TestBody finished in: 146ms
 [_RUN_____] testTdf139258_rotated_image::TestBody
-testTdf139258_rotated_image::TestBody finished in: 79ms
+testTdf139258_rotated_image::TestBody finished in: 92ms
 [_RUN_____] testTdf136721_paper_size::TestBody
-testTdf136721_paper_size::TestBody finished in: 93ms
+testTdf136721_paper_size::TestBody finished in: 97ms
 [_RUN_____] testTdf84874::TestBody
-testTdf84874::TestBody finished in: 156ms
+testTdf84874::TestBody finished in: 164ms
 [_RUN_____] testTdf147088::TestBody
-testTdf147088::TestBody finished in: 148ms
+testTdf147088::TestBody finished in: 199ms
 [_RUN_____] testTdf129969::TestBody
-testTdf129969::TestBody finished in: 168ms
+testTdf129969::TestBody finished in: 216ms
 [_RUN_____] testTdf138824_linkToParentDirectory::TestBody
-testTdf138824_linkToParentDirectory::TestBody finished in: 80ms
+testTdf138824_linkToParentDirectory::TestBody finished in: 99ms
 [_RUN_____] testTdf138741_externalLinkSkipUnusedsCrash::TestBody
-testTdf138741_externalLinkSkipUnusedsCrash::TestBody finished in: 113ms
+testTdf138741_externalLinkSkipUnusedsCrash::TestBody finished in: 139ms
 [_RUN_____] testTdf51022_lostPrintRange::TestBody
-testTdf51022_lostPrintRange::TestBody finished in: 289ms
+testTdf51022_lostPrintRange::TestBody finished in: 313ms
 [_RUN_____] testTdf87973_externalLinkSkipUnuseds::TestBody
-testTdf87973_externalLinkSkipUnuseds::TestBody finished in: 197ms
+testTdf87973_externalLinkSkipUnuseds::TestBody finished in: 199ms
 [_RUN_____] testTdf76047_externalLink::TestBody
-testTdf76047_externalLink::TestBody finished in: 98ms
+testTdf76047_externalLink::TestBody finished in: 103ms
 [_RUN_____] testTdf126305_DataValidatyErrorAlert::TestBody
-testTdf126305_DataValidatyErrorAlert::TestBody finished in: 79ms
+testTdf126305_DataValidatyErrorAlert::TestBody finished in: 81ms
 [_RUN_____] testTdf137000_handle_upright::TestBody
-testTdf137000_handle_upright::TestBody finished in: 93ms
+testTdf137000_handle_upright::TestBody finished in: 104ms
 [_RUN_____] testTdf91251_missingOverflowRoundtrip::TestBody
-testTdf91251_missingOverflowRoundtrip::TestBody finished in: 138ms
+testTdf91251_missingOverflowRoundtrip::TestBody finished in: 142ms
 [_RUN_____] testTdf133688_precedents::TestBody
-testTdf133688_precedents::TestBody finished in: 95ms
+testTdf133688_precedents::TestBody finished in: 97ms
 [_RUN_____] testTdf140098::TestBody
-testTdf140098::TestBody finished in: 80ms
+testTdf140098::TestBody finished in: 83ms
 [_RUN_____] testTdf123353::TestBody
 testTdf123353::TestBody finished in: 92ms
 [_RUN_____] testTdf123139XLSX::TestBody
-testTdf123139XLSX::TestBody finished in: 74ms
+testTdf123139XLSX::TestBody finished in: 73ms
 [_RUN_____] testTdf135828_Shape_Rect::TestBody
 $(SOURCE_DIR)/sc/qa/unit/subsequent_export_test4.cxx:507:testTdf135828_Shape_Rect::TestBody
 double equality assertion failed
@@ -5223,54 +5225,54 @@
 - Actual  : 1074600
 - Delta   : 10000
 
-testTdf135828_Shape_Rect::TestBody finished in: 97ms
+testTdf135828_Shape_Rect::TestBody finished in: 93ms
 [_RUN_____] testTdf154445_unused_pagestyles::TestBody
-testTdf154445_unused_pagestyles::TestBody finished in: 231ms
+testTdf154445_unused_pagestyles::TestBody finished in: 233ms
 [_RUN_____] testHeaderFontStyleXLSX::TestBody
 testHeaderFontStyleXLSX::TestBody finished in: 74ms
 [_RUN_____] testTdf121718_UseFirstPageNumberXLSX::TestBody
-testTdf121718_UseFirstPageNumberXLSX::TestBody finished in: 97ms
+testTdf121718_UseFirstPageNumberXLSX::TestBody finished in: 96ms
 [_RUN_____] testTdf134817_HeaderFooterTextWith2SectionXLSX::TestBody
-testTdf134817_HeaderFooterTextWith2SectionXLSX::TestBody finished in: 100ms
+testTdf134817_HeaderFooterTextWith2SectionXLSX::TestBody finished in: 99ms
 [_RUN_____] testTdf134459_HeaderFooterColorXLSX::TestBody
 testTdf134459_HeaderFooterColorXLSX::TestBody finished in: 95ms
 [_RUN_____] testTdf121716_ExportEvenHeaderFooterXLSX::TestBody
-testTdf121716_ExportEvenHeaderFooterXLSX::TestBody finished in: 103ms
+testTdf121716_ExportEvenHeaderFooterXLSX::TestBody finished in: 101ms
 [_RUN_____] testTdf121715_FirstPageHeaderFooterXLSX::TestBody
 testTdf121715_FirstPageHeaderFooterXLSX::TestBody finished in: 98ms
 [_RUN_____] testTdf83779::TestBody
-testTdf83779::TestBody finished in: 95ms
+testTdf83779::TestBody finished in: 96ms
 [_RUN_____] testTdf122331::TestBody
-testTdf122331::TestBody finished in: 103ms
+testTdf122331::TestBody finished in: 100ms
 [_RUN_____] testTdf81470::TestBody
 testTdf81470::TestBody finished in: 104ms
 [_RUN_____] testTdf131372::TestBody
 testTdf131372::TestBody finished in: 118ms
 [_RUN_____] testTdf120502::TestBody
-testTdf120502::TestBody finished in: 72ms
+testTdf120502::TestBody finished in: 76ms
 [_RUN_____] testTdf128976::TestBody
 $(SOURCE_DIR)/sc/qa/unit/subsequent_export_test4.cxx:254:testTdf128976::TestBody
 equality assertion failed
 - Expected: 45
 - Actual  : 58
 
-testTdf128976::TestBody finished in: 170ms
+testTdf128976::TestBody finished in: 178ms
 [_RUN_____] testTdf143979::TestBody
-testTdf143979::TestBody finished in: 224ms
+testTdf143979::TestBody finished in: 227ms
 [_RUN_____] testTdf151484::TestBody
-testTdf151484::TestBody finished in: 555ms
+testTdf151484::TestBody finished in: 568ms
 [_RUN_____] testTdf85553::TestBody
-testTdf85553::TestBody finished in: 182ms
+testTdf85553::TestBody finished in: 187ms
 [_RUN_____] testTdf120177::TestBody
-testTdf120177::TestBody finished in: 774ms
+testTdf120177::TestBody finished in: 1037ms
 [_RUN_____] testRotatedImageODS::TestBody
-testRotatedImageODS::TestBody finished in: 211ms
+testRotatedImageODS::TestBody finished in: 217ms
 [_RUN_____] testCommentTextHAlignment::TestBody
-testCommentTextHAlignment::TestBody finished in: 86ms
+testCommentTextHAlignment::TestBody finished in: 89ms
 [_RUN_____] testCommentTextVAlignment::TestBody
-testCommentTextVAlignment::TestBody finished in: 86ms
+testCommentTextVAlignment::TestBody finished in: 101ms
 [_RUN_____] testTdf126177XLSX::TestBody
-testTdf126177XLSX::TestBody finished in: 98ms
+testTdf126177XLSX::TestBody finished in: 127ms
 subsequent_export_test4.cxx:507:Assertion
 Test name: testTdf135828_Shape_Rect::TestBody
 double equality assertion failed
@@ -5312,100 +5314,100 @@
 [_RUN_____] testTdf155796::TestBody
 testTdf155796::TestBody finished in: 169ms
 [_RUN_____] testTdf156174::TestBody
-testTdf156174::TestBody finished in: 101ms
+testTdf156174::TestBody finished in: 102ms
 [_RUN_____] testTdf152577::TestBody
-testTdf152577::TestBody finished in: 90ms
+testTdf152577::TestBody finished in: 92ms
 [_RUN_____] testAutoSum::TestBody
-testAutoSum::TestBody finished in: 624ms
+testAutoSum::TestBody finished in: 645ms
 [_RUN_____] testUnallocatedColumnsAttributes::TestBody
 testUnallocatedColumnsAttributes::TestBody finished in: 204ms
 [_RUN_____] testTdf126926::TestBody
 testTdf126926::TestBody finished in: 90ms
 [_RUN_____] testTdf152014::TestBody
-testTdf152014::TestBody finished in: 124ms
+testTdf152014::TestBody finished in: 126ms
 [_RUN_____] testTdf149378::TestBody
 testTdf149378::TestBody finished in: 201ms
 [_RUN_____] testTdf99386::TestBody
-testTdf99386::TestBody finished in: 73ms
+testTdf99386::TestBody finished in: 74ms
 [_RUN_____] testTdf144022::TestBody
-testTdf144022::TestBody finished in: 162ms
+testTdf144022::TestBody finished in: 173ms
 [_RUN_____] testTdf150766::TestBody
-testTdf150766::TestBody finished in: 78ms
+testTdf150766::TestBody finished in: 92ms
 [_RUN_____] testTdf107952::TestBody
-testTdf107952::TestBody finished in: 66ms
+testTdf107952::TestBody finished in: 67ms
 [_RUN_____] testTdf118983::TestBody
-testTdf118983::TestBody finished in: 72ms
+testTdf118983::TestBody finished in: 109ms
 [_RUN_____] testTdf126540_GridToggleModifiesTheDocument::TestBody
 testTdf126540_GridToggleModifiesTheDocument::TestBody finished in: 77ms
 [_RUN_____] testTdf99913::TestBody
-testTdf99913::TestBody finished in: 74ms
+testTdf99913::TestBody finished in: 81ms
 [_RUN_____] testTdf116215::TestBody
-testTdf116215::TestBody finished in: 92ms
+testTdf116215::TestBody finished in: 93ms
 [_RUN_____] testTdf134675::TestBody
-testTdf134675::TestBody finished in: 65ms
+testTdf134675::TestBody finished in: 66ms
 [_RUN_____] testTdf123202::TestBody
-testTdf123202::TestBody finished in: 95ms
+testTdf123202::TestBody finished in: 96ms
 [_RUN_____] testTdf81351::TestBody
-testTdf81351::TestBody finished in: 116ms
+testTdf81351::TestBody finished in: 126ms
 [_RUN_____] testTdf86305::TestBody
-testTdf86305::TestBody finished in: 95ms
+testTdf86305::TestBody finished in: 94ms
 [_RUN_____] testTdf116421::TestBody
-testTdf116421::TestBody finished in: 94ms
+testTdf116421::TestBody finished in: 95ms
 [_RUN_____] testTdf71339::TestBody
-testTdf71339::TestBody finished in: 74ms
+testTdf71339::TestBody finished in: 77ms
 [_RUN_____] testTdf133342::TestBody
-testTdf133342::TestBody finished in: 69ms
+testTdf133342::TestBody finished in: 71ms
 [_RUN_____] testTdf112884::TestBody
-testTdf112884::TestBody finished in: 97ms
+testTdf112884::TestBody finished in: 121ms
 [_RUN_____] testTdf112735::TestBody
-testTdf112735::TestBody finished in: 120ms
+testTdf112735::TestBody finished in: 105ms
 [_RUN_____] testTdf130614::TestBody
-testTdf130614::TestBody finished in: 225ms
+testTdf130614::TestBody finished in: 223ms
 [_RUN_____] testTdf136113::TestBody
 $(SOURCE_DIR)/sc/qa/unit/uicalc/uicalc2.cxx:642:testTdf136113::TestBody
 equality assertion failed
 - Expected: 18142
 - Actual  : 22587
 
-testTdf136113::TestBody finished in: 96ms
+testTdf136113::TestBody finished in: 99ms
 [_RUN_____] testTdf138428::TestBody
-testTdf138428::TestBody finished in: 56ms
+testTdf138428::TestBody finished in: 58ms
 [_RUN_____] testTdf124778::TestBody
 testTdf124778::TestBody finished in: 53ms
 [_RUN_____] testTdf148669::TestBody
-testTdf148669::TestBody finished in: 88ms
+testTdf148669::TestBody finished in: 120ms
 [_RUN_____] testTdf118207::TestBody
-testTdf118207::TestBody finished in: 168ms
+testTdf118207::TestBody finished in: 207ms
 [_RUN_____] testTdf118189::TestBody
-testTdf118189::TestBody finished in: 158ms
+testTdf118189::TestBody finished in: 174ms
 [_RUN_____] testTdf124822::TestBody
-testTdf124822::TestBody finished in: 98ms
+testTdf124822::TestBody finished in: 125ms
 [_RUN_____] testTdf83901::TestBody
-testTdf83901::TestBody finished in: 75ms
+testTdf83901::TestBody finished in: 73ms
 [_RUN_____] testTdf131073::TestBody
 testTdf131073::TestBody finished in: 56ms
 [_RUN_____] testTdf132431::TestBody
-testTdf132431::TestBody finished in: 280ms
+testTdf132431::TestBody finished in: 279ms
 [_RUN_____] testTdf154061::TestBody
-testTdf154061::TestBody finished in: 98ms
+testTdf154061::TestBody finished in: 117ms
 [_RUN_____] testTdf142010::TestBody
 testTdf142010::TestBody finished in: 123ms
 [_RUN_____] testTdf124815::TestBody
-testTdf124815::TestBody finished in: 291ms
+testTdf124815::TestBody finished in: 338ms
 [_RUN_____] testTdf124816::TestBody
-testTdf124816::TestBody finished in: 121ms
+testTdf124816::TestBody finished in: 107ms
 [_RUN_____] testTdf124818::TestBody
-testTdf124818::TestBody finished in: 200ms
+testTdf124818::TestBody finished in: 217ms
 [_RUN_____] testTdf131455::TestBody
-testTdf131455::TestBody finished in: 261ms
+testTdf131455::TestBody finished in: 247ms
 [_RUN_____] testTdf119793::TestBody
-testTdf119793::TestBody finished in: 160ms
+testTdf119793::TestBody finished in: 151ms
 [_RUN_____] testTdf126685::TestBody
-testTdf126685::TestBody finished in: 160ms
+testTdf126685::TestBody finished in: 154ms
 [_RUN_____] testTdf133326::TestBody
-testTdf133326::TestBody finished in: 1750ms
+testTdf133326::TestBody finished in: 1769ms
 [_RUN_____] testTdf150499::TestBody
-testTdf150499::TestBody finished in: 88ms
+testTdf150499::TestBody finished in: 93ms
 uicalc2.cxx:642:Assertion
 Test name: testTdf136113::TestBody
 equality assertion failed
@@ -5434,36 +5436,36 @@
 [LNK] CppunitTest/libtest_sc_vba_macro_test.so
 [CUT] sc_vba_macro_test
 [_RUN_____] testNonAsciiMacroIRI::TestBody
-testNonAsciiMacroIRI::TestBody finished in: 393ms
+testNonAsciiMacroIRI::TestBody finished in: 395ms
 [_RUN_____] testForEachInSelection::TestBody
-testForEachInSelection::TestBody finished in: 57ms
+testForEachInSelection::TestBody finished in: 75ms
 [_RUN_____] testVbaPDFExport::TestBody
-testVbaPDFExport::TestBody finished in: 163ms
+testVbaPDFExport::TestBody finished in: 169ms
 [_RUN_____] testTdf126457::TestBody
-testTdf126457::TestBody finished in: 159ms
+testTdf126457::TestBody finished in: 162ms
 [_RUN_____] testTdf118247::TestBody
-testTdf118247::TestBody finished in: 86ms
+testTdf118247::TestBody finished in: 100ms
 [_RUN_____] testTdf149531::TestBody
 $(SOURCE_DIR)/sc/qa/extras/vba-macro-test.cxx:699:testTdf149531::TestBody
 equality assertion failed
 - Expected: 25749
 - Actual  : 32284
 
-testTdf149531::TestBody finished in: 79ms
+testTdf149531::TestBody finished in: 81ms
 [_RUN_____] testTdf90278::TestBody
-testTdf90278::TestBody finished in: 66ms
+testTdf90278::TestBody finished in: 61ms
 [_RUN_____] testTdf107902::TestBody
-testTdf107902::TestBody finished in: 92ms
+testTdf107902::TestBody finished in: 89ms
 [_RUN_____] testTdf52602::TestBody
-testTdf52602::TestBody finished in: 83ms
+testTdf52602::TestBody finished in: 98ms
 [_RUN_____] testTdf131562::TestBody
-testTdf131562::TestBody finished in: 165ms
+testTdf131562::TestBody finished in: 138ms
 [_RUN_____] testTdf107885::TestBody
-testTdf107885::TestBody finished in: 86ms
+testTdf107885::TestBody finished in: 88ms
 [_RUN_____] testVbaRangeSort::TestBody
 testVbaRangeSort::TestBody finished in: 47ms
 [_RUN_____] testTdf149579::TestBody
-testTdf149579::TestBody finished in: 44ms
+testTdf149579::TestBody finished in: 45ms
 [_RUN_____] testVba::TestBody
 $(SOURCE_DIR)/sc/qa/extras/vba-macro-test.cxx:454:testVba::TestBody
 equality assertion failed
@@ -5478,25 +5480,25 @@
 
 - script reported failure in file pagesetup.xls
 
-testVba::TestBody finished in: 4862ms
+testVba::TestBody finished in: 5335ms
 [_RUN_____] testMacroKeyBinding::TestBody
-testMacroKeyBinding::TestBody finished in: 70ms
+testMacroKeyBinding::TestBody finished in: 84ms
 [_RUN_____] testScroll::TestBody
-testScroll::TestBody finished in: 96ms
+testScroll::TestBody finished in: 78ms
 [_RUN_____] testWindowState::TestBody
-testWindowState::TestBody finished in: 70ms
+testWindowState::TestBody finished in: 71ms
 [_RUN_____] testRangeSelect::TestBody
-testRangeSelect::TestBody finished in: 71ms
+testRangeSelect::TestBody finished in: 77ms
 [_RUN_____] testSelectAllChaged::TestBody
-testSelectAllChaged::TestBody finished in: 91ms
+testSelectAllChaged::TestBody finished in: 72ms
 [_RUN_____] testPrintArea::TestBody
-testPrintArea::TestBody finished in: 72ms
+testPrintArea::TestBody finished in: 94ms
 [_RUN_____] testSheetAndColumnSelectAndHide::TestBody
-testSheetAndColumnSelectAndHide::TestBody finished in: 122ms
+testSheetAndColumnSelectAndHide::TestBody finished in: 241ms
 [_RUN_____] testMultiDocumentCopyAndPaste::TestBody
-testMultiDocumentCopyAndPaste::TestBody finished in: 144ms
+testMultiDocumentCopyAndPaste::TestBody finished in: 150ms
 [_RUN_____] testSimpleCopyAndPaste::TestBody
-testSimpleCopyAndPaste::TestBody finished in: 115ms
+testSimpleCopyAndPaste::TestBody finished in: 88ms
 vba-macro-test.cxx:699:Assertion
 Test name: testTdf149531::TestBody
 equality assertion failed
@@ -5543,34 +5545,34 @@
 [LNK] CppunitTest/libtest_sc_jumbosheets_test.so
 [CUT] sc_jumbosheets_test
 [_RUN_____] ScJumboSheetsTest::testRoundtripColumn2000Ods
-ScJumboSheetsTest::testRoundtripColumn2000Ods finished in: 851ms
+ScJumboSheetsTest::testRoundtripColumn2000Ods finished in: 830ms
 [_RUN_____] ScJumboSheetsTest::testRoundtripColumn2000Xlsx
-ScJumboSheetsTest::testRoundtripColumn2000Xlsx finished in: 178ms
+ScJumboSheetsTest::testRoundtripColumn2000Xlsx finished in: 204ms
 [_RUN_____] ScJumboSheetsTest::testRoundtripColumnRangeOds
-ScJumboSheetsTest::testRoundtripColumnRangeOds finished in: 215ms
+ScJumboSheetsTest::testRoundtripColumnRangeOds finished in: 233ms
 [_RUN_____] ScJumboSheetsTest::testRoundtripColumnRangeXlsx
-ScJumboSheetsTest::testRoundtripColumnRangeXlsx finished in: 194ms
+ScJumboSheetsTest::testRoundtripColumnRangeXlsx finished in: 171ms
 [_RUN_____] ScJumboSheetsTest::testRoundtripNamedRangesOds
-ScJumboSheetsTest::testRoundtripNamedRangesOds finished in: 259ms
+ScJumboSheetsTest::testRoundtripNamedRangesOds finished in: 261ms
 [_RUN_____] ScJumboSheetsTest::testRoundtripNamedRangesXlsx
-ScJumboSheetsTest::testRoundtripNamedRangesXlsx finished in: 167ms
+ScJumboSheetsTest::testRoundtripNamedRangesXlsx finished in: 192ms
 [_RUN_____] ScJumboSheetsTest::testNamedRangeNameConflict
-ScJumboSheetsTest::testNamedRangeNameConflict finished in: 97ms
+ScJumboSheetsTest::testNamedRangeNameConflict finished in: 129ms
 [_RUN_____] ScJumboSheetsTest::testTdf134553
 $(SOURCE_DIR)/sc/qa/unit/jumbosheets-test.cxx:264:ScJumboSheetsTest::testTdf134553
 equality assertion failed
 - Expected: 12741
 - Actual  : 16014
 
-ScJumboSheetsTest::testTdf134553 finished in: 143ms
+ScJumboSheetsTest::testTdf134553 finished in: 127ms
 [_RUN_____] ScJumboSheetsTest::testTdf134392
-ScJumboSheetsTest::testTdf134392 finished in: 100ms
+ScJumboSheetsTest::testTdf134392 finished in: 83ms
 [_RUN_____] ScJumboSheetsTest::testTdf147509
-ScJumboSheetsTest::testTdf147509 finished in: 51ms
+ScJumboSheetsTest::testTdf147509 finished in: 50ms
 [_RUN_____] ScJumboSheetsTest::testTdf133033
 ScJumboSheetsTest::testTdf133033 finished in: 46ms
 [_RUN_____] ScJumboSheetsTest::testTdf109061
-ScJumboSheetsTest::testTdf109061 finished in: 87ms
+ScJumboSheetsTest::testTdf109061 finished in: 116ms
 jumbosheets-test.cxx:264:Assertion
 Test name: ScJumboSheetsTest::testTdf134553
 equality assertion failed
@@ -5616,7 +5618,7 @@
 forced failure
 - Testing file://$(SOURCE_DIR)//sc/qa/unit/data/functions/addin/fods/besseli.fods failed, Sheet2.A2 '=BESSELI(1.5, 1)' result: 0, expected: 0.981666428577908
 
-AddinFunctionsTest::testAddinFormulasFODS finished in: 214ms
+AddinFunctionsTest::testAddinFormulasFODS finished in: 173ms
 functions_test.cxx:47:Assertion
 Test name: AddinFunctionsTest::testAddinFormulasFODS
 forced failure
@@ -5645,71 +5647,71 @@
 [CUT] sc_datetime_functions_test
 [_RUN_____] DateTimeFunctionsTest::testDateTimeFormulasFODS
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/date.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/date.fods: Pass (82ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/date.fods: Pass (87ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/datedif.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/datedif.fods: Pass (41ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/datedif.fods: Pass (61ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/datevalue.fods:
 Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/datevalue.fods: Pass (96ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/day.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/day.fods: Pass (25ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/day.fods: Pass (26ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/days.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/days.fods: Pass (25ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/days.fods: Pass (24ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/days360.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/days360.fods: Pass (26ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/days360.fods: Pass (27ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/daysinmonth.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/daysinmonth.fods: Pass (26ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/daysinmonth.fods: Pass (58ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/daysinyear.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/daysinyear.fods: Pass (25ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/daysinyear.fods: Pass (48ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/eastersunday.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/eastersunday.fods: Pass (25ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/eastersunday.fods: Pass (29ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/edate.fods:
 Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/edate.fods: Pass (27ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/eomonth.fods:
 Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/eomonth.fods: Pass (26ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/hour.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/hour.fods: Pass (117ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/hour.fods: Pass (149ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/isleapyear.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/isleapyear.fods: Pass (27ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/isleapyear.fods: Pass (26ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/isoweeknum.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/isoweeknum.fods: Pass (30ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/isoweeknum.fods: Pass (38ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/minute.fods:
 Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/minute.fods: Pass (26ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/month.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/month.fods: Pass (26ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/month.fods: Pass (34ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/months.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/months.fods: Pass (27ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/months.fods: Pass (47ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/networkdays.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/networkdays.fods: Pass (29ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/networkdays.fods: Pass (37ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/networkdays.intl.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/networkdays.intl.fods: Pass (29ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/networkdays.intl.fods: Pass (38ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/networkdays_excel2003.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/networkdays_excel2003.fods: Pass (27ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/networkdays_excel2003.fods: Pass (40ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/second.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/second.fods: Pass (26ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/second.fods: Pass (43ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/time.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/time.fods: Pass (27ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/time.fods: Pass (36ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/timevalue.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/timevalue.fods: Pass (26ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/timevalue.fods: Pass (39ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/weekday.fods:
 Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/weekday.fods: Pass (27ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/weeknum.fods:
 Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/weeknum.fods: Pass (28ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/weeks.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/weeks.fods: Pass (33ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/weeks.fods: Pass (46ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/weeksinyear.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/weeksinyear.fods: Pass (28ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/weeksinyear.fods: Pass (46ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/workday.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/workday.fods: Pass (27ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/workday.fods: Pass (26ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/workday.intl.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/workday.intl.fods: Pass (106ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/workday.intl.fods: Pass (55ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/year.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/year.fods: Pass (25ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/year.fods: Pass (403ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/yearfrac.fods:
 $(SOURCE_DIR)/sc/qa/unit/functions_test.cxx:47:DateTimeFunctionsTest::testDateTimeFormulasFODS
 forced failure
 - Testing file://$(SOURCE_DIR)//sc/qa/unit/data/functions/date_time/fods/yearfrac.fods failed, Sheet2.A2 '' result: 0, expected: 0
 
-DateTimeFunctionsTest::testDateTimeFormulasFODS finished in: 1176ms
+DateTimeFunctionsTest::testDateTimeFormulasFODS finished in: 1775ms
 functions_test.cxx:47:Assertion
 Test name: DateTimeFunctionsTest::testDateTimeFormulasFODS
 forced failure
@@ -5742,7 +5744,7 @@
 forced failure
 - Testing file://$(SOURCE_DIR)//sc/qa/unit/data/functions/financial/fods/accrintm.fods failed, Sheet2.A2 '=ACCRINTM(J1,J2,J3,J4,J5)' result: 0, expected: 365.958904109589
 
-FinancialFunctionsTest::testFinancialFormulasFODS finished in: 147ms
+FinancialFunctionsTest::testFinancialFormulasFODS finished in: 137ms
 functions_test.cxx:47:Assertion
 Test name: FinancialFunctionsTest::testFinancialFormulasFODS
 forced failure
@@ -5779,59 +5781,59 @@
 [CUT] sc_mathematical_functions_test
 [_RUN_____] MathematicalFunctionsTest::testMathematicalFormulasFODS
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/abs.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/abs.fods: Pass (89ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/abs.fods: Pass (85ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/acos.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/acos.fods: Pass (49ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/acos.fods: Pass (43ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/acosh.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/acosh.fods: Pass (34ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/acosh.fods: Pass (44ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/acot.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/acot.fods: Pass (48ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/acot.fods: Pass (44ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/acoth.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/acoth.fods: Pass (56ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/acoth.fods: Pass (44ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/add.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/add.fods: Pass (61ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/add.fods: Pass (58ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/aggregate.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/aggregate.fods: Pass (99ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/aggregate.fods: Pass (82ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/asin.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/asin.fods: Pass (51ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/asin.fods: Pass (47ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/asinh.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/asinh.fods: Pass (60ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/asinh.fods: Pass (44ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/atan.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/atan.fods: Pass (42ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/atan.fods: Pass (52ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/atan2.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/atan2.fods: Pass (58ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/atan2.fods: Pass (37ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/atanh.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/atanh.fods: Pass (50ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/atanh.fods: Pass (61ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/bitand.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/bitand.fods: Pass (52ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/bitand.fods: Pass (55ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/bitlshift.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/bitlshift.fods: Pass (47ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/bitlshift.fods: Pass (65ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/bitor.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/bitor.fods: Pass (43ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/bitor.fods: Pass (49ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/bitrshift.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/bitrshift.fods: Pass (38ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/bitrshift.fods: Pass (46ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/bitxor.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/bitxor.fods: Pass (61ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/bitxor.fods: Pass (66ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/ceiling.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/ceiling.fods: Pass (50ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/ceiling.fods: Pass (67ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/ceiling.math.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/ceiling.math.fods: Pass (70ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/ceiling.math.fods: Pass (42ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/ceiling.precise.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/ceiling.precise.fods: Pass (54ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/ceiling.precise.fods: Pass (55ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/ceiling.xcl.fods:
 Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/ceiling.xcl.fods: Pass (44ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/color.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/color.fods: Pass (67ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/color.fods: Pass (132ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/combin.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/combin.fods: Pass (62ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/combin.fods: Pass (66ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/combina.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/combina.fods: Pass (39ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/combina.fods: Pass (43ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/convert_add.fods:
 $(SOURCE_DIR)/sc/qa/unit/functions_test.cxx:47:MathematicalFunctionsTest::testMathematicalFormulasFODS
 forced failure
 - Testing file://$(SOURCE_DIR)//sc/qa/unit/data/functions/mathematical/fods/convert_add.fods failed, Sheet2.A2 '=CONVERT(1,H2,H3)' result: 0, expected: 0.999996000004
 
-MathematicalFunctionsTest::testMathematicalFormulasFODS finished in: 1493ms
+MathematicalFunctionsTest::testMathematicalFormulasFODS finished in: 1513ms
 functions_test.cxx:47:Assertion
 Test name: MathematicalFunctionsTest::testMathematicalFormulasFODS
 forced failure
@@ -5868,21 +5870,21 @@
 [CUT] sc_text_functions_test
 [_RUN_____] TextFunctionsTest::testTextFormulasFODS
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/text/fods/arabic.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/text/fods/arabic.fods: Pass (67ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/text/fods/arabic.fods: Pass (79ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/text/fods/asc.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/text/fods/asc.fods: Pass (37ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/text/fods/asc.fods: Pass (61ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/text/fods/bahttext.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/text/fods/bahttext.fods: Pass (68ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/text/fods/bahttext.fods: Pass (85ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/text/fods/base.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/text/fods/base.fods: Pass (25ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/text/fods/base.fods: Pass (26ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/text/fods/char.fods:
-Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/text/fods/char.fods: Pass (35ms)
+Tested load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/text/fods/char.fods: Pass (72ms)
 Testing load file://$(SOURCE_DIR)//sc/qa/unit/data/functions/text/fods/clean.fods:
 $(SOURCE_DIR)/sc/qa/unit/functions_test.cxx:47:TextFunctionsTest::testTextFormulasFODS
 forced failure
 - Testing file://$(SOURCE_DIR)//sc/qa/unit/data/functions/text/fods/clean.fods failed, Sheet2.A76 '=CLEAN(J76)' result: 0, expected: 0
 
-TextFunctionsTest::testTextFormulasFODS finished in: 326ms
+TextFunctionsTest::testTextFormulasFODS finished in: 426ms
 functions_test.cxx:47:Assertion
 Test name: TextFunctionsTest::testTextFormulasFODS
 forced failure
@@ -5938,175 +5940,175 @@
 [LNK] CppunitTest/libtest_sd_export_tests-ooxml3.so
 [CUT] sd_export_tests-ooxml3
 [_RUN_____] testTableCellVerticalPropertyRoundtrip::TestBody
-testTableCellVerticalPropertyRoundtrip::TestBody finished in: 727ms
+testTableCellVerticalPropertyRoundtrip::TestBody finished in: 735ms
 [_RUN_____] testTdf102261_testParaTabStopDefaultDistance::TestBody
-testTdf102261_testParaTabStopDefaultDistance::TestBody finished in: 475ms
+testTdf102261_testParaTabStopDefaultDistance::TestBody finished in: 446ms
 [_RUN_____] testLinkedOLE::TestBody
 Dialog "Confirmation, The document linked_ole.odp contains one or more links to external data.
 
 Would you like to change the document, and update all links
-to get the most recent data?"cancelled in silent modetestLinkedOLE::TestBody finished in: 211ms
+to get the most recent data?"cancelled in silent modetestLinkedOLE::TestBody finished in: 328ms
 [_RUN_____] testTdf152436::TestBody
-testTdf152436::TestBody finished in: 441ms
+testTdf152436::TestBody finished in: 466ms
 [_RUN_____] testTdf151622_oleIcon::TestBody
-testTdf151622_oleIcon::TestBody finished in: 398ms
+testTdf151622_oleIcon::TestBody finished in: 406ms
 [_RUN_____] testAutofittedTextboxIndent::TestBody
-testAutofittedTextboxIndent::TestBody finished in: 182ms
+testAutofittedTextboxIndent::TestBody finished in: 194ms
 [_RUN_____] testTdf124333::TestBody
-testTdf124333::TestBody finished in: 434ms
+testTdf124333::TestBody finished in: 472ms
 [_RUN_____] testTdf94122_autoColor::TestBody
-testTdf94122_autoColor::TestBody finished in: 156ms
+testTdf94122_autoColor::TestBody finished in: 207ms
 [_RUN_____] testTdf149551_btlr::TestBody
-testTdf149551_btlr::TestBody finished in: 307ms
+testTdf149551_btlr::TestBody finished in: 312ms
 [_RUN_____] testTdf149551_tbrl90::TestBody
-testTdf149551_tbrl90::TestBody finished in: 284ms
+testTdf149551_tbrl90::TestBody finished in: 296ms
 [_RUN_____] testTdf144092_emptyShapeTextProps::TestBody
-testTdf144092_emptyShapeTextProps::TestBody finished in: 422ms
+testTdf144092_emptyShapeTextProps::TestBody finished in: 479ms
 [_RUN_____] testTdf109169_DiamondBevel::TestBody
-testTdf109169_DiamondBevel::TestBody finished in: 307ms
+testTdf109169_DiamondBevel::TestBody finished in: 357ms
 [_RUN_____] testTdf109169_OctagonBevel::TestBody
-testTdf109169_OctagonBevel::TestBody finished in: 253ms
+testTdf109169_OctagonBevel::TestBody finished in: 268ms
 [_RUN_____] testTdf74670::TestBody
-testTdf74670::TestBody finished in: 141ms
+testTdf74670::TestBody finished in: 164ms
 [_RUN_____] testEnhancedPathViewBox::TestBody
-testEnhancedPathViewBox::TestBody finished in: 309ms
+testEnhancedPathViewBox::TestBody finished in: 410ms
 [_RUN_____] testTdf140912_PicturePlaceholder::TestBody
-testTdf140912_PicturePlaceholder::TestBody finished in: 56ms
+testTdf140912_PicturePlaceholder::TestBody finished in: 78ms
 [_RUN_____] testTdf147121::TestBody
-testTdf147121::TestBody finished in: 243ms
+testTdf147121::TestBody finished in: 302ms
 [_RUN_____] testTdf143315::TestBody
-testTdf143315::TestBody finished in: 160ms
+testTdf143315::TestBody finished in: 325ms
 [_RUN_____] testTdf143222_embeddedWorksheet::TestBody
-testTdf143222_embeddedWorksheet::TestBody finished in: 281ms
+testTdf143222_embeddedWorksheet::TestBody finished in: 320ms
 [_RUN_____] testTdf96061_textHighlight::TestBody
-testTdf96061_textHighlight::TestBody finished in: 382ms
+testTdf96061_textHighlight::TestBody finished in: 465ms
 [_RUN_____] testTdf142235_TestPlaceholderTextAlignment::TestBody
-testTdf142235_TestPlaceholderTextAlignment::TestBody finished in: 191ms
+testTdf142235_TestPlaceholderTextAlignment::TestBody finished in: 213ms
 [_RUN_____] testTdf125560_textInflateTop::TestBody
-testTdf125560_textInflateTop::TestBody finished in: 234ms
+testTdf125560_textInflateTop::TestBody finished in: 269ms
 [_RUN_____] testTdf125560_textDeflate::TestBody
-testTdf125560_textDeflate::TestBody finished in: 236ms
+testTdf125560_textDeflate::TestBody finished in: 266ms
 [_RUN_____] testTdf128213ShapeRot::TestBody
-testTdf128213ShapeRot::TestBody finished in: 105ms
+testTdf128213ShapeRot::TestBody finished in: 117ms
 [_RUN_____] testTdf119223::TestBody
-testTdf119223::TestBody finished in: 166ms
+testTdf119223::TestBody finished in: 173ms
 [_RUN_____] testShapeShadowBlurEffect::TestBody
-testShapeShadowBlurEffect::TestBody finished in: 396ms
+testShapeShadowBlurEffect::TestBody finished in: 464ms
 [_RUN_____] testShapeSoftEdgeEffect::TestBody
-testShapeSoftEdgeEffect::TestBody finished in: 409ms
+testShapeSoftEdgeEffect::TestBody finished in: 474ms
 [_RUN_____] testTdf132201EffectOrder::TestBody
-testTdf132201EffectOrder::TestBody finished in: 243ms
+testTdf132201EffectOrder::TestBody finished in: 350ms
 [_RUN_____] testTdf132282::TestBody
-testTdf132282::TestBody finished in: 424ms
+testTdf132282::TestBody finished in: 491ms
 [_RUN_____] testTdf131554::TestBody
-testTdf131554::TestBody finished in: 268ms
+testTdf131554::TestBody finished in: 299ms
 [_RUN_____] testTdf119087::TestBody
-testTdf119087::TestBody finished in: 272ms
+testTdf119087::TestBody finished in: 291ms
 [_RUN_____] testUnderline::TestBody
-testUnderline::TestBody finished in: 318ms
+testUnderline::TestBody finished in: 446ms
 [_RUN_____] testShapeGlowEffect::TestBody
-testShapeGlowEffect::TestBody finished in: 222ms
+testShapeGlowEffect::TestBody finished in: 240ms
 [_RUN_____] testTdf129372::TestBody
-testTdf129372::TestBody finished in: 440ms
+testTdf129372::TestBody finished in: 519ms
 [_RUN_____] testTdf79082::TestBody
-testTdf79082::TestBody finished in: 201ms
+testTdf79082::TestBody finished in: 256ms
 [_RUN_____] testTdf128213::TestBody
-testTdf128213::TestBody finished in: 103ms
+testTdf128213::TestBody finished in: 104ms
 [_RUN_____] testTdf98603::TestBody
-testTdf98603::TestBody finished in: 562ms
+testTdf98603::TestBody finished in: 610ms
 [_RUN_____] testTdf127379::TestBody
-testTdf127379::TestBody finished in: 316ms
+testTdf127379::TestBody finished in: 383ms
 [_RUN_____] testTdf127372::TestBody
-testTdf127372::TestBody finished in: 325ms
+testTdf127372::TestBody finished in: 395ms
 [_RUN_____] testTdf126741::TestBody
-testTdf126741::TestBody finished in: 250ms
+testTdf126741::TestBody finished in: 324ms
 [_RUN_____] testTdf126234::TestBody
-testTdf126234::TestBody finished in: 257ms
+testTdf126234::TestBody finished in: 289ms
 [_RUN_____] testTdf136830::TestBody
-testTdf136830::TestBody finished in: 120ms
+testTdf136830::TestBody finished in: 122ms
 [_RUN_____] testTdf125551::TestBody
-testTdf125551::TestBody finished in: 719ms
+testTdf125551::TestBody finished in: 551ms
 [_RUN_____] testTdf125360_2::TestBody
-testTdf125360_2::TestBody finished in: 130ms
+testTdf125360_2::TestBody finished in: 122ms
 [_RUN_____] testTdf125360_1::TestBody
-testTdf125360_1::TestBody finished in: 121ms
+testTdf125360_1::TestBody finished in: 116ms
 [_RUN_____] testTdf125360::TestBody
-testTdf125360::TestBody finished in: 117ms
+testTdf125360::TestBody finished in: 115ms
 [_RUN_____] testTdf125346_2::TestBody
-testTdf125346_2::TestBody finished in: 147ms
+testTdf125346_2::TestBody finished in: 152ms
 [_RUN_____] testTdf125346::TestBody
-testTdf125346::TestBody finished in: 143ms
+testTdf125346::TestBody finished in: 128ms
 [_RUN_____] testSmartArtPreserve::TestBody
-testSmartArtPreserve::TestBody finished in: 316ms
+testSmartArtPreserve::TestBody finished in: 275ms
 [_RUN_____] testTdf135843::TestBody
-testTdf135843::TestBody finished in: 280ms
+testTdf135843::TestBody finished in: 287ms
 [_RUN_____] testTdf44223::TestBody
-testTdf44223::TestBody finished in: 256ms
+testTdf44223::TestBody finished in: 265ms
 [_RUN_____] testPotxExport::TestBody
-testPotxExport::TestBody finished in: 128ms
+testPotxExport::TestBody finished in: 130ms
 [_RUN_____] testTdf99213::TestBody
-testTdf99213::TestBody finished in: 147ms
+testTdf99213::TestBody finished in: 149ms
 [_RUN_____] testTdf119118::TestBody
-testTdf119118::TestBody finished in: 257ms
+testTdf119118::TestBody finished in: 261ms
 [_RUN_____] testTdf120573::TestBody
-testTdf120573::TestBody finished in: 270ms
+testTdf120573::TestBody finished in: 278ms
 [_RUN_____] testTdf128096::TestBody
-testTdf128096::TestBody finished in: 156ms
+testTdf128096::TestBody finished in: 159ms
 [_RUN_____] testTdf116350TextEffects::TestBody
-testTdf116350TextEffects::TestBody finished in: 1238ms
+testTdf116350TextEffects::TestBody finished in: 1252ms
 [_RUN_____] testTdf118836::TestBody
-testTdf118836::TestBody finished in: 155ms
+testTdf118836::TestBody finished in: 156ms
 [_RUN_____] testTdf118768::TestBody
-testTdf118768::TestBody finished in: 149ms
+testTdf118768::TestBody finished in: 152ms
 [_RUN_____] testTdf118835::TestBody
-testTdf118835::TestBody finished in: 149ms
+testTdf118835::TestBody finished in: 155ms
 [_RUN_____] testOpenDocumentAsReadOnly::TestBody
-testOpenDocumentAsReadOnly::TestBody finished in: 566ms
+testOpenDocumentAsReadOnly::TestBody finished in: 263ms
 [_RUN_____] testTdf104789::TestBody
-testTdf104789::TestBody finished in: 259ms
+testTdf104789::TestBody finished in: 253ms
 [_RUN_____] testTdf118783::TestBody
-testTdf118783::TestBody finished in: 158ms
+testTdf118783::TestBody finished in: 143ms
 [_RUN_____] testTdf104786::TestBody
-testTdf104786::TestBody finished in: 304ms
+testTdf104786::TestBody finished in: 256ms
 [_RUN_____] testTdf90627::TestBody
-testTdf90627::TestBody finished in: 348ms
+testTdf90627::TestBody finished in: 342ms
 [_RUN_____] testTdf104792::TestBody
-testTdf104792::TestBody finished in: 350ms
+testTdf104792::TestBody finished in: 267ms
 [_RUN_____] testTdf99497_keepAppearanceOfCircleKind::TestBody
-testTdf99497_keepAppearanceOfCircleKind::TestBody finished in: 170ms
+testTdf99497_keepAppearanceOfCircleKind::TestBody finished in: 150ms
 [_RUN_____] testTdf125573_FontWorkScaleX::TestBody
 $(SOURCE_DIR)/sd/qa/unit/export-tests-ooxml3.cxx:576:testTdf125573_FontWorkScaleX::TestBody
 less assertion failed
 - Expected less than: 85
 - Actual  : 117
 
-testTdf125573_FontWorkScaleX::TestBody finished in: 267ms
+testTdf125573_FontWorkScaleX::TestBody finished in: 206ms
 [_RUN_____] testTdf100348_convert_Fontwork2TextWarp::TestBody
-testTdf100348_convert_Fontwork2TextWarp::TestBody finished in: 161ms
+testTdf100348_convert_Fontwork2TextWarp::TestBody finished in: 151ms
 [_RUN_____] testZeroIndentExport::TestBody
-testZeroIndentExport::TestBody finished in: 202ms
+testZeroIndentExport::TestBody finished in: 167ms
 [_RUN_____] testTdf145162::TestBody
-testTdf145162::TestBody finished in: 300ms
+testTdf145162::TestBody finished in: 278ms
 [_RUN_____] testTdf111789::TestBody
-testTdf111789::TestBody finished in: 264ms
+testTdf111789::TestBody finished in: 247ms
 [_RUN_____] testTdf130058::TestBody
-testTdf130058::TestBody finished in: 298ms
+testTdf130058::TestBody finished in: 260ms
 [_RUN_____] testTdf118806::TestBody
-testTdf118806::TestBody finished in: 144ms
+testTdf118806::TestBody finished in: 145ms
 [_RUN_____] testTdf115005_FallBack_Images_Off::TestBody
-testTdf115005_FallBack_Images_Off::TestBody finished in: 329ms
+testTdf115005_FallBack_Images_Off::TestBody finished in: 331ms
 [_RUN_____] testTdf115005_FallBack_Images_On::TestBody
-testTdf115005_FallBack_Images_On::TestBody finished in: 325ms
+testTdf115005_FallBack_Images_On::TestBody finished in: 321ms
 [_RUN_____] testTdf115005::TestBody
-testTdf115005::TestBody finished in: 414ms
+testTdf115005::TestBody finished in: 400ms
 [_RUN_____] testTdf115394Zero::TestBody
-testTdf115394Zero::TestBody finished in: 271ms
+testTdf115394Zero::TestBody finished in: 251ms
 [_RUN_____] testTdf115394::TestBody
-testTdf115394::TestBody finished in: 233ms
+testTdf115394::TestBody finished in: 222ms
 [_RUN_____] testLegacyShapeAutofitPPTX::TestBody
-testLegacyShapeAutofitPPTX::TestBody finished in: 156ms
+testLegacyShapeAutofitPPTX::TestBody finished in: 151ms
 [_RUN_____] testShapeAutofitPPTX::TestBody
-testShapeAutofitPPTX::TestBody finished in: 289ms
+testShapeAutofitPPTX::TestBody finished in: 258ms
 [_RUN_____] testFontScale::TestBody
 $(SOURCE_DIR)/sd/qa/unit/export-tests-ooxml3.cxx:233:testFontScale::TestBody
 double equality assertion failed
@@ -6114,29 +6116,29 @@
 - Actual  : 75000
 - Delta   : 1000
 
-testFontScale::TestBody finished in: 295ms
+testFontScale::TestBody finished in: 275ms
 [_RUN_____] testTdf111786::TestBody
-testTdf111786::TestBody finished in: 283ms
+testTdf111786::TestBody finished in: 203ms
 [_RUN_____] testTdf107608::TestBody
-testTdf107608::TestBody finished in: 318ms
+testTdf107608::TestBody finished in: 246ms
 [_RUN_____] testTdf90626::TestBody
-testTdf90626::TestBody finished in: 170ms
+testTdf90626::TestBody finished in: 156ms
 [_RUN_____] testTdf48735::TestBody
-testTdf48735::TestBody finished in: 190ms
+testTdf48735::TestBody finished in: 152ms
 [_RUN_____] testTdf127901::TestBody
-testTdf127901::TestBody finished in: 171ms
+testTdf127901::TestBody finished in: 163ms
 [_RUN_____] testTdf68759::TestBody
-testTdf68759::TestBody finished in: 162ms
+testTdf68759::TestBody finished in: 150ms
 [_RUN_____] testTdf147586::TestBody
-testTdf147586::TestBody finished in: 312ms
+testTdf147586::TestBody finished in: 303ms
 [_RUN_____] testTdf114848::TestBody
-testTdf114848::TestBody finished in: 384ms
+testTdf114848::TestBody finished in: 366ms
 [_RUN_____] testTdf129430::TestBody
-testTdf129430::TestBody finished in: 166ms
+testTdf129430::TestBody finished in: 155ms
 [_RUN_____] testTdf92222::TestBody
-testTdf92222::TestBody finished in: 108ms
+testTdf92222::TestBody finished in: 112ms
 [_RUN_____] testTdf153105::TestBody
-testTdf153105::TestBody finished in: 164ms
+testTdf153105::TestBody finished in: 157ms
 export-tests-ooxml3.cxx:576:Assertion
 Test name: testTdf125573_FontWorkScaleX::TestBody
 less assertion failed
@@ -6180,7 +6182,7 @@
 [LNK] CppunitTest/libtest_sd_layout_tests.so
 [CUT] sd_layout_tests
 [_RUN_____] testTdf112594::TestBody
-testTdf112594::TestBody finished in: 797ms
+testTdf112594::TestBody finished in: 227ms
 [_RUN_____] testTableVerticalText::TestBody
 $(SOURCE_DIR)/test/source/xmltesttools.cxx:170:testTableVerticalText::TestBody
 equality assertion failed
@@ -6188,21 +6190,21 @@
 - Actual  : -900
 - In <>, attribute 'orientation' of '//font[2]' incorrect value.
 
-testTableVerticalText::TestBody finished in: 406ms
+testTableVerticalText::TestBody finished in: 416ms
 [_RUN_____] testTdf148966::TestBody
-testTdf148966::TestBody finished in: 534ms
+testTdf148966::TestBody finished in: 445ms
 [_RUN_____] testFitToFrameTextFitting::TestBody
-testFitToFrameTextFitting::TestBody finished in: 59ms
+testFitToFrameTextFitting::TestBody finished in: 67ms
 [_RUN_____] testBnc480256::TestBody
-testBnc480256::TestBody finished in: 68ms
+testBnc480256::TestBody finished in: 72ms
 [_RUN_____] testTdf135843_InsideHBorders::TestBody
-testTdf135843_InsideHBorders::TestBody finished in: 188ms
+testTdf135843_InsideHBorders::TestBody finished in: 164ms
 [_RUN_____] testTdf146731::TestBody
-testTdf146731::TestBody finished in: 274ms
+testTdf146731::TestBody finished in: 231ms
 [_RUN_____] tdf143258_testTbRlLayout::TestBody
-tdf143258_testTbRlLayout::TestBody finished in: 87ms
+tdf143258_testTbRlLayout::TestBody finished in: 72ms
 [_RUN_____] testColumnsLayout::TestBody
-testColumnsLayout::TestBody finished in: 93ms
+testColumnsLayout::TestBody finished in: 82ms
 [_RUN_____] testTdf128212::TestBody
 $(SOURCE_DIR)/test/source/xmltesttools.cxx:170:testTdf128212::TestBody
 equality assertion failed
@@ -6210,15 +6212,15 @@
 - Actual  : 5151
 - In <>, attribute 'x' of '/metafile/push[1]/push[1]/textarray' incorrect value.
 
-testTdf128212::TestBody finished in: 53ms
+testTdf128212::TestBody finished in: 56ms
 [_RUN_____] testTdf136949::TestBody
 testTdf136949::TestBody finished in: 108ms
 [_RUN_____] testTdf146876::TestBody
-testTdf146876::TestBody finished in: 90ms
+testTdf146876::TestBody finished in: 91ms
 [_RUN_____] testTdf135843::TestBody
-testTdf135843::TestBody finished in: 60ms
+testTdf135843::TestBody finished in: 62ms
 [_RUN_____] testTdf104722::TestBody
-testTdf104722::TestBody finished in: 196ms
+testTdf104722::TestBody finished in: 204ms
 xmltesttools.cxx:170:Assertion
 Test name: testTableVerticalText::TestBody
 equality assertion failed
@@ -6367,10 +6369,10 @@
 [CUT] sw_htmlimport
 [_RUN_____] testTdf155011::TestBody
 file://$(SOURCE_DIR)/sw/qa/extras/htmlimport/data//tdf155011.html:
-testTdf155011::TestBody finished in: 935ms
+testTdf155011::TestBody finished in: 316ms
 [_RUN_____] testTdf153341::TestBody
 file://$(SOURCE_DIR)/sw/qa/extras/htmlimport/data//tdf153341.html:
-testTdf153341::TestBody finished in: 25ms
+testTdf153341::TestBody finished in: 26ms
 [_RUN_____] testRGBAColor::TestBody
 file://$(SOURCE_DIR)/sw/qa/extras/htmlimport/data//green-highlight.html:
 testRGBAColor::TestBody finished in: 14ms
@@ -6379,7 +6381,7 @@
 testOleData2::TestBody finished in: 72ms
 [_RUN_____] testOleData::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/htmlimport/data//ole-data.xhtml:
-testOleData::TestBody finished in: 35ms
+testOleData::TestBody finished in: 36ms
 [_RUN_____] testTdf154273::TestBody
 file://$(SOURCE_DIR)/sw/qa/extras/htmlimport/data//tdf154273.html:
 testTdf154273::TestBody finished in: 15ms
@@ -6388,13 +6390,13 @@
 testUTF16_nonBMP::TestBody finished in: 21ms
 [_RUN_____] testOleImgSvg::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/htmlimport/data//ole-img-svg.xhtml:
-testOleImgSvg::TestBody finished in: 40ms
+testOleImgSvg::TestBody finished in: 39ms
 [_RUN_____] testOleImg::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/htmlimport/data//ole-img.xhtml:
-testOleImg::TestBody finished in: 39ms
+testOleImg::TestBody finished in: 37ms
 [_RUN_____] testHiddenTextframe::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/htmlimport/data//hidden-textframe.html:
-testHiddenTextframe::TestBody finished in: 16ms
+testHiddenTextframe::TestBody finished in: 17ms
 [_RUN_____] testAllowedRTFOLEMimeTypes::TestBody
 testAllowedRTFOLEMimeTypes::TestBody finished in: 46ms
 [_RUN_____] testReqIfPageStyle::TestBody
@@ -6402,22 +6404,22 @@
 testReqIfPageStyle::TestBody finished in: 37ms
 [_RUN_____] testTdf118579::TestBody
 file://$(SOURCE_DIR)/sw/qa/extras/htmlimport/data//tdf118579.html:
-testTdf118579::TestBody finished in: 24ms
+testTdf118579::TestBody finished in: 23ms
 [_RUN_____] testTdf122789::TestBody
 file://$(SOURCE_DIR)/sw/qa/extras/htmlimport/data//tdf122789.html:
-testTdf122789::TestBody finished in: 18ms
+testTdf122789::TestBody finished in: 19ms
 [_RUN_____] testTdf142781::TestBody
 file://$(SOURCE_DIR)/sw/qa/extras/htmlimport/data//tdf142781.html:
 testTdf142781::TestBody finished in: 47ms
 [_RUN_____] testImageSize::TestBody
 file://$(SOURCE_DIR)/sw/qa/extras/htmlimport/data//image-size.html:
-testImageSize::TestBody finished in: 20ms
+testImageSize::TestBody finished in: 19ms
 [_RUN_____] testReqIfTable::TestBody
 file://$(SOURCE_DIR)/sw/qa/extras/htmlimport/data//reqif-table.xhtml:
-testReqIfTable::TestBody finished in: 41ms
+testReqIfTable::TestBody finished in: 43ms
 [_RUN_____] testTdf80194_subscript::TestBody
 file://$(SOURCE_DIR)/sw/qa/extras/htmlimport/data//tdf80194_subscript.html:
-testTdf80194_subscript::TestBody finished in: 19ms
+testTdf80194_subscript::TestBody finished in: 18ms
 [_RUN_____] testReqIfBr::TestBody
 file://$(SOURCE_DIR)/sw/qa/extras/htmlimport/data//reqif-br.xhtml:
 testReqIfBr::TestBody finished in: 40ms
@@ -6437,10 +6439,10 @@
 testChangedby::TestBody finished in: 21ms
 [_RUN_____] testImageLazyRead::TestBody
 file://$(SOURCE_DIR)/sw/qa/extras/htmlimport/data//image-lazy-read.html:
-testImageLazyRead::TestBody finished in: 26ms
+testImageLazyRead::TestBody finished in: 25ms
 [_RUN_____] testImageWidthAuto::TestBody
 file://$(SOURCE_DIR)/sw/qa/extras/htmlimport/data//image-width-auto.html:
-testImageWidthAuto::TestBody finished in: 22ms
+testImageWidthAuto::TestBody finished in: 23ms
 [_RUN_____] testMetaIsoDates::TestBody
 file://$(SOURCE_DIR)/sw/qa/extras/htmlimport/data//meta-ISO8601-dates.html:
 testMetaIsoDates::TestBody finished in: 22ms
@@ -6450,13 +6452,13 @@
 testListStyleType::TestBody finished in: 27ms
 [_RUN_____] testInlinedImagesPageAndParagraph::TestBody
 file://$(SOURCE_DIR)/sw/qa/extras/htmlimport/data//PageAndParagraphFilled.html:
-testInlinedImagesPageAndParagraph::TestBody finished in: 34ms
+testInlinedImagesPageAndParagraph::TestBody finished in: 35ms
 [_RUN_____] testInlinedImage::TestBody
 file://$(SOURCE_DIR)/sw/qa/extras/htmlimport/data//inlined_image.html:
 testInlinedImage::TestBody finished in: 34ms
 [_RUN_____] testPictureImport::TestBody
 file://$(SOURCE_DIR)/sw/qa/extras/htmlimport/data//picture.html:
-testPictureImport::TestBody finished in: 24ms
+testPictureImport::TestBody finished in: 23ms
 htmlimport.cxx:307:Assertion
 Test name: testOutlineLevel::TestBody
 equality assertion failed
@@ -6497,9 +6499,9 @@
 - Expression: aRet >>= aStringRes
 - docm/testTables.docm
 
-SwMacrosTest::testVba finished in: 1287ms
+SwMacrosTest::testVba finished in: 1312ms
 [_RUN_____] SwMacrosTest::testModernVBADelete
-Dialog ", deleted checkbox has tag listbox"cancelled in silent modeDialog ", deleted checkbox was checked: False"cancelled in silent modeDialog ", Delete test: OK"cancelled in silent modeSwMacrosTest::testModernVBADelete finished in: 98ms
+Dialog ", deleted checkbox has tag listbox"cancelled in silent modeDialog ", deleted checkbox was checked: False"cancelled in silent modeDialog ", Delete test: OK"cancelled in silent modeSwMacrosTest::testModernVBADelete finished in: 103ms
 [_RUN_____] SwMacrosTest::testBookmarkDeleteAndJoin
 SwMacrosTest::testBookmarkDeleteAndJoin finished in: 1ms
 [_RUN_____] SwMacrosTest::testBookmarkDeleteTdf90816
@@ -6507,7 +6509,7 @@
 [_RUN_____] SwMacrosTest::testControlShapeGrouping
 SwMacrosTest::testControlShapeGrouping finished in: 90ms
 [_RUN_____] SwMacrosTest::testTdf151846
-/bin/sh: 25016: Memory fault(coredump)
+/bin/sh: 29656: Memory fault(coredump)
 
 It looks like $(@D)/workdir/LinkTarget/Executable/cppunittester generated $(@D)/workdir/CppunitTest/sw_macros_test.test.core/core
 Backtraces:
@@ -6583,7 +6585,7 @@
 
 warning: could not convert 'mutex_t' from the host encoding (ISO-8859-1) to UTF-32.
 This normally should not happen, please file a bug report.
-Core was generated by `$(BUILD_DIR)/'.
+Core was generated by `$(COMPONENT_DIR)/bu'.
 Program terminated with signal SIGSEGV, Segmentation fault.
 The current thread has terminated
 /usr/gcc/13/lib/amd64/../../share/gcc-13.2.0/python/libstdcxx/v6/printers.py:1273: DeprecationWarning: invalid escape sequence \d
@@ -6614,7 +6616,7 @@
   m = re.match('.*\[(\d+)]$', str(self._elem_type))
 /usr/gcc/13/lib/amd64/../../share/gcc-13.2.0/python/libstdcxx/v6/xmethods.py:775: DeprecationWarning: invalid escape sequence \d
   if not re.match('^std::(__\d+::)?shared_ptr<.*>$', class_type.tag):
-/tmp/tmp.fg6l4RDswu:1: Error in sourced command file:
+/tmp/tmp.caXfrNMS4X:1: Error in sourced command file:
 The current thread has terminated
 
 
@@ -6681,161 +6683,161 @@
 [CUT] sw_ooxmlexport11
 [_RUN_____] testTdf147810::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf147810.odt:
-583
-testTdf147810::Load_Verify_Reload_Verify finished in: 595ms
+607
+testTdf147810::Load_Verify_Reload_Verify finished in: 619ms
 [_RUN_____] testGroupedShapeLink::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//grouped_link.docx:
-120
-testGroupedShapeLink::Load_Verify_Reload_Verify finished in: 127ms
+154
+testGroupedShapeLink::Load_Verify_Reload_Verify finished in: 160ms
 [_RUN_____] testTdf149996::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//lorem_hyperlink.fodt:
-93
-testTdf149996::Load_Verify_Reload_Verify finished in: 99ms
+112
+testTdf149996::Load_Verify_Reload_Verify finished in: 118ms
 [_RUN_____] testTdf152310::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//ColorOverwritten.docx:
-105
-testTdf152310::Load_Verify_Reload_Verify finished in: 112ms
+128
+testTdf152310::Load_Verify_Reload_Verify finished in: 135ms
 [_RUN_____] testTdf104348_contextMargin::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf104348_contextMargin.docx:
-112
-testTdf104348_contextMargin::Load_Verify_Reload_Verify finished in: 120ms
+157
+testTdf104348_contextMargin::Load_Verify_Reload_Verify finished in: 165ms
 [_RUN_____] testTdf136955::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf134784.docx:
-141
-testTdf136955::Load_Verify_Reload_Verify finished in: 148ms
+170
+testTdf136955::Load_Verify_Reload_Verify finished in: 178ms
 [_RUN_____] testTdf134784::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf134784.docx:
-138
-testTdf134784::Load_Verify_Reload_Verify finished in: 146ms
+178
+testTdf134784::Load_Verify_Reload_Verify finished in: 186ms
 [_RUN_____] testMarginsFromStyle::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//margins_from_style.docx:
-102
-testMarginsFromStyle::Load_Verify_Reload_Verify finished in: 110ms
+106
+testMarginsFromStyle::Load_Verify_Reload_Verify finished in: 114ms
 [_RUN_____] testNoDefault::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//noDefault.docx:
-161
-testNoDefault::Load_Verify_Reload_Verify finished in: 169ms
+180
+testNoDefault::Load_Verify_Reload_Verify finished in: 189ms
 [_RUN_____] testOpenDocumentAsReadOnly::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//open-as-read-only.docx:
-70
-testOpenDocumentAsReadOnly::Load_Verify_Reload_Verify finished in: 77ms
+74
+testOpenDocumentAsReadOnly::Load_Verify_Reload_Verify finished in: 81ms
 [_RUN_____] testTdf107969::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf107969.docx:
-213
-testTdf107969::Load_Verify_Reload_Verify finished in: 222ms
+231
+testTdf107969::Load_Verify_Reload_Verify finished in: 240ms
 [_RUN_____] testTdf116801::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf116801.docx:
-152
-testTdf116801::Load_Verify_Reload_Verify finished in: 159ms
+231
+testTdf116801::Load_Verify_Reload_Verify finished in: 238ms
 [_RUN_____] testTdf116985::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf116985.docx:
-85
-testTdf116985::Load_Verify_Reload_Verify finished in: 93ms
+281
+testTdf116985::Load_Verify_Reload_Verify finished in: 288ms
 [_RUN_____] testTdf116976::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf116976.docx:
-87
-testTdf116976::Load_Verify_Reload_Verify finished in: 94ms
+137
+testTdf116976::Load_Verify_Reload_Verify finished in: 145ms
 [_RUN_____] testTdf98620_environmentBiDi::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf98620_environmentBiDi.odt:
-testTdf98620_environmentBiDi::TestBody finished in: 110ms
+testTdf98620_environmentBiDi::TestBody finished in: 149ms
 [_RUN_____] testTdf119760_positionCellBorder::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf119760_positionCellBorder.docx:
-126
-testTdf119760_positionCellBorder::Load_Verify_Reload_Verify finished in: 134ms
+370
+testTdf119760_positionCellBorder::Load_Verify_Reload_Verify finished in: 378ms
 [_RUN_____] testTdf82177_tblBorders::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf82177_tblBorders.docx:
-109
-testTdf82177_tblBorders::Load_Verify_Reload_Verify finished in: 117ms
+125
+testTdf82177_tblBorders::Load_Verify_Reload_Verify finished in: 134ms
 [_RUN_____] testTdf82177_insideCellBorders::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf82177_insideCellBorders.docx:
-97
-testTdf82177_insideCellBorders::Load_Verify_Reload_Verify finished in: 105ms
+121
+testTdf82177_insideCellBorders::Load_Verify_Reload_Verify finished in: 128ms
 [_RUN_____] testTdf82177_outsideCellBorders::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf82177_outsideCellBorders.docx:
-97
-testTdf82177_outsideCellBorders::Load_Verify_Reload_Verify finished in: 104ms
+121
+testTdf82177_outsideCellBorders::Load_Verify_Reload_Verify finished in: 130ms
 [_RUN_____] testTdf112118_DOCX::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf112118.docx:
-91
-testTdf112118_DOCX::Load_Verify_Reload_Verify finished in: 99ms
+129
+testTdf112118_DOCX::Load_Verify_Reload_Verify finished in: 137ms
 [_RUN_____] testTdf107035::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf107035.docx:
-76
-testTdf107035::Load_Verify_Reload_Verify finished in: 84ms
+119
+testTdf107035::Load_Verify_Reload_Verify finished in: 126ms
 [_RUN_____] testPageBreak_after::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//pageBreak_after.odt:
-testPageBreak_after::TestBody finished in: 91ms
+testPageBreak_after::TestBody finished in: 125ms
 [_RUN_____] testTdf104354_firstParaInSection::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf104354_firstParaInSection.docx:
-99
-testTdf104354_firstParaInSection::Load_Verify_Reload_Verify finished in: 107ms
+121
+testTdf104354_firstParaInSection::Load_Verify_Reload_Verify finished in: 130ms
 [_RUN_____] testTdf104354::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf104354.docx:
-111
-testTdf104354::Load_Verify_Reload_Verify finished in: 120ms
+108
+testTdf104354::Load_Verify_Reload_Verify finished in: 117ms
 [_RUN_____] testTdf120511_eatenSection::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf120511_eatenSection.docx:
-140
-testTdf120511_eatenSection::Load_Verify_Reload_Verify finished in: 150ms
+179
+testTdf120511_eatenSection::Load_Verify_Reload_Verify finished in: 188ms
 [_RUN_____] testTdf137655::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf137655.docx:
-testTdf137655::TestBody finished in: 130ms
+testTdf137655::TestBody finished in: 159ms
 [_RUN_____] testTdf142542_cancelledAutospacing::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf142542_cancelledAutospacing.docx:
-143
-testTdf142542_cancelledAutospacing::Load_Verify_Reload_Verify finished in: 153ms
+172
+testTdf142542_cancelledAutospacing::Load_Verify_Reload_Verify finished in: 182ms
 [_RUN_____] testTdf113258_noBeforeAutospacing::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf113258_noBeforeAutospacing.docx:
-100
-testTdf113258_noBeforeAutospacing::Load_Verify_Reload_Verify finished in: 109ms
+123
+testTdf113258_noBeforeAutospacing::Load_Verify_Reload_Verify finished in: 131ms
 [_RUN_____] testTdf113258::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf113258.docx:
-103
-testTdf113258::Load_Verify_Reload_Verify finished in: 112ms
+110
+testTdf113258::Load_Verify_Reload_Verify finished in: 121ms
 [_RUN_____] testTdf114703::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf114703.docx:
-123
-testTdf114703::Load_Verify_Reload_Verify finished in: 132ms
+109
+testTdf114703::Load_Verify_Reload_Verify finished in: 119ms
 [_RUN_____] testTdf49073::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf49073.docx:
-108
-testTdf49073::Load_Verify_Reload_Verify finished in: 118ms
+113
+testTdf49073::Load_Verify_Reload_Verify finished in: 123ms
 [_RUN_____] testTdf114882::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf114882.docx:
-97
-testTdf114882::Load_Verify_Reload_Verify finished in: 107ms
+108
+testTdf114882::Load_Verify_Reload_Verify finished in: 117ms
 [_RUN_____] testTdf113399::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf113399.doc:
-testTdf113399::TestBody finished in: 106ms
+testTdf113399::TestBody finished in: 112ms
 [_RUN_____] testTdf113547::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf113547.docx:
-102
-testTdf113547::Load_Verify_Reload_Verify finished in: 112ms
+94
+testTdf113547::Load_Verify_Reload_Verify finished in: 103ms
 [_RUN_____] testGraphicObjectFliph::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//graphic-object-fliph.docx:
-89
-testGraphicObjectFliph::Load_Verify_Reload_Verify finished in: 98ms
+94
+testGraphicObjectFliph::Load_Verify_Reload_Verify finished in: 103ms
 [_RUN_____] testTdf113183::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf113183.docx:
-99
-testTdf113183::Load_Verify_Reload_Verify finished in: 109ms
+111
+testTdf113183::Load_Verify_Reload_Verify finished in: 121ms
 [_RUN_____] testTdf117805::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf117805.odt:
-testTdf117805::TestBody finished in: 97ms
+testTdf117805::TestBody finished in: 104ms
 [_RUN_____] testSignatureLineShape::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//signature-line-all-props-set.docx:
-97
-testSignatureLineShape::Load_Verify_Reload_Verify finished in: 108ms
+136
+testSignatureLineShape::Load_Verify_Reload_Verify finished in: 147ms
 [_RUN_____] testTdf44832_testSectionWithDifferentHeader::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf44832_section_new_header.odt:
-testTdf44832_testSectionWithDifferentHeader::TestBody finished in: 74ms
+testTdf44832_testSectionWithDifferentHeader::TestBody finished in: 94ms
 [_RUN_____] testParagraphSplitOnSectionBorder::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//parasplit-on-section-border.odt:
-testParagraphSplitOnSectionBorder::TestBody finished in: 70ms
+testParagraphSplitOnSectionBorder::TestBody finished in: 108ms
 [_RUN_____] testTdf94801::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf94801.docx:
-455
-testTdf94801::Load_Verify_Reload_Verify finished in: 466ms
+317
+testTdf94801::Load_Verify_Reload_Verify finished in: 328ms
 [_RUN_____] testTdf117988::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf117988.docx:
 $(SOURCE_DIR)/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx:367:testTdf117988::Load_Verify_Reload_Verify
@@ -6843,121 +6845,121 @@
 - Expected: 1
 - Actual  : 2
 
-testTdf117988::Load_Verify_Reload_Verify finished in: 71ms
+testTdf117988::Load_Verify_Reload_Verify finished in: 87ms
 [_RUN_____] testTdf147115_defaultStyle::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf147115_defaultStyle.docx:
-103
-testTdf147115_defaultStyle::Load_Verify_Reload_Verify finished in: 114ms
+120
+testTdf147115_defaultStyle::Load_Verify_Reload_Verify finished in: 132ms
 [_RUN_____] testDefaultStyle::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//defaultStyle.docx:
-89
-testDefaultStyle::Load_Verify_Reload_Verify finished in: 101ms
+104
+testDefaultStyle::Load_Verify_Reload_Verify finished in: 115ms
 [_RUN_____] testTdf116410::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf116410.docx:
-108
-testTdf116410::Load_Verify_Reload_Verify finished in: 118ms
+100
+testTdf116410::Load_Verify_Reload_Verify finished in: 111ms
 [_RUN_____] testTdf123243::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf123243.docx:
-132
-testTdf123243::Load_Verify_Reload_Verify finished in: 145ms
+120
+testTdf123243::Load_Verify_Reload_Verify finished in: 132ms
 [_RUN_____] testTdf115719b::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf115719b.docx:
-137
-testTdf115719b::Load_Verify_Reload_Verify finished in: 150ms
+150
+testTdf115719b::Load_Verify_Reload_Verify finished in: 162ms
 [_RUN_____] testTdf115719::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf115719.docx:
-127
-testTdf115719::Load_Verify_Reload_Verify finished in: 140ms
+129
+testTdf115719::Load_Verify_Reload_Verify finished in: 142ms
 [_RUN_____] testTdf67207_MERGEFIELD::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//mailmerge.docx:
-112
-testTdf67207_MERGEFIELD::Load_Verify_Reload_Verify finished in: 123ms
+139
+testTdf67207_MERGEFIELD::Load_Verify_Reload_Verify finished in: 151ms
 [_RUN_____] testTdf115861::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf115861.docx:
-109
-testTdf115861::Load_Verify_Reload_Verify finished in: 121ms
+370
+testTdf115861::Load_Verify_Reload_Verify finished in: 383ms
 [_RUN_____] testTdf118361_RTLfootnoteSeparator::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf118361_RTLfootnoteSeparator.docx:
-110
-testTdf118361_RTLfootnoteSeparator::Load_Verify_Reload_Verify finished in: 122ms
+131
+testTdf118361_RTLfootnoteSeparator::Load_Verify_Reload_Verify finished in: 143ms
 [_RUN_____] testTdf113849_evenAndOddHeaders::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf113849_evenAndOddHeaders.odt:
-testTdf113849_evenAndOddHeaders::TestBody finished in: 167ms
+testTdf113849_evenAndOddHeaders::TestBody finished in: 240ms
 [_RUN_____] testTdf112694::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf112694.docx:
-94
-testTdf112694::Load_Verify_Reload_Verify finished in: 106ms
+110
+testTdf112694::Load_Verify_Reload_Verify finished in: 122ms
 [_RUN_____] testTdf76683_negativeTwipsMeasure::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf76683_negativeTwipsMeasure.docx:
-testTdf76683_negativeTwipsMeasure::TestBody finished in: 59ms
+testTdf76683_negativeTwipsMeasure::TestBody finished in: 89ms
 [_RUN_____] testTdf82065_Ind_start_strict::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf82065_Ind_start_strict.docx:
-94
-testTdf82065_Ind_start_strict::Load_Verify_Reload_Verify finished in: 106ms
+96
+testTdf82065_Ind_start_strict::Load_Verify_Reload_Verify finished in: 108ms
 [_RUN_____] testTdf106174_rtlParaAlign::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf106174_rtlParaAlign.docx:
-93
-testTdf106174_rtlParaAlign::Load_Verify_Reload_Verify finished in: 105ms
+116
+testTdf106174_rtlParaAlign::Load_Verify_Reload_Verify finished in: 130ms
 [_RUN_____] testTdf121561_tocTitleDocx::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf121456_tabsOffset.odt:
-testTdf121561_tocTitleDocx::TestBody finished in: 89ms
+testTdf121561_tocTitleDocx::TestBody finished in: 106ms
 [_RUN_____] testTdf124106::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf121456.docx:
-96
-testTdf124106::Load_Verify_Reload_Verify finished in: 108ms
+112
+testTdf124106::Load_Verify_Reload_Verify finished in: 124ms
 [_RUN_____] testTdf129525::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf129525.rtf:
 testTdf129525::TestBody finished in: 108ms
 [_RUN_____] testTdf121561_tocTitle::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf121456_tabsOffset.odt:
-testTdf121561_tocTitle::TestBody finished in: 81ms
+testTdf121561_tocTitle::TestBody finished in: 89ms
 [_RUN_____] testTdf121456_tabsOffset::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf121456_tabsOffset.odt:
-testTdf121456_tabsOffset::TestBody finished in: 153ms
+testTdf121456_tabsOffset::TestBody finished in: 163ms
 [_RUN_____] testTdf124384::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf124384.docx:
-166
-testTdf124384::Load_Verify_Reload_Verify finished in: 181ms
+196
+testTdf124384::Load_Verify_Reload_Verify finished in: 212ms
 [_RUN_____] testTdf63561_clearTabs2::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf63561_clearTabs2.docx:
-98
-testTdf63561_clearTabs2::Load_Verify_Reload_Verify finished in: 113ms
+135
+testTdf63561_clearTabs2::Load_Verify_Reload_Verify finished in: 149ms
 [_RUN_____] testTdf63561_clearTabs::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf63561_clearTabs.docx:
-91
-testTdf63561_clearTabs::Load_Verify_Reload_Verify finished in: 105ms
+120
+testTdf63561_clearTabs::Load_Verify_Reload_Verify finished in: 133ms
 [_RUN_____] testTdf46938_clearTabStop::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf46938_clearTabStop.docx:
-96
-testTdf46938_clearTabStop::Load_Verify_Reload_Verify finished in: 109ms
+116
+testTdf46938_clearTabStop::Load_Verify_Reload_Verify finished in: 129ms
 [_RUN_____] testTdf126795_TabsRelativeToIndent1::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf126795_TabsRelativeToIndent1.odt:
-testTdf126795_TabsRelativeToIndent1::TestBody finished in: 130ms
+testTdf126795_TabsRelativeToIndent1::TestBody finished in: 145ms
 [_RUN_____] testTdf126795_TabsRelativeToIndent0::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf126795_TabsRelativeToIndent0.odt:
-testTdf126795_TabsRelativeToIndent0::TestBody finished in: 128ms
+testTdf126795_TabsRelativeToIndent0::TestBody finished in: 140ms
 [_RUN_____] testTdf121665_back2backColumnBreaks::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf121665_back2backColumnBreaks.docx:
-102
-testTdf121665_back2backColumnBreaks::Load_Verify_Reload_Verify finished in: 117ms
+127
+testTdf121665_back2backColumnBreaks::Load_Verify_Reload_Verify finished in: 142ms
 [_RUN_____] testTdf116436_rowFill::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf116436_rowFill.odt:
-testTdf116436_rowFill::TestBody finished in: 134ms
+testTdf116436_rowFill::TestBody finished in: 133ms
 [_RUN_____] testTdf92524_autoColor::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf92524_autoColor.doc:
-testTdf92524_autoColor::TestBody finished in: 133ms
+testTdf92524_autoColor::TestBody finished in: 143ms
 [_RUN_____] testTdf90906_colAutoB::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf90906_colAutoB.docx:
-118
-testTdf90906_colAutoB::Load_Verify_Reload_Verify finished in: 133ms
+128
+testTdf90906_colAutoB::Load_Verify_Reload_Verify finished in: 143ms
 [_RUN_____] testTdf90906_colAuto::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf90906_colAuto.docx:
-122
-testTdf90906_colAuto::Load_Verify_Reload_Verify finished in: 138ms
+136
+testTdf90906_colAuto::Load_Verify_Reload_Verify finished in: 152ms
 [_RUN_____] testTdf57589_hashColor::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf57589_hashColor.docx:
-177
-testTdf57589_hashColor::Load_Verify_Reload_Verify finished in: 192ms
+189
+testTdf57589_hashColor::Load_Verify_Reload_Verify finished in: 204ms
 ooxmlexport11.cxx:367:Assertion
 Test name: testTdf117988::Load_Verify_Reload_Verify
 equality assertion failed
@@ -6987,99 +6989,99 @@
 [CUT] sw_ooxmlexport12
 [_RUN_____] testTdf143384_tableInFoot_negativeMargins::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf143384_tableInFoot_negativeMargins.docx:
-795
-testTdf143384_tableInFoot_negativeMargins::Load_Verify_Reload_Verify finished in: 809ms
+840
+testTdf143384_tableInFoot_negativeMargins::Load_Verify_Reload_Verify finished in: 854ms
 [_RUN_____] testTdf119952_negativeMargins::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf119952_negativeMargins.docx:
 $(SOURCE_DIR)/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx:2232:testTdf119952_negativeMargins::Load_Verify_Reload_Verify
 assertion failed
 - Expression: lcl_nearEqual(nTopFFly, 14403)
 
-testTdf119952_negativeMargins::Load_Verify_Reload_Verify finished in: 116ms
+testTdf119952_negativeMargins::Load_Verify_Reload_Verify finished in: 125ms
 [_RUN_____] testTdf124678_case2::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf124678_with_leading_paragraph.odt:
 testTdf124678_case2::TestBody finished in: 144ms
 [_RUN_____] testTdf124678_case1::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf124678_no_leading_paragraph.odt:
-testTdf124678_case1::TestBody finished in: 132ms
+testTdf124678_case1::TestBody finished in: 142ms
 [_RUN_____] testTdf101122_noFillForCustomShape::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf101122_noFillForCustomShape.odt:
-testTdf101122_noFillForCustomShape::TestBody finished in: 76ms
+testTdf101122_noFillForCustomShape::TestBody finished in: 85ms
 [_RUN_____] testTdf67207_MERGEFIELD_DATABASE::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf67207.docx:
-104
-testTdf67207_MERGEFIELD_DATABASE::Load_Verify_Reload_Verify finished in: 111ms
+114
+testTdf67207_MERGEFIELD_DATABASE::Load_Verify_Reload_Verify finished in: 121ms
 [_RUN_____] testTdf123054::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf123054.docx:
-283
-testTdf123054::Load_Verify_Reload_Verify finished in: 293ms
+329
+testTdf123054::Load_Verify_Reload_Verify finished in: 338ms
 [_RUN_____] testTdf147892::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf147892.fodt:
-testTdf147892::TestBody finished in: 56ms
+testTdf147892::TestBody finished in: 308ms
 [_RUN_____] testTdf142387::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf142387.docx:
-testTdf142387::TestBody finished in: 70ms
+testTdf142387::TestBody finished in: 95ms
 [_RUN_____] testTdf142700::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf142700.docx:
-testTdf142700::TestBody finished in: 84ms
+testTdf142700::TestBody finished in: 110ms
 [_RUN_____] testTdf128913::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf128913.docx:
-testTdf128913::TestBody finished in: 66ms
+testTdf128913::TestBody finished in: 85ms
 [_RUN_____] testTdf121176_anonymized::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf121176.docx:
-testTdf121176_anonymized::TestBody finished in: 88ms
+testTdf121176_anonymized::TestBody finished in: 109ms
 [_RUN_____] testTdf121176::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf121176.docx:
-140
-testTdf121176::Load_Verify_Reload_Verify finished in: 149ms
+171
+testTdf121176::Load_Verify_Reload_Verify finished in: 180ms
 [_RUN_____] testTdf116084_anonymized::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf116084.docx:
-testTdf116084_anonymized::TestBody finished in: 85ms
+testTdf116084_anonymized::TestBody finished in: 102ms
 [_RUN_____] testTdf116084::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf116084.docx:
-141
-testTdf116084::Load_Verify_Reload_Verify finished in: 151ms
+163
+testTdf116084::Load_Verify_Reload_Verify finished in: 173ms
 [_RUN_____] testTdf123189_tableBackground::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//table-black_fill.docx:
-121
-testTdf123189_tableBackground::Load_Verify_Reload_Verify finished in: 130ms
+180
+testTdf123189_tableBackground::Load_Verify_Reload_Verify finished in: 189ms
 [_RUN_____] testTdf133643::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf133643.doc:
-testTdf133643::TestBody finished in: 76ms
+testTdf133643::TestBody finished in: 85ms
 [_RUN_____] testTdf141660::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf141660.docx:
-testTdf141660::TestBody finished in: 87ms
+testTdf141660::TestBody finished in: 93ms
 [_RUN_____] testTdf121597TrackedDeletionOfMultipleParagraphs::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf121597.odt:
-testTdf121597TrackedDeletionOfMultipleParagraphs::TestBody finished in: 76ms
+testTdf121597TrackedDeletionOfMultipleParagraphs::TestBody finished in: 104ms
 [_RUN_____] testTdf136617::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf136617.docx:
-testTdf136617::TestBody finished in: 149ms
+testTdf136617::TestBody finished in: 229ms
 [_RUN_____] testTdf135187::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf135187.docx:
-testTdf135187::TestBody finished in: 79ms
+testTdf135187::TestBody finished in: 88ms
 [_RUN_____] testTdf105215::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf105215.docx:
-testTdf105215::TestBody finished in: 66ms
+testTdf105215::TestBody finished in: 87ms
 [_RUN_____] testTdf130690::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf130690.docx:
-testTdf130690::TestBody finished in: 69ms
+testTdf130690::TestBody finished in: 82ms
 [_RUN_____] testTdf130494::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf130494.docx:
-testTdf130494::TestBody finished in: 74ms
+testTdf130494::TestBody finished in: 87ms
 [_RUN_____] testTdf77417::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf77417.docx:
-testTdf77417::TestBody finished in: 441ms
+testTdf77417::TestBody finished in: 507ms
 [_RUN_____] testTdf88496::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf88496.docx:
-testTdf88496::TestBody finished in: 378ms
+testTdf88496::TestBody finished in: 422ms
 [_RUN_____] testTdf81100::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf81100.docx:
-testTdf81100::TestBody finished in: 173ms
+testTdf81100::TestBody finished in: 210ms
 [_RUN_____] testTdf58944RepeatingTableHeader::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf58944-repeating-table-header.docx:
-201
-testTdf58944RepeatingTableHeader::Load_Verify_Reload_Verify finished in: 213ms
+235
+testTdf58944RepeatingTableHeader::Load_Verify_Reload_Verify finished in: 249ms
 [_RUN_____] testTdf64264::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf64264.docx:
 $(SOURCE_DIR)/test/source/xmltesttools.cxx:194:testTdf64264::Load_Verify_Reload_Verify
@@ -7088,224 +7090,224 @@
 - Actual  : 45
 - In <>, XPath '/root/page[2]/body/tab/row' number of nodes is incorrect
 
-testTdf64264::Load_Verify_Reload_Verify finished in: 148ms
+testTdf64264::Load_Verify_Reload_Verify finished in: 166ms
 [_RUN_____] testTdf118691::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf118691.docx:
-151
-testTdf118691::Load_Verify_Reload_Verify finished in: 162ms
+186
+testTdf118691::Load_Verify_Reload_Verify finished in: 197ms
 [_RUN_____] testTdf108493::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf108493.docx:
-263
-testTdf108493::Load_Verify_Reload_Verify finished in: 273ms
+168
+testTdf108493::Load_Verify_Reload_Verify finished in: 178ms
 [_RUN_____] testTdf95374::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf95374.docx:
-testTdf95374::TestBody finished in: 119ms
+testTdf95374::TestBody finished in: 143ms
 [_RUN_____] testTdf124604::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf124604.docx:
-testTdf124604::TestBody finished in: 135ms
+testTdf124604::TestBody finished in: 166ms
 [_RUN_____] testLabelWidthAndPosition_Left_FirstLineIndent::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//Hau_min_list2.fodt:
-testLabelWidthAndPosition_Left_FirstLineIndent::TestBody finished in: 71ms
+testLabelWidthAndPosition_Left_FirstLineIndent::TestBody finished in: 89ms
 [_RUN_____] testTdf125546::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf125546.docx:
-testTdf125546::TestBody finished in: 91ms
+testTdf125546::TestBody finished in: 102ms
 [_RUN_____] testTdf128156::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf128156.docx:
 testTdf128156::TestBody finished in: 112ms
 [_RUN_____] testTdf136850::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf136850.docx:
-testTdf136850::TestBody finished in: 135ms
+testTdf136850::TestBody finished in: 177ms
 [_RUN_____] testTdf136667::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf149388_fly.docx:
-testTdf136667::TestBody finished in: 87ms
+testTdf136667::TestBody finished in: 172ms
 [_RUN_____] testTdf149388_fly::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf136667.docx:
-testTdf149388_fly::TestBody finished in: 85ms
+testTdf149388_fly::TestBody finished in: 88ms
 [_RUN_____] testTdf132271::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf149388.docx:
-testTdf132271::TestBody finished in: 84ms
+testTdf132271::TestBody finished in: 113ms
 [_RUN_____] testTdf149388::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf132271.docx:
-testTdf149388::TestBody finished in: 86ms
+testTdf149388::TestBody finished in: 103ms
 [_RUN_____] testTdf125894::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf125894.docx:
-testTdf125894::TestBody finished in: 93ms
+testTdf125894::TestBody finished in: 109ms
 [_RUN_____] testTdf105485::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf105485.docx:
-testTdf105485::TestBody finished in: 86ms
+testTdf105485::TestBody finished in: 127ms
 [_RUN_____] testTdf143911::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf126206.docx:
-testTdf143911::TestBody finished in: 79ms
+testTdf143911::TestBody finished in: 102ms
 [_RUN_____] testTdf124491::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf124491.docx:
-testTdf124491::TestBody finished in: 84ms
+testTdf124491::TestBody finished in: 96ms
 [_RUN_____] testTdf126245::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf126245.docx:
-testTdf126245::TestBody finished in: 86ms
+testTdf126245::TestBody finished in: 107ms
 [_RUN_____] testTdf126243::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf120338.docx:
-testTdf126243::TestBody finished in: 107ms
+testTdf126243::TestBody finished in: 109ms
 [_RUN_____] testTdf115212::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf115212.docx:
-testTdf115212::TestBody finished in: 87ms
+testTdf115212::TestBody finished in: 96ms
 [_RUN_____] testTdf70234::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf70234.docx:
-testTdf70234::TestBody finished in: 78ms
+testTdf70234::TestBody finished in: 92ms
 [_RUN_____] testTdf149707::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf149711.docx:
-testTdf149707::TestBody finished in: 86ms
+testTdf149707::TestBody finished in: 89ms
 [_RUN_____] testTdf149708::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf149708.docx:
-testTdf149708::TestBody finished in: 68ms
+testTdf149708::TestBody finished in: 71ms
 [_RUN_____] testTrackChangesEmptyParagraphsInADeletion::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//testTrackChangesEmptyParagraphsInADeletion.docx:
-testTrackChangesEmptyParagraphsInADeletion::TestBody finished in: 87ms
+testTrackChangesEmptyParagraphsInADeletion::TestBody finished in: 89ms
 [_RUN_____] testTrackChangesDeletedEmptyParagraph::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//testTrackChangesDeletedEmptyParagraph.docx:
-testTrackChangesDeletedEmptyParagraph::TestBody finished in: 85ms
+testTrackChangesDeletedEmptyParagraph::TestBody finished in: 99ms
 [_RUN_____] testChart_Plot_BorderLine_Style::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//Chart_Plot_BorderLine_Style.docx:
-testChart_Plot_BorderLine_Style::TestBody finished in: 169ms
+testChart_Plot_BorderLine_Style::TestBody finished in: 182ms
 [_RUN_____] testChart_BorderLine_Style::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//Chart_BorderLine_Style.docx:
-testChart_BorderLine_Style::TestBody finished in: 155ms
+testChart_BorderLine_Style::TestBody finished in: 384ms
 [_RUN_____] testTdf119188_list_margin_in_cell::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf119188_list_margin_in_cell.docx:
-139
-testTdf119188_list_margin_in_cell::Load_Verify_Reload_Verify finished in: 153ms
+156
+testTdf119188_list_margin_in_cell::Load_Verify_Reload_Verify finished in: 171ms
 [_RUN_____] testTdf113608_runAwayNumbering::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf113608_runAwayNumbering.docx:
-122
-testTdf113608_runAwayNumbering::Load_Verify_Reload_Verify finished in: 136ms
+159
+testTdf113608_runAwayNumbering::Load_Verify_Reload_Verify finished in: 172ms
 [_RUN_____] testTdf150824_regression::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//ooo30436-1-minimized.sxw:
-197
-testTdf150824_regression::Load_Verify_Reload_Verify finished in: 213ms
+220
+testTdf150824_regression::Load_Verify_Reload_Verify finished in: 235ms
 [_RUN_____] testTdf157011::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf157011_ins_del_empty_cols.docx:
-139
-testTdf157011::Load_Verify_Reload_Verify finished in: 156ms
+147
+testTdf157011::Load_Verify_Reload_Verify finished in: 171ms
 [_RUN_____] testTdf150824::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf150824.fodt:
-130
-testTdf150824::Load_Verify_Reload_Verify finished in: 146ms
+134
+testTdf150824::Load_Verify_Reload_Verify finished in: 149ms
 [_RUN_____] testTdf143510_within_table2::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//TC-table-rowDND-front.docx:
 184
-testTdf143510_within_table2::Load_Verify_Reload_Verify finished in: 199ms
+testTdf143510_within_table2::Load_Verify_Reload_Verify finished in: 204ms
 [_RUN_____] testTdf143510_within_table::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//TC-table-rowDND.docx:
-175
-testTdf143510_within_table::Load_Verify_Reload_Verify finished in: 191ms
+190
+testTdf143510_within_table::Load_Verify_Reload_Verify finished in: 206ms
 [_RUN_____] testTdf143510_table_from_row::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//TC-table-Separate-Move.docx:
-179
-testTdf143510_table_from_row::Load_Verify_Reload_Verify finished in: 195ms
+182
+testTdf143510_table_from_row::Load_Verify_Reload_Verify finished in: 198ms
 [_RUN_____] testTdf143510::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//TC-table-DnD-move.docx:
-182
-testTdf143510::Load_Verify_Reload_Verify finished in: 200ms
+183
+testTdf143510::Load_Verify_Reload_Verify finished in: 201ms
 [_RUN_____] testTdf150166::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf150166.docx:
-176
-testTdf150166::Load_Verify_Reload_Verify finished in: 192ms
+200
+testTdf150166::Load_Verify_Reload_Verify finished in: 216ms
 [_RUN_____] testTdf145720::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf104797.docx:
-140
-testTdf145720::Load_Verify_Reload_Verify finished in: 155ms
+148
+testTdf145720::Load_Verify_Reload_Verify finished in: 164ms
 [_RUN_____] testTdf104797::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf104797.docx:
-143
-testTdf104797::Load_Verify_Reload_Verify finished in: 158ms
+150
+testTdf104797::Load_Verify_Reload_Verify finished in: 166ms
 [_RUN_____] testTdf118521_marginsLR::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf118521_marginsLR.docx:
-110
-testTdf118521_marginsLR::Load_Verify_Reload_Verify finished in: 124ms
+121
+testTdf118521_marginsLR::Load_Verify_Reload_Verify finished in: 136ms
 [_RUN_____] testTdf80526_word_wrap::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf80526_word_wrap.docx:
-126
-testTdf80526_word_wrap::Load_Verify_Reload_Verify finished in: 142ms
+143
+testTdf80526_word_wrap::Load_Verify_Reload_Verify finished in: 159ms
 [_RUN_____] testTdf131420::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf131420.docx:
-testTdf131420::TestBody finished in: 68ms
+testTdf131420::TestBody finished in: 92ms
 [_RUN_____] testTdf116883::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf116883.docx:
-202
-testTdf116883::Load_Verify_Reload_Verify finished in: 217ms
+215
+testTdf116883::Load_Verify_Reload_Verify finished in: 231ms
 [_RUN_____] testLanguageInGroupShape::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf131922_LanguageInGroupShape.docx:
-testLanguageInGroupShape::TestBody finished in: 89ms
+testLanguageInGroupShape::TestBody finished in: 98ms
 [_RUN_____] testTdf122594::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf122594.docx:
-614
-testTdf122594::Load_Verify_Reload_Verify finished in: 665ms
+634
+testTdf122594::Load_Verify_Reload_Verify finished in: 687ms
 [_RUN_____] testTdf94628::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf94628.docx:
-testTdf94628::TestBody finished in: 132ms
+testTdf94628::TestBody finished in: 151ms
 [_RUN_____] testTdf122563::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf122563.docx:
-testTdf122563::TestBody finished in: 270ms
+testTdf122563::TestBody finished in: 275ms
 [_RUN_____] testTdf138899::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf138899.docx:
-testTdf138899::TestBody finished in: 126ms
+testTdf138899::TestBody finished in: 148ms
 [_RUN_____] testTdf99631::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf99631.docx:
-testTdf99631::TestBody finished in: 453ms
+testTdf99631::TestBody finished in: 462ms
 [_RUN_____] testTdf134618::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf134618.doc:
-testTdf134618::TestBody finished in: 73ms
+testTdf134618::TestBody finished in: 80ms
 [_RUN_____] testTdf138780::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf138780.odt:
 testTdf138780::TestBody finished in: 141ms
 [_RUN_____] testTdf117137::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf117137.docx:
-151
-testTdf117137::Load_Verify_Reload_Verify finished in: 168ms
+162
+testTdf117137::Load_Verify_Reload_Verify finished in: 179ms
 [_RUN_____] testTdf105444::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf105444.docx:
-testTdf105444::TestBody finished in: 77ms
+testTdf105444::TestBody finished in: 105ms
 [_RUN_____] testTdf119143::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf119143.docx:
 180
-testTdf119143::Load_Verify_Reload_Verify finished in: 199ms
+testTdf119143::Load_Verify_Reload_Verify finished in: 198ms
 [_RUN_____] testTdf73547::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf73547-dash.docx:
-testTdf73547::TestBody finished in: 76ms
+testTdf73547::TestBody finished in: 86ms
 [_RUN_____] testVMLShapetypeId::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//controlshape.fodt:
-testVMLShapetypeId::TestBody finished in: 92ms
+testVMLShapetypeId::TestBody finished in: 122ms
 [_RUN_____] testWatermarkTrim::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf114308.docx:
-156
-testWatermarkTrim::Load_Verify_Reload_Verify finished in: 173ms
+174
+testWatermarkTrim::Load_Verify_Reload_Verify finished in: 191ms
 [_RUN_____] testWatermark::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//watermark.docx:
-151
-testWatermark::Load_Verify_Reload_Verify finished in: 169ms
+159
+testWatermark::Load_Verify_Reload_Verify finished in: 176ms
 [_RUN_____] testTdf117504_numberingIndent::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf117504_numberingIndent.docx:
-144
-testTdf117504_numberingIndent::Load_Verify_Reload_Verify finished in: 161ms
+165
+testTdf117504_numberingIndent::Load_Verify_Reload_Verify finished in: 183ms
 [_RUN_____] testTdf120224_textControlCrossRef::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf120224_textControlCrossRef.docx:
-142
-testTdf120224_textControlCrossRef::Load_Verify_Reload_Verify finished in: 159ms
+136
+testTdf120224_textControlCrossRef::Load_Verify_Reload_Verify finished in: 154ms
 [_RUN_____] testTdf79435_legacyInputFields::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf79435_legacyInputFields.doc:
-testTdf79435_legacyInputFields::TestBody finished in: 136ms
+testTdf79435_legacyInputFields::TestBody finished in: 132ms
 [_RUN_____] testTdf112202::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//090716_Studentische_Arbeit_VWS.docx:
-348
-testTdf112202::Load_Verify_Reload_Verify finished in: 369ms
+341
+testTdf112202::Load_Verify_Reload_Verify finished in: 360ms
 [_RUN_____] testObjectCrossReference::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//object_cross_reference.odt:
 testObjectCrossReference::TestBody finished in: 225ms
 [_RUN_____] testTableCrossReferenceCustomFormat::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//table_cross_reference_custom_format.odt:
-testTableCrossReferenceCustomFormat::TestBody finished in: 211ms
+testTableCrossReferenceCustomFormat::TestBody finished in: 197ms
 [_RUN_____] testTableCrossReference::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//table_cross_reference.odt:
-testTableCrossReference::TestBody finished in: 195ms
+testTableCrossReference::TestBody finished in: 191ms
 ooxmlexport12.cxx:2232:Assertion
 Test name: testTdf119952_negativeMargins::Load_Verify_Reload_Verify
 assertion failed
@@ -7341,82 +7343,82 @@
 [CUT] sw_ooxmlexport13
 [_RUN_____] testTdf128304::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf128304.odt:
-testTdf128304::TestBody finished in: 630ms
+testTdf128304::TestBody finished in: 645ms
 [_RUN_____] testTdf127579::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf127579.odt:
-testTdf127579::TestBody finished in: 53ms
+testTdf127579::TestBody finished in: 76ms
 [_RUN_____] testTdf127925::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf127925.odt:
-testTdf127925::TestBody finished in: 57ms
+testTdf127925::TestBody finished in: 54ms
 [_RUN_____] testTdf142693_hugePaperSizeImport::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf142693_hugePaperSizeImport.docx:
-testTdf142693_hugePaperSizeImport::TestBody finished in: 52ms
+testTdf142693_hugePaperSizeImport::TestBody finished in: 65ms
 [_RUN_____] testTdf127741::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf127741.docx:
-116
-testTdf127741::Load_Verify_Reload_Verify finished in: 123ms
+133
+testTdf127741::Load_Verify_Reload_Verify finished in: 140ms
 [_RUN_____] testTdf123628::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf123628.odt:
-testTdf123628::TestBody finished in: 52ms
+testTdf123628::TestBody finished in: 72ms
 [_RUN_____] testTdf127735::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//internal_hyperlink_table.odt:
-testTdf127735::TestBody finished in: 57ms
+testTdf127735::TestBody finished in: 92ms
 [_RUN_____] testTdf127734::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//internal_hyperlink_region.odt:
-testTdf127734::TestBody finished in: 72ms
+testTdf127734::TestBody finished in: 79ms
 [_RUN_____] testTdf127733::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//internal_hyperlink_ole.odt:
-testTdf127733::TestBody finished in: 118ms
+testTdf127733::TestBody finished in: 148ms
 [_RUN_____] testTdf127732::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//internal_hyperlink_frame.odt:
-testTdf127732::TestBody finished in: 67ms
+testTdf127732::TestBody finished in: 68ms
 [_RUN_____] testTdf127605::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf127605.odt:
-testTdf127605::TestBody finished in: 67ms
+testTdf127605::TestBody finished in: 72ms
 [_RUN_____] testTdf127362::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf127362.odt:
-testTdf127362::TestBody finished in: 63ms
+testTdf127362::TestBody finished in: 86ms
 [_RUN_____] testTdf127339::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf127339.docx:
-testTdf127339::TestBody finished in: 60ms
+testTdf127339::TestBody finished in: 68ms
 [_RUN_____] testTdf127116::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf127116.odt:
-testTdf127116::TestBody finished in: 78ms
+testTdf127116::TestBody finished in: 58ms
 [_RUN_____] tdf118169::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf118169.docx:
-118
-tdf118169::Load_Verify_Reload_Verify finished in: 127ms
+114
+tdf118169::Load_Verify_Reload_Verify finished in: 121ms
 [_RUN_____] tdf119809::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf119809.docx:
-137
-tdf119809::Load_Verify_Reload_Verify finished in: 145ms
+120
+tdf119809::Load_Verify_Reload_Verify finished in: 128ms
 [_RUN_____] tdf127085::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf127085.docx:
-134
-tdf127085::Load_Verify_Reload_Verify finished in: 143ms
+102
+tdf127085::Load_Verify_Reload_Verify finished in: 111ms
 [_RUN_____] testInvalidDateFormField::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//invalid_date_form_field.docx:
-92
-testInvalidDateFormField::Load_Verify_Reload_Verify finished in: 100ms
+101
+testInvalidDateFormField::Load_Verify_Reload_Verify finished in: 110ms
 [_RUN_____] testTdf121663::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf121663.docx:
-testTdf121663::TestBody finished in: 93ms
+testTdf121663::TestBody finished in: 79ms
 [_RUN_____] testTdf131594::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf131594.docx:
-testTdf131594::TestBody finished in: 77ms
+testTdf131594::TestBody finished in: 71ms
 [_RUN_____] testImageCommentAtChar::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//image-comment-at-char.docx:
-104
-testImageCommentAtChar::Load_Verify_Reload_Verify finished in: 113ms
+115
+testImageCommentAtChar::Load_Verify_Reload_Verify finished in: 124ms
 [_RUN_____] testTdf125518::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf125518.odt:
-testTdf125518::TestBody finished in: 185ms
+testTdf125518::TestBody finished in: 154ms
 [_RUN_____] testBtlrFrame::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//btlr-frame.odt:
-testBtlrFrame::TestBody finished in: 113ms
+testBtlrFrame::TestBody finished in: 107ms
 [_RUN_____] testTdf78657::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf78657_picture_hyperlink.docx:
-testTdf78657::TestBody finished in: 60ms
+testTdf78657::TestBody finished in: 69ms
 [_RUN_____] testTdf125324::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf125324.docx:
 $(SOURCE_DIR)/test/source/xmltesttools.cxx:170:testTdf125324::Load_Verify_Reload_Verify
@@ -7425,174 +7427,174 @@
 - Actual  : 4139
 - In <>, attribute 'top' of '/root/page/body/txt[2]/anchored/fly/tab/infos/bounds' incorrect value.
 
-testTdf125324::Load_Verify_Reload_Verify finished in: 68ms
+testTdf125324::Load_Verify_Reload_Verify finished in: 65ms
 [_RUN_____] testTdf125657::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf125657.docx:
-testTdf125657::TestBody finished in: 65ms
+testTdf125657::TestBody finished in: 62ms
 [_RUN_____] testTdf119037::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf119037.odt:
-testTdf119037::TestBody finished in: 67ms
+testTdf119037::TestBody finished in: 66ms
 [_RUN_____] testTbrlFrameVml::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tbrl-frame-vml.docx:
-134
-testTbrlFrameVml::Load_Verify_Reload_Verify finished in: 144ms
+126
+testTbrlFrameVml::Load_Verify_Reload_Verify finished in: 136ms
 [_RUN_____] testTdf121784::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf121784.docx:
-124
-testTdf121784::Load_Verify_Reload_Verify finished in: 135ms
+119
+testTdf121784::Load_Verify_Reload_Verify finished in: 129ms
 [_RUN_____] testTdf125298::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf125298_crossreflink_nonascii_charlimit.docx:
-testTdf125298::TestBody finished in: 57ms
+testTdf125298::TestBody finished in: 55ms
 [_RUN_____] testTdf146140::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf123460.docx:
-testTdf146140::TestBody finished in: 84ms
+testTdf146140::TestBody finished in: 79ms
 [_RUN_____] testTdf123460::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf123460.docx:
-133
-testTdf123460::Load_Verify_Reload_Verify finished in: 144ms
+124
+testTdf123460::Load_Verify_Reload_Verify finished in: 134ms
 [_RUN_____] testTextInput::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//textinput.odt:
-testTextInput::TestBody finished in: 67ms
+testTextInput::TestBody finished in: 73ms
 [_RUN_____] testTdf124594::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf124594.docx:
-117
-testTdf124594::Load_Verify_Reload_Verify finished in: 128ms
+111
+testTdf124594::Load_Verify_Reload_Verify finished in: 121ms
 [_RUN_____] testTdf119201::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf119201.docx:
-137
-testTdf119201::Load_Verify_Reload_Verify finished in: 148ms
+317
+testTdf119201::Load_Verify_Reload_Verify finished in: 328ms
 [_RUN_____] testFrameSizeExport::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//floating-tables-anchor.docx:
-testFrameSizeExport::TestBody finished in: 65ms
+testFrameSizeExport::TestBody finished in: 67ms
 [_RUN_____] testTdf116371::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf116371.odt:
-testTdf116371::TestBody finished in: 134ms
+testTdf116371::TestBody finished in: 146ms
 [_RUN_____] testTdf123435::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf123435.docx:
-128
-testTdf123435::Load_Verify_Reload_Verify finished in: 141ms
+157
+testTdf123435::Load_Verify_Reload_Verify finished in: 168ms
 [_RUN_____] testInputListExport::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf122186_input_list.odt:
-testInputListExport::TestBody finished in: 113ms
+testInputListExport::TestBody finished in: 124ms
 [_RUN_____] testParaAdjustDistribute::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//para-adjust-distribute.docx:
-105
-testParaAdjustDistribute::Load_Verify_Reload_Verify finished in: 117ms
+129
+testParaAdjustDistribute::Load_Verify_Reload_Verify finished in: 140ms
 [_RUN_____] testTdf121867::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf121867.odt:
-testTdf121867::TestBody finished in: 115ms
+testTdf121867::TestBody finished in: 126ms
 [_RUN_____] testDateControl::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//empty-date-control.odt:
-testDateControl::TestBody finished in: 121ms
+testDateControl::TestBody finished in: 138ms
 [_RUN_____] tdf124600b::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf124600b.docx:
-128
-tdf124600b::Load_Verify_Reload_Verify finished in: 141ms
+373
+tdf124600b::Load_Verify_Reload_Verify finished in: 385ms
 [_RUN_____] tdf123912_protectedForm::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf123912_protectedForm.odt:
-tdf123912_protectedForm::TestBody finished in: 114ms
+tdf123912_protectedForm::TestBody finished in: 136ms
 [_RUN_____] testTdf118947_tableStyle2::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf118947_tableStyle2.docx:
-128
-testTdf118947_tableStyle2::Load_Verify_Reload_Verify finished in: 141ms
+131
+testTdf118947_tableStyle2::Load_Verify_Reload_Verify finished in: 144ms
 [_RUN_____] testTdf118947_tableStyle::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf118947_tableStyle.docx:
-126
-testTdf118947_tableStyle::Load_Verify_Reload_Verify finished in: 139ms
+154
+testTdf118947_tableStyle::Load_Verify_Reload_Verify finished in: 166ms
 [_RUN_____] testTdf123636_newlinePageBreak4::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf123636_newlinePageBreak4.docx:
-114
-testTdf123636_newlinePageBreak4::Load_Verify_Reload_Verify finished in: 127ms
+119
+testTdf123636_newlinePageBreak4::Load_Verify_Reload_Verify finished in: 132ms
 [_RUN_____] testTdf123636_newlinePageBreak3::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf123636_newlinePageBreak3.docx:
-114
-testTdf123636_newlinePageBreak3::Load_Verify_Reload_Verify finished in: 127ms
+145
+testTdf123636_newlinePageBreak3::Load_Verify_Reload_Verify finished in: 158ms
 [_RUN_____] testTdf123636_newlinePageBreak2::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf123636_newlinePageBreak2.docx:
-121
-testTdf123636_newlinePageBreak2::Load_Verify_Reload_Verify finished in: 134ms
+132
+testTdf123636_newlinePageBreak2::Load_Verify_Reload_Verify finished in: 144ms
 [_RUN_____] testTdf123636_newlinePageBreak::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf123636_newlinePageBreak.docx:
-110
-testTdf123636_newlinePageBreak::Load_Verify_Reload_Verify finished in: 122ms
+141
+testTdf123636_newlinePageBreak::Load_Verify_Reload_Verify finished in: 153ms
 [_RUN_____] testTdf124637_sectionMargin::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf124637_sectionMargin.docx:
-221
-testTdf124637_sectionMargin::Load_Verify_Reload_Verify finished in: 236ms
+213
+testTdf124637_sectionMargin::Load_Verify_Reload_Verify finished in: 226ms
 [_RUN_____] testTdf99602_charStyleSubscript2::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf99602_charStyleSubscript2.odt:
-testTdf99602_charStyleSubscript2::TestBody finished in: 133ms
+testTdf99602_charStyleSubscript2::TestBody finished in: 145ms
 [_RUN_____] testTdf99602_charStyleSubscript::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf99602_charStyleSubscript.docx:
-109
-testTdf99602_charStyleSubscript::Load_Verify_Reload_Verify finished in: 124ms
+104
+testTdf99602_charStyleSubscript::Load_Verify_Reload_Verify finished in: 117ms
 [_RUN_____] testTdf99602_subscript_charStyleSize::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf99602_subscript_charStyleSize.docx:
-109
-testTdf99602_subscript_charStyleSize::Load_Verify_Reload_Verify finished in: 122ms
+103
+testTdf99602_subscript_charStyleSize::Load_Verify_Reload_Verify finished in: 116ms
 [_RUN_____] testTdf127316_autoEscapement::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf127316_autoEscapement.odt:
-testTdf127316_autoEscapement::TestBody finished in: 122ms
+testTdf127316_autoEscapement::TestBody finished in: 116ms
 [_RUN_____] testBtlrShape::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//btlr-textbox.docx:
-119
-testBtlrShape::Load_Verify_Reload_Verify finished in: 133ms
+126
+testBtlrShape::Load_Verify_Reload_Verify finished in: 140ms
 [_RUN_____] testTbrlTextbox::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tbrl-textbox.docx:
-123
-testTbrlTextbox::Load_Verify_Reload_Verify finished in: 136ms
+145
+testTbrlTextbox::Load_Verify_Reload_Verify finished in: 160ms
 [_RUN_____] testendingSectionProps::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//endingSectionProps.docx:
-116
-testendingSectionProps::Load_Verify_Reload_Verify finished in: 129ms
+127
+testendingSectionProps::Load_Verify_Reload_Verify finished in: 141ms
 [_RUN_____] testTdf126723::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf126723.docx:
-143
-testTdf126723::Load_Verify_Reload_Verify finished in: 157ms
+187
+testTdf126723::Load_Verify_Reload_Verify finished in: 202ms
 [_RUN_____] testTdf108496::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf108496.docx:
-121
-testTdf108496::Load_Verify_Reload_Verify finished in: 135ms
+136
+testTdf108496::Load_Verify_Reload_Verify finished in: 151ms
 [_RUN_____] testTdf95848_2::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf95848_2.docx:
-123
-testTdf95848_2::Load_Verify_Reload_Verify finished in: 138ms
+175
+testTdf95848_2::Load_Verify_Reload_Verify finished in: 190ms
 [_RUN_____] testTdf95848::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf95848.docx:
-264
-testTdf95848::Load_Verify_Reload_Verify finished in: 279ms
+300
+testTdf95848::Load_Verify_Reload_Verify finished in: 316ms
 [_RUN_____] testTdf121659_loseColumnBrNextToShape::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf121659_loseColumnBrNextToShape.docx:
-testTdf121659_loseColumnBrNextToShape::TestBody finished in: 154ms
+testTdf121659_loseColumnBrNextToShape::TestBody finished in: 203ms
 [_RUN_____] testTdf140182_extraPagebreak::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf140182_extraPagebreak.docx:
-181
-testTdf140182_extraPagebreak::Load_Verify_Reload_Verify finished in: 195ms
+243
+testTdf140182_extraPagebreak::Load_Verify_Reload_Verify finished in: 259ms
 [_RUN_____] testTdf121666_lostPage::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf121666_lostPage.docx:
-testTdf121666_lostPage::TestBody finished in: 69ms
+testTdf121666_lostPage::TestBody finished in: 237ms
 [_RUN_____] testTdf121374_sectionHF2::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf121374_sectionHF2.doc:
-testTdf121374_sectionHF2::TestBody finished in: 213ms
+testTdf121374_sectionHF2::TestBody finished in: 258ms
 [_RUN_____] testTdf121374_sectionHF::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf121374_sectionHF.odt:
-testTdf121374_sectionHF::TestBody finished in: 145ms
+testTdf121374_sectionHF::TestBody finished in: 161ms
 [_RUN_____] testTdf155690::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf155690.docx:
-181
-testTdf155690::Load_Verify_Reload_Verify finished in: 198ms
+204
+testTdf155690::Load_Verify_Reload_Verify finished in: 220ms
 [_RUN_____] testTdf126994_lostPageBreak::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf126994_lostPageBreak.docx:
-173
-testTdf126994_lostPageBreak::Load_Verify_Reload_Verify finished in: 189ms
+175
+testTdf126994_lostPageBreak::Load_Verify_Reload_Verify finished in: 193ms
 [_RUN_____] testTdf125778_lostPageBreakTOX::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf125778_lostPageBreakTOX.docx:
-139
-testTdf125778_lostPageBreakTOX::Load_Verify_Reload_Verify finished in: 156ms
+151
+testTdf125778_lostPageBreakTOX::Load_Verify_Reload_Verify finished in: 168ms
 [_RUN_____] testFlyInFly::Import_Export
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//ooo39250-1-min.rtf:
-55
-testFlyInFly::Import_Export finished in: 71ms
+59
+testFlyInFly::Import_Export finished in: 75ms
 xmltesttools.cxx:170:Assertion
 Test name: testTdf125324::Load_Verify_Reload_Verify
 equality assertion failed
@@ -7631,131 +7633,131 @@
 [CUT] sw_ooxmlexport16
 [_RUN_____] testTdf152152::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//artistic_effects.docx:
-testTdf152152::TestBody finished in: 717ms
+testTdf152152::TestBody finished in: 726ms
 [_RUN_____] testTdf152153::TestBody
 libpng warning: sBIT: invalid
 libpng warning: sBIT: invalid
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//embedded_images.odt:
-testTdf152153::TestBody finished in: 171ms
+testTdf152153::TestBody finished in: 180ms
 [_RUN_____] testTdf143726::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//Simple-TOC.odt:
-testTdf143726::TestBody finished in: 120ms
+testTdf143726::TestBody finished in: 146ms
 [_RUN_____] testTdf139549::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf139549.docx:
-testTdf139549::TestBody finished in: 75ms
+testTdf139549::TestBody finished in: 82ms
 [_RUN_____] testTdf150542::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf150542.docx:
-testTdf150542::TestBody finished in: 46ms
+testTdf150542::TestBody finished in: 54ms
 [_RUN_____] Test_ShadowDirection::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf142361ShadowDirection.odt:
-Test_ShadowDirection::TestBody finished in: 56ms
+Test_ShadowDirection::TestBody finished in: 68ms
 [_RUN_____] testCommentDoneModel::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//CommentDone.docx:
-140
-testCommentDoneModel::Load_Verify_Reload_Verify finished in: 148ms
+152
+testCommentDoneModel::Load_Verify_Reload_Verify finished in: 160ms
 [_RUN_____] testTableWidth::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//frame_size_export.docx:
-109
-testTableWidth::Load_Verify_Reload_Verify finished in: 117ms
+145
+testTableWidth::Load_Verify_Reload_Verify finished in: 153ms
 [_RUN_____] testCommentDone::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//CommentDone.docx:
-testCommentDone::TestBody finished in: 76ms
+testCommentDone::TestBody finished in: 86ms
 [_RUN_____] testCommentReply::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//CommentReply.docx:
-testCommentReply::TestBody finished in: 62ms
+testCommentReply::TestBody finished in: 80ms
 [_RUN_____] testTdf105688::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf105688.docx:
-222
-testTdf105688::Load_Verify_Reload_Verify finished in: 231ms
+252
+testTdf105688::Load_Verify_Reload_Verify finished in: 263ms
 [_RUN_____] testTdf140137::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf140137.docx:
-230
-testTdf140137::Load_Verify_Reload_Verify finished in: 244ms
+273
+testTdf140137::Load_Verify_Reload_Verify finished in: 286ms
 [_RUN_____] testTdf141550::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf141550.docx:
-130
-testTdf141550::Load_Verify_Reload_Verify finished in: 139ms
+149
+testTdf141550::Load_Verify_Reload_Verify finished in: 158ms
 [_RUN_____] testTextBoxZOrder::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//testTextBoxZOrder.docx:
-124
-testTextBoxZOrder::Load_Verify_Reload_Verify finished in: 133ms
+153
+testTextBoxZOrder::Load_Verify_Reload_Verify finished in: 162ms
 [_RUN_____] testTdf153874::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//image_through_shape.docx:
-123
-testTdf153874::Load_Verify_Reload_Verify finished in: 132ms
+161
+testTdf153874::Load_Verify_Reload_Verify finished in: 170ms
 [_RUN_____] testTdf133473_shadowSize::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf133473.docx:
-131
-testTdf133473_shadowSize::Load_Verify_Reload_Verify finished in: 140ms
+174
+testTdf133473_shadowSize::Load_Verify_Reload_Verify finished in: 184ms
 [_RUN_____] testTdf118535::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf118535.odt:
-testTdf118535::TestBody finished in: 158ms
+testTdf118535::TestBody finished in: 176ms
 [_RUN_____] testTdf138953::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//croppedAndRotated.odt:
-testTdf138953::TestBody finished in: 110ms
+testTdf138953::TestBody finished in: 144ms
 [_RUN_____] testTdf136841::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf136841.docx:
-117
-testTdf136841::Load_Verify_Reload_Verify finished in: 126ms
+167
+testTdf136841::Load_Verify_Reload_Verify finished in: 178ms
 [_RUN_____] testTdf140572_docDefault_superscript::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf140572_docDefault_superscript.docx:
-testTdf140572_docDefault_superscript::TestBody finished in: 115ms
+testTdf140572_docDefault_superscript::TestBody finished in: 130ms
 [_RUN_____] testRtlGutter::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//rtl-gutter.docx:
-testRtlGutter::TestBody finished in: 113ms
+testRtlGutter::TestBody finished in: 335ms
 [_RUN_____] testEffectExtentLineWidth::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//effect-extent-line-width.docx:
-testEffectExtentLineWidth::TestBody finished in: 161ms
+testEffectExtentLineWidth::TestBody finished in: 202ms
 [_RUN_____] testFooterMarginLost::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//footer-margin-lost.docx:
-testFooterMarginLost::TestBody finished in: 71ms
+testFooterMarginLost::TestBody finished in: 100ms
 [_RUN_____] testTdf149198::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf149198.docx:
-87
-testTdf149198::Load_Verify_Reload_Verify finished in: 95ms
+117
+testTdf149198::Load_Verify_Reload_Verify finished in: 126ms
 [_RUN_____] testTdf139580::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf139580.odt:
-testTdf139580::TestBody finished in: 192ms
+testTdf139580::TestBody finished in: 235ms
 [_RUN_____] testTdf146171_invalid_change_date::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf146171.docx:
-testTdf146171_invalid_change_date::TestBody finished in: 158ms
+testTdf146171_invalid_change_date::TestBody finished in: 314ms
 [_RUN_____] testTextframeHyperlink::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//docxopenhyperlinkbox.docx:
-testTextframeHyperlink::TestBody finished in: 121ms
+testTextframeHyperlink::TestBody finished in: 153ms
 [_RUN_____] testShapeHyperlink::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//hyperlinkshape.docx:
-109
-testShapeHyperlink::Load_Verify_Reload_Verify finished in: 120ms
+154
+testShapeHyperlink::Load_Verify_Reload_Verify finished in: 166ms
 [_RUN_____] testTdf142404_tabOverSpacingC15::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf142404_tabOverSpacingC15.odt:
-testTdf142404_tabOverSpacingC15::TestBody finished in: 161ms
+testTdf142404_tabOverSpacingC15::TestBody finished in: 174ms
 [_RUN_____] testTdf142404_tabOverMarginC15::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf142404_tabOverMarginC15.docx:
-116
-testTdf142404_tabOverMarginC15::Load_Verify_Reload_Verify finished in: 127ms
+146
+testTdf142404_tabOverMarginC15::Load_Verify_Reload_Verify finished in: 158ms
 [_RUN_____] testTdf142404_tabSpacing::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf142404_tabSpacing.docx:
-113
-testTdf142404_tabSpacing::Load_Verify_Reload_Verify finished in: 124ms
+130
+testTdf142404_tabSpacing::Load_Verify_Reload_Verify finished in: 142ms
 [_RUN_____] testTdf141173_missingFrames::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf141173_missingFrames.rtf:
-testTdf141173_missingFrames::TestBody finished in: 156ms
+testTdf141173_missingFrames::TestBody finished in: 171ms
 [_RUN_____] testTdf140336_paraNoneShading::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf140336_paraNoneShading.odt:
-testTdf140336_paraNoneShading::TestBody finished in: 110ms
+testTdf140336_paraNoneShading::TestBody finished in: 117ms
 [_RUN_____] testTdf135773_numberingShading::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf135774_numberingShading.docx:
-testTdf135773_numberingShading::TestBody finished in: 65ms
+testTdf135773_numberingShading::TestBody finished in: 67ms
 [_RUN_____] testTdf134951_duplicates::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf134951_duplicates.odt:
-testTdf134951_duplicates::TestBody finished in: 186ms
+testTdf134951_duplicates::TestBody finished in: 191ms
 [_RUN_____] testTdf134619_numberingProps::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf134619_numberingProps.doc:
 testTdf134619_numberingProps::TestBody finished in: 169ms
 [_RUN_____] testTdf125936_numberingSuperscript::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf125936_numberingSuperscript.docx:
-131
-testTdf125936_numberingSuperscript::Load_Verify_Reload_Verify finished in: 143ms
+147
+testTdf125936_numberingSuperscript::Load_Verify_Reload_Verify finished in: 160ms
 [_RUN_____] testTdf138771::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf138771.docx:
 175
@@ -7767,98 +7769,98 @@
 - Expected: 2
 - Actual  : 1
 
-testTdf149649::Load_Verify_Reload_Verify finished in: 161ms
+testTdf149649::Load_Verify_Reload_Verify finished in: 162ms
 [_RUN_____] testTdf140668::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf140668.docx:
-155
-testTdf140668::Load_Verify_Reload_Verify finished in: 168ms
+158
+testTdf140668::Load_Verify_Reload_Verify finished in: 171ms
 [_RUN_____] testTdf148671::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf148671.docx:
-198
-testTdf148671::Load_Verify_Reload_Verify finished in: 211ms
+200
+testTdf148671::Load_Verify_Reload_Verify finished in: 214ms
 [_RUN_____] testTdf69635::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf69635.docx:
-testTdf69635::TestBody finished in: 66ms
+testTdf69635::TestBody finished in: 65ms
 [_RUN_____] testCustomShapePresetExport::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//testCustomShapePresetExport.odt:
-testCustomShapePresetExport::TestBody finished in: 320ms
+testCustomShapePresetExport::TestBody finished in: 326ms
 [_RUN_____] testGutterTop::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//gutter-top.docx:
-testGutterTop::TestBody finished in: 70ms
+testGutterTop::TestBody finished in: 87ms
 [_RUN_____] testGutterLeft::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//gutter-left.docx:
-109
+110
 testGutterLeft::Load_Verify_Reload_Verify finished in: 123ms
 [_RUN_____] testTdf132752::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf132752.docx:
-112
-testTdf132752::Load_Verify_Reload_Verify finished in: 124ms
+114
+testTdf132752::Load_Verify_Reload_Verify finished in: 127ms
 [_RUN_____] testTdf143692_outlineLevelTortureTest::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf143692_outlineLevelTortureTest.docx:
-170
-testTdf143692_outlineLevelTortureTest::Load_Verify_Reload_Verify finished in: 183ms
+177
+testTdf143692_outlineLevelTortureTest::Load_Verify_Reload_Verify finished in: 192ms
 [_RUN_____] testTdf141966_chapterNumberTortureTest::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf141966_chapterNumberTortureTest.docx:
-137
-testTdf141966_chapterNumberTortureTest::Load_Verify_Reload_Verify finished in: 150ms
+135
+testTdf141966_chapterNumberTortureTest::Load_Verify_Reload_Verify finished in: 148ms
 [_RUN_____] testTdf141966_chapterNumbering::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf141966_chapterNumbering.docx:
-115
-testTdf141966_chapterNumbering::Load_Verify_Reload_Verify finished in: 128ms
+116
+testTdf141966_chapterNumbering::Load_Verify_Reload_Verify finished in: 129ms
 [_RUN_____] testTdf141231_arabicHebrewNumbering::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf141231_arabicHebrewNumbering.docx:
-258
-testTdf141231_arabicHebrewNumbering::Load_Verify_Reload_Verify finished in: 272ms
+428
+testTdf141231_arabicHebrewNumbering::Load_Verify_Reload_Verify finished in: 442ms
 [_RUN_____] testTdf137742::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf137742.docx:
-105
-testTdf137742::Load_Verify_Reload_Verify finished in: 117ms
+108
+testTdf137742::Load_Verify_Reload_Verify finished in: 121ms
 [_RUN_____] testTdf44278::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf44278.docx:
-114
-testTdf44278::Load_Verify_Reload_Verify finished in: 127ms
+138
+testTdf44278::Load_Verify_Reload_Verify finished in: 153ms
 [_RUN_____] testTdf138892_noNumbering::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf138892_noNumbering.docx:
-136
-testTdf138892_noNumbering::Load_Verify_Reload_Verify finished in: 150ms
+157
+testTdf138892_noNumbering::Load_Verify_Reload_Verify finished in: 170ms
 [_RUN_____] testTdf136059::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf136059.odt:
-testTdf136059::TestBody finished in: 137ms
+testTdf136059::TestBody finished in: 155ms
 [_RUN_____] testTdf142486_FrameShadow::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf142486_FrameShadow.odt:
-testTdf142486_FrameShadow::TestBody finished in: 138ms
+testTdf142486_FrameShadow::TestBody finished in: 145ms
 [_RUN_____] testTdf66039::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf66039.docx:
-474
-testTdf66039::Load_Verify_Reload_Verify finished in: 490ms
+510
+testTdf66039::Load_Verify_Reload_Verify finished in: 528ms
 [_RUN_____] testTdf142486_LeftMarginShadowLeft::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf142486_LeftMarginShadowLeft.docx:
-126
-testTdf142486_LeftMarginShadowLeft::Load_Verify_Reload_Verify finished in: 140ms
+157
+testTdf142486_LeftMarginShadowLeft::Load_Verify_Reload_Verify finished in: 171ms
 [_RUN_____] testTdf123569_rotWriterImage::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf123569_rotWriterImage_46deg.odt:
-testTdf123569_rotWriterImage::TestBody finished in: 145ms
+testTdf123569_rotWriterImage::TestBody finished in: 178ms
 [_RUN_____] testTdf134219ContourWrap_stroke_shadow::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf143219ContourWrap_stroke_shadow.docx:
-testTdf134219ContourWrap_stroke_shadow::TestBody finished in: 145ms
+testTdf134219ContourWrap_stroke_shadow::TestBody finished in: 161ms
 [_RUN_____] testTdf134219ContourWrap_glow_rotate::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf143219ContourWrap_glow_rotate.docx:
-testTdf134219ContourWrap_glow_rotate::TestBody finished in: 149ms
+testTdf134219ContourWrap_glow_rotate::TestBody finished in: 178ms
 [_RUN_____] testFrameWrapTextMode::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf143432_Frame_WrapTextMode.odt:
-testFrameWrapTextMode::TestBody finished in: 81ms
+testFrameWrapTextMode::TestBody finished in: 101ms
 [_RUN_____] testWrapPolygonCustomShape::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf142433_WrapPolygonCustomShape.odt:
-testWrapPolygonCustomShape::TestBody finished in: 142ms
+testWrapPolygonCustomShape::TestBody finished in: 150ms
 [_RUN_____] testWrapPolygonLineShape::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf136386_WrapPolygonLineShape.odt:
-testWrapPolygonLineShape::TestBody finished in: 75ms
+testWrapPolygonLineShape::TestBody finished in: 79ms
 [_RUN_____] testWrapPolygonCurve::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf136386_WrapPolygonCurve.odt:
-testWrapPolygonCurve::TestBody finished in: 85ms
+testWrapPolygonCurve::TestBody finished in: 100ms
 [_RUN_____] testTdf143860NonPrimitiveCustomShape::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlexport/data//tdf143860_NonPrimitiveCustomShape.odt:
-testTdf143860NonPrimitiveCustomShape::TestBody finished in: 132ms
+testTdf143860NonPrimitiveCustomShape::TestBody finished in: 135ms
 ooxmlexport16.cxx:510:Assertion
 Test name: testTdf149649::Load_Verify_Reload_Verify
 equality assertion failed
@@ -7924,25 +7926,25 @@
 [CUT] sw_ooxmlimport
 [_RUN_____] testGroupShapeTextHighlight::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf131841_HighlightColorGroupedShape.docx:
-testGroupShapeTextHighlight::TestBody finished in: 594ms
+testGroupShapeTextHighlight::TestBody finished in: 626ms
 [_RUN_____] testTdf108995::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//xml_space.docx:
-testTdf108995::TestBody finished in: 37ms
+testTdf108995::TestBody finished in: 56ms
 [_RUN_____] testImageLazyRead::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//image-lazy-read.docx:
-testImageLazyRead::TestBody finished in: 57ms
+testImageLazyRead::TestBody finished in: 70ms
 [_RUN_____] testTdf136952_pgBreak3::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf136952_pgBreak3.docx:
-testTdf136952_pgBreak3::TestBody finished in: 147ms
+testTdf136952_pgBreak3::TestBody finished in: 152ms
 [_RUN_____] testTdf108714::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf108714.docx:
-testTdf108714::TestBody finished in: 44ms
+testTdf108714::TestBody finished in: 321ms
 [_RUN_____] testVmlAdjustments::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//vml-adjustments.docx:
-testVmlAdjustments::TestBody finished in: 52ms
+testVmlAdjustments::TestBody finished in: 66ms
 [_RUN_____] testTdf87533_bidi::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf87533_bidi.docx:
-testTdf87533_bidi::TestBody finished in: 126ms
+testTdf87533_bidi::TestBody finished in: 99ms
 [_RUN_____] testTdf108806::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf108806.docx:
 testTdf108806::TestBody finished in: 38ms
@@ -7954,208 +7956,208 @@
 testTdf108350::TestBody finished in: 38ms
 [_RUN_____] testTdf76446::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf76446.docx:
-testTdf76446::TestBody finished in: 52ms
+testTdf76446::TestBody finished in: 61ms
 [_RUN_____] testTdf100072::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf100072.docx:
-testTdf100072::TestBody finished in: 57ms
+testTdf100072::TestBody finished in: 56ms
 [_RUN_____] testTdf133448::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf133448.docx:
-testTdf133448::TestBody finished in: 125ms
+testTdf133448::TestBody finished in: 137ms
 [_RUN_____] testTdf101627::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf101627.docx:
-testTdf101627::TestBody finished in: 126ms
+testTdf101627::TestBody finished in: 104ms
 [_RUN_____] testTdf106606::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf106606.docx:
-testTdf106606::TestBody finished in: 66ms
+testTdf106606::TestBody finished in: 71ms
 [_RUN_____] testTdf101626::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf101626.docx:
-testTdf101626::TestBody finished in: 71ms
+testTdf101626::TestBody finished in: 66ms
 [_RUN_____] testTdf96218::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf96218.docx:
-testTdf96218::TestBody finished in: 59ms
+testTdf96218::TestBody finished in: 78ms
 [_RUN_____] testTdf82824::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf82824.docx:
-testTdf82824::TestBody finished in: 126ms
+testTdf82824::TestBody finished in: 141ms
 [_RUN_____] testTdf103664::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf103664.docx:
-testTdf103664::TestBody finished in: 63ms
+testTdf103664::TestBody finished in: 51ms
 [_RUN_____] testTdf100830::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf100830.docx:
-testTdf100830::TestBody finished in: 71ms
+testTdf100830::TestBody finished in: 61ms
 [_RUN_____] testTdf98882::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf98882.docx:
-testTdf98882::TestBody finished in: 64ms
+testTdf98882::TestBody finished in: 66ms
 [_RUN_____] testTdf122717::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf122717.docx:
-testTdf122717::TestBody finished in: 53ms
+testTdf122717::TestBody finished in: 56ms
 [_RUN_____] testTdf96674::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf96674.docx:
-testTdf96674::TestBody finished in: 60ms
+testTdf96674::TestBody finished in: 63ms
 [_RUN_____] testTdf95970::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf95970.docx:
-testTdf95970::TestBody finished in: 54ms
+testTdf95970::TestBody finished in: 58ms
 [_RUN_____] testTdf60351::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf60351.docx:
-testTdf60351::TestBody finished in: 55ms
+testTdf60351::TestBody finished in: 73ms
 [_RUN_____] testTdf95755::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf95755.docx:
-testTdf95755::TestBody finished in: 79ms
+testTdf95755::TestBody finished in: 67ms
 [_RUN_____] testTdf85232::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf85232.docx:
-testTdf85232::TestBody finished in: 64ms
+testTdf85232::TestBody finished in: 65ms
 [_RUN_____] testFdo87488::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//fdo87488.docx:
-testFdo87488::TestBody finished in: 116ms
+testFdo87488::TestBody finished in: 106ms
 [_RUN_____] testBnc821804::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//bnc821804.docx:
-testBnc821804::TestBody finished in: 76ms
+testBnc821804::TestBody finished in: 75ms
 [_RUN_____] testFloatingTableSectionColumns::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//floating-table-section-columns.docx:
-testFloatingTableSectionColumns::TestBody finished in: 55ms
+testFloatingTableSectionColumns::TestBody finished in: 56ms
 [_RUN_____] testUnbalancedColumnsCompat::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//unbalanced-columns-compat.docx:
-testUnbalancedColumnsCompat::TestBody finished in: 53ms
+testUnbalancedColumnsCompat::TestBody finished in: 55ms
 [_RUN_____] testFdo75722dml::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//fdo75722-dml.docx:
-testFdo75722dml::TestBody finished in: 55ms
+testFdo75722dml::TestBody finished in: 60ms
 [_RUN_____] testFdo75722vml::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//fdo75722-vml.docx:
-testFdo75722vml::TestBody finished in: 54ms
+testFdo75722vml::TestBody finished in: 56ms
 [_RUN_____] testStrictLockedcanvas::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//strict-lockedcanvas.docx:
-testStrictLockedcanvas::TestBody finished in: 57ms
+testStrictLockedcanvas::TestBody finished in: 59ms
 [_RUN_____] testTdf85523::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf85523.docx:
-testTdf85523::TestBody finished in: 64ms
+testTdf85523::TestBody finished in: 66ms
 [_RUN_____] testTdf99135::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf99135.docx:
 testTdf99135::TestBody finished in: 58ms
 [_RUN_____] testDMLGroupShapeParaAdjust::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//dml-groupshape-paraadjust.docx:
-testDMLGroupShapeParaAdjust::TestBody finished in: 63ms
+testDMLGroupShapeParaAdjust::TestBody finished in: 65ms
 [_RUN_____] testTdf48658_transparentOLEheader::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf48658_transparentOLEheader.docx:
-testTdf48658_transparentOLEheader::TestBody finished in: 134ms
+testTdf48658_transparentOLEheader::TestBody finished in: 149ms
 [_RUN_____] testOleAnchor::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//ole-anchor.docx:
-testOleAnchor::TestBody finished in: 59ms
+testOleAnchor::TestBody finished in: 60ms
 [_RUN_____] testGroupshapeRelsize::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//groupshape-relsize.docx:
-testGroupshapeRelsize::TestBody finished in: 72ms
+testGroupshapeRelsize::TestBody finished in: 74ms
 [_RUN_____] textboxWpsOnly::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//textbox-wps-only.docx:
-textboxWpsOnly::TestBody finished in: 64ms
+textboxWpsOnly::TestBody finished in: 66ms
 [_RUN_____] lineRotation::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//line-rotation.docx:
-lineRotation::TestBody finished in: 68ms
+lineRotation::TestBody finished in: 71ms
 [_RUN_____] lineWpsOnly::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//line-wps-only.docx:
-lineWpsOnly::TestBody finished in: 56ms
+lineWpsOnly::TestBody finished in: 59ms
 [_RUN_____] testTdf109316_dropCaps::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf109316_dropCaps.docx:
 testTdf109316_dropCaps::TestBody finished in: 63ms
 [_RUN_____] testTdf75573_lostTable::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf75573_lostTable.docx:
-testTdf75573_lostTable::TestBody finished in: 94ms
+testTdf75573_lostTable::TestBody finished in: 96ms
 [_RUN_____] testTdf75573::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf75573_page1frame.docx:
-testTdf75573::TestBody finished in: 102ms
+testTdf75573::TestBody finished in: 222ms
 [_RUN_____] testTdf115883::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf115883.docx:
-testTdf115883::TestBody finished in: 95ms
+testTdf115883::TestBody finished in: 101ms
 [_RUN_____] testTdf107784::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf107784.docx:
-testTdf107784::TestBody finished in: 60ms
+testTdf107784::TestBody finished in: 322ms
 [_RUN_____] testTdf123389::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf123389.docx:
-testTdf123389::TestBody finished in: 84ms
+testTdf123389::TestBody finished in: 89ms
 [_RUN_____] testTdf133647_unicode::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf133647_unicode.docx:
-testTdf133647_unicode::TestBody finished in: 94ms
+testTdf133647_unicode::TestBody finished in: 126ms
 [_RUN_____] testTdf123386::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf123386.docx:
-testTdf123386::TestBody finished in: 101ms
+testTdf123386::TestBody finished in: 114ms
 [_RUN_____] testTdf133647::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf133647.docx:
-testTdf133647::TestBody finished in: 99ms
+testTdf133647::TestBody finished in: 150ms
 [_RUN_____] testTdf105975formula::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf105975.docx:
-testTdf105975formula::TestBody finished in: 58ms
+testTdf105975formula::TestBody finished in: 63ms
 [_RUN_____] testfdo76583::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//fdo76583.docx:
-testfdo76583::TestBody finished in: 72ms
+testfdo76583::TestBody finished in: 76ms
 [_RUN_____] testTdf105975::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//105975.docx:
-testTdf105975::TestBody finished in: 56ms
+testTdf105975::TestBody finished in: 86ms
 [_RUN_____] testTdf105143::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf105143.docx:
 testTdf105143::TestBody finished in: 63ms
 [_RUN_____] testTdf105127::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf105127.docx:
-testTdf105127::TestBody finished in: 61ms
+testTdf105127::TestBody finished in: 64ms
 [_RUN_____] testBnc779620::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//bnc779620.docx:
-testBnc779620::TestBody finished in: 62ms
+testBnc779620::TestBody finished in: 77ms
 [_RUN_____] testGroupshapeSdt::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//groupshape-sdt.docx:
-testGroupshapeSdt::TestBody finished in: 63ms
+testGroupshapeSdt::TestBody finished in: 67ms
 [_RUN_____] testFdo43641::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//fdo43641.docx:
-testFdo43641::TestBody finished in: 64ms
+testFdo43641::TestBody finished in: 65ms
 [_RUN_____] testN820504::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//n820504.docx:
-testN820504::TestBody finished in: 83ms
+testN820504::TestBody finished in: 116ms
 [_RUN_____] testN820788::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//n820788.docx:
-testN820788::TestBody finished in: 60ms
+testN820788::TestBody finished in: 78ms
 [_RUN_____] testTableWidth::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//table_width.docx:
-testTableWidth::TestBody finished in: 66ms
+testTableWidth::TestBody finished in: 67ms
 [_RUN_____] testGroupshapeChildRotation::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//groupshape-child-rotation.docx:
-testGroupshapeChildRotation::TestBody finished in: 76ms
+testGroupshapeChildRotation::TestBody finished in: 79ms
 [_RUN_____] testGroupshapeLine::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//groupshape-line.docx:
-testGroupshapeLine::TestBody finished in: 62ms
+testGroupshapeLine::TestBody finished in: 67ms
 [_RUN_____] testWordArtResizing::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//WordArt.docx:
-testWordArtResizing::TestBody finished in: 66ms
+testWordArtResizing::TestBody finished in: 70ms
 [_RUN_____] testN780645::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//n780645.docx:
-testN780645::TestBody finished in: 63ms
+testN780645::TestBody finished in: 85ms
 [_RUN_____] testN773061::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//n773061.docx:
 testN773061::TestBody finished in: 58ms
 [_RUN_____] testN782061::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//n782061.docx:
-testN782061::TestBody finished in: 62ms
+testN782061::TestBody finished in: 64ms
 [_RUN_____] testN779627b::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//n779627b.docx:
 testN779627b::TestBody finished in: 63ms
 [_RUN_____] testN779627::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//n779627.docx:
-testN779627::TestBody finished in: 101ms
+testN779627::TestBody finished in: 103ms
 [_RUN_____] testInk::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//ink.docx:
-testInk::TestBody finished in: 64ms
+testInk::TestBody finished in: 66ms
 [_RUN_____] testN778140::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//n778140.docx:
-testN778140::TestBody finished in: 62ms
+testN778140::TestBody finished in: 64ms
 [_RUN_____] testN777345::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//n777345.docx:
-testN777345::TestBody finished in: 63ms
+testN777345::TestBody finished in: 66ms
 [_RUN_____] testN775899::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//n775899.docx:
 testN775899::TestBody finished in: 65ms
 [_RUN_____] testBnc773061::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//bnc773061.docx:
-testBnc773061::TestBody finished in: 62ms
+testBnc773061::TestBody finished in: 66ms
 [_RUN_____] testTdf74367_MarginsZeroed::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf74367_MarginsZeroed.docx:
-testTdf74367_MarginsZeroed::TestBody finished in: 65ms
+testTdf74367_MarginsZeroed::TestBody finished in: 110ms
 [_RUN_____] testN758883::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//n758883.docx:
-testN758883::TestBody finished in: 83ms
+testN758883::TestBody finished in: 134ms
 [_RUN_____] testTdf130804::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf130804.docx:
 $(SOURCE_DIR)/sw/qa/extras/ooxmlimport/ooxmlimport.cxx:376:testTdf130804::TestBody
@@ -8163,48 +8165,48 @@
 - Expected: 240
 - Actual  : 238
 
-testTdf130804::TestBody finished in: 106ms
+testTdf130804::TestBody finished in: 156ms
 [_RUN_____] testN766477::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//n766477.docx:
-testN766477::TestBody finished in: 63ms
+testN766477::TestBody finished in: 78ms
 [_RUN_____] testTdf115719b::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf115719b.docx:
-testTdf115719b::TestBody finished in: 82ms
+testTdf115719b::TestBody finished in: 120ms
 [_RUN_____] testN764745::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//n764745-alignment.docx:
-testN764745::TestBody finished in: 59ms
+testN764745::TestBody finished in: 290ms
 [_RUN_____] testN760764::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//n760764.docx:
-testN760764::TestBody finished in: 67ms
+testN760764::TestBody finished in: 80ms
 [_RUN_____] testfdo90720::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//testfdo90720.docx:
-testfdo90720::TestBody finished in: 67ms
+testfdo90720::TestBody finished in: 82ms
 [_RUN_____] testTdf128076::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf128076.docx:
-testTdf128076::TestBody finished in: 74ms
+testTdf128076::TestBody finished in: 103ms
 [_RUN_____] testTdf134572::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf134572.docx:
-testTdf134572::TestBody finished in: 74ms
+testTdf134572::TestBody finished in: 79ms
 [_RUN_____] testTdf129237::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf129237.docx:
-testTdf129237::TestBody finished in: 66ms
+testTdf129237::TestBody finished in: 69ms
 [_RUN_____] testN751077::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//n751077.docx:
-testN751077::TestBody finished in: 92ms
+testN751077::TestBody finished in: 96ms
 [_RUN_____] testN757890::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//n757890.docx:
-testN757890::TestBody finished in: 68ms
+testN757890::TestBody finished in: 72ms
 [_RUN_____] testN751017::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//n751017.docx:
-testN751017::TestBody finished in: 66ms
+testN751017::TestBody finished in: 70ms
 [_RUN_____] testTdf103931::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//tdf103931.docx:
-testTdf103931::TestBody finished in: 62ms
+testTdf103931::TestBody finished in: 64ms
 [_RUN_____] testMathMalformedXml::TestBody
 testMathMalformedXml::TestBody finished in: 23ms
 [_RUN_____] testImageHyperlink::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ooxmlimport/data//image-hyperlink.docx:
-testImageHyperlink::TestBody finished in: 70ms
+testImageHyperlink::TestBody finished in: 72ms
 ooxmlimport.cxx:376:Assertion
 Test name: testTdf130804::TestBody
 equality assertion failed
@@ -8242,14 +8244,14 @@
 [CUT] sw_ww8export2
 [_RUN_____] testContentControlExport::TestBody
 private:factory/swriter:
-testContentControlExport::TestBody finished in: 448ms
+testContentControlExport::TestBody finished in: 456ms
 [_RUN_____] testTdf118412::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf118412.doc:
-116
-testTdf118412::Load_Verify_Reload_Verify finished in: 123ms
+120
+testTdf118412::Load_Verify_Reload_Verify finished in: 127ms
 [_RUN_____] testTdf118133::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf118133.docx:
-testTdf118133::TestBody finished in: 336ms
+testTdf118133::TestBody finished in: 330ms
 [_RUN_____] testTdf117885::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf117885.doc:
 $(SOURCE_DIR)/test/source/xmltesttools.cxx:95:testTdf117885::Load_Verify_Reload_Verify
@@ -8258,176 +8260,176 @@
 - Actual  : 0
 - In <>, XPath '/root/page/body/column[2]/body/txt[text()='Top B']/infos/bounds' number of nodes is incorrect
 
-testTdf117885::Load_Verify_Reload_Verify finished in: 53ms
+testTdf117885::Load_Verify_Reload_Verify finished in: 54ms
 [_RUN_____] testTdf117503::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf117503.docx:
-testTdf117503::TestBody finished in: 163ms
+testTdf117503::TestBody finished in: 159ms
 [_RUN_____] testTdf112118_DOC::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf112118.doc:
-111
-testTdf112118_DOC::Load_Verify_Reload_Verify finished in: 118ms
+100
+testTdf112118_DOC::Load_Verify_Reload_Verify finished in: 107ms
 [_RUN_____] testObjectCrossReference::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//object_cross_reference.odt:
 159
 testObjectCrossReference::Load_Verify_Reload_Verify finished in: 167ms
 [_RUN_____] testTableCrossReferenceCustomFormat::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//table_cross_reference_custom_format.odt:
-testTableCrossReferenceCustomFormat::TestBody finished in: 176ms
+testTableCrossReferenceCustomFormat::TestBody finished in: 169ms
 [_RUN_____] testTableCrossReference::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//table_cross_reference.odt:
-163
-testTableCrossReference::Load_Verify_Reload_Verify finished in: 171ms
+187
+testTableCrossReference::Load_Verify_Reload_Verify finished in: 195ms
 [_RUN_____] testTdf67207_MERGEFIELD::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//mailmerge.doc:
-117
-testTdf67207_MERGEFIELD::Load_Verify_Reload_Verify finished in: 125ms
+127
+testTdf67207_MERGEFIELD::Load_Verify_Reload_Verify finished in: 135ms
 [_RUN_____] testTdf115896_layoutInCell::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf115896_layoutInCell.doc:
-136
-testTdf115896_layoutInCell::Load_Verify_Reload_Verify finished in: 144ms
+142
+testTdf115896_layoutInCell::Load_Verify_Reload_Verify finished in: 151ms
 [_RUN_____] testActiveXCheckbox::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//checkbox_control.odt:
-testActiveXCheckbox::TestBody finished in: 162ms
+testActiveXCheckbox::TestBody finished in: 171ms
 [_RUN_____] testTdf129247::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf129247.docx:
-testTdf129247::TestBody finished in: 128ms
+testTdf129247::TestBody finished in: 129ms
 [_RUN_____] testTdf70838b_verticalRotation::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf70838b_verticalRotation.odt:
-testTdf70838b_verticalRotation::TestBody finished in: 130ms
+testTdf70838b_verticalRotation::TestBody finished in: 122ms
 [_RUN_____] testTdf70838::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf70838.odt:
-testTdf70838::TestBody finished in: 138ms
+testTdf70838::TestBody finished in: 122ms
 [_RUN_____] testTdf111480::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf111480.doc:
-139
-testTdf111480::Load_Verify_Reload_Verify finished in: 149ms
+149
+testTdf111480::Load_Verify_Reload_Verify finished in: 157ms
 [_RUN_____] testTdf114308::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf114308.doc:
-115
-testTdf114308::Load_Verify_Reload_Verify finished in: 124ms
+111
+testTdf114308::Load_Verify_Reload_Verify finished in: 120ms
 [_RUN_____] testTdf91687::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf91687.doc:
-123
-testTdf91687::Load_Verify_Reload_Verify finished in: 132ms
+124
+testTdf91687::Load_Verify_Reload_Verify finished in: 133ms
 [_RUN_____] testTdf123321::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//shapes-line-ellipse.doc:
-130
-testTdf123321::Load_Verify_Reload_Verify finished in: 140ms
+136
+testTdf123321::Load_Verify_Reload_Verify finished in: 146ms
 [_RUN_____] testTdf108072::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf108072.doc:
-124
-testTdf108072::Load_Verify_Reload_Verify finished in: 133ms
+121
+testTdf108072::Load_Verify_Reload_Verify finished in: 130ms
 [_RUN_____] testTdf104334::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf104334.doc:
-112
-testTdf104334::Load_Verify_Reload_Verify finished in: 122ms
+108
+testTdf104334::Load_Verify_Reload_Verify finished in: 118ms
 [_RUN_____] testTdf104805::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf104805.doc:
-106
+105
 testTdf104805::Load_Verify_Reload_Verify finished in: 115ms
 [_RUN_____] testTdf119232_startEvenPage::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf119232_startEvenPage.doc:
-112
-testTdf119232_startEvenPage::Load_Verify_Reload_Verify finished in: 121ms
+119
+testTdf119232_startEvenPage::Load_Verify_Reload_Verify finished in: 129ms
 [_RUN_____] testTdf106174_rtlParaAlign::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf106174_rtlParaAlign.docx:
-testTdf106174_rtlParaAlign::TestBody finished in: 118ms
+testTdf106174_rtlParaAlign::TestBody finished in: 116ms
 [_RUN_____] testTdf121110_absJustify::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf121110_absJustify.doc:
-130
-testTdf121110_absJustify::Load_Verify_Reload_Verify finished in: 140ms
+111
+testTdf121110_absJustify::Load_Verify_Reload_Verify finished in: 121ms
 [_RUN_____] testTdf98620_rtlJustify::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf98620_rtlJustify.doc:
-126
-testTdf98620_rtlJustify::Load_Verify_Reload_Verify finished in: 136ms
+103
+testTdf98620_rtlJustify::Load_Verify_Reload_Verify finished in: 112ms
 [_RUN_____] testTdf112074_RTLtableJustification::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf112074_RTLtableJustification.doc:
-141
-testTdf112074_RTLtableJustification::Load_Verify_Reload_Verify finished in: 151ms
+122
+testTdf112074_RTLtableJustification::Load_Verify_Reload_Verify finished in: 134ms
 [_RUN_____] testTdf107773::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf107773.doc:
-testTdf107773::TestBody finished in: 125ms
+testTdf107773::TestBody finished in: 163ms
 [_RUN_____] testTdf99197_defaultLTR::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf99197_defaultLTR.doc:
-114
-testTdf99197_defaultLTR::Load_Verify_Reload_Verify finished in: 124ms
+106
+testTdf99197_defaultLTR::Load_Verify_Reload_Verify finished in: 117ms
 [_RUN_____] testTdf80635_pageLeft::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf80635_pageLeft.doc:
 testTdf80635_pageLeft::TestBody finished in: 135ms
 [_RUN_____] testTdf80635_marginLeft::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf80635_marginLeft.doc:
-testTdf80635_marginLeft::TestBody finished in: 143ms
+testTdf80635_marginLeft::TestBody finished in: 319ms
 [_RUN_____] testTdf80635_marginRTL::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf80635_marginRightRTL.doc:
-testTdf80635_marginRTL::TestBody finished in: 131ms
+testTdf80635_marginRTL::TestBody finished in: 120ms
 [_RUN_____] testTdf80635_pageRightRTL::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf80635_pageRightRTL.doc:
-testTdf80635_pageRightRTL::TestBody finished in: 119ms
+testTdf80635_pageRightRTL::TestBody finished in: 126ms
 [_RUN_____] testTdf116570_exportFootnote::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf116570_exportFootnote.odt:
-testTdf116570_exportFootnote::TestBody finished in: 132ms
+testTdf116570_exportFootnote::TestBody finished in: 152ms
 [_RUN_____] testTdf106062_nonHangingFootnote::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf106062_nonHangingFootnote.odt:
-testTdf106062_nonHangingFootnote::TestBody finished in: 130ms
+testTdf106062_nonHangingFootnote::TestBody finished in: 166ms
 [_RUN_____] testTdf108448_endNote::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf108448_endNote.odt:
-testTdf108448_endNote::TestBody finished in: 132ms
+testTdf108448_endNote::TestBody finished in: 138ms
 [_RUN_____] testTdf112517_maxSprms::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf112517_maxSprms.doc:
-176
-testTdf112517_maxSprms::Load_Verify_Reload_Verify finished in: 189ms
+183
+testTdf112517_maxSprms::Load_Verify_Reload_Verify finished in: 196ms
 [_RUN_____] testBnc863018b::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//bnc863018b.doc:
-109
-testBnc863018b::Load_Verify_Reload_Verify finished in: 122ms
+118
+testBnc863018b::Load_Verify_Reload_Verify finished in: 129ms
 [_RUN_____] testTdf96277::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf96277.doc:
-189
-testTdf96277::Load_Verify_Reload_Verify finished in: 200ms
+201
+testTdf96277::Load_Verify_Reload_Verify finished in: 215ms
 [_RUN_____] testTdf89377::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf89377_tableWithBreakBeforeParaStyle.doc:
-134
-testTdf89377::Load_Verify_Reload_Verify finished in: 146ms
+144
+testTdf89377::Load_Verify_Reload_Verify finished in: 156ms
 [_RUN_____] testTdf107931_KERN_enabledDefStyle::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//testTdf107931_KERN_enabledDefStyle.doc:
-110
-testTdf107931_KERN_enabledDefStyle::Load_Verify_Reload_Verify finished in: 121ms
+133
+testTdf107931_KERN_enabledDefStyle::Load_Verify_Reload_Verify finished in: 145ms
 [_RUN_____] testTdf107931_KERN_DocEnabled_disabledDefStyle::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//testTdf107931_KERN_DocEnabled_disabledDefStyle.doc:
-111
-testTdf107931_KERN_DocEnabled_disabledDefStyle::Load_Verify_Reload_Verify finished in: 123ms
+131
+testTdf107931_KERN_DocEnabled_disabledDefStyle::Load_Verify_Reload_Verify finished in: 143ms
 [_RUN_____] testTdf55427_footnote2endnote::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf55427_footnote2endnote.odt:
-testTdf55427_footnote2endnote::TestBody finished in: 170ms
+testTdf55427_footnote2endnote::TestBody finished in: 209ms
 [_RUN_____] testTdf49102_mergedCellNumbering::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf49102_mergedCellNumbering.doc:
-143
-testTdf49102_mergedCellNumbering::Load_Verify_Reload_Verify finished in: 157ms
+147
+testTdf49102_mergedCellNumbering::Load_Verify_Reload_Verify finished in: 160ms
 [_RUN_____] testTdf37153::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf37153_considerWrapOnObjPos.doc:
-118
-testTdf37153::Load_Verify_Reload_Verify finished in: 129ms
+161
+testTdf37153::Load_Verify_Reload_Verify finished in: 175ms
 [_RUN_____] testTdf116436_tableBackground::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf116436_tableBackground.odt:
-testTdf116436_tableBackground::TestBody finished in: 157ms
+testTdf116436_tableBackground::TestBody finished in: 200ms
 [_RUN_____] testTdf128700_relativeTableWidth::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf128700_relativeTableWidth.doc:
-testTdf128700_relativeTableWidth::TestBody finished in: 135ms
+testTdf128700_relativeTableWidth::TestBody finished in: 163ms
 [_RUN_____] testTdf55528_relativeTableWidth::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf55528_relativeTableWidth.doc:
-124
-testTdf55528_relativeTableWidth::Load_Verify_Reload_Verify finished in: 136ms
+133
+testTdf55528_relativeTableWidth::Load_Verify_Reload_Verify finished in: 146ms
 [_RUN_____] testTdf60378_mergedBorders::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf60378_mergedBorders.doc:
-120
-testTdf60378_mergedBorders::Load_Verify_Reload_Verify finished in: 133ms
+147
+testTdf60378_mergedBorders::Load_Verify_Reload_Verify finished in: 160ms
 [_RUN_____] testTdf41542_borderlessPadding::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf41542_borderlessPadding.odt:
-testTdf41542_borderlessPadding::TestBody finished in: 137ms
+testTdf41542_borderlessPadding::TestBody finished in: 161ms
 [_RUN_____] testTdf99120::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/ww8export/data//tdf99120.doc:
-118
-testTdf99120::Load_Verify_Reload_Verify finished in: 131ms
+147
+testTdf99120::Load_Verify_Reload_Verify finished in: 161ms
 xmltesttools.cxx:95:Assertion
 Test name: testTdf117885::Load_Verify_Reload_Verify
 equality assertion failed
@@ -8474,96 +8476,96 @@
 [CUT] sw_odfexport
 [_RUN_____] testImageMimetype::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//image-mimetype.odt:
-testImageMimetype::TestBody finished in: 875ms
+testImageMimetype::TestBody finished in: 858ms
 [_RUN_____] testTdf132642_keepWithNextTable::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf132642_keepWithNextTable.odt:
-328
-testTdf132642_keepWithNextTable::Load_Verify_Reload_Verify finished in: 335ms
+330
+testTdf132642_keepWithNextTable::Load_Verify_Reload_Verify finished in: 337ms
 [_RUN_____] testTdf129568ui::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf129568-ui.fodt:
-testTdf129568ui::TestBody finished in: 223ms
+testTdf129568ui::TestBody finished in: 273ms
 [_RUN_____] testTdf129568::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf129568.fodt:
-testTdf129568::TestBody finished in: 220ms
+testTdf129568::TestBody finished in: 235ms
 [_RUN_____] testTdf101710::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf101710.odt:
-240
-testTdf101710::Load_Verify_Reload_Verify finished in: 247ms
+250
+testTdf101710::Load_Verify_Reload_Verify finished in: 257ms
 [_RUN_____] testTdf145226::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf145226.fodt:
-testTdf145226::TestBody finished in: 230ms
+testTdf145226::TestBody finished in: 266ms
 [_RUN_____] testTableStyles5::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//table_styles_5.odt:
-testTableStyles5::TestBody finished in: 253ms
+testTableStyles5::TestBody finished in: 282ms
 [_RUN_____] testTableStyles4::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//table_styles_4.odt:
-testTableStyles4::TestBody finished in: 58ms
+testTableStyles4::TestBody finished in: 60ms
 [_RUN_____] testTableStyles3::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//table_styles_3.odt:
-testTableStyles3::TestBody finished in: 250ms
+testTableStyles3::TestBody finished in: 274ms
 [_RUN_____] testTableStyles2::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//table_styles_2.odt:
-267
-testTableStyles2::Load_Verify_Reload_Verify finished in: 276ms
+290
+testTableStyles2::Load_Verify_Reload_Verify finished in: 298ms
 [_RUN_____] testTableStyles1::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//table_styles_1.odt:
 261
-testTableStyles1::Load_Verify_Reload_Verify finished in: 269ms
+testTableStyles1::Load_Verify_Reload_Verify finished in: 270ms
 [_RUN_____] testEmbeddedPdf::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//embedded-pdf.odt:
-206
-testEmbeddedPdf::Load_Verify_Reload_Verify finished in: 214ms
+221
+testEmbeddedPdf::Load_Verify_Reload_Verify finished in: 229ms
 [_RUN_____] testCellUserDefineAttr::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//userdefattr-tablecell.odt:
-236
-testCellUserDefineAttr::Load_Verify_Reload_Verify finished in: 244ms
+249
+testCellUserDefineAttr::Load_Verify_Reload_Verify finished in: 259ms
 [_RUN_____] testFillBitmapUnused::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//fillbitmap3.odt:
-testFillBitmapUnused::TestBody finished in: 265ms
+testFillBitmapUnused::TestBody finished in: 268ms
 [_RUN_____] testPageStyleBackgroundFullSizeLO70::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//pagestyle_background_lo70.odt:
-testPageStyleBackgroundFullSizeLO70::TestBody finished in: 232ms
+testPageStyleBackgroundFullSizeLO70::TestBody finished in: 238ms
 [_RUN_____] testPageStyleBackgroundFullSizeLO64::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//pagestyle_background_lo64.odt:
-testPageStyleBackgroundFullSizeLO64::TestBody finished in: 233ms
+testPageStyleBackgroundFullSizeLO64::TestBody finished in: 254ms
 [_RUN_____] testPageStyleBackgroundFullSizeOOo::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//pagestyle_background_ooo33.odt:
-testPageStyleBackgroundFullSizeOOo::TestBody finished in: 234ms
+testPageStyleBackgroundFullSizeOOo::TestBody finished in: 236ms
 [_RUN_____] testMasterPageWithDrawingPage::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//sw_hatch.odt:
-224
-testMasterPageWithDrawingPage::Load_Verify_Reload_Verify finished in: 232ms
+226
+testMasterPageWithDrawingPage::Load_Verify_Reload_Verify finished in: 235ms
 [_RUN_____] testOdtBorderTypes::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//border_types.odt:
-261
-testOdtBorderTypes::Load_Verify_Reload_Verify finished in: 271ms
+285
+testOdtBorderTypes::Load_Verify_Reload_Verify finished in: 295ms
 [_RUN_____] testGerrit13858::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//gerrit13858.odt:
-239
-testGerrit13858::Load_Verify_Reload_Verify finished in: 248ms
+249
+testGerrit13858::Load_Verify_Reload_Verify finished in: 258ms
 [_RUN_____] testTdf135338_firstLeftPageFooter::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf135338_firstLeftPageFooter.odt:
-285
-testTdf135338_firstLeftPageFooter::Load_Verify_Reload_Verify finished in: 295ms
+296
+testTdf135338_firstLeftPageFooter::Load_Verify_Reload_Verify finished in: 306ms
 [_RUN_____] testTdf118393::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf118393.odt:
-337
-testTdf118393::Load_Verify_Reload_Verify finished in: 346ms
+364
+testTdf118393::Load_Verify_Reload_Verify finished in: 375ms
 [_RUN_____] testFdo86963::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//fdo86963.odt:
-341
-testFdo86963::Load_Verify_Reload_Verify finished in: 351ms
+408
+testFdo86963::Load_Verify_Reload_Verify finished in: 418ms
 [_RUN_____] testTdf129520::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf129520.docx:
-testTdf129520::TestBody finished in: 244ms
+testTdf129520::TestBody finished in: 285ms
 [_RUN_____] testBtlrFrame::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//btlr-frame.odt:
-219
-testBtlrFrame::Load_Verify_Reload_Verify finished in: 228ms
+228
+testBtlrFrame::Load_Verify_Reload_Verify finished in: 238ms
 [_RUN_____] testBtlrCell::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//btlr-cell.odt:
-258
-testBtlrCell::Load_Verify_Reload_Verify finished in: 269ms
+262
+testBtlrCell::Load_Verify_Reload_Verify finished in: 272ms
 [_RUN_____] testTdf136645::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf136645.odt:
 $(SOURCE_DIR)/sw/qa/extras/odfexport/odfexport.cxx:1769:testTdf136645::Load_Verify_Reload_Verify
@@ -8571,187 +8573,187 @@
 - Expected: 1
 - Actual  : 2
 
-testTdf136645::Load_Verify_Reload_Verify finished in: 65ms
+testTdf136645::Load_Verify_Reload_Verify finished in: 66ms
 [_RUN_____] testWhitespace::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//whitespace.odt:
-289
-testWhitespace::Load_Verify_Reload_Verify finished in: 300ms
+301
+testWhitespace::Load_Verify_Reload_Verify finished in: 313ms
 [_RUN_____] testTextboxRoundedCorners::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//textbox-rounded-corners.odt:
-237
-testTextboxRoundedCorners::Load_Verify_Reload_Verify finished in: 248ms
+241
+testTextboxRoundedCorners::Load_Verify_Reload_Verify finished in: 251ms
 [_RUN_____] testShapeRelsize::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//shape-relsize.odt:
-222
-testShapeRelsize::Load_Verify_Reload_Verify finished in: 232ms
+226
+testShapeRelsize::Load_Verify_Reload_Verify finished in: 236ms
 [_RUN_____] testTdf111891_frameVertStyle::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf111891_frameVertStyle.odt:
-254
-testTdf111891_frameVertStyle::Load_Verify_Reload_Verify finished in: 266ms
+264
+testTdf111891_frameVertStyle::Load_Verify_Reload_Verify finished in: 275ms
 [_RUN_____] testTextFrameVertAdjust::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//textframe-vertadjust.odt:
-222
-testTextFrameVertAdjust::Load_Verify_Reload_Verify finished in: 232ms
+227
+testTextFrameVertAdjust::Load_Verify_Reload_Verify finished in: 238ms
 [_RUN_____] testRelwPage::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//relw-page.odt:
-219
-testRelwPage::Load_Verify_Reload_Verify finished in: 230ms
+223
+testRelwPage::Load_Verify_Reload_Verify finished in: 234ms
 [_RUN_____] testRelhPageTdf80282::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//relh-page-tdf80282.odt:
-267
-testRelhPageTdf80282::Load_Verify_Reload_Verify finished in: 278ms
+416
+testRelhPageTdf80282::Load_Verify_Reload_Verify finished in: 427ms
 [_RUN_____] testRelhPage::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//relh-page.odt:
-221
-testRelhPage::Load_Verify_Reload_Verify finished in: 232ms
+230
+testRelhPage::Load_Verify_Reload_Verify finished in: 241ms
 [_RUN_____] testTextframeTransparentShadow::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//textframe-transparent-shadow.odt:
-271
-testTextframeTransparentShadow::Load_Verify_Reload_Verify finished in: 282ms
+278
+testTextframeTransparentShadow::Load_Verify_Reload_Verify finished in: 290ms
 [_RUN_____] testTdf103091::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf103091.fodt:
-testTdf103091::TestBody finished in: 224ms
+testTdf103091::TestBody finished in: 230ms
 [_RUN_____] testFdo43807::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//fdo43807.odt:
-211
-testFdo43807::Load_Verify_Reload_Verify finished in: 223ms
+224
+testFdo43807::Load_Verify_Reload_Verify finished in: 236ms
 [_RUN_____] testTdf128188::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//footnote-collect-at-end-of-section.fodt:
-testTdf128188::TestBody finished in: 242ms
+testTdf128188::TestBody finished in: 248ms
 [_RUN_____] testProtectionKey::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//protection-key.fodt:
-testProtectionKey::TestBody finished in: 219ms
+testProtectionKey::TestBody finished in: 286ms
 [_RUN_____] testCharacterBorder::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//charborder.odt:
-215
-testCharacterBorder::Load_Verify_Reload_Verify finished in: 228ms
+243
+testCharacterBorder::Load_Verify_Reload_Verify finished in: 255ms
 [_RUN_____] testStylePageNumber::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//ooo321_stylepagenumber.odt:
-245
-testStylePageNumber::Load_Verify_Reload_Verify finished in: 258ms
+269
+testStylePageNumber::Load_Verify_Reload_Verify finished in: 282ms
 [_RUN_____] testTdf134987::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf134987.docx:
-testTdf134987::TestBody finished in: 471ms
+testTdf134987::TestBody finished in: 529ms
 [_RUN_____] testFdo58949::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//fdo58949.docx:
-testFdo58949::TestBody finished in: 439ms
+testFdo58949::TestBody finished in: 475ms
 [_RUN_____] testTdf115815::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf115815.odt:
-255
-testTdf115815::Load_Verify_Reload_Verify finished in: 268ms
+291
+testTdf115815::Load_Verify_Reload_Verify finished in: 305ms
 [_RUN_____] testFdo60769::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//fdo60769.odt:
-232
-testFdo60769::Load_Verify_Reload_Verify finished in: 246ms
+260
+testFdo60769::Load_Verify_Reload_Verify finished in: 274ms
 [_RUN_____] testDuplicateCrossRefHeadingBookmark::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//CrossRefHeadingBookmark.fodt:
-testDuplicateCrossRefHeadingBookmark::TestBody finished in: 231ms
+testDuplicateCrossRefHeadingBookmark::TestBody finished in: 251ms
 [_RUN_____] testTextframeGradient::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//textframe-gradient.odt:
-234
-testTextframeGradient::Load_Verify_Reload_Verify finished in: 247ms
+247
+testTextframeGradient::Load_Verify_Reload_Verify finished in: 261ms
 [_RUN_____] testFirstHeaderFooter::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//first-header-footer.odt:
-257
-testFirstHeaderFooter::Load_Verify_Reload_Verify finished in: 270ms
+275
+testFirstHeaderFooter::Load_Verify_Reload_Verify finished in: 289ms
 [_RUN_____] testFdo79358::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//fdo79358.odt:
-221
-testFdo79358::Load_Verify_Reload_Verify finished in: 234ms
+222
+testFdo79358::Load_Verify_Reload_Verify finished in: 236ms
 [_RUN_____] testTdf92379::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf92379.fodt:
-testTdf92379::TestBody finished in: 223ms
+testTdf92379::TestBody finished in: 258ms
 [_RUN_____] testResolvedComment::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//resolved-comment.odt:
-224
-testResolvedComment::Load_Verify_Reload_Verify finished in: 237ms
+230
+testResolvedComment::Load_Verify_Reload_Verify finished in: 244ms
 [_RUN_____] testSenderInitials::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//sender-initials.fodt:
-testSenderInitials::TestBody finished in: 238ms
+testSenderInitials::TestBody finished in: 245ms
 [_RUN_____] testFdo38244::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//fdo38244.odt:
-229
-testFdo38244::Load_Verify_Reload_Verify finished in: 243ms
+237
+testFdo38244::Load_Verify_Reload_Verify finished in: 251ms
 [_RUN_____] testTdf130950::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf130950.odt:
-407
-testTdf130950::Load_Verify_Reload_Verify finished in: 422ms
+422
+testTdf130950::Load_Verify_Reload_Verify finished in: 439ms
 [_RUN_____] testTdf135144::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf135144.docx:
-testTdf135144::TestBody finished in: 380ms
+testTdf135144::TestBody finished in: 390ms
 [_RUN_____] testTdf131621::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf131621.ott:
-testTdf131621::TestBody finished in: 443ms
+testTdf131621::TestBody finished in: 460ms
 [_RUN_____] testTdf140437::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf140437.odt:
-248
-testTdf140437::Load_Verify_Reload_Verify finished in: 263ms
+256
+testTdf140437::Load_Verify_Reload_Verify finished in: 271ms
 [_RUN_____] testTdf107292::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf107292.odt:
-228
-testTdf107292::Load_Verify_Reload_Verify finished in: 243ms
+243
+testTdf107292::Load_Verify_Reload_Verify finished in: 258ms
 [_RUN_____] testredlineTextFrame::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//redlineTextFrame.odt:
-254
-testredlineTextFrame::Load_Verify_Reload_Verify finished in: 269ms
+260
+testredlineTextFrame::Load_Verify_Reload_Verify finished in: 276ms
 [_RUN_____] testTdf152710::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf152710.odt:
-348
-testTdf152710::Load_Verify_Reload_Verify finished in: 364ms
+354
+testTdf152710::Load_Verify_Reload_Verify finished in: 371ms
 [_RUN_____] testOOoxmlEmbedded::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//oooxml_embedded.sxw:
-testOOoxmlEmbedded::TestBody finished in: 529ms
+testOOoxmlEmbedded::TestBody finished in: 542ms
 [_RUN_____] testSHA1Wrong::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//sha1_wrong.odt:
-3715
-testSHA1Wrong::Load_Verify_Reload_Verify finished in: 3730ms
+3719
+testSHA1Wrong::Load_Verify_Reload_Verify finished in: 3734ms
 [_RUN_____] testSHA1Correct::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//sha1_correct.odt:
-3304
-testSHA1Correct::Load_Verify_Reload_Verify finished in: 3318ms
+3310
+testSHA1Correct::Load_Verify_Reload_Verify finished in: 3326ms
 [_RUN_____] testFramebackgrounds::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//framebackgrounds.odt:
-267
-testFramebackgrounds::Load_Verify_Reload_Verify finished in: 282ms
+276
+testFramebackgrounds::Load_Verify_Reload_Verify finished in: 292ms
 [_RUN_____] testUserFieldDeclFly::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//user-field-decl-fly.odt:
-testUserFieldDeclFly::TestBody finished in: 244ms
+testUserFieldDeclFly::TestBody finished in: 249ms
 [_RUN_____] testUserFieldDecl::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//user-field-decl.odt:
-testUserFieldDecl::TestBody finished in: 243ms
+testUserFieldDecl::TestBody finished in: 247ms
 [_RUN_____] testTdf103567::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf103567.odt:
-236
-testTdf103567::Load_Verify_Reload_Verify finished in: 252ms
+240
+testTdf103567::Load_Verify_Reload_Verify finished in: 256ms
 [_RUN_____] testTdf150149::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf150149.fodt:
-testTdf150149::TestBody finished in: 274ms
+testTdf150149::TestBody finished in: 283ms
 [_RUN_____] testTdf125877::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf95806.docx:
-testTdf125877::TestBody finished in: 255ms
+testTdf125877::TestBody finished in: 263ms
 [_RUN_____] testTdf139126::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf139126.odt:
-275
-testTdf139126::Load_Verify_Reload_Verify finished in: 293ms
+285
+testTdf139126::Load_Verify_Reload_Verify finished in: 302ms
 [_RUN_____] testTdf141467::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//Formcontrol needs high z-index.odt:
-testTdf141467::TestBody finished in: 283ms
+testTdf141467::TestBody finished in: 288ms
 [_RUN_____] testTdf133487::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//MadeByLO7.odt:
-testTdf133487::TestBody finished in: 284ms
+testTdf133487::TestBody finished in: 314ms
 [_RUN_____] testTdf130314::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf130314.docx:
-testTdf130314::TestBody finished in: 546ms
+testTdf130314::TestBody finished in: 541ms
 [_RUN_____] testTdf43569::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf43569_conditionalfield.doc:
-testTdf43569::TestBody finished in: 259ms
+testTdf43569::TestBody finished in: 261ms
 [_RUN_____] testTdf144319::Load_Verify_Reload_Verify
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//tdf144319.odt:
-500
-testTdf144319::Load_Verify_Reload_Verify finished in: 524ms
+504
+testTdf144319::Load_Verify_Reload_Verify finished in: 529ms
 [_RUN_____] testMathObjectFlatExport::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/odfexport/data//2_MathType3.docx:
-testMathObjectFlatExport::TestBody finished in: 312ms
+testMathObjectFlatExport::TestBody finished in: 513ms
 odfexport.cxx:1769:Assertion
 Test name: testTdf136645::Load_Verify_Reload_Verify
 equality assertion failed
@@ -8809,34 +8811,34 @@
 [CUT] sw_uiwriter3
 [_RUN_____] testTdf150457::TestBody
 private:factory/swriter:
-testTdf150457::TestBody finished in: 360ms
+testTdf150457::TestBody finished in: 362ms
 [_RUN_____] testTdf130680::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf130680.odt:
-testTdf130680::TestBody finished in: 869ms
+testTdf130680::TestBody finished in: 914ms
 [_RUN_____] testTdf134931::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf134931.odt:
-testTdf134931::TestBody finished in: 141ms
+testTdf134931::TestBody finished in: 142ms
 [_RUN_____] testTdf104649::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf104649.docx:
-testTdf104649::TestBody finished in: 1005ms
+testTdf104649::TestBody finished in: 1028ms
 [_RUN_____] testTdf132944::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf132944.odt:
-testTdf132944::TestBody finished in: 72ms
+testTdf132944::TestBody finished in: 74ms
 [_RUN_____] testTdf130685::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf130685.odt:
-testTdf130685::TestBody finished in: 200ms
+testTdf130685::TestBody finished in: 198ms
 [_RUN_____] testTdf129805::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf129805.docx:
 testTdf129805::TestBody finished in: 98ms
 [_RUN_____] testTdf130746::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf130746.odt:
-testTdf130746::TestBody finished in: 80ms
+testTdf130746::TestBody finished in: 77ms
 [_RUN_____] testTdf123285::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf123285.odt:
-testTdf123285::TestBody finished in: 58ms
+testTdf123285::TestBody finished in: 59ms
 [_RUN_____] testTdf136778::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf136778.docx:
-testTdf136778::TestBody finished in: 92ms
+testTdf136778::TestBody finished in: 93ms
 [_RUN_____] testTdf134021::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf134021.docx:
 $(SOURCE_DIR)/sw/qa/extras/uiwriter/uiwriter3.cxx:2131:testTdf134021::TestBody
@@ -8844,203 +8846,203 @@
 - Expected: 12
 - Actual  : 14
 
-testTdf134021::TestBody finished in: 685ms
+testTdf134021::TestBody finished in: 687ms
 [_RUN_____] testTdf108124::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf108124.odt:
-testTdf108124::TestBody finished in: 71ms
+testTdf108124::TestBody finished in: 189ms
 [_RUN_____] testTdf124397::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf124397.docx:
-testTdf124397::TestBody finished in: 99ms
+testTdf124397::TestBody finished in: 123ms
 [_RUN_____] testTdf126340::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf126340.odt:
-testTdf126340::TestBody finished in: 80ms
+testTdf126340::TestBody finished in: 98ms
 [_RUN_____] testTdf132725::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf132725.odt:
-testTdf132725::TestBody finished in: 74ms
+testTdf132725::TestBody finished in: 76ms
 [_RUN_____] testTdf140828::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf140828.docx:
 testTdf140828::TestBody finished in: 110ms
 [_RUN_____] testTdf76636_2::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf76636.doc:
-testTdf76636_2::TestBody finished in: 98ms
+testTdf76636_2::TestBody finished in: 99ms
 [_RUN_____] testTdf76636::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf76636.doc:
 testTdf76636::TestBody finished in: 88ms
 [_RUN_____] testTdf140975::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf140975.docx:
-testTdf140975::TestBody finished in: 96ms
+testTdf140975::TestBody finished in: 98ms
 [_RUN_____] testTdf135581::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf135581.odt:
-testTdf135581::TestBody finished in: 129ms
+testTdf135581::TestBody finished in: 139ms
 [_RUN_____] testTdf155028::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf155028.odt:
-testTdf155028::TestBody finished in: 116ms
+testTdf155028::TestBody finished in: 125ms
 [_RUN_____] TestAsCharTextBox::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//AsCharTxBxTest.docx:
-TestAsCharTextBox::TestBody finished in: 79ms
+TestAsCharTextBox::TestBody finished in: 80ms
 [_RUN_____] testNotebookBar::TestBody
 private:factory/swriter:
-testNotebookBar::TestBody finished in: 1095ms
+testNotebookBar::TestBody finished in: 1027ms
 [_RUN_____] testTdf134253::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf134253.odt:
-testTdf134253::TestBody finished in: 478ms
+testTdf134253::TestBody finished in: 482ms
 [_RUN_____] testTdf133982::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf133982.docx:
-testTdf133982::TestBody finished in: 101ms
+testTdf133982::TestBody finished in: 98ms
 [_RUN_____] testTdf126504::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf126504.odt:
-testTdf126504::TestBody finished in: 161ms
+testTdf126504::TestBody finished in: 160ms
 [_RUN_____] testTdf133990::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf133990.odt:
-testTdf133990::TestBody finished in: 168ms
+testTdf133990::TestBody finished in: 171ms
 [_RUN_____] testTdf141175::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf141175.odt:
-testTdf141175::TestBody finished in: 110ms
+testTdf141175::TestBody finished in: 144ms
 [_RUN_____] testTdf125261::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf125261.odt:
-testTdf125261::TestBody finished in: 72ms
+testTdf125261::TestBody finished in: 102ms
 [_RUN_____] testToxmarkLinks::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//udindex3.odt:
-testToxmarkLinks::TestBody finished in: 99ms
+testToxmarkLinks::TestBody finished in: 111ms
 [_RUN_____] testTdf124722::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf124722.rtf:
-testTdf124722::TestBody finished in: 1927ms
+testTdf124722::TestBody finished in: 1952ms
 [_RUN_____] testTdf128739::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf128739.docx:
-testTdf128739::TestBody finished in: 61ms
+testTdf128739::TestBody finished in: 75ms
 [_RUN_____] testTdf135733::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf135733.odt:
-testTdf135733::TestBody finished in: 121ms
+testTdf135733::TestBody finished in: 133ms
 [_RUN_____] testTdf130094::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf130094.fodt:
-testTdf130094::TestBody finished in: 76ms
+testTdf130094::TestBody finished in: 99ms
 [_RUN_____] testTdf132187::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf132187.odt:
-testTdf132187::TestBody finished in: 89ms
+testTdf132187::TestBody finished in: 92ms
 [_RUN_____] testTdf133967::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf133967.odt:
-testTdf133967::TestBody finished in: 672ms
+testTdf133967::TestBody finished in: 688ms
 [_RUN_____] testTdf126626::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf126626.docx:
 testTdf126626::TestBody finished in: 110ms
 [_RUN_____] testTdf132596::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf132596.docx:
-testTdf132596::TestBody finished in: 137ms
+testTdf132596::TestBody finished in: 142ms
 [_RUN_____] testTdf131963::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf131963.docx:
-testTdf131963::TestBody finished in: 288ms
+testTdf131963::TestBody finished in: 295ms
 [_RUN_____] testTdf144840::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf144840.odt:
 testTdf144840::TestBody finished in: 82ms
 [_RUN_____] testTdf147206::TestBody
 private:factory/swriter:
-Dialog "Read-Only Content, Write-protected content cannot be changed."cancelled in silent modetestTdf147206::TestBody finished in: 74ms
+Dialog "Read-Only Content, Write-protected content cannot be changed."cancelled in silent modetestTdf147206::TestBody finished in: 76ms
 [_RUN_____] testTdf147961::TestBody
 private:factory/swriter:
-testTdf147961::TestBody finished in: 56ms
+testTdf147961::TestBody finished in: 53ms
 [_RUN_____] testTdf150845::TestBody
 private:factory/swriter:
-testTdf150845::TestBody finished in: 72ms
+testTdf150845::TestBody finished in: 70ms
 [_RUN_____] testTdf139737::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf139737.fodt:
-testTdf139737::TestBody finished in: 119ms
+testTdf139737::TestBody finished in: 141ms
 [_RUN_____] testTdf132597::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf132597.odt:
-testTdf132597::TestBody finished in: 174ms
+testTdf132597::TestBody finished in: 217ms
 [_RUN_____] testTdf135056::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf135056.odt:
-testTdf135056::TestBody finished in: 148ms
+testTdf135056::TestBody finished in: 166ms
 [_RUN_____] testTdf132321::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf132321.odt:
-testTdf132321::TestBody finished in: 79ms
+testTdf132321::TestBody finished in: 84ms
 [_RUN_____] testTdf112342::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf112342.docx:
-testTdf112342::TestBody finished in: 76ms
+testTdf112342::TestBody finished in: 80ms
 [_RUN_____] testTdf134404::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf134404.odt:
-testTdf134404::TestBody finished in: 77ms
+testTdf134404::TestBody finished in: 79ms
 [_RUN_____] testTdf100691::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf100691.fodt:
-testTdf100691::TestBody finished in: 70ms
+testTdf100691::TestBody finished in: 72ms
 [_RUN_____] testTdf124904::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf124904.fodt:
-testTdf124904::TestBody finished in: 80ms
+testTdf124904::TestBody finished in: 93ms
 [_RUN_____] testTdf61154::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf61154.fodt:
-testTdf61154::TestBody finished in: 78ms
+testTdf61154::TestBody finished in: 86ms
 [_RUN_____] testTdf132911::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf132911.odt:
-testTdf132911::TestBody finished in: 122ms
+testTdf132911::TestBody finished in: 126ms
 [_RUN_____] testTdf135061::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf135061.odt:
-testTdf135061::TestBody finished in: 133ms
+testTdf135061::TestBody finished in: 136ms
 [_RUN_____] testTdf128375::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf128375.docx:
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf128375.docx:
-testTdf128375::TestBody finished in: 238ms
+testTdf128375::TestBody finished in: 230ms
 [_RUN_____] testTdf134965::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf134965.odt:
-testTdf134965::TestBody finished in: 3948ms
+testTdf134965::TestBody finished in: 3941ms
 [_RUN_____] testTdf138482::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf138482.docx:
-testTdf138482::TestBody finished in: 105ms
+testTdf138482::TestBody finished in: 99ms
 [_RUN_____] testTdf135412::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf135412.docx:
-testTdf135412::TestBody finished in: 128ms
+testTdf135412::TestBody finished in: 116ms
 [_RUN_____] testTdf104315::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf104315.odt:
-testTdf104315::TestBody finished in: 86ms
+testTdf104315::TestBody finished in: 92ms
 [_RUN_____] testTdf114773::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf114773.odt:
-testTdf114773::TestBody finished in: 112ms
+testTdf114773::TestBody finished in: 121ms
 [_RUN_____] testTdf139638::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf139638.odt:
-testTdf139638::TestBody finished in: 112ms
+testTdf139638::TestBody finished in: 118ms
 [_RUN_____] testTdf134227::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf134227.docx:
-testTdf134227::TestBody finished in: 117ms
+testTdf134227::TestBody finished in: 119ms
 [_RUN_____] testTdf135662::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf135662.odt:
-testTdf135662::TestBody finished in: 89ms
+testTdf135662::TestBody finished in: 111ms
 [_RUN_____] testTdf129382::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf129382.docx:
-testTdf129382::TestBody finished in: 135ms
+testTdf129382::TestBody finished in: 140ms
 [_RUN_____] testTdf148868::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf148868.odt:
-testTdf148868::TestBody finished in: 73ms
+testTdf148868::TestBody finished in: 76ms
 [_RUN_____] testTdf147126::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf147126.docx:
-testTdf147126::TestBody finished in: 242ms
+testTdf147126::TestBody finished in: 259ms
 [_RUN_____] testVariableFieldTableRowSplitHeader::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//variable-field-table-row-split-header.fodt:
-testVariableFieldTableRowSplitHeader::TestBody finished in: 111ms
+testVariableFieldTableRowSplitHeader::TestBody finished in: 114ms
 [_RUN_____] testTdf145321::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf145321.odt:
-testTdf145321::TestBody finished in: 214ms
+testTdf145321::TestBody finished in: 215ms
 [_RUN_____] testTdf114973::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf114973.fodt:
-testTdf114973::TestBody finished in: 78ms
+testTdf114973::TestBody finished in: 95ms
 [_RUN_____] testTdf149507::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf149507.docx:
-testTdf149507::TestBody finished in: 114ms
+testTdf149507::TestBody finished in: 131ms
 [_RUN_____] testTdf146848::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf77014.odt:
-testTdf146848::TestBody finished in: 83ms
+testTdf146848::TestBody finished in: 101ms
 [_RUN_____] testTdf143574::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf143574.odt:
-testTdf143574::TestBody finished in: 128ms
+testTdf143574::TestBody finished in: 298ms
 [_RUN_____] testTdf139843::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf139843.odt:
-testTdf139843::TestBody finished in: 357ms
+testTdf139843::TestBody finished in: 393ms
 [_RUN_____] testTdf147199::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf147199.docx:
-testTdf147199::TestBody finished in: 624ms
+testTdf147199::TestBody finished in: 636ms
 [_RUN_____] testTdf145731::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf145731.odt:
-testTdf145731::TestBody finished in: 340ms
+testTdf145731::TestBody finished in: 203ms
 [_RUN_____] testTdf151974::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/uiwriter/data//tdf151974.odt:
-testTdf151974::TestBody finished in: 163ms
+testTdf151974::TestBody finished in: 184ms
 uiwriter3.cxx:2131:Assertion
 Test name: testTdf134021::TestBody
 equality assertion failed
@@ -9090,65 +9092,65 @@
 [CUT] sw_layoutwriter
 [_RUN_____] testTdf125893::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/layout/data//tdf125893.docx:
-testTdf125893::TestBody finished in: 612ms
+testTdf125893::TestBody finished in: 610ms
 [_RUN_____] testTdf152413::TestBody
 
 
 Fatal exception: Signal 6
 Stack:
-$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_110printStackEi+0x3a [0x7ffece24589a]
-$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_121signalHandlerFunctionEiP7siginfoPv+0x139 [0x7ffece245a49]
+$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_110printStackEi+0x3a [0x7ffb631a589a]
+$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_121signalHandlerFunctionEiP7siginfoPv+0x139 [0x7ffb631a5a49]
 /lib/amd64/libc.so.1'__sighndlr+0x6 [0x7fffaf402326]
 /lib/amd64/libc.so.1'call_user_handler+0x1d1 [0x7fffaf3f4f01]
 /lib/amd64/libc.so.1'sigacthandler+0xee [0x7fffaf3f51fe]
 [0xffffffffffffffff]
 /lib/amd64/libc.so.1'raise+0x22 [0x7fffaf39b8a2]
 /lib/amd64/libc.so.1'abort+0x94 [0x7fffaf375124]
-$(@D)/instdir/program/libvcllo.so'_ZN3psp16PrintFontManager10SubstituteERN3vcl4font17FontSelectPatternERN3rtl8OUStringE.cold+0x291 [0x7ffecd383087]
-$(@D)/instdir/program/libvcllo.so'_ZNK12_GLOBAL__N_122FcPreMatchSubstitution18FindFontSubstituteERN3vcl4font17FontSelectPatternE+0x2d6 [0x7ffecd379e66]
-$(@D)/instdir/program/libvcllo.so'_ZNK3vcl4font22PhysicalFontCollection14FindFontFamilyERNS0_17FontSelectPatternE+0x214 [0x7ffecd236254]
-$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERNS1_17FontSelectPatternE+0x3c0 [0x7ffecd23cbb0]
-$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERKNS0_4FontERK4Sizefb+0xaa [0x7ffecd23d4ca]
-$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice11ImplNewFontEv+0x107 [0x7ffecce7c1a7]
-$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice13GetFontMetricEv+0x39 [0x7ffecce7e7a9]
-$(@D)/instdir/program/libswlo.so'_ZN8SwFntObj14GetFontLeadingEPK11SwViewShellRK12OutputDevice+0x108 [0x7ffebcce80a8]
-$(@D)/instdir/program/libswlo.so'_ZN9SwSubFont6ChgFntEPK11SwViewShellR12OutputDevice+0x7a [0x7ffebcd0fc3a]
-$(@D)/instdir/program/libswlo.so'_ZN6SwFont10ChgPhysFntEPK11SwViewShellR12OutputDevice+0x1be [0x7ffebcd0fe9e]
-$(@D)/instdir/program/libswlo.so'_ZN10SwAttrIter18SeekAndChgAttrIterEN4o3tl10strong_intIi18Tag_TextFrameIndexEEP12OutputDevice+0xc4 [0x7ffebcc35024]
-$(@D)/instdir/program/libswlo.so'_ZN15SwTextFormatter10CalcAscentER16SwTextFormatInfoP13SwLinePortion+0x131 [0x7ffebcc40b71]
-$(@D)/instdir/program/libswlo.so'_ZN15SwTextFormatter13BuildPortionsER16SwTextFormatInfo+0xf3e [0x7ffebcc484be]
-$(@D)/instdir/program/libswlo.so'_ZN15SwTextFormatter10FormatLineEN4o3tl10strong_intIi18Tag_TextFrameIndexEE+0x168 [0x7ffebcc48b28]
-$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame10FormatLineER15SwTextFormatterb+0xa3 [0x7ffebcc133c3]
-$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame7Format_ER15SwTextFormatterR16SwTextFormatInfob+0x53c [0x7ffebcc17cec]
-$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame10FormatImplEP12OutputDeviceP13SwParaPortionRSt6vectorIP16SwAnchoredObjectSaIS6_EE+0x2aa [0x7ffebcc18aaa]
-$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame6FormatEP12OutputDevicePK13SwBorderAttrs+0x8ad [0x7ffebcc19a0d]
-$(@D)/instdir/program/libswlo.so'_ZN14SwContentFrame7MakeAllEP12OutputDevice+0xd45 [0x7ffebcada935]
-$(@D)/instdir/program/libswlo.so'_ZN7SwFrame14OptPrepareMakeEv+0x10d [0x7ffebcad85cd]
-$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction13FormatContentEP11SwPageFrame+0x20a [0x7ffebcb2245a]
-$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction14InternalActionEP12OutputDevice+0x7af [0x7ffebcb25c0f]
-$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction6ActionEP12OutputDevice+0x8f [0x7ffebcb2629f]
-$(@D)/instdir/program/libswlo.so'_ZN11SwViewShell13ImplEndActionEb+0x409 [0x7ffebd0095a9]
-$(@D)/instdir/program/libswlo.so'_ZN13SwCursorShell9EndActionEb+0x148 [0x7ffebc7b0fa8]
-$(@D)/instdir/program/libswlo.so'_ZN6SwView16OuterResizePixelERK5PointRK4Size+0x3aa [0x7ffebd43d95a]
-$(@D)/instdir/program/libsfxlo.so'_ZN12SfxViewFrame20DoAdjustPosSizePixelEP12SfxViewShellRK5PointRK4Sizeb+0x4b [0x7ffecb279b4b]
-$(@D)/instdir/program/libsfxlo.so'_ZN12SfxViewFrame6ResizeEb+0xfe [0x7ffecb27af4e]
-$(@D)/instdir/program/libvcllo.so'_ZN3vcl6Window14ImplCallResizeEv+0x42 [0x7ffecccbb812]
-$(@D)/instdir/program/libvcllo.so'_ZN3vcl6Window4ShowEb9ShowFlags+0x248 [0x7ffeccd5b6b8]
-$(@D)/instdir/program/libsfxlo.so'_ZN17SfxBaseController20ConnectSfxFrame_ImplENS_15ConnectSfxFrameE+0xfa [0x7ffecb2654da]
-$(@D)/instdir/program/libsfxlo.so'_ZN17SfxBaseController11attachFrameERKN3com3sun4star3uno9ReferenceINS2_5frame6XFrameEEE+0x25c [0x7ffecb2667fc]
-$(@D)/instdir/program/libsfxlo.so'_ZN12_GLOBAL__N_119SfxFrameLoader_Impl4loadERKN3com3sun4star3uno8SequenceINS3_5beans13PropertyValueEEERKNS4_9ReferenceINS3_5frame6XFrameEEE+0xd26 [0x7ffecb243c56]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv16impl_loadContentEv+0x990 [0x7ffec9a174f0]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv5startEv+0x64 [0x7ffec9a1ac54]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv12startLoadingERKN3rtl8OUStringERKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEERKNS8_9ReferenceINS7_5frame6XFrameEEES4_i15LoadEnvFeatures+0x7c9 [0x7ffec9a1b479]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv20loadComponentFromURLERKN3com3sun4star3uno9ReferenceINS3_5frame16XComponentLoaderEEERKNS5_INS4_17XComponentContextEEERKN3rtl8OUStringESI_iRKNS4_8SequenceINS3_5beans13PropertyValueEEE+0x275 [0x7ffec9a1bbd5]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7Desktop20loadComponentFromURLERKN3rtl8OUStringES4_iRKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x1a0 [0x7ffec9a384a0]
-$(@D)/workdir/LinkTarget/Library/libunotest.so'_ZN7unotest10MacrosTest15loadFromDesktopERKN3rtl8OUStringES4_RKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x6a5 [0x7ffec6f05465]
-$(@D)/workdir/LinkTarget/Library/libsubsequenttest.so'_ZN10UnoApiTest4loadERKN3rtl8OUStringEPKc+0x258 [0x7ffec64390c8]
-$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase7loadURLERKN3rtl8OUStringEPKc+0x56 [0x7ffe988e3e86]
-$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase11createSwDocEPKcS1_+0x75 [0x7ffe988e49e5]
-$(@D)/workdir/LinkTarget/CppunitTest/libtest_sw_layoutwriter.so'_ZN13testTdf1524138TestBodyEv+0x42 [0x7ffe95582382]
+$(@D)/instdir/program/libvcllo.so'_ZN3psp16PrintFontManager10SubstituteERN3vcl4font17FontSelectPatternERN3rtl8OUStringE.cold+0x291 [0x7ffb622e2b17]
+$(@D)/instdir/program/libvcllo.so'_ZNK12_GLOBAL__N_122FcPreMatchSubstitution18FindFontSubstituteERN3vcl4font17FontSelectPatternE+0x2d6 [0x7ffb622d98f6]
+$(@D)/instdir/program/libvcllo.so'_ZNK3vcl4font22PhysicalFontCollection14FindFontFamilyERNS0_17FontSelectPatternE+0x214 [0x7ffb62195c44]
+$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERNS1_17FontSelectPatternE+0x3c0 [0x7ffb6219c5a0]
+$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERKNS0_4FontERK4Sizefb+0xaa [0x7ffb6219ceba]
+$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice11ImplNewFontEv+0x107 [0x7ffb61ddc0a7]
+$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice13GetFontMetricEv+0x39 [0x7ffb61dde6a9]
+$(@D)/instdir/program/libswlo.so'_ZN8SwFntObj14GetFontLeadingEPK11SwViewShellRK12OutputDevice+0x108 [0x7ffb53f98b38]
+$(@D)/instdir/program/libswlo.so'_ZN9SwSubFont6ChgFntEPK11SwViewShellR12OutputDevice+0x7a [0x7ffb53fc06ca]
+$(@D)/instdir/program/libswlo.so'_ZN6SwFont10ChgPhysFntEPK11SwViewShellR12OutputDevice+0x1be [0x7ffb53fc092e]
+$(@D)/instdir/program/libswlo.so'_ZN10SwAttrIter18SeekAndChgAttrIterEN4o3tl10strong_intIi18Tag_TextFrameIndexEEP12OutputDevice+0xc4 [0x7ffb53ee6054]
+$(@D)/instdir/program/libswlo.so'_ZN15SwTextFormatter10CalcAscentER16SwTextFormatInfoP13SwLinePortion+0x131 [0x7ffb53ef1fa1]
+$(@D)/instdir/program/libswlo.so'_ZN15SwTextFormatter13BuildPortionsER16SwTextFormatInfo+0xf3e [0x7ffb53ef98ee]
+$(@D)/instdir/program/libswlo.so'_ZN15SwTextFormatter10FormatLineEN4o3tl10strong_intIi18Tag_TextFrameIndexEE+0x168 [0x7ffb53ef9f58]
+$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame10FormatLineER15SwTextFormatterb+0xa3 [0x7ffb53ec4473]
+$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame7Format_ER15SwTextFormatterR16SwTextFormatInfob+0x53c [0x7ffb53ec8d9c]
+$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame10FormatImplEP12OutputDeviceP13SwParaPortionRSt6vectorIP16SwAnchoredObjectSaIS6_EE+0x2aa [0x7ffb53ec9b5a]
+$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame6FormatEP12OutputDevicePK13SwBorderAttrs+0x8ad [0x7ffb53ecaabd]
+$(@D)/instdir/program/libswlo.so'_ZN14SwContentFrame7MakeAllEP12OutputDevice+0xd45 [0x7ffb53d8abf5]
+$(@D)/instdir/program/libswlo.so'_ZN7SwFrame14OptPrepareMakeEv+0x10d [0x7ffb53d8888d]
+$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction13FormatContentEP11SwPageFrame+0x20a [0x7ffb53dd276a]
+$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction14InternalActionEP12OutputDevice+0x7af [0x7ffb53dd5f1f]
+$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction6ActionEP12OutputDevice+0x8f [0x7ffb53dd65af]
+$(@D)/instdir/program/libswlo.so'_ZN11SwViewShell13ImplEndActionEb+0x409 [0x7ffb542ba259]
+$(@D)/instdir/program/libswlo.so'_ZN13SwCursorShell9EndActionEb+0x148 [0x7ffb53a61288]
+$(@D)/instdir/program/libswlo.so'_ZN6SwView16OuterResizePixelERK5PointRK4Size+0x3aa [0x7ffb546ee4da]
+$(@D)/instdir/program/libsfxlo.so'_ZN12SfxViewFrame20DoAdjustPosSizePixelEP12SfxViewShellRK5PointRK4Sizeb+0x4b [0x7ffb605aa27b]
+$(@D)/instdir/program/libsfxlo.so'_ZN12SfxViewFrame6ResizeEb+0xfe [0x7ffb605ab67e]
+$(@D)/instdir/program/libvcllo.so'_ZN3vcl6Window14ImplCallResizeEv+0x42 [0x7ffb61c1b712]
+$(@D)/instdir/program/libvcllo.so'_ZN3vcl6Window4ShowEb9ShowFlags+0x248 [0x7ffb61cbb5b8]
+$(@D)/instdir/program/libsfxlo.so'_ZN17SfxBaseController20ConnectSfxFrame_ImplENS_15ConnectSfxFrameE+0xfa [0x7ffb60595c0a]
+$(@D)/instdir/program/libsfxlo.so'_ZN17SfxBaseController11attachFrameERKN3com3sun4star3uno9ReferenceINS2_5frame6XFrameEEE+0x25c [0x7ffb60596f2c]
+$(@D)/instdir/program/libsfxlo.so'_ZN12_GLOBAL__N_119SfxFrameLoader_Impl4loadERKN3com3sun4star3uno8SequenceINS3_5beans13PropertyValueEEERKNS4_9ReferenceINS3_5frame6XFrameEEE+0xd26 [0x7ffb60574386]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv16impl_loadContentEv+0x990 [0x7ffb5ed47850]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv5startEv+0x64 [0x7ffb5ed4afb4]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv12startLoadingERKN3rtl8OUStringERKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEERKNS8_9ReferenceINS7_5frame6XFrameEEES4_i15LoadEnvFeatures+0x7c9 [0x7ffb5ed4b7d9]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv20loadComponentFromURLERKN3com3sun4star3uno9ReferenceINS3_5frame16XComponentLoaderEEERKNS5_INS4_17XComponentContextEEERKN3rtl8OUStringESI_iRKNS4_8SequenceINS3_5beans13PropertyValueEEE+0x275 [0x7ffb5ed4bf35]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7Desktop20loadComponentFromURLERKN3rtl8OUStringES4_iRKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x1a0 [0x7ffb5ed68800]
+$(@D)/workdir/LinkTarget/Library/libunotest.so'_ZN7unotest10MacrosTest15loadFromDesktopERKN3rtl8OUStringES4_RKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x6c3 [0x7ffb5c2f56f3]
+$(@D)/workdir/LinkTarget/Library/libsubsequenttest.so'_ZN10UnoApiTest4loadERKN3rtl8OUStringEPKc+0x258 [0x7ffb5ba690e8]
+$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase7loadURLERKN3rtl8OUStringEPKc+0x56 [0x7ffb30643f86]
+$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase11createSwDocEPKcS1_+0x75 [0x7ffb30644b05]
+$(@D)/workdir/LinkTarget/CppunitTest/libtest_sw_layoutwriter.so'_ZN13testTdf1524138TestBodyEv+0x42 [0x7ffb2d2b2382]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZNK7CppUnit21TestCaseMethodFunctorclEv+0x22 [0x7ffec7075842]
-$(@D)/workdir/LinkTarget/Library/unoexceptionprotector.so'_ZN12_GLOBAL__N_14Prot7protectERKN7CppUnit7FunctorERKNS1_16ProtectorContextE+0x31 [0x7ffec7022471]
+$(@D)/workdir/LinkTarget/Library/unoexceptionprotector.so'_ZN12_GLOBAL__N_14Prot7protectERKN7CppUnit7FunctorERKNS1_16ProtectorContextE+0x31 [0x7ffb5c412471]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZN7CppUnit16DefaultProtector7protectERKNS_7FunctorERKNS_16ProtectorContextE+0x23 [0x7ffec7069ae3]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZN7CppUnit14ProtectorChain7protectERKNS_7FunctorERKNS_16ProtectorContextE+0x317 [0x7ffec7071f87]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZN7CppUnit10TestResult7protectERKNS_7FunctorEPNS_4TestERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x62 [0x7ffec707e622]
@@ -9165,7 +9167,7 @@
 $(@D)/workdir/LinkTarget/Executable/cppunittester'_start_crt+0x87 [0x4064d7]
 $(@D)/workdir/LinkTarget/Executable/cppunittester'_start+0x18 [0x406438]
 file://$(SOURCE_DIR)//sw/qa/extras/layout/data//tdf152413.fodt:
-/bin/sh: 26709: Abort(coredump)
+/bin/sh: 1458: Abort(coredump)
 
 It looks like $(@D)/workdir/LinkTarget/Executable/cppunittester generated $(@D)/workdir/CppunitTest/sw_layoutwriter.test.core/core
 Backtraces:
@@ -9235,7 +9237,7 @@
 
 warning: could not convert 'mutex_t' from the host encoding (ISO-8859-1) to UTF-32.
 This normally should not happen, please file a bug report.
-Core was generated by `$(BUILD_DIR)/'.
+Core was generated by `$(COMPONENT_DIR)/bu'.
 Program terminated with signal SIGABRT, Aborted.
 The current thread has terminated
 /usr/gcc/13/lib/amd64/../../share/gcc-13.2.0/python/libstdcxx/v6/printers.py:1273: DeprecationWarning: invalid escape sequence \d
@@ -9266,7 +9268,7 @@
   m = re.match('.*\[(\d+)]$', str(self._elem_type))
 /usr/gcc/13/lib/amd64/../../share/gcc-13.2.0/python/libstdcxx/v6/xmethods.py:775: DeprecationWarning: invalid escape sequence \d
   if not re.match('^std::(__\d+::)?shared_ptr<.*>$', class_type.tag):
-/tmp/tmp.C1RPiYufNt:1: Error in sourced command file:
+/tmp/tmp.af8JUs1Rgn:1: Error in sourced command file:
 The current thread has terminated
 
 
@@ -9297,77 +9299,77 @@
 [CUT] sw_layoutwriter2
 [_RUN_____] testTdf153136::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/layout/data//tdf153136.docx:
-testTdf153136::TestBody finished in: 563ms
+testTdf153136::TestBody finished in: 606ms
 [_RUN_____] testTdf152031::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/layout/data//tdf152031-stair.odt:
-testTdf152031::TestBody finished in: 94ms
+testTdf152031::TestBody finished in: 121ms
 [_RUN_____] testTdf152085::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/layout/data//tdf152085-section-tblr.odt:
-testTdf152085::TestBody finished in: 68ms
+testTdf152085::TestBody finished in: 80ms
 [_RUN_____] testTdf150642::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/layout/data//tdf150642.odt:
-testTdf150642::TestBody finished in: 63ms
+testTdf150642::TestBody finished in: 310ms
 [_RUN_____] testTdf135991::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/layout/data//tdf135991.odt:
-testTdf135991::TestBody finished in: 63ms
+testTdf135991::TestBody finished in: 97ms
 [_RUN_____] testTdf124261::TestBody
 
 
 Fatal exception: Signal 6
 Stack:
-$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_110printStackEi+0x3a [0x7ffece24589a]
-$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_121signalHandlerFunctionEiP7siginfoPv+0x139 [0x7ffece245a49]
+$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_110printStackEi+0x3a [0x7ffb631a589a]
+$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_121signalHandlerFunctionEiP7siginfoPv+0x139 [0x7ffb631a5a49]
 /lib/amd64/libc.so.1'__sighndlr+0x6 [0x7fffaf402326]
 /lib/amd64/libc.so.1'call_user_handler+0x1d1 [0x7fffaf3f4f01]
 /lib/amd64/libc.so.1'sigacthandler+0xee [0x7fffaf3f51fe]
 [0xffffffffffffffff]
 /lib/amd64/libc.so.1'raise+0x22 [0x7fffaf39b8a2]
 /lib/amd64/libc.so.1'abort+0x94 [0x7fffaf375124]
-$(@D)/instdir/program/libvcllo.so'_ZN3psp16PrintFontManager10SubstituteERN3vcl4font17FontSelectPatternERN3rtl8OUStringE.cold+0x291 [0x7ffecd383087]
-$(@D)/instdir/program/libvcllo.so'_ZNK12_GLOBAL__N_122FcPreMatchSubstitution18FindFontSubstituteERN3vcl4font17FontSelectPatternE+0x2d6 [0x7ffecd379e66]
-$(@D)/instdir/program/libvcllo.so'_ZNK3vcl4font22PhysicalFontCollection14FindFontFamilyERNS0_17FontSelectPatternE+0x5c0 [0x7ffecd236600]
-$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERNS1_17FontSelectPatternE+0x3c0 [0x7ffecd23cbb0]
-$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERKNS0_4FontERK4Sizefb+0xaa [0x7ffecd23d4ca]
-$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice11ImplNewFontEv+0x107 [0x7ffecce7c1a7]
-$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice13GetFontMetricEv+0x39 [0x7ffecce7e7a9]
-$(@D)/instdir/program/libswlo.so'_ZN8SwFntObj14GetFontLeadingEPK11SwViewShellRK12OutputDevice+0x108 [0x7ffebcce80a8]
-$(@D)/instdir/program/libswlo.so'_ZN9SwSubFont6ChgFntEPK11SwViewShellR12OutputDevice+0x7a [0x7ffebcd0fc3a]
-$(@D)/instdir/program/libswlo.so'_ZN6SwFont10ChgPhysFntEPK11SwViewShellR12OutputDevice+0x1be [0x7ffebcd0fe9e]
-$(@D)/instdir/program/libswlo.so'_ZN10SwAttrIter18SeekAndChgAttrIterEN4o3tl10strong_intIi18Tag_TextFrameIndexEEP12OutputDevice+0xc4 [0x7ffebcc35024]
-$(@D)/instdir/program/libswlo.so'_ZN15SwTextFormatter10CalcAscentER16SwTextFormatInfoP13SwLinePortion+0x131 [0x7ffebcc40b71]
-$(@D)/instdir/program/libswlo.so'_ZN15SwTextFormatter13BuildPortionsER16SwTextFormatInfo+0xf3e [0x7ffebcc484be]
-$(@D)/instdir/program/libswlo.so'_ZN15SwTextFormatter10FormatLineEN4o3tl10strong_intIi18Tag_TextFrameIndexEE+0x168 [0x7ffebcc48b28]
-$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame10FormatLineER15SwTextFormatterb+0xa3 [0x7ffebcc133c3]
-$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame7Format_ER15SwTextFormatterR16SwTextFormatInfob+0x53c [0x7ffebcc17cec]
-$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame10FormatImplEP12OutputDeviceP13SwParaPortionRSt6vectorIP16SwAnchoredObjectSaIS6_EE+0x2aa [0x7ffebcc18aaa]
-$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame6FormatEP12OutputDevicePK13SwBorderAttrs+0x8ad [0x7ffebcc19a0d]
-$(@D)/instdir/program/libswlo.so'_ZN14SwContentFrame7MakeAllEP12OutputDevice+0xd45 [0x7ffebcada935]
-$(@D)/instdir/program/libswlo.so'_ZN7SwFrame14OptPrepareMakeEv+0x10d [0x7ffebcad85cd]
-$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction13FormatContentEP11SwPageFrame+0x20a [0x7ffebcb2245a]
-$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction14InternalActionEP12OutputDevice+0x7af [0x7ffebcb25c0f]
-$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction6ActionEP12OutputDevice+0x8f [0x7ffebcb2629f]
-$(@D)/instdir/program/libswlo.so'_ZN11SwViewShell13ImplEndActionEb+0x409 [0x7ffebd0095a9]
-$(@D)/instdir/program/libswlo.so'_ZN13SwCursorShell9EndActionEb+0x148 [0x7ffebc7b0fa8]
-$(@D)/instdir/program/libswlo.so'_ZN6SwView16OuterResizePixelERK5PointRK4Size+0x3aa [0x7ffebd43d95a]
-$(@D)/instdir/program/libsfxlo.so'_ZN12SfxViewFrame20DoAdjustPosSizePixelEP12SfxViewShellRK5PointRK4Sizeb+0x4b [0x7ffecb279b4b]
-$(@D)/instdir/program/libsfxlo.so'_ZN12SfxViewFrame6ResizeEb+0xfe [0x7ffecb27af4e]
-$(@D)/instdir/program/libvcllo.so'_ZN3vcl6Window14ImplCallResizeEv+0x42 [0x7ffecccbb812]
-$(@D)/instdir/program/libvcllo.so'_ZN3vcl6Window4ShowEb9ShowFlags+0x248 [0x7ffeccd5b6b8]
-$(@D)/instdir/program/libsfxlo.so'_ZN17SfxBaseController20ConnectSfxFrame_ImplENS_15ConnectSfxFrameE+0xfa [0x7ffecb2654da]
-$(@D)/instdir/program/libsfxlo.so'_ZN17SfxBaseController11attachFrameERKN3com3sun4star3uno9ReferenceINS2_5frame6XFrameEEE+0x25c [0x7ffecb2667fc]
-$(@D)/instdir/program/libsfxlo.so'_ZN12_GLOBAL__N_119SfxFrameLoader_Impl4loadERKN3com3sun4star3uno8SequenceINS3_5beans13PropertyValueEEERKNS4_9ReferenceINS3_5frame6XFrameEEE+0xd26 [0x7ffecb243c56]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv16impl_loadContentEv+0x990 [0x7ffec9a174f0]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv5startEv+0x64 [0x7ffec9a1ac54]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv12startLoadingERKN3rtl8OUStringERKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEERKNS8_9ReferenceINS7_5frame6XFrameEEES4_i15LoadEnvFeatures+0x7c9 [0x7ffec9a1b479]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv20loadComponentFromURLERKN3com3sun4star3uno9ReferenceINS3_5frame16XComponentLoaderEEERKNS5_INS4_17XComponentContextEEERKN3rtl8OUStringESI_iRKNS4_8SequenceINS3_5beans13PropertyValueEEE+0x275 [0x7ffec9a1bbd5]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7Desktop20loadComponentFromURLERKN3rtl8OUStringES4_iRKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x1a0 [0x7ffec9a384a0]
-$(@D)/workdir/LinkTarget/Library/libunotest.so'_ZN7unotest10MacrosTest15loadFromDesktopERKN3rtl8OUStringES4_RKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x6a5 [0x7ffec6f05465]
-$(@D)/workdir/LinkTarget/Library/libsubsequenttest.so'_ZN10UnoApiTest4loadERKN3rtl8OUStringEPKc+0x258 [0x7ffec64390c8]
-$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase7loadURLERKN3rtl8OUStringEPKc+0x56 [0x7ffe988e3e86]
-$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase11createSwDocEPKcS1_+0x75 [0x7ffe988e49e5]
-$(@D)/workdir/LinkTarget/CppunitTest/libtest_sw_layoutwriter2.so'_ZN13testTdf1242618TestBodyEv+0x3c [0x7ffe9549407c]
+$(@D)/instdir/program/libvcllo.so'_ZN3psp16PrintFontManager10SubstituteERN3vcl4font17FontSelectPatternERN3rtl8OUStringE.cold+0x291 [0x7ffb622e2b17]
+$(@D)/instdir/program/libvcllo.so'_ZNK12_GLOBAL__N_122FcPreMatchSubstitution18FindFontSubstituteERN3vcl4font17FontSelectPatternE+0x2d6 [0x7ffb622d98f6]
+$(@D)/instdir/program/libvcllo.so'_ZNK3vcl4font22PhysicalFontCollection14FindFontFamilyERNS0_17FontSelectPatternE+0x5c0 [0x7ffb62195ff0]
+$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERNS1_17FontSelectPatternE+0x3c0 [0x7ffb6219c5a0]
+$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERKNS0_4FontERK4Sizefb+0xaa [0x7ffb6219ceba]
+$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice11ImplNewFontEv+0x107 [0x7ffb61ddc0a7]
+$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice13GetFontMetricEv+0x39 [0x7ffb61dde6a9]
+$(@D)/instdir/program/libswlo.so'_ZN8SwFntObj14GetFontLeadingEPK11SwViewShellRK12OutputDevice+0x108 [0x7ffb53f98b38]
+$(@D)/instdir/program/libswlo.so'_ZN9SwSubFont6ChgFntEPK11SwViewShellR12OutputDevice+0x7a [0x7ffb53fc06ca]
+$(@D)/instdir/program/libswlo.so'_ZN6SwFont10ChgPhysFntEPK11SwViewShellR12OutputDevice+0x1be [0x7ffb53fc092e]
+$(@D)/instdir/program/libswlo.so'_ZN10SwAttrIter18SeekAndChgAttrIterEN4o3tl10strong_intIi18Tag_TextFrameIndexEEP12OutputDevice+0xc4 [0x7ffb53ee6054]
+$(@D)/instdir/program/libswlo.so'_ZN15SwTextFormatter10CalcAscentER16SwTextFormatInfoP13SwLinePortion+0x131 [0x7ffb53ef1fa1]
+$(@D)/instdir/program/libswlo.so'_ZN15SwTextFormatter13BuildPortionsER16SwTextFormatInfo+0xf3e [0x7ffb53ef98ee]
+$(@D)/instdir/program/libswlo.so'_ZN15SwTextFormatter10FormatLineEN4o3tl10strong_intIi18Tag_TextFrameIndexEE+0x168 [0x7ffb53ef9f58]
+$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame10FormatLineER15SwTextFormatterb+0xa3 [0x7ffb53ec4473]
+$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame7Format_ER15SwTextFormatterR16SwTextFormatInfob+0x53c [0x7ffb53ec8d9c]
+$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame10FormatImplEP12OutputDeviceP13SwParaPortionRSt6vectorIP16SwAnchoredObjectSaIS6_EE+0x2aa [0x7ffb53ec9b5a]
+$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame6FormatEP12OutputDevicePK13SwBorderAttrs+0x8ad [0x7ffb53ecaabd]
+$(@D)/instdir/program/libswlo.so'_ZN14SwContentFrame7MakeAllEP12OutputDevice+0xd45 [0x7ffb53d8abf5]
+$(@D)/instdir/program/libswlo.so'_ZN7SwFrame14OptPrepareMakeEv+0x10d [0x7ffb53d8888d]
+$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction13FormatContentEP11SwPageFrame+0x20a [0x7ffb53dd276a]
+$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction14InternalActionEP12OutputDevice+0x7af [0x7ffb53dd5f1f]
+$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction6ActionEP12OutputDevice+0x8f [0x7ffb53dd65af]
+$(@D)/instdir/program/libswlo.so'_ZN11SwViewShell13ImplEndActionEb+0x409 [0x7ffb542ba259]
+$(@D)/instdir/program/libswlo.so'_ZN13SwCursorShell9EndActionEb+0x148 [0x7ffb53a61288]
+$(@D)/instdir/program/libswlo.so'_ZN6SwView16OuterResizePixelERK5PointRK4Size+0x3aa [0x7ffb546ee4da]
+$(@D)/instdir/program/libsfxlo.so'_ZN12SfxViewFrame20DoAdjustPosSizePixelEP12SfxViewShellRK5PointRK4Sizeb+0x4b [0x7ffb605aa27b]
+$(@D)/instdir/program/libsfxlo.so'_ZN12SfxViewFrame6ResizeEb+0xfe [0x7ffb605ab67e]
+$(@D)/instdir/program/libvcllo.so'_ZN3vcl6Window14ImplCallResizeEv+0x42 [0x7ffb61c1b712]
+$(@D)/instdir/program/libvcllo.so'_ZN3vcl6Window4ShowEb9ShowFlags+0x248 [0x7ffb61cbb5b8]
+$(@D)/instdir/program/libsfxlo.so'_ZN17SfxBaseController20ConnectSfxFrame_ImplENS_15ConnectSfxFrameE+0xfa [0x7ffb60595c0a]
+$(@D)/instdir/program/libsfxlo.so'_ZN17SfxBaseController11attachFrameERKN3com3sun4star3uno9ReferenceINS2_5frame6XFrameEEE+0x25c [0x7ffb60596f2c]
+$(@D)/instdir/program/libsfxlo.so'_ZN12_GLOBAL__N_119SfxFrameLoader_Impl4loadERKN3com3sun4star3uno8SequenceINS3_5beans13PropertyValueEEERKNS4_9ReferenceINS3_5frame6XFrameEEE+0xd26 [0x7ffb60574386]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv16impl_loadContentEv+0x990 [0x7ffb5ed47850]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv5startEv+0x64 [0x7ffb5ed4afb4]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv12startLoadingERKN3rtl8OUStringERKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEERKNS8_9ReferenceINS7_5frame6XFrameEEES4_i15LoadEnvFeatures+0x7c9 [0x7ffb5ed4b7d9]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv20loadComponentFromURLERKN3com3sun4star3uno9ReferenceINS3_5frame16XComponentLoaderEEERKNS5_INS4_17XComponentContextEEERKN3rtl8OUStringESI_iRKNS4_8SequenceINS3_5beans13PropertyValueEEE+0x275 [0x7ffb5ed4bf35]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7Desktop20loadComponentFromURLERKN3rtl8OUStringES4_iRKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x1a0 [0x7ffb5ed68800]
+$(@D)/workdir/LinkTarget/Library/libunotest.so'_ZN7unotest10MacrosTest15loadFromDesktopERKN3rtl8OUStringES4_RKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x6c3 [0x7ffb5c2f56f3]
+$(@D)/workdir/LinkTarget/Library/libsubsequenttest.so'_ZN10UnoApiTest4loadERKN3rtl8OUStringEPKc+0x258 [0x7ffb5ba690e8]
+$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase7loadURLERKN3rtl8OUStringEPKc+0x56 [0x7ffb30643f86]
+$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase11createSwDocEPKcS1_+0x75 [0x7ffb30644b05]
+$(@D)/workdir/LinkTarget/CppunitTest/libtest_sw_layoutwriter2.so'_ZN13testTdf1242618TestBodyEv+0x3c [0x7ffb2d1c44fc]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZNK7CppUnit21TestCaseMethodFunctorclEv+0x22 [0x7ffec7075842]
-$(@D)/workdir/LinkTarget/Library/unoexceptionprotector.so'_ZN12_GLOBAL__N_14Prot7protectERKN7CppUnit7FunctorERKNS1_16ProtectorContextE+0x31 [0x7ffec7022471]
+$(@D)/workdir/LinkTarget/Library/unoexceptionprotector.so'_ZN12_GLOBAL__N_14Prot7protectERKN7CppUnit7FunctorERKNS1_16ProtectorContextE+0x31 [0x7ffb5c412471]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZN7CppUnit16DefaultProtector7protectERKNS_7FunctorERKNS_16ProtectorContextE+0x23 [0x7ffec7069ae3]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZN7CppUnit14ProtectorChain7protectERKNS_7FunctorERKNS_16ProtectorContextE+0x317 [0x7ffec7071f87]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZN7CppUnit10TestResult7protectERKNS_7FunctorEPNS_4TestERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x62 [0x7ffec707e622]
@@ -9384,7 +9386,7 @@
 $(@D)/workdir/LinkTarget/Executable/cppunittester'_start_crt+0x87 [0x4064d7]
 $(@D)/workdir/LinkTarget/Executable/cppunittester'_start+0x18 [0x406438]
 file://$(SOURCE_DIR)//sw/qa/extras/layout/data//tdf124261.docx:
-/bin/sh: 26754: Abort(coredump)
+/bin/sh: 1503: Abort(coredump)
 
 It looks like $(@D)/workdir/LinkTarget/Executable/cppunittester generated $(@D)/workdir/CppunitTest/sw_layoutwriter2.test.core/core
 Backtraces:
@@ -9452,7 +9454,7 @@
 
 warning: could not convert 'mutex_t' from the host encoding (ISO-8859-1) to UTF-32.
 This normally should not happen, please file a bug report.
-Core was generated by `$(BUILD_DIR)/'.
+Core was generated by `$(COMPONENT_DIR)/bu'.
 Program terminated with signal SIGABRT, Aborted.
 The current thread has terminated
 /usr/gcc/13/lib/amd64/../../share/gcc-13.2.0/python/libstdcxx/v6/printers.py:1273: DeprecationWarning: invalid escape sequence \d
@@ -9483,7 +9485,7 @@
   m = re.match('.*\[(\d+)]$', str(self._elem_type))
 /usr/gcc/13/lib/amd64/../../share/gcc-13.2.0/python/libstdcxx/v6/xmethods.py:775: DeprecationWarning: invalid escape sequence \d
   if not re.match('^std::(__\d+::)?shared_ptr<.*>$', class_type.tag):
-/tmp/tmp.Osm6PXWZrs:1: Error in sourced command file:
+/tmp/tmp.dm9nN5H7tr:1: Error in sourced command file:
 The current thread has terminated
 
 
@@ -9514,76 +9516,76 @@
 [CUT] sw_layoutwriter3
 [_RUN_____] testTdf155611::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/layout/data//tdf155611_table_and_nested_section.fodt:
-testTdf155611::TestBody finished in: 447ms
+testTdf155611::TestBody finished in: 472ms
 [_RUN_____] testTdf154113::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/layout/data//three_sections.fodt:
-testTdf154113::TestBody finished in: 59ms
+testTdf154113::TestBody finished in: 77ms
 [_RUN_____] testTdf138124::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/layout/data//wideBoxInFootnote.fodt:
-testTdf138124::TestBody finished in: 75ms
+testTdf138124::TestBody finished in: 59ms
 [_RUN_____] testTdf54465_ColumnsWithFootnoteDoNotOccupyEntirePage::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/layout/data//tdf54465_ColumnsWithFootnoteDoNotOccupyEntirePage_Old.odt:
 file://$(SOURCE_DIR)//sw/qa/extras/layout/data//tdf54465_ColumnsWithFootnoteDoNotOccupyEntirePage_New.odt:
-testTdf54465_ColumnsWithFootnoteDoNotOccupyEntirePage::TestBody finished in: 355ms
+testTdf54465_ColumnsWithFootnoteDoNotOccupyEntirePage::TestBody finished in: 369ms
 [_RUN_____] testTdf139336_ColumnsWithFootnoteDoNotOccupyEntirePage::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/layout/data//tdf139336_ColumnsWithFootnoteDoNotOccupyEntirePage.docx:
-testTdf139336_ColumnsWithFootnoteDoNotOccupyEntirePage::TestBody finished in: 122ms
+testTdf139336_ColumnsWithFootnoteDoNotOccupyEntirePage::TestBody finished in: 111ms
 [_RUN_____] testTdf146704_EndnoteInSection::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/layout/data//tdf146704_EndnoteInSection.odt:
-testTdf146704_EndnoteInSection::TestBody finished in: 73ms
+testTdf146704_EndnoteInSection::TestBody finished in: 192ms
 [_RUN_____] testTdf135035::TestBody
 
 
 Fatal exception: Signal 6
 Stack:
-$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_110printStackEi+0x3a [0x7ffece24589a]
-$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_121signalHandlerFunctionEiP7siginfoPv+0x139 [0x7ffece245a49]
+$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_110printStackEi+0x3a [0x7ffb631a589a]
+$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_121signalHandlerFunctionEiP7siginfoPv+0x139 [0x7ffb631a5a49]
 /lib/amd64/libc.so.1'__sighndlr+0x6 [0x7fffaf402326]
 /lib/amd64/libc.so.1'call_user_handler+0x1d1 [0x7fffaf3f4f01]
 /lib/amd64/libc.so.1'sigacthandler+0xee [0x7fffaf3f51fe]
 [0xffffffffffffffff]
 /lib/amd64/libc.so.1'raise+0x22 [0x7fffaf39b8a2]
 /lib/amd64/libc.so.1'abort+0x94 [0x7fffaf375124]
-$(@D)/instdir/program/libvcllo.so'_ZN3psp16PrintFontManager10SubstituteERN3vcl4font17FontSelectPatternERN3rtl8OUStringE.cold+0x291 [0x7ffecd383087]
-$(@D)/instdir/program/libvcllo.so'_ZNK12_GLOBAL__N_122FcPreMatchSubstitution18FindFontSubstituteERN3vcl4font17FontSelectPatternE+0x2d6 [0x7ffecd379e66]
-$(@D)/instdir/program/libvcllo.so'_ZNK3vcl4font22PhysicalFontCollection14FindFontFamilyERNS0_17FontSelectPatternE+0x5c0 [0x7ffecd236600]
-$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERNS1_17FontSelectPatternE+0x3c0 [0x7ffecd23cbb0]
-$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERKNS0_4FontERK4Sizefb+0xaa [0x7ffecd23d4ca]
-$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice11ImplNewFontEv+0x107 [0x7ffecce7c1a7]
-$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice13GetFontMetricEv+0x39 [0x7ffecce7e7a9]
-$(@D)/instdir/program/libswlo.so'_ZN8SwFntObj14GetFontLeadingEPK11SwViewShellRK12OutputDevice+0x108 [0x7ffebcce80a8]
-$(@D)/instdir/program/libswlo.so'_ZN9SwSubFont6ChgFntEPK11SwViewShellR12OutputDevice+0x7a [0x7ffebcd0fc3a]
-$(@D)/instdir/program/libswlo.so'_ZN6SwFont10ChgPhysFntEPK11SwViewShellR12OutputDevice+0x1be [0x7ffebcd0fe9e]
-$(@D)/instdir/program/libswlo.so'_ZNK11SwTextFrame11EmptyHeightEv+0x19f [0x7ffebcc78c6f]
-$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame11FormatEmptyEv+0x2f [0x7ffebcc78f4f]
-$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame6FormatEP12OutputDevicePK13SwBorderAttrs+0xd5 [0x7ffebcc19235]
-$(@D)/instdir/program/libswlo.so'_ZN14SwContentFrame7MakeAllEP12OutputDevice+0xd45 [0x7ffebcada935]
-$(@D)/instdir/program/libswlo.so'_ZN7SwFrame14OptPrepareMakeEv+0x10d [0x7ffebcad85cd]
-$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction13FormatContentEP11SwPageFrame+0x20a [0x7ffebcb2245a]
-$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction14InternalActionEP12OutputDevice+0x7af [0x7ffebcb25c0f]
-$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction6ActionEP12OutputDevice+0x8f [0x7ffebcb2629f]
-$(@D)/instdir/program/libswlo.so'_ZN11SwViewShell13ImplEndActionEb+0x409 [0x7ffebd0095a9]
-$(@D)/instdir/program/libswlo.so'_ZN13SwCursorShell9EndActionEb+0x148 [0x7ffebc7b0fa8]
-$(@D)/instdir/program/libswlo.so'_ZN6SwView16OuterResizePixelERK5PointRK4Size+0x3aa [0x7ffebd43d95a]
-$(@D)/instdir/program/libsfxlo.so'_ZN12SfxViewFrame20DoAdjustPosSizePixelEP12SfxViewShellRK5PointRK4Sizeb+0x4b [0x7ffecb279b4b]
-$(@D)/instdir/program/libsfxlo.so'_ZN12SfxViewFrame6ResizeEb+0xfe [0x7ffecb27af4e]
-$(@D)/instdir/program/libvcllo.so'_ZN3vcl6Window14ImplCallResizeEv+0x42 [0x7ffecccbb812]
-$(@D)/instdir/program/libvcllo.so'_ZN3vcl6Window4ShowEb9ShowFlags+0x248 [0x7ffeccd5b6b8]
-$(@D)/instdir/program/libsfxlo.so'_ZN17SfxBaseController20ConnectSfxFrame_ImplENS_15ConnectSfxFrameE+0xfa [0x7ffecb2654da]
-$(@D)/instdir/program/libsfxlo.so'_ZN17SfxBaseController11attachFrameERKN3com3sun4star3uno9ReferenceINS2_5frame6XFrameEEE+0x25c [0x7ffecb2667fc]
-$(@D)/instdir/program/libsfxlo.so'_ZN12_GLOBAL__N_119SfxFrameLoader_Impl4loadERKN3com3sun4star3uno8SequenceINS3_5beans13PropertyValueEEERKNS4_9ReferenceINS3_5frame6XFrameEEE+0xd26 [0x7ffecb243c56]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv16impl_loadContentEv+0x990 [0x7ffec9a174f0]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv5startEv+0x64 [0x7ffec9a1ac54]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv12startLoadingERKN3rtl8OUStringERKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEERKNS8_9ReferenceINS7_5frame6XFrameEEES4_i15LoadEnvFeatures+0x7c9 [0x7ffec9a1b479]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv20loadComponentFromURLERKN3com3sun4star3uno9ReferenceINS3_5frame16XComponentLoaderEEERKNS5_INS4_17XComponentContextEEERKN3rtl8OUStringESI_iRKNS4_8SequenceINS3_5beans13PropertyValueEEE+0x275 [0x7ffec9a1bbd5]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7Desktop20loadComponentFromURLERKN3rtl8OUStringES4_iRKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x1a0 [0x7ffec9a384a0]
-$(@D)/workdir/LinkTarget/Library/libunotest.so'_ZN7unotest10MacrosTest15loadFromDesktopERKN3rtl8OUStringES4_RKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x6a5 [0x7ffec6f05465]
-$(@D)/workdir/LinkTarget/Library/libsubsequenttest.so'_ZN10UnoApiTest4loadERKN3rtl8OUStringEPKc+0x258 [0x7ffec64390c8]
-$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase7loadURLERKN3rtl8OUStringEPKc+0x56 [0x7ffe988e3e86]
-$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase11createSwDocEPKcS1_+0x75 [0x7ffe988e49e5]
-$(@D)/workdir/LinkTarget/CppunitTest/libtest_sw_layoutwriter3.so'_ZN13testTdf1350358TestBodyEv+0x51 [0x7ffe953608f1]
+$(@D)/instdir/program/libvcllo.so'_ZN3psp16PrintFontManager10SubstituteERN3vcl4font17FontSelectPatternERN3rtl8OUStringE.cold+0x291 [0x7ffb622e2b17]
+$(@D)/instdir/program/libvcllo.so'_ZNK12_GLOBAL__N_122FcPreMatchSubstitution18FindFontSubstituteERN3vcl4font17FontSelectPatternE+0x2d6 [0x7ffb622d98f6]
+$(@D)/instdir/program/libvcllo.so'_ZNK3vcl4font22PhysicalFontCollection14FindFontFamilyERNS0_17FontSelectPatternE+0x5c0 [0x7ffb62195ff0]
+$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERNS1_17FontSelectPatternE+0x3c0 [0x7ffb6219c5a0]
+$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERKNS0_4FontERK4Sizefb+0xaa [0x7ffb6219ceba]
+$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice11ImplNewFontEv+0x107 [0x7ffb61ddc0a7]
+$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice13GetFontMetricEv+0x39 [0x7ffb61dde6a9]
+$(@D)/instdir/program/libswlo.so'_ZN8SwFntObj14GetFontLeadingEPK11SwViewShellRK12OutputDevice+0x108 [0x7ffb53f98b38]
+$(@D)/instdir/program/libswlo.so'_ZN9SwSubFont6ChgFntEPK11SwViewShellR12OutputDevice+0x7a [0x7ffb53fc06ca]
+$(@D)/instdir/program/libswlo.so'_ZN6SwFont10ChgPhysFntEPK11SwViewShellR12OutputDevice+0x1be [0x7ffb53fc092e]
+$(@D)/instdir/program/libswlo.so'_ZNK11SwTextFrame11EmptyHeightEv+0x19f [0x7ffb53f2986f]
+$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame11FormatEmptyEv+0x2f [0x7ffb53f29b4f]
+$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame6FormatEP12OutputDevicePK13SwBorderAttrs+0xd5 [0x7ffb53eca2e5]
+$(@D)/instdir/program/libswlo.so'_ZN14SwContentFrame7MakeAllEP12OutputDevice+0xd45 [0x7ffb53d8abf5]
+$(@D)/instdir/program/libswlo.so'_ZN7SwFrame14OptPrepareMakeEv+0x10d [0x7ffb53d8888d]
+$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction13FormatContentEP11SwPageFrame+0x20a [0x7ffb53dd276a]
+$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction14InternalActionEP12OutputDevice+0x7af [0x7ffb53dd5f1f]
+$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction6ActionEP12OutputDevice+0x8f [0x7ffb53dd65af]
+$(@D)/instdir/program/libswlo.so'_ZN11SwViewShell13ImplEndActionEb+0x409 [0x7ffb542ba259]
+$(@D)/instdir/program/libswlo.so'_ZN13SwCursorShell9EndActionEb+0x148 [0x7ffb53a61288]
+$(@D)/instdir/program/libswlo.so'_ZN6SwView16OuterResizePixelERK5PointRK4Size+0x3aa [0x7ffb546ee4da]
+$(@D)/instdir/program/libsfxlo.so'_ZN12SfxViewFrame20DoAdjustPosSizePixelEP12SfxViewShellRK5PointRK4Sizeb+0x4b [0x7ffb605aa27b]
+$(@D)/instdir/program/libsfxlo.so'_ZN12SfxViewFrame6ResizeEb+0xfe [0x7ffb605ab67e]
+$(@D)/instdir/program/libvcllo.so'_ZN3vcl6Window14ImplCallResizeEv+0x42 [0x7ffb61c1b712]
+$(@D)/instdir/program/libvcllo.so'_ZN3vcl6Window4ShowEb9ShowFlags+0x248 [0x7ffb61cbb5b8]
+$(@D)/instdir/program/libsfxlo.so'_ZN17SfxBaseController20ConnectSfxFrame_ImplENS_15ConnectSfxFrameE+0xfa [0x7ffb60595c0a]
+$(@D)/instdir/program/libsfxlo.so'_ZN17SfxBaseController11attachFrameERKN3com3sun4star3uno9ReferenceINS2_5frame6XFrameEEE+0x25c [0x7ffb60596f2c]
+$(@D)/instdir/program/libsfxlo.so'_ZN12_GLOBAL__N_119SfxFrameLoader_Impl4loadERKN3com3sun4star3uno8SequenceINS3_5beans13PropertyValueEEERKNS4_9ReferenceINS3_5frame6XFrameEEE+0xd26 [0x7ffb60574386]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv16impl_loadContentEv+0x990 [0x7ffb5ed47850]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv5startEv+0x64 [0x7ffb5ed4afb4]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv12startLoadingERKN3rtl8OUStringERKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEERKNS8_9ReferenceINS7_5frame6XFrameEEES4_i15LoadEnvFeatures+0x7c9 [0x7ffb5ed4b7d9]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv20loadComponentFromURLERKN3com3sun4star3uno9ReferenceINS3_5frame16XComponentLoaderEEERKNS5_INS4_17XComponentContextEEERKN3rtl8OUStringESI_iRKNS4_8SequenceINS3_5beans13PropertyValueEEE+0x275 [0x7ffb5ed4bf35]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7Desktop20loadComponentFromURLERKN3rtl8OUStringES4_iRKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x1a0 [0x7ffb5ed68800]
+$(@D)/workdir/LinkTarget/Library/libunotest.so'_ZN7unotest10MacrosTest15loadFromDesktopERKN3rtl8OUStringES4_RKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x6c3 [0x7ffb5c2f56f3]
+$(@D)/workdir/LinkTarget/Library/libsubsequenttest.so'_ZN10UnoApiTest4loadERKN3rtl8OUStringEPKc+0x258 [0x7ffb5ba690e8]
+$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase7loadURLERKN3rtl8OUStringEPKc+0x56 [0x7ffb30643f86]
+$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase11createSwDocEPKcS1_+0x75 [0x7ffb30644b05]
+$(@D)/workdir/LinkTarget/CppunitTest/libtest_sw_layoutwriter3.so'_ZN13testTdf1350358TestBodyEv+0x51 [0x7ffb2d090911]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZNK7CppUnit21TestCaseMethodFunctorclEv+0x22 [0x7ffec7075842]
-$(@D)/workdir/LinkTarget/Library/unoexceptionprotector.so'_ZN12_GLOBAL__N_14Prot7protectERKN7CppUnit7FunctorERKNS1_16ProtectorContextE+0x31 [0x7ffec7022471]
+$(@D)/workdir/LinkTarget/Library/unoexceptionprotector.so'_ZN12_GLOBAL__N_14Prot7protectERKN7CppUnit7FunctorERKNS1_16ProtectorContextE+0x31 [0x7ffb5c412471]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZN7CppUnit16DefaultProtector7protectERKNS_7FunctorERKNS_16ProtectorContextE+0x23 [0x7ffec7069ae3]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZN7CppUnit14ProtectorChain7protectERKNS_7FunctorERKNS_16ProtectorContextE+0x317 [0x7ffec7071f87]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZN7CppUnit10TestResult7protectERKNS_7FunctorEPNS_4TestERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x62 [0x7ffec707e622]
@@ -9600,7 +9602,7 @@
 $(@D)/workdir/LinkTarget/Executable/cppunittester'_start_crt+0x87 [0x4064d7]
 $(@D)/workdir/LinkTarget/Executable/cppunittester'_start+0x18 [0x406438]
 file://$(SOURCE_DIR)//sw/qa/extras/layout/data//tdf135035.docx:
-/bin/sh: 26799: Abort(coredump)
+/bin/sh: 1548: Abort(coredump)
 
 It looks like $(@D)/workdir/LinkTarget/Executable/cppunittester generated $(@D)/workdir/CppunitTest/sw_layoutwriter3.test.core/core
 Backtraces:
@@ -9668,7 +9670,7 @@
 
 warning: could not convert 'mutex_t' from the host encoding (ISO-8859-1) to UTF-32.
 This normally should not happen, please file a bug report.
-Core was generated by `$(BUILD_DIR)/'.
+Core was generated by `$(COMPONENT_DIR)/bu'.
 Program terminated with signal SIGABRT, Aborted.
 The current thread has terminated
 /usr/gcc/13/lib/amd64/../../share/gcc-13.2.0/python/libstdcxx/v6/printers.py:1273: DeprecationWarning: invalid escape sequence \d
@@ -9699,7 +9701,7 @@
   m = re.match('.*\[(\d+)]$', str(self._elem_type))
 /usr/gcc/13/lib/amd64/../../share/gcc-13.2.0/python/libstdcxx/v6/xmethods.py:775: DeprecationWarning: invalid escape sequence \d
   if not re.match('^std::(__\d+::)?shared_ptr<.*>$', class_type.tag):
-/tmp/tmp.JBD7al8J7m:1: Error in sourced command file:
+/tmp/tmp.i53FOcFMla:1: Error in sourced command file:
 The current thread has terminated
 
 
@@ -9738,64 +9740,64 @@
 [CUT] sw_globalfilter
 [_RUN_____] Test::testEmbeddedGraphicRoundtrip
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//document_with_two_images.odt:
-Test::testEmbeddedGraphicRoundtrip finished in: 1300ms
+Test::testEmbeddedGraphicRoundtrip finished in: 1327ms
 [_RUN_____] Test::testLinkedGraphicRT
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//document_with_linked_graphic.odt:
-Test::testLinkedGraphicRT finished in: 480ms
+Test::testLinkedGraphicRT finished in: 476ms
 [_RUN_____] Test::testImageWithSpecialID
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//images_with_special_IDs.odt:
-Test::testImageWithSpecialID finished in: 745ms
+Test::testImageWithSpecialID finished in: 738ms
 [_RUN_____] Test::testGraphicShape
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//graphic_shape.odt:
-Test::testGraphicShape finished in: 896ms
+Test::testGraphicShape finished in: 695ms
 [_RUN_____] Test::testMultipleIdenticalGraphics
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//multiple_identical_graphics.odt:
-Test::testMultipleIdenticalGraphics finished in: 524ms
+Test::testMultipleIdenticalGraphics finished in: 453ms
 [_RUN_____] Test::testCharHighlight
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//char_highlight.docx:
-Test::testCharHighlight finished in: 1841ms
+Test::testCharHighlight finished in: 1901ms
 [_RUN_____] Test::testCharHighlightODF
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//char_background_editing.docx:
-Test::testCharHighlightODF finished in: 275ms
+Test::testCharHighlightODF finished in: 229ms
 [_RUN_____] Test::testMSCharBackgroundEditing
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//char_background_editing.docx:
-Test::testMSCharBackgroundEditing finished in: 594ms
+Test::testMSCharBackgroundEditing finished in: 574ms
 [_RUN_____] Test::testCharBackgroundToHighlighting
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//char_background.odt:
-Test::testCharBackgroundToHighlighting finished in: 325ms
+Test::testCharBackgroundToHighlighting finished in: 326ms
 [_RUN_____] Test::testSkipImages
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//skipimages.doc:
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//skipimages.doc:
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//skipimages.docx:
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//skipimages.docx:
-Test::testSkipImages finished in: 361ms
+Test::testSkipImages finished in: 296ms
 [_RUN_____] Test::testNestedFieldmark
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//fieldmark_QUOTE_nest.fodt:
-Test::testNestedFieldmark finished in: 459ms
+Test::testNestedFieldmark finished in: 716ms
 [_RUN_____] Test::testODF13
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//text13e.odt:
-Test::testODF13 finished in: 529ms
+Test::testODF13 finished in: 816ms
 [_RUN_____] Test::testRedlineFlags
 private:factory/swriter:
-Test::testRedlineFlags finished in: 172ms
+Test::testRedlineFlags finished in: 164ms
 [_RUN_____] Test::testBulletAsImage
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//BulletAsImage.odt:
-Test::testBulletAsImage finished in: 554ms
+Test::testBulletAsImage finished in: 623ms
 [_RUN_____] Test::testTextFormField
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//text_form_field.odt:
-Test::testTextFormField finished in: 437ms
+Test::testTextFormField finished in: 458ms
 [_RUN_____] Test::testCheckBoxFormField
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//checkbox_form_field.odt:
-Test::testCheckBoxFormField finished in: 428ms
+Test::testCheckBoxFormField finished in: 451ms
 [_RUN_____] Test::testDropDownFormField
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//dropdown_form_field.odt:
-Test::testDropDownFormField finished in: 434ms
+Test::testDropDownFormField finished in: 451ms
 [_RUN_____] Test::testDateFormField
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//date_form_field.odt:
-Test::testDateFormField finished in: 332ms
+Test::testDateFormField finished in: 345ms
 [_RUN_____] Test::testDateFormFieldCharacterFormatting
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//date_form_field_char_formatting.odt:
-Test::testDateFormFieldCharacterFormatting finished in: 327ms
+Test::testDateFormFieldCharacterFormatting finished in: 340ms
 [_RUN_____] testTdf143311::TestBody
 file://$(SOURCE_DIR)//sw/qa/extras/globalfilter/data//tdf143311-1.docx:
 1: 0.1 w
@@ -10020,7 +10022,7 @@
 - Expected: 25
 - Actual  : 26
 
-testTdf143311::TestBody finished in: 396ms
+testTdf143311::TestBody finished in: 418ms
 [_RUN_____] testListLabelPDFExport::TestBody
 private:factory/swriter:
 1: 0.1 w
@@ -10124,24 +10126,24 @@
 [CUT] sw_core_text
 [_RUN_____] (anonymous namespace)::testFloattableBadFlyPos::TestBody
 file://$(SOURCE_DIR)//sw/qa/core/text/data//floattable-bad-fly-pos.docx:
-(anonymous namespace)::testFloattableBadFlyPos::TestBody finished in: 634ms
+(anonymous namespace)::testFloattableBadFlyPos::TestBody finished in: 554ms
 [_RUN_____] (anonymous namespace)::testFloattableAvoidLastManipOfst::TestBody
 file://$(SOURCE_DIR)//sw/qa/core/text/data//floattable-avoid-last-manip-ofst.docx:
-(anonymous namespace)::testFloattableAvoidLastManipOfst::TestBody finished in: 286ms
+(anonymous namespace)::testFloattableAvoidLastManipOfst::TestBody finished in: 230ms
 [_RUN_____] (anonymous namespace)::testFloattableAvoidManipOfst::TestBody
 file://$(SOURCE_DIR)//sw/qa/core/text/data//floattable-avoid-manip-ofst.docx:
-(anonymous namespace)::testFloattableAvoidManipOfst::TestBody finished in: 237ms
+(anonymous namespace)::testFloattableAvoidManipOfst::TestBody finished in: 262ms
 [_RUN_____] (anonymous namespace)::testFloattableNegativeVertOffset::TestBody
 file://$(SOURCE_DIR)//sw/qa/core/text/data//floattable-negative-vert-offset.docx:
-(anonymous namespace)::testFloattableNegativeVertOffset::TestBody finished in: 58ms
+(anonymous namespace)::testFloattableNegativeVertOffset::TestBody finished in: 82ms
 [_RUN_____] (anonymous namespace)::testFloattableNegativeVertOffsetEmptyAnchor::TestBody
 file://$(SOURCE_DIR)//sw/qa/core/text/data//floattable-negative-vert-offset-empty.docx:
-(anonymous namespace)::testFloattableNegativeVertOffsetEmptyAnchor::TestBody finished in: 68ms
+(anonymous namespace)::testFloattableNegativeVertOffsetEmptyAnchor::TestBody finished in: 75ms
 [_RUN_____] (anonymous namespace)::testSplitFlyAnchorLeftMargin::TestBody
 file://$(SOURCE_DIR)//sw/qa/core/text/data//floattable-anchor-left-margin.docx:
-(anonymous namespace)::testSplitFlyAnchorLeftMargin::TestBody finished in: 86ms
+(anonymous namespace)::testSplitFlyAnchorLeftMargin::TestBody finished in: 63ms
 [_RUN_____] (anonymous namespace)::testContentControlHeaderPDFExport::TestBody
-/bin/sh: 27115: Memory fault(coredump)
+/bin/sh: 1862: Memory fault(coredump)
 
 It looks like $(@D)/workdir/LinkTarget/Executable/cppunittester generated $(@D)/workdir/CppunitTest/sw_core_text.test.core/core
 Backtraces:
@@ -10219,7 +10221,7 @@
 
 warning: could not convert 'mutex_t' from the host encoding (ISO-8859-1) to UTF-32.
 This normally should not happen, please file a bug report.
-Core was generated by `$(BUILD_DIR)/'.
+Core was generated by `$(COMPONENT_DIR)/bu'.
 Program terminated with signal SIGSEGV, Segmentation fault.
 The current thread has terminated
 /usr/gcc/13/lib/amd64/../../share/gcc-13.2.0/python/libstdcxx/v6/printers.py:1273: DeprecationWarning: invalid escape sequence \d
@@ -10250,7 +10252,7 @@
   m = re.match('.*\[(\d+)]$', str(self._elem_type))
 /usr/gcc/13/lib/amd64/../../share/gcc-13.2.0/python/libstdcxx/v6/xmethods.py:775: DeprecationWarning: invalid escape sequence \d
   if not re.match('^std::(__\d+::)?shared_ptr<.*>$', class_type.tag):
-/tmp/tmp.hHQJUjXztS:1: Error in sourced command file:
+/tmp/tmp.pwrbqzZMBE:1: Error in sourced command file:
 The current thread has terminated
 
 
@@ -10317,6 +10319,7 @@
 [DEP] LNK:CppunitTest/libtest_sw_core_accessibilitycheck.so.d
 [LNK] CppunitTest/libtest_sw_core_accessibilitycheck.so
 [CUT] sw_core_accessibilitycheck
+[CXX] sw/qa/core/layout/fly.cxx
 [CXX] sw/qa/core/layout/flycnt.cxx
 [CXX] sw/qa/core/layout/layact.cxx
 [CXX] sw/qa/core/layout/layout.cxx
@@ -10326,64 +10329,62 @@
 [DEP] LNK:CppunitTest/libtest_sw_core_layout.so.d
 [LNK] CppunitTest/libtest_sw_core_layout.so
 [CUT] sw_core_layout
-[_RUN_____] (anonymous namespace)::testSplitFlyInTableInSection::TestBody
+[_RUN_____] (anonymous namespace)::testSplitFlyNegativeHeight::TestBody
 
 
 Fatal exception: Signal 6
 Stack:
-$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_110printStackEi+0x3a [0x7ffece24589a]
-$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_121signalHandlerFunctionEiP7siginfoPv+0x139 [0x7ffece245a49]
+$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_110printStackEi+0x3a [0x7ffb631a589a]
+$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_121signalHandlerFunctionEiP7siginfoPv+0x139 [0x7ffb631a5a49]
 /lib/amd64/libc.so.1'__sighndlr+0x6 [0x7fffaf402326]
 /lib/amd64/libc.so.1'call_user_handler+0x1d1 [0x7fffaf3f4f01]
 /lib/amd64/libc.so.1'sigacthandler+0xee [0x7fffaf3f51fe]
 [0xffffffffffffffff]
 /lib/amd64/libc.so.1'raise+0x22 [0x7fffaf39b8a2]
 /lib/amd64/libc.so.1'abort+0x94 [0x7fffaf375124]
-$(@D)/instdir/program/libvcllo.so'_ZN3psp16PrintFontManager10SubstituteERN3vcl4font17FontSelectPatternERN3rtl8OUStringE.cold+0x291 [0x7ffecd383087]
-$(@D)/instdir/program/libvcllo.so'_ZNK12_GLOBAL__N_122FcPreMatchSubstitution18FindFontSubstituteERN3vcl4font17FontSelectPatternE+0x2d6 [0x7ffecd379e66]
-$(@D)/instdir/program/libvcllo.so'_ZNK3vcl4font22PhysicalFontCollection14FindFontFamilyERNS0_17FontSelectPatternE+0x5c0 [0x7ffecd236600]
-$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERNS1_17FontSelectPatternE+0x3c0 [0x7ffecd23cbb0]
-$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERKNS0_4FontERK4Sizefb+0xaa [0x7ffecd23d4ca]
-$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice11ImplNewFontEv+0x107 [0x7ffecce7c1a7]
-$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice13GetFontMetricEv+0x39 [0x7ffecce7e7a9]
-$(@D)/instdir/program/libswlo.so'_ZN8SwFntObj14GetFontLeadingEPK11SwViewShellRK12OutputDevice+0x108 [0x7ffebcce80a8]
-$(@D)/instdir/program/libswlo.so'_ZN9SwSubFont6ChgFntEPK11SwViewShellR12OutputDevice+0x7a [0x7ffebcd0fc3a]
-$(@D)/instdir/program/libswlo.so'_ZN6SwFont10ChgPhysFntEPK11SwViewShellR12OutputDevice+0x1be [0x7ffebcd0fe9e]
-$(@D)/instdir/program/libswlo.so'_ZN10SwAttrIter18SeekAndChgAttrIterEN4o3tl10strong_intIi18Tag_TextFrameIndexEEP12OutputDevice+0xc4 [0x7ffebcc35024]
-$(@D)/instdir/program/libswlo.so'_ZN15SwTextFormatter10CalcAscentER16SwTextFormatInfoP13SwLinePortion+0x131 [0x7ffebcc40b71]
-$(@D)/instdir/program/libswlo.so'_ZN15SwTextFormatter13BuildPortionsER16SwTextFormatInfo+0xf3e [0x7ffebcc484be]
-$(@D)/instdir/program/libswlo.so'_ZN15SwTextFormatter10FormatLineEN4o3tl10strong_intIi18Tag_TextFrameIndexEE+0x168 [0x7ffebcc48b28]
-$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame10FormatLineER15SwTextFormatterb+0xa3 [0x7ffebcc133c3]
-$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame7Format_ER15SwTextFormatterR16SwTextFormatInfob+0x53c [0x7ffebcc17cec]
-$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame10FormatImplEP12OutputDeviceP13SwParaPortionRSt6vectorIP16SwAnchoredObjectSaIS6_EE+0x2aa [0x7ffebcc18aaa]
-$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame6FormatEP12OutputDevicePK13SwBorderAttrs+0x8ad [0x7ffebcc19a0d]
-$(@D)/instdir/program/libswlo.so'_ZN14SwContentFrame7MakeAllEP12OutputDevice+0xd45 [0x7ffebcada935]
-$(@D)/instdir/program/libswlo.so'_ZN7SwFrame14OptPrepareMakeEv+0x10d [0x7ffebcad85cd]
-$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction13FormatContentEP11SwPageFrame+0x20a [0x7ffebcb2245a]
-$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction14InternalActionEP12OutputDevice+0x7af [0x7ffebcb25c0f]
-$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction6ActionEP12OutputDevice+0x8f [0x7ffebcb2629f]
-$(@D)/instdir/program/libswlo.so'_ZN11SwViewShell13ImplEndActionEb+0x409 [0x7ffebd0095a9]
-$(@D)/instdir/program/libswlo.so'_ZN13SwCursorShell9EndActionEb+0x148 [0x7ffebc7b0fa8]
-$(@D)/instdir/program/libswlo.so'_ZN6SwView16OuterResizePixelERK5PointRK4Size+0x3aa [0x7ffebd43d95a]
-$(@D)/instdir/program/libsfxlo.so'_ZN12SfxViewFrame20DoAdjustPosSizePixelEP12SfxViewShellRK5PointRK4Sizeb+0x4b [0x7ffecb279b4b]
-$(@D)/instdir/program/libsfxlo.so'_ZN12SfxViewFrame6ResizeEb+0xfe [0x7ffecb27af4e]
-$(@D)/instdir/program/libvcllo.so'_ZN3vcl6Window14ImplCallResizeEv+0x42 [0x7ffecccbb812]
-$(@D)/instdir/program/libvcllo.so'_ZN3vcl6Window4ShowEb9ShowFlags+0x248 [0x7ffeccd5b6b8]
-$(@D)/instdir/program/libsfxlo.so'_ZN17SfxBaseController20ConnectSfxFrame_ImplENS_15ConnectSfxFrameE+0xfa [0x7ffecb2654da]
-$(@D)/instdir/program/libsfxlo.so'_ZN17SfxBaseController11attachFrameERKN3com3sun4star3uno9ReferenceINS2_5frame6XFrameEEE+0x25c [0x7ffecb2667fc]
-$(@D)/instdir/program/libsfxlo.so'_ZN12_GLOBAL__N_119SfxFrameLoader_Impl4loadERKN3com3sun4star3uno8SequenceINS3_5beans13PropertyValueEEERKNS4_9ReferenceINS3_5frame6XFrameEEE+0xd26 [0x7ffecb243c56]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv16impl_loadContentEv+0x990 [0x7ffec9a174f0]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv5startEv+0x64 [0x7ffec9a1ac54]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv12startLoadingERKN3rtl8OUStringERKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEERKNS8_9ReferenceINS7_5frame6XFrameEEES4_i15LoadEnvFeatures+0x7c9 [0x7ffec9a1b479]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv20loadComponentFromURLERKN3com3sun4star3uno9ReferenceINS3_5frame16XComponentLoaderEEERKNS5_INS4_17XComponentContextEEERKN3rtl8OUStringESI_iRKNS4_8SequenceINS3_5beans13PropertyValueEEE+0x275 [0x7ffec9a1bbd5]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7Desktop20loadComponentFromURLERKN3rtl8OUStringES4_iRKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x1a0 [0x7ffec9a384a0]
-$(@D)/workdir/LinkTarget/Library/libunotest.so'_ZN7unotest10MacrosTest15loadFromDesktopERKN3rtl8OUStringES4_RKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x6a5 [0x7ffec6f05465]
-$(@D)/workdir/LinkTarget/Library/libsubsequenttest.so'_ZN10UnoApiTest4loadERKN3rtl8OUStringEPKc+0x258 [0x7ffec64390c8]
-$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase7loadURLERKN3rtl8OUStringEPKc+0x56 [0x7ffe988e3e86]
-$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase11createSwDocEPKcS1_+0x75 [0x7ffe988e49e5]
-$(@D)/workdir/LinkTarget/CppunitTest/libtest_sw_core_layout.so'_ZN12_GLOBAL__N_128testSplitFlyInTableInSection8TestBodyEv+0x3c [0x7ffe94c4791c]
+$(@D)/instdir/program/libvcllo.so'_ZN3psp16PrintFontManager10SubstituteERN3vcl4font17FontSelectPatternERN3rtl8OUStringE.cold+0x291 [0x7ffb622e2b17]
+$(@D)/instdir/program/libvcllo.so'_ZNK12_GLOBAL__N_122FcPreMatchSubstitution18FindFontSubstituteERN3vcl4font17FontSelectPatternE+0x2d6 [0x7ffb622d98f6]
+$(@D)/instdir/program/libvcllo.so'_ZNK3vcl4font22PhysicalFontCollection14FindFontFamilyERNS0_17FontSelectPatternE+0x5c0 [0x7ffb62195ff0]
+$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERNS1_17FontSelectPatternE+0x3c0 [0x7ffb6219c5a0]
+$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERKNS0_4FontERK4Sizefb+0xaa [0x7ffb6219ceba]
+$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice11ImplNewFontEv+0x107 [0x7ffb61ddc0a7]
+$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice13GetFontMetricEv+0x39 [0x7ffb61dde6a9]
+$(@D)/instdir/program/libswlo.so'_ZN8SwFntObj14GetFontLeadingEPK11SwViewShellRK12OutputDevice+0x108 [0x7ffb53f98b38]
+$(@D)/instdir/program/libswlo.so'_ZN9SwSubFont6ChgFntEPK11SwViewShellR12OutputDevice+0x7a [0x7ffb53fc06ca]
+$(@D)/instdir/program/libswlo.so'_ZN6SwFont10ChgPhysFntEPK11SwViewShellR12OutputDevice+0x1be [0x7ffb53fc092e]
+$(@D)/instdir/program/libswlo.so'_ZNK11SwTextFrame11EmptyHeightEv+0x19f [0x7ffb53f2986f]
+$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame11FormatEmptyEv+0x2f [0x7ffb53f29b4f]
+$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame6FormatEP12OutputDevicePK13SwBorderAttrs+0xd5 [0x7ffb53eca2e5]
+$(@D)/instdir/program/libswlo.so'_ZN14SwContentFrame7MakeAllEP12OutputDevice+0xd45 [0x7ffb53d8abf5]
+$(@D)/instdir/program/libswlo.so'_ZN7SwFrame11PrepareMakeEP12OutputDevice+0x16f [0x7ffb53d882cf]
+$(@D)/instdir/program/libswlo.so'_ZN15SwHeadFootFrame10FormatSizeElPK13SwBorderAttrs.part.0+0x1e1 [0x7ffb53dce761]
+$(@D)/instdir/program/libswlo.so'_ZN13SwLayoutFrame7MakeAllEP12OutputDevice+0x130 [0x7ffb53d89110]
+$(@D)/instdir/program/libswlo.so'_ZN7SwFrame11PrepareMakeEP12OutputDevice+0x16f [0x7ffb53d882cf]
+$(@D)/instdir/program/libswlo.so'_ZN11SwPageFrame11PreparePageEb+0x98 [0x7ffb53de5dd8]
+$(@D)/instdir/program/libswlo.so'_Z13InsertNewPageR10SwPageDescP7SwFramebbbbS2_b+0x119 [0x7ffb53dc26a9]
+$(@D)/instdir/program/libswlo.so'_ZN11SwRootFrame4InitEP13SwFrameFormat+0x20b [0x7ffb53ddf05b]
+$(@D)/instdir/program/libswlo.so'_ZN11SwViewShell4InitEPK12SwViewOption+0x47b [0x7ffb542c0fab]
+$(@D)/instdir/program/libswlo.so'_ZN11SwViewShellC1ER5SwDocPN3vcl6WindowEPK12SwViewOptionP12OutputDevicel+0x20d [0x7ffb542c19ad]
+$(@D)/instdir/program/libswlo.so'_ZN13SwCursorShellC2ER5SwDocPN3vcl6WindowEPK12SwViewOption+0x3f [0x7ffb53a5961f]
+$(@D)/instdir/program/libswlo.so'_ZN11SwEditShellC2ER5SwDocPN3vcl6WindowEPK12SwViewOption+0x2a [0x7ffb53ce73aa]
+$(@D)/instdir/program/libswlo.so'_ZN9SwFEShellC1ER5SwDocPN3vcl6WindowEPK12SwViewOption+0x15 [0x7ffb53d59825]
+$(@D)/instdir/program/libswlo.so'_ZN10SwWrtShellC1ER5SwDocPN3vcl6WindowER6SwViewPK12SwViewOption+0x37 [0x7ffb54839ac7]
+$(@D)/instdir/program/libswlo.so'_ZN6SwViewC2ER12SfxViewFrameP12SfxViewShell+0xf00 [0x7ffb546b75c0]
+$(@D)/instdir/program/libswlo.so'_ZN6SwView14CreateInstanceER12SfxViewFrameP12SfxViewShell+0x2e [0x7ffb546bc4ee]
+$(@D)/instdir/program/libsfxlo.so'_ZN12SfxBaseModel20createViewControllerERKN3rtl8OUStringERKN3com3sun4star3uno8SequenceINS6_5beans13PropertyValueEEERKNS7_9ReferenceINS6_5frame6XFrameEEE+0x191 [0x7ffb6049a841]
+$(@D)/instdir/program/libsfxlo.so'_ZN12_GLOBAL__N_119SfxFrameLoader_Impl4loadERKN3com3sun4star3uno8SequenceINS3_5beans13PropertyValueEEERKNS4_9ReferenceINS3_5frame6XFrameEEE+0xbf6 [0x7ffb60574256]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv16impl_loadContentEv+0x990 [0x7ffb5ed47850]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv5startEv+0x64 [0x7ffb5ed4afb4]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv12startLoadingERKN3rtl8OUStringERKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEERKNS8_9ReferenceINS7_5frame6XFrameEEES4_i15LoadEnvFeatures+0x7c9 [0x7ffb5ed4b7d9]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv20loadComponentFromURLERKN3com3sun4star3uno9ReferenceINS3_5frame16XComponentLoaderEEERKNS5_INS4_17XComponentContextEEERKN3rtl8OUStringESI_iRKNS4_8SequenceINS3_5beans13PropertyValueEEE+0x275 [0x7ffb5ed4bf35]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7Desktop20loadComponentFromURLERKN3rtl8OUStringES4_iRKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x1a0 [0x7ffb5ed68800]
+$(@D)/workdir/LinkTarget/Library/libunotest.so'_ZN7unotest10MacrosTest15loadFromDesktopERKN3rtl8OUStringES4_RKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x6c3 [0x7ffb5c2f56f3]
+$(@D)/workdir/LinkTarget/Library/libsubsequenttest.so'_ZN10UnoApiTest4loadERKN3rtl8OUStringEPKc+0x258 [0x7ffb5ba690e8]
+$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase7loadURLERKN3rtl8OUStringEPKc+0x56 [0x7ffb30643f86]
+$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase11createSwDocEPKcS1_+0x75 [0x7ffb30644b05]
+$(@D)/workdir/LinkTarget/CppunitTest/libtest_sw_core_layout.so'_ZN12_GLOBAL__N_126testSplitFlyNegativeHeight8TestBodyEv+0x35 [0x7ffb7bf0e395]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZNK7CppUnit21TestCaseMethodFunctorclEv+0x22 [0x7ffec7075842]
-$(@D)/workdir/LinkTarget/Library/unoexceptionprotector.so'_ZN12_GLOBAL__N_14Prot7protectERKN7CppUnit7FunctorERKNS1_16ProtectorContextE+0x31 [0x7ffec7022471]
+$(@D)/workdir/LinkTarget/Library/unoexceptionprotector.so'_ZN12_GLOBAL__N_14Prot7protectERKN7CppUnit7FunctorERKNS1_16ProtectorContextE+0x31 [0x7ffb5c412471]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZN7CppUnit16DefaultProtector7protectERKNS_7FunctorERKNS_16ProtectorContextE+0x23 [0x7ffec7069ae3]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZN7CppUnit14ProtectorChain7protectERKNS_7FunctorERKNS_16ProtectorContextE+0x317 [0x7ffec7071f87]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZN7CppUnit10TestResult7protectERKNS_7FunctorEPNS_4TestERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x62 [0x7ffec707e622]
@@ -10399,8 +10400,8 @@
 $(@D)/workdir/LinkTarget/Executable/cppunittester'main+0x13 [0x40be93]
 $(@D)/workdir/LinkTarget/Executable/cppunittester'_start_crt+0x87 [0x4064d7]
 $(@D)/workdir/LinkTarget/Executable/cppunittester'_start+0x18 [0x406438]
-file://$(SOURCE_DIR)//sw/qa/core/layout/data//floattable-in-inltbl-in-sect.docx:
-/bin/sh: 27512: Abort(coredump)
+file://$(SOURCE_DIR)//sw/qa/core/layout/data//floattable-negative-height.docx:
+/bin/sh: 2265: Abort(coredump)
 
 It looks like $(@D)/workdir/LinkTarget/Executable/cppunittester generated $(@D)/workdir/CppunitTest/sw_core_layout.test.core/core
 Backtraces:
@@ -10466,7 +10467,7 @@
 
 warning: could not convert 'mutex_t' from the host encoding (ISO-8859-1) to UTF-32.
 This normally should not happen, please file a bug report.
-Core was generated by `$(BUILD_DIR)/'.
+Core was generated by `$(COMPONENT_DIR)/bu'.
 Program terminated with signal SIGABRT, Aborted.
 The current thread has terminated
 /usr/gcc/13/lib/amd64/../../share/gcc-13.2.0/python/libstdcxx/v6/printers.py:1273: DeprecationWarning: invalid escape sequence \d
@@ -10497,7 +10498,7 @@
   m = re.match('.*\[(\d+)]$', str(self._elem_type))
 /usr/gcc/13/lib/amd64/../../share/gcc-13.2.0/python/libstdcxx/v6/xmethods.py:775: DeprecationWarning: invalid escape sequence \d
   if not re.match('^std::(__\d+::)?shared_ptr<.*>$', class_type.tag):
-/tmp/tmp.yvjZc3FoYY:1: Error in sourced command file:
+/tmp/tmp.9Z5lAr0cHN:1: Error in sourced command file:
 The current thread has terminated
 
 
@@ -10543,70 +10544,112 @@
 [DEP] LNK:CppunitTest/libtest_sw_core_objectpositioning.so.d
 [LNK] CppunitTest/libtest_sw_core_objectpositioning.so
 [CUT] sw_core_objectpositioning
-[_RUN_____] (anonymous namespace)::testFloatingTableFollowWrongPage::TestBody
-file://$(SOURCE_DIR)//sw/qa/core/objectpositioning/data//floattable-follow-on-wrong-page.odt:
-(anonymous namespace)::testFloatingTableFollowWrongPage::TestBody finished in: 549ms
-[_RUN_____] (anonymous namespace)::testFloatingTableVertOrientTop::TestBody
-file://$(SOURCE_DIR)//sw/qa/core/objectpositioning/data//floattable-vert-orient-top.odt:
-(anonymous namespace)::testFloatingTableVertOrientTop::TestBody finished in: 69ms
-[_RUN_____] (anonymous namespace)::testFloatingTableOverlapNever::TestBody
+[_RUN_____] (anonymous namespace)::testFloatingTableOverlapCell::TestBody
 
 
 Fatal exception: Signal 6
 Stack:
-$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_110printStackEi+0x3a [0x7ffece24589a]
-$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_121signalHandlerFunctionEiP7siginfoPv+0x139 [0x7ffece245a49]
+$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_110printStackEi+0x3a [0x7ffb631a589a]
+$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_121signalHandlerFunctionEiP7siginfoPv+0x139 [0x7ffb631a5a49]
 /lib/amd64/libc.so.1'__sighndlr+0x6 [0x7fffaf402326]
 /lib/amd64/libc.so.1'call_user_handler+0x1d1 [0x7fffaf3f4f01]
 /lib/amd64/libc.so.1'sigacthandler+0xee [0x7fffaf3f51fe]
 [0xffffffffffffffff]
 /lib/amd64/libc.so.1'raise+0x22 [0x7fffaf39b8a2]
 /lib/amd64/libc.so.1'abort+0x94 [0x7fffaf375124]
-$(@D)/instdir/program/libvcllo.so'_ZN3psp16PrintFontManager10SubstituteERN3vcl4font17FontSelectPatternERN3rtl8OUStringE.cold+0x291 [0x7ffecd383087]
-$(@D)/instdir/program/libvcllo.so'_ZNK12_GLOBAL__N_122FcPreMatchSubstitution18FindFontSubstituteERN3vcl4font17FontSelectPatternE+0x2d6 [0x7ffecd379e66]
-$(@D)/instdir/program/libvcllo.so'_ZNK3vcl4font22PhysicalFontCollection14FindFontFamilyERNS0_17FontSelectPatternE+0x5c0 [0x7ffecd236600]
-$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERNS1_17FontSelectPatternE+0x3c0 [0x7ffecd23cbb0]
-$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERKNS0_4FontERK4Sizefb+0xaa [0x7ffecd23d4ca]
-$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice11ImplNewFontEv+0x107 [0x7ffecce7c1a7]
-$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice13GetFontMetricEv+0x39 [0x7ffecce7e7a9]
-$(@D)/instdir/program/libswlo.so'_ZN8SwFntObj14GetFontLeadingEPK11SwViewShellRK12OutputDevice+0x108 [0x7ffebcce80a8]
-$(@D)/instdir/program/libswlo.so'_ZN9SwSubFont6ChgFntEPK11SwViewShellR12OutputDevice+0x7a [0x7ffebcd0fc3a]
-$(@D)/instdir/program/libswlo.so'_ZN6SwFont10ChgPhysFntEPK11SwViewShellR12OutputDevice+0x1be [0x7ffebcd0fe9e]
-$(@D)/instdir/program/libswlo.so'_ZN10SwAttrIter18SeekAndChgAttrIterEN4o3tl10strong_intIi18Tag_TextFrameIndexEEP12OutputDevice+0xc4 [0x7ffebcc35024]
-$(@D)/instdir/program/libswlo.so'_ZN15SwTextFormatter10CalcAscentER16SwTextFormatInfoP13SwLinePortion+0x131 [0x7ffebcc40b71]
-$(@D)/instdir/program/libswlo.so'_ZN15SwTextFormatter13BuildPortionsER16SwTextFormatInfo+0xf3e [0x7ffebcc484be]
-$(@D)/instdir/program/libswlo.so'_ZN15SwTextFormatter10FormatLineEN4o3tl10strong_intIi18Tag_TextFrameIndexEE+0x168 [0x7ffebcc48b28]
-$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame10FormatLineER15SwTextFormatterb+0xa3 [0x7ffebcc133c3]
-$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame7Format_ER15SwTextFormatterR16SwTextFormatInfob+0x53c [0x7ffebcc17cec]
-$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame10FormatImplEP12OutputDeviceP13SwParaPortionRSt6vectorIP16SwAnchoredObjectSaIS6_EE+0x2aa [0x7ffebcc18aaa]
-$(@D)/instdir/program/libswlo.so'_ZN11SwTextFrame6FormatEP12OutputDevicePK13SwBorderAttrs+0x8ad [0x7ffebcc19a0d]
-$(@D)/instdir/program/libswlo.so'_ZN14SwContentFrame7MakeAllEP12OutputDevice+0xd45 [0x7ffebcada935]
-$(@D)/instdir/program/libswlo.so'_ZN7SwFrame14OptPrepareMakeEv+0x10d [0x7ffebcad85cd]
-$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction13FormatContentEP11SwPageFrame+0x20a [0x7ffebcb2245a]
-$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction14InternalActionEP12OutputDevice+0x7af [0x7ffebcb25c0f]
-$(@D)/instdir/program/libswlo.so'_ZN11SwLayAction6ActionEP12OutputDevice+0x8f [0x7ffebcb2629f]
-$(@D)/instdir/program/libswlo.so'_ZN11SwViewShell13ImplEndActionEb+0x409 [0x7ffebd0095a9]
-$(@D)/instdir/program/libswlo.so'_ZN13SwCursorShell9EndActionEb+0x148 [0x7ffebc7b0fa8]
-$(@D)/instdir/program/libswlo.so'_ZN6SwView16OuterResizePixelERK5PointRK4Size+0x3aa [0x7ffebd43d95a]
-$(@D)/instdir/program/libsfxlo.so'_ZN12SfxViewFrame20DoAdjustPosSizePixelEP12SfxViewShellRK5PointRK4Sizeb+0x4b [0x7ffecb279b4b]
-$(@D)/instdir/program/libsfxlo.so'_ZN12SfxViewFrame6ResizeEb+0xfe [0x7ffecb27af4e]
-$(@D)/instdir/program/libvcllo.so'_ZN3vcl6Window14ImplCallResizeEv+0x42 [0x7ffecccbb812]
-$(@D)/instdir/program/libvcllo.so'_ZN3vcl6Window4ShowEb9ShowFlags+0x248 [0x7ffeccd5b6b8]
-$(@D)/instdir/program/libsfxlo.so'_ZN17SfxBaseController20ConnectSfxFrame_ImplENS_15ConnectSfxFrameE+0xfa [0x7ffecb2654da]
-$(@D)/instdir/program/libsfxlo.so'_ZN17SfxBaseController11attachFrameERKN3com3sun4star3uno9ReferenceINS2_5frame6XFrameEEE+0x25c [0x7ffecb2667fc]
-$(@D)/instdir/program/libsfxlo.so'_ZN12_GLOBAL__N_119SfxFrameLoader_Impl4loadERKN3com3sun4star3uno8SequenceINS3_5beans13PropertyValueEEERKNS4_9ReferenceINS3_5frame6XFrameEEE+0xd26 [0x7ffecb243c56]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv16impl_loadContentEv+0x990 [0x7ffec9a174f0]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv5startEv+0x64 [0x7ffec9a1ac54]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv12startLoadingERKN3rtl8OUStringERKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEERKNS8_9ReferenceINS7_5frame6XFrameEEES4_i15LoadEnvFeatures+0x7c9 [0x7ffec9a1b479]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv20loadComponentFromURLERKN3com3sun4star3uno9ReferenceINS3_5frame16XComponentLoaderEEERKNS5_INS4_17XComponentContextEEERKN3rtl8OUStringESI_iRKNS4_8SequenceINS3_5beans13PropertyValueEEE+0x275 [0x7ffec9a1bbd5]
-$(@D)/instdir/program/libfwklo.so'_ZN9framework7Desktop20loadComponentFromURLERKN3rtl8OUStringES4_iRKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x1a0 [0x7ffec9a384a0]
-$(@D)/workdir/LinkTarget/Library/libunotest.so'_ZN7unotest10MacrosTest15loadFromDesktopERKN3rtl8OUStringES4_RKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x6a5 [0x7ffec6f05465]
-$(@D)/workdir/LinkTarget/Library/libsubsequenttest.so'_ZN10UnoApiTest4loadERKN3rtl8OUStringEPKc+0x258 [0x7ffec64390c8]
-$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase7loadURLERKN3rtl8OUStringEPKc+0x56 [0x7ffe988e3e86]
-$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase11createSwDocEPKcS1_+0x75 [0x7ffe988e49e5]
-$(@D)/workdir/LinkTarget/CppunitTest/libtest_sw_core_objectpositioning.so'_ZN12_GLOBAL__N_129testFloatingTableOverlapNever8TestBodyEv+0x35 [0x7ffe94a7b055]
+$(@D)/instdir/program/libvcllo.so'_ZN3psp16PrintFontManager10SubstituteERN3vcl4font17FontSelectPatternERN3rtl8OUStringE.cold+0x291 [0x7ffb622e2b17]
+$(@D)/instdir/program/libvcllo.so'_ZNK12_GLOBAL__N_122FcPreMatchSubstitution18FindFontSubstituteERN3vcl4font17FontSelectPatternE+0x2d6 [0x7ffb622d98f6]
+$(@D)/instdir/program/libvcllo.so'_ZNK3vcl4font22PhysicalFontCollection14FindFontFamilyERNS0_17FontSelectPatternE+0x5c0 [0x7ffb62195ff0]
+$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERNS1_17FontSelectPatternE+0x3c0 [0x7ffb6219c5a0]
+$(@D)/instdir/program/libvcllo.so'_ZN13ImplFontCache15GetFontInstanceEPKN3vcl4font22PhysicalFontCollectionERKNS0_4FontERK4Sizefb+0xaa [0x7ffb6219ceba]
+$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice11ImplNewFontEv+0x107 [0x7ffb61ddc0a7]
+$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice8InitFontEv+0x13 [0x7ffb61ddbd73]
+$(@D)/instdir/program/libvcllo.so'_ZNK12OutputDevice13GetTextHeightEv+0x11 [0x7ffb61de14a1]
+$(@D)/instdir/program/libeditenglo.so'_ZNK7SvxFont16QuickGetTextSizeEPK12OutputDeviceRKN3rtl8OUStringEiiP9KernArray+0x155 [0x7ffb5d603605]
+$(@D)/instdir/program/libeditenglo.so'_ZN13ImpEditEngine11CreateLinesEij+0x1412 [0x7ffb5d5ae452]
+$(@D)/instdir/program/libeditenglo.so'_ZN13ImpEditEngine9FormatDocEv+0x487 [0x7ffb5d5b12b7]
+$(@D)/instdir/program/libeditenglo.so'_ZN13ImpEditEngine15FormatAndLayoutEP8EditViewb.part.0+0x6d [0x7ffb5d5b162d]
+$(@D)/instdir/program/libeditenglo.so'_ZN13ImpEditEngine15SetUpdateLayoutEbP8EditViewb+0x60 [0x7ffb5d5b17b0]
+$(@D)/instdir/program/libeditenglo.so'_ZN10EditEngine15SetUpdateLayoutEbb+0x23 [0x7ffb5d54df23]
+$(@D)/instdir/program/libsvxcorelo.so'_ZNK10SdrTextObj29AdjustTextFrameWidthAndHeightERN5tools9RectangleEbb+0x6ec [0x7ffb5e2dba0c]
+$(@D)/instdir/program/libsvxcorelo.so'_ZN10SdrTextObj32NbcAdjustTextFrameWidthAndHeightEbb+0x4f [0x7ffb5e2dbb6f]
+$(@D)/instdir/program/libsvxcorelo.so'_ZN10SdrTextObj31NbcSetOutlinerParaObjectForTextESt8optionalI18OutlinerParaObjectEP7SdrText+0x169 [0x7ffb5e2c62c9]
+$(@D)/instdir/program/libsvxcorelo.so'_ZN3sdr10properties14TextProperties14ItemSetChangedEN4o3tl4spanIKPK11SfxPoolItemEEt+0x2bd [0x7ffb5e1ab73d]
+$(@D)/instdir/program/libsvxcorelo.so'_ZN3sdr10properties19RectangleProperties14ItemSetChangedEN4o3tl4spanIKPK11SfxPoolItemEEt+0x35 [0x7ffb5e1a80c5]
+$(@D)/instdir/program/libsvxcorelo.so'_ZN3sdr10properties17DefaultProperties16SetObjectItemSetERK10SfxItemSet+0x365 [0x7ffb5e1aa885]
+$(@D)/instdir/program/libsvxcorelo.so'_ZN3sdr10properties14BaseProperties28SetMergedItemSetAndBroadcastERK10SfxItemSetb+0x6a [0x7ffb5e1a8afa]
+$(@D)/instdir/program/libsvxcorelo.so'_ZN8SvxShape17setPropertyValuesERKN3com3sun4star3uno8SequenceIN3rtl8OUStringEEERKNS4_INS3_3AnyEEE+0xd0 [0x7ffb5e4e1040]
+$(@D)/instdir/program/libchartcorelo.so'_ZN5chart14PropertyMapper18setMultiPropertiesERKN3com3sun4star3uno8SequenceIN3rtl8OUStringEEERKNS5_INS4_3AnyEEER8SvxShape+0x19 [0x7ffb508fd629]
+$(@D)/instdir/program/libchartcorelo.so'_ZN5chart12ShapeFactory10createTextERKN3rtl9ReferenceI17SvxShapeGroupAnyDEERKNS1_8OUStringERKN3com3sun4star3uno8SequenceIS7_EERKNSE_INSD_3AnyEEERKSI_+0xd1 [0x7ffb50918271]
+$(@D)/instdir/program/libchartcorelo.so'_ZN5chart12_GLOBAL__N_120lcl_createTextShapesERKSt6vectorINS_15ViewLegendEntryESaIS2_EERKN3rtl9ReferenceI17SvxShapeGroupAnyDEERS1_INS8_I12SvxShapeTextEESaISE_EERKSt4pairIN3com3sun4star3uno8SequenceINS7_8OUStringEEENSN_INSM_3AnyEEEE.constprop.0+0x116 [0x7ffb5092efa6]
+$(@D)/instdir/program/libchartcorelo.so'_ZN5chart7VLegend12createShapesERKN3com3sun4star3awt4SizeES7_RS5_+0xe9c [0x7ffb5093008c]
+$(@D)/instdir/program/libchartcorelo.so'_ZN5chart9ChartView14createShapes2DERKN3com3sun4star3awt4SizeE+0x114e [0x7ffb508dc29e]
+$(@D)/instdir/program/libchartcorelo.so'_ZN5chart9ChartView12createShapesEv+0x133 [0x7ffb508de0f3]
+$(@D)/instdir/program/libchartcorelo.so'_ZN5chart9ChartView15impl_updateViewEb+0x109 [0x7ffb508de3c9]
+$(@D)/instdir/program/libchartcorelo.so'_ZN5chart9ChartView24getExplicitValuesForAxisEN3rtl9ReferenceINS_4AxisEEERNS_17ExplicitScaleDataERNS_21ExplicitIncrementDataE+0x53 [0x7ffb508de503]
+$(@D)/instdir/program/libchartcontrollerlo.so'_ZN5chart7wrapper18Chart2ModelContact24getExplicitValuesForAxisERKN3rtl9ReferenceINS_4AxisEEERNS_17ExplicitScaleDataERNS_21ExplicitIncrementDataE+0x67 [0x7ffb503c1b27]
+$(@D)/instdir/program/libchartcontrollerlo.so'_ZNK5chart7wrapper20WrappedScaleProperty16getPropertyValueENS1_14tScalePropertyERKN3com3sun4star3uno9ReferenceINS5_5beans12XPropertySetEEE+0x66c [0x7ffb50440f4c]
+$(@D)/instdir/program/libchartcontrollerlo.so'_ZNK5chart7wrapper20WrappedScaleProperty16getPropertyValueERKN3com3sun4star3uno9ReferenceINS4_5beans12XPropertySetEEE+0x2a [0x7ffb504414ca]
+$(@D)/instdir/program/libchartcorelo.so'_ZNK5chart15WrappedProperty16getPropertyStateERKN3com3sun4star3uno9ReferenceINS3_5beans14XPropertyStateEEE+0xb5 [0x7ffb50b162f5]
+$(@D)/instdir/program/libchartcorelo.so'_ZN5chart18WrappedPropertySet16getPropertyStateERKN3rtl8OUStringE+0x58 [0x7ffb50b18188]
+$(@D)/instdir/program/libchartcorelo.so'_ZN5chart18WrappedPropertySet17getPropertyStatesERKN3com3sun4star3uno8SequenceIN3rtl8OUStringEEE+0x136 [0x7ffb50b18e46]
+$(@D)/instdir/program/libxolo.so'_ZN12_GLOBAL__N_125FilterPropertiesInfo_Impl22FillPropertyStateArrayERSt6vectorI16XMLPropertyStateSaIS2_EERKN3com3sun4star3uno9ReferenceINS8_5beans12XPropertySetEEERKN3rtl9ReferenceI20XMLPropertySetMapperEEb+0x182a [0x7ffb5d1100ca]
+$(@D)/instdir/program/libxolo.so'_ZNK25SvXMLExportPropertyMapper7Filter_ERK11SvXMLExportRKN3com3sun4star3uno9ReferenceINS5_5beans12XPropertySetEEEbb+0xc3d [0x7ffb5d111d7d]
+$(@D)/instdir/program/libxolo.so'_ZNK25SvXMLExportPropertyMapper6FilterERK11SvXMLExportRKN3com3sun4star3uno9ReferenceINS5_5beans12XPropertySetEEEb+0x2b [0x7ffb5d11362b]
+$(@D)/instdir/program/libxolo.so'_ZN23SchXMLExportHelper_Impl10exportAxisEN6xmloff5token12XMLTokenEnumES2_RKN3com3sun4star3uno9ReferenceINS5_5beans12XPropertySetEEERKNS7_INS5_6chart25XAxisEEERKN3rtl8OUStringEbbbbSt17basic_string_viewIDsSt11char_traitsIDsEE+0x137 [0x7ffb5ce60087]
+$(@D)/instdir/program/libxolo.so'_ZN23SchXMLExportHelper_Impl10exportAxesERKN3com3sun4star3uno9ReferenceINS2_5chart8XDiagramEEERKNS4_INS2_6chart28XDiagramEEEb+0x121d [0x7ffb5ce6ea3d]
+$(@D)/instdir/program/libxolo.so'_ZN23SchXMLExportHelper_Impl14exportPlotAreaERKN3com3sun4star3uno9ReferenceINS2_5chart8XDiagramEEERKNS4_INS2_6chart28XDiagramEEERKNS2_3awt4SizeEbb+0x582 [0x7ffb5ce70322]
+$(@D)/instdir/program/libxolo.so'_ZN23SchXMLExportHelper_Impl13parseDocumentERKN3com3sun4star3uno9ReferenceINS2_5chart14XChartDocumentEEEbb+0x1595 [0x7ffb5ce75c75]
+$(@D)/instdir/program/libxolo.so'_ZN12SchXMLExport17ExportAutoStyles_Ev+0x1bf [0x7ffb5ce788ff]
+$(@D)/instdir/program/libxolo.so'_ZN11SvXMLExport20ImplExportAutoStylesEv+0x26b [0x7ffb5cf1412b]
+$(@D)/instdir/program/libxolo.so'_ZN11SvXMLExport9exportDocEN6xmloff5token12XMLTokenEnumE+0x330 [0x7ffb5cf157f0]
+$(@D)/instdir/program/libxolo.so'_ZN12SchXMLExport9exportDocEN6xmloff5token12XMLTokenEnumE+0xc5 [0x7ffb5ce78595]
+$(@D)/instdir/program/libxolo.so'_ZN11SvXMLExport6filterERKN3com3sun4star3uno8SequenceINS2_5beans13PropertyValueEEE+0x9f [0x7ffb5cf1240f]
+$(@D)/instdir/program/libchartcorelo.so'_ZN5chart9XMLFilter17impl_ExportStreamERKN3rtl8OUStringES4_RKN3com3sun4star3uno9ReferenceINS7_5embed8XStorageEEERKNS9_INS7_3xml3sax7XWriterEEERKNS9_INS7_4lang20XMultiServiceFactoryEEERKNS8_8SequenceINS8_3AnyEEE+0x685 [0x7ffb5093f745]
+$(@D)/instdir/program/libchartcorelo.so'_ZN5chart9XMLFilter11impl_ExportERKN3com3sun4star3uno9ReferenceINS3_4lang10XComponentEEERKNS4_8SequenceINS3_5beans13PropertyValueEEE+0xcfe [0x7ffb509404de]
+$(@D)/instdir/program/libchartcorelo.so'_ZThn40_N5chart9XMLFilter6filterERKN3com3sun4star3uno8SequenceINS3_5beans13PropertyValueEEE+0x42 [0x7ffb50941992]
+$(@D)/instdir/program/libchartcorelo.so'_ZN5chart10ChartModel10impl_storeERKN3com3sun4star3uno8SequenceINS3_5beans13PropertyValueEEERKNS4_9ReferenceINS3_5embed8XStorageEEE+0xfe [0x7ffb5097bfee]
+$(@D)/instdir/program/libembobj.so'_ZN21OCommonEmbeddedObject22StoreDocToStorage_ImplERKN3com3sun4star3uno9ReferenceINS2_5embed8XStorageEEERKNS3_8SequenceINS2_5beans13PropertyValueEEESF_iRKN3rtl8OUStringEb+0x663 [0x7ffb50ebf083]
+$(@D)/instdir/program/libembobj.so'_ZN21OCommonEmbeddedObject12storeAsEntryERKN3com3sun4star3uno9ReferenceINS2_5embed8XStorageEEERKN3rtl8OUStringERKNS3_8SequenceINS2_5beans13PropertyValueEEESJ_+0x4a1 [0x7ffb50ec5021]
+$(@D)/instdir/program/libcomphelper.so'_ZN10comphelper23EmbeddedObjectContainer19StoreEmbeddedObjectERKN3com3sun4star3uno9ReferenceINS3_5embed15XEmbeddedObjectEEERN3rtl8OUStringEbRKSC_SF_+0x16e [0x7ffb6298bbae]
+$(@D)/instdir/program/libcomphelper.so'_ZN10comphelper23EmbeddedObjectContainer20InsertEmbeddedObjectERKN3com3sun4star3uno9ReferenceINS3_5embed15XEmbeddedObjectEEERN3rtl8OUStringE+0x68 [0x7ffb62990168]
+$(@D)/instdir/program/libswlo.so'_ZN8SwOLEObj7SetNodeEP9SwOLENode+0x115 [0x7ffb53e715d5]
+$(@D)/instdir/program/libswlo.so'_ZN9SwOLENodeC2ER6SwNodeRKN3svt17EmbeddedObjectRefEP15SwGrfFormatCollPK9SwAttrSet+0x95 [0x7ffb53e76c75]
+$(@D)/instdir/program/libswlo.so'_ZN7SwNodes11MakeOLENodeER6SwNodeRKN3svt17EmbeddedObjectRefEP15SwGrfFormatColl+0x4e [0x7ffb53e76cde]
+$(@D)/instdir/program/libswlo.so'_ZN2sw32DocumentContentOperationsManager15InsertEmbObjectERK5SwPaMRKN3svt17EmbeddedObjectRefEP10SfxItemSet+0xc4 [0x7ffb53b74fe4]
+$(@D)/instdir/program/libswlo.so'_ZN8SwXFrame13attachToRangeERKN3com3sun4star3uno9ReferenceINS2_4text10XTextRangeEEEPK5SwPaM+0x14f6 [0x7ffb540ec896]
+$(@D)/instdir/program/libswlo.so'_ZN8SwXFrame6attachERKN3com3sun4star3uno9ReferenceINS2_4text10XTextRangeEEE+0x1ed [0x7ffb540ede7d]
+$(@D)/instdir/program/libswlo.so'_ZN7SwXText17insertTextContentERKN3com3sun4star3uno9ReferenceINS2_4text10XTextRangeEEERKNS4_INS5_12XTextContentEEEh+0x36f [0x7ffb54295b2f]
+$(@D)/instdir/program/libswlo.so'_ZN7SwXText31insertTextContentWithPropertiesERKN3com3sun4star3uno9ReferenceINS2_4text12XTextContentEEERKNS3_8SequenceINS2_5beans13PropertyValueEEERKNS4_INS5_10XTextRangeEEE+0x150 [0x7ffb54296440]
+$(@D)/instdir/program/libswlo.so'_ZThn40_N7SwXText17appendTextContentERKN3com3sun4star3uno9ReferenceINS2_4text12XTextContentEEERKNS3_8SequenceINS2_5beans13PropertyValueEEE+0x63 [0x7ffb5428bb93]
+$(@D)/instdir/program/libwriterfilterlo.so'_ZN12writerfilter7dmapper17DomainMapper_Impl17appendTextContentERKN3com3sun4star3uno9ReferenceINS4_4text12XTextContentEEERKNS5_8SequenceINS4_5beans13PropertyValueEEE+0x1ed [0x7ffb4ffad7cd]
+$(@D)/instdir/program/libwriterfilterlo.so'_ZN12writerfilter7dmapper17DomainMapper_Impl16PushShapeContextERKN3com3sun4star3uno9ReferenceINS4_7drawing6XShapeEEE+0x7e2 [0x7ffb4ffd4c12]
+$(@D)/instdir/program/libwriterfilterlo.so'_ZN12writerfilter7dmapper12DomainMapper14lcl_startShapeERKN3com3sun4star3uno9ReferenceINS4_7drawing6XShapeEEE+0x7c [0x7ffb4ff5f34c]
+$(@D)/instdir/program/libwriterfilterlo.so'_ZN12writerfilter5ooxml28OOXMLFastContextHandlerShape9sendShapeEi+0x191 [0x7ffb500f2a91]
+$(@D)/instdir/program/libwriterfilterlo.so'_ZN12writerfilter5ooxml28OOXMLFastContextHandlerShape18lcl_endFastElementEi+0x33 [0x7ffb500f99c3]
+$(@D)/instdir/program/libsaxlo.so'_ZN12_GLOBAL__N_16Entity10endElementEv+0x4a [0x7ffb62b86dba]
+/usr/lib/amd64/libxml2.so.2.10.4'xmlParseTryOrFinish.isra.0+0x1343 [0x7fffaee080d3]
+/usr/lib/amd64/libxml2.so.2.10.4'xmlParseChunk+0x1fb [0x7fffaee08b1b]
+$(@D)/instdir/program/libsaxlo.so'_ZN14sax_fastparser17FastSaxParserImpl5parseEv+0xd7 [0x7ffb62b889b7]
+$(@D)/instdir/program/libsaxlo.so'_ZN14sax_fastparser17FastSaxParserImpl11parseStreamERKN3com3sun4star3xml3sax11InputSourceE+0x43d [0x7ffb62b8be0d]
+$(@D)/instdir/program/libwriterfilterlo.so'_ZN12writerfilter5ooxml17OOXMLDocumentImpl7resolveERNS_6StreamE+0x8eb [0x7ffb500e58bb]
+$(@D)/instdir/program/libwriterfilterlo.so'_ZN12_GLOBAL__N_112WriterFilter6filterERKN3com3sun4star3uno8SequenceINS3_5beans13PropertyValueEEE+0xab3 [0x7ffb500dacd3]
+$(@D)/instdir/program/libsfxlo.so'_ZN14SfxObjectShell10ImportFromER9SfxMediumRKN3com3sun4star3uno9ReferenceINS4_4text10XTextRangeEEE+0xd65 [0x7ffb6044fd65]
+$(@D)/instdir/program/libsfxlo.so'_ZN14SfxObjectShell6DoLoadEP9SfxMedium+0x147b [0x7ffb604533cb]
+$(@D)/instdir/program/libsfxlo.so'_ZN12SfxBaseModel4loadERKN3com3sun4star3uno8SequenceINS2_5beans13PropertyValueEEE+0x2a4 [0x7ffb6049ffc4]
+$(@D)/instdir/program/libsfxlo.so'_ZN12_GLOBAL__N_119SfxFrameLoader_Impl4loadERKN3com3sun4star3uno8SequenceINS3_5beans13PropertyValueEEERKNS4_9ReferenceINS3_5frame6XFrameEEE+0x17d0 [0x7ffb60574e30]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv16impl_loadContentEv+0x990 [0x7ffb5ed47850]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv5startEv+0x64 [0x7ffb5ed4afb4]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv12startLoadingERKN3rtl8OUStringERKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEERKNS8_9ReferenceINS7_5frame6XFrameEEES4_i15LoadEnvFeatures+0x7c9 [0x7ffb5ed4b7d9]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7LoadEnv20loadComponentFromURLERKN3com3sun4star3uno9ReferenceINS3_5frame16XComponentLoaderEEERKNS5_INS4_17XComponentContextEEERKN3rtl8OUStringESI_iRKNS4_8SequenceINS3_5beans13PropertyValueEEE+0x275 [0x7ffb5ed4bf35]
+$(@D)/instdir/program/libfwklo.so'_ZN9framework7Desktop20loadComponentFromURLERKN3rtl8OUStringES4_iRKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x1a0 [0x7ffb5ed68800]
+$(@D)/workdir/LinkTarget/Library/libunotest.so'_ZN7unotest10MacrosTest15loadFromDesktopERKN3rtl8OUStringES4_RKN3com3sun4star3uno8SequenceINS7_5beans13PropertyValueEEE+0x6c3 [0x7ffb5c2f56f3]
+$(@D)/workdir/LinkTarget/Library/libsubsequenttest.so'_ZN10UnoApiTest4loadERKN3rtl8OUStringEPKc+0x258 [0x7ffb5ba690e8]
+$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase7loadURLERKN3rtl8OUStringEPKc+0x56 [0x7ffb30643f86]
+$(@D)/workdir/LinkTarget/Library/libswqahelper.so'_ZN15SwModelTestBase11createSwDocEPKcS1_+0x75 [0x7ffb30644b05]
+$(@D)/workdir/LinkTarget/CppunitTest/libtest_sw_core_objectpositioning.so'_ZN12_GLOBAL__N_128testFloatingTableOverlapCell8TestBodyEv+0x3c [0x7ffb7bd4c81c]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZNK7CppUnit21TestCaseMethodFunctorclEv+0x22 [0x7ffec7075842]
-$(@D)/workdir/LinkTarget/Library/unoexceptionprotector.so'_ZN12_GLOBAL__N_14Prot7protectERKN7CppUnit7FunctorERKNS1_16ProtectorContextE+0x31 [0x7ffec7022471]
+$(@D)/workdir/LinkTarget/Library/unoexceptionprotector.so'_ZN12_GLOBAL__N_14Prot7protectERKN7CppUnit7FunctorERKNS1_16ProtectorContextE+0x31 [0x7ffb5c412471]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZN7CppUnit16DefaultProtector7protectERKNS_7FunctorERKNS_16ProtectorContextE+0x23 [0x7ffec7069ae3]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZN7CppUnit14ProtectorChain7protectERKNS_7FunctorERKNS_16ProtectorContextE+0x317 [0x7ffec7071f87]
 /usr/lib/amd64/libcppunit-1.15.so.1.0.0'_ZN7CppUnit10TestResult7protectERKNS_7FunctorEPNS_4TestERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x62 [0x7ffec707e622]
@@ -10622,79 +10665,130 @@
 $(@D)/workdir/LinkTarget/Executable/cppunittester'main+0x13 [0x40be93]
 $(@D)/workdir/LinkTarget/Executable/cppunittester'_start_crt+0x87 [0x4064d7]
 $(@D)/workdir/LinkTarget/Executable/cppunittester'_start+0x18 [0x406438]
-file://$(SOURCE_DIR)//sw/qa/core/objectpositioning/data//floattable-tbl-overlap.docx:
-/bin/sh: 27693: Abort(coredump)
+file://$(SOURCE_DIR)//sw/qa/core/objectpositioning/data//floattable-overlap-cell.docx:
+/bin/sh: 2446: Abort(coredump)
 
 It looks like $(@D)/workdir/LinkTarget/Executable/cppunittester generated $(@D)/workdir/CppunitTest/sw_core_objectpositioning.test.core/core
 Backtraces:
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
+[New LWP 4]
 [New LWP 1]
-[New LWP 1]
-[New LWP 1]
-[New LWP 1]
-[New LWP 1]
+[New LWP 4]
 [Thread debugging using libthread_db enabled]
 [New Thread 1 (LWP 1)]
+[New Thread 4          ]
 
 warning: Loadable section ".note.gnu.property" outside of ELF segments
   in /lib/64/libcrypto.so.3
 
 warning: could not convert 'mutex_t' from the host encoding (ISO-8859-1) to UTF-32.
 This normally should not happen, please file a bug report.
-Core was generated by `$(BUILD_DIR)/'.
-Program terminated with signal SIGABRT, Aborted.
+Core was generated by `$(COMPONENT_DIR)/bu'.
+Program terminated with signal SIGKILL, Killed.
 The current thread has terminated
 /usr/gcc/13/lib/amd64/../../share/gcc-13.2.0/python/libstdcxx/v6/printers.py:1273: DeprecationWarning: invalid escape sequence \d
   self.typename = re.sub('^std::experimental::fundamentals_v\d::', 'std::experimental::', self.typename, 1)
@@ -10724,7 +10818,7 @@
   m = re.match('.*\[(\d+)]$', str(self._elem_type))
 /usr/gcc/13/lib/amd64/../../share/gcc-13.2.0/python/libstdcxx/v6/xmethods.py:775: DeprecationWarning: invalid escape sequence \d
   if not re.match('^std::(__\d+::)?shared_ptr<.*>$', class_type.tag):
-/tmp/tmp.1VlESSa3gL:1: Error in sourced command file:
+/tmp/tmp.xoB23VMecQ:1: Error in sourced command file:
 The current thread has terminated
 
 
@@ -11486,8 +11580,8 @@
 
 Fatal exception: Signal 6
 Stack:
-$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_110printStackEi+0x3a [0x7ffece24589a]
-$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_121signalHandlerFunctionEiP7siginfoPv+0x139 [0x7ffece245a49]
+$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_110printStackEi+0x3a [0x7ffb631a589a]
+$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_121signalHandlerFunctionEiP7siginfoPv+0x139 [0x7ffb631a5a49]
 /lib/amd64/libc.so.1'__sighndlr+0x6 [0x7fffaf402326]
 /lib/amd64/libc.so.1'call_user_handler+0x1d1 [0x7fffaf3f4f01]
 /lib/amd64/libc.so.1'sigacthandler+0xee [0x7fffaf3f51fe]
@@ -11496,119 +11590,119 @@
 /lib/amd64/libc.so.1'_sigprocmask+0x2c [0x7fffaf3f59dc]
 /lib/amd64/libc.so.1'_sigrelse+0x56 [0x7fffaf3ddaa6]
 /lib/amd64/libc.so.1'abort+0xac [0x7fffaf37513c]
-$(@D)/instdir/program/libvcllo.so'_Z8SalAbortRKN3rtl8OUStringEb.cold+0xf [0x7ffecd0f4f5c]
-$(@D)/instdir/program/libsofficeapp.so'_ZN7desktop7Desktop9ExceptionE17ExceptionCategory+0xd4 [0x7ffeb5409f44]
-$(@D)/instdir/program/libvcllo.so'_ZL23VCLExceptionSignal_implPvP13oslSignalInfo+0xf8 [0x7ffecd157598]
-$(@D)/instdir/program/libuno_sal.so.3'_Z17callSignalHandlerP13oslSignalInfo+0x32 [0x7ffece20c412]
-$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_121signalHandlerFunctionEiP7siginfoPv+0x85 [0x7ffece245995]
+$(@D)/instdir/program/libvcllo.so'_Z8SalAbortRKN3rtl8OUStringEb.cold+0xf [0x7ffb620549bc]
+$(@D)/instdir/program/libsofficeapp.so'_ZN7desktop7Desktop9ExceptionE17ExceptionCategory+0xd4 [0x7ffb4cd79f44]
+$(@D)/instdir/program/libvcllo.so'_ZL23VCLExceptionSignal_implPvP13oslSignalInfo+0xf8 [0x7ffb620b6ff8]
+$(@D)/instdir/program/libuno_sal.so.3'_Z17callSignalHandlerP13oslSignalInfo+0x32 [0x7ffb6316c412]
+$(@D)/instdir/program/libuno_sal.so.3'_ZN12_GLOBAL__N_121signalHandlerFunctionEiP7siginfoPv+0x85 [0x7ffb631a5995]
 /lib/amd64/libc.so.1'__sighndlr+0x6 [0x7fffaf402326]
 /lib/amd64/libc.so.1'call_user_handler+0x1d1 [0x7fffaf3f4f01]
 /lib/amd64/libc.so.1'sigacthandler+0xee [0x7fffaf3f51fe]
 [0xffffffffffffffff]
-$(@D)/instdir/program/libuno_cppu.so.3'_ZN4cppu17_copyConstructAnyEP8_uno_AnyPvP33_typelib_TypeDescriptionReferenceP24_typelib_TypeDescriptionPFvS2_EP12_uno_Mapping+0x895 [0x7ffecdcc9825]
-$(@D)/instdir/program/libinvocadaptlo.so'adapter_dispatch+0x4f4 [0x7ffec4b98724]
-$(@D)/instdir/program/libgcc3_uno.so'_ZL12cpp2uno_callPN7bridges7cpp_uno6shared17CppInterfaceProxyEPK24_typelib_TypeDescriptionP33_typelib_TypeDescriptionReferenceiP24_typelib_MethodParameterPPvSC_Pl+0x299 [0x7ffecdc7b009]
-$(@D)/instdir/program/libgcc3_uno.so'cpp_mediate+0x18a [0x7ffecdc7b9ca]
-$(@D)/instdir/program/libgcc3_uno.so'asm_vtable_call_wrapper+0x73 [0x7ffecdc8426d]
-$(@D)/instdir/program/libsfxlo.so'_ZN12SfxBaseModel5closeEh+0x135 [0x7ffecb155325]
-$(@D)/instdir/program/libswlo.so'_ZN15SwXTextDocument5closeEh+0x10c [0x7ffebd4a77bc]
-$(@D)/instdir/program/libgcc3_uno.so'_ZN4gcc317callVirtualMethodEPviS0_P24_typelib_TypeDescriptionPliPS0_+0xd5 [0x7ffecdc7fd95]
-$(@D)/instdir/program/libgcc3_uno.so'_ZN12_GLOBAL__N_1L8cpp_callEPN7bridges7cpp_uno6shared17UnoInterfaceProxyENS2_10VtableSlotEP33_typelib_TypeDescriptionReferenceiP24_typelib_MethodParameterPvPSA_PP8_uno_Any+0x510 [0x7ffecdc7e9a0]
-$(@D)/instdir/program/libgcc3_uno.so'unoInterfaceProxyDispatch+0x4dd [0x7ffecdc7f1ad]
-$(@D)/instdir/program/libreflectionlo.so'_ZN11stoc_corefl12_GLOBAL__N_122IdlInterfaceMethodImpl6invokeERKN3com3sun4star3uno3AnyERNS5_8SequenceIS6_EE+0x8bb [0x7ffec4c8276b]
-$(@D)/instdir/program/libsblo.so'_ZN11SbUnoObject6NotifyER14SfxBroadcasterRK7SfxHint+0x22d [0x7ffeca9aad4d]
-$(@D)/instdir/program/libsvllo.so'_ZN14SfxBroadcaster9BroadcastERK7SfxHint+0x49 [0x7ffecd730b09]
-$(@D)/instdir/program/libsblo.so'_ZN11SbxVariable9BroadcastE9SfxHintId+0x137 [0x7ffecaaa0047]
-$(@D)/instdir/program/libsblo.so'_ZN8SbxValueC2ERKS_+0x7b [0x7ffecaa9a66b]
-$(@D)/instdir/program/libsblo.so'_ZN11SbxVariableC2ERKS_+0x20 [0x7ffecaaa0420]
-$(@D)/instdir/program/libsblo.so'_ZN9SbxMethodC1ERKS_+0x3c [0x7ffecaa930ec]
-$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime11FindElementEP9SbxObjectjj7ErrCodebb+0x17e [0x7ffecaa506be]
-$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime8StepELEMEjj+0xdb [0x7ffecaa5153b]
-$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime4StepEv+0x3cd [0x7ffecaa4c9fd]
-$(@D)/instdir/program/libsblo.so'_ZN8SbModule3RunEP8SbMethod+0x660 [0x7ffeca9c9200]
-$(@D)/instdir/program/libsblo.so'_ZN8SbModule6NotifyER14SfxBroadcasterRK7SfxHint+0x145 [0x7ffeca9c9875]
-$(@D)/instdir/program/libsvllo.so'_ZN14SfxBroadcaster9BroadcastERK7SfxHint+0x49 [0x7ffecd730b09]
-$(@D)/instdir/program/libsblo.so'_ZN8SbMethod9BroadcastE9SfxHintId+0x129 [0x7ffeca9c01e9]
-$(@D)/instdir/program/libsblo.so'_ZN8SbxValueC2ERKS_+0x7b [0x7ffecaa9a66b]
-$(@D)/instdir/program/libsblo.so'_ZN11SbxVariableC2ERKS_+0x20 [0x7ffecaaa0420]
-$(@D)/instdir/program/libsblo.so'_ZN9SbxMethodC1ERKS_+0x3c [0x7ffecaa930ec]
-$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime11FindElementEP9SbxObjectjj7ErrCodebb+0x17e [0x7ffecaa506be]
-$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime8StepFINDEjj+0x4b [0x7ffecaa511fb]
-$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime4StepEv+0x3cd [0x7ffecaa4c9fd]
-$(@D)/instdir/program/libsblo.so'_ZN8SbModule3RunEP8SbMethod+0x660 [0x7ffeca9c9200]
-$(@D)/instdir/program/libsblo.so'_ZN8SbModule6NotifyER14SfxBroadcasterRK7SfxHint+0x145 [0x7ffeca9c9875]
-$(@D)/instdir/program/libsvllo.so'_ZN14SfxBroadcaster9BroadcastERK7SfxHint+0x49 [0x7ffecd730b09]
-$(@D)/instdir/program/libsblo.so'_ZN8SbMethod9BroadcastE9SfxHintId+0x129 [0x7ffeca9c01e9]
-$(@D)/instdir/program/libsblo.so'_ZN8SbxValueC2ERKS_+0x7b [0x7ffecaa9a66b]
-$(@D)/instdir/program/libsblo.so'_ZN11SbxVariableC2ERKS_+0x20 [0x7ffecaaa0420]
-$(@D)/instdir/program/libsblo.so'_ZN9SbxMethodC1ERKS_+0x3c [0x7ffecaa930ec]
-$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime11FindElementEP9SbxObjectjj7ErrCodebb+0x17e [0x7ffecaa506be]
-$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime8StepFINDEjj+0x4b [0x7ffecaa511fb]
-$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime4StepEv+0x3cd [0x7ffecaa4c9fd]
-$(@D)/instdir/program/libsblo.so'_ZN8SbModule3RunEP8SbMethod+0x660 [0x7ffeca9c9200]
-$(@D)/instdir/program/libsblo.so'_ZN8SbModule6NotifyER14SfxBroadcasterRK7SfxHint+0x145 [0x7ffeca9c9875]
-$(@D)/instdir/program/libsvllo.so'_ZN14SfxBroadcaster9BroadcastERK7SfxHint+0x49 [0x7ffecd730b09]
-$(@D)/instdir/program/libsblo.so'_ZN8SbMethod9BroadcastE9SfxHintId+0x129 [0x7ffeca9c01e9]
-$(@D)/instdir/program/libsblo.so'_ZN8SbxValueC2ERKS_+0x7b [0x7ffecaa9a66b]
-$(@D)/instdir/program/libsblo.so'_ZN11SbxVariableC2ERKS_+0x20 [0x7ffecaaa0420]
-$(@D)/instdir/program/libsblo.so'_ZN9SbxMethodC1ERKS_+0x3c [0x7ffecaa930ec]
-$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime11FindElementEP9SbxObjectjj7ErrCodebb+0x17e [0x7ffecaa506be]
-$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime8StepFINDEjj+0x4b [0x7ffecaa511fb]
-$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime4StepEv+0x3cd [0x7ffecaa4c9fd]
-$(@D)/instdir/program/libsblo.so'_ZN8SbModule3RunEP8SbMethod+0x660 [0x7ffeca9c9200]
-$(@D)/instdir/program/libsblo.so'_ZN8SbModule6NotifyER14SfxBroadcasterRK7SfxHint+0x145 [0x7ffeca9c9875]
-$(@D)/instdir/program/libsvllo.so'_ZN14SfxBroadcaster9BroadcastERK7SfxHint+0x49 [0x7ffecd730b09]
-$(@D)/instdir/program/libsblo.so'_ZN8SbMethod9BroadcastE9SfxHintId+0x129 [0x7ffeca9c01e9]
-$(@D)/instdir/program/libsblo.so'_ZN8SbxValueC2ERKS_+0x7b [0x7ffecaa9a66b]
-$(@D)/instdir/program/libsblo.so'_ZN11SbxVariableC2ERKS_+0x20 [0x7ffecaaa0420]
-$(@D)/instdir/program/libsblo.so'_ZN9SbxMethodC1ERKS_+0x3c [0x7ffecaa930ec]
-$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime11FindElementEP9SbxObjectjj7ErrCodebb+0x17e [0x7ffecaa506be]
-$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime8StepELEMEjj+0xdb [0x7ffecaa5153b]
-$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime4StepEv+0x3cd [0x7ffecaa4c9fd]
-$(@D)/instdir/program/libsblo.so'_ZN8SbModule3RunEP8SbMethod+0x660 [0x7ffeca9c9200]
-$(@D)/instdir/program/libsblo.so'_ZN8SbModule6NotifyER14SfxBroadcasterRK7SfxHint+0x145 [0x7ffeca9c9875]
-$(@D)/instdir/program/libsvllo.so'_ZN14SfxBroadcaster9BroadcastERK7SfxHint+0x49 [0x7ffecd730b09]
-$(@D)/instdir/program/libsblo.so'_ZN8SbMethod9BroadcastE9SfxHintId+0x129 [0x7ffeca9c01e9]
-$(@D)/instdir/program/libsblo.so'_ZN8SbxValueC2ERKS_+0x7b [0x7ffecaa9a66b]
-$(@D)/instdir/program/libsblo.so'_ZN11SbxVariableC2ERKS_+0x20 [0x7ffecaaa0420]
-$(@D)/instdir/program/libsblo.so'_ZN9SbxMethodC1ERKS_+0x3c [0x7ffecaa930ec]
-$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime11FindElementEP9SbxObjectjj7ErrCodebb+0x17e [0x7ffecaa506be]
-$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime8StepFINDEjj+0x4b [0x7ffecaa511fb]
-$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime4StepEv+0x3cd [0x7ffecaa4c9fd]
-$(@D)/instdir/program/libsblo.so'_ZN8SbModule3RunEP8SbMethod+0x660 [0x7ffeca9c9200]
-$(@D)/instdir/program/libsblo.so'_ZN8SbModule6NotifyER14SfxBroadcasterRK7SfxHint+0x145 [0x7ffeca9c9875]
-$(@D)/instdir/program/libsvllo.so'_ZN14SfxBroadcaster9BroadcastERK7SfxHint+0x49 [0x7ffecd730b09]
-$(@D)/instdir/program/libsblo.so'_ZN8SbMethod9BroadcastE9SfxHintId+0x129 [0x7ffeca9c01e9]
-$(@D)/instdir/program/libsblo.so'_ZNK8SbxValue3GetER9SbxValues+0x72 [0x7ffecaa9ab82]
-$(@D)/instdir/program/libsblo.so'_ZN8SbMethod4CallEP8SbxValueP11SbxVariable+0xdb [0x7ffeca9c6f0b]
-$(@D)/instdir/program/libbasprovlo.so'_ZN7basprov15BasicScriptImpl6invokeERKN3com3sun4star3uno8SequenceINS4_3AnyEEERNS5_IsEERS7_+0x293 [0x7ffeb6029983]
-$(@D)/instdir/program/libprotocolhandlerlo.so'_ZN25scripting_protocolhandler21ScriptProtocolHandler24dispatchWithNotificationERKN3com3sun4star4util3URLERKNS3_3uno8SequenceINS3_5beans13PropertyValueEEERKNS8_9ReferenceINS3_5frame23XDispatchResultListenerEEE+0x5eb [0x7ffeb734a67b]
-$(@D)/instdir/program/libgcc3_uno.so'_ZN4gcc317callVirtualMethodEPviS0_P24_typelib_TypeDescriptionPliPS0_+0xd5 [0x7ffecdc7fd95]
-$(@D)/instdir/program/libgcc3_uno.so'_ZN12_GLOBAL__N_1L8cpp_callEPN7bridges7cpp_uno6shared17UnoInterfaceProxyENS2_10VtableSlotEP33_typelib_TypeDescriptionReferenceiP24_typelib_MethodParameterPvPSA_PP8_uno_Any+0x510 [0x7ffecdc7e9a0]
-$(@D)/instdir/program/libgcc3_uno.so'unoInterfaceProxyDispatch+0x4dd [0x7ffecdc7f1ad]
-$(@D)/instdir/program/libbinaryurplo.so'_ZNK9binaryurp15IncomingRequest13execute_throwEPNS_9BinaryAnyEPSt6vectorIS1_SaIS1_EE+0x140 [0x7ffeb725a720]
-$(@D)/instdir/program/libbinaryurplo.so'_ZNK9binaryurp15IncomingRequest7executeEv+0x151 [0x7ffeb725b2d1]
-$(@D)/instdir/program/libbinaryurplo.so'request+0x28 [0x7ffeb7261eb8]
-$(@D)/instdir/program/libuno_cppu.so.3'_ZN15cppu_threadpool8JobQueue5enterEPKvb+0x1d9 [0x7ffecdcb5e79]
-$(@D)/instdir/program/libuno_cppu.so.3'_ZN15cppu_threadpool10ThreadPool5enterERKN3rtl12ByteSequenceEPKv+0x67 [0x7ffecdcbc1c7]
-$(@D)/instdir/program/libuno_cppu.so.3'uno_threadpool_enter+0x8d [0x7ffecdcbc4fd]
-$(@D)/instdir/program/libbinaryurplo.so'_ZN9binaryurp6Bridge8makeCallERKN3rtl8OUStringERKN3com3sun4star3uno15TypeDescriptionEbOSt6vectorINS_9BinaryAnyESaISD_EEPSD_PSF_+0x293 [0x7ffeb724c953]
-$(@D)/instdir/program/libbinaryurplo.so'_ZNK9binaryurp5Proxy17do_dispatch_throwEPK24_typelib_TypeDescriptionPvPS4_PP8_uno_Any+0xf5 [0x7ffeb7260fe5]
-$(@D)/instdir/program/libbinaryurplo.so'_ZNK9binaryurp5Proxy11do_dispatchEPK24_typelib_TypeDescriptionPvPS4_PP8_uno_Any+0x2d [0x7ffeb72614ed]
-$(@D)/instdir/program/libgcc3_uno.so'_ZL12cpp2uno_callPN7bridges7cpp_uno6shared17CppInterfaceProxyEPK24_typelib_TypeDescriptionP33_typelib_TypeDescriptionReferenceiP24_typelib_MethodParameterPPvSC_Pl+0x299 [0x7ffecdc7b009]
-$(@D)/instdir/program/libgcc3_uno.so'cpp_mediate+0x18a [0x7ffecdc7b9ca]
-$(@D)/instdir/program/libgcc3_uno.so'asm_vtable_call_wrapper+0x73 [0x7ffecdc8426d]
-$(@D)/instdir/program/libtklo.so'_ZN12_GLOBAL__N_113AsyncCallback19LinkStubNotify_ImplEPvS1_+0x24 [0x7ffeca143f24]
-$(@D)/instdir/program/libvcllo.so'_Z19ImplWindowFrameProcPN3vcl6WindowE8SalEventPKv+0xc73 [0x7ffeccd6c663]
-$(@D)/instdir/program/libvcllo.so'_ZThn40_N14SvpSalInstance12ProcessEventEN16SalUserEventList12SalUserEventE+0x30 [0x7ffecd36f490]
-$(@D)/instdir/program/libvcllo.so'_ZN16SalUserEventList18DispatchUserEventsEb+0x17c [0x7ffecd0f560c]
-$(@D)/instdir/program/libvcllo.so'_ZN14SvpSalInstance9ImplYieldEbb+0x36 [0x7ffecd36fdc6]
-$(@D)/instdir/program/libvcllo.so'_ZN14SvpSalInstance7DoYieldEbb+0x1cd [0x7ffecd37032d]
-$(@D)/instdir/program/libvcllo.so'_ZN11Application5YieldEv+0x4c [0x7ffecd14c02c]
-$(@D)/instdir/program/libvcllo.so'_ZN11Application7ExecuteEv+0x65 [0x7ffecd14c0d5]
-$(@D)/instdir/program/libsofficeapp.so'_ZN7desktop7Desktop4MainEv+0x107e [0x7ffeb541087e]
-$(@D)/instdir/program/libvcllo.so'_Z10ImplSVMainv+0x4d [0x7ffecd15925d]
-$(@D)/instdir/program/libsofficeapp.so'soffice_main+0xa6 [0x7ffeb54468d6]
+$(@D)/instdir/program/libuno_cppu.so.3'_ZN4cppu17_copyConstructAnyEP8_uno_AnyPvP33_typelib_TypeDescriptionReferenceP24_typelib_TypeDescriptionPFvS2_EP12_uno_Mapping+0x895 [0x7ffb62c29825]
+$(@D)/instdir/program/libinvocadaptlo.so'adapter_dispatch+0x4f4 [0x7ffb5a258724]
+$(@D)/instdir/program/libgcc3_uno.so'_ZL12cpp2uno_callPN7bridges7cpp_uno6shared17CppInterfaceProxyEPK24_typelib_TypeDescriptionP33_typelib_TypeDescriptionReferenceiP24_typelib_MethodParameterPPvSC_Pl+0x299 [0x7ffb62bdb019]
+$(@D)/instdir/program/libgcc3_uno.so'cpp_mediate+0x18a [0x7ffb62bdb9da]
+$(@D)/instdir/program/libgcc3_uno.so'asm_vtable_call_wrapper+0x73 [0x7ffb62be427d]
+$(@D)/instdir/program/libsfxlo.so'_ZN12SfxBaseModel5closeEh+0x135 [0x7ffb60485a55]
+$(@D)/instdir/program/libswlo.so'_ZN15SwXTextDocument5closeEh+0x10c [0x7ffb5475833c]
+$(@D)/instdir/program/libgcc3_uno.so'_ZN4gcc317callVirtualMethodEPviS0_P24_typelib_TypeDescriptionPliPS0_+0xd5 [0x7ffb62bdfda5]
+$(@D)/instdir/program/libgcc3_uno.so'_ZN12_GLOBAL__N_1L8cpp_callEPN7bridges7cpp_uno6shared17UnoInterfaceProxyENS2_10VtableSlotEP33_typelib_TypeDescriptionReferenceiP24_typelib_MethodParameterPvPSA_PP8_uno_Any+0x510 [0x7ffb62bde9b0]
+$(@D)/instdir/program/libgcc3_uno.so'unoInterfaceProxyDispatch+0x4dd [0x7ffb62bdf1bd]
+$(@D)/instdir/program/libreflectionlo.so'_ZN11stoc_corefl12_GLOBAL__N_122IdlInterfaceMethodImpl6invokeERKN3com3sun4star3uno3AnyERNS5_8SequenceIS6_EE+0x8bb [0x7ffb5a2b276b]
+$(@D)/instdir/program/libsblo.so'_ZN11SbUnoObject6NotifyER14SfxBroadcasterRK7SfxHint+0x22d [0x7ffb5fcdad4d]
+$(@D)/instdir/program/libsvllo.so'_ZN14SfxBroadcaster9BroadcastERK7SfxHint+0x49 [0x7ffb62690b09]
+$(@D)/instdir/program/libsblo.so'_ZN11SbxVariable9BroadcastE9SfxHintId+0x137 [0x7ffb5fdd0047]
+$(@D)/instdir/program/libsblo.so'_ZN8SbxValueC2ERKS_+0x7b [0x7ffb5fdca66b]
+$(@D)/instdir/program/libsblo.so'_ZN11SbxVariableC2ERKS_+0x20 [0x7ffb5fdd0420]
+$(@D)/instdir/program/libsblo.so'_ZN9SbxMethodC1ERKS_+0x3c [0x7ffb5fdc30ec]
+$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime11FindElementEP9SbxObjectjj7ErrCodebb+0x17e [0x7ffb5fd806be]
+$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime8StepELEMEjj+0xdb [0x7ffb5fd8153b]
+$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime4StepEv+0x3cd [0x7ffb5fd7c9fd]
+$(@D)/instdir/program/libsblo.so'_ZN8SbModule3RunEP8SbMethod+0x660 [0x7ffb5fcf9200]
+$(@D)/instdir/program/libsblo.so'_ZN8SbModule6NotifyER14SfxBroadcasterRK7SfxHint+0x145 [0x7ffb5fcf9875]
+$(@D)/instdir/program/libsvllo.so'_ZN14SfxBroadcaster9BroadcastERK7SfxHint+0x49 [0x7ffb62690b09]
+$(@D)/instdir/program/libsblo.so'_ZN8SbMethod9BroadcastE9SfxHintId+0x129 [0x7ffb5fcf01e9]
+$(@D)/instdir/program/libsblo.so'_ZN8SbxValueC2ERKS_+0x7b [0x7ffb5fdca66b]
+$(@D)/instdir/program/libsblo.so'_ZN11SbxVariableC2ERKS_+0x20 [0x7ffb5fdd0420]
+$(@D)/instdir/program/libsblo.so'_ZN9SbxMethodC1ERKS_+0x3c [0x7ffb5fdc30ec]
+$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime11FindElementEP9SbxObjectjj7ErrCodebb+0x17e [0x7ffb5fd806be]
+$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime8StepFINDEjj+0x4b [0x7ffb5fd811fb]
+$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime4StepEv+0x3cd [0x7ffb5fd7c9fd]
+$(@D)/instdir/program/libsblo.so'_ZN8SbModule3RunEP8SbMethod+0x660 [0x7ffb5fcf9200]
+$(@D)/instdir/program/libsblo.so'_ZN8SbModule6NotifyER14SfxBroadcasterRK7SfxHint+0x145 [0x7ffb5fcf9875]
+$(@D)/instdir/program/libsvllo.so'_ZN14SfxBroadcaster9BroadcastERK7SfxHint+0x49 [0x7ffb62690b09]
+$(@D)/instdir/program/libsblo.so'_ZN8SbMethod9BroadcastE9SfxHintId+0x129 [0x7ffb5fcf01e9]
+$(@D)/instdir/program/libsblo.so'_ZN8SbxValueC2ERKS_+0x7b [0x7ffb5fdca66b]
+$(@D)/instdir/program/libsblo.so'_ZN11SbxVariableC2ERKS_+0x20 [0x7ffb5fdd0420]
+$(@D)/instdir/program/libsblo.so'_ZN9SbxMethodC1ERKS_+0x3c [0x7ffb5fdc30ec]
+$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime11FindElementEP9SbxObjectjj7ErrCodebb+0x17e [0x7ffb5fd806be]
+$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime8StepFINDEjj+0x4b [0x7ffb5fd811fb]
+$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime4StepEv+0x3cd [0x7ffb5fd7c9fd]
+$(@D)/instdir/program/libsblo.so'_ZN8SbModule3RunEP8SbMethod+0x660 [0x7ffb5fcf9200]
+$(@D)/instdir/program/libsblo.so'_ZN8SbModule6NotifyER14SfxBroadcasterRK7SfxHint+0x145 [0x7ffb5fcf9875]
+$(@D)/instdir/program/libsvllo.so'_ZN14SfxBroadcaster9BroadcastERK7SfxHint+0x49 [0x7ffb62690b09]
+$(@D)/instdir/program/libsblo.so'_ZN8SbMethod9BroadcastE9SfxHintId+0x129 [0x7ffb5fcf01e9]
+$(@D)/instdir/program/libsblo.so'_ZN8SbxValueC2ERKS_+0x7b [0x7ffb5fdca66b]
+$(@D)/instdir/program/libsblo.so'_ZN11SbxVariableC2ERKS_+0x20 [0x7ffb5fdd0420]
+$(@D)/instdir/program/libsblo.so'_ZN9SbxMethodC1ERKS_+0x3c [0x7ffb5fdc30ec]
+$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime11FindElementEP9SbxObjectjj7ErrCodebb+0x17e [0x7ffb5fd806be]
+$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime8StepFINDEjj+0x4b [0x7ffb5fd811fb]
+$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime4StepEv+0x3cd [0x7ffb5fd7c9fd]
+$(@D)/instdir/program/libsblo.so'_ZN8SbModule3RunEP8SbMethod+0x660 [0x7ffb5fcf9200]
+$(@D)/instdir/program/libsblo.so'_ZN8SbModule6NotifyER14SfxBroadcasterRK7SfxHint+0x145 [0x7ffb5fcf9875]
+$(@D)/instdir/program/libsvllo.so'_ZN14SfxBroadcaster9BroadcastERK7SfxHint+0x49 [0x7ffb62690b09]
+$(@D)/instdir/program/libsblo.so'_ZN8SbMethod9BroadcastE9SfxHintId+0x129 [0x7ffb5fcf01e9]
+$(@D)/instdir/program/libsblo.so'_ZN8SbxValueC2ERKS_+0x7b [0x7ffb5fdca66b]
+$(@D)/instdir/program/libsblo.so'_ZN11SbxVariableC2ERKS_+0x20 [0x7ffb5fdd0420]
+$(@D)/instdir/program/libsblo.so'_ZN9SbxMethodC1ERKS_+0x3c [0x7ffb5fdc30ec]
+$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime11FindElementEP9SbxObjectjj7ErrCodebb+0x17e [0x7ffb5fd806be]
+$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime8StepELEMEjj+0xdb [0x7ffb5fd8153b]
+$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime4StepEv+0x3cd [0x7ffb5fd7c9fd]
+$(@D)/instdir/program/libsblo.so'_ZN8SbModule3RunEP8SbMethod+0x660 [0x7ffb5fcf9200]
+$(@D)/instdir/program/libsblo.so'_ZN8SbModule6NotifyER14SfxBroadcasterRK7SfxHint+0x145 [0x7ffb5fcf9875]
+$(@D)/instdir/program/libsvllo.so'_ZN14SfxBroadcaster9BroadcastERK7SfxHint+0x49 [0x7ffb62690b09]
+$(@D)/instdir/program/libsblo.so'_ZN8SbMethod9BroadcastE9SfxHintId+0x129 [0x7ffb5fcf01e9]
+$(@D)/instdir/program/libsblo.so'_ZN8SbxValueC2ERKS_+0x7b [0x7ffb5fdca66b]
+$(@D)/instdir/program/libsblo.so'_ZN11SbxVariableC2ERKS_+0x20 [0x7ffb5fdd0420]
+$(@D)/instdir/program/libsblo.so'_ZN9SbxMethodC1ERKS_+0x3c [0x7ffb5fdc30ec]
+$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime11FindElementEP9SbxObjectjj7ErrCodebb+0x17e [0x7ffb5fd806be]
+$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime8StepFINDEjj+0x4b [0x7ffb5fd811fb]
+$(@D)/instdir/program/libsblo.so'_ZN10SbiRuntime4StepEv+0x3cd [0x7ffb5fd7c9fd]
+$(@D)/instdir/program/libsblo.so'_ZN8SbModule3RunEP8SbMethod+0x660 [0x7ffb5fcf9200]
+$(@D)/instdir/program/libsblo.so'_ZN8SbModule6NotifyER14SfxBroadcasterRK7SfxHint+0x145 [0x7ffb5fcf9875]
+$(@D)/instdir/program/libsvllo.so'_ZN14SfxBroadcaster9BroadcastERK7SfxHint+0x49 [0x7ffb62690b09]
+$(@D)/instdir/program/libsblo.so'_ZN8SbMethod9BroadcastE9SfxHintId+0x129 [0x7ffb5fcf01e9]
+$(@D)/instdir/program/libsblo.so'_ZNK8SbxValue3GetER9SbxValues+0x72 [0x7ffb5fdcab82]
+$(@D)/instdir/program/libsblo.so'_ZN8SbMethod4CallEP8SbxValueP11SbxVariable+0xdb [0x7ffb5fcf6f0b]
+$(@D)/instdir/program/libbasprovlo.so'_ZN7basprov15BasicScriptImpl6invokeERKN3com3sun4star3uno8SequenceINS4_3AnyEEERNS5_IsEERS7_+0x293 [0x7ffb4d919983]
+$(@D)/instdir/program/libprotocolhandlerlo.so'_ZN25scripting_protocolhandler21ScriptProtocolHandler24dispatchWithNotificationERKN3com3sun4star4util3URLERKNS3_3uno8SequenceINS3_5beans13PropertyValueEEERKNS8_9ReferenceINS3_5frame23XDispatchResultListenerEEE+0x5eb [0x7ffb4ec3a67b]
+$(@D)/instdir/program/libgcc3_uno.so'_ZN4gcc317callVirtualMethodEPviS0_P24_typelib_TypeDescriptionPliPS0_+0xd5 [0x7ffb62bdfda5]
+$(@D)/instdir/program/libgcc3_uno.so'_ZN12_GLOBAL__N_1L8cpp_callEPN7bridges7cpp_uno6shared17UnoInterfaceProxyENS2_10VtableSlotEP33_typelib_TypeDescriptionReferenceiP24_typelib_MethodParameterPvPSA_PP8_uno_Any+0x510 [0x7ffb62bde9b0]
+$(@D)/instdir/program/libgcc3_uno.so'unoInterfaceProxyDispatch+0x4dd [0x7ffb62bdf1bd]
+$(@D)/instdir/program/libbinaryurplo.so'_ZNK9binaryurp15IncomingRequest13execute_throwEPNS_9BinaryAnyEPSt6vectorIS1_SaIS1_EE+0x140 [0x7ffb4eb4a720]
+$(@D)/instdir/program/libbinaryurplo.so'_ZNK9binaryurp15IncomingRequest7executeEv+0x151 [0x7ffb4eb4b2d1]
+$(@D)/instdir/program/libbinaryurplo.so'request+0x28 [0x7ffb4eb51eb8]
+$(@D)/instdir/program/libuno_cppu.so.3'_ZN15cppu_threadpool8JobQueue5enterEPKvb+0x1d9 [0x7ffb62c15e79]
+$(@D)/instdir/program/libuno_cppu.so.3'_ZN15cppu_threadpool10ThreadPool5enterERKN3rtl12ByteSequenceEPKv+0x67 [0x7ffb62c1c1c7]
+$(@D)/instdir/program/libuno_cppu.so.3'uno_threadpool_enter+0x8d [0x7ffb62c1c4fd]
+$(@D)/instdir/program/libbinaryurplo.so'_ZN9binaryurp6Bridge8makeCallERKN3rtl8OUStringERKN3com3sun4star3uno15TypeDescriptionEbOSt6vectorINS_9BinaryAnyESaISD_EEPSD_PSF_+0x293 [0x7ffb4eb3c953]
+$(@D)/instdir/program/libbinaryurplo.so'_ZNK9binaryurp5Proxy17do_dispatch_throwEPK24_typelib_TypeDescriptionPvPS4_PP8_uno_Any+0xf5 [0x7ffb4eb50fe5]
+$(@D)/instdir/program/libbinaryurplo.so'_ZNK9binaryurp5Proxy11do_dispatchEPK24_typelib_TypeDescriptionPvPS4_PP8_uno_Any+0x2d [0x7ffb4eb514ed]
+$(@D)/instdir/program/libgcc3_uno.so'_ZL12cpp2uno_callPN7bridges7cpp_uno6shared17CppInterfaceProxyEPK24_typelib_TypeDescriptionP33_typelib_TypeDescriptionReferenceiP24_typelib_MethodParameterPPvSC_Pl+0x299 [0x7ffb62bdb019]
+$(@D)/instdir/program/libgcc3_uno.so'cpp_mediate+0x18a [0x7ffb62bdb9da]
+$(@D)/instdir/program/libgcc3_uno.so'asm_vtable_call_wrapper+0x73 [0x7ffb62be427d]
+$(@D)/instdir/program/libtklo.so'_ZN12_GLOBAL__N_113AsyncCallback19LinkStubNotify_ImplEPvS1_+0x24 [0x7ffb5f473f34]
+$(@D)/instdir/program/libvcllo.so'_Z19ImplWindowFrameProcPN3vcl6WindowE8SalEventPKv+0xc73 [0x7ffb61ccc563]
+$(@D)/instdir/program/libvcllo.so'_ZThn40_N14SvpSalInstance12ProcessEventEN16SalUserEventList12SalUserEventE+0x30 [0x7ffb622cee80]
+$(@D)/instdir/program/libvcllo.so'_ZN16SalUserEventList18DispatchUserEventsEb+0x17c [0x7ffb6205506c]
+$(@D)/instdir/program/libvcllo.so'_ZN14SvpSalInstance9ImplYieldEbb+0x36 [0x7ffb622cf7b6]
+$(@D)/instdir/program/libvcllo.so'_ZN14SvpSalInstance7DoYieldEbb+0x1cd [0x7ffb622cfd1d]
+$(@D)/instdir/program/libvcllo.so'_ZN11Application5YieldEv+0x4c [0x7ffb620aba8c]
+$(@D)/instdir/program/libvcllo.so'_ZN11Application7ExecuteEv+0x65 [0x7ffb620abb35]
+$(@D)/instdir/program/libsofficeapp.so'_ZN7desktop7Desktop4MainEv+0x107e [0x7ffb4cd8087e]
+$(@D)/instdir/program/libvcllo.so'_Z10ImplSVMainv+0x4d [0x7ffb620b8cbd]
+$(@D)/instdir/program/libsofficeapp.so'soffice_main+0xa6 [0x7ffb4cdb68d6]
 $(@D)/instdir/program/soffice.bin'main+0x13 [0x401213]
 $(@D)/instdir/program/soffice.bin'_start_crt+0x87 [0x401137]
 $(@D)/instdir/program/soffice.bin'_start+0x18 [0x401098]
@@ -11621,7 +11715,7 @@
 - An uncaught exception of type com.sun.star.lang.DisposedException
 - Binary URP bridge already disposed at $(SOURCE_DIR)/binaryurp/source/bridge.cxx:1048
 
-(anonymous namespace)::Test::test finished in: 21233ms
+(anonymous namespace)::Test::test finished in: 19122ms
 smoketest.cxx:187:Assertion
 Test name: (anonymous namespace)::Test::test
 assertion failed
@@ -11648,12 +11742,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11662,12 +11756,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11676,12 +11770,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11690,12 +11784,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11704,12 +11798,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11718,12 +11812,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11732,12 +11826,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11746,12 +11840,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11760,12 +11854,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11774,12 +11868,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11788,12 +11882,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11802,12 +11896,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11816,12 +11910,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11830,12 +11924,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11844,12 +11938,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11858,12 +11952,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11872,12 +11966,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11886,12 +11980,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11900,12 +11994,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11914,12 +12008,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11928,12 +12022,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11942,12 +12036,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11956,12 +12050,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11970,12 +12064,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11984,12 +12078,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -11998,12 +12092,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -12012,12 +12106,12 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
 [New LWP 1]
 [New LWP 3]
 [New LWP 4]
@@ -12026,16 +12120,16 @@
 [New LWP 8]
 [New LWP 14]
 [New LWP 1]
+[New LWP 14]
 [New LWP 3]
 [New LWP 4]
 [New LWP 6]
 [New LWP 7]
 [New LWP 8]
-[New LWP 14]
-Core was generated by `$(BUILD_DIR)/'.
+Core was generated by `$(COMPONENT_DIR)/bu'.
 Program terminated with signal SIGKILL, Killed.
 The current thread has terminated
-/tmp/tmp.pJ9ZcCy9VC:1: Error in sourced command file:
+/tmp/tmp.TBC8QfSiGL:1: Error in sourced command file:
 The current thread has terminated
 
 
@@ -12120,5 +12214,5 @@
 make[2]: Target 'subsequentcheck' not remade because of errors.
 make[2]: Target 'check' not remade because of errors.
 make[2]: Leaving directory '$(@D)'
-make[1]: *** [Makefile:289: build] Error 2
+make[1]: *** [Makefile:287: build] Error 2
 make[1]: Leaving directory '$(@D)'

--
Gitblit v1.9.3