[Bug 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2024-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

Attila Szűcs  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |attila.sz...@collabora.com
   |desktop.org |

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

[Bug 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2024-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

--- Comment #39 from Commit Notification 
 ---
Attila Szűcs committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/0079f0e77e74a355d57b24d3a6b6d1a29f45eb79

tdf#67347 pptx import: stacked + horz/vert aligment

It will be available in 24.8.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.

[Bug 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2024-02-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

--- Comment #38 from Commit Notification 
 ---
Attila Szűcs committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/57ac7b73e898cf8889819d7f3beb3608e61b179b

tdf#67347 fix regression stacked text in calc

It will be available in 24.8.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.

[Bug 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2024-02-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

--- Comment #37 from Commit Notification 
 ---
Attila Szűcs committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/684d63e133fddeca68055a83d85f75bd73319d39

tdf#67347 fix stacked text kern problems

It will be available in 24.8.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.

[Bug 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2024-02-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

--- Comment #36 from Gerald Pfeifer  ---
Looking at bug #151102 and the document from attachment #182595 there,
this looks much, much better.

Just the text is vertically higher than in Impress, see the new screenshot
in attachment #192614 versus the original comparison in attachment #182596.


Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 5a4ab8cb3a3fbf15de11afc5d8876aaa8a7784c9
CPU threads: 12; OS: Linux 6.7; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US

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

[Bug 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2024-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

--- Comment #35 from Commit Notification 
 ---
Attila Szűcs committed a patch related to this issue.
It has been pushed to "master":

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

tdf#67347 pptx import: stacked text, minimal impl.

It will be available in 24.8.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.

[Bug 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2024-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|interoperability|interoperability
   ||target:24.8.0

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

[Bug 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2024-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

--- Comment #34 from Caolán McNamara  ---
I'll put the wiki page derived from Regina's work in here as a handy reference
https://wiki.documentfoundation.org/Documentation/Text_in_Custom_Shapes

and the MS TextVerticalValues enum:
https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.drawing.textverticalvalues?view=openxml-2.8.1

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

[Bug 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2024-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

Regina Henschel  changed:

   What|Removed |Added

 CC||attila.sz...@collabora.com

--- Comment #33 from Regina Henschel  ---
Hi Attila, I have seen you have started work in
https://gerrit.libreoffice.org/c/core/+/163121

Some comments:
I think, 'stacked' needs text to be meaningful. Thus perhaps putting it to
SdrTextObj might be better than at SdrObject.

You have introduced it as new property. As such it could be combined with
writing modes. That looks strange for me. I consider it as a new kind of
writing mode. In OOXML 'wordArtVert' and 'wortArtVertRtl' are values of the
'vert' attribute, which holds the writing mode of shapes.

You need not only 'wordArtVert' but 'wortArtVertRtl' too.

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

[Libreoffice-bugs] [Bug 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2023-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

Gabor Kelemen (allotropia)  changed:

   What|Removed |Added

 CC||kelem...@ubuntu.com
 Blocks||94587


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=94587
[Bug 94587] [META] Properly support existing ODF features
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2023-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

Sarper Akdemir (allotropia)  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
   Assignee|sarper.akde...@collabora.co |libreoffice-b...@lists.free
   |m   |desktop.org

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

[Libreoffice-bugs] [Bug 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2023-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

Sarper Akdemir  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |sarper.akde...@collabora.co
   |desktop.org |m
 CC||sarper.akde...@collabora.co
   ||m

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

[Libreoffice-bugs] [Bug 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

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

raal  changed:

   What|Removed |Added

 CC||ger...@pfeifer.com

--- Comment #32 from raal  ---
*** Bug 151102 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

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

Luke  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||5762

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

[Libreoffice-bugs] [Bug 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2021-01-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

NISZ LibreOffice Team  changed:

   What|Removed |Added

 Blocks|108226  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108226
[Bug 108226] [META] PPTX (OOXML) bug tracker
-- 
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 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2021-01-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

NISZ LibreOffice Team  changed:

   What|Removed |Added

 Blocks||139900


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=139900
[Bug 139900] [META] PPTX Textbox related 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 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

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

NISZ LibreOffice Team  changed:

   What|Removed |Added

 CC||libreoff...@nisz.hu
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=51
   ||330

-- 
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 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2019-10-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #31 from Regina Henschel  ---
The attribute 'style:direction', which allows the value 'ttb' for vertically
stacked characters, is only usable with  and
. So using it for text in shapes would need an
extension to the ODF standard.

-- 
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 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2019-05-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

Xisco Faulí  changed:

   What|Removed |Added

   Priority|highest |medium

--- Comment #30 from Xisco Faulí  ---
Still reproducible in

Version: 6.3.0.0.alpha1+
Build ID: a3e649c3384d19a5ad540c3d65d5f79b66fd9090
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US
Calc: threaded

However, this doesn't deserve the highest importance status

-- 
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 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2018-09-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

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

   What|Removed |Added

   Keywords||filter:pptx

-- 
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 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2018-03-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

--- Comment #29 from Xisco Faulí  ---
Still reproducible in

Version: 6.1.0.0.alpha0+
Build ID: 28e8c3e28bf4944ecad23961602b9b1f72613d39
CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk3; 
Locale: he-IL (ca_ES.UTF-8); Calc: group

-- 
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 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2017-07-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

--- Comment #28 from tommy27  ---
still present in LibO 5.3.4.2 and 6.0.0.0 alpha

-- 
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 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2016-11-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

--- Comment #27 from Luke  ---
We already have a stacked text implementation that the chart application uses
for axis labels. Could that be used here?

-- 
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 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2016-10-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

--- Comment #26 from Timur  ---
(In reply to Luke from comment #0)
> Note The "Sales", "CALCULATING PROFIT", and "Highest Revenue" are sized
> incorrectly resulting in them being displayed incorrectly.
Yes, and also: in MSO those are Century Gothic, in LO they are Century Gothic
in Format-Character and Liberation Sans in Sidebar-Properties

-- 
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 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

2016-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67347

--- Comment #25 from tommy27  ---
still present in LibO 5.3.0.0.alpha0+
Build ID: e2f6c7f0d0cc14f851d7028ff846c5dc658a81c6
CPU Threads: 4; OS Version: Windows 6.29; UI Render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2016-10-10_23:08:02
Locale: it-IT (it_IT); Calc: group

-- 
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 67347] FILEOPEN: MS .pptx Textbox with stacked text imported wrong size

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

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
   Assignee|vinaya.man...@synerzip.com  |libreoffice-b...@lists.free
   ||desktop.org

--- Comment #24 from Xisco Faulí  ---
Hi Vinaya,
I'm setting this ticket back to NEW as it has been inactive for more than 3
months.
Feel free to assign it back to you if you're still working on this.
Regards

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