[Libreoffice-bugs] [Bug 93637] PDF export missing ToC page numbers

2015-10-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93637

Justin L  changed:

   What|Removed |Added

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

--- Comment #13 from Justin L  ---
https://gerrit.libreoffice.org/#/c/19635

-- 
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 93637] PDF export missing ToC page numbers

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

--- Comment #12 from Justin L  ---
Text past the right margin exports to PDF when sw/source/core/text/itrpaint.cxx
replaces nMaxRight with rPaint.Right() in this line: 

pPor = bDrawInWindow || GetInfo().X() <= nMaxRight

Now, equating MaxRight to the right edge of the page is likely not the ideal
fix, but this gives a developer a good place to begin.

-- 
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 93637] PDF export missing ToC page numbers

2015-10-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93637

Justin L  changed:

   What|Removed |Added

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

--- Comment #11 from Justin L  ---
unassigning myself because I'm not making any headway in identifying a possible
solution.

vcl/source/gdi/pdfwriter_impl.cxx drawTextArray(...) function is a good place
to start investigating. The full text string is given, but the invisible
sections are skipped (nIndex incremented past them, nLen of the line doesn't
include the invisible characters).

I'd guess that the problem is in the GDIMetaFile recording of the view.

This problem can be avoided by moving the tabstop inside the right margin.

-- 
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 93637] PDF export missing ToC page numbers

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

Justin L  changed:

   What|Removed |Added

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

--- Comment #9 from Justin L  ---
bisected and confirmed the specific commit:

authorMiklos Vajna 2013-01-08 10:57:13 (GMT)
committerMiklos Vajna 2013-01-08 13:17:27 (GMT)
commitbdfc6363d66aa079512cc8008996b633f693fed1 (patch)
tree7704817a991ba16b2437381506a7360a2cb741cc
parentf7623118c415581434937f31f4c56d38a9d02286 (diff)
n#793998 sw: add TabOverMargin compat mode

specifically this line from sw/source/core/text/txttab.cxx:
const sal_uInt16 nRight = bTabOverMargin ? GetTabPos() :
std::min(GetTabPos(), rInf.Width());

-- 
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 93637] PDF export missing ToC page numbers

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

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

   Keywords|bisected|
 Whiteboard||bibisected

--- Comment #8 from Joel Madero jmadero@gmail.com ---
And this bug has been bibisected but not bisected - updating tags.

@Marina - bibisected is what happens when you get that output that you got.
Bisected is a step further and identifies the exact commit/committer that
caused the regression :)

-- 
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 93637] PDF export missing ToC page numbers

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

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

   Priority|medium  |highest
 CC||jmadero@gmail.com
   Severity|normal  |major

--- Comment #7 from Joel Madero jmadero@gmail.com ---
wow - same problem even if you convert it to an odt first so it's not really an
interoperability problem but something else.

Again a simpler test case would be much appreciated here but I'm going to go
ahead and prioritize this correctly:

Major - loss of data on pdf export;
Highest - regression, happens with both non open filters and odf filters

@Matthew - again you've been doing some great work and we'd love to see you in
the chat. I've personally commented about your thoroughness and patience with
bug reporting and those are good skills for contributors to have.

http://webchat.freenode.net/?channels=libreoffice-qa

-- 
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 93637] PDF export missing ToC page numbers

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

Marina Latini mar...@studiostorti.com changed:

   What|Removed |Added

Version|4.1.0.4 release |4.0.0.3 release

