Andreas Beeker
|
f35e818fa2
|
#62037 - SlideNames should not be null but have a default as if accessed by VBA
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831745 13f79535-47bb-0310-9956-ffa450edef68
|
2018-05-16 21:57:49 +00:00 |
|
Andreas Beeker
|
5189313eb4
|
#61459 - HSLFShape.getShapeName() returns name of shapeType and not the shape name
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829656 13f79535-47bb-0310-9956-ffa450edef68
|
2018-04-20 13:45:18 +00:00 |
|
Andreas Beeker
|
ab390ce170
|
#62319 - Decommission XSLF-/PowerPointExtractor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829653 13f79535-47bb-0310-9956-ffa450edef68
|
2018-04-20 12:52:59 +00:00 |
|
Andreas Beeker
|
4ba2d64a50
|
Bug 62092 - Text not extracted from grouped text shapes in HSLF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829453 13f79535-47bb-0310-9956-ffa450edef68
|
2018-04-18 15:02:02 +00:00 |
|
Dominik Stadler
|
eb4e20cd69
|
Try to avoid one NPE that popped up in commoncrawl-corpus tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828375 13f79535-47bb-0310-9956-ffa450edef68
|
2018-04-04 19:40:54 +00:00 |
|
Andreas Beeker
|
2c2028ede6
|
#61881 - handle invalid font names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1817599 13f79535-47bb-0310-9956-ffa450edef68
|
2017-12-09 11:44:19 +00:00 |
|
Alain Béarez
|
c795f2e793
|
XDDF usermodel for Charts closes #68 on GitHub
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816383 13f79535-47bb-0310-9956-ffa450edef68
|
2017-11-26 14:03:01 +00:00 |
|
Andreas Beeker
|
a51bac65b7
|
#60499 - Deleting a picture that is used twice on a slide corrupt the slide
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808661 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-17 22:45:03 +00:00 |
|
PJ Fanning
|
e726dd68de
|
[bug-61515] fix xlsf issue with relationships [from Alain Bearez] This closes #70
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808294 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-13 23:10:44 +00:00 |
|
Tim Allison
|
a07ed9e864
|
61338 -- avoid infinite loop triggered by fuzzed wmf file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802997 13f79535-47bb-0310-9956-ffa450edef68
|
2017-07-25 20:26:57 +00:00 |
|
Andreas Beeker
|
377615e9cd
|
#61169 - Text with Japanese characters overflows textbox
- add resize methods with Graphics argument
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801329 13f79535-47bb-0310-9956-ffa450edef68
|
2017-07-08 22:20:55 +00:00 |
|
Andreas Beeker
|
160fb550c1
|
#60993 - HSLF: Grid and rowspan calculation in table cells is wrong
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791500 13f79535-47bb-0310-9956-ffa450edef68
|
2017-04-15 12:14:26 +00:00 |
|
Dominik Stadler
|
1aee770758
|
Bug 60042: Add sample file to check if this bug is fixed via bug 55791 already.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787664 13f79535-47bb-0310-9956-ffa450edef68
|
2017-03-19 21:44:05 +00:00 |
|
Dominik Stadler
|
a22b4aaa2d
|
Bug 60810: Check for duplicate relation-names for notes similar to the fix for slides themselves in bug 55791
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787663 13f79535-47bb-0310-9956-ffa450edef68
|
2017-03-19 21:43:57 +00:00 |
|
Andreas Beeker
|
397771011f
|
#60715 - Blank layout was not found
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782635 13f79535-47bb-0310-9956-ffa450edef68
|
2017-02-11 21:48:05 +00:00 |
|
Andreas Beeker
|
3820215393
|
Bug 60345 - Handle corrupt PICT streams
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769226 13f79535-47bb-0310-9956-ffa450edef68
|
2016-11-10 23:04:25 +00:00 |
|
Andreas Beeker
|
ead2cdd696
|
Bug 59273 - Unable to create pptx file by potx file using Apache POI
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769220 13f79535-47bb-0310-9956-ffa450edef68
|
2016-11-10 22:54:07 +00:00 |
|
Andreas Beeker
|
423a49cbab
|
Bug 60294 - Add "unknown" ShapeType for 4095
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1766227 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-22 19:34:47 +00:00 |
|
Tim Allison
|
5958cb4840
|
BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to Andreas Beeker for this patch. Problems are mine.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765696 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 18:44:46 +00:00 |
|
Andreas Beeker
|
0a7cd3b68b
|
merge trunk to branch
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hssf_cryptoapi@1762709 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-28 21:01:40 +00:00 |
|
Andreas Beeker
|
cda4f20482
|
merge trunk to branch
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hssf_cryptoapi@1761376 13f79535-47bb-0310-9956-ffa450edef68
|
2016-09-19 00:20:44 +00:00 |
|
Dominik Stadler
|
52bf709104
|
Add a test to check for a NullPointerException in XSLFTableCell
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752862 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-15 18:24:11 +00:00 |
|
Nick Burch
|
bfa702ed88
|
XSLFPictureData support for TIFF images - patch and tests from bug #59742 from Jens Popp
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749732 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-22 16:18:36 +00:00 |
|
Andreas Beeker
|
bd2b438ee1
|
Regression fix for XSLF
- master style was always overridden, because of r1745100
- AIOOB in TextDirection mapping
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746858 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-05 01:04:58 +00:00 |
|
Andreas Beeker
|
61321b4b37
|
#54570 - InvalidFormatException because of Absolute URI forbidden
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744137 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-16 21:04:00 +00:00 |
|
Andreas Beeker
|
401a9fb477
|
#58144 - Behaviour for headers and footers of slides is inconsistent between slideshows created in 2003 and 2007
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1743769 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-13 23:50:39 +00:00 |
|
Javen O'Neal
|
0d40050e20
|
bug 52949: add Word, Powerpoint, and Visio (HDGF) files with macros to test macro extraction
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738502 13f79535-47bb-0310-9956-ffa450edef68
|
2016-04-11 03:02:18 +00:00 |
|
Dominik Stadler
|
1985e23f59
|
Regression: Add unit-test which triggers more code deep inside XSLF to have some missing pieces included in the reduced ooxml-schema-jar
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737466 13f79535-47bb-0310-9956-ffa450edef68
|
2016-04-02 06:38:39 +00:00 |
|
Andreas Beeker
|
4eeffd0532
|
XSLF: do not display Master Slide objects by default
XSLF: fix alternate content handling for picture shapes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736935 13f79535-47bb-0310-9956-ffa450edef68
|
2016-03-28 22:52:01 +00:00 |
|
Dominik Stadler
|
fe359afec3
|
Fix possible NullPointerException with invalid/unsupported image types
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725332 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-18 19:56:30 +00:00 |
|
Dominik Stadler
|
50d09bf36c
|
Fix a NullPointerException that occurs with some PPTs now but did not in POI 3.13
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724487 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-13 19:45:49 +00:00 |
|
Andreas Beeker
|
b0c16b8261
|
#57796 - Support hyperlink extraction when rendering slides
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724338 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-12 23:20:48 +00:00 |
|
Andreas Beeker
|
e7d60982c7
|
#55030 - RichTextRun getFontName can not get Chinese font name
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722479 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-31 23:49:34 +00:00 |
|
Andreas Beeker
|
8bfebb7a3a
|
#56570 - RecordType has repeat by code type 3009
#58159 - getHeaderText() and getFooterText() duplicate text in sheet.getTextRuns()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722477 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-31 22:10:40 +00:00 |
|
Andreas Beeker
|
7b4c17b70c
|
#58733 - New AIOOBE in getCell while iterating through a table in PPT
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1720035 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-14 22:49:04 +00:00 |
|
Andreas Beeker
|
ad89fdcaf5
|
#58718 - Master styles not initialized when running multithreaded
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1719758 13f79535-47bb-0310-9956-ffa450edef68
|
2015-12-13 01:50:24 +00:00 |
|
Andreas Beeker
|
7458fdc277
|
In preparation for table rendering, added table row heights and column widths to common sl.
To have better results in rendering switch anchor from java.awt.Rectangle to Rectangle2D.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715540 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-21 15:54:01 +00:00 |
|
Andreas Beeker
|
d1d1298d96
|
#53192 - Images in ppt file have wrong width when convering ppt to png
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713332 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-09 01:28:31 +00:00 |
|
Andreas Beeker
|
e8d108ff22
|
Add support for HSLF metro blobs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713318 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-08 23:13:28 +00:00 |
|
asf-sync-process
|
8b6cef3b79
|
#45908 - RichTextRun.setBullet(false) doesn't work, bullets still here
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711858 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-01 22:52:49 +00:00 |
|
asf-sync-process
|
0ae2928035
|
#45088 - POI-HSLF changeTextInRichTextRun corrupts presentation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711845 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-01 19:37:28 +00:00 |
|
Andreas Beeker
|
8a6a5578e6
|
#45124 - inserting text or images wipes out boldness and makes everything italic
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711704 13f79535-47bb-0310-9956-ffa450edef68
|
2015-10-31 23:05:09 +00:00 |
|
Andreas Beeker
|
b9cf1bdc38
|
#58516 - Rare new aioobe in 3.13 on initialization of a handful of ppts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711381 13f79535-47bb-0310-9956-ffa450edef68
|
2015-10-29 23:22:54 +00:00 |
|
Andreas Beeker
|
750558d8d9
|
#56519 - XSLFSlide.draw is not working with text embeded in PPTX
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694925 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-09 22:44:13 +00:00 |
|
Andreas Beeker
|
d439f080d6
|
merge trunk to common sl branch
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1691843 13f79535-47bb-0310-9956-ffa450edef68
|
2015-07-19 19:00:32 +00:00 |
|
Andreas Beeker
|
aeb6995095
|
Bug 54332 - WMF extraction failing in Tika for older PowerPoint Files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1687398 13f79535-47bb-0310-9956-ffa450edef68
|
2015-06-24 23:34:03 +00:00 |
|
Andreas Beeker
|
f97d6f6c34
|
Rendering fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1686117 13f79535-47bb-0310-9956-ffa450edef68
|
2015-06-17 22:21:13 +00:00 |
|
Andreas Beeker
|
4acc6a84a1
|
Fixed TextRun handling and various junit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1684773 13f79535-47bb-0310-9956-ffa450edef68
|
2015-06-10 22:23:47 +00:00 |
|
Dominik Stadler
|
5118bdb128
|
Avoid possible NullPointerException seen with some powerpoint files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1674958 13f79535-47bb-0310-9956-ffa450edef68
|
2015-04-20 18:26:39 +00:00 |
|
Dominik Stadler
|
ca8e3c465e
|
Avoid NullPointerException if an image cannot be read
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1674952 13f79535-47bb-0310-9956-ffa450edef68
|
2015-04-20 18:10:43 +00:00 |
|