[Libreoffice-bugs] [Bug 94009] FILESAVE: DOCX - Margins not preserve

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

Justin L  changed:

   What|Removed |Added

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

--- Comment #13 from Justin L  ---
OK. Not at all related to SW internals. Simply export code ignoring defaults. 
gerrit.libreoffice.org/59967 tdf#94009 ww8export: always export section margins

-- 
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 94009] FILESAVE: DOCX - Margins not preserve

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

--- Comment #12 from Justin L  ---
Created attachment 144642
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144642=edit
0pgMar.odt: minimal reproducer test when saving to .doc or .docx

I think the problem is in SW code handling sections, because writerfilter
passes the top margin property all the way to unostyles.cxx. Likely, because
everything is a default value, the property isn't being SET, and so is never
exported.

The problem is avoidable by forcing a non-default value in PropertyMap.cxx
-Insert( PROP_TOP_MARGIN, uno::makeAny( std::max(nTopMargin, 0) ) );
+Insert( PROP_TOP_MARGIN, uno::makeAny( std::max(nTopMargin, 1) ) );

-- 
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 94009] FILESAVE: DOCX - Margins not preserve

2018-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94009

Justin L  changed:

   What|Removed |Added

 CC||jl...@mail.com

--- Comment #11 from Justin L  ---
This makes heavy use of continuous section breaks which are deadly for
compatibility and page styles. (Page 2 starts with section 6.)

-- 
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 94009] FILESAVE: DOCX - Margins not preserve

2017-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94009

Dieter Praas  changed:

   What|Removed |Added

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

-- 
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 94009] FILESAVE: DOCX - Margins not preserve

2017-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94009

Justin L  changed:

   What|Removed |Added

   Assignee|mst...@redhat.com   |libreoffice-b...@lists.free
   ||desktop.org

-- 
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 94009] FILESAVE: DOCX - Margins not preserve

2016-02-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94009

Adolfo Jayme  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |mst...@redhat.com
   |desktop.org |
 Whiteboard|target:5.2.0 target:5.1.2   |
   |target:5.0.6 target:5.1.1   |

--- Comment #9 from Adolfo Jayme  ---
Hm, that patch is not related to this bug…

-- 
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 94009] FILESAVE: DOCX - Margins not preserve

2016-02-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94009

--- Comment #8 from Commit Notification 
 ---
Michael Stahl committed a patch related to this issue.
It has been pushed to "libreoffice-5-1-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=548e0bf3d134049b8079ae33a019ef8805c96b47=libreoffice-5-1-1

fdo#94009: harfbuzz: don't export symbols from VCL

It will be available in 5.1.1.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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 94009] FILESAVE: DOCX - Margins not preserve

2016-02-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94009

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.2.0 target:5.1.2   |target:5.2.0 target:5.1.2
   |target:5.0.6|target:5.0.6 target:5.1.1

-- 
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 94009] FILESAVE: DOCX - Margins not preserve

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.2.0 target:5.1.2   |target:5.2.0 target:5.1.2
   ||target:5.0.6

-- 
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 94009] FILESAVE: DOCX - Margins not preserve

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

--- Comment #7 from Commit Notification 
 ---
Michael Stahl committed a patch related to this issue.
It has been pushed to "libreoffice-5-0":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=395995f03dd640aee28767f6d920901d91dd3bee=libreoffice-5-0

fdo#94009: harfbuzz: don't export symbols from VCL

It will be available in 5.0.6.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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 94009] FILESAVE: DOCX - Margins not preserve

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.2.0|target:5.2.0 target:5.1.2

-- 
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 94009] FILESAVE: DOCX - Margins not preserve

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

--- Comment #6 from Commit Notification 
 ---
Michael Stahl committed a patch related to this issue.
It has been pushed to "libreoffice-5-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=37f7d9ee1d9399c5aa5e9975579f319b1fa045dc=libreoffice-5-1

fdo#94009: harfbuzz: don't export symbols from VCL

It will be available in 5.1.2.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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 94009] FILESAVE: DOCX - Margins not preserve

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:5.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 94009] FILESAVE: DOCX - Margins not preserve

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

--- Comment #5 from Commit Notification 
 ---
Michael Stahl committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=549130ab5d9616f7eb5504db31546b386737ccb2

fdo#94009: harfbuzz: don't export symbols from VCL

It will be available in 5.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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 94009] FILESAVE: DOCX - Margins not preserve

2015-12-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94009

Joel Madero  changed:

   What|Removed |Added

   Keywords|bibisectRequest |notBibisectable
 CC||jmadero@gmail.com

--- Comment #4 from Joel Madero  ---
Unfortunately this bug isn't bibisectable because of a separate bug that
happens in the bibisect that prevents saving the file at all (infinite loop
during save as). Marking as such.

-- 
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 94009] FILESAVE: DOCX - Margins not preserve

2015-09-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94009

steve -_-  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from steve -_-  ---
Resaved as new docx file. Problem confirmed on

OSX 10.10.5
LO Version: 5.1.0.0.alpha1+
Build ID: 50f2c712c46c66264279ab3b61888e491a4d8dca
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2015-09-04_04:59:19
Locale: de-DE (de.UTF-8)

Attaching screenshot.

-- 
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 94009] FILESAVE: DOCX - Margins not preserve

2015-09-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94009

--- Comment #2 from steve -_-  ---
Created attachment 118515
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118515=edit
bug confirmed, screenshot

-- 
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 94009] FILESAVE: DOCX - Margins not preserve

2015-09-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94009

Yousuf (Jay) Philips  changed:

   What|Removed |Added

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

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