- open spreadsheet - type =F. - autocomplete pop-up shows F.DIST() - Enter to accept this > cell now has =f.F.DIST() I see this in Dutch Locale (=SOM.ALS()) and English
was OK in 4.3.0 alpha1 testing on Linux
Is OK in master too.
It is still broken in master and I think I found the problem. During the replacement we set the selection to the word boundaries which of course don't make sense with a dot in the name. I just need to find an editeng method that does the same but does not assume that a dot is a word boundary.
(In reply to comment #3) > It is still broken in master and I think I found the problem. During the > replacement we set the selection to the word boundaries which of course > don't make sense with a dot in the name. > > I just need to find an editeng method that does the same but does not assume > that a dot is a word boundary. @Markus: I don't have any time to look into things, but you could take a look at the fix for bug #75264, sc/source/ui/app/inputhdl.cxx. The fix did work fine with different locales. It might help...
(In reply to comment #4) > (In reply to comment #3) > > It is still broken in master and I think I found the problem. During the > > replacement we set the selection to the word boundaries which of course > > don't make sense with a dot in the name. > > > > I just need to find an editeng method that does the same but does not assume > > that a dot is a word boundary. > > @Markus: I don't have any time to look into things, but you could take a > look at the fix for bug #75264, sc/source/ui/app/inputhdl.cxx. The fix did > work fine with different locales. It might help... The problem is different. In my case I have to fix the editeng selection handling and work around the word boundary problem. The bug 75264 bug only had to deal with an OUString.
Markus Mohrhard committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=5e2b4da10caaa15ee7e846c42ada2a20218d9591 handle autocomplete with dot in formula name, fdo#80058 The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Markus Mohrhard committed a patch related to this issue. It has been pushed to "libreoffice-4-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=dceb53e0c6d2e7485cfc3ea59b5c125e6640930b&h=libreoffice-4-3 handle autocomplete with dot in formula name, fdo#80058 It will be available in LibreOffice 4.3.2. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.