summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/inc
AgeCommit message (Expand)AuthorFilesLines
2024-03-08use more string_viewNoel Grandin1-1/+1
2024-02-29tdf#113050 sdext.pdfimport: Add TileWidth and TileHeight fieldsDr. David Alan Gilbert1-3/+8
2024-02-29tdf#113050 sdext.pdfimport: Expose the ImageContainer constDr. David Alan Gilbert1-0/+1
2024-02-29tdf#113050 sdext.pdfimport: Add FillImage field to PolyPolyElementDr. David Alan Gilbert1-3/+4
2024-02-29tdf#113050 sdext.pdfimport: Add ImageContainer::asBase64EncodedString'Dr. David Alan Gilbert1-0/+1
2024-02-29tdf#113050 sdext.pdfimport: Plumb tiling pattern fill to pdfiprocessorDr. David Alan Gilbert2-0/+11
2023-12-01tdf#158442: fix opening hybrid PDFs on WindowsMike Kaganski1-4/+1
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann1-29/+29
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-1/+1
2022-12-07sdext: move the include of XComponentContext.hpp to where it is usedKevin Suo1-0/+1
2022-12-06"using namespace com::sun::star" -> css in header fileKevin Suo1-3/+1
2022-12-04tdf#152083 related: make the isComplex check block as a separate functionKevin Suo1-0/+5
2022-11-30tdf#104597 related: restore the mirroring of Bidi_Mirrored charactersKevin Suo1-0/+2
2022-10-22loplugin:unusedmethodsNoel Grandin1-2/+0
2022-07-14speed up loading PDF fileNoel Grandin1-1/+4
2022-07-01tdf#137544 reduce cost of dynamic_castNoel Grandin1-0/+7
2022-06-24clang-tidy modernize-pass-by-value in sdextNoel Grandin2-10/+11
2022-02-04sdext.pdfimport tdf#137128: Recognize more font name and weight...Kevin Suo1-0/+12
2021-11-03loplugin:finalclassesNoel Grandin3-31/+24
2021-10-11sdext.pdfimport tdf#78427: Add support for more Font Weight featuresKevin Suo3-7/+8
2021-07-16Fix typosAndrea Gelmini1-1/+1
2021-07-14tdf#78427 sdext.pdfimport: more bold/italic/Oblique fixesKevin Suo1-2/+6
2021-07-12tdf#78427 sdext.pdfimport: refactor the conversion of font family namesKevin Suo1-0/+18
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl1-31/+31
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann1-1/+2
2020-05-10compact namespace in sdextNoel Grandin5-29/+22
2020-04-21return shared_ptr from createDocumentElementNoel Grandin1-4/+3
2020-03-12Revert "loplugin:constfields in sdext"Noel Grandin3-15/+15
2020-02-04replace boost::bimap in sdext pdfimportCaolán McNamara1-8/+4
2019-11-13tdf#42949 Fix IWYU warnings in sdext/Gabor Kelemen7-16/+3
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin1-3/+2
2019-09-28loplugin:constmethod in sdext..starmathNoel Grandin1-2/+2
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sdextStephan Bergmann1-6/+6
2019-04-08improve combining in hash functionsNoel Grandin1-32/+34
2019-03-29loplugin:useuniqueptr in PDFReaderNoel Grandin1-2/+2
2019-02-28remove some unused typedefsNoel Grandin1-2/+0
2018-12-21use unique_ptr in sdextNoel Grandin1-1/+1
2018-11-22remove unused enums DocumentTextDirection and RendererPaneStyle::SideNoel Grandin1-1/+0
2018-11-16loplugin:staticmethods improvementNoel Grandin1-1/+1
2018-10-09loplugin:constfields in sdextNoel Grandin3-15/+15
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin1-1/+0
2018-09-13new loplugin simplifyconstructNoel Grandin1-2/+1
2018-08-30loplugin:useuniqueptr in PDFObjectNoel Grandin1-1/+1
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-1/+1
2018-03-06loplugin:useuniqueptr in sdextNoel Grandin2-24/+24
2018-02-02Simplify sortElements in pdfiprocessor (sdext)Julien Nabet1-1/+1
2018-01-12More loplugin:cstylecast: sdextStephan Bergmann1-1/+1
2017-12-24pdf: use bimap for GraphicsContext-id mapAshod Nakashian1-2/+8
2017-11-17loplugin:useuniqueptr in PDFContainerNoel Grandin1-2/+2