[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2023-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #31 from Vladimir Sokolinskiy  ---
Alain, thank you so much for the important work you've done!

Unfortunately, I did not see the previous message, I apologize.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2023-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

Alain Romedenne  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2023-03-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #30 from Alain Romedenne  ---
@Vladimir

I have covered all Basic functions that required signature correction. Please
advise any omissions.

Please close if Ok your side.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2023-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #29 from Commit Notification 
 ---
Alain Romedenne committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/f3a16adcb0187df5cf9c01ae6b4550785c03375b

tdf#141474 Incorrect parameter names for Basic functions in help

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2023-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #28 from Commit Notification 
 ---
Alain Romedenne committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/6f339f367d1ee6aa8d13b41eaf3ca19bca9926e6

tdf#141474 Incorrect parameter names for Basic functions in help

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2023-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:7.2.0 target:7.3.0   |target:7.2.0 target:7.3.0
   |target:7.4.0 target:7.5.0   |target:7.4.0 target:7.5.0
   ||target:7.6.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2022-11-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #26 from Commit Notification 
 ---
Alain Romedenne committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/3568ffd245094b1ee98eab3cb2e0be18646a7aa5

tdf141474 Typename, Vartype functions accept keyword arguments

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2022-10-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #25 from Commit Notification 
 ---
Alain Romedenne committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/021a444733a8022967b374642057d2032318634b

tdf141474 CreateUnoService accepts keyword arguments

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2022-10-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #24 from Commit Notification 
 ---
Alain Romedenne committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/b122dcc35b2015c8ffd0f826dd99edfeeebb39d1

tdf141474 CreateUnoListener function accepts keyword arguments

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2022-10-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:7.2.0 target:7.3.0   |target:7.2.0 target:7.3.0
   |target:7.4.0|target:7.4.0 target:7.5.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2022-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #23 from Vladimir Sokolinskiy  ---
Yes, I'm sorry, the function CallByName documentation is OK.

Sub TestCallByName
   Msgbox CallByName(Object:=ThisComponent, ProcName:="Title", CallType:=2)
End Sub

shows the title of the document.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2022-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #22 from Alain Romedenne  ---
CallByName is correct as per latest stdobj.cxx source file:
https://opengrok.libreoffice.org/xref/core/basic/source/runtime/stdobj.cxx?r=98f88ac1

cf. tdf#147262 fix from 7.3 onwards - see comment 15

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2022-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #21 from Vladimir Sokolinskiy  ---
Below is a list of functions that have more than one parameter and that have at
least one invalid parameter name.

CallByName
CreateUnoListener
CreateUnoValue
Dir
FileAttr
FileCopy
FormatDateTime
Iif
InStr
InStrRev
IRR
Join
Left
Mid
MIRR
NPV
Partition
Right
SetAttr
Shell
Split
StrComp
StrConv
String

Thanks to the developers for the changes already made!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2022-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #20 from Alain Romedenne  ---
Most patches were performed following functions alphabetic order.

If I'm not mistaken many function help pages remain tobe modified. To name a
few:
 …
- FormatDateTime
  …
-InStr, InStrRev
 …

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2022-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #19 from Vladimir Sokolinskiy  ---
I'll try to double check in the next few days. :)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2022-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #18 from Martin Srebotnjak  ---
Is this bug report ready to close?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2022-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #17 from Commit Notification 
 ---
Alain Romedenne committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/f3b76b5e8d644176704c4619304278869ae57127

tdf#141474 Cdbl, Cint, Clng, Csng accept keyword arguments

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2022-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #16 from Commit Notification 
 ---
Alain Romedenne committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/084d84f09882ec35007ad4566247932a30899799

tdf#141474 tdf#148466 Choose function accepts keyword arguments

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2022-02-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #15 from Commit Notification 
 ---
Alain Romedenne committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/401fb641aff217c7c333ce71d22abcf575d3ed09

tdf#114263 tdf#141474 tdf#147262 CallByName() function new help page

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2022-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474
Bug 141474 depends on bug 147262, which changed state.

Bug 147262 Summary: CallByName() argument names does not match that of VBA
https://bugs.documentfoundation.org/show_bug.cgi?id=147262

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2022-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

Alain Romedenne  changed:

   What|Removed |Added

 Depends on||147262


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=147262
[Bug 147262] CallByName() argument names does not match that of VBA
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2022-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #14 from Commit Notification 
 ---
Alain Romedenne committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/2f76d8e9280cbe1e726cfcf2d4a798c8cf418241

tdf#145693 tdf#141474 Chr ChrW method signatures

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-12-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #13 from Commit Notification 
 ---
Alain Romedenne committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/3b63a6a4d3e61d57c552051037f69b8cdbac167b

tdf#141474 CBool, CByte, CCur function signatures

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-12-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:7.2.0 target:7.3.0   |target:7.2.0 target:7.3.0
   ||target:7.4.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-11-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #12 from Commit Notification 
 ---
Alain Romedenne committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/eb45e7df8aeeab7791876038c16345d5321e49b1

tdf#141474 Asc, AscW function signatures

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #11 from Vladimir Sokolinskiy  ---
Thanks again!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #10 from Commit Notification 
 ---
Alain Romedenne committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/b902fbcc87b0baf76b3dd501f0feff40bb1f3711

tdf#141474 Atn, Cos, Sin, Tan function signatures

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:7.2.0|target:7.2.0 target:7.3.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #9 from Commit Notification 
 ---
Alain Romedenne committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/e5ac483bab252537ccbd087e6a133230cb8bae70

tdf#141474 tdf#124066 Basic keyword arguments explanations

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-05-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #8 from Vladimir Sokolinskiy  ---
Thank you very much, colleagues!

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-05-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #7 from Commit Notification 
 ---
Rafael Lima committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/f9a2226309678e6a8769af6d312f796bb6835c4b

tdf#131368, tdf#141474 Document WeekDay Basic function

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-04-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #6 from Commit Notification 
 ---
Alain Romedenne committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/f1c3329df60dd8e0d5fb495a1e2f12790eb7a829

tdf#141474 InputBox Basic method signature

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-04-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #5 from Commit Notification 
 ---
Alain Romedenne committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/a26e51cc4e5af7eae340fcf20e31e991239def2d

tdf#141474 MsgBox function signature

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-04-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-04-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #4 from Alain Romedenne  ---
As a minimum help pages should document the exact names for arguments that are
actually implemented. As for MsgBox function implemented parameter names are:
prompt, buttons and title.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-04-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

Alain Romedenne  changed:

   What|Removed |Added

 Blocks||127592


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127592
[Bug 127592] [META] LibreOffice Basic incl."Option Compatible" modules
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-04-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

Alain Romedenne  changed:

   What|Removed |Added

 CC||alain.romedenne@libreoffice
   ||.org

--- Comment #3 from Alain Romedenne  ---
(In reply to Vladimir Sokolinskiy from comment #2)
> The parameter names of the LibreOffice Basic Msgbox function are described
> [url=https://opengrok.libreoffice.org/xref/core/basic/source/runtime/stdobj.
> cxx?r=fbaf865f#610]here[/url] (as far as I understand). 
> 
> arg(u"Prompt",   SbxSTRING),
> arg(u"Buttons",  SbxINTEGER, OPT_),
> arg(u"Title",SbxSTRING,  OPT_),
> arg(u"Helpfile", SbxSTRING,  OPT_),
> arg(u"Context",  SbxINTEGER, OPT_),

Correct !

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

--- Comment #2 from Vladimir Sokolinskiy  ---
The parameter names of the LibreOffice Basic Msgbox function are described
[url=https://opengrok.libreoffice.org/xref/core/basic/source/runtime/stdobj.cxx?r=fbaf865f#610]here[/url]
(as far as I understand). 

arg(u"Prompt",   SbxSTRING),
arg(u"Buttons",  SbxINTEGER, OPT_),
arg(u"Title",SbxSTRING,  OPT_),
arg(u"Helpfile", SbxSTRING,  OPT_),
arg(u"Context",  SbxINTEGER, OPT_),

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

Olivier Hallot  changed:

   What|Removed |Added

 Resolution|NOTABUG |---
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

2021-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141474

Olivier Hallot  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #1 from Olivier Hallot  ---
The current Help page reflects the LibreOffice Basic implementation of the
MsgBox instruction or function.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs