In Base, open a query or table. 1) Select the whole grid. Copy. Paste in Calc (or another spreadsheet). Works. The whole query/table is pasted. 2) Select one (whole) row. Copy. Paste in Calc (or another spreadsheet). Works. The whole row is pasted. 3) Select a single column. Copy. Paste in Calc. Only a single cell is pasted (from the current row). Should paste the whole column. Usage scenario: Write a query that returns a list of email addresses. Paste the list of email addresses in BCC field of a new message in Icedove (or possibly other MUA / email clients - untested with others). This works when copying a column from Calc, but not from Base.
Adding self to CC if not already on
Same problem with : Version: 25.2.3.2 (X86_64) / LibreOffice Community Build ID: bbb074479178df812d175f709636b368952c2ce3 CPU threads: 4; OS: Windows 7 Service Pack 1 X86_64 (6.1 build 7601); UI render: Skia/Raster; VCL: win Locale: it-IT (it_IT); UI: it-IT Calc: threaded
Code pointers: Copy: https://opengrok.libreoffice.org/xref/core/dbaccess/source/ui/browser/brwctrlr.cxx?r=c8f9ede9ecd14ed2679d51fe4c1cc3ed1496c75e#1418 Paste: https://opengrok.libreoffice.org/xref/core/dbaccess/source/ui/browser/unodatbr.cxx?r=5de73f04f3db9c8fb488bf75b1860bf8378a5b45#1982 Actual copying of rows: https://opengrok.libreoffice.org/xref/core/dbaccess/source/ui/browser/sbagrid.cxx?r=3b4a5e047283a23be2a7b4b2b057ee97c7c99113#1047