summaryrefslogtreecommitdiffstats
path: root/sdext
Commit message (Expand)AuthorAgeFilesLines
* Drop support for poppler w/o cpp/poppler-version.hJan-Marek Glogowski2021-11-261-7/+0
* O[U]String::replaceAt overloads that take string_viewNoel Grandin2021-11-231-1/+1
* loplugin:finalclassesNoel Grandin2021-11-033-31/+24
* Prepare for removal of non-const operator[] from Sequence in sdextMike Kaganski2021-10-3116-141/+118
* Revert part of "Simplify vector initialization in sdext"Julien Nabet2021-10-222-8/+5
* Optimize assignment from OUStringLiteral to OUStringStephan Bergmann2021-10-221-1/+1
* Simplify vector initialization in sdextJulien Nabet2021-10-165-52/+69
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-151-1/+1
* Avoid COW overhead using css::uno::SequenceMike Kaganski2021-10-143-5/+5
* loplugin:moveparam in sdextNoel Grandin2021-10-124-35/+35
* Fix font weight comparisonsStephan Bergmann2021-10-111-8/+8
* tdf#143959 sdext.pdfimport: call vcl::Font::identifyFont directlyKevin Suo2021-10-111-67/+46
* sdext.pdfimport tdf#78427: Add support for more Font Weight featuresKevin Suo2021-10-1112-59/+158
* A more lightweight O[U]StringConcatenationStephan Bergmann2021-10-031-1/+1
* loplugin:constvarsNoel Grandin2021-09-151-1/+1
* allow build with poppler <= 0.71Rico Tzschichholz2021-09-121-0/+5
* clang-tidy:readability-redundant-member-initNoel Grandin2021-09-0234-299/+45
* loplugin:referencecasting look through more clang TypesNoel Grandin2021-08-239-27/+16
* tdf#143959 sdext.pdfimport: fix font name with subtagKevin Suo2021-08-223-0/+43
* allow build with poppler <= 0.82Caolán McNamara2021-08-201-0/+4
* loplugin:constparamsNoel Grandin2021-08-182-2/+2
* loplugin:passstuffbyrefNoel Grandin2021-08-181-2/+2
* tdf#143148 Use pragma once in sdextYildiray2021-08-101-4/+1
* Avoid ODR violation, consistently define ZLIB_CONSTStephan Bergmann2021-08-051-1/+1
* Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2021-08-032-11/+11
* GooString::append(const std::string&) is new in poppler 0.83.0Luboš Luňák2021-07-271-1/+1
* Fix typosAndrea Gelmini2021-07-261-2/+2
* sdext.pdfimport: Restore to read font file for the determination...Kevin Suo2021-07-262-13/+89
* poppler 0.73 doesn't have GooString::append(const std::string&)Caolán McNamara2021-07-181-0/+4
* Fix typosAndrea Gelmini2021-07-161-1/+1
* restore compatibility with older popplersKevin Suo2021-07-161-3/+8
* tdf#78427 tdf#81481 sdext.pdfimport: added unittestKevin Suo2021-07-143-1/+136
* sdext.pdfimport: <text:s> and <text:tab> don't have "text:style-name" attributeKevin Suo2021-07-141-0/+1
* tdf#78427 sdext.pdfimport: more bold/italic/Oblique fixesKevin Suo2021-07-141-2/+6
* tdf81484 Draw and Writer pdf import: SimSun bold font is shown as "outline"Kevin Suo2021-07-143-17/+41
* tdf#78427 sdext.pdfimport: refactor the conversion of font family namesKevin Suo2021-07-122-119/+46
* tdf#78427 sdext.pdfimport: No need to read a font file for the purpose of...Kevin Suo2021-07-122-58/+3
* loplugin:indentation improve checks for brace alignmentNoel Grandin2021-06-285-35/+35
* tdf#141709: Use poppler_dataMichael Warner2021-06-234-2/+57
* Simplify vector initializationsJulien Nabet2021-06-112-21/+24
* Simplify Sequences initializations (sdext)Julien Nabet2021-06-093-43/+55
* sdext : use std::mutex when possibleArnaud Versini2021-05-312-9/+11
* LineParser::readNextToken gets called with m_nCharIndex==npos after allStephan Bergmann2021-05-211-1/+4
* Replace rtl_string_getTokenView with o3tl::getTokenStephan Bergmann2021-05-181-18/+20
* Use some more std::string_viewStephan Bergmann2021-05-181-9/+9
* update "add OString::getTokenView"Noel Grandin2021-05-181-2/+8
* Move per-Parser::parseLine state into its own LineParser classStephan Bergmann2021-05-181-109/+117
* add OString::getTokenView (tdf#42374 related)Noel Grandin2021-05-151-12/+19
* change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl2021-05-111-31/+31
* presenter : use std::mutexArnaud Versini2021-05-071-14/+15