Sergey Vladimirov
|
1d8d9608b6
|
correct range calculation for non-complex file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142977 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-05 10:58:04 +00:00 |
Sergey Vladimirov
|
464c239ed4
|
manually test Bug33519.doc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142882 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-05 03:04:18 +00:00 |
Sergey Vladimirov
|
4cef310bd3
|
sometimes there is a lag between text pieces; for example
[0; 2), [2; 4), [6,8)
previous implementation correctly calculates next(2)=>2, but incorrectly next(4)=>4 (need to be 6).
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142881 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-05 03:03:53 +00:00 |
Sergey Vladimirov
|
8567b69858
|
add additional sanity checks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142880 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-05 03:02:12 +00:00 |
Sergey Vladimirov
|
da719d5209
|
fix inner tables handling by Range.getTable() method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142877 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-05 02:17:54 +00:00 |
Sergey Vladimirov
|
3431d7d41c
|
fix test suite name (for better IDEs compatibility)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142875 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-05 01:53:06 +00:00 |
Sergey Vladimirov
|
e837dce101
|
add isEmpty() method to TALS and handle it by SPRM 0x740a compressor to preserve old behavior:
do not add 0x740a SPRM if TALS is empty
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142874 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-05 01:51:15 +00:00 |
Sergey Vladimirov
|
c5d30dcfea
|
simplify table converting; fix bug that prevents table from AIOOB-Tap.doc to be converted
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142872 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-05 01:44:29 +00:00 |
Sergey Vladimirov
|
34cae0eb4e
|
allow user to check table level from Table class (not only from Paragraph), so table processing code is simplified
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142871 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-05 01:40:39 +00:00 |
Sergey Vladimirov
|
7be1716674
|
Test correct processing of "sprmPItap" (0x6649) and "sprmPFInTable" (0x2416)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142867 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-05 01:19:31 +00:00 |
Sergey Vladimirov
|
ea2b11ea0a
|
rename PAP structure fields according to specification
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142864 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-05 01:11:42 +00:00 |
Sergey Vladimirov
|
c447e9e00d
|
add additional options and features to HWPFLister, enabling PAPX and paragraphs (including SPRMs) information dump
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142861 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-05 00:48:53 +00:00 |
Sergey Vladimirov
|
524e4fd801
|
add or improve toString() methods of several classes for debug purposes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142860 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-05 00:48:00 +00:00 |
Sergey Vladimirov
|
de4a30d2bb
|
add SprmOperation.toString() for debug purposes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142859 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-05 00:46:42 +00:00 |
Sergey Vladimirov
|
f6bdb9cb98
|
fix warning about cast
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142836 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-04 22:36:52 +00:00 |
Sergey Vladimirov
|
7d645d34b1
|
fix warning about generics
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142835 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-04 22:36:27 +00:00 |
Sergey Vladimirov
|
bf7927a6f0
|
add additional TableProperties; implement TableAutoformatLookSpecifier
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142827 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-04 22:21:10 +00:00 |
Sergey Vladimirov
|
13b8af3ff9
|
update TAP definition according to specification
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142808 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-04 21:15:19 +00:00 |
Sergey Vladimirov
|
433da9b2fb
|
add closeQuietly() method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142781 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-04 19:50:01 +00:00 |
Sergey Vladimirov
|
50edece84a
|
add Excel-to-HTML converter (with test suite)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142780 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-04 19:49:13 +00:00 |
Sergey Vladimirov
|
11652b3a2c
|
remove unused method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142771 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-04 19:20:20 +00:00 |
Sergey Vladimirov
|
03035ed09a
|
rename extractor -> converter and move to converter package
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142767 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-04 19:14:44 +00:00 |
Sergey Vladimirov
|
1bee2b0cdb
|
add Word-to-HTML extractor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142765 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-04 19:08:06 +00:00 |
Sergey Vladimirov
|
f04b096e28
|
warn and skip wrong type SPRM
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142764 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-04 19:06:20 +00:00 |
Sergey Vladimirov
|
9a17cfcb7f
|
extract private getCharacterRun method with CHPX as parameter (used with reflection in workaround in AbstractWordUtils)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142763 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-04 19:05:40 +00:00 |
Sergey Vladimirov
|
73fe53c0be
|
workaround for NPE caused by old Word format
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142762 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-04 19:04:26 +00:00 |
Sergey Vladimirov
|
89494004ed
|
add toString() to BorderCode
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142761 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-04 19:04:08 +00:00 |
Sergey Vladimirov
|
6f98350f11
|
workaround for NPE caused by old Word format
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142760 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-04 19:03:45 +00:00 |
Sergey Vladimirov
|
379844492d
|
update who.xml as first test commit
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142489 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-03 19:54:19 +00:00 |
Yegor Kozlov
|
b515618dff
|
bug 48294 - Fixed HSSFWorkbook.setSheetOrder() to respect inter-sheet references
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142219 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-02 13:25:25 +00:00 |
Yegor Kozlov
|
16bee58c25
|
Bug 51448 - Avoid exception when evaluating workbooks with more than 256 sheets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142181 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-02 09:05:35 +00:00 |
Nick Burch
|
3fc8c3b1b7
|
Apply patch from bug #51458 - Correct BitField wrapping when setting large values
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1141977 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-01 16:29:04 +00:00 |
Nick Burch
|
5d2797bff2
|
Apply patch from bug #51460 (with some related generics tweaks) - Improve HSSF performance when loading very long rows, by switching the CellValue array to an iterator
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1141970 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-01 16:16:55 +00:00 |
Nick Burch
|
663068fb50
|
Add unit test that seems to show bug #51461 working just fine
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1141961 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-01 15:16:09 +00:00 |
Maxim Valyanskiy
|
3595e06635
|
XSLFCommonSlideData: Workaround for XmlBeans bug#49934
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1141915 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-01 12:21:05 +00:00 |
Yegor Kozlov
|
84d170eed9
|
misc fixes in site docs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1141906 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-01 11:43:06 +00:00 |
Yegor Kozlov
|
a3cad58fa8
|
added Workbook.getForceFormulaRecalculation as requested in Bug 51422
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1141585 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-30 15:54:04 +00:00 |
Yegor Kozlov
|
586645ade8
|
Bug 51444 - Prevent corrupted output when saving files created by LibreOffice 3.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1141576 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-30 15:39:47 +00:00 |
Maxim Valyanskiy
|
bade89b292
|
hwpf: ignore ArrayIndexOutOfBoundsException in TableSprmUncompressor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1141490 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-30 11:46:27 +00:00 |
Jon Svede
|
cd3e2b23c8
|
Added myself to the list of committers.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1140429 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-28 04:17:17 +00:00 |
Yegor Kozlov
|
2186074689
|
Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculation on load
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1140210 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-27 15:40:48 +00:00 |
Nick Burch
|
4cf20bee0b
|
List another exception caused by old+new POI jars in production
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139923 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-26 19:22:13 +00:00 |
Yegor Kozlov
|
cfa2b94845
|
Bug 50474 - Example demonstrating how to update workbook embedded in a WordprocessingML document
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139541 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-25 13:46:00 +00:00 |
Yegor Kozlov
|
d0f07c56da
|
Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139533 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-25 12:19:49 +00:00 |
Yegor Kozlov
|
60a656d6e2
|
cleanup sxxsf temp files after tests, remove non-ascii characters from source code, polished test output
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139518 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-25 10:56:46 +00:00 |
Yegor Kozlov
|
7827d9101e
|
Bug 48877 - Fixed XSSFRichTextString to respect leading and trailing line breaks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139505 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-25 08:45:49 +00:00 |
Yegor Kozlov
|
b8df0e686b
|
Bug 49564 - Fixed default behaviour of XSSFCellStyle.getLocked()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139288 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-24 13:06:04 +00:00 |
Yegor Kozlov
|
26c6241c8a
|
Bug 48314 - Fixed setting column and row breaks in XSSF, also updated javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139266 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-24 12:15:16 +00:00 |
Nick Burch
|
4c8b818ca6
|
Add a unit test to show that bug #49648 no longer occurs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139245 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-24 11:18:49 +00:00 |
Yegor Kozlov
|
c7bc6ff60d
|
resolved old bugzilla issues, added unit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139204 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-24 08:46:37 +00:00 |