aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src/main/java/org/apache/poi/xslf
Commit message (Expand)AuthorAgeFilesLines
* [bug-69628] more changes to getMax methodsPJ Fanning13 days1-1/+2
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2025-01-202-0/+9
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2025-01-111-1/+1
* PoiLogManagerPJ Fanning2024-11-2413-26/+26
* refactor some codePJ Fanning2024-04-191-1/+2
* [bug-68703] fix issue with XSLFTextRuns in XSLFTableCellsPJ Fanning2024-03-041-2/+6
* [bug-68703] revert fix issue with XSLFTextRuns in XSLFTableCellsPJ Fanning2024-03-041-1/+1
* [bug-68703] fix issue with XSLFTextRuns in XSLFTableCellsPJ Fanning2024-03-041-1/+1
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-01-301-0/+3
* try to javadoc more unsupported methodsPJ Fanning2023-12-195-1/+43
* [bug-67579] add new XWPFDocument/XMLSlideShow constructorPJ Fanning2023-10-261-3/+16
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-10-032-2/+6
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-09-211-2/+6
* update changesPJ Fanning2023-09-171-0/+2
* use files nio APIs in more placesPJ Fanning2023-09-173-6/+8
* use more nio file supportPJ Fanning2023-09-141-2/+2
* [bug-67005] XSLFPictureShape - audio-related methods. Thanks to MaxPJ Fanning2023-09-141-1/+22
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-09-112-4/+8
* Bug 66425: Avoid a NullPointerException found via oss-fuzzDominik Stadler2023-09-081-1/+1
* apply some spelling fixesPJ Fanning2023-06-271-1/+1
* apply some spelling fixesPJ Fanning2023-06-271-1/+1
* Remove deprecation warnings reported with newer commons-ioDominik Stadler2023-06-085-5/+5
* use 'its'PJ Fanning2023-03-182-2/+2
* use 'an'PJ Fanning2023-03-181-1/+1
* [github-409] Textruns not honouring highlight. Thans to gffloodg. This closes...PJ Fanning2022-12-281-1/+85
* [github-404] issue with text runs and styling relating to table cells. Thanks...PJ Fanning2022-12-122-13/+38
* javadocPJ Fanning2022-11-211-2/+2
* [bug-66312] partial fix for insertNewParagraph(XmlCursor cursor)PJ Fanning2022-10-131-1/+1
* [bug-66306] make XSLFDiagramGroupShape publicPJ Fanning2022-10-131-2/+2
* javadocPJ Fanning2022-10-081-1/+1
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-142-6/+6
* try to use checked exceptions where APIs already support themPJ Fanning2022-09-142-3/+3
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-145-9/+9
* some lgtm issuesPJ Fanning2022-09-131-8/+13
* reuse codePJ Fanning2022-08-283-3/+6
* reuse codePJ Fanning2022-08-281-2/+2
* reuse codePJ Fanning2022-08-286-8/+15
* [bug-66242] Fix issue with orphaned (in package) images and notes post slide ...PJ Fanning2022-08-283-3/+59
* [bug-65473] when copy slide, new slide uses old textrun object reference. Tha...PJ Fanning2022-08-191-12/+3
* code to handle smart art rotationsPJ Fanning2022-07-291-1/+10
* [bug-66176] rework text box supportPJ Fanning2022-07-271-0/+1
* refactor smart art codePJ Fanning2022-07-252-60/+54
* try to work around issue with getting embedded smart art diagramPJ Fanning2022-07-222-20/+42
* [bug-66176] Integrate SmartArt diagrams from powerpoint presentations. Thanks...PJ Fanning2022-07-224-4/+310
* use common PictureTypePJ Fanning2022-07-211-1/+1
* [github-361] reuse regex pattern instances. Thanks to XenoAmess. This closes ...PJ Fanning2022-07-151-2/+4
* remove use of some calls to deprecated cursor dispose()PJ Fanning2022-06-1912-102/+26
* Remove unused imports, remove unnecessary boxing of int-value and apply some ...Dominik Stadler2022-03-201-2/+0
* [bug-65935] add removeTextRunPJ Fanning2022-03-071-2/+40
* reformatPJ Fanning2022-03-071-45/+45