summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-26sdext.pdfimport: Restore to read font file for the determination...Kevin Suo2-13/+89
2021-07-18poppler 0.73 doesn't have GooString::append(const std::string&)Caolán McNamara1-0/+4
2021-07-16Fix typosAndrea Gelmini1-1/+1
2021-07-16restore compatibility with older popplersKevin Suo1-3/+8
2021-07-14tdf#78427 tdf#81481 sdext.pdfimport: added unittestKevin Suo3-1/+136
2021-07-14sdext.pdfimport: <text:s> and <text:tab> don't have "text:style-name" attributeKevin Suo1-0/+1
2021-07-14tdf#78427 sdext.pdfimport: more bold/italic/Oblique fixesKevin Suo1-2/+6
2021-07-14tdf81484 Draw and Writer pdf import: SimSun bold font is shown as "outline"Kevin Suo3-17/+41
2021-07-12tdf#78427 sdext.pdfimport: refactor the conversion of font family namesKevin Suo2-119/+46
2021-07-12tdf#78427 sdext.pdfimport: No need to read a font file for the purpose of...Kevin Suo2-58/+3
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin5-35/+35
2021-06-23tdf#141709: Use poppler_dataMichael Warner4-2/+57
2021-06-11Simplify vector initializationsJulien Nabet2-21/+24
2021-06-09Simplify Sequences initializations (sdext)Julien Nabet3-43/+55
2021-05-31sdext : use std::mutex when possibleArnaud Versini2-9/+11
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