summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/wrapper
AgeCommit message (Expand)AuthorFilesLines
2024-04-04A small refactorMike Kaganski1-6/+10
2024-04-04Related: tdf#160260 Drop xpdfimport.err.pdf, let PDF import return falseMike Kaganski1-14/+3
2024-02-29tdf#113050 sdext.pdfimport: Plumb tiling pattern fill to pdfiprocessorDr. David Alan Gilbert1-4/+7
2024-02-29tdf#113050 sdext.pdfimport Tiling pattern fill parserDr. David Alan Gilbert2-0/+34
2023-12-01tdf#158442: fix opening hybrid PDFs on WindowsMike Kaganski1-2/+1
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-26/+26
2023-04-09new loplugin:unnecessarygetstrNoel Grandin1-2/+2
2022-12-04tdf#147246 sdext: font name returned by font descriptor may be...Kevin Suo1-0/+4
2022-06-30tdf#137544 slightly improve perf of pdf parsingNoel Grandin1-9/+10
2022-06-10new loplugin:moveitNoel Grandin1-1/+1
2022-05-04Just use Any ctor instead of makeAny in sdextStephan Bergmann1-3/+3
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-3/+3
2022-04-05add some comphelper::string::toInt* functions for string_viewsNoel Grandin1-9/+4
2022-02-21Recheck modules sd* with IWYUGabor Kelemen1-8/+0
2022-02-04sdext.pdfimport tdf#137128: Recognize more font name and weight...Kevin Suo1-1/+25
2021-10-31Prepare for removal of non-const operator[] from Sequence in sdextMike Kaganski1-9/+6
2021-10-11Fix font weight comparisonsStephan Bergmann1-8/+8
2021-10-11tdf#143959 sdext.pdfimport: call vcl::Font::identifyFont directlyKevin Suo1-67/+46
2021-10-11sdext.pdfimport tdf#78427: Add support for more Font Weight featuresKevin Suo1-15/+73
2021-08-22tdf#143959 sdext.pdfimport: fix font name with subtagKevin Suo1-0/+9
2021-07-26Fix typosAndrea Gelmini1-2/+2
2021-07-26sdext.pdfimport: Restore to read font file for the determination...Kevin Suo1-13/+84
2021-07-12tdf#78427 sdext.pdfimport: refactor the conversion of font family namesKevin Suo1-119/+28
2021-07-12tdf#78427 sdext.pdfimport: No need to read a font file for the purpose of...Kevin Suo1-52/+0
2021-05-21LineParser::readNextToken gets called with m_nCharIndex==npos after allStephan Bergmann1-1/+4
2021-05-18Replace rtl_string_getTokenView with o3tl::getTokenStephan Bergmann1-18/+20
2021-05-18Use some more std::string_viewStephan Bergmann1-9/+9
2021-05-18update "add OString::getTokenView"Noel Grandin1-2/+8
2021-05-18Move per-Parser::parseLine state into its own LineParser classStephan Bergmann1-109/+117
2021-05-15add OString::getTokenView (tdf#42374 related)Noel Grandin1-12/+19
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+2
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin1-1/+1
2020-04-15loplugin:buriedassign in scaddins..sdextNoel Grandin1-7/+14
2019-12-22sal_Char->char in scaddins..sdextNoel Grandin1-6/+6
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-13tdf#42949 Fix IWYU warnings in sdext/Gabor Kelemen1-13/+1
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin1-1/+0
2019-07-04remove some unneede vcl/bitmap.hxx includesNoel Grandin1-1/+0
2019-04-19loplugin:sequentialassign in sdNoel Grandin1-2/+1
2018-12-08Remove misguided FALLTHROUGH commentsStephan Bergmann1-2/+0
2018-10-12drop some unused headersCaolán McNamara1-1/+0
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-07vcl: svx: misc improvements to pdfium importingAshod Nakashian1-1/+1
2018-06-07sd: import PDFs as images using Pdfium new SdPdfFilterAshod Nakashian1-27/+13
2018-03-21pdf: refactor poppler importerAshod Nakashian1-0/+21
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-43/+36
2018-01-23new loplugin: pointerboolNoel Grandin1-1/+1
2017-10-23loplugin:includeform: sdextStephan Bergmann1-37/+37
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-2/+2
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin1-13/+6