--- Comment #6 from Marina Latini mar...@studiostorti.com ---
(In reply to Pedro from comment #5)
 
 I have no idea how bisect is performed but I can guarantee that the bug is
 present in version 4.0.6 (maybe the commit was back-ported to branch 4.0?)

The first affected version seems to be: 
* Version 4.0.0.1 (Build ID: 527dba6f6e0cfbbc71bd6e7b88a52699bb48799)

This is the output after a second bisect round with bibisect-releases 

12aa7e702b7d1f1a9de579e5293779dc84ef42e7 is the first bad commit
commit 12aa7e702b7d1f1a9de579e5293779dc84ef42e7
Author: Matthew Francis mjay.fran...@gmail.com
Date:   Tue Apr 14 22:41:11 2015 +0800

libreoffice-4.0.0.1

LibreOffice_4.0.0.1_Linux_x86-64_deb.tar.gz

:04 04 0b8580bdf174f18e74c5c861d348c2daffbe0c2c
8a71ceceb0305e0f5435bbfe47eea27e84ed1c80 Mopt

-
git bisect log
# bad: [60af19e4996c07eaa9d1f7e1e908cfe211df368b] libreoffice-4.4.2.2
# good: [8e8988dc5e8570c931da35053245bd7da33349ea] openoffice-3.3.0
git bisect start 'latest' 'oldest'
# bad: [3586e78f6a41b42eab485f121c7bf229797af12d] libreoffice-4.1.2.2
git bisect bad 3586e78f6a41b42eab485f121c7bf229797af12d
# good: [208dc7bb206c4f313021c2fb045b165638921b9e] libreoffice-3.6.7.1
git bisect good 208dc7bb206c4f313021c2fb045b165638921b9e
# bad: [3f66624caf35f7f60577c4e0b2aaabeb01cc7fb4] libreoffice-4.0.4.1
git bisect bad 3f66624caf35f7f60577c4e0b2aaabeb01cc7fb4
# bad: [525c5fcffd736713ab88900699bd96c3b8c724a1] libreoffice-4.0.1.1
git bisect bad 525c5fcffd736713ab88900699bd96c3b8c724a1
# good: [70384e41cb98846980857d709fb50601e57709b3] libreoffice-4.0.0.0.beta2
git bisect good 70384e41cb98846980857d709fb50601e57709b3
# bad: [46fb689f1e4847c8498a60ff67e0889bf78ca9c7] libreoffice-4.0.0.2
git bisect bad 46fb689f1e4847c8498a60ff67e0889bf78ca9c7
# bad: [12aa7e702b7d1f1a9de579e5293779dc84ef42e7] libreoffice-4.0.0.1
git bisect bad 12aa7e702b7d1f1a9de579e5293779dc84ef42e7
# first bad commit: [12aa7e702b7d1f1a9de579e5293779dc84ef42e7]
libreoffice-4.0.0.1

-- 
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 93637] PDF export missing ToC page numbers

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

Pedro pedl...@gmail.com changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||pedl...@gmail.com
 Ever confirmed|0   |1

--- Comment #3 from Pedro pedl...@gmail.com ---
Confirmed under Win XP Pro x86 running version 5.0.1.2 x86

This is a Regression from branch 3.6 where the PDF is exported as expected

In fact this is quite easy to check: just open Print Preview. If the page
numbers are not shown, it won't be on the PDF.

-- 
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 93637] PDF export missing ToC page numbers

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

Marina Latini mar...@studiostorti.com changed:

   What|Removed |Added

   Keywords||bisected
Version|5.0.0.5 release |4.1.0.4 release

--- Comment #4 from Marina Latini mar...@studiostorti.com ---
According to git bisect, the oldest affectd version is 4.1.0.0.alpha0+ -
version set to 4.1.0.4

--
b76709f9410f3df5da2f3357f58276b4a9126d74 is the first bad commit
commit b76709f9410f3df5da2f3357f58276b4a9126d74
Author: Bjoern Michaelsen bjoern.michael...@canonical.com
Date:   Wed Oct 16 01:34:00 2013 +

source-hash-540f090a68ae4375a36d0ee6dfbb4a82f28ac704

commit 540f090a68ae4375a36d0ee6dfbb4a82f28ac704
Author: Jan Holesovsky ke...@suse.cz
AuthorDate: Fri Jan 4 22:02:34 2013 +0100
Commit: Jan Holesovsky ke...@suse.cz
CommitDate: Fri Jan 4 22:02:53 2013 +0100

Fix build on linux.

Change-Id: I5753a822e9f18d1afa831ece6134e030f88ad47f

