[Libreoffice-bugs] [Bug 90447] vba calls to end(xlup) and find change cell/sheet focus

2015-04-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90447

Justin L jl...@mail.com changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |jl...@mail.com
   |desktop.org |

--- Comment #5 from Justin L jl...@mail.com ---
suggested patch submitted https://gerrit.libreoffice.org/15175

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


[Libreoffice-bugs] [Bug 90447] vba calls to end(xlup) and find change cell/sheet focus

2015-04-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90447

--- Comment #4 from Justin L jl...@mail.com ---
I want to see if I can re-write it - so that it doesn't -Select() ANYTHING. 
That would stop the screen from jumping around (switching between sheets) which
looks terrible.

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


[Libreoffice-bugs] [Bug 90447] vba calls to end(xlup) and find change cell/sheet focus

2015-04-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90447

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet serval2...@yahoo.fr ---
Justin L: would you be interested in submitting a patch to review?

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


[Libreoffice-bugs] [Bug 90447] vba calls to end(xlup) and find change cell/sheet focus

2015-04-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90447

Justin L jl...@mail.com changed:

   What|Removed |Added

   Keywords||bisected, regression
 CC||jl...@mail.com
 Whiteboard||bibisected

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


[Libreoffice-bugs] [Bug 90447] vba calls to end(xlup) and find change cell/sheet focus

2015-04-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90447

raal r...@post.cz changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal r...@post.cz ---
LibreOffice 3.5.0 
Build ID: d6cde02
and
Version: 4.4.3.0.0+
Build ID: 3eba5eb1774ab621a1f0f4dcc7e82cce6c025b0a
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:libreoffice-4-4, Time:
2015-03-27_09:07:12
and
version 3.6.0alpha1+ (Build ID: 9afb6e)
and
Version: 4.3.0.0.alpha1+
Build ID: c15927f20d4727c3b8de68497b6949e72f9e6e9e

in these versions after run of macro focus jump to Sheet2  (-It should NOT
change the focus to Sheet2  (that is the bug being reported here)) after the
open file.

Clicking into the file (Clicking anywhere on this sheet will run a find
macro.  It also should NOT change the focus to sheet2, and report the same
number.)

version 3.6.0alpha1+ (Build ID: 9afb6e) -  doesn't jump into sheet2

Version: 4.4.3.0.0+
Build ID: 3eba5eb1774ab621a1f0f4dcc7e82cce6c025b0a - jump into the sheet2

Need to check with excel, so leaving unconfirmed for now.

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


[Libreoffice-bugs] [Bug 90447] vba calls to end(xlup) and find change cell/sheet focus

2015-04-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90447

--- Comment #2 from Justin L jl...@mail.com ---
sc/source/ui/vba/vbarange.cxx:  ScVbaRange::End() doesn't save/restore the
ActiveSheet - only the ActiveCell.  Adding a couple of lines to restore the
activeSheet fixes .End(xlup).

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