summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)Author
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-12-09change use of wrong slot id to name of correct commandCaolán McNamara
2021-11-26Drop support for poppler w/o cpp/poppler-version.hJan-Marek Glogowski
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-03loplugin:finalclassesNoel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in sdextMike Kaganski
2021-10-22Revert part of "Simplify vector initialization in sdext"Julien Nabet
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann
2021-10-16Simplify vector initialization in sdextJulien Nabet
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-12loplugin:moveparam in sdextNoel Grandin
2021-10-11Fix font weight comparisonsStephan Bergmann
2021-10-11tdf#143959 sdext.pdfimport: call vcl::Font::identifyFont directlyKevin Suo
2021-10-11sdext.pdfimport tdf#78427: Add support for more Font Weight featuresKevin Suo
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-09-15loplugin:constvarsNoel Grandin
2021-09-12allow build with poppler <= 0.71Rico Tzschichholz
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-22tdf#143959 sdext.pdfimport: fix font name with subtagKevin Suo
2021-08-20allow build with poppler <= 0.82Caolán McNamara
2021-08-18loplugin:constparamsNoel Grandin
2021-08-18loplugin:passstuffbyrefNoel Grandin
2021-08-10tdf#143148 Use pragma once in sdextYildiray
2021-08-05Avoid ODR violation, consistently define ZLIB_CONSTStephan Bergmann
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-27GooString::append(const std::string&) is new in poppler 0.83.0Luboš Luňák
2021-07-26Fix typosAndrea Gelmini
2021-07-26sdext.pdfimport: Restore to read font file for the determination...Kevin Suo
2021-07-18poppler 0.73 doesn't have GooString::append(const std::string&)Caolán McNamara
2021-07-16Fix typosAndrea Gelmini
2021-07-16restore compatibility with older popplersKevin Suo
2021-07-14tdf#78427 tdf#81481 sdext.pdfimport: added unittestKevin Suo
2021-07-14sdext.pdfimport: <text:s> and <text:tab> don't have "text:style-name" attributeKevin Suo
2021-07-14tdf#78427 sdext.pdfimport: more bold/italic/Oblique fixesKevin Suo
2021-07-14tdf81484 Draw and Writer pdf import: SimSun bold font is shown as "outline"Kevin Suo
2021-07-12tdf#78427 sdext.pdfimport: refactor the conversion of font family namesKevin Suo
2021-07-12tdf#78427 sdext.pdfimport: No need to read a font file for the purpose of...Kevin Suo
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-23tdf#141709: Use poppler_dataMichael Warner
2021-06-11Simplify vector initializationsJulien Nabet
2021-06-09Simplify Sequences initializations (sdext)Julien Nabet
2021-05-31sdext : use std::mutex when possibleArnaud Versini
2021-05-21LineParser::readNextToken gets called with m_nCharIndex==npos after allStephan Bergmann
2021-05-18Replace rtl_string_getTokenView with o3tl::getTokenStephan Bergmann
2021-05-18Use some more std::string_viewStephan Bergmann
2021-05-18update "add OString::getTokenView"Noel Grandin
2021-05-18Move per-Parser::parseLine state into its own LineParser classStephan Bergmann
2021-05-15add OString::getTokenView (tdf#42374 related)Noel Grandin