vcl/qt5/QtInstanceBuilder.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 8f07dac2d8403e9fc54908ba059c9288e56d1075
Author: Michael Weghorn <[email protected]>
AuthorDate: Wed Dec 3 22:41:40 2025 +0100
Commit: Michael Weghorn <[email protected]>
CommitDate: Thu Dec 4 08:17:38 2025 +0100
tdf#130857 qt weld: Support Calc "Paste Special" dialog
This means that native Qt widgets are used for that dialog
now when using the qt5 or qt6 VCL plugin and starting LO with
environment variable SAL_VCL_QT_USE_WELDED_WIDGETS=1 set.
The dialog can be triggered like this:
* start Calc
* type something in cell A1
* select cell A1
* press Ctrl+C to copy the cell content
* click on cell A2
* press Ctrl+Shift+V to trigger the dialog
Change-Id: I543b552a2387cb765e0ff134d4d5f2cf8ebeb0ff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194967
Reviewed-by: Michael Weghorn <[email protected]>
Tested-by: Jenkins
diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index 42124eb9ea5b..375f8e3700db 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -143,6 +143,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString&
rUIFile, const weld::W
u"modules/scalc/ui/insertsheet.ui"_ustr,
u"modules/scalc/ui/movecopysheet.ui"_ustr,
u"modules/scalc/ui/optdlg.ui"_ustr,
+ u"modules/scalc/ui/pastespecial.ui"_ustr,
u"modules/scalc/ui/selectrange.ui"_ustr,
u"modules/scalc/ui/selectsource.ui"_ustr,
u"modules/scalc/ui/showsheetdialog.ui"_ustr,