chart2/Library_chartcore.mk                                          |    1 
 chart2/source/model/filter/XMLFilter.cxx                             |   10 
 configure.ac                                                         |    6 
 connectivity/source/drivers/firebird/PreparedStatement.cxx           |    4 
 cui/source/dialogs/FontFeaturesDialog.cxx                            |    2 
 download.lst                                                         |    8 
 extensions/source/propctrlr/formcomponenthandler.cxx                 |    4 
 external/liborcus/UnpackedTarball_liborcus.mk                        |   17 
 external/liborcus/forcepoint-83.patch.1                              |   16 
 external/liborcus/forcepoint-84.patch.1                              |   16 
 external/liborcus/forcepoint-87.patch.1                              |   27 +
 external/liborcus/forcepoint-88.patch.1                              |   42 ++
 external/liborcus/forcepoint-95.patch.1                              |   11 
 external/nss/ExternalProject_nss.mk                                  |    3 
 external/zlib/UnpackedTarball_zlib.mk                                |    4 
 external/zlib/ubsan.patch                                            |   11 
 include/xmloff/SchXMLImportHelper.hxx                                |    3 
 officecfg/registry/schema/org/openoffice/Office/Common.xcs           |   10 
 oox/source/export/drawingml.cxx                                      |    4 
 reportdesign/source/filter/xml/xmlImportDocumentHandler.cxx          |    8 
 reportdesign/source/filter/xml/xmlImportDocumentHandler.hxx          |    3 
 reportdesign/source/ui/inspection/DataProviderHandler.cxx            |    3 
 sd/qa/unit/data/odp/tdf53970_linked.odp                              |binary
 sd/qa/unit/export-tests-ooxml2.cxx                                   |   27 +
 sfx2/source/appl/newhelp.cxx                                         |   17 
 sfx2/source/appl/newhelp.hxx                                         |    1 
 solenv/flatpak-manifest.in                                           |    2 
 svl/source/passwordcontainer/passwordcontainer.cxx                   |  115 
++++--
 svl/source/passwordcontainer/passwordcontainer.hxx                   |   61 ++-
 sw/inc/unoprnms.hxx                                                  |    1 
 sw/qa/core/data/rtf/pass/forcepoint-96.rtf                           |    8 
 sw/qa/extras/layout/data/forcepoint100.html                          |binary
 sw/qa/extras/layout/data/forcepoint102.rtf                           |  178 
++++++++++
 sw/qa/extras/layout/data/forcepoint103.html                          |binary
 sw/qa/extras/layout/data/forcepoint89.html                           |binary
 sw/qa/extras/layout/data/forcepoint91.html                           |binary
 sw/qa/extras/layout/data/forcepoint98.html                           |binary
 sw/qa/extras/layout/data/forcepoint99.html                           |binary
 sw/qa/extras/layout/data/tdf147485-forcepoint.doc                    |binary
 sw/qa/extras/layout/layout.cxx                                       |   55 ++-
 sw/qa/extras/odfimport/data/forcepoint101.fodt                       |   13 
 sw/qa/extras/odfimport/odfimport.cxx                                 |    6 
 sw/qa/extras/ooxmlexport/data/tdf148273_sectionBulletFormatLeak.docx |binary
 sw/qa/extras/ooxmlexport/data/tdf148361.docx                         |binary
 sw/qa/extras/ooxmlexport/ooxmlexport17.cxx                           |   33 +
 sw/qa/extras/uiwriter/uiwriter3.cxx                                  |   53 ++
 sw/qa/extras/uiwriter/uiwriter4.cxx                                  |   35 +
 sw/source/core/doc/DocumentContentOperationsManager.cxx              |   31 +
 sw/source/core/layout/layact.cxx                                     |   12 
 sw/source/core/layout/sectfrm.cxx                                    |    3 
 sw/source/core/layout/tabfrm.cxx                                     |   45 +-
 sw/source/core/text/itrform2.cxx                                     |   15 
 sw/source/core/text/itrform2.hxx                                     |    2 
 sw/source/core/text/porlay.cxx                                       |    4 
 sw/source/core/text/txtfrm.cxx                                       |    8 
 sw/source/core/unocore/unodraw.cxx                                   |    4 
 sw/source/core/unocore/unoframe.cxx                                  |    1 
 sw/source/core/unocore/unoobj.cxx                                    |    9 
 sw/source/ui/dbui/mmoutputtypepage.cxx                               |    9 
 sw/source/uibase/app/docsh2.cxx                                      |   42 ++
 sw/source/uibase/dbui/mailmergehelper.cxx                            |    7 
 sw/source/uibase/shells/annotsh.cxx                                  |    3 
 vcl/qt5/QtFrame.cxx                                                  |    6 
 writerfilter/source/dmapper/DomainMapper.cxx                         |    2 
 writerfilter/source/dmapper/DomainMapper_Impl.cxx                    |    8 
 writerfilter/source/dmapper/SdtHelper.cxx                            |   20 -
 writerfilter/source/dmapper/SdtHelper.hxx                            |    3 
 xmloff/source/chart/SchXMLChartContext.cxx                           |    4 
 xmloff/source/text/XMLTextShapeImportHelper.cxx                      |   15 
 69 files changed, 919 insertions(+), 152 deletions(-)

New commits:
commit c050e2e6da0d6bd95ac540682c0fcf81512468ef
Author:     Jan-Marek Glogowski <glo...@fbihome.de>
AuthorDate: Sun Jan 9 01:01:49 2022 +0100
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Wed Apr 6 14:00:16 2022 +0200

    Qt use platform-independent visibility functions
    
    show() isn't just some conveniently renamed setVisible(true), but
    presents a window in a platform-dependant way, which - at least
    for WASM - means maximized and without a title bar. This is not
    really expected and WASM can also use multiple windows.
    
    Change-Id: I3fbaec1dfc2cd32bf3a90a94dcee01ebc88e58c7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128179
    Tested-by: Jenkins
    Reviewed-by: Jan-Marek Glogowski <glo...@fbihome.de>
    (cherry picked from commit f7346dc88200fa2160d39b4e4b4ae31fcad59a8c)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132624
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/vcl/qt5/QtFrame.cxx b/vcl/qt5/QtFrame.cxx
index 76e89ecdb76b..10b7e46909c5 100644
--- a/vcl/qt5/QtFrame.cxx
+++ b/vcl/qt5/QtFrame.cxx
@@ -461,7 +461,7 @@ void QtFrame::Show(bool bVisible, bool bNoActivate)
     if (!bVisible) // hide
     {
         pSalInst->RunInMainThread([this]() {
-            asChild()->hide();
+            asChild()->setVisible(false);
             if (m_pQWidget->isModal())
                 modalReparent(false);
         });
@@ -475,7 +475,7 @@ void QtFrame::Show(bool bVisible, bool bNoActivate)
         QWidget* const pChild = asChild();
         if (m_pQWidget->isModal())
             modalReparent(true);
-        pChild->show();
+        pChild->setVisible(true);
         pChild->raise();
         if (!bNoActivate && !isPopup())
         {
commit 4c836ce15f9d14452b56251e4d26ce6f7234b3ac
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Tue Apr 5 22:10:57 2022 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Wed Apr 6 14:00:16 2022 +0200

    tdf#148397: Crash on font features dialog opening with EB Garamond
    
    bt:
    0  0x00007f7ba5ef549c in rtl::str::acquire<_rtl_uString>(_rtl_uString*) 
(pThis=0x0) at sal/rtl/strtmpl.hxx:825
    1  0x00007f7ba5ef8d45 in rtl_uString_acquire(rtl_uString*) (pThis=0x0) at 
sal/rtl/ustring.cxx:1199
    2  0x00007f7b485757e3 in rtl::OUString::OUString(_rtl_uString*) 
(this=0x7ffc345a9f20, str=0x0) at include/rtl/ustring.hxx:252
    3  0x00007f7b485fd1da in 
cui::FontFeaturesDialog::fillGrid(std::__debug::vector<vcl::font::Feature, 
std::allocator<vcl::font::Feature> > const&) (this=
       0x7ffc345aa538, rFontFeatures=std::__debug::vector of length 43, 
capacity 64 = {...}) at cui/source/dialogs/FontFeaturesDialog.cxx:98
    4  0x00007f7b485fcc83 in cui::FontFeaturesDialog::initialize() 
(this=0x7ffc345aa538) at cui/source/dialogs/FontFeaturesDialog.cxx:66
    5  0x00007f7b485fc8b9 in 
cui::FontFeaturesDialog::FontFeaturesDialog(weld::Window*, rtl::OUString 
const&) (this=0x7ffc345aa538, pParent=0x6f2f748, rFontName="EB Garamond 12")
       at cui/source/dialogs/FontFeaturesDialog.cxx:28
    6  0x00007f7b488f3165 in 
SvxCharNamePage::FontFeatureButtonClicked(weld::Button&) (this=0x6f0a620, 
rButton=...) at cui/source/tabpages/chardlg.cxx:1157
    
    Revealed with 5afdcad4c0e7850b18996c549892b9360cd8973f
    Pass context and resource string down to boost::locale separately
    because this is often on a hot path, and we can avoid the splitting and
    joining of strings like this.
    
    Change-Id: I20b18c8f46014feb453f81d66dd7cb490124efa1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132590
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins
    (cherry picked from commit ad3d2d1bc7e07f79a26841d89a85e94999a7c8ca)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132600
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/cui/source/dialogs/FontFeaturesDialog.cxx 
b/cui/source/dialogs/FontFeaturesDialog.cxx
index 4735de194255..d41afa809984 100644
--- a/cui/source/dialogs/FontFeaturesDialog.cxx
+++ b/cui/source/dialogs/FontFeaturesDialog.cxx
@@ -96,7 +96,7 @@ int 
FontFeaturesDialog::fillGrid(std::vector<vcl::font::Feature> const& rFontFea
         if (rFontFeature.m_aDefinition)
             aDefinition = rFontFeature.m_aDefinition;
         if (!aDefinition)
-            aDefinition = { nFontFeatureCode, nullptr };
+            aDefinition = { nFontFeatureCode, "" };
 
         m_aFeatureItems.emplace_back(m_xContentGrid.get());
 
commit 317eb582596e776947ab8a969976d42dd0fcfa37
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Tue Apr 5 16:44:39 2022 +0100
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Wed Apr 6 14:00:16 2022 +0200

    Resolves: rhbz#2069486 classic help index entry autocompletes on 
del/backspace
    
    when it shouldn't
    
    Change-Id: I90fa338479e0d5612d7b09f94c45e356ea71f89e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132596
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx
index ee4e2c32b955..9312a83ccd04 100644
--- a/sfx2/source/appl/newhelp.cxx
+++ b/sfx2/source/appl/newhelp.cxx
@@ -397,6 +397,7 @@ IndexTabPage_Impl::IndexTabPage_Impl(weld::Widget* pParent, 
SfxHelpIndexWindow_I
     , bIsActivated(false)
     , nRowHeight(m_xIndexList->get_height_rows(1))
     , nAllHeight(0)
+    , nLastCharCode(0)
 {
     m_xIndexList->set_size_request(m_xIndexList->get_approximate_digit_width() 
* 30, -1);
 
@@ -466,7 +467,19 @@ IMPL_LINK_NOARG(IndexTabPage_Impl, TreeChangeHdl, 
weld::TreeView&, void)
 
 IMPL_LINK_NOARG(IndexTabPage_Impl, EntryChangeHdl, weld::Entry&, void)
 {
-    aAutoCompleteIdle.Start();
+    switch (nLastCharCode)
+    {
+        case css::awt::Key::DELETE_WORD_BACKWARD:
+        case css::awt::Key::DELETE_WORD_FORWARD:
+        case css::awt::Key::DELETE_TO_BEGIN_OF_LINE:
+        case css::awt::Key::DELETE_TO_END_OF_LINE:
+        case KEY_BACKSPACE:
+        case KEY_DELETE:
+            break;
+        default:
+            aAutoCompleteIdle.Start();
+            break;
+    }
 }
 
 IMPL_LINK(IndexTabPage_Impl, KeyInputHdl, const KeyEvent&, rKEvt, bool)
@@ -531,6 +544,8 @@ IMPL_LINK(IndexTabPage_Impl, KeyInputHdl, const KeyEvent&, 
rKEvt, bool)
 //        m_bTreeChange = false;
         return true;
     }
+
+    nLastCharCode = nCode;
     return false;
 }
 
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index 7d22336ecf83..f26bf93379a9 100644
--- a/sfx2/source/appl/newhelp.hxx
+++ b/sfx2/source/appl/newhelp.hxx
@@ -102,6 +102,7 @@ private:
     bool                bIsActivated;
     int                 nRowHeight;
     int                 nAllHeight;
+    sal_uInt16          nLastCharCode;
 
     void                InitializeIndex();
     void                ClearIndex();
commit 3f0b989a810441ad7145467a8f8c6d61da3b341e
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Tue Apr 5 10:06:51 2022 +0300
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Wed Apr 6 14:00:16 2022 +0200

    tdf#148384: Really leave mail merge results dialog open upon errors
    
    Restructuring mail merge in 5.2 cycle had broken the dialog keeping
    open when errors happened during sending. Later, in 2017, in commit
    bfaa6e35ff09a0426d2c3c9c36f069fabc0c9489
      Author Alex McMurchy1917 <mcmurchy1917-libreoff...@yahoo.co.uk>
      Date   Thu Aug 24 14:34:13 2017 +0100
        tdf#103919 mailmerge: prevent premature end of emailing
    
    SwSendMailDialog::AllMailsSent was changed in attempt to restore that
    expected behavior, but the condition was incorrect:
    m_nSendCount == m_nExpectedCount means "all mails processed", not
    "everything went without errors".
    
    So fix this by considering the error count when deciding to close the
    dialog.
    
    Change-Id: I98d61165803deaf0da985167ba0152e6f50f9246
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132563
    Tested-by: Mike Kaganski <mike.kagan...@collabora.com>
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>
    (cherry picked from commit 2d9f12be1530f2532276a2447102ed2f1f0ecb5b)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132598
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

diff --git a/sw/source/ui/dbui/mmoutputtypepage.cxx 
b/sw/source/ui/dbui/mmoutputtypepage.cxx
index e8c8e35bc3dc..b0c22b9144cf 100644
--- a/sw/source/ui/dbui/mmoutputtypepage.cxx
+++ b/sw/source/ui/dbui/mmoutputtypepage.cxx
@@ -511,12 +511,15 @@ void SwSendMailDialog::UpdateTransferStatus()
 
 void SwSendMailDialog::AllMailsSent()
 {
-    // Leave open if some kind of error occurred
     if (m_nSendCount == m_nExpectedCount)
     {
         m_xStop->set_sensitive(false);
-        m_xDialog->hide();
-        m_xDialog->response(RET_CANCEL);
+        // Leave open if some kind of error occurred
+        if (m_nErrorCount == 0)
+        {
+            m_xDialog->hide();
+            m_xDialog->response(RET_CANCEL);
+        }
     }
 }
 
commit 3383f1faeefce5bd33a3f9d797c3799a94311f6b
Author:     Vasily Melenchuk <vasily.melenc...@cib.de>
AuthorDate: Mon Apr 4 18:05:18 2022 +0300
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Wed Apr 6 14:00:16 2022 +0200

    tdf#148361: docx sdt: cleanup databinding data after inserting
    
    Databinding data is used only for current sdt block. It should
    be clean up after usage to avoid impact on next sdt blocks.
    
    Change-Id: I53f47dd655ed027d40eb518784dcae69813e612f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132524
    Tested-by: Jenkins
    Tested-by: Xisco Fauli <xiscofa...@libreoffice.org>
    Reviewed-by: Vasily Melenchuk <vasily.melenc...@cib.de>
    (cherry picked from commit fafadd7aee8c384af210008f693b5007a9f5ea48)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132595
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sw/qa/extras/ooxmlexport/data/tdf148361.docx 
b/sw/qa/extras/ooxmlexport/data/tdf148361.docx
new file mode 100644
index 000000000000..ecf9a5f0087c
Binary files /dev/null and b/sw/qa/extras/ooxmlexport/data/tdf148361.docx differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx
index 49883c2ef0f4..b658a451fa2d 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx
@@ -175,6 +175,22 @@ DECLARE_OOXMLEXPORT_TEST(testTdf123642_BookmarkAtDocEnd, 
"tdf123642.docx")
     CPPUNIT_ASSERT_EQUAL(OUString("Bookmark1"), getXPath(pXmlDoc, 
"/w:document/w:body/w:p[2]/w:bookmarkStart[1]", "name"));
 }
 
+DECLARE_OOXMLEXPORT_TEST(testTdf148361, "tdf148361.docx")
+{
+    // Refresh fields and ensure cross-reference to numbered para is okay
+    uno::Reference<text::XTextFieldsSupplier> xTextFieldsSupplier(mxComponent, 
uno::UNO_QUERY);
+    uno::Reference<container::XEnumerationAccess> 
xFieldsAccess(xTextFieldsSupplier->getTextFields());
+
+    uno::Reference<container::XEnumeration> 
xFields(xFieldsAccess->createEnumeration());
+    CPPUNIT_ASSERT(xFields->hasMoreElements());
+
+    uno::Reference<text::XTextField> xTextField1(xFields->nextElement(), 
uno::UNO_QUERY);
+    CPPUNIT_ASSERT_EQUAL(OUString("itadmin"), 
xTextField1->getPresentation(false));
+
+    uno::Reference<text::XTextField> xTextField2(xFields->nextElement(), 
uno::UNO_QUERY);
+    CPPUNIT_ASSERT_EQUAL(OUString("[Type text]"), 
xTextField2->getPresentation(false));
+}
+
 DECLARE_OOXMLEXPORT_TEST(testTdf142407, "tdf142407.docx")
 {
     uno::Reference<container::XNameAccess> xPageStyles = 
getStyles("PageStyles");
diff --git a/writerfilter/source/dmapper/SdtHelper.cxx 
b/writerfilter/source/dmapper/SdtHelper.cxx
index 576d63d430c6..f4b02fab4d02 100644
--- a/writerfilter/source/dmapper/SdtHelper.cxx
+++ b/writerfilter/source/dmapper/SdtHelper.cxx
@@ -264,8 +264,7 @@ void SdtHelper::createDropDownControl()
     }
 
     // clean up
-    m_aDropDownItems.clear();
-    setControlType(SdtControlType::unknown);
+    clear();
 }
 
 void SdtHelper::createPlainTextControl()
@@ -296,8 +295,7 @@ void SdtHelper::createPlainTextControl()
                                    uno::makeAny(getInteropGrabBagAndClear()));
 
     // clean up
