[Libreoffice-bugs] [Bug 149189] Update chart with method update() does not work in Writer

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

Armin Le Grand  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |armin.le.gr...@me.com
   |desktop.org |

--- Comment #8 from Armin Le Grand  ---
After digging quite some time & comparing why SC works, I found that while SC
uses
  EmbedEventListener_Impl
which has a XModifyListener component and a ::modified(...) call, the class
used for this in SW which is
  SwOLEListener_Impl
does not have that. Digging deeper how that can be extended to make SW react
and then - if possible - reach out to the buffered Chart data in SW which would
need a call/acess to
  SwOLEObj::resetBufferedData
Let's hope the best...

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

[Libreoffice-bugs] [Bug 149189] Update chart with method update() does not work in Writer

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

Aron Budea  changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
   Keywords||bisected
Version|7.4.0.0 alpha0+ |5.3.0.3 release
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=50
   ||613
 Blocks||90486
 OS|Windows (All)   |All
 CC||aron.bu...@gmail.com


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=90486
[Bug 90486] [META] Chart bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149189] Update chart with method update() does not work in Writer

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

Gabor Kelemen (allotropia)  changed:

   What|Removed |Added

 CC||kelem...@ubuntu.com
  Regression By||Armin Le Grand

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

[Libreoffice-bugs] [Bug 149189] Update chart with method update() does not work in Writer

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

Andreas Heinisch  changed:

   What|Removed |Added

 CC||armin.le.gr...@me.com
   Keywords|bibisectRequest |bibisected

--- Comment #7 from Andreas Heinisch  ---
Adding Cc: to Armin Le Grand

May you take a look at this one? Thank you very much!

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

