summaryrefslogtreecommitdiffstats
path: root/vcl/source/filter/ipdf/pdfread.cxx
Commit message (Expand)AuthorAgeFilesLines
* vcl: fix pdf rendering regressionprivate/Ashod/pdfium_on_masterAshod Nakashian2018-06-041-1/+2
* pdf: preserve the original page dimensions on importAshod Nakashian2018-06-041-11/+22
* sd: render the correct PDF page on swapping inAshod Nakashian2018-06-041-4/+4
* vcl: svx: preserve the imported PDF page number in GraphicAshod Nakashian2018-06-041-0/+1
* sd: import PDFs as images using Pdfium new SdPdfFilterAshod Nakashian2018-06-041-2/+26
* vcl: support rendering multiple PDF pages to bitmapAshod Nakashian2018-06-041-1/+7
* Fix some IWYU warningsMiklos Vajna2018-05-091-1/+0
* Change default PDF version to 1.5Khaled Hosny2018-04-271-4/+4
* Remove unused default argumentsStephan Bergmann2018-04-041-2/+2
* loplugin:casttovoid, loplugin:implicitboolconversion (--disable-pdfium)Stephan Bergmann2018-04-041-7/+2
* iOS, void unused paramters.jan Iversen2018-04-011-0/+4
* Turn on clang-format for these filesMiklos Vajna2018-03-211-27/+22
* vcl: support rendering multiple PDF pages to bitmapAshod Nakashian2018-03-211-36/+49
* pdf: refactor poppler importerAshod Nakashian2018-03-211-1/+1
* move Bitmap::ScopedWriteAccess inside vclNoel Grandin2018-03-151-1/+2
* tdf#42949 Fix some Include What You Use warningsMiklos Vajna2017-12-221-0/+1
* loplugin:casttovoid (--disable-pdfium)Stephan Bergmann2017-11-171-7/+2
* fix !HAVE_FEATURE_PDFIUM buildCaolán McNamara2017-11-071-1/+1
* tdf#113550 RTF import: fix incorrect text indentMiklos Vajna2017-11-071-3/+3
* tdf#108748 generate PDF preview on SwapInJan-Marek Glogowski2017-11-061-22/+44
* RTF export: various minor cleanupsMiklos Vajna2017-09-281-4/+1
* new loplugin unnecessaryparenNoel Grandin2017-07-051-1/+1
* Related: tdf#106972 vcl PDF import: downgrade PDF >= 1.5Miklos Vajna2017-04-111-4/+103
* vcl: remove no longer needed WIN_Rectangle()Miklos Vajna2017-04-071-6/+0
* tdf#106270 vcl PDF import: use BitmapWriteAccess::CopyScanline()Miklos Vajna2017-03-021-21/+6
* vcl PDF import: there is no PNG encoding hereMiklos Vajna2017-02-241-1/+1
* vcl: use auto when initializing with a cast in pdfreadMiklos Vajna2017-02-221-5/+5
* vcl PDF filter: avoid copy&pasteMiklos Vajna2017-02-201-4/+6
* Werror=unused-function in some configsCaolán McNamara2017-02-141-0/+4
* vcl pdf import: use pdfium instead of draw_pdf_importMiklos Vajna2017-02-131-73/+94
* vcl: move out ImportPDF() from the global namespaceMiklos Vajna2017-02-101-1/+6
* sd draw page: add PreviewMetafile UNO propertyMiklos Vajna2016-06-281-3/+2
* vcl: add graphic export-as-pdf filterMiklos Vajna2016-06-241-0/+7
* vcl: add initial PDF import-as-graphic filterMiklos Vajna2016-06-231-0/+107