[Libreoffice-bugs] [Bug 118246] FILEOPEN XLSX Basic code with “GetOpenFilename” method does not work

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

--- Comment #7 from Justin L  ---
Is this fixed now?

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

[Libreoffice-bugs] [Bug 118246] FILEOPEN XLSX Basic code with “GetOpenFilename” method does not work

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

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

https://git.libreoffice.org/core/commit/571438a34ad9aba0d496a89e8345851331740fbd

tdf#118246 add support for Application.GetOpenFilename func.

It will be available in 7.4.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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

[Libreoffice-bugs] [Bug 118246] FILEOPEN XLSX Basic code with “GetOpenFilename” method does not work

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.4.0

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

[Libreoffice-bugs] [Bug 118246] FILEOPEN XLSX Basic code with “GetOpenFilename” method does not work

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

himajin100...@gmail.com changed:

   What|Removed |Added

 Blocks|108908  |144453


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108908
[Bug 108908] [META] Visual Basic for Applications (VBA) macro issues
https://bugs.documentfoundation.org/show_bug.cgi?id=144453
[Bug 144453] [META] VBA-Error 423, Unimplemented Member
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 118246] FILEOPEN XLSX Basic code with “GetOpenFilename” method does not work

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

raal  changed:

   What|Removed |Added

 CC||nicolas.maltais@secalinstru
   ||ments.ca

--- Comment #5 from raal  ---
*** Bug 126750 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 118246] FILEOPEN XLSX Basic code with “GetOpenFilename” method does not work

2019-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118246

himajin100...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||6750

-- 
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 118246] FILEOPEN XLSX Basic code with “GetOpenFilename” method does not work

2019-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118246

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||108908


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108908
[Bug 108908] [META] Visual Basic for Applications (VBA) macro issues
-- 
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 118246] FILEOPEN XLSX Basic code with “GetOpenFilename” method does not work

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118246

--- Comment #4 from Bartosz  ---
Documentation about GetOpenFilename() method is available at:
https://msdn.microsoft.com/en-us/vba/excel-vba/articles/application-getopenfilename-method-excel
 
There is also missing implementation of GetSaveAsFilename() Method:
https://msdn.microsoft.com/en-us/vba/excel-vba/articles/application-getsaveasfilename-method-excel


Example of implemented Goto method is available at:
https://opengrok.libreoffice.org/xref/core/sc/source/ui/vba/vbaapplication.cxx#597
The documentation:
https://msdn.microsoft.com/en-us/vba/excel-vba/articles/application-goto-method-excel

-- 
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 118246] FILEOPEN XLSX Basic code with “GetOpenFilename” method does not work

2018-06-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118246

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Buovjaga  ---
NEW per comment 2

-- 
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 118246] FILEOPEN XLSX Basic code with “GetOpenFilename” method does not work

2018-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118246

himajin100...@gmail.com changed:

   What|Removed |Added

 CC||himajin100...@gmail.com

--- Comment #2 from himajin100...@gmail.com ---
The problem is not in FilePicker. the responsibility is on ScVbaApplication.
This class currently does not have GetOpenFilename() method.

https://opengrok.libreoffice.org/more/core/sc/source/ui/vba/vbaapplication.cxx?q=ScVbaApplication

-- 
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 118246] FILEOPEN XLSX Basic code with “GetOpenFilename” method does not work

2018-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118246

--- Comment #1 from Gabor Kelemen  ---
Created attachment 142931
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142931=edit
The macro in Excel and Calc side by side

-- 
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