[Libreoffice-bugs] [Bug 128122] BASIC CCur should obey locale setting

2021-03-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128122 --- Comment #23 from Buovjaga --- (In reply to Arpit Bandejiya from comment #22) > Also if there is any other communication method in the Org please do let me > know.. any mailing list or any other medium to get generally asked >

[Libreoffice-bugs] [Bug 128122] BASIC CCur should obey locale setting

2021-03-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128122 --- Comment #22 from Arpit Bandejiya --- Also if there is any other communication method in the Org please do let me know.. any mailing list or any other medium to get generally asked questioned resolved. It will be of great help. --

[Libreoffice-bugs] [Bug 128122] BASIC CCur should obey locale setting

2021-03-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128122 --- Comment #21 from Arpit Bandejiya --- Hi, sorry for the late response got some unpredicted work. Thanks for the help earlier. Can someone help me with how to find the library to get the class in the file. As in our case, we need

[Libreoffice-bugs] [Bug 128122] BASIC CCur should obey locale setting

2021-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128122 --- Comment #20 from Andreas Heinisch --- You may start with the number formatter: LanguageType eLangType = Application::GetSettings().GetLanguageTag().getLanguageType(); std::shared_ptr pNumberFormatter = std::make_shared(

[Libreoffice-bugs] [Bug 128122] BASIC CCur should obey locale setting

2021-03-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128122 --- Comment #19 from Arpit Bandejiya --- Hi, I looked into the issue, the ImpStringToCurrency is hard coded which is causing the issue, as per now I think it is there for only for one standard. If possible can I get some references where

[Libreoffice-bugs] [Bug 128122] BASIC CCur should obey locale setting

2021-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128122 --- Comment #18 from Arpit Bandejiya --- (In reply to Buovjaga from comment #16) > (In reply to Arpit Bandejiya from comment #14) > > If possible can someone tell me how to generate the error ( how to change > > the locale to german) >

[Libreoffice-bugs] [Bug 128122] BASIC CCur should obey locale setting

2021-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128122 --- Comment #17 from Arpit Bandejiya --- (In reply to Johnny Rosenberg from comment #15) > ”If possible can someone tell me how to generate the error ( how to change > the locale to german)” > > I think it depends on your operating

[Libreoffice-bugs] [Bug 128122] BASIC CCur should obey locale setting

2021-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128122 Buovjaga changed: What|Removed |Added CC||arpitbandej...@gmail.com --- Comment

[Libreoffice-bugs] [Bug 128122] BASIC CCur should obey locale setting

2021-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128122 --- Comment #15 from Johnny Rosenberg --- ”If possible can someone tell me how to generate the error ( how to change the locale to german)” I think it depends on your operating system. -- You are receiving this mail because: You are

[Libreoffice-bugs] [Bug 128122] BASIC CCur should obey locale setting

2021-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128122 --- Comment #14 from Arpit Bandejiya --- If possible can someone tell me how to generate the error ( how to change the locale to german) Thanks! -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 128122] BASIC CCur should obey locale setting

2021-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128122 --- Comment #13 from Arpit Bandejiya --- Hi! I would like to work on this issue. -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs mailing list

[Libreoffice-bugs] [Bug 128122] BASIC CCur should obey locale setting

2021-03-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128122 Xisco Faulí changed: What|Removed |Added Keywords||topicDebug CC|

[Libreoffice-bugs] [Bug 128122] BASIC CCur should obey locale setting

2021-03-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128122 --- Comment #12 from Mike Kaganski --- FTR, regarding VBA's CCur locale dependence: VBA CCur documentation [1] tells: > You should use the data-type conversion functions instead of Val to provide > internationally aware conversions

[Libreoffice-bugs] [Bug 128122] BASIC CCur should obey locale setting

2021-03-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128122 --- Comment #11 from Mike Kaganski --- Code pointer: SvNumberFormatter::IsNumberFormat is used to convert strings to numbers. -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 128122] BASIC CCur should obey locale setting

2021-03-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128122 Andreas Heinisch changed: What|Removed |Added See Also||https://bugs.documentfounda

[Libreoffice-bugs] [Bug 128122] BASIC CCur should obey locale setting

2021-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128122 Buovjaga changed: What|Removed |Added Component|Documentation |BASIC Keywords|