summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
2024-03-19remove leftover PresenterScreen PCH filesNoel Grandin2-174/+0
2024-03-08use more string_viewNoel Grandin2-4/+5
2024-03-07sdext.pdfimport: Use std::unique_ptrDr. David Alan Gilbert1-22/+20
2024-02-29tdf#113050 sdext.pdfimport: Enable tilingPatternFillDr. David Alan Gilbert1-1/+1
2024-02-29tdf#113050 sdext.pdfimport: Set and write TileWidth/HeightDr. David Alan Gilbert3-2/+10
2024-02-29tdf#113050 sdext.pdfimport: Add TileWidth and TileHeight fieldsDr. David Alan Gilbert3-9/+18
2024-02-29tdf#113050 sdext.pdfimport: Create the fill-image style and use itDr. David Alan Gilbert2-2/+40
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 Gilbert3-10/+18
2024-02-29tdf#113050 sdext.pdfimport: Add ImageContainer::asBase64EncodedString'Dr. David Alan Gilbert2-0/+32
2024-02-29tdf#113050 sdext.pdfimport: In styles wrap 'Contents'Dr. David Alan Gilbert1-0/+4
2024-02-29tdf#113050 sdext.pdfimport: In styles Specialise draw:fill-imageDr. David Alan Gilbert1-1/+1
2024-02-29tdf#113050 sdext.pdfimport: Create poly for tiling patternDr. David Alan Gilbert1-4/+48
2024-02-29tdf#113050 sdext.pdfimport: Plumb tiling pattern fill to pdfiprocessorDr. David Alan Gilbert5-4/+35
2024-02-29tdf#113050 sdext.pdfimport Tiling pattern fill parserDr. David Alan Gilbert2-0/+34
2024-02-29tdf#113050 sdext.pdfimport: Flip bitmapDr. David Alan Gilbert1-2/+42
2024-02-29tdf#113050 sdext.pdfimport: Write the tiling pattern imageDr. David Alan Gilbert1-2/+62
2024-02-29tdf#113050 sdext.pdfimport: Write the tiling pattern headerDr. David Alan Gilbert2-1/+70
2024-02-25Simplify boost includes, and drop unneeded warning suppressionMike Kaganski1-24/+1
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski2-2/+2
2024-01-13Fix obscure xpdfimport crash on missing fontsThorsten Behrens1-6/+6
2023-12-31cid#1546464 COPY_INSTEAD_OF_MOVECaolán McNamara1-21/+21
2023-12-04cid#1545597 Using invalid iteratorJulien Nabet1-0/+1
2023-12-04cid#1546332 Using invalid iteratorJulien Nabet1-0/+1
2023-12-01tdf#158442: fix opening hybrid PDFs on WindowsMike Kaganski5-13/+14
2023-11-29Extended loplugin:ostr: sdextStephan Bergmann1-11/+11
2023-11-28tdf#157589 tdf#153969: Revert "sdext.pdfimport Writer: Do not visit...Kevin Suo1-1/+1
2023-11-19Extended loplugin:ostr: sdextStephan Bergmann7-105/+105
2023-10-31tdf#106057: Don't fail PDFReader::read, when several entries in stackMike Kaganski1-7/+12
2023-10-31Try to revert to use of file_iterator from boost on WindowsMike Kaganski1-76/+0
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: sdextStephan Bergmann2-10/+10
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann1-29/+29
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann6-41/+41
2023-09-28cool#7307 short-circuit pdf parsing during detect if no 'AdditionalStreams'Caolán McNamara1-0/+39
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin2-13/+11
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin2-11/+13
2023-06-26new loplugin:constexprliteralNoel Grandin1-3/+3
2023-04-30Use getXWeak in sdextMike Kaganski1-3/+3
2023-04-09new loplugin:unnecessarygetstrNoel Grandin2-4/+4
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2023-03-30loplugin:stringadd in sd/sdextNoel Grandin7-81/+60
2023-03-16XmlTestTools: factor out common codeXisco Fauli1-5/+0
2023-03-06BaseMutex->std::mutex in PDFIRawAdaptorNoel Grandin2-10/+5
2023-03-06BaseMutex->std::mutex in PDFDetectorNoel Grandin2-6/+4
2023-02-16Drop 'using namespace ::std' in dirs s*Gabor Kelemen1-3/+2
2023-01-26cid#1520592 Logically dead codeCaolán McNamara1-3/+0
2023-01-24pdfimport: refactor pdf and hybrid format detection codeTomaž Vajngerl1-143/+190
2023-01-21move presenter console from sdext/ to sd/Noel Grandin69-25988/+0
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann13-75/+11
2022-12-23loplugin:unocast (sdext::presenter::CachablePresenterView)Stephan Bergmann9-8/+54