[Libreoffice-bugs] [Bug 149189] Update chart with method update() does not work in Writer

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

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-bugs] [Bug 149189] Update chart with method update() does not work in Writer

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Libreoffice-bugs] [Bug 149189] Update chart with method update() does not work in Writer

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

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #6 from raal  ---
(In reply to Andreas Heinisch from comment #4)
> I tried to bisect the issue, but I have no idea if I hit the right commit:
> 61cb66513bfdaa5e47fb419d476107b40e62e7d0 is the first bad commit
> commit 61cb66513bfdaa5e47fb419d476107b40e62e7d0
> Author: Norbert Thiebaud 
> Date:   Sat Jul 9 12:38:32 2016 -0700
> 
> source sha:64e1113916a6b19b30f95b454018528571ac84df
> 
> source sha:64e1113916a6b19b30f95b454018528571ac84df
> 
>  instdir/program/mswordlo.dll   | Bin 2338816 -> 2338816 bytes
>  instdir/program/swlo.dll   | Bin 13363200 -> 13364736 bytes
>  instdir/program/swuilo.dll | Bin 2340864 -> 2340864 bytes
>  instdir/program/vbaswobjlo.dll | Bin 1238528 -> 1238528 bytes
>  instdir/program/version.ini|   2 +-
>  5 files changed, 1 insertion(+), 1 deletion(-)

Looks relevant:
https://git.libreoffice.org/core/+/64e1113916a6b19b30f95b454018528571ac84df

You can check it with following:
git checkout 61cb66513bfdaa5e47fb419d476107b40e62e7d0  -> bug should be here
git checkout HEAD~1 -> bug should not be here (move one commit before
61cb66513bfdaa5e47fb419d476107b40e62e7d0)

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

[Libreoffice-bugs] [Bug 149189] Update chart with method update() does not work in Writer

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

--- Comment #5 from Andreas Heinisch  ---
$  git bisect log
# bad: [a374222bc87bd9e75ea2f1ca45d189932a1967f8] source
sha:aa09fd58bd499a2a2c3a32c5f613892bad54076c
# good: [defb73f1c6e2a66dbd21ba89e684f57427e8bc4b] source
sha:5b168b3fa568e48e795234dc5fa454bf24c9805e
git bisect start 'master' 'oldest'
# bad: [d791065d20ccc176e3d03a3786283ec0c0a83376] source
sha:ec2aa9c5ba7a6ccd1f71c26cd78af11007ad5baa
git bisect bad d791065d20ccc176e3d03a3786283ec0c0a83376
# bad: [c3961a96e0f7f4e1af95c821ab1fcd0ff53c7613] source
sha:6431f5554bd585935e7a9bc354609a4363a09509
git bisect bad c3961a96e0f7f4e1af95c821ab1fcd0ff53c7613
# good: [4ce2ca6758ee18ef6d3537d21f953e18b59c2fbd] source
sha:c3453ea24608123195588ea910b8db7b13922054
git bisect good 4ce2ca6758ee18ef6d3537d21f953e18b59c2fbd
# good: [03bb97f5fbf8932aa2b8dca29120ed43f5dc9b8b] source
sha:110a500b68bbc9010cf1cf896ef611c397c27d6f
git bisect good 03bb97f5fbf8932aa2b8dca29120ed43f5dc9b8b
# good: [af5035a9b51c2562c0f2dfaa1270c1b72173cbae] source
sha:cdf3a3907e19111bc602f9697b2c158cd32adb23
git bisect good af5035a9b51c2562c0f2dfaa1270c1b72173cbae
# bad: [e001b49a940ea2ff5074c3b142d465b7a6121fcb] source
sha:ec950f8ebb2745ccff2275dcc09d2034cd73dfeb
git bisect bad e001b49a940ea2ff5074c3b142d465b7a6121fcb
# bad: [c47850c4d0f23617c3045bf07f46eeca475c1e43] source
sha:025592c074ec4a21bab0db572aac1233462919ae
git bisect bad c47850c4d0f23617c3045bf07f46eeca475c1e43
# bad: [eb63582c0aeb3f45236f5bf3fc63052c4a93f09b] source
sha:467887d3c938b48d13f70e559e15ffd081de512d
git bisect bad eb63582c0aeb3f45236f5bf3fc63052c4a93f09b
# bad: [d3eabf22d1bdd8aa0cf77407c155da2129f01d1a] source
sha:a9d87f33d229babcd898f9b5af575eb94b382a28
git bisect bad d3eabf22d1bdd8aa0cf77407c155da2129f01d1a
# bad: [b616365617c750a224c36cfff7e512205db36003] source
sha:de7d596d116b5231bff000a57be3fae481744bab
git bisect bad b616365617c750a224c36cfff7e512205db36003
# good: [569ac70c28299ba3af09d84ea0ed2948fcabfed3] source
sha:8550366138d576123b9e66a1a7915a04026d79cd
git bisect good 569ac70c28299ba3af09d84ea0ed2948fcabfed3
# good: [6b4743d1760978fef979a74361786c2881086f76] source
sha:30fdc46969f3c90c47cddf18d0dde640c8ea280e
git bisect good 6b4743d1760978fef979a74361786c2881086f76
# bad: [61cb66513bfdaa5e47fb419d476107b40e62e7d0] source
sha:64e1113916a6b19b30f95b454018528571ac84df
git bisect bad 61cb66513bfdaa5e47fb419d476107b40e62e7d0
# first bad commit: [61cb66513bfdaa5e47fb419d476107b40e62e7d0] source
sha:64e1113916a6b19b30f95b454018528571ac84d

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

[Libreoffice-bugs] [Bug 149189] Update chart with method update() does not work in Writer

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

Andreas Heinisch  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #4 from Andreas Heinisch  ---
I tried to bisect the issue, but I have no idea if I hit the right commit:
61cb66513bfdaa5e47fb419d476107b40e62e7d0 is the first bad commit
commit 61cb66513bfdaa5e47fb419d476107b40e62e7d0
Author: Norbert Thiebaud 
Date:   Sat Jul 9 12:38:32 2016 -0700

source sha:64e1113916a6b19b30f95b454018528571ac84df

source sha:64e1113916a6b19b30f95b454018528571ac84df

 instdir/program/mswordlo.dll   | Bin 2338816 -> 2338816 bytes
 instdir/program/swlo.dll   | Bin 13363200 -> 13364736 bytes
 instdir/program/swuilo.dll | Bin 2340864 -> 2340864 bytes
 instdir/program/vbaswobjlo.dll | Bin 1238528 -> 1238528 bytes
 instdir/program/version.ini|   2 +-
 5 files changed, 1 insertion(+), 1 deletion(-)

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

[Libreoffice-bugs] [Bug 149189] Update chart with method update() does not work in Writer

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

Robert Großkopf  changed:

   What|Removed |Added

 CC||rob...@familiegrosskopf.de
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||6499

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

[Libreoffice-bugs] [Bug 149189] Update chart with method update() does not work in Writer

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 149189] Update chart with method update() does not work in Writer

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

Regina Henschel  changed:

   What|Removed |Added

   Keywords||regression

--- Comment #3 from Regina Henschel  ---
It fails in Version: 5.4.7.2 (x64)
Build ID: c838ef25c16710f8838b1faec480ebba495259d0
CPU threads: 8; OS: Windows 6.19; UI render: default; 
Locale: de-DE (en_US); Calc: CL

The method update() works in Version: 5.2.6.2
Build ID: a3100ed2409ebf1c212f5048fbe377c281438fdc
CPU Threads: 8; OS Version: Windows 6.2; UI Render: default; 
Locale: de-DE (en_US); Calc: group

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

[Libreoffice-bugs] [Bug 149189] Update chart with method update() does not work in Writer

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

--- Comment #2 from Regina Henschel  ---
Created attachment 180237
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180237&action=edit
Update() with explicit ExtendedControlOverEmbeddedObject

OpenOffice.org needs the explicit version with
ExtendedControlOverEmbeddedObject and window refresh is not complete (scroll up
and down). But besides that, the method update() works in Writer in OOo.

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

[Libreoffice-bugs] [Bug 149189] Update chart with method update() does not work in Writer

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

--- Comment #1 from Regina Henschel  ---
Created attachment 180236
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180236&action=edit
Chart in spreadsheet

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