svn commit: r1884974 - in /poi/trunk: src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFTextParagraph.java test-data/integration/stress022.pptx

2020-12-30 Thread kiwiwings
Author: kiwiwings Date: Wed Dec 30 23:33:05 2020 New Revision: 1884974 URL: http://svn.apache.org/viewvc?rev=1884974=rev Log: workaround NullPointerException when font family (of bullets) can't be determined Added: poi/trunk/test-data/integration/stress022.pptx (with props) Modified:

svn commit: r1884966 - in /poi/trunk: src/java/org/apache/poi/sl/draw/DrawTexturePaint.java test-data/integration/stress021.pptx

2020-12-30 Thread kiwiwings
Author: kiwiwings Date: Wed Dec 30 23:13:23 2020 New Revision: 1884966 URL: http://svn.apache.org/viewvc?rev=1884966=rev Log: workaround "Width (0) and height (0) cannot be <= 0" error while rendering text with textures Added: poi/trunk/test-data/integration/stress021.pptx (with props)

svn commit: r1884962 - in /poi/trunk: ./ src/examples/src/org/apache/poi/examples/ss/ src/multimodule/ooxml-full/java9/ src/multimodule/ooxml-lite/java9/ src/ooxml/testcases/org/apache/poi/extractor/o

2020-12-30 Thread kiwiwings
Author: kiwiwings Date: Wed Dec 30 22:56:36 2020 New Revision: 1884962 URL: http://svn.apache.org/viewvc?rev=1884962=rev Log: add failing regression test files fix ooxml-lite packaging fix PP97 dual storage file handling in extractor Added: poi/trunk/test-data/integration/

svn commit: r1884959 - in /poi/trunk: src/java/org/apache/poi/ss/formula/eval/ src/java/org/apache/poi/ss/formula/functions/ src/ooxml/testcases/org/apache/poi/xssf/usermodel/ test-data/spreadsheet/

2020-12-30 Thread centic
Author: centic Date: Wed Dec 30 21:40:12 2020 New Revision: 1884959 URL: http://svn.apache.org/viewvc?rev=1884959=rev Log: Bug 64986: Support missing or blank match_type for function Match Excel and LibreOffice use the default value in this case Modified:

svn commit: r1884958 - in /poi/trunk/src/ooxml: java/org/apache/poi/xwpf/usermodel/ testcases/org/apache/poi/xwpf/usermodel/

2020-12-30 Thread centic
Author: centic Date: Wed Dec 30 21:40:06 2020 New Revision: 1884958 URL: http://svn.apache.org/viewvc?rev=1884958=rev Log: Bug 64838: Do not populate cells with a paragraph when loading an existing document Modified: poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFTableCell.java

svn commit: r1884957 - in /poi/trunk: src/integrationtest/org/apache/poi/stress/TestAllFiles.java src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestUnfixedBugs.java test-data/spreadsheet/64759.xls

2020-12-30 Thread centic
Author: centic Date: Wed Dec 30 21:40:01 2020 New Revision: 1884957 URL: http://svn.apache.org/viewvc?rev=1884957=rev Log: Add unfixed test for bug 64759 and make the ones fail which depend on manual opening of files in Microsoft Excel for verification Added:

svn commit: r1884956 - in /poi/trunk/src: ooxml/testcases/org/apache/poi/ss/tests/ scratchpad/testcases/org/apache/poi/hemf/usermodel/ scratchpad/testcases/org/apache/poi/hslf/usermodel/ testcases/org

2020-12-30 Thread centic
Author: centic Date: Wed Dec 30 21:39:56 2020 New Revision: 1884956 URL: http://svn.apache.org/viewvc?rev=1884956=rev Log: Also replace for JUnit 5 in comments Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/ss/tests/TestWorkbookFactory.java

svn commit: r1884950 - /poi/trunk/src/integrationtest/org/apache/poi/stress/BaseIntegrationTest.java

2020-12-30 Thread centic
Author: centic Date: Wed Dec 30 17:03:30 2020 New Revision: 1884950 URL: http://svn.apache.org/viewvc?rev=1884950=rev Log: Adjust error-message on old files and simplify code slightly Modified: poi/trunk/src/integrationtest/org/apache/poi/stress/BaseIntegrationTest.java Modified:

svn commit: r1884949 - /poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/model/TextPieceTable.java

2020-12-30 Thread centic
Author: centic Date: Wed Dec 30 17:03:27 2020 New Revision: 1884949 URL: http://svn.apache.org/viewvc?rev=1884949=rev Log: Slightly re-arrange code to only perform computations if we do not exit the loop anyway Also simplify code somewhat Modified:

svn commit: r1884948 - in /poi/trunk/src/scratchpad: src/org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.java testcases/org/apache/poi/hslf/usermodel/TestPictures.java

2020-12-30 Thread centic
Author: centic Date: Wed Dec 30 17:03:23 2020 New Revision: 1884948 URL: http://svn.apache.org/viewvc?rev=1884948=rev Log: Bug 65009: Fix incorrect index for 1-based pictures Adjusted somewhat from Github PR #211 Closes #211 Modified: