<div dir="ltr"><div>Hi <span><span class="gmail-Y8pC0">Caolán,</span></span></div><div><span><span class="gmail-Y8pC0"><br></span></span></div><div><span><span class="gmail-Y8pC0">> </span></span>If this is the dialog that has the title "Copy table" with the first<br>
> widget a checkbox of "Definition and data", then the .ui file for it is<br>
> dbaccess/uiconfig/ui/copytablepage.ui and its implemented as OCopyTable<br>
> in dbaccess/source/ui/misc/WCPage.cxx</div><div><br></div><div><span class="gmail-HwtZe" lang="en"><span class="gmail-jCAhz gmail-ChMk0b"><span class="gmail-ryNqvb">Yes, that's exactly it.</span></span> <span class="gmail-jCAhz gmail-ChMk0b"><span class="gmail-ryNqvb">Thank you very much.</span></span></span></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 27 sept. 2024 à 17:36, Caolán McNamara <<a href="mailto:caolan.mcnamara@collabora.com">caolan.mcnamara@collabora.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, 2024-09-27 at 14:45 +0200, Pierre Vacher wrote:<br>
...<br>
> When pasting into Base, LibreOffice opens a wizard that can<br>
> eventually create a table and copy the Calc data.<br>
> <br>
> I can't explain why this wizard works well under Linux but not under<br>
> Windows.<br>
> <br>
> Does anyone know where the code for this famous wizard is?<br>
<br>
If this is the dialog that has the title "Copy table" with the first<br>
widget a checkbox of "Definition and data", then the .ui file for it is<br>
dbaccess/uiconfig/ui/copytablepage.ui and its implemented as OCopyTable<br>
in dbaccess/source/ui/misc/WCPage.cxx<br>
<br>
FWIW when comparing Windows to Linux, it might be that the "gen" case<br>
under Linux works more like Windows than the "gtk3" case under Linux.<br>
So its possible that:<br>
SAL_USE_VCLPLUGIN=gen ./instdir/program/soffice<br>
gives a similar result to what happens under Windows. Maybe anyway.<br>
</blockquote></div>