df-libreoffice:feature/pdfium-master

Last commit made on 2018-06-07
Get this branch:
git clone -b feature/pdfium-master https://git.launchpad.net/df-libreoffice
Members of The Document Foundation can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
feature/pdfium-master
Repository:
lp:df-libreoffice

Recent commits

35bba9e... by Ashod Nakashian <email address hidden>

svx: fixup! don't include what we don't use

svdpdf.hxx was accidentally included in
745afeac6a067ce9cd84b6ea64dde56e2a0089bf

Change-Id: I878e15bcb674ce237884d093138b3a405d083ecb

048bcef... by Ashod Nakashian <email address hidden>

svx: fix loplugin errors

Change-Id: Ic13bc488f2c8137eae3687d72732533ba5542998

e8ed40a... by Ashod Nakashian <email address hidden>

svx: don't re-declare pdfium structs

They aren't needed when fpdfview.h is
included and clang reservedid plugin complains
of the double-underscores.

Also, wrap the PDFium importer class in
HAVE_FEATURE_PDFIUM to avoid build failure
when PDFium is missing.

Change-Id: Ibc285aea575acf72541866c534ef943e0bb89466

f43101f... by Jan Holesovsky <email address hidden>

fixup! svx: correctly possition form objects from PDF

40fe934... by Jan Holesovsky <email address hidden>

fixup! pdf: preserve the original page dimensions on import

Change-Id: I9919b5f8c722bf75a16b6fea6b0525ed76bd2cfd

e297305... by Ashod Nakashian <email address hidden>

vcl: svx: misc improvements to pdfium importing

Change-Id: I58f2fd973a731b148f40b37139cd74bac097a7d2

b1e14ec... by Ashod Nakashian <email address hidden>

vcl: fix pdf rendering regression

Change-Id: I6c2c48c033facb317b4ca7ed2af07348d6386b98
Reviewed-on: https://gerrit.libreoffice.org/54921
Reviewed-by: Jan Holesovsky <email address hidden>
Tested-by: Jan Holesovsky <email address hidden>

a08c0c5... by Ashod Nakashian <email address hidden>

pdf: preserve the original page dimensions on import

Also allow for rendering PDFs to images at custom
resolution, instead of hard-coded (old hard-coded
value of 96 dpi is now default arguments).

Change-Id: Ia5b52f72d6ce7130a2debc7c6f86504aa041bdc8
Reviewed-on: https://gerrit.libreoffice.org/54786
Reviewed-by: Jan Holesovsky <email address hidden>
Tested-by: Jan Holesovsky <email address hidden>

daca240... by Ashod Nakashian <email address hidden>

sd: make the imported PDF page exactly as original

i.e. no borders or larger page than rendered PDF

Change-Id: I1f356cceeec1d5d9f1728f0e29160fdd9241a221
Reviewed-on: https://gerrit.libreoffice.org/54764
Reviewed-by: Jan Holesovsky <email address hidden>
Tested-by: Jan Holesovsky <email address hidden>

41f4be6... by Ashod Nakashian <email address hidden>

sd: render the correct PDF page on swapping in

Change-Id: I81225e228d9cf2b9849110715dbfdeb59f2805dd
Reviewed-on: https://gerrit.libreoffice.org/54746
Reviewed-by: Jan Holesovsky <email address hidden>
Tested-by: Jan Holesovsky <email address hidden>