summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)AuthorFilesLines
2017-04-16return false on exceptionCaolán McNamara1-152/+159
2017-04-13Removed duplicated includesAndrea Gelmini1-1/+0
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin1-1/+1
2017-04-11PDF export of PDF images: compress page stream if requestedMiklos Vajna1-9/+8
2017-04-11Related: tdf#106972 vcl PDF import: downgrade PDF >= 1.5Miklos Vajna1-29/+3
2017-04-11tdf#107089 PDF export of PDF images: handle mixed filters of page streamsMiklos Vajna1-11/+27
2017-04-10Related: tdf#107013 PDF export of PDF images: improve content streamsMiklos Vajna1-64/+71
2017-04-07tdf#107018 PDF export of PDF images: handle references in nested dictionariesMiklos Vajna1-6/+4
2017-04-07PDF export of PDF images: avoid invalid offset for not used jpeg bitmapsMiklos Vajna1-1/+2
2017-04-07extend catch all here for std::exception derived exceptions tooCaolán McNamara1-2/+6
2017-04-07tdf#107013 PDF export of PDF images: handle page tree and content streamsMiklos Vajna1-63/+90
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin2-4/+4
2017-04-07tdf#39468 Translate German commentsJens Carl1-1/+1
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: vclStephan Bergmann2-5/+5
2017-04-06crashtesting: empty ReadAccess on converting fdo58541-1.xls to pdfCaolán McNamara1-1/+1
2017-04-05Related: tdf#106972 vcl PDF export, PDF images: ignore PDF >= 1.5Miklos Vajna1-2/+28
2017-04-05tdf#106972 vcl PDF export, PDF images: handle indirect font referencesMiklos Vajna1-8/+28
2017-04-05loplugin:constantparamNoel Grandin1-1/+2
2017-04-04ofz#984 better match post-creation aBitmap.HasGreyPalette() logicCaolán McNamara1-1/+1
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-1/+1
2017-04-03vcl: avoid divide by zero in PDFExtOutDevData::HasAdequateCompression()Miklos Vajna1-0/+2
2017-04-03use actual UNO enums in vcl..xmlsecurityNoel Grandin2-3/+3
2017-04-02we're either reading or writing, not bothCaolán McNamara1-2/+2
2017-04-02SwapOutData url is always a file urlCaolán McNamara1-19/+9
2017-03-31ofz: 0 bitcount bmps are unsupportedCaolán McNamara1-0/+4
2017-03-31expand forcing to mono mask during load to non-indexed sources tooCaolán McNamara1-4/+12
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna29-361/+361
2017-03-30ofz#968 short-cut slow create mask when we are our own mask alreadyCaolán McNamara1-2/+9
2017-03-30tweak indent a littleCaolán McNamara1-119/+116
2017-03-30vcl PDF export, norefxobj: copy each object only onceMiklos Vajna2-8/+17
2017-03-29vcl PDF export, norefxobj: avoid replacement bitmapMiklos Vajna1-1/+14
2017-03-28ofz#954 out of memoryCaolán McNamara2-1/+6
2017-03-28vcl PDF export, norefxobj: have the list of keys to copy at one placeMiklos Vajna1-11/+11
2017-03-28tdf#106693 vcl PDF export, norefxobj: handle multiple refs in copied arraysMiklos Vajna1-10/+21
2017-03-28tdf#106693 vcl PDF export, norefxobj: copy nested arrays correctlyMiklos Vajna1-0/+4
2017-03-27ofz#948 optimize the edge-case of converting masks to 1bit during dib loadCaolán McNamara1-36/+46
2017-03-27tdf#106693 vcl PDF export, norefxobj: handle multiple refs in copied dictsMiklos Vajna1-12/+24
2017-03-27vcl PDF export, norefxobj: improve ref handling in dictsMiklos Vajna2-19/+20
2017-03-27move bitmap allocation after palette readCaolán McNamara1-10/+10
2017-03-27return early on errorCaolán McNamara1-186/+184
2017-03-27reuse palette objectCaolán McNamara1-3/+3
2017-03-27process palette standaloneCaolán McNamara1-5/+6
2017-03-27tdf#106693 vcl PDF export, norefxobj: copy array objectsMiklos Vajna1-0/+45
2017-03-25Fix typosAndrea Gelmini6-6/+6
2017-03-24tdf#106693 vcl PDF export, norefxobj: update XObject refsMiklos Vajna2-25/+78
2017-03-24tdf#106693 vcl PDF export, norefxobj: copy XObject referencesMiklos Vajna2-8/+92
2017-03-24ofz#937 sanity check claimed record lengthCaolán McNamara1-1/+5
2017-03-24vcl printer: hold a reference on mxPrinter member while operating on it.Michael Meeks1-10/+18
2017-03-24vcl: clean up ANDROID ifdefs in pdfwriter_implMiklos Vajna1-18/+12
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0