[Libreoffice-bugs] [Bug 121213] Autocorrection of Function Parameters and Static variables does not work

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Aug 12 15:02:37 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=121213

--- Comment #4 from himajin100000 at gmail.com ---
Just a guess. Not sure.

https://opengrok.libreoffice.org/xref/core/basctl/source/basicide/baside2b.cxx?r=41dbf08b#656
https://opengrok.libreoffice.org/xref/core/basic/source/classes/codecompletecache.cxx?r=3ceb01af#171
https://opengrok.libreoffice.org/xref/core/basic/source/classes/codecompletecache.cxx?r=3ceb01af#132
https://opengrok.libreoffice.org/xref/core/basic/source/classes/sbxmod.cxx?r=c88f7603#1695
https://opengrok.libreoffice.org/xref/core/basic/source/comp/symtbl.cxx?r=e48e0632#149
https://opengrok.libreoffice.org/xref/core/basic/source/comp/symtbl.cxx?r=e48e0632#162
https://opengrok.libreoffice.org/xref/core/basic/source/comp/symtbl.cxx?r=e48e0632#290

https://opengrok.libreoffice.org/xref/core/basic/source/classes/sbxmod.cxx?r=c88f7603#1695

====================
For abc in the following code, StarBasic compares "abc" with "Main:aBc"
case-insensitively?

Sub Main()
        Static aBc As Integer
        abc = 1
End Sub

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190812/6c161b35/attachment.html>


More information about the Libreoffice-bugs mailing list