Yegor Kozlov
|
49a75b1031
|
more XSLF tests to ensure that poi-ooxml-schemas.jar contains all used classes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1233242 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-19 08:09:26 +00:00 |
|
Yegor Kozlov
|
2cf6b568c6
|
added common interface for containers of shapes in XSLF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1231481 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-14 11:10:46 +00:00 |
|
Nick Burch
|
2a22882dff
|
POIXMLPropertiesTextExtractor support for extracting custom OOXML properties as text
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1230106 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-11 15:51:10 +00:00 |
|
Nick Burch
|
477ae958e3
|
Fix bug #52449 - Support writing XWPF documents with glossaries (plus fix some indenting)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1230045 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-11 14:02:40 +00:00 |
|
Yegor Kozlov
|
ac6c00b6df
|
Bugzilla 52348: Avoid exception when creating cell style in a workbook that has an empty xf table
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1220659 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-19 09:06:10 +00:00 |
|
Yegor Kozlov
|
8c2f0e5770
|
Bugzilla 52219: fixed XSSFSimpleShape to set rich text attributes from XSSFRichTextString
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1220642 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-19 08:17:46 +00:00 |
|
Yegor Kozlov
|
c8f9bde8ee
|
removed svn:executable bit from project files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212745 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-10 08:02:08 +00:00 |
|
Yegor Kozlov
|
17c6a33b99
|
keep rat quiet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212403 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-09 13:27:12 +00:00 |
|
Yegor Kozlov
|
c46ea351f6
|
Bugzilla 51961: support compression of temp files in SXSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212330 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-09 11:04:22 +00:00 |
|
Yegor Kozlov
|
1b19410d68
|
Bugzilla 52268 - support cloning sheets with drawings in XSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1211339 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-07 08:49:09 +00:00 |
|
Nick Burch
|
693a7ddc09
|
Patch from Fabian from bug #52285 - support Smart Tags in XWPF paragraphs, with test (and fixing indents)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210774 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-06 04:31:04 +00:00 |
|
Nick Burch
|
9068469566
|
Test that shows that bug #52288 is already fixed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210768 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-06 03:33:11 +00:00 |
|
Nick Burch
|
3400cf0d44
|
Patch from Marcel May from bug #51875 - More XSSF formula new-line support
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210299 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-05 00:52:39 +00:00 |
|
Yegor Kozlov
|
62fa52d714
|
improved rendering of groupped shapes in xslf
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210089 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-04 11:16:57 +00:00 |
|
Yegor Kozlov
|
8e6eff67fc
|
more progress with XSLF: made some methods publis as suggested on poi-dev, more tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1205902 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-24 16:13:42 +00:00 |
|
Yegor Kozlov
|
66b79be517
|
added missing definition of the upArrow shape, moved support for line decorations to XSLFSimpleShape
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1204477 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-21 13:10:14 +00:00 |
|
Yegor Kozlov
|
12c58c96e3
|
fixed TestXSLFTextParagraph that failed when the Arial font was not available
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1204133 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-20 06:34:32 +00:00 |
|
Yegor Kozlov
|
1d81b3e8bc
|
avoid exception when breaking text with a trailing newline
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1203968 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-19 12:25:38 +00:00 |
|
Yegor Kozlov
|
91d87aff7d
|
misc improvements in text rendering in xlsf
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1203143 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-17 10:33:59 +00:00 |
|
Yegor Kozlov
|
a44fc7b05a
|
more progress with PPTX2PNG
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1201687 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-14 13:00:13 +00:00 |
|
Yegor Kozlov
|
abccf7f303
|
improved rendering of indented text in XSLF, also improved import content from external slides
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1200330 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-10 13:59:16 +00:00 |
|
Yegor Kozlov
|
afecad3532
|
keep rat-check quiet, also started writing xslf docs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1198722 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-07 13:22:04 +00:00 |
|
Yegor Kozlov
|
21b4a0f948
|
more progress with xlsf: support for gradient and texture fills, backgrounds, improved drawing of preset shapes and many more updates ...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1198658 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-07 09:12:16 +00:00 |
|
Yegor Kozlov
|
6406cfb2d2
|
more progress with PPTX2PNG: support for gradient and texture fill, also refactored usages of colors in drawingML
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1190347 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-28 14:25:53 +00:00 |
|
Yegor Kozlov
|
5badcee102
|
support for preset shape geometries in xslf
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1189105 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-26 10:10:05 +00:00 |
|
Yegor Kozlov
|
f1a2673950
|
more progress with PPTX2PNG
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1188091 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-24 11:07:59 +00:00 |
|
Yegor Kozlov
|
3c6ce72dda
|
initial support for rendering pptx slides into images with a PPTX2PNG command-line utility
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187328 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-21 13:17:33 +00:00 |
|
Nick Burch
|
e132ed5359
|
Add a bit more XSSFDrawing testing, not all of which works properly yet...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179461 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-05 22:13:52 +00:00 |
|
Nick Burch
|
0d31a3b8b7
|
Fix bug #51963 - Correct AreaReference handling of references containing a sheet name which includes a comma
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179444 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-05 21:18:25 +00:00 |
|
Nick Burch
|
ea20b0b885
|
Fix bug #51955 - XSSFReader supplied StylesTables need to have the theme data available
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179440 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-05 21:05:00 +00:00 |
|
Nick Burch
|
ba88670e3e
|
Allow the passing of a File object to WorkbookFactory.create, which permits lower memory processing than the InputStream version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1177409 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-29 19:39:51 +00:00 |
|
Nick Burch
|
9e1ca2caea
|
XLSF text extraction improvements relating to TIKA-712
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1175887 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-26 14:37:50 +00:00 |
|
Nick Burch
|
8de1ce7c6a
|
Tweak the HSLF and XSLF tests for master slide text to cover more (some of which is disabled for now)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1175870 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-26 13:48:59 +00:00 |
|
Nick Burch
|
837c5a90f1
|
Fix bug #51850 - support creating comments in XSSF on an earlier slide when later ones already have them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1174048 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-22 10:37:54 +00:00 |
|
Nick Burch
|
7b211912e2
|
Add a disabled test for bug #51850, and tweak the OPC package exceptions to make it easier to spot when a part name is already used
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1174045 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-22 10:26:33 +00:00 |
|
Nick Burch
|
766b2256cf
|
Update the XSLF slide master text extraction to be optional, as HSLF already is, plus fix some indents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173756 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-21 16:54:22 +00:00 |
|
Nick Burch
|
2c9a15dc3b
|
Fix bug #51804 - Include Master Slide text in XSLF text extraction
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173749 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-21 16:32:52 +00:00 |
|
Nick Burch
|
7d6c26cf86
|
Test relating to TIKA-705 - XSLF internal hyperlinks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1172670 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-19 15:38:59 +00:00 |
|
Nick Burch
|
f716fe1822
|
Start on a testcase for TIKA-705 (more work needed though)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1170648 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-14 14:39:20 +00:00 |
|
Yegor Kozlov
|
effaab4dc7
|
avoid exceptions when using POI in Tika, see BUgs 51771 and 51770
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1169679 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-12 10:19:50 +00:00 |
|
Yegor Kozlov
|
b1dce5c2ad
|
more progress with xssf chart api, see Bug 51196
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1167579 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-10 19:00:47 +00:00 |
|
Yegor Kozlov
|
cc4a1dd8f1
|
fixed failing xlsf test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1167541 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-10 15:30:43 +00:00 |
|
Yegor Kozlov
|
76b20bf253
|
initial support for table styles in XSLF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1167491 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-10 10:50:05 +00:00 |
|
Nick Burch
|
41f656b6c8
|
Patch from bug #51785 - Allow XSSF setForceFormulaRecalculation to work with the minimal ooxml-schemas jar
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1167241 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-09 15:11:20 +00:00 |
|
Nick Burch
|
e3a6f2ad80
|
Update XSLFPowerPointExtractor to include Comment Authors along with comment text
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1165112 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-04 21:16:32 +00:00 |
|
Nick Burch
|
27304042f8
|
XSLF initial work on comment authors, and tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1165111 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-04 21:09:20 +00:00 |
|
Nick Burch
|
a972aa482a
|
Basic XSLF support for slide notes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1165105 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-04 20:29:17 +00:00 |
|
Nick Burch
|
407ec57e37
|
Start on XSLF notes master support, and add a XMLSlideShow basics test, along with making it easier to get to the common slide data via XSLFSheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1165104 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-04 20:14:43 +00:00 |
|
Yegor Kozlov
|
9882382c80
|
support for tables and hyperlinks in XSLF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1158611 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-17 10:18:31 +00:00 |
|
Yegor Kozlov
|
6663b6ea9f
|
Patch 51634 - support SXSSF streaming from templates
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1156544 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-11 08:54:11 +00:00 |
|