aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 51444 - Prevent corrupted output when saving files created by ↵Yegor Kozlov2011-06-306-6/+44
| | | | | | LibreOffice 3.3 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1141576 13f79535-47bb-0310-9956-ffa450edef68
* hwpf: ignore ArrayIndexOutOfBoundsException in TableSprmUncompressorMaxim Valyanskiy2011-06-301-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1141490 13f79535-47bb-0310-9956-ffa450edef68
* Added myself to the list of committers.Jon Svede2011-06-281-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1140429 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51422 - Support using RecalcIdRecord to trigger a full formula ↵Yegor Kozlov2011-06-2715-78/+303
| | | | | | recalculation on load git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1140210 13f79535-47bb-0310-9956-ffa450edef68
* List another exception caused by old+new POI jars in productionNick Burch2011-06-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139923 13f79535-47bb-0310-9956-ffa450edef68
* Bug 50474 - Example demonstrating how to update workbook embedded in a ↵Yegor Kozlov2011-06-253-0/+220
| | | | | | WordprocessingML document git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139541 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSFYegor Kozlov2011-06-259-67/+161
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139533 13f79535-47bb-0310-9956-ffa450edef68
* cleanup sxxsf temp files after tests, remove non-ascii characters from ↵Yegor Kozlov2011-06-2516-33/+61
| | | | | | source code, polished test output git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139518 13f79535-47bb-0310-9956-ffa450edef68
* Bug 48877 - Fixed XSSFRichTextString to respect leading and trailing line breaksYegor Kozlov2011-06-253-6/+75
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139505 13f79535-47bb-0310-9956-ffa450edef68
* Bug 49564 - Fixed default behaviour of XSSFCellStyle.getLocked()Yegor Kozlov2011-06-244-18/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139288 13f79535-47bb-0310-9956-ffa450edef68
* Bug 48314 - Fixed setting column and row breaks in XSSF, also updated javadocsYegor Kozlov2011-06-244-25/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139266 13f79535-47bb-0310-9956-ffa450edef68
* Add a unit test to show that bug #49648 no longer occursNick Burch2011-06-242-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139245 13f79535-47bb-0310-9956-ffa450edef68
* resolved old bugzilla issues, added unit testsYegor Kozlov2011-06-2414-16/+329
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139204 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51351 - more progress with WordToFoExtractor: fix ListEntryNoListTable ↵Yegor Kozlov2011-06-233-15/+115
| | | | | | and MBD001D0B89 tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1138836 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51424 - Ignore exceptions in ParagraphSprmUncompressorYegor Kozlov2011-06-232-1/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1138834 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer ↵Yegor Kozlov2011-06-238-119/+295
| | | | | | than 31 characters git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1138819 13f79535-47bb-0310-9956-ffa450edef68
* Add a note about RecalcId record with a value of zeroNick Burch2011-06-221-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1138637 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51332 - Fixed internal IDs of shapes generated by HSSFPatriarch when ↵Yegor Kozlov2011-06-2210-12/+96
| | | | | | there are more than 1023 drawing objects git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1138465 13f79535-47bb-0310-9956-ffa450edef68
* misc fixed in site's quick guideYegor Kozlov2011-06-221-61/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1138464 13f79535-47bb-0310-9956-ffa450edef68
* Test for parsing document with drawings to prevent NoClassDefFoundError for ↵Maxim Valyanskiy2011-06-222-0/+11
| | | | | | CTAnchor in XWPFRun git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1138440 13f79535-47bb-0310-9956-ffa450edef68
* bug 51351: more progress with WordToFoExtractor: support for hyperlinks, ↵Yegor Kozlov2011-06-206-487/+861
| | | | | | common fields and code cleanup git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1137673 13f79535-47bb-0310-9956-ffa450edef68
* Bug 48408: Improved documentation for Sheet.setColumnWidthYegor Kozlov2011-06-204-5/+110
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1137656 13f79535-47bb-0310-9956-ffa450edef68
* junit test for sprm, added missing line from r1137143Yegor Kozlov2011-06-202-0/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1137538 13f79535-47bb-0310-9956-ffa450edef68
* Support for sprmPJc paragraph SPRM and handling of additional properties in ↵Yegor Kozlov2011-06-186-895/+1392
| | | | | | ParagraphSprmCompressor, see Bugzilla 51389 and 51390 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1137143 13f79535-47bb-0310-9956-ffa450edef68
* updated web site docs Yegor Kozlov2011-06-183-0/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1137139 13f79535-47bb-0310-9956-ffa450edef68
* improved autosizing columns in SXSSF, see Bug 51356Yegor Kozlov2011-06-181-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1137138 13f79535-47bb-0310-9956-ffa450edef68
* Bug 50681 - Avoid exception in HSSFDataFormat.getDataFormatString()Yegor Kozlov2011-06-163-9/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1136352 13f79535-47bb-0310-9956-ffa450edef68
* Bug 50681 - Fixed autosizing columns beyond 255 character limitYegor Kozlov2011-06-164-4/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1136330 13f79535-47bb-0310-9956-ffa450edef68
* more progress with WordToFoExtractor, see Bugzilla 51351Yegor Kozlov2011-06-152-164/+244
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1136001 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51374 - Fixed incorrect setting of lastPrinted OOXML core propertyYegor Kozlov2011-06-153-1/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1135997 13f79535-47bb-0310-9956-ffa450edef68
* added an example on conditional formatting in the site's quick guideYegor Kozlov2011-06-141-0/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1135656 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 51351: Word to XSL-FO converterYegor Kozlov2011-06-144-0/+1148
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1135414 13f79535-47bb-0310-9956-ffa450edef68
* Fix deprecated warningNick Burch2011-06-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1135118 13f79535-47bb-0310-9956-ffa450edef68
* Bug 50458: Fixed missing shapeId in XSSF drawings Yegor Kozlov2011-06-133-0/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1135103 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51339 - Fixed arithmetic rounding in formula evaluationYegor Kozlov2011-06-134-30/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1135079 13f79535-47bb-0310-9956-ffa450edef68
* Re-enable part of the test now that NPOIFS behaves for resetNick Burch2011-06-121-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1134981 13f79535-47bb-0310-9956-ffa450edef68
* Further tests for NPOIFS document input stream reading, and fix a NPOIFS ↵Nick Burch2011-06-122-3/+98
| | | | | | skip issue git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1134945 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 51356: Support autoSizeColumn in SXSSFYegor Kozlov2011-06-112-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1134721 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 51335: Parse picture goal and crop sizesYegor Kozlov2011-06-114-32/+120
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1134663 13f79535-47bb-0310-9956-ffa450edef68
* fixed a typoYegor Kozlov2011-06-091-7/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1133821 13f79535-47bb-0310-9956-ffa450edef68
* continue SXSSF docs updates and polishingYegor Kozlov2011-06-094-31/+92
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1133782 13f79535-47bb-0310-9956-ffa450edef68
* fixed missing licence headerYegor Kozlov2011-06-091-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1133757 13f79535-47bb-0310-9956-ffa450edef68
* SXSSF documentation and polishingYegor Kozlov2011-06-086-11/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1133372 13f79535-47bb-0310-9956-ffa450edef68
* Update build.xml version now beta 3 is outNick Burch2011-06-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1133362 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51305: Add sprmTCellPaddingDefault support; Update Table Cell ↵Yegor Kozlov2011-06-066-125/+546
| | | | | | Descriptor, make it non-from-file; git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1132616 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51196: more progress with Spreadsheet Chart APIYegor Kozlov2011-06-0618-77/+779
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1132553 13f79535-47bb-0310-9956-ffa450edef68
* cleaned javadocs warningsYegor Kozlov2011-06-0613-19/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1132549 13f79535-47bb-0310-9956-ffa450edef68
* updated release date and downloads page to reflect 3.8 beta3Yegor Kozlov2011-06-063-22/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1132538 13f79535-47bb-0310-9956-ffa450edef68
* Enable more of the POIFS DocumetnInputStream tests to check NPOIFS as wellNick Burch2011-06-051-203/+197
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1131988 13f79535-47bb-0310-9956-ffa450edef68
* Work on NPOIFS document read/mark/reset work for bug #51318, including ↵Nick Burch2011-06-043-63/+117
| | | | | | enabling more of the old POIFS tests to work for both git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1131488 13f79535-47bb-0310-9956-ffa450edef68