summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport
AgeCommit message (Expand)AuthorFilesLines
2022-11-27cid#982469 Unchecked dynamic_castCaolán McNamara1-1/+1
2022-11-25CppunitTest_sdext_pdfimport: move it to 'qa' folderXisco Fauli7-904/+0
2022-11-25sdext: remove unused documentXisco Fauli1-0/+0
2022-11-25Resolves tdf#152083: Ligatures are incorrectly reversed in Draw pdf importKevin Suo2-8/+49
2022-11-20sdext.pdfimport: Use string() in xpath for testTdf104597_textrunKevin Suo2-26/+28
2022-11-18Related tdf#104597, tdf#151546: Introduce comphelper::string::reverseCodePointsStephan Bergmann2-2/+2
2022-11-08sdext.pdfimport - Wirter: add handling for continuous space charactersKevin Suo3-3/+63
2022-11-06sdext.pdfimport Writer: Do not visit DrawElement twice in WriterXmlEmitterKevin Suo1-1/+1
2022-10-24sdext.pdfimport: refactor this unit test and active it for WindowsKevin Suo2-17/+11
2022-10-22loplugin:unusedmethodsNoel Grandin1-2/+0
2022-10-19tdf#151546: RTL text is reversed (Writer pdfimport)Kevin Suo3-10/+70
2022-10-13sdext.pdfimport: resolves tdf#104597: RTL script text runs are reversedKevin Suo4-31/+48
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin1-1/+1
2022-09-13Fix build with Poppler 22.09.0Sam James1-1/+8
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann3-3/+3
2022-07-22elide some makeStringAndClear() callsNoel Grandin1-1/+1
2022-07-14elide some temporary OUStringsNoel Grandin1-8/+17
2022-07-14speed up loading PDF fileNoel Grandin1-1/+4
2022-07-12sdext: these tests won't run without popplerAndras Timar1-0/+6
2022-07-01tdf#137544 reduce cost of dynamic_castNoel Grandin5-23/+30
2022-06-30tdf#137544 slightly improve perf of pdf parsingNoel Grandin1-9/+10
2022-06-29tdf#137544 reduce work in sdext::PageElement::resolveUnderlinesNoel Grandin1-5/+12
2022-06-29simplify iterator manipulationNoel Grandin1-6/+1
2022-06-24clang-tidy modernize-pass-by-value in sdextNoel Grandin7-21/+26
2022-06-24Follow-up for Poppler 22.06 updateNathan Pratta Teodosio1-3/+4
2022-06-23Update for Poppler 22.06Nathan Pratta Teodosio2-0/+39
2022-06-10new loplugin:moveitNoel Grandin1-1/+1
2022-05-26disable this sdext test on windows for nowNoel Grandin1-1/+2
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2022-05-04Just use Any ctor instead of makeAny in sdextStephan Bergmann2-5/+5
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-2/+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 Kelemen2-9/+0
2022-02-17Parameter should apparently be of type sal_Int32Stephan Bergmann1-1/+1
2022-02-04sdext.pdfimport tdf#137128: Recognize more font name and weight...Kevin Suo2-1/+37
2022-02-04sdext.pdfimport: these SAL_WARN should be SAL_INFOKevin Suo1-4/+4
2021-11-26Drop support for poppler w/o cpp/poppler-version.hJan-Marek Glogowski1-7/+0
2021-11-03loplugin:finalclassesNoel Grandin3-31/+24
2021-10-31Prepare for removal of non-const operator[] from Sequence in sdextMike Kaganski5-29/+28
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann1-1/+1
2021-10-12loplugin:moveparam in sdextNoel Grandin4-35/+35
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 Suo12-59/+158
2021-09-12allow build with poppler <= 0.71Rico Tzschichholz1-0/+5
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin8-22/+7
2021-08-22tdf#143959 sdext.pdfimport: fix font name with subtagKevin Suo3-0/+43
2021-08-20allow build with poppler <= 0.82Caolán McNamara1-0/+4
2021-08-18loplugin:constparamsNoel Grandin2-2/+2