summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
2022-06-24clang-tidy modernize-pass-by-value in sdextNoel Grandin48-223/+252
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-14tdf#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
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin34-299/+45
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin9-27/+16
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
2021-08-18loplugin:passstuffbyrefNoel Grandin1-2/+2
2021-08-10tdf#143148 Use pragma once in sdextYildiray1-4/+1
2021-08-05Avoid ODR violation, consistently define ZLIB_CONSTStephan Bergmann1-1/+1
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2-11/+11
2021-07-27GooString::append(const std::string&) is new in poppler 0.83.0Luboš Luňák1-1/+1
2021-07-26Fix typosAndrea Gelmini1-2/+2