:100644 100644 7ab4acc7a2fc7af57298101431f56988b7a661ee
2168b5416b56c57e64890e7c5fb3a40c2cee2afa Mccache.log
:100644 100644 d974d3cdb1c5702c32fae5a0bb37170b89ca1b97
b7dfd1545d9d9011e99f29c6e79ec0530141246a Mcommitmsg
:100644 100644 3bda583c7407f256ca62339a2a175f968dec30e6
ce943f057445a2dda78d5d8a9c70bf75c0b0e0d9 Mdev-install.log
:100644 100644 ab1c61f521c9f8c979d099dd5c5246a35ee512ec
4e65ace6f22bb19276d96947bff11d13124d6eca Mmake.log
:04 04 9e35ab1f56ae685848b822c585132d93ad160078
a54e176390a421ec5e6b6270e65417e3c2addb4b Mopt

-
git bisect log
# bad: [2d379e53de53493b4a4ec81342416daa15d34b8d]
source-hash-cb4e009c4539c535108021934e545194b35cad9d
# good: [65fd30f5cb4cdd37995a33420ed8273c0a29bf00]
source-hash-d6cde02dbce8c28c6af836e2dc1120f8a6ef9932
git bisect start 'latest' 'oldest'
# good: [b707aa5f76c7987ca68f44805903b76153cbd3e9]
source-hash-b0da54bec69f4931af0adbc15d230d3f4eea7b08
git bisect good b707aa5f76c7987ca68f44805903b76153cbd3e9
# bad: [b1b1a213b1ba3d1fe034e65d18cb794080c48863]
source-hash-f62a00f32a1adb4052b05e406cb0e040c7f2360d
git bisect bad b1b1a213b1ba3d1fe034e65d18cb794080c48863
# bad: [c6c3c84acf5fbabdd25e0021eed7ab141d554551]
source-hash-5da10275a7475efdbfd9de14ea58cf8f4c6c1582
git bisect bad c6c3c84acf5fbabdd25e0021eed7ab141d554551
# good: [29bb1293d06725d55c3827dacd49d5a4ddd5d432]
source-hash-ce90f99a2d66c2b998ad3f9f028e2ea623a757f5
git bisect good 29bb1293d06725d55c3827dacd49d5a4ddd5d432
# good: [c14cf9a7e8d4c135a6ff146e46a59571f073909a]
source-hash-db99a31c4e4e7c74d4c4bb7caa747a5752a32757
git bisect good c14cf9a7e8d4c135a6ff146e46a59571f073909a
# bad: [99b169f96f238341c1d04db63bb9f543adaa5f1d]
source-hash-f340cbb6af86c7046d34202d2781a68b0d991001
git bisect bad 99b169f96f238341c1d04db63bb9f543adaa5f1d
# bad: [b76709f9410f3df5da2f3357f58276b4a9126d74]
source-hash-540f090a68ae4375a36d0ee6dfbb4a82f28ac704
git bisect bad b76709f9410f3df5da2f3357f58276b4a9126d74
# good: [b0fb0d714b44cf3cb085c7eab361a06e9e20378f]
source-hash-f6b4d0313dbaf1089254a1bfae9ccfbc3f413eb3
git bisect good b0fb0d714b44cf3cb085c7eab361a06e9e20378f
# first bad commit: [b76709f9410f3df5da2f3357f58276b4a9126d74]
source-hash-540f090a68ae4375a36d0ee6dfbb4a82f28ac704

-- 
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 93637] PDF export missing ToC page numbers

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

--- Comment #5 from Pedro pedl...@gmail.com ---
(In reply to Marina Latini from comment #4)
 According to git bisect, the oldest affectd version is 4.1.0.0.alpha0+ -
 version set to 4.1.0.4

I have no idea how bisect is performed but I can guarantee that the bug is
present in version 4.0.6 (maybe the commit was back-ported to branch 4.0?)

The last version I can confirm that this bug does not occur is 3.6.7

-- 
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 93637] PDF export missing ToC page numbers

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

--- Comment #1 from Matthew Holloway matt...@holloway.co.nz ---
Created attachment 118140
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118140action=edit
msword rendering of document

-- 
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 93637] PDF export missing ToC page numbers

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

--- Comment #2 from Matthew Holloway matt...@holloway.co.nz ---
Created attachment 118141
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118141action=edit
libreoffice pdf export

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