[Libreoffice-bugs] [Bug 149531] Excel Visual Basic compatibility issue in LibreOffice Calc: .Delete

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

Eike Rathke  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |er...@redhat.com
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #8 from Eike Rathke  ---
Don't know why or how that ever worked..
sc/source/ui/vba/vbarange.cxx ScVbaRange::Columns() line 2425 attempts to
unconditionally access aCellRanges.front() where in this case aCellRanges is
empty.

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

[Libreoffice-bugs] [Bug 149531] Excel Visual Basic compatibility issue in LibreOffice Calc: .Delete

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

raal  changed:

   What|Removed |Added

   Keywords||bibisected, bisected
Version|7.3.4.2 release |6.1.0.3 release
 CC||er...@redhat.com
  Regression By||Eike Rathke

--- Comment #7 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Eike Rathke; Could you possibly take a look at this one?
Thanks

8484b5fb178bca2a8e569694b9896665a6b27ede is the first bad commit
commit 8484b5fb178bca2a8e569694b9896665a6b27ede
Author: Jenkins Build User 
Date:   Tue Jun 27 17:11:16 2017 +0200

source sha:a962f1465a8db9b6c4dfdfd8fef9141f07d7fd06
https://git.libreoffice.org/core/+/a962f1465a8db9b6c4dfdfd8fef9141f07d7fd06

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

[Libreoffice-bugs] [Bug 149531] Excel Visual Basic compatibility issue in LibreOffice Calc: .Delete

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

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
   Keywords||regression

--- Comment #6 from raal  ---
Confirm crash with Version: 7.4.0.0.alpha1+ / LibreOffice Community
Build ID: d4123356c61db269651e950a0a2cc93e6d801c90
CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: x11
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded Jumbo

no crash in Version 4.1.0.0.alpha0+ (Build ID:
efca6f15609322f62a35619619a6d5fe5c9bd5a)

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

[Libreoffice-bugs] [Bug 149531] Excel Visual Basic compatibility issue in LibreOffice Calc: .Delete

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

--- Comment #5 from Óvári  ---
Workaround which seems to work:
Replace the line
.Cells.Delete
with
.Cells.Clear

Seems to delete the contents and also clears the formatting.

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

[Libreoffice-bugs] [Bug 149531] Excel Visual Basic compatibility issue in LibreOffice Calc: .Delete

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

Óvári  changed:

   What|Removed |Added

Summary|Excel Visual Basic  |Excel Visual Basic
   |compatibility issue in  |compatibility issue in
   |LibreOffice Calc:   |LibreOffice Calc: .Delete
   |.ColumnWidth|

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