aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* initial support for rendering pptx slides into images with a PPTX2PNG ↵Yegor Kozlov2011-10-2137-337/+23961
| | | | | | command-line utility git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187328 13f79535-47bb-0310-9956-ffa450edef68
* Add implementation of RATE from patch in bug #52050Nick Burch2011-10-193-0/+121
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1186111 13f79535-47bb-0310-9956-ffa450edef68
* Patch from bug #51566 - HSLF fix for finishing parsing the picture stream on ↵Nick Burch2011-10-152-0/+6
| | | | | | the first non-valid type git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1183654 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from bug #51974 - Avoid HWPF issue when identifying the picture typeNick Burch2011-10-152-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1183645 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from bug #52035 - Fix signed issue with very large word 6 filesNick Burch2011-10-153-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1183629 13f79535-47bb-0310-9956-ffa450edef68
* Improve HPSF test failure messageNick Burch2011-10-151-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1183626 13f79535-47bb-0310-9956-ffa450edef68
* Allow Ole10Native to be created from a DirectoryNode, not only a a POIFSNick Burch2011-10-151-18/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1183618 13f79535-47bb-0310-9956-ffa450edef68
* add picture height / width to PicturesManager argumentsSergey Vladimirov2011-10-091-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1180744 13f79535-47bb-0310-9956-ffa450edef68
* add picture height / width to PicturesManager argumentsSergey Vladimirov2011-10-096-82/+90
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1180740 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51681 - doc example bugNick Burch2011-10-061-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179895 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo, leave the old version there deprecated for nowNick Burch2011-10-063-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179787 13f79535-47bb-0310-9956-ffa450edef68
* Follow on for bug #51873 - may have another _ on the endNick Burch2011-10-051-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179462 13f79535-47bb-0310-9956-ffa450edef68
* Add a bit more XSSFDrawing testing, not all of which works properly yet...Nick Burch2011-10-052-2/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179461 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51949 - Avoid NPE on double close of ZipFileZipEntrySourceNick Burch2011-10-052-17/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179452 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51950 - XWPF may not always have footnotes in a documentNick Burch2011-10-052-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179449 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51963 - Correct AreaReference handling of references containing a ↵Nick Burch2011-10-053-5/+32
| | | | | | sheet name which includes a comma git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179444 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51955 - XSSFReader supplied StylesTables need to have the theme ↵Nick Burch2011-10-054-3/+36
| | | | | | data available git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179440 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51716 - Removed incorrect assert in SXSSFSheet#getSXSSFSheetYegor Kozlov2011-10-042-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178769 13f79535-47bb-0310-9956-ffa450edef68
* -warningSergey Vladimirov2011-10-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178154 13f79535-47bb-0310-9956-ffa450edef68
* preserve entries order in dictionariesSergey Vladimirov2011-10-021-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178153 13f79535-47bb-0310-9956-ffa450edef68
* fix VT_LPWSTR supportSergey Vladimirov2011-10-021-8/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178149 13f79535-47bb-0310-9956-ffa450edef68
* update testSectionMethods() test (due to padding)Sergey Vladimirov2011-10-021-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178148 13f79535-47bb-0310-9956-ffa450edef68
* fix VT_BOOL supportSergey Vladimirov2011-10-021-4/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178147 13f79535-47bb-0310-9956-ffa450edef68
* always pad properties to 4 bytesSergey Vladimirov2011-10-023-12/+29
| | | | | | fix 51834 - Opening and Writing .doc file results in corrupt document git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178113 13f79535-47bb-0310-9956-ffa450edef68
* pad VT_BOOL to 4 bytesSergey Vladimirov2011-10-021-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178112 13f79535-47bb-0310-9956-ffa450edef68
* correctly add padding to 16-bit integersSergey Vladimirov2011-10-021-5/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178111 13f79535-47bb-0310-9956-ffa450edef68
* rollbackSergey Vladimirov2011-10-021-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178109 13f79535-47bb-0310-9956-ffa450edef68
* correctly handle 2-byte propertiesSergey Vladimirov2011-10-021-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178107 13f79535-47bb-0310-9956-ffa450edef68
* add genericsSergey Vladimirov2011-10-021-11/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178106 13f79535-47bb-0310-9956-ffa450edef68
* correctly save PlfLst Sergey Vladimirov2011-10-021-0/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178105 13f79535-47bb-0310-9956-ffa450edef68
* correctly save PlfLst Sergey Vladimirov2011-10-028-180/+644
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178104 13f79535-47bb-0310-9956-ffa450edef68
* handle bullets lists correctly (i hope)Sergey Vladimirov2011-10-011-33/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178103 13f79535-47bb-0310-9956-ffa450edef68
* update LVLF definitionSergey Vladimirov2011-10-017-177/+239
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178098 13f79535-47bb-0310-9956-ffa450edef68
* correctly handle LFOData structuresSergey Vladimirov2011-10-019-143/+642
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178083 13f79535-47bb-0310-9956-ffa450edef68
* correctly handle last part of FIBSergey Vladimirov2011-10-019-97/+970
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178063 13f79535-47bb-0310-9956-ffa450edef68
* update docs basing on prev. version of docSergey Vladimirov2011-10-011-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178049 13f79535-47bb-0310-9956-ffa450edef68
* move cbRgFcLcb from FIBFieldHandler to FIBSergey Vladimirov2011-10-012-23/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178045 13f79535-47bb-0310-9956-ffa450edef68
* replcae FIBLongHandler with FibRgLw97 and remove CPSplitCalculatorSergey Vladimirov2011-10-0112-549/+923
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178038 13f79535-47bb-0310-9956-ffa450edef68
* replace FIBShortHandler with FibRgW97Sergey Vladimirov2011-10-015-93/+613
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178030 13f79535-47bb-0310-9956-ffa450edef68
* extract FibBase from FIBSergey Vladimirov2011-10-0115-1187/+1112
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178019 13f79535-47bb-0310-9956-ffa450edef68
* Add a HSSF/XSSF example relating to cell styles and coloursNick Burch2011-09-301-0/+94
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1177793 13f79535-47bb-0310-9956-ffa450edef68
* picture loading completely rewritten, bugs 51902 and 51890 fixedSergey Vladimirov2011-09-3011-625/+1461
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1177709 13f79535-47bb-0310-9956-ffa450edef68
* disable wraps in "extended" cellsSergey Vladimirov2011-09-301-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1177644 13f79535-47bb-0310-9956-ffa450edef68
* rewrite Sttb utils to handle complex casesSergey Vladimirov2011-09-305-216/+257
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1177643 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to HSSFFont to get the color, similar to the XSSF oneNick Burch2011-09-291-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1177410 13f79535-47bb-0310-9956-ffa450edef68
* Allow the passing of a File object to WorkbookFactory.create, which permits ↵Nick Burch2011-09-295-3/+39
| | | | | | lower memory processing than the InputStream version git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1177409 13f79535-47bb-0310-9956-ffa450edef68
* bug#51901: StringChunk.parseAs7BitData - Encoding not found - US-ASCII; ↵Maxim Valyanskiy2011-09-281-1/+2
| | | | | | format=flowed git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1176780 13f79535-47bb-0310-9956-ffa450edef68
* XLSF text extraction improvements relating to TIKA-712Nick Burch2011-09-265-40/+139
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1175887 13f79535-47bb-0310-9956-ffa450edef68
* Tweak the HSLF and XSLF tests for master slide text to cover more (some of ↵Nick Burch2011-09-262-6/+23
| | | | | | which is disabled for now) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1175870 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51873 - update HSMF to ignore Outlook 2002 Olk10SideProp entries, ↵Nick Burch2011-09-232-3/+14
| | | | | | which don't behave like normal chunks git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1174868 13f79535-47bb-0310-9956-ffa450edef68