[Libreoffice-bugs] [Bug 126458] FILEOPEN XLSX VBA file open does not work with relative path

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

Andreas Heinisch  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG
   Assignee|libreoffice-b...@lists.free |andreas.heini...@yahoo.de
   |desktop.org |

--- Comment #10 from Andreas Heinisch  ---
I tried the test file in Excel and it does not work there either. It seems you
have to put an absolute file path in any case. I will close it as NOTABUG since
it works as intended even in MS.

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

[Libreoffice-bugs] [Bug 126458] FILEOPEN XLSX VBA file open does not work with relative path

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

Andreas Heinisch  changed:

   What|Removed |Added

 CC||andreas.heini...@yahoo.de

--- Comment #9 from Andreas Heinisch  ---
Shouldn't the system path be given in URL notation?

Option VBASupport 1
  Public Sub FileOpenExample()
  file1 = "file:///Example.xlsx"

  Workbooks.Open Filename:=file1

End Sub

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

[Libreoffice-bugs] [Bug 126458] FILEOPEN XLSX VBA file open does not work with relative path

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

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

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #8 from Roman Kuznetsov <79045_79...@mail.ru> ---
still repro in 

Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 23f17b7ea6fbd2f422c7e40192ae60e4df25224c
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: default; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 126458] FILEOPEN XLSX VBA file open does not work with relative path

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

--- Comment #7 from QA Administrators  ---
Dear NISZ LibreOffice Team,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 126458] FILEOPEN XLSX VBA file open does not work with relative path

2019-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126458

--- Comment #6 from himajin100...@gmail.com ---
https://opengrok.libreoffice.org/xref/core/framework/source/loadenv/loadenv.cxx?r=602c6097#652

https://opengrok.libreoffice.org/xref/core/ucb/source/core/ucb.cxx?r=9e0b3423#765
https://opengrok.libreoffice.org/xref/core/ucb/source/core/ucb.hxx?r=e57ca028#183
https://opengrok.libreoffice.org/xref/core/ucb/source/core/ucb.cxx?r=9e0b3423#424
https://opengrok.libreoffice.org/xref/core/ucb/source/core/providermap.hxx?r=31f71635#62
https://opengrok.libreoffice.org/xref/core/ucb/source/inc/regexpmap.hxx?r=ab9b67bb#add
https://opengrok.libreoffice.org/xref/core/ucb/source/regexp/regexp.cxx?r=310ce513#293
https://opengrok.libreoffice.org/xref/core/ucb/source/inc/regexpmap.hxx?r=ab9b67bb#map

so, at least we need scheme somewhere?

Also, logs on my private build suggests 

https://opengrok.libreoffice.org/xref/core/sc/source/ui/vba/vbaworkbooks.cxx?r=ef59252a#171
https://opengrok.libreoffice.org/xref/core/sc/source/ui/vba/vbaworkbooks.cxx?r=ef59252a#197

getFileFilterType is using ucbhelper::Content constructor somewhere, which also
calls UniversalContentBroker::queryContentProvider
https://opengrok.libreoffice.org/xref/core/ucbhelper/source/client/content.cxx?r=63dfd069#255

-- 
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 126458] FILEOPEN XLSX VBA file open does not work with relative path

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126458

--- Comment #5 from himajin100...@gmail.com ---
not sure (comipling takes some long time) but I guess...

https://opengrok.libreoffice.org/xref/core/framework/source/loadenv/loadenv.cxx?r=602c6097#259

https://opengrok.libreoffice.org/xref/core/framework/source/loadenv/loadenv.cxx?r=602c6097#602

https://opengrok.libreoffice.org/xref/core/filter/source/config/cache/typedetection.cxx?r=902f09e4#83

https://opengrok.libreoffice.org/xref/core/framework/source/services/urltransformer.cxx?r=1c099989#124

https://opengrok.libreoffice.org/xref/core/filter/source/config/cache/filtercache.cxx?r=ee8f0a10#678

if URL does not have semicolon in later-than-or-equal-to 2nd character(index >=
1), aURL.Main in TypeDetection::queryTypeByURL is empty, and neither
pattern-matching nor mapping works?

-- 
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 126458] FILEOPEN XLSX VBA file open does not work with relative path

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

raal  changed:

   What|Removed |Added

Version|6.4.0.0.alpha0+ Master  |4.1.0.4 release
  Component|Calc|BASIC
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||r...@post.cz

--- Comment #4 from raal  ---
Confirm with Version: 6.4.0.0.alpha0+
Build ID: 47a774fbef8c224e4853de3fdd0230b9442bb716
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 

and Version: 4.1.0.0.alpha1+
Build ID: 863d38fbfa4fb4861e476828c46410602100919

-- 
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 126458] FILEOPEN XLSX VBA file open does not work with relative path

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

NISZ LibreOffice Team  changed:

   What|Removed |Added

 Blocks||108908
 CC||kelem...@ubuntu.com,
   ||nem...@numbertext.org


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 126458] FILEOPEN XLSX VBA file open does not work with relative path

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

--- Comment #3 from NISZ LibreOffice Team  ---
Created attachment 152851
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152851=edit
Screenshot of the problem in Calc

-- 
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 126458] FILEOPEN XLSX VBA file open does not work with relative path

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

--- Comment #1 from NISZ LibreOffice Team  ---
Created attachment 152849
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152849=edit
Example file from Excel with the macro

-- 
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 126458] FILEOPEN XLSX VBA file open does not work with relative path

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

--- Comment #2 from NISZ LibreOffice Team  ---
Created attachment 152850
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152850=edit
Example file from Excel to open by the macro

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