summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
2022-12-05tdf#147246 sdext: font name returned by font descriptor may be...Kevin Suo1-0/+4
2022-12-03tdf#147246 sdext.pdfimport: "font-family-asia" -> "font-family-asian"Kevin Suo2-2/+2
2022-11-30tdf#104597 related: restore the mirroring of Bidi_Mirrored charactersKevin Suo8-2/+32
2022-11-25Resolves tdf#152083: Ligatures are incorrectly reversed in Draw pdf importKevin Suo2-8/+49
2022-11-25Related tdf#104597, tdf#151546: Introduce comphelper::string::reverseCodePointsStephan Bergmann2-2/+2
2022-11-25sdext.pdfimport: Use string() in xpath for testTdf104597_textrunKevin Suo1-26/+28
2022-11-24sdext.pdfimport - Wirter: add handling for continuous space charactersKevin Suo3-3/+63
2022-11-24sdext.pdfimport Writer: Do not visit DrawElement twice in WriterXmlEmitterKevin Suo1-1/+1
2022-11-01tdf#151546: RTL text is reversed (Writer pdfimport)Kevin Suo3-10/+70
2022-11-01sdext.pdfimport: resolves tdf#104597: RTL script text runs are reversedKevin Suo4-31/+48
2022-09-15poppler: upgrade to release 22.09.0Michael Stahl1-0/+4
2022-09-13Fix build with Poppler 22.09.0Sam James1-1/+8
2022-06-24Follow-up for Poppler 22.06 updateNathan Pratta Teodosio1-3/+4
2022-06-24Update for Poppler 22.06Nathan Pratta Teodosio2-0/+39
2022-06-16tdf#149351 Add a 'Turn off mouse as pen' shortcutGabor Kelemen1-0/+11
2022-06-10new loplugin:moveitNoel Grandin1-1/+1
2022-05-30framework: fix crash on Writer startup when using --enable-ext-wiki-publisherMiklos Vajna1-4/+4
2022-05-26tdf#149261 sdext: fix crash on starting the presenter console for the 2nd timeMiklos Vajna1-0/+5
2022-05-26disable this sdext test on windows for nowNoel Grandin1-1/+2
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann3-4/+5
2022-05-04Just use Any ctor instead of makeAny in sdextStephan Bergmann2-5/+5
2022-05-01use more string_view in variousNoel Grandin1-1/+1
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-4/+4
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin2-3/+5
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+2
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 Kelemen3-11/+0
2022-02-21tdf#143148 Use pragma once instead of include guardsDeep171-4/+1
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-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann3-3/+3
2021-12-09change use of wrong slot id to name of correct commandCaolán McNamara1-1/+1
2021-11-26Drop support for poppler w/o cpp/poppler-version.hJan-Marek Glogowski1-7/+0
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-03loplugin:finalclassesNoel Grandin3-31/+24
2021-10-31Prepare for removal of non-const operator[] from Sequence in sdextMike Kaganski16-141/+118
2021-10-22Revert part of "Simplify vector initialization in sdext"Julien Nabet2-8/+5
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann1-1/+1
2021-10-16Simplify vector initialization in sdextJulien Nabet5-52/+69
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski3-5/+5
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-10-03A more lightweight O[U]StringConcatenationStephan Bergmann1-1/+1
2021-09-15loplugin:constvarsNoel Grandin1-1/+1
2021-09-12allow build with poppler <= 0.71Rico Tzschichholz1-0/+5