https://bugs.documentfoundation.org/show_bug.cgi?id=92964
--- Comment #10 from Regina Henschel <[email protected]> --- It still does not work for deep structures. Now a Enter selects the item in the first level, but the next level has no selection list at all. It works with Dim aPoint As New com.sun.star.awt.Point That has only components X and Y with simple types. It fails with variable Dim aTransform As New com.sun.star.drawing.HomogenMatrix3. That has as first component not a simple value but a struct com::sun::star::drawing::HomogenMatrixLine3 You get the list Line1, Line2, Line3 and you can select Line1. Then press dot-key. The dot should give a list Column1, Column2, Column3. But that list does not appear. Tested with Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community Build ID: d9796e597329849a6d360f205c5d36f7838884d8 CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: default; VCL: win Locale: de-DE (en_US); UI: en-US Calc: threaded -- You are receiving this mail because: You are the assignee for the bug.