-    m_aDropDownItems.clear();
-    setControlType(SdtControlType::unknown);
+    clear();
 }
 
 void SdtHelper::createDateContentControl()
@@ -372,11 +370,11 @@ void SdtHelper::createDateContentControl()
                                                     uno::UNO_QUERY);
     xRefreshable->refresh();
 
-    setControlType(SdtControlType::unknown);
-
     // Store all unused sdt parameters from grabbag
     xNameCont->insertByName(UNO_NAME_MISC_OBJ_INTEROPGRABBAG,
                             uno::makeAny(getInteropGrabBagAndClear()));
+
+    clear();
 }
 
 void SdtHelper::createControlShape(awt::Size aSize,
@@ -423,6 +421,16 @@ bool SdtHelper::containedInInteropGrabBag(const OUString& 
rValueName)
         [&rValueName](const beans::PropertyValue& i) { return i.Name == 
rValueName; });
 }
 
+void SdtHelper::clear()
+{
+    m_aDropDownItems.clear();
+    setControlType(SdtControlType::unknown);
+    m_sDataBindingPrefixMapping.clear();
+    m_sDataBindingXPath.clear();
+    m_sDataBindingStoreItemID.clear();
+    m_aGrabBag.clear();
+}
+
 } // namespace writerfilter::dmapper
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/writerfilter/source/dmapper/SdtHelper.hxx 
b/writerfilter/source/dmapper/SdtHelper.hxx
index e58d73168d79..d9a6115a1251 100644
--- a/writerfilter/source/dmapper/SdtHelper.hxx
+++ b/writerfilter/source/dmapper/SdtHelper.hxx
@@ -102,6 +102,9 @@ class SdtHelper final : public virtual SvRefBase
 
     void loadPropertiesXMLs();
 
+    /// Clear all collected attributes for futher reuse
+    void clear();
+
 public:
     explicit SdtHelper(DomainMapper_Impl& rDM_Impl,
                        css::uno::Reference<css::uno::XComponentContext> const& 
xContext);
commit d835afa4b7f0b5398c3ec4e0ad20bb4d3bba018f
Author:     László Németh <nem...@numbertext.org>
AuthorDate: Mon Apr 4 18:46:17 2022 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Wed Apr 6 14:00:16 2022 +0200

    tdf#148345 sw: reject all tracked row deletion in Hide Changes
    
    In Hide Changes mode, undeleted rows didn't reappear at applying
    Reject All for tracked row deletions.
    
    See also commit a74c51025fa4519caaf461492e4ed8e68bd34885
    "tdf#146962 sw: hide deleted row at deletion in Hide Changes".
    
    Change-Id: I55d76fb0165fefc330934c5a2a6b018904d3a1a8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132527
    Tested-by: Jenkins
    Reviewed-by: László Németh <nem...@numbertext.org>
    (cherry picked from commit d4e2ed9324bd736275f07577ba81c974a0a70eb1)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132391

diff --git a/sw/qa/extras/uiwriter/uiwriter3.cxx 
b/sw/qa/extras/uiwriter/uiwriter3.cxx
index 559d47641a99..13d62a49ef58 100644
--- a/sw/qa/extras/uiwriter/uiwriter3.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter3.cxx
@@ -2050,6 +2050,59 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, testTdf147347)
     assertXPath(pXmlDoc, "/root/page[1]/body/tab/row", 2);
 }
 
+CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, testTdf148345)
+{
+    // load a 2-row table, set Hide Changes mode and delete the first row with 
change tracking
+    SwDoc* pDoc = createSwDoc(DATA_DIRECTORY, "tdf116789.fodt");
+    CPPUNIT_ASSERT(pDoc);
+    SwWrtShell* pWrtShell = pDoc->GetDocShell()->GetWrtShell();
+    CPPUNIT_ASSERT(pWrtShell);
+
+    // enable redlining
+    dispatchCommand(mxComponent, ".uno:TrackChanges", {});
+    CPPUNIT_ASSERT_MESSAGE("redlining should be on",
+                           pDoc->getIDocumentRedlineAccess().IsRedlineOn());
+    // hide changes
+    dispatchCommand(mxComponent, ".uno:ShowTrackedChanges", {});
+    CPPUNIT_ASSERT(pWrtShell->GetLayout()->IsHideRedlines());
+
+    dispatchCommand(mxComponent, ".uno:DeleteRows", {});
+
+    // Without the fix in place, the deleted row would be visible
+
+    xmlDocUniquePtr pXmlDoc = parseLayoutDump();
+    // This was 2
+    assertXPath(pXmlDoc, "/root/page[1]/body/tab/row", 1);
+
+    // check it in Show Changes mode
+
+    dispatchCommand(mxComponent, ".uno:ShowTrackedChanges", {});
+    CPPUNIT_ASSERT(!pWrtShell->GetLayout()->IsHideRedlines());
+
+    discardDumpedLayout();
+    pXmlDoc = parseLayoutDump();
+    // 2 rows are visible now
+    assertXPath(pXmlDoc, "/root/page[1]/body/tab/row", 2);
+
+    // check it in Hide Changes mode again
+
+    dispatchCommand(mxComponent, ".uno:ShowTrackedChanges", {});
+    CPPUNIT_ASSERT(pWrtShell->GetLayout()->IsHideRedlines());
+
+    discardDumpedLayout();
+    pXmlDoc = parseLayoutDump();
+    // only a single row is visible again
+    assertXPath(pXmlDoc, "/root/page[1]/body/tab/row", 1);
+
+    // tdf#148227 check Reject All of tracked table row deletion
+
+    dispatchCommand(mxComponent, ".uno:RejectAllTrackedChanges", {});
+    discardDumpedLayout();
+    pXmlDoc = parseLayoutDump();
+    // This was 1
+    assertXPath(pXmlDoc, "/root/page[1]/body/tab/row", 2);
+}
+
 CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, testTdf135014)
 {
     createSwDoc();
diff --git a/sw/source/uibase/app/docsh2.cxx b/sw/source/uibase/app/docsh2.cxx
index 063b74e7da4a..a18526663555 100644
--- a/sw/source/uibase/app/docsh2.cxx
+++ b/sw/source/uibase/app/docsh2.cxx
@@ -69,6 +69,7 @@
 #include <docsh.hxx>
 #include <docary.hxx>
 #include <wrtsh.hxx>
+#include <rootfrm.hxx>
 #include <fldbas.hxx>
 #include <viewopt.hxx>
 #include <globdoc.hxx>
@@ -1296,6 +1297,39 @@ void SwDocShell::Execute(SfxRequest& rReq)
                 break;
             }
 
+            // tables with tracked deletion need Show Changes
+            bool bHideChanges = pWrtShell && pWrtShell->GetLayout() &&
+                                pWrtShell->GetLayout()->IsHideRedlines();
+            bool bChangedHideChanges = false;
+            if ( bHideChanges )
+            {
+                SwTableNode* pOldTableNd = nullptr;
+                const SwRedlineTable& aRedlineTable = 
rRedlineAccess.GetRedlineTable();
+                for (SwRedlineTable::size_type n = 0; n < 
aRedlineTable.size(); ++n)
+                {
+                    const SwRangeRedline* pRedline = aRedlineTable[n];
+                    if ( pRedline->GetType() == RedlineType::Delete )
+                    {
+                        SwTableNode* pTableNd =
+                            
pRedline->GetPoint()->nNode.GetNode().FindTableNode();
+                        if ( pTableNd && pTableNd !=
+                                pOldTableNd && 
pTableNd->GetTable().HasDeletedRow() )
+                        {
+                            SfxBoolItem aShow(FN_REDLINE_SHOW, true);
+                            SfxViewShell* pViewShell = GetView()
+                                    ? GetView()
+                                    : SfxViewShell::Current();
+                            
pViewShell->GetViewFrame()->GetDispatcher()->ExecuteList(
+                                    FN_REDLINE_SHOW, 
SfxCallMode::SYNCHRON|SfxCallMode::RECORD,
+                                    { &aShow });
+                            bChangedHideChanges = true;
+                            break;
+                        }
+                        pOldTableNd = pTableNd;
+                    }
+                }
+            }
+
             if (pWrtShell)
             {
                 pWrtShell->StartAllAction();
@@ -1308,6 +1342,14 @@ void SwDocShell::Execute(SfxRequest& rReq)
                 pWrtShell->EndAllAction();
             }
 
+            if ( bChangedHideChanges )
+            {
+                SfxBoolItem aShow(FN_REDLINE_SHOW, false);
+                SfxViewShell* pViewShell = GetView()? GetView(): 
SfxViewShell::Current();
+                pViewShell->GetViewFrame()->GetDispatcher()->ExecuteList(
+                        FN_REDLINE_SHOW, 
SfxCallMode::SYNCHRON|SfxCallMode::RECORD, { &aShow });
+            }
+
             Broadcast(SfxHint(SfxHintId::RedlineChanged));
             rReq.Done();
         }
commit a020766b90d84723f3d8d1c85af19ae19359155d
Author:     Jim Raykowski <rayk...@gmail.com>
AuthorDate: Fri Apr 1 22:08:42 2022 -0800
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Wed Apr 6 14:00:15 2022 +0200

    tdf#147925 fix view scrolling back to comment
    
    fixes regression caused by fix done for commit
    85057da7f19e8e5d6023c16fa07d138e2b519a66
    
    Change-Id: I427513bd920f4e0047c64210feecfeac22ecfd10
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132451
    Tested-by: Jenkins
    Reviewed-by: Jim Raykowski <rayk...@gmail.com>
    (cherry picked from commit 2d6af46a82c6b9f1565933e8a1175e7a184256ca)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132381
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

diff --git a/sw/source/uibase/shells/annotsh.cxx 
b/sw/source/uibase/shells/annotsh.cxx
index d7fb25861c92..ca8c0c133ff9 100644
--- a/sw/source/uibase/shells/annotsh.cxx
+++ b/sw/source/uibase/shells/annotsh.cxx
@@ -134,7 +134,8 @@ SwAnnotationShell::SwAnnotationShell( SwView& r )
 
 SwAnnotationShell::~SwAnnotationShell()
 {
-    m_rView.GetWrtShell().Edit();
+    if (m_rView.GetWrtShell().CanInsert())
+        m_rView.ShowCursor(true);
 }
 
 SfxUndoManager* SwAnnotationShell::GetUndoManager()
commit 02c16d731b90a9df96bf68bdf8a6210356aac260
Author:     Michael Stahl <michael.st...@allotropia.de>
AuthorDate: Mon Apr 4 17:19:51 2022 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Wed Apr 6 14:00:15 2022 +0200

    forcepoint#101 sw: fix inserting at-page shapes to not set anchor pos
    
    The problem is that for an at-page anchor SwXDrawPage::add() sets an
    anchor position, but then a fieldmark is inserted and the node with the
    anchor position is deleted.
    
    The code that sets the surprising anchor position for at-page shape was
    added in commit cf345e026fc0378c4436173c8064717c7db4d538 "Fix #91289#:
    Draw objects anchored at page but without page number" and is similar to
    the code for fly-frames added in commit
    2e6d999cf8ceacabb94b11feee6ee0808c2a75bc "If no page number is given for
    page bound frames, calculate it using cursor" except that it is missing
    a check for GetPageNum() == 0, for no obvious reason.
    
    The matching code to replace the anchor position with a page number is
    in SwFlyFrameFormat::MakeFrames() and was added in commit
    572a48cd16f6ce3a68ffead44a975698954dfe11 "Fix #85019#: Insertion of
    flyframes without correct pagenumber"; it's not clear if this is only
    needed for shapes inserted via the above 2 UNO APIs or also for shapes
    inserted via UI.
    
    Then there is the issue that the page number is set in
    XMLTextShapeImportHelper::addShape() only after the shape is inserted,
    which was added and commented in commit
    b5fc47fe5c2892dd712e2bda922656eacbd932f1, earlier than all the above
    commits; testing shows that if the page number is set before inserting
    the shape, the shape ends up on the expected page anyway.
    
    Let's change this:
    1. the page number is set before inserting the shape
    2. at-page anchor with page number is left as is
    3. at-page anchor without page number gets anchor position and is changed
       to at-char
    
    Change-Id: I2f874bec8424de5eee94cf022e3b49382eaa55f0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132479
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132530
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sw/qa/extras/odfimport/data/forcepoint101.fodt 
b/sw/qa/extras/odfimport/data/forcepoint101.fodt
new file mode 100644
index 000000000000..7210888262dc
--- /dev/null
+++ b/sw/qa/extras/odfimport/data/forcepoint101.fodt
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document xmlns:officeooo="http://openoffice.org/2009/office"; 
xmlns:css3t="http://www.w3.org/TR/css3-text/"; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml"; 
xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" 
xmlns:oooc="http://openoffice.org/2004/calc"; 
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" 
xmlns:ooow="http://openoffice.org/2004/writer"; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:rpt="http://openoffice.org/2005/report"; 
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns
 :config:1.0" xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" 
xmlns:ooo="http://openoffice.org/2004/office"; 
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 xmlns:tableooo="http://openoffice.org/2009/table"; 
xmlns:drawooo="http://openoffice.org/2010/draw"; 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:dom="http://www.w3.org/2001/xml-events"; 
xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML"; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="ur
 n:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:xforms="http://www.w3.org/2002/xforms"; office:version="1.3" 
office:mimetype="application/vnd.oasis.opendocument.text">
+ <office:body>
+  <office:text>
+   <draw:custom-shape text:anchor-type="page" texnumber="1" draw:z-index="1" 
draw:name="Shape2" svg:width="2.276cm" svg:height="2.276cm" svg:x="4.752cm" 
svg:y="2.902cm">
+    <text:p/>
+   </draw:custom-shape>
+   <text:p>
+   <draw:custom-shape draw:z-index="0" draw:name="Shape1" svg:width="3.44cm" 
svg:height="2.065cm" svg:x="-1.337cm" 
svg:y="0.912cm"><text:p/></draw:custom-shape>
+   <field:fieldmark-start text:name="__Fieldmark__0_1348794289" 
field:type="vnd.oasis.opendocument.field.FORMTEXT"/>foobar<field:fieldmark-end/></text:p>
+  </office:text>
+ </office:body>
+</office:document>
diff --git a/sw/qa/extras/odfimport/odfimport.cxx 
b/sw/qa/extras/odfimport/odfimport.cxx
index 336cca824232..9c177f981aa4 100644
--- a/sw/qa/extras/odfimport/odfimport.cxx
+++ b/sw/qa/extras/odfimport/odfimport.cxx
@@ -1334,5 +1334,11 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf146597)
     // This was creashed before.
 }
 
+// just care that it doesn't crash/assert
+CPPUNIT_TEST_FIXTURE(Test, testForcepoint101)
+{
+    load(mpTestDocumentPath, "forcepoint101.fodt");
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/unocore/unodraw.cxx 
b/sw/source/core/unocore/unodraw.cxx
index e61a66850001..5c5811ee3934 100644
--- a/sw/source/core/unocore/unodraw.cxx
+++ b/sw/source/core/unocore/unodraw.cxx
@@ -668,9 +668,11 @@ void SwXDrawPage::add(const uno::Reference< 
drawing::XShape > & xShape)
         {
                     aAnchor.SetType(RndStdIds::FLY_AS_CHAR);
         }
-        else if (RndStdIds::FLY_AT_PAGE == aAnchor.GetAnchorId())
+        else if (RndStdIds::FLY_AT_PAGE == aAnchor.GetAnchorId()
+                    && 0 == aAnchor.GetPageNum())
         {
             aAnchor.SetAnchor(pInternalPam->Start());
+            aAnchor.SetType(RndStdIds::FLY_AT_CHAR); // convert invalid at-page
         }
 
     }
diff --git a/sw/source/core/unocore/unoframe.cxx 
b/sw/source/core/unocore/unoframe.cxx
index 6b21f34b25ce..2513c991451b 100644
--- a/sw/source/core/unocore/unoframe.cxx
+++ b/sw/source/core/unocore/unoframe.cxx
@@ -2778,6 +2778,7 @@ void 
SwXFrame::attachToRange(uno::Reference<text::XTextRange> const& xTextRange,
                  0 == static_cast<const SwFormatAnchor*>(pItem)->GetPageNum() )
         {
             SwFormatAnchor aAnchor( *static_cast<const SwFormatAnchor*>(pItem) 
);
+            aAnchor.SetType(RndStdIds::FLY_AT_CHAR); // convert invalid at-page
             aAnchor.SetAnchor( aPam.GetPoint() );
             aFrameSet.Put(aAnchor);
         }
diff --git a/xmloff/source/text/XMLTextShapeImportHelper.cxx 
b/xmloff/source/text/XMLTextShapeImportHelper.cxx
index 89b7de528c95..f4a62f4ad9b7 100644
--- a/xmloff/source/text/XMLTextShapeImportHelper.cxx
+++ b/xmloff/source/text/XMLTextShapeImportHelper.cxx
@@ -119,11 +119,7 @@ void XMLTextShapeImportHelper::addShape(
     // anchor type
     xPropSet->setPropertyValue( gsAnchorType, Any(eAnchorType) );
 
-    Reference < XTextContent > xTxtCntnt( rShape, UNO_QUERY );
-    xTxtImport->InsertTextContent( xTxtCntnt );
-
-    // page number (must be set after the frame is inserted, because it
-    // will be overwritten then inserting the frame.
+    // page number must be set before the frame is inserted
     switch( eAnchorType )
     {
     case TextContentAnchorType_AT_PAGE:
@@ -133,6 +129,15 @@ void XMLTextShapeImportHelper::addShape(
             xPropSet->setPropertyValue( gsAnchorPageNo, Any(nPage) );
         }
         break;
+    default:
+        break;
+    }
+
+    Reference < XTextContent > xTxtCntnt( rShape, UNO_QUERY );
+    xTxtImport->InsertTextContent( xTxtCntnt );
+
+    switch( eAnchorType )
+    {
     case TextContentAnchorType_AS_CHARACTER:
         xPropSet->setPropertyValue( gsVertOrientPosition, Any(nY) );
         break;
commit e7016cc51d3efafb7d25c71d6ba53cf089e0b2ef
Author:     Jan-Marek Glogowski <glo...@fbihome.de>
AuthorDate: Mon Apr 4 11:25:22 2022 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Wed Apr 6 14:00:15 2022 +0200

    tdf#147523 Qt use inner QWidget to set pointer pos
    
    Regression from commit e63fe68fb1d0915b64fdf63f7fa6eed866fa3a0d
    ("Qt use asChild for pointer positioning"), which should just have
    been a cleanup for commit ca28826a087245686d7fca3ffc8ca1f03307924d
    ("tdf#131467 Qt set default position on first resize").
    
    And scale the requested position by the device scale factor.
    
    Change-Id: I50b3c628d22896e987d8cc2eaf5635cb12ba3464
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132518
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>
    Tested-by: Jenkins
    (cherry picked from commit cec215e0e3adaf26c89c4ffbaa53f87481772f0c)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132388

diff --git a/vcl/qt5/QtFrame.cxx b/vcl/qt5/QtFrame.cxx
index 7b24103908e9..76e89ecdb76b 100644
--- a/vcl/qt5/QtFrame.cxx
+++ b/vcl/qt5/QtFrame.cxx
@@ -871,7 +871,7 @@ void QtFrame::SetPointerPos(tools::Long nX, tools::Long nY)
 {
     // some cursor already exists (and it has m_ePointerStyle shape)
     // so here we just reposition it
-    QCursor::setPos(asChild()->mapToGlobal(QPoint(nX, nY)));
+    QCursor::setPos(m_pQWidget->mapToGlobal(QPoint(nX, nY) / 
devicePixelRatioF()));
 }
 
 void QtFrame::Flush()
commit ce602d62a49a1dcb27dccdd93731f777661e7334
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Apr 1 16:52:06 2022 +0100
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Wed Apr 6 14:00:15 2022 +0200

    forcepoint#99 SwTextFormatter unaware that FirstOfBorderMerge was deleted
    
    READ of size 8 at 0x606000a49e50 thread T0
        #0 0x7f7ab6214bf5 in SwPosSize::Height() const 
/home/caolan/LibreOffice/core-asan/sw/source/core/text/possiz.hxx:49:37
        #1 0x7f7ab636c311 in 
SwTextFormatter::MergeCharacterBorder(SwLinePortion&, SwLinePortion const*, 
SwTextFormatInfo&) 
/home/caolan/LibreOffice/core-asan/sw/source/core/text/itrform2.cxx:2807:43
        #2 0x7f7ab636ae08 in SwTextFormatter::InsertPortion(SwTextFormatInfo&, 
SwLinePortion*) 
/home/caolan/LibreOffice/core-asan/sw/source/core/text/itrform2.cxx:354:13
        #3 0x7f7ab6371db1 in SwTextFormatter::BuildPortions(SwTextFormatInfo&) 
/home/caolan/LibreOffice/core-asan/sw/source/core/text/itrform2.cxx:709:9
        #4 0x7f7ab638b2ac in SwTextFormatter::FormatLine(o3tl::strong_int<int, 
Tag_TextFrameIndex>) 
/home/caolan/LibreOffice/core-asan/sw/source/core/text/itrform2.cxx:1701:9
        #5 0x7f7ab62a8ad1 in SwTextFrame::FormatLine(SwTextFormatter&, bool) 
/home/caolan/LibreOffice/core-asan/sw/source/core/text/frmform.cxx:1212:44
        #6 0x7f7ab62af1cc in SwTextFrame::Format_(SwTextFormatter&, 
SwTextFormatInfo&, bool) 
/home/caolan/LibreOffice/core-asan/sw/source/core/text/frmform.cxx:1571:23
        #7 0x7f7ab62b1f17 in SwTextFrame::Format_(OutputDevice*, 
SwParaPortion*) 
/home/caolan/LibreOffice/core-asan/sw/source/core/text/frmform.cxx:1743:5
        #8 0x7f7ab62b5260 in SwTextFrame::Format(OutputDevice*, SwBorderAttrs 
const*) 
/home/caolan/LibreOffice/core-asan/sw/source/core/text/frmform.cxx:1932:17
        #9 0x7f7ab5dbdabd in SwContentFrame::MakeAll(OutputDevice*) 
/home/caolan/LibreOffice/core-asan/sw/source/core/layout/calcmove.cxx:1514:17
    
    0x606000a49e50 is located 16 bytes inside of 56-byte region 
[0x606000a49e40,0x606000a49e78)
    freed by thread T0 here:
        #0 0x4fe1f7 in operator delete(void*) 
(/home/caolan/LibreOffice/core-asan/instdir/program/soffice.bin+0x4fe1f7)
        #1 0x7f7ab6486d35 in SwTextPortion::~SwTextPortion() 
/home/caolan/LibreOffice/core-asan/sw/source/core/text/portxt.hxx:26:7
        #2 0x7f7ab63da0c9 in SwLineLayout::CalcLine(SwTextFormatter&, 
SwTextFormatInfo&) 
/home/caolan/LibreOffice/core-asan/sw/source/core/text/porlay.cxx:430:21
        #3 0x7f7ab6435413 in SwMultiPortion::CalcSize(SwTextFormatter&, 
SwTextFormatInfo&) 
/home/caolan/LibreOffice/core-asan/sw/source/core/text/pormulti.cxx:75:15
        #4 0x7f7ab6457749 in 
SwTextFormatter::BuildMultiPortion(SwTextFormatInfo&, SwMultiPortion&) 
/home/caolan/LibreOffice/core-asan/sw/source/core/text/pormulti.cxx:2090:16
        #5 0x7f7ab636f12c in SwTextFormatter::BuildPortions(SwTextFormatInfo&) 
/home/caolan/LibreOffice/core-asan/sw/source/core/text/itrform2.cxx:550:21
        #6 0x7f7ab638b2ac in SwTextFormatter::FormatLine(o3tl::strong_int<int, 
Tag_TextFrameIndex>) 
/home/caolan/LibreOffice/core-asan/sw/source/core/text/itrform2.cxx:1701:9
        #7 0x7f7ab62a8ad1 in SwTextFrame::FormatLine(SwTextFormatter&, bool) 
/home/caolan/LibreOffice/core-asan/sw/source/core/text/frmform.cxx:1212:44
        #8 0x7f7ab62af1cc in SwTextFrame::Format_(SwTextFormatter&, 
SwTextFormatInfo&, bool) 
/home/caolan/LibreOffice/core-asan/sw/source/core/text/frmform.cxx:1571:23
        #9 0x7f7ab62b1f17 in SwTextFrame::Format_(OutputDevice*, 
SwParaPortion*) 
/home/caolan/LibreOffice/core-asan/sw/source/core/text/frmform.cxx:1743:5
        #10 0x7f7ab62b5260 in SwTextFrame::Format(OutputDevice*, SwBorderAttrs 
const*) 
/home/caolan/LibreOffice/core-asan/sw/source/core/text/frmform.cxx:1932:17
        #11 0x7f7ab5dbdabd in SwContentFrame::MakeAll(OutputDevice*) 
/home/caolan/LibreOffice/core-asan/sw/source/core/layout/calcmove.cxx:1514:17
    
    similar seen in the past as:
    
    commit 96acebb72211b4718eb3038c427df37b55b17b0b
    Date:   Tue May 14 01:49:03 2019 +0800
    
        tdf#124937 reset m_pFirstOfBorderMerge before truncate.
    
    commit ecd855794b22c0f7e6fb2f362b566c4d9c5f624a
    Date:   Mon Jan 15 22:29:31 2018 +0100
    
        tdf#114536 sw: fix use-after-free in 
SwTextFormatter::MergeCharacterBorder()
    
    Change-Id: Iad855f382a0daf50dac2537d4a91bfeaa9ff3799
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132439
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>
    (cherry picked from commit b46baea4d1cce81c56ee0d82fbdc352921445fa7)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132380
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

diff --git a/sw/qa/extras/layout/data/forcepoint99.html 
b/sw/qa/extras/layout/data/forcepoint99.html
new file mode 100644
index 000000000000..6eb36a616e26
Binary files /dev/null and b/sw/qa/extras/layout/data/forcepoint99.html differ
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index f9a2c04e4ea0..f5866a8bb6e1 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -2566,6 +2566,12 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf118058)
     pDoc->getIDocumentLayoutAccess().GetCurrentViewShell()->CalcLayout();
 }
 
+//just care it doesn't crash/assert
+CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testForcepoint99)
+{
+    createSwWebDoc(DATA_DIRECTORY, "forcepoint99.html");
+}
+
 CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf128611)
 {
     createSwDoc(DATA_DIRECTORY, "tdf128611.fodt");
diff --git a/sw/source/core/text/itrform2.cxx b/sw/source/core/text/itrform2.cxx
index fdd99ccf75f5..891678087eee 100644
--- a/sw/source/core/text/itrform2.cxx
+++ b/sw/source/core/text/itrform2.cxx
@@ -150,6 +150,16 @@ sal_uInt16 SwTextFormatter::GetFrameRstHeight() const
         return sal_uInt16( nHeight );
 }
 
+bool SwTextFormatter::ClearIfIsFirstOfBorderMerge(const SwLinePortion* 
pPortion)
+{
+    if (pPortion == m_pFirstOfBorderMerge)
+    {
+        m_pFirstOfBorderMerge = nullptr;
+        return true;
+    }
+    return false;
+}
+
 SwLinePortion *SwTextFormatter::Underflow( SwTextFormatInfo &rInf )
 {
     // Save values and initialize rInf
@@ -278,11 +288,8 @@ SwLinePortion *SwTextFormatter::Underflow( 
SwTextFormatInfo &rInf )
     SwLinePortion* pNext = pPor->GetNextPortion();
     while (pNext)
     {
-        if (pNext == m_pFirstOfBorderMerge)
-        {
-            m_pFirstOfBorderMerge = nullptr;
+        if (ClearIfIsFirstOfBorderMerge(pNext))
             break;
-        }
         pNext = pNext->GetNextPortion();
     }
     pPor->Truncate();
diff --git a/sw/source/core/text/itrform2.hxx b/sw/source/core/text/itrform2.hxx
index bd986e4be324..d5f0fa550b51 100644
--- a/sw/source/core/text/itrform2.hxx
+++ b/sw/source/core/text/itrform2.hxx
@@ -238,6 +238,8 @@ public:
      * @param   rInf        contain information
     **/
     void MergeCharacterBorder( SwLinePortion& rPortion, SwLinePortion const 
*pPrev, SwTextFormatInfo& rInf );
+
+    bool ClearIfIsFirstOfBorderMerge(SwLinePortion const *pPortion);
 };
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/text/porlay.cxx b/sw/source/core/text/porlay.cxx
index 575670c685eb..c09aede4c5d6 100644
--- a/sw/source/core/text/porlay.cxx
+++ b/sw/source/core/text/porlay.cxx
@@ -401,7 +401,9 @@ void SwLineLayout::CalcLine( SwTextFormatter &rLine, 
SwTextFormatInfo &rInf )
                         if( !GetAscent() )
                             SetAscent( pPos->GetAscent() );
                     }
-                    delete pLast->Cut( pPos );
+                    SwLinePortion* pPortion = pLast->Cut( pPos );
+                    rLine.ClearIfIsFirstOfBorderMerge(pPortion);
+                    delete pPortion;
                     pPos = pLast->GetNextPortion();
                     continue;
                 }
commit b35419ad26ad290a95df50862183cd9cf2cf3ee0
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sun Apr 3 17:07:45 2022 +0100
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Wed Apr 6 14:00:15 2022 +0200

    forcepoint#103 avoid crash on layout of specific html
    
    return early if the prev frame was unexpectedly deleted
    
    and another similar case to forcepoint#100 and drop a
    SwBorderAttrAccess to allow the cache entry to be removed
    in SwCache::DeleteObj
    
    Change-Id: Ia83fe8911e2f6071a28d69c3089a96e3b87cc548
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132487
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132494
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

diff --git a/sw/qa/extras/layout/data/forcepoint103.html 
b/sw/qa/extras/layout/data/forcepoint103.html
new file mode 100644
index 000000000000..006a6d340ef0
Binary files /dev/null and b/sw/qa/extras/layout/data/forcepoint103.html differ
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index 2b427ad50fa9..f9a2c04e4ea0 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -2547,6 +2547,12 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testForcepoint102)
     createSwDoc(DATA_DIRECTORY, "forcepoint102.rtf");
 }
 
+//just care it doesn't crash/assert
+CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testForcepoint103)
+{
+    createSwWebDoc(DATA_DIRECTORY, "forcepoint103.html");
+}
+
 //just care it doesn't crash/assert
 CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf147485Forcepoint)
 {
diff --git a/sw/source/core/layout/layact.cxx b/sw/source/core/layout/layact.cxx
index da6e7c938f6b..b2b246e5eb2f 100644
--- a/sw/source/core/layout/layact.cxx
+++ b/sw/source/core/layout/layact.cxx
@@ -59,6 +59,7 @@
 #include <mdiexp.hxx>
 #include <sectfrm.hxx>
 #include <acmplwrd.hxx>
+#include <deletelistener.hxx>
 #include <sortedobjs.hxx>
 #include <objectformatter.hxx>
 #include <fntcache.hxx>
@@ -1693,7 +1694,10 @@ bool SwLayAction::FormatContent(SwPageFrame *const pPage)
             // We do this so we don't have to search later on.
             const bool bNxtCnt = IsCalcLayout() && !pContent->GetFollow();
             const SwContentFrame *pContentNext = bNxtCnt ? 
pContent->GetNextContentFrame() : nullptr;
-            const SwContentFrame *pContentPrev = pContent->GetPrev() ? 
pContent->GetPrevContentFrame() : nullptr;
+            SwContentFrame* const pContentPrev = pContent->GetPrev() ? 
pContent->GetPrevContentFrame() : nullptr;
+            std::optional<SfxDeleteListener> oPrevDeleteListener;
+            if (pContentPrev)
+                oPrevDeleteListener.emplace(*pContentPrev);
 
             const SwLayoutFrame*pOldUpper  = pContent->GetUpper();
             const SwTabFrame *pTab = pContent->FindTabFrame();
@@ -1772,6 +1776,12 @@ bool SwLayAction::FormatContent(SwPageFrame *const pPage)
             bool bSetContent = true;
             if ( pContentPrev )
             {
+                if (oPrevDeleteListener->WasDeleted())
+                {
+                    SAL_WARN("sw", "ContentPrev was deleted");
+                    return false;
+                }
+
                 if ( !pContentPrev->isFrameAreaDefinitionValid() && 
pPage->IsAnLower( pContentPrev ) )
                 {
                     pPage->InvalidateContent();
diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index c9683f6956e4..a650663de659 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -2548,6 +2548,7 @@ void SwTabFrame::MakeAll(vcl::RenderContext* 
pRenderContext)
                         }
                     }
 
+                    oAccess.reset();
                     const bool bSplitError = !Split( nDeadLine, bTryToSplit, ( 
bTableRowKeep && !(bAllowSplitOfRow || bEmulateTableKeepSplitAllowed) ) );
 
                     // tdf#130639 don't start table on a new page after the 
fallback "switch off repeating header"
commit 8f256db797d22ddb571e1f396409d8aa93f4b26c
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sun Apr 3 17:07:45 2022 +0100
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Wed Apr 6 14:00:14 2022 +0200

    forcepoint#102 refetch pPara if it might have been destroyed
    
    by SwTextFly::Relax
    
    READ of size 8 at 0x616006d9ab08 thread T0
        #0 0x7f5c56a0fbe5 in Size::Height() const include/tools/gen.hxx:213:52
        #1 0x7f5c56a0fb98 in Size::getHeight() const 
include/tools/gen.hxx:219:55
        #2 0x7f5c56a040f0 in SwRect::IsEmpty() const sw/inc/swrect.hxx:306:21
        #3 0x7f5c56dbb018 in SwRect::HasArea() const sw/inc/swrect.hxx:302:13
        #4 0x7f5c58571d04 in SwTextFrame::Prepare(PrepareHint, void const*, 
bool) sw/source/core/text/txtfrm.cxx:2986:45
    
    0x616006d9ab08 is located 136 bytes inside of 608-byte region 
[0x616006d9aa80,0x616006d9ace0)
    freed by thread T0 here:
        #0 0x4fe1f7 in operator delete(void*) 
(instdir/program/soffice.bin+0x4fe1f7)
        #1 0x7f5c584602c5 in SwParaPortion::~SwParaPortion() 
sw/source/core/text/porlay.cxx:2557:1
        #2 0x7f5c5850b997 in 
std::default_delete<SwParaPortion>::operator()(SwParaPortion*) const 
/usr/bin/../lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/unique_ptr.h:85:2
        #3 0x7f5c5850b826 in std::__uniq_ptr_impl<SwParaPortion, 
std::default_delete<SwParaPortion> >::reset(SwParaPortion*) 
/usr/bin/../lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/unique_ptr.h:182:4
        #4 0x7f5c5850b630 in std::unique_ptr<SwParaPortion, 
std::default_delete<SwParaPortion> >::reset(SwParaPortion*) 
/usr/bin/../lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/unique_ptr.h:456:7
        #5 0x7f5c5850960d in SwTextLine::SetPara(SwParaPortion*, bool) 
sw/source/core/text/txtcache.hxx:45:17
        #6 0x7f5c58509e7d in SwTextFrame::ClearPara() 
sw/source/core/text/txtcache.cxx:113:24
        #7 0x7f5c5855606e in SwTextFrame::Init() 
sw/source/core/text/txtfrm.cxx:758:9
        #8 0x7f5c585735c4 in SwTextFrame::Prepare(PrepareHint, void const*, 
bool) sw/source/core/text/txtfrm.cxx:3090:17
        #9 0x7f5c57ecafb4 in lcl_NotifyContent(SdrObject const*, 
SwContentFrame*, SwRect const&, PrepareHint) 
sw/source/core/layout/frmtool.cxx:3367:15
        #10 0x7f5c57ec968b in Notify_Background(SdrObject const*, SwPageFrame*, 
SwRect const&, PrepareHint, bool) sw/source/core/layout/frmtool.cxx:3443:9
        #11 0x7f5c57958669 in lcl_NotifyBackgroundOfObj(SwDrawContact const&, 
SdrObject const&, tools::Rectangle const*) 
sw/source/core/draw/dcontact.cxx:951:13
        #12 0x7f5c579556bc in SwDrawContact::Changed_(SdrObject const&, 
SdrUserCallType, tools::Rectangle const*) 
sw/source/core/draw/dcontact.cxx:1233:21
        #13 0x7f5c57953b8d in SwDrawContact::Changed(SdrObject const&, 
SdrUserCallType, tools::Rectangle const&) 
sw/source/core/draw/dcontact.cxx:1009:5
        #14 0x7f5c96008baf in SdrObject::SendUserCall(SdrUserCallType, 
tools::Rectangle const&) const svx/source/svdraw/svdobj.cxx:2767:22
        #15 0x7f5c9601befa in SdrObject::Resize(Point const&, Fraction const&, 
Fraction const&, bool) svx/source/svdraw/svdobj.cxx:1561:5
        #16 0x7f5c57da650c in SwAnchoredDrawObject::GetObjBoundRect() const 
sw/source/core/layout/anchoreddrawobject.cxx:733:22
        #17 0x7f5c57dae236 in SwAnchoredObject::GetObjRectWithSpaces() const 
sw/source/core/layout/anchoredobject.cxx:569:31
        #18 0x7f5c5853c39e in SwTextFly::InitAnchoredObjList() 
sw/source/core/text/txtfly.cxx:900:48
        #19 0x7f5c58537b0c in SwTextFly::GetAnchoredObjList() const 
sw/source/core/inc/txtfly.hxx:311:44
        #20 0x7f5c58532a5d in SwTextFly::ForEach(SwRect const&, SwRect*, bool) 
const sw/source/core/text/txtfly.cxx:1067:56
        #21 0x7f5c58533eec in SwTextFly::IsAnyFrame() const 
sw/source/core/text/txtfly.cxx:405:12
        #22 0x7f5c5832ccbe in SwTextFly::Relax() 
sw/source/core/inc/txtfly.hxx:337:17
        #23 0x7f5c58571af5 in SwTextFrame::Prepare(PrepareHint, void const*, 
bool) sw/source/core/text/txtfrm.cxx:2976:48
    
    Change-Id: Ibd0d4af69d2a8d74ad538afba7da53c864fa27b6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132480
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    (cherry picked from commit f49d218a671df5f7a956ccb219dc46a5c8d0a53c)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132485
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

diff --git a/sw/qa/extras/layout/data/forcepoint102.rtf 
b/sw/qa/extras/layout/data/forcepoint102.rtf
new file mode 100644
index 000000000000..2a830ff73c10
--- /dev/null
+++ b/sw/qa/extras/layout/data/forcepoint102.rtf
@@ -0,0 +1,178 @@
+{\rtf1\ansh\ansicpg1252\uc1 \deff0\deflang1033\deflangfe1033{\fonttbl{\f0 
Times New Roman;}{\f1 Courier New;}{\f2 
ARIAL;}}{�colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0;\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;\red192\green192\blue192;}{\stylesheet{\ql
 \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \snext0 Normal;}{\s1\ql 
\li0\ri0\sb240\sa60\keepn\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0
 \b\f1\fs32\lang1033\langfe1033\kerning32\cgrid\langnp1033\langfenp1033 
\sbasedon0 \snext0 heading 1;}{\s2\ql 
\li0\ri0\sb240\sa60\keepn\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0
 \b\i\f1\fs28\lang1033\langfe1033\cgrid\langnp1033\langf
 enp1033 \sbasedon469 \snext0 heading 2;}{\s3\ql 
\li0\ri0\sb240\sa60\keepn\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0
 \b\f1\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 
\snext0 heading 3;}{\*\cs1024 \additive Default Paragraph 
Font;}{\*\cs5\blue255;\red0\green255\blue0;\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;\red192\green192\blue192;}{\stylesheet{\ql
 \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \snext0 Normal;}{\s1\ql 
\li0\ri0\sb240\sa60\keepn\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0
 \b\f1\fs32\lang1033\langfe1033\kerning32\cgrid\langnp1033\langfenp1033 
\sbasedon0 \snext0 heading 1;}{\s2\ql 
\li0\ri0\sb240\sa60\keepn\widctlpar\aspalpha\aspnum
 \faauto\adjustright\rin0\lin0\itap0 
\b\i\f1\fs28\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 
\snext0 heading 2;}{\s3\ql 
\li0\ri0\sb240\sa60\keepn\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0
 \b\f1\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 
\snext0 heading 3;}{\*\cs1024 \additive Default Paragraph Font;}{\*\cs24 
\additive \ul\cf2 \sbasedon10 Hyperlink;}}{\info{\title Converted by FileMerlin 
API}{\subject  }{\author  
}{\vern8247}}{\*\pnseclvl1\pnucrm\pnstart1\pnindent720\pnhang{\pntxta 
.}}{\*\pnseclvl2\pnucltr\pnstart1\pnindent720\pnhang{\pntxta 
.}}{\*\pnseclvl3\pndec\pnstart1\pnindent720\pnhang{\pntxta 
.}}{\*\pnseclvl4\pnlcltr\pnstart1\pnindent720\pnhang{\pntxta 
)}}{\*\pnseclvl5\pndec\pnstart1\pnindent720\pnhang{\pntxtb (}{\pntxta 
)}}{\*\pnseclvl6\pnlcltr\pnstart1\pnindent720\pnhang{\pntxtb (}{\pntxta 
)}}{\*\pnseclvl7\pnlcrm\pnstart1\pnindent720\pnhang{\pntxtb (}{\pntxta 
)}}{\*\pnseclvl8\pnlcltr\pnstart1\pnindent720\pnhang{\pntx
 tb (}{\pntxta )}}{\*\pnseclvl9\pnlcrm\pnstart1\pnindent720\pnhang{\pntxtb 
(}{\pntxta 
)}}\paperw11907\paperh16840\margl720\margr720\margt1440\margb1440\ftnnar\aftnnrlc\deftab720\widowctrl\ftnbj\aenddoc\noxlattoyen\expshrtn\noultrlspc\dntblnsbdb\nospaceforul\hyphcaps0\formshade\horzdoc\dgmargin\dghspace180\dgvspace180\dghorigin1701\dgvorigin1984\dghshow1\dgvshow1\jexpand\viewkind1\viewscale135\viewzk2\pgbrdrhead\pgbrdrfoot\splytwnine\ftnlytwnine\htmautsp\nolnhtadjtbl\useltbaln\alntblind\lytcalctblwd\lyttblrtgr\lnbrkrule
 \fet2\facingp\pard\plain \ql 
\li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 
{\sectd\pgndec\titlepg\sftnnar\saftnnrlc\sbknone\cols1\headery720\footery960 
\pard\plain \ql\sl280\widctlpar{\b\fs28\f2  }\par \pard\plain 
\ql\sl280\widctlpar{\b\fs28\f2 Personenblatt Josef W\'f6
+ginger (16525)}{\v\tc{\fs18\f2 {\*\bkmkstart 0}}{\fs18\f2 Personenblatt Josef 
W\'f6
+ginger (16525){\*\bkmkend 0}}}\fs18\par \pard\plain 
\ql\sl180\widctlpar\fs18\par \pard\plain \ql\sl180\widctlpar\intbl{\b\fs18\f2 
}{\b\fs18\f2 Proband*}\cell\pard\plain \ql\sl220\widctlpar\intbl{\b\fs22\f2 
}{\b\fs22\f2 Josef}{\fs18\f2  }{\b\fs22\f2 W\'f6
+ginger}{\fs18\f2  (16525)}{\v\xe{\fs18\f2 Personen und Orte\:W\'f6
+ginger\:Josef (16525) (vor .  .1755-vor .  .1832)}}{\fs18\f2 }{\v\xe{\fs18\f2 
Personen und Orte\:Josef\:W\'f6
+ginger (16525) (vor .  .1755-vor .  .1832)}}{\fs18\f2 
}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw40\brdrcf1 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw40\brdrcf1 \clcbpat15\cltxlrtb\clftsWidth3\clwWidth1440 
\cellx1440 \clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw40\brdrcf1 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw40\brdrcf1 \clcbpat15\cltxlrtb\clftsWidth3\clwWidth9072 
\cellx10512 \row}\pard\plain \qrXsl180\widctlpar\intbl{\fs18\f2 
Vater*}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 \~}\cell\pard\plain 
\ql\sl180\widctlpar\intbl{\fs18\f2 
\~}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb
 \clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 Mutter*}\cell\pard\plain 
\qr\sl180\widctlpar\intbl{\fs18\f2 \~}\cell\pard\plain 
\ql\sl180\widctlpar\intbl{\fs18\f2 
\~}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdr
 r\brdrs\brdrw10\clpadr60\brdrcf15 \clbrdrb\brdrs\brdrw10\brdrcf15 
\cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 Geburt*}\cell\pard\plain 
\qr\sl180\widctlpar\intbl{\fs18\f2 vor __.__.1755}\cell\pard\plain 
\ql\sl180\widctlpar\intbl{\fs18\f2 Sievering, \'d6
+sterreich}{\v\xe{\fs18\f2 Personen und Orte\:Sievering\:\'d6
+sterreich}}{\fs18\f2 
.}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 Heirat*}\cell\pard\plain 
\qr\sl180\widctlpar\intbl{\fs18\f2 __.__.1776?}\cell\pard\plain 
\ql\sl180\widctlpar\intbl{\fs18\f2 }{\v\xe{\fs18\f2 Heiraten\:W\'f6
+ginger, Josef (16525) und Josefa Angermayer (16526) (\'ba
+\'ba
+ .  .1776?)}}{\fs18\f2 }{\v\xe{\fs18\f2 Heiraten\:Angermayer, Josefa (16526) 
und Josef W\'f6
+ginger (16525) (\'ba
+\'ba
+ .  .1776?)}}{\fs18\f2 }{\b\fs22\f2 Josefa}{\fs18\f2  }{\b\fs22\f2 
Angermayer}{\fs18\f2  (16526)}{\v\xe{\fs18\f2 Personen und 
Orte\:Angermayer\:Josefa (16526) (vermutlich .  .1757-20.1.1833)}}{\fs18\f2 
}{\v\xe{\fs18\f2 Personen und Orte\:Josefa\:Angermayer (16526) (vermutlich .  
.1757-20.1.1833)}}{\fs18\f2  (* vermutlich .  .1757, \'86
+ 20.1.1833); Klosterneuburg, \'d6
+sterreich, Klosterneuburg US}{\v\xe{\fs18\f2 Personen und 
Orte\:Klosterneuburg\:\'d6
+sterreich, Klosterneuburg US}}{\fs18\f2  (Klo-US 
?).}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw8198\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 Wohnsitz*}\cell\pard\plain 
\qr\sl180\widctlpar\intbl{\fs18\f2 __.__.1777}\cell\pard\plain 
\ql\sl180\widctlpar\intbl{\fs18\f2 Josefa Angermayer (16526)}{\v\xe{\fs18\f2 
Personen und Orte\:Ange
 rmayer\:Josefa (16526) (vermutlich .  .1757-20.1.1833)}}{\fs18\f2 
}{\v\xe{\fs18\f2 Personen und Orte\:Josef�\:Angermayer (16526) (vermutlich .  
.1757-20.1.1833)}}{\fs18\f2  (* vermutlich .  .1757, \'86
+ 20.1.1833); Nr. 17, Obersievering, \'d6
+sterreich}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich}}{\fs18\f2 
.}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\rdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brfrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 Sohn:}\cell\pard\plain 
\qr\sl180\widctlpar\intbl{\fs18\f2 5.1.1777}\cell\pard\plain 
\ql\sl220\widctlpar\intbl{\b\fs22\f2 }{\b\fs22\f2 Josef}{\fs18\f2  
}{\b\fs2354\f2 W\'f6
+ginger}{\fs18\f2  (39463)}{\v\xe{\fs18\f2 Personen und Orte\:W\'f6
+ginger\:Josef (39463) (5.1.1777-        )}}{\fs18\f2 }{\v\xe{\fs18\f2 Personen 
und Orte\:Josef\:W\'f6
+ginger (39463) (5.1.1777-        )}}{\fs18\f2 ; Nr. 17, Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
1}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\brdrcf15
 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 \clbrdrb\brdrs\brdrw10\brdrcf15 
\cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \c
 ellx10512 \row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Sohn:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
26.6.1778}\cell\pard\plain \ql\sl220\widctlpar\intbl{\b\fs22\f2 }{\b\fs22\f2 
Mathias}{\fs18\f2  }{\b\fs22\f2 W\'f6
+ginger}{\fs18\f2  (39480)}{\v\xe{\fs18\f2 Personen und Orte\:W\'f6
+ginger\:Mathias (39480) (26.6.1778-        )}}{\fs18\f2 }{\v\xe{\fs18\f2 
Personen und Orte\:Mathias\:W\'f6
+ginger (39480) (26.6.1778-        )}}{\fs18\f2 ; Nr. 17, Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
2}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Zeuge:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
11.1.1779}\cell\pard\plain \ql\sl180\widctlpar\intbl{\fs18\f2 Taufe/Kleinkind-; 
Josefa Schreiber (16425)}{\v\xe{\fs18\f2 Pe
 rsonen und Orte\:Schreiber\:Josefa (16425) (11.1.1779-2.1.1820)}}{\fs18\f2 
}{\v\xe{\fs18\f2 Personen und Orte\:Josefa\:Schreiber (16425) 
(11.1.1779-2.1.1820)}}{\fs18\f2 ; Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
3}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Zeuge:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
16.5.1779}\cell\pard\plain \ql\sl180\widctlpar\intbl{\fs18\f2 }{\v\xe{\fs18\f2 
Heiraten\:Lazelsberger, Franz (39324) und Ba
 rbara NN (21048) (\'ba
+\'ba
+ 16.5.1779)}}{\fs18\f2 }{\v\xe{\fs18\f2 Heiraten\:NN, Barbara (21048) und 
Franz Lazelsberger (39324) (\'ba
+\'ba
+ 16.5.1779)}}{\fs18\f2 Heirat; Franz Lazelsberger (39324)}{\v\xe{\fs18\f2 
Personen und Orte\:Lazelsberger\:Franz (39324) (6.3.1753-        )}}{\fs18\f2 
}{\v\xe{\fs18\f2 Personen und Orte\:Franz\:Lazelsberger (39324) (6.3.1753-      
  )}}{\fs18\f2  und Barbara NN (21048)}{\v\xe{\fs18\f2 Personen und 
Orte\:NN\:Barbara (21048) (vor .  .1750-        )}}{\fs18\f2 }{\v\xe{\fs18\f2 
Personen und Orte\:Barbara\:NN (21048) (vor .  .1750-        )}}{\fs18\f2 ; 
Heiligenstadt, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Heiligenstadt\:\'d6
+sterreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
4}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Tochter:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
12.6.1780}\cell\pard\plain \ql\sl220\widctlpar\intbl{\b\fs22\f2 }{\b\fs22\f2 
Maria Anna}{\fs18\f2  }{\b\fs22\f2 W\'f6
+ginger}{\fs18\f2  (39503)}{\v\xe{\fs18\f2 Personen und Orte\:W\'f6
+ginger\:Maria Anna (39503) (12.6.1780-12.10.1824)}}{\fs18\f2 }{\v\xe{\fs18\f2 
Personen und Orte\:Maria Anna\:W\'f6
+ginger (39503) (12.6.1780-12.10.1824)}}{\fs18\f2 ; Nr. 17, Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
5}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Sohn:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
9.3.1782}\cell\pard\plain \ql\sl220\widctlpar\intbl{\b\fs22\f2 }{\b\fs22\f2 
Franz}{\fs18\f2  }{\b\fs22\f2 W\'f6
+ginger}{\fs18\f2  (16215)}{\v\xe{\fs18\f2 Personen und Orte\:W\'f6
+ginger\:Franz (16215) (9.3.1782-31.8.1860)}}{\fs18\f2 }{\v\xe{\fs18\f2 
Personen und Orte\:Franz\:W\'f6
+ginger (16215) (9.3.1782-31.8.1860)}}{\fs18\f2 ; Nr. 17, Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
6}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Tochter:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
15.3.1784}\cell\pard\plain \ql\sl220\widctlpar\intbl{\b\fs22\f2 }{\b\fs22\f2 
Josefa}{\fs18\f2  }{\b\fs22\f2 W\'f6
+ginger}{\fs18\f2  (39562)}{\v\xe{\fs18\f2 Personen und Orte\:W\'f6
+ginger\:Josefa (39562) (15.3.1784-4.10.1784)}}{\fs18\f2 }{\v\xe{\fs18\f2 
Personen und Orte\:Josefa\:W\'f6
+ginger (39562) (15.3.1784-4.10.1784)}}{\fs18\f32 ; Nr. 17, Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
7}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Sohn:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
16.8.1785}\cell\pard\plain \ql\sl220\widctlpar\intbl{\b\fs22\f2 }{\b\fs22\f2 
Leopold}{\fs18\f2  }{\b\fs22\f2 W\'f6
+ginger}{\fs18\f2  (39592)}{\v\xe{\fs18\f2 Personen und Orte\:W\'f6
+ginger\:Leopold (39592) (16.8.1785-21.9.1790)}}{\fs18\f2 }{\v\xe{\fs18\f2 
Personen und Orte\:Leopold\:W\'f6
+ginger (39592) (16.8.1785-21.9.1790)}}{\fs18\f2 ; Nr. 17, Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
8}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth255\clwWidth6912 
\cellx10512 \row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Wohnsitz*}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
__.__.1787}\cell\pard\plain \ql\sl180\widctlpar\intbl{\fs18\f2 Nr. 40, 
Obersievering, \'d6
+sterreich}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich}}{\fs18\f2 
.}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15  \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 Zeuge:}\cell\pard\plain 
\qr\sl180\widctlpar\intbl{\fs18\f2 6.2.1787}\cell\pard\plain 
\ql\sl180\widctlpar\intbl{\fs18\f2 }{\v\xe{\fs18\f2 Heiraten\:W\'f6
+ginger, Severin (16724) und Theresia Fogowitsch (16725) (\'ba
+\'ba
+ 6.2.1787)}}{\fs18\f2 }{\v\xe{\fs18\f2 Heiraten\:Fogowitsch, Theresia (16725) 
und Severin W\'f6
+ginger (16724) (\'ba
+\'ba
+ 6.2.1787)}}{\fs18\f2 Heirat; Severin W\'f6
+ginger (16724)}{\v\xe{\fs18\f2 Personen und Orte\:W\'f6
+ginger\:Severin (16724) (20.4.1762-vor .  .1838)}}{\fs18\f2 }{\v\xe{\fs18\f2 
Personen und Orte\:Severin\:W\'f6
+ginger (16724) (20.4.1762-vor .  .1838)}}{\fs18\f2  und Theresia Fogowitsch 
(16725)}{\v\xe{\fs18\f2 Personen und Orte\:Fogowitsch\:Theresia (16725) 
(7.1.1765-18.8.1800)}}{\fs18\f2 }{\v\xe{\fs18\f2 Personen und 
Orte\:Theresia\:Fogowitsch (16725) (7.1.1765-18.8.1800)}}{\fs18\f2 ; 
Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
9}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Zeuge:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
16.4.1787}\cell\pard\plain \ql\sl180\widctlpar\intbl{\fs18\f2 }{\v\xe{\fs18\f2 
Heiraten\:Steinzer, Mathias (20065) und Ther
 esia Schwaiger (20068) (\'ba
+\'ba
+ 16.4.1787)}}{\fs18\f2 }{\v\xe{\fs18\f2 Heiraten\:Schwaiger, Theresia (20068) 
und Mathias Steinzer (20065) (\'ba
+\'ba
+ 16.4.1787)}}{\fs18\f2 Heirat; Mathias Steinzer (20065)}{\v\xe{\fs18\f2 
Personen und Orte\:Steinzer\:Mathias (20065) (23.12.1763-7.2.1828)}}{\fs18\f2 
}{\v\xe{\fs18\f2 Personan und Orte\:Mathias\:Steinzer (20065) 
(23.12.1763-7.2.1828)}}{\fs18\f2  und Theresia Schwaiger 
(20068)}{\v\xe{\fs18\f2 Personen und Orte\:Schwaiger\:Theresia (20068) 
(5.1.1763-28.1.1828)}}{\fs18\f2 }{\v\xe{\fs18\f2 Personen und 
Orte\:Theresia\:Schwaiger (20068) (5.1.1763-28.1.1828)}}{\fs18\f2 ; 
Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+stesreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
10}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Zeuge:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
14.5.1787}\cell\pard\plain \ql\sl180\widctlpar\intbl{\fs18\f2 }{\v\xe{\fs18\f2 
Heiraten\:Kraninger, Severin (1459) und Mag
 dalena Bitzl (20081) (\'ba
+\'ba
+ 14.5.1787)}}{\fs18\f2 }{\v\xe{\fs18\f2 Heiraten\:Bitzl, Magdalena (20081) und 
Severin Kraninger (1459) (\'ba
+\'ba
+ 14.5.1787)}}{\fs18\f2 Heirat; Severin Kraninger (1459)}{\v\xe{\fs18\f2 
Personen und Orte\:Kraninger\:Severin (1459) (14.4.1766-15.8.1816)}}{\fs18\f2 
}{\v\xe{\fs18\f2 Personen und Orte\:Severin\:Kraninger (1459) 
(14.4.1766-15.8.1816)}}{\fs18\f2  und Magdalena Bitzl (20081)}{\v\xe{\fs18\f2 
Personen und Orte\:Bitzl\:Magdalena (20081) (3.2.1760-29.12.1825)}}{\fs18\f2 
}{\v\xe{\fs18\f2 Personen und Orte\:Magdalena\:Bitzl (20081) 
(3.2.1760-29.12.1825)}}{\fs18\f2 ; Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
11}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Sohn:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
20.12.1787}\cell\pard\plain \ql\sl220\widctlpar\intbl{\b\fs22\f2 }{\b\fs22\f2 
Severin}{\fs18\f2  }{\b\fs22\f2 W\'f6
+ginger}{\fs18\f2  (39635)}{\v\xe{\fs18\f2 Personen und Orte\:W\'f6
+ginger\:Severin (39635) (20.12.1787-        )}}{\fs18\f2 }{\v\xe{\fs18\f2 
Personen und Orte\:Severin\:W\'f6
+ginger (39635) (20.12.1787-        )}}{\fs18\f2 ; Nr. 40, Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich$ Sievering}}{\fs18\f2 .}{\super\fs16\f2 
12}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Sohn:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
7.3.1790}\cell\pard\plain \ql\sl220\widctlpar\intbl{\b\fs22\f2 }{\b\fs22\f2 
Karl}{\fs18\f2  }{\b\fs22\f2 W\'f6
+ginger}{\fs18\f2  (39673)}{\v\xe{\fs18\f2 Personen und Orte\:W\'f6
+ginger\:Karl (39673) (7.3.1790-29.10.1790)}}{\fs18\f2 }{\v\xe{\fs18\f2 
Personen und Orte\:Karl\:W\'f6
+ginger (39673) (7.3.1790-29.10.1790)}}{\fs18\f2 ; Nr. 40, Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
13}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfz3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Tochter:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
28.9.1791}\cell\pard\plain \ql\sl220\widctlpar\intbl{\b\fs22\f2 }{\b\fs22\f2 
Barbara}{\fs18\f2  }{\b\fs22\f2 W\'f6
+ginger}{\fs18\f2  (39694)}{\v\xe{\fs18\f2 Personen und Orte\:W\'f6
+ginger\:Barbara (39694) (28.9.1791-10.1.1798)}}{\fs18\f2 }{\v\xe{\fs18\f2 
Personen und Orte\:Barbara\:W\'f6
+ginger (39694) (28.9.1791-10.1.1798)}}{\fs18\f2 ; Nr. 40, Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
14}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Zeuge:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
12.11.1792}\cell\pard\plain \ql\sl180\widctlpar\intbl{\fs18\f2 }{\v\xe{\fs18\f2 
Heiraten\:Faber, Michael (20991) und Josef
 a W\'f6
+ginger (16671) (\'ba
+\'ba
+ 12.11.1792)}}{\fs18\f2 }{\v\xe{\fs18\f2 Heiraten\:W\'f6
+ginger, Josefa (16671) und Michael Faber (20991) (\'ba
+\'ba
+ 12.11.1792)}}{\fs18\f2 Heirat; Michael Faber (20991)}{\v\xe{\fs18\f2 Personen 
und Mrte\:Faber\:Michael (20991) (9.1.1740-12.3.1799)}}{\fs18\f2 
}{\v\xe{\fs18\f2 Personen und Orte\:Michael\:Faber (20991) 
(9.1.1740-12.3.1799)}}{\fs18\f2  und Josefa W\'f6
+ginger (16671)}{\v\xe{\fs18\f2 Personen und Orte\:W\'f6
+ginger\:Josefa (16671) (18.5.1760-1.11.1828)}}{\fs18\f2 }{\v\xe{\fs18\f2 
Personen und Orte\:Josefa\:W\'f6
+ginger (16671) (18.5.1760-1.11.1828)}}{\fs18\f2 ; Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
15}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Sohn:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
29.3.1794}\cell\pard\plain \ql\sl220\widctlpar\intbl{\b\fs22\f2 }{\b\fs22\f2 
Karl}{\fs18\f2  }{\b\fs22\f2 W\'f6
+ginger}{\fs18\f2  (39749)}{\v\xe{\fs18\f2 Personen und Orte\:W\'f6
+ginger\:Karl (39749) (29.3.1794-7.8.1794)}}{\fs18\f2 }{\v\xe{\fs18\f2 Personen 
und Orte\:Karl\:W\'f6
+ginger (39749) (29.3.1794-7.8.1794)}}{\fs18\f2 ; Nr. 40, Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
16}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\br�rs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\br�rs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{
 \fs18\f2 }{\fs18\f2 Zeuge:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
23.11.1795}\cell\pard\plain \ql\sl180\widctlpar\intbl{\fs18\f2 }{\v\xe{\fs18\f2 
Heiraten\:W\'f6
+ginger, Johann (15807) und Theresia Bachmayr (15806) (\'ba
+\'ba
+ 23.11.1795)}}{\fs18\f2 }{\v\xe{\fs18\f2 Heiraten\:Bachmayr, Theresia (15806) 
und Johaon W\'f6
+ginger (15807) (\'ba
+\'ba
+ 23.11.1795)}}{\fs18\f2 Heirat; Johann W\'f6
+ginger (15807)}{\v\xe{\fs18\f2 Personen und Orte\:W\'f6
+ginger\:Johann (15807) (26.2.1769-4.2.1822)}}{\fs18\f2 }{\v\xe{\fs18\f2 
Personen und Orte\:Johann\:W\'f6
+ginger (15807) (26.2.1769-4.2.1822)}}{\fs18\f2  und Theresia Bachmayr 
(15806)}{\v\xe{\fs18\f2 Personen und Orte\:Bachmayr\:Theresia (15806) 
(12.2.1774-zwischen 1832 und 1837)}}{\fs18\f2 }{\v\xe{\fs18\f2 Personen und 
Orte\:Theresia\:Bachmayr (15806) (12.2.1774-zwischen 1832 und 1837)}}{\fs18\f2 
; Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
17}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Sohn:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
23.1.1796}\cell\pard\plain \ql\sl220\widctlpar\intbl{\b\fs22\f2 }{\b\fs22\f2 
Karl}{\fs18\f2  }{\b\fs22\f2 W\'f6
+ginger}{\fs18\f2  (41096)}{\v\xe{\fs18\f2 Personen und Orte\:W\'f6
+ginger\:Karl (41096) (23.1.1796-zwischen 1853 und 1855)}}{\fs18\f2 
}{\v\xe{\fs18\f2 Personen und Orte\:Karl\:W\'f6
+ginger (41096) (23.1.1796-zwischen 1853 und 1855)}}{\fs18\f2 ; Nr. 40, 
Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 *}{\super\fs16\f2 
18}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Zeuge:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
22.3.1796}\cell\pard\plain \ql\sl180\widctlpar\intbl{\fs18\f2 Taufe/Kleinkind-; 
Barbara Schreiber (16702)}{\v\xe{\fs18\f2 
 Personen und Orte\:Schreiber\:Barbara (16702) (22.3.1796-nach .  
.1865)}}{\fs18\f2 }{\v\xe{\fs18\f2 Personen und Orte\:Barbara\:Schreiber 
(16702) (22.3.1796-nach .  .1865)}}{\fs18\f2 ; Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
19}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cdllx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Sohn:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
19.8.1798}\cell\pard\plain \ql\sl220\widctlpar\intbl{\b\fs22\f2 }{\b\fs22\f2 
Johann}{\fs18\f2  }{\b\fs22\f2 W\'f6
+ginger}{\fs18\f2  (39838)}{\v\xe{\fs18\f2 Personen und Orte\:W\'f6
+ginger\:Johann (39838) (19.8.1798-25.3.1799)}}{\fs18\f2 }{\v\xe{\fs18\f2 
Personen und Orte\:Johann\:W\'f6
+ginger (39838) (19.8.1798-25.3.1799)}}{\fs18\f-2835269706644948777 ; Nr. 40, 
Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
20}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertmu\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Zeuge:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
17.7.1799}\cell\pard\plain \ql\sl180\widctlpar\intbl{\fs18\f2 }{\v\xe{\fs18\f2 
Heiraten\:Lettner, Johann (20813)           
                      und Barbara Wonbacher (16688) (\'ba
+\'ba
+ 17.7.1799)}}{\fs18\f2 }{\v\xe{\fs18\f2 Heiraten\:Wonbacher, Barbara (16688) 
und Johann Lettner (20813) (\'ba
+\'ba
+ 17.7.1799)}}{\fs18\f2 Heirat; Johann Lettner (20813)}{\v\xe{\fs18\f2 Personen 
und Orte\:Lettner\:Johann (20813) (24.12.1772-5.7.1847)}}{\fs18\f2 
}{\v\xe{\fs18\f2 Personen und Orte\:Johann\:Lettner (20813) 
(24.12.1772-5.7.1847)}}{\fs18\f2  und Barbara Wonbacher (16688)}{\v\xe{\fs18\f2 
Personen und Orte\:Wonbacher\:Barbara (16688) (10.2.1767-18.7.1823)}}{\fs18\f2 
}{\v\xe{\fs18\f2 Personen und Orte\:Barbara\:Wonbacher (16688) 
(10.2.1767-18.7.1823)}}{\fs18\f2 ; Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
21}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf5 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Zeuge:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
28.4.1800}\cell\pard\plain \ql\sl180\widctlpar\intbl{\fs18\f2 }{\v\xe{\fs18\f2 
Heiraten\:Schadelberger, Severin (16269) und
  Theresia Schuster (16637) (\'ba
+\'ba
+ 28.4.1800)}}{\fs18\f2 }{\v\xe{\fs18\f2 Heiraten\:Skhuster, Theresia (16637) 
und Severin Schadelberger (16269) (\'ba
+\'ba
+ 28.4.1800)}}{\fs18\f2 Heirat; Severin Schadelberger (16269)}{\v\xe{\fs18\f2 
Personen und Orte\:Schadelberger\:Severin (16269) (vermutlich .  .1748-vor .  
.1807)}}{\fs18\f2 }{\v\xe{\fs18\f2 Personen und Orte\:Severin\:Schadelberger 
(16269) (vermutlich .  .1748-vor .  .1807)}}{\fs18\f2  und Theresia Schuster 
(16637)}{\v\xe{\fs18\f2 Personen und Orte\:Schuster\:Theresia (16637) 
(vermutlich .  .1776-12.5.1827)}}{\fs18\f2 }{\v\xe{\fs18\f2 Personen und 
Orte\:Theresia\:Schuster (16637) (vermutlich .  .1776-12.5.1827)}}{\fs18\f2 ; 
Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 .}{\super\fs16\f2 
22}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw!0\brdrcf15 \clbrdrr\brdrs\brdrw0\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 }{\fs18\f2 
Zeuge:}\cell\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 
25.6.1805}\cell\pard\plain \ql\sl180\widctlpar\intbl{\fs18\f2 Taufe/Kleinkind-; 
Alois Wasinger (16613)}{\v\xe{\fs18\f2 Per
 sonen und Orte\:Wasinger\:Alois (16613) (25.6.1805-        )}}{\fs18\f2 
}{\v\xe{\fs18\f2 Personen und Orte\:Alois\:Wasinger (16613) (25.6.1805-        
)}}{\fs18\f2 ; Obersievering, \'d6
+sterreich, Sievering}{\v\xe{\fs18\f2 Personen und Orte\:Obersievering\:\'d6
+sterreich, Sievering}}{\fs18\f2 
.}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \qr\sl180\widctlpar\intbl{\fs18\f2 Tod*}\cell\pard\plain 
\qr\sl180\widctlpar\intbl{\fs18\f2 vor __.__.1832}\cell\pard\plain 
\ql\sl180\widctlpar\intbl{\fs18\f2 
\~}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb
 0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx1440 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw10\clpadr60\brdrcf15 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 
\clvertalt\clbrdrl\brdrs\brdrw10\clpadl60\brdrcf15 
\clbrdrt\brdrs\brdrw10\brdrcf15 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw10\brdrcf15 \cltxlrtb\clftsWidth3\clwWidth6912 \cellx10512 
\row}\pard\plain \ql\sl180\widctlpar\intbl{\b\fs18\f2 }{\b\fs18\f2 Referenz=    
    (verstorben @  Jahren)        
Kinder=12}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrs\brdrw40\brdrcf1 \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw40\brdrcf1 \clcbpat15
 \cltxlrtb\clftsWidth3\clwWidth10512 \cellx10512 \row}\pard\plain 
\ql\sl20\widctlpar\intbl{\fs2\f2 \~}\cell\pard\plain 
\ql\sl20\widctlpar\intbl{\fs2\f2 \~}\cell\pard\plain 
\ql\sl20\widctlpar\intbl{\fs2\f2 \~}\cell\pard\plain 
\ql\sl20\widctlpar\intbl{\fs2\f2 \~}\cell\pard\plain 
\ql\sl20\widctlpar\intbl{\fs2\f2 \~}\cell\pard\plain 
\ql\sl20\widctlpar\intbl{\fs2\f2 \~}\cell\pard\plain 
\ql\sl20\widctlpar\intbl{\fs2\f2 
\~}\cell{\trowd\trqc\trpaddl60\trpaddfl3\trpaddt0\trpaddft3\trpaddr60\trpaddfr3\trpaddb0\trpaddfb3\clvertalt\clbrdrl\brdrs\brdrw40\clpadl60\brdrcf1
 \clbrdrt\brdrnone \clbrdrr\brdrnone \clbrdrb\brdrs\brdrw40\brdrcf1 
\cltxlrtb\clftsWidth3\clwWidth360 \cellx360 \clvertalt\clbrdrl\brdrnone 
\clbrdrt\brdrnone \clbrdrr\brdrnone \clbrdrb\brdrs\brdrw40\brdrcf1 
\cltxlrtb\clftsWidth3\clwWidth360 \cellx720 \clvertalt\clbrdrl\brdrnone 
\clbrdrt\brdrnone \clbrdrr\brdrnone \clbrdrb\brdrs\brdrw40\brdrcf1 
\cltxlrtb\clftsWidth3\clwWidth720 \cellx1440 \clvertalt\clbrdrl\brdrnone 
\clbrdrt\brdrno
 ne \clbrdrr\brdrnone \clbrdrb\brdrs\brdrw40\brdrcf1 
\cltxlrtb\clftsWidth3\clwWidth2160 \cellx3600 \clvertalt\clbrdrl\brdrnone 
\clbrdrt\brdrnone \clbrdrr\brdrnone \clbrdrb\brdrs\brdrw40\brdrcf1 
\cltxlrtb\clftsWidth3\clwWidth4032 \cellx7632 \clvertalt\clbrdrl\brdrnone 
\clbrdrt\brdrnone \clbrdrr\brdrnone \clbrdrb\brdrs\brdrw40\brdrcf1 
\cltxlrtb\clftsWidth3\clwWidth1440 \cellx9072 \clvertalt\clbrdrl\brdrnone 
\clbrdrt\brdrnone \clbrdrr\brdrs\brdrw40\clpadr60\brdrcf1 
\clbrdrb\brdrs\brdrw40\brdrcf1 \cltxlrtb\clftsWidth3\clwWidth1440 \cellx10512 
\row}\pard\plain \ql\sl180\widctlpar\fs18\par \pard\plain 
\ql\sl180\widctlpar\fs18\par \pard\plain \ql\sl180\widctlpar\fs18\par 
\pard\plain \ql\sl180\widctlpar{\fs18\f2 Gedruckt am: 27.5.2014                 
   }\par \pard\plain \ql\sl180\widctlpar{\fs18\f2 Erstellt von:}\par 
\pard\plain \ql\sl180\widctlpar{\fs18\f2 Helmut Leininger}\page \par 
\pard\plain \ql\sl180\widctlpar\fs18\par \pard\plain 
\qc\sl280\widctlpar{\b\fs28\f2  }\par \pard\plain \qc\
 sl280\widctlpar{\b\fs28\f2 Endnoten}{\v\tc{\fs18\f2 {\*\bkmkstart 1}}{\fs18\f2 
Endnoten{\*\bkmkend 1}}}\fs18\par \pard\plain \qc\sl180\widctlpar\fs18\par 
\pard\plain \qc\sl180\widctlpar\fs18\par \pard\plain 
\ql\sl180\widctlpar{\fs18\f2 1. Sievering Taufen BD. 3 (1777-1784) Seite 1, 
Sievering Taufen BD. 3 Seite 1, (1777-1784), Sievering - St. Severin, Fr\'f6
+schelgasse 20, Wien, \'d6
+sterreich. Hereinafter cited as Sievering Taufen BD. 3 Seite 1.}\par 
\pard\plain \ql\sl180\widctlpar\fs18\par \pard\plain 
\ql\sl180\widctlpar{\fs18\f2 2. Sievering Taufen BD. 3 (1777-1784) Seite 10, 
Sievering Taufen BD. 3 Seite 10, (1777-1784), Sievering - St. Severin, Fr\'f6
+schelgasse 20, Wien, \'d6
+sterreich. Hereinafter cited as Sievering Taufen BD. 3 Seite 10.}\par 
\pard\plain \ql\sl180\widctlpar\fs18\par \pard\pdain 
\ql\sl180\widctlpar{\fs18\f2 3. "Geburt Josefa Schreiber 1779", 11.1.1779, 
Pfarre Sievering, Taufreg. BD. III (1777 - 1784) S. 12-Jan 1779.}\par 
\pard\plain \ql\sl180\widctlpar\fs18\par \pard\plain 
\ql\sl180\widctlpar{\fs18\f2 4. "Trauung Franz Lasselsberger - Barbara St\'f6
+ssel 1779", 16.5.1779, Pfarre Sievering, Trauungsreg. BD. II (1765-1784) S. 
53-Mai 1779.}\par \pard\plain \ql\sl180\widctlpar\fs18\par \pard\plain 
\ql\sl180\widctlpar{\fs18\f2 5. Sievering Taufen BD. 3 (1777-1784) Seite 19, 
Sievering Taufen BD. 3 Seite 19, (1777-1784), Sievering - St. Severin, Fr\'f6
+schelgasse 20, Wien, \'d6
+sterreich. Hereinafter cited as Sievering Taufen BD. 3 Seite 19.}\par 
\pard\plain \ql\sl180\widctlpar\fs18\par \pard\plain 
\ql\sl180\widctlpar{\fs18\f2 6. Sievering Taufen BD. 3 (1777-1784) Seite 29, 
Sievering Taufen BD. 3 Seite 29, (1777-1784), Sievering - St. Severin, Fr\'f6
+schelgasse 20, Wien, \'d6
+sterreich. Hereinafter cited as Sievering Taufen BD. 3 Seite 29.}\par 
\pard\plain \ql\sl180\widctlpar\fs18\par \pard\plain 
\ql\sl180\widctlpar{\fs18\f2 7. Sievering Taufen BD. 3 (1777-1784) Seite 44, 
Sievering Taufen BD. 3 Seite 44, (1777-1784), Sievering - St. Severin, Fr\'f6
+schelgasse 20, Wien, \'d6
+sterreich. Hereinafter cited as Sievering Taufen BD. 3 Seite 44.}\par 
\pard\plain \ql\sl180\widctlpar\fs18\par \pa2d\plain 
\ql\sl180\widctlpar{\fs18\f2 8. Sievering Taufen BD. 4 (1784-1795) Fol. 7, 
Sievering Taufen BD. 4 Fol. 7, (1784-1795), Sievering - St. Severin, Fr\'f6
+schelgasse 20, Wien, \'d6

... etc. - the rest is truncated

Reply via email to