aboutsummaryrefslogtreecommitdiff
path: root/source/eu/avmedia
ModeNameSize
d---------source77logplain
ature/orcus-rebased'>feature/orcus-rebased LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlimp.hxx
AgeCommit message (Collapse)Author
2024-07-26ofz#70674 Null-dereference READCaolán McNamara
xCursorTunnel.get() is a SvxUnoTextCursor in this case Change-Id: Iaa50a4895923bc1635dc69325203de7bfb77886b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171064 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2023-03-31tdf#154486: use importer-local map to deduplicate table namesMike Kaganski
... instead of SwDoc::GetUniqueTableName. The latter is expensive with many tables, has O(n^2) complexity with rather large O, and in corner cases of thousands tables with no or duplicate names, is unacceptably slow. Changes the test case import time from 39 s to 23 s on my system. Change-Id: Ia461c860d56cbbfdcb25bacbb9cca4961ced885e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149817 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-01-14XUnoTunnel->dynamic_cast in SvXMLImportNoel Grandin
Change-Id: I070bc1a8136e5b492c0ea56774a274b9a3d2ec2d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145494 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-10-29tdf#126788 speed up GetDocFromXMLImportNoel Grandin
we can just static_cast to SwXMLImport, no need to use XUnoTunnel Change-Id: I5ca1a1e2d63ae632578261630f67c9d164727cef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142016 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-08-08unique_ptr->optional in SwXMLImportNoel Grandin
Change-Id: I66d32a8ffd03fb87aa9380f3f84b6e7463258a04 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137975 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>