[Libreoffice-bugs] [Bug 137576] Measure line anchored "To cell (resize with cell)" is distorted after reopening

2020-12-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137576

--- Comment #7 from Regina Henschel  ---
The patch had two errors. They are fixed with commits
https://git.libreoffice.org/core/+/520a2819fa6030ec11175d82dd42cfcdb2e92634%5E!
and
https://git.libreoffice.org/core/+/60ae45f5846f69857c46b74d153fea1ef14d3c4d%5E!

-- 
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 137576] Measure line anchored "To cell (resize with cell)" is distorted after reopening

2020-12-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137576

--- Comment #6 from Commit Notification 
 ---
Regina Henschel committed a patch related to this issue.
It has been pushed to "libreoffice-7-1":

https://git.libreoffice.org/core/commit/9706790b1e4d34d0fac5eb10a51770f9d62f802c

tdf#137576 Improve cell anchored measure line in Calc

It will be available in 7.1.0.0.beta2.

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137576] Measure line anchored "To cell (resize with cell)" is distorted after reopening

2020-12-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137576

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:7.2.0|target:7.2.0
   ||target:7.1.0.0.beta2

-- 
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 137576] Measure line anchored "To cell (resize with cell)" is distorted after reopening

2020-12-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137576

Regina Henschel  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Regina Henschel  ---
Use of TRSetBaseGeometry and TRGetBaseGeometry has already been replaced with
"Move" in commit bba0cd79984875124f8d43d05d4cdb7f63517e77.

Instead of a new "SetLogicRectangle" method the already existing
TakeUnrotatedSnapRect is used in commit
d0921aa753c43600272865602df3c7c2a8f13196 

The problem should be fixed now.

-- 
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 137576] Measure line anchored "To cell (resize with cell)" is distorted after reopening

2020-12-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137576

--- Comment #4 from Commit Notification 
 ---
Regina Henschel committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/d0921aa753c43600272865602df3c7c2a8f13196

tdf#137576 Improve cell anchored measure line in Calc

It will be available in 7.2.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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137576] Measure line anchored "To cell (resize with cell)" is distorted after reopening

2020-12-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137576

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.2.0

-- 
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 137576] Measure line anchored "To cell (resize with cell)" is distorted after reopening

2020-11-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137576

--- Comment #3 from Regina Henschel  ---
It seems TRSetBaseGeometry and TRGetBaseGeometry are wrong. To work similar as
for path objects (as intended), the second parameter has to be used. In the
current version of TRSetBaseGeometry the matrix is applied to a unit line from
(0|0) to (1|0). But the matrix which is generated by TRGetBaseGeometry contains
only scale and translate. Thus a chain with TRGetBaseGeometry followed by
TRSetBaseGeometry does not work. It will always end up in a horizontal line.

-- 
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 137576] Measure line anchored "To cell (resize with cell)" is distorted after reopening

2020-10-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137576

--- Comment #2 from Regina Henschel  ---
Some work has be done in
https://cgit.freedesktop.org/libreoffice/core/commit/?id=1f0b3c7a40edfa81bbc7a58d123a6a2dfd83e4ca

To complete the fix, measure line object needs own SetSnapRect and SetLogicRect
methods. Currently it uses those from the text object, which does not know
start and end points of the measure line object.

-- 
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 137576] Measure line anchored "To cell (resize with cell)" is distorted after reopening

2020-10-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137576

m.a.riosv  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m.a.riosv  ---
Confirmed
Version: 7.1.0.0.alpha0+ (x64)
Build ID: df74aef7159d7155addf78cfc4d139485945d794
CPU threads: 4; OS: Windows 10.0 Build 20180; UI render: Skia/Vulkan; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL

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