]> source.dussan.org Git - poi.git/log
poi.git
13 years agoBug 44431 - HWPFDocument.write destroys fields - seems to be fixed some time ago...
Sergey Vladimirov [Sun, 24 Jul 2011 18:40:42 +0000 (18:40 +0000)]
Bug 44431 - HWPFDocument.write destroys fields - seems to be fixed some time ago, but other bugs prevented to see it.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150461 13f79535-47bb-0310-9956-ffa450edef68

13 years agouse new table streams and data streams after write()
Sergey Vladimirov [Sun, 24 Jul 2011 18:35:48 +0000 (18:35 +0000)]
use new table streams and data streams after write()

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150458 13f79535-47bb-0310-9956-ffa450edef68

13 years agostore unknown structures offsets and sizes in FIB
Sergey Vladimirov [Sun, 24 Jul 2011 18:35:31 +0000 (18:35 +0000)]
store unknown structures offsets and sizes in FIB

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150457 13f79535-47bb-0310-9956-ffa450edef68

13 years agoarrays shall be compared using Arrays.toString()
Sergey Vladimirov [Sun, 24 Jul 2011 18:35:03 +0000 (18:35 +0000)]
arrays shall be compared using Arrays.toString()

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150455 13f79535-47bb-0310-9956-ffa450edef68

13 years agorenamed CalculateMortgage to CalculateMortgageFunction in test build script too to...
Yegor Kozlov [Sat, 23 Jul 2011 11:24:12 +0000 (11:24 +0000)]
renamed CalculateMortgage to CalculateMortgageFunction in test build script too to keep Gump happy

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150085 13f79535-47bb-0310-9956-ffa450edef68

13 years agoremove debug output code
Sergey Vladimirov [Sat, 23 Jul 2011 08:37:53 +0000 (08:37 +0000)]
remove debug output code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150066 13f79535-47bb-0310-9956-ffa450edef68

13 years agomove Field interface to usermodel and create Fields interface as user-friendly replac...
Sergey Vladimirov [Fri, 22 Jul 2011 19:38:14 +0000 (19:38 +0000)]
move Field interface to usermodel and create Fields interface as user-friendly replace for FieldsTables

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149704 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix notes numbering and update test cases for Word-to-FO converter
Sergey Vladimirov [Fri, 22 Jul 2011 19:36:46 +0000 (19:36 +0000)]
fix notes numbering and update test cases for Word-to-FO converter

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149703 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix ArrayIndexOutOfBoundsException
Sergey Vladimirov [Fri, 22 Jul 2011 14:28:54 +0000 (14:28 +0000)]
fix ArrayIndexOutOfBoundsException

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149617 13f79535-47bb-0310-9956-ffa450edef68

13 years agodo not allow two elements to have same IDs in result of Word-to-FO converter
Sergey Vladimirov [Fri, 22 Jul 2011 14:06:01 +0000 (14:06 +0000)]
do not allow two elements to have same IDs in result of Word-to-FO converter

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149610 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix missing spaces
Sergey Vladimirov [Fri, 22 Jul 2011 14:05:39 +0000 (14:05 +0000)]
fix missing spaces

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149609 13f79535-47bb-0310-9956-ffa450edef68

13 years agoFix table processing. Spanned columns / different width / spanned rows are correcly...
Sergey Vladimirov [Fri, 22 Jul 2011 12:49:29 +0000 (12:49 +0000)]
Fix table processing. Spanned columns / different width / spanned rows are correcly rendered in HTML and FO now

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149593 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix: allow text breaks in table cells after Word-to-FO converter
Sergey Vladimirov [Fri, 22 Jul 2011 12:48:15 +0000 (12:48 +0000)]
fix: allow text breaks in table cells after Word-to-FO converter

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149592 13f79535-47bb-0310-9956-ffa450edef68

13 years agobetter processing of word tables in cases different rows have different cell widths
Sergey Vladimirov [Fri, 22 Jul 2011 09:42:32 +0000 (09:42 +0000)]
better processing of word tables in cases different rows have different cell widths

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149528 13f79535-47bb-0310-9956-ffa450edef68

13 years agobetter error message
Sergey Vladimirov [Fri, 22 Jul 2011 09:41:38 +0000 (09:41 +0000)]
better error message

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149527 13f79535-47bb-0310-9956-ffa450edef68

13 years agoTweak the error message to make it clearer how one should work with this part
Nick Burch [Thu, 21 Jul 2011 14:37:50 +0000 (14:37 +0000)]
Tweak the error message to make it clearer how one should work with this part

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149196 13f79535-47bb-0310-9956-ffa450edef68

13 years agoAdd a disabled unit test for bug #51535
Nick Burch [Thu, 21 Jul 2011 13:56:20 +0000 (13:56 +0000)]
Add a disabled unit test for bug #51535

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149181 13f79535-47bb-0310-9956-ffa450edef68

13 years agoSort the list by surname
Nick Burch [Thu, 21 Jul 2011 13:21:28 +0000 (13:21 +0000)]
Sort the list by surname

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149168 13f79535-47bb-0310-9956-ffa450edef68

13 years agoI'm PMC Chair of Apache POI now
Yegor Kozlov [Thu, 21 Jul 2011 12:56:01 +0000 (12:56 +0000)]
I'm PMC Chair of Apache POI now

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149152 13f79535-47bb-0310-9956-ffa450edef68

13 years agorenamed excelant test class to avoid collision with poi-examples when all classes...
Yegor Kozlov [Thu, 21 Jul 2011 11:55:05 +0000 (11:55 +0000)]
renamed excelant test class to avoid collision with poi-examples when all classes compiled in the same directory, also removed duplicated log4j.properties

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149134 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadded @Beta annotation to mark code that is subject to incompatible changes in future...
Yegor Kozlov [Thu, 21 Jul 2011 11:09:02 +0000 (11:09 +0000)]
added @Beta annotation to mark code that is subject to incompatible changes in future releases

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149119 13f79535-47bb-0310-9956-ffa450edef68

13 years agobug 50401 - fixed EscherProperty to return property name instead of 'unknown' for...
Yegor Kozlov [Thu, 21 Jul 2011 11:00:41 +0000 (11:00 +0000)]
bug 50401 - fixed EscherProperty to return property name instead of 'unknown' for complex properties

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149111 13f79535-47bb-0310-9956-ffa450edef68

13 years agocompact fo:inline's in FO output of Word-to-FO converter
Sergey Vladimirov [Thu, 21 Jul 2011 09:18:38 +0000 (09:18 +0000)]
compact fo:inline's in FO output of Word-to-FO converter

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149087 13f79535-47bb-0310-9956-ffa450edef68

13 years agoupdate TestWordToHtmlConverter tests (expected results)
Sergey Vladimirov [Thu, 21 Jul 2011 04:30:08 +0000 (04:30 +0000)]
update TestWordToHtmlConverter tests (expected results)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149037 13f79535-47bb-0310-9956-ffa450edef68

13 years agonicer HTML for endnotes in Word-to-HTML converter
Sergey Vladimirov [Thu, 21 Jul 2011 04:26:38 +0000 (04:26 +0000)]
nicer HTML for endnotes in Word-to-HTML converter

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149036 13f79535-47bb-0310-9956-ffa450edef68

13 years agomore compact HTML in Word-to-HTML converter
Sergey Vladimirov [Thu, 21 Jul 2011 04:25:39 +0000 (04:25 +0000)]
more compact HTML in Word-to-HTML converter

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149035 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix missing table borders in HTML in Word-to-HTML converter
Sergey Vladimirov [Thu, 21 Jul 2011 04:06:36 +0000 (04:06 +0000)]
fix missing table borders in HTML in Word-to-HTML converter

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149034 13f79535-47bb-0310-9956-ffa450edef68

13 years agonicer HTML in Word-to-HTML converter for one-section document
Sergey Vladimirov [Thu, 21 Jul 2011 04:06:12 +0000 (04:06 +0000)]
nicer HTML in Word-to-HTML converter for one-section document

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149033 13f79535-47bb-0310-9956-ffa450edef68

13 years agobetter default css for endnotes in Word-to-HTML converter
Sergey Vladimirov [Thu, 21 Jul 2011 03:55:24 +0000 (03:55 +0000)]
better default css for endnotes in Word-to-HTML converter

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149031 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix CSS for subscript/superscript in Word-to-HTML converter
Sergey Vladimirov [Thu, 21 Jul 2011 03:54:46 +0000 (03:54 +0000)]
fix CSS for subscript/superscript in Word-to-HTML converter

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149030 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix missing css in Word-to-HTML converter if getDocument() not called
Sergey Vladimirov [Thu, 21 Jul 2011 03:38:52 +0000 (03:38 +0000)]
fix missing css in Word-to-HTML converter if getDocument() not called

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149026 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix loosed formatting to endnotes and footnotes in Word-to-HTML and Word-to-FO converters
Sergey Vladimirov [Thu, 21 Jul 2011 03:34:56 +0000 (03:34 +0000)]
fix loosed formatting to endnotes and footnotes in Word-to-HTML and Word-to-FO converters

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149022 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadd processing of hyphen chars in Word-to-HTML and Word-to-FO converters
Sergey Vladimirov [Thu, 21 Jul 2011 03:33:29 +0000 (03:33 +0000)]
add processing of hyphen chars in Word-to-HTML and Word-to-FO converters

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149020 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix XLS:FO footnotes and endnotes processing fo Word-to-FO converter
Sergey Vladimirov [Thu, 21 Jul 2011 02:47:04 +0000 (02:47 +0000)]
fix XLS:FO footnotes and endnotes processing fo Word-to-FO converter

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149011 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadd autonumbered endnotes and footnotes support in Word-to-HTML and Word-to-FO converters
Sergey Vladimirov [Wed, 20 Jul 2011 23:24:16 +0000 (23:24 +0000)]
add autonumbered endnotes and footnotes support in Word-to-HTML and Word-to-FO converters

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148974 13f79535-47bb-0310-9956-ffa450edef68

13 years agoinitial support for endnotes and footnotes in HWPF
Sergey Vladimirov [Wed, 20 Jul 2011 22:31:59 +0000 (22:31 +0000)]
initial support for endnotes and footnotes in HWPF

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148959 13f79535-47bb-0310-9956-ffa450edef68

13 years agosimplify some HWPFDocument.get*Range() methods
Sergey Vladimirov [Wed, 20 Jul 2011 17:29:10 +0000 (17:29 +0000)]
simplify some HWPFDocument.get*Range() methods

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148860 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadd bookmarks support for Word-to-HTML and Word-to-FO converters
Sergey Vladimirov [Wed, 20 Jul 2011 16:01:19 +0000 (16:01 +0000)]
add bookmarks support for Word-to-HTML and Word-to-FO converters

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148824 13f79535-47bb-0310-9956-ffa450edef68

13 years agosplit BookmarksTables to internal and user-friendly API
Sergey Vladimirov [Wed, 20 Jul 2011 15:03:43 +0000 (15:03 +0000)]
split BookmarksTables to internal and user-friendly API

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148810 13f79535-47bb-0310-9956-ffa450edef68

13 years agofixed bug 51470 - avoid exception when cloning XSSF sheets with background images
Yegor Kozlov [Wed, 20 Jul 2011 12:29:27 +0000 (12:29 +0000)]
fixed bug 51470 - avoid exception when cloning XSSF sheets with background images

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148724 13f79535-47bb-0310-9956-ffa450edef68

13 years agofixed bug 51481 - fixed autofilters in HSSF to avoid warnings in Excel 2007
Yegor Kozlov [Wed, 20 Jul 2011 11:04:31 +0000 (11:04 +0000)]
fixed bug 51481 - fixed autofilters in HSSF to avoid warnings in Excel 2007

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148700 13f79535-47bb-0310-9956-ffa450edef68

13 years agoFixed bug 51533 - Avoid exception when changing name of a sheet containing shared...
Yegor Kozlov [Wed, 20 Jul 2011 09:42:31 +0000 (09:42 +0000)]
Fixed bug 51533 - Avoid exception when changing name of a sheet containing shared formulas

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148673 13f79535-47bb-0310-9956-ffa450edef68

13 years agomore progress with support for charts in XSSF, see patch 51196
Yegor Kozlov [Wed, 20 Jul 2011 08:03:23 +0000 (08:03 +0000)]
more progress with support for charts in XSSF, see patch 51196

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148642 13f79535-47bb-0310-9956-ffa450edef68

13 years agoSupport for appending images to existing drawings in HSSF
Yegor Kozlov [Wed, 20 Jul 2011 07:38:01 +0000 (07:38 +0000)]
Support for appending images to existing drawings in HSSF

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148637 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadded initial support for bookmark
Sergey Vladimirov [Tue, 19 Jul 2011 16:18:27 +0000 (16:18 +0000)]
added initial support for bookmark

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148428 13f79535-47bb-0310-9956-ffa450edef68

13 years agointroduce SubdocumentPart and simplify CP start/end FIB API
Sergey Vladimirov [Tue, 19 Jul 2011 12:51:11 +0000 (12:51 +0000)]
introduce SubdocumentPart and simplify CP start/end FIB API

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148303 13f79535-47bb-0310-9956-ffa450edef68

13 years agobug 46250 - Fixed cloning worksheets with images
Yegor Kozlov [Tue, 19 Jul 2011 12:19:48 +0000 (12:19 +0000)]
bug 46250 - Fixed cloning worksheets with images

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148295 13f79535-47bb-0310-9956-ffa450edef68

13 years agointroduce DocumentPart enum and simplify fields access API
Sergey Vladimirov [Tue, 19 Jul 2011 11:49:48 +0000 (11:49 +0000)]
introduce DocumentPart enum and simplify fields access API

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148280 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadd dump fields feature
Sergey Vladimirov [Tue, 19 Jul 2011 11:03:09 +0000 (11:03 +0000)]
add dump fields feature

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148270 13f79535-47bb-0310-9956-ffa450edef68

13 years agocompact HTML output of WordToHtmlConverter
Sergey Vladimirov [Tue, 19 Jul 2011 10:51:23 +0000 (10:51 +0000)]
compact HTML output of WordToHtmlConverter

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148269 13f79535-47bb-0310-9956-ffa450edef68

13 years agospeed improvement for rebuilding CHPX
Sergey Vladimirov [Tue, 19 Jul 2011 00:50:17 +0000 (00:50 +0000)]
speed improvement for rebuilding CHPX

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148115 13f79535-47bb-0310-9956-ffa450edef68

13 years agosimplify internal API
Sergey Vladimirov [Mon, 18 Jul 2011 23:21:46 +0000 (23:21 +0000)]
simplify internal API

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148095 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadd support for merged cells
Sergey Vladimirov [Mon, 18 Jul 2011 23:09:11 +0000 (23:09 +0000)]
add support for merged cells

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148089 13f79535-47bb-0310-9956-ffa450edef68

13 years agoFix a 1.6-ism - TreeMap.firstEntry
Nick Burch [Mon, 18 Jul 2011 21:23:32 +0000 (21:23 +0000)]
Fix a 1.6-ism - TreeMap.firstEntry

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148056 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix compiler warnings
Sergey Vladimirov [Mon, 18 Jul 2011 20:49:27 +0000 (20:49 +0000)]
fix compiler warnings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148046 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix compiler warnings
Sergey Vladimirov [Mon, 18 Jul 2011 20:46:10 +0000 (20:46 +0000)]
fix compiler warnings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148045 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadd test case data for 51524
Sergey Vladimirov [Mon, 18 Jul 2011 20:28:17 +0000 (20:28 +0000)]
add test case data for 51524

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148041 13f79535-47bb-0310-9956-ffa450edef68

13 years agocompact result HTML in Excel-to-HTML converter
Sergey Vladimirov [Mon, 18 Jul 2011 20:27:35 +0000 (20:27 +0000)]
compact result HTML in Excel-to-HTML converter

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148040 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix test case name for TestExcelToHtmlConverterSuite
Sergey Vladimirov [Mon, 18 Jul 2011 20:27:11 +0000 (20:27 +0000)]
fix test case name for TestExcelToHtmlConverterSuite

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148039 13f79535-47bb-0310-9956-ffa450edef68

13 years agoAdd a basic FAQ entry for how to report problems when you can't share the file. For...
Nick Burch [Mon, 18 Jul 2011 20:18:32 +0000 (20:18 +0000)]
Add a basic FAQ entry for how to report problems when you can't share the file. For OOXML, give the normal advice of unzip + view xml. For OLE2 ones, suggest the new BFF as well as the existing dev tool eg BiffViewer

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148036 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix compilation error
Sergey Vladimirov [Mon, 18 Jul 2011 19:51:08 +0000 (19:51 +0000)]
fix compilation error

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148024 13f79535-47bb-0310-9956-ffa450edef68

13 years agovery small additional speed improvement (less garbage)
Sergey Vladimirov [Mon, 18 Jul 2011 19:02:16 +0000 (19:02 +0000)]
very small additional speed improvement (less garbage)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148006 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix Bug 51524 -- PapBinTable constructor is slow (regression)
Sergey Vladimirov [Mon, 18 Jul 2011 18:44:03 +0000 (18:44 +0000)]
fix Bug 51524 -- PapBinTable constructor is slow (regression)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148002 13f79535-47bb-0310-9956-ffa450edef68

13 years agopreserve align in case of "divved" cells
Sergey Vladimirov [Mon, 18 Jul 2011 15:55:52 +0000 (15:55 +0000)]
preserve align in case of "divved" cells

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147941 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadd tricky mode (disabled by default) to output cell's text in next cells, if they...
Sergey Vladimirov [Mon, 18 Jul 2011 15:37:48 +0000 (15:37 +0000)]
add tricky mode (disabled by default) to output cell's text in next cells, if they are empty (non-optimal, thought)
add option (enabled by default) to change leading spaces into   entities

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147933 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix table and table's cells css processing
Sergey Vladimirov [Mon, 18 Jul 2011 12:25:10 +0000 (12:25 +0000)]
fix table and table's cells css processing

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147828 13f79535-47bb-0310-9956-ffa450edef68

13 years agodo not output hidden rows and columns by default (and add options to do so)
Sergey Vladimirov [Mon, 18 Jul 2011 11:07:51 +0000 (11:07 +0000)]
do not output hidden rows and columns by default (and add options to do so)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147808 13f79535-47bb-0310-9956-ffa450edef68

13 years agomade getHighlightColor() public, so convertor don't need to clone CHP info
Sergey Vladimirov [Sat, 16 Jul 2011 16:33:13 +0000 (16:33 +0000)]
made getHighlightColor() public, so convertor don't need to clone CHP info

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147454 13f79535-47bb-0310-9956-ffa450edef68

13 years agomade getHighlightColor() public, so convertor don't need to clone CHP info
Sergey Vladimirov [Sat, 16 Jul 2011 16:32:27 +0000 (16:32 +0000)]
made getHighlightColor() public, so convertor don't need to clone CHP info

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147453 13f79535-47bb-0310-9956-ffa450edef68

13 years agoprocessImage() is moved to converter, remove setImageProperties from Utils
Sergey Vladimirov [Sat, 16 Jul 2011 16:20:45 +0000 (16:20 +0000)]
processImage() is moved to converter, remove setImageProperties from Utils

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147451 13f79535-47bb-0310-9956-ffa450edef68

13 years agointroduce picture descriptor structure (internal), now Picture class extends it;
Sergey Vladimirov [Sat, 16 Jul 2011 16:19:49 +0000 (16:19 +0000)]
introduce picture descriptor structure (internal), now Picture class extends it;
add test case with correctly cropped picture info

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147450 13f79535-47bb-0310-9956-ffa450edef68

13 years agoallow to dump pictures
Sergey Vladimirov [Sat, 16 Jul 2011 12:36:55 +0000 (12:36 +0000)]
allow to dump pictures

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147420 13f79535-47bb-0310-9956-ffa450edef68

13 years agoa bit more comments (quotes from specifications)
Sergey Vladimirov [Sat, 16 Jul 2011 12:36:45 +0000 (12:36 +0000)]
a bit more comments (quotes from specifications)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147419 13f79535-47bb-0310-9956-ffa450edef68

13 years agotrivial fix for ShadingDescriptor.toString()
Sergey Vladimirov [Sat, 16 Jul 2011 12:36:31 +0000 (12:36 +0000)]
trivial fix for ShadingDescriptor.toString()

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147418 13f79535-47bb-0310-9956-ffa450edef68

13 years agoupdate CHP definition
Sergey Vladimirov [Sat, 16 Jul 2011 11:57:40 +0000 (11:57 +0000)]
update CHP definition

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147411 13f79535-47bb-0310-9956-ffa450edef68

13 years agoupdate AllHWPFTests
Sergey Vladimirov [Sat, 16 Jul 2011 10:19:13 +0000 (10:19 +0000)]
update AllHWPFTests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147400 13f79535-47bb-0310-9956-ffa450edef68

13 years agoupdate AllHWPFTests
Sergey Vladimirov [Sat, 16 Jul 2011 10:17:35 +0000 (10:17 +0000)]
update AllHWPFTests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147399 13f79535-47bb-0310-9956-ffa450edef68

13 years agoupdate PAP definition
Sergey Vladimirov [Sat, 16 Jul 2011 10:09:57 +0000 (10:09 +0000)]
update PAP definition

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147398 13f79535-47bb-0310-9956-ffa450edef68

13 years agodeprecate code working directly with PAPX / CHPX / SEPX
Sergey Vladimirov [Sat, 16 Jul 2011 10:06:54 +0000 (10:06 +0000)]
deprecate code working directly with PAPX / CHPX / SEPX

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147397 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadd default values to LineSpacingDescriptor
Sergey Vladimirov [Sat, 16 Jul 2011 09:31:57 +0000 (09:31 +0000)]
add default values to LineSpacingDescriptor

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147393 13f79535-47bb-0310-9956-ffa450edef68

13 years agoremove unused method
Sergey Vladimirov [Sat, 16 Jul 2011 09:26:29 +0000 (09:26 +0000)]
remove unused method

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147391 13f79535-47bb-0310-9956-ffa450edef68

13 years agomake some section properties public to prevent access from converters using reflection
Sergey Vladimirov [Sat, 16 Jul 2011 09:25:13 +0000 (09:25 +0000)]
make some section properties public to prevent access from converters using reflection

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147390 13f79535-47bb-0310-9956-ffa450edef68

13 years agoupdate SEP definition
Sergey Vladimirov [Sat, 16 Jul 2011 09:12:22 +0000 (09:12 +0000)]
update SEP definition

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147387 13f79535-47bb-0310-9956-ffa450edef68

13 years agoupdate SEP definition
Sergey Vladimirov [Sat, 16 Jul 2011 09:10:57 +0000 (09:10 +0000)]
update SEP definition

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147385 13f79535-47bb-0310-9956-ffa450edef68

13 years agoformat and sort members
Sergey Vladimirov [Sat, 16 Jul 2011 09:10:38 +0000 (09:10 +0000)]
format and sort members

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147384 13f79535-47bb-0310-9956-ffa450edef68

13 years agoformat and sort members
Sergey Vladimirov [Sat, 16 Jul 2011 08:17:34 +0000 (08:17 +0000)]
format and sort members

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147379 13f79535-47bb-0310-9956-ffa450edef68

13 years agoformat and sort members
Sergey Vladimirov [Sat, 16 Jul 2011 08:16:00 +0000 (08:16 +0000)]
format and sort members

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147378 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadd get/set for _ixchFollow in listLevel
Sergey Vladimirov [Sat, 16 Jul 2011 08:11:28 +0000 (08:11 +0000)]
add get/set for _ixchFollow in listLevel

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147377 13f79535-47bb-0310-9956-ffa450edef68

13 years agoAdd tests for bug #51514 - NPOIFS based loading
Nick Burch [Fri, 15 Jul 2011 15:19:17 +0000 (15:19 +0000)]
Add tests for bug #51514 - NPOIFS based loading

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147188 13f79535-47bb-0310-9956-ffa450edef68

13 years agoFix bug #51514 - Allow HSSFObjectData to work with both POIFS and NPOIFS, and fix...
Nick Burch [Fri, 15 Jul 2011 15:08:51 +0000 (15:08 +0000)]
Fix bug #51514 - Allow HSSFObjectData to work with both POIFS and NPOIFS, and fix some generics warnings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147183 13f79535-47bb-0310-9956-ffa450edef68

13 years agoFix first part of bug #51514 - HSSF copy nodes from NPOIFS
Nick Burch [Fri, 15 Jul 2011 15:02:19 +0000 (15:02 +0000)]
Fix first part of bug #51514 - HSSF copy nodes from NPOIFS

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147179 13f79535-47bb-0310-9956-ffa450edef68

13 years agorename methods to make the difference between field end (exclusive) and field end...
Sergey Vladimirov [Fri, 15 Jul 2011 12:58:14 +0000 (12:58 +0000)]
rename methods to make the difference between field end (exclusive) and field end mark offset (inclusive)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147134 13f79535-47bb-0310-9956-ffa450edef68

13 years agoprevent extra text in field
Sergey Vladimirov [Fri, 15 Jul 2011 12:45:44 +0000 (12:45 +0000)]
prevent extra text in field

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147127 13f79535-47bb-0310-9956-ffa450edef68

13 years agoprevent index out of range exception
Sergey Vladimirov [Fri, 15 Jul 2011 12:45:24 +0000 (12:45 +0000)]
prevent index out of range exception

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147126 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix fields processing, improve test case
Sergey Vladimirov [Fri, 15 Jul 2011 10:52:11 +0000 (10:52 +0000)]
fix fields processing, improve test case

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147082 13f79535-47bb-0310-9956-ffa450edef68

13 years agoBug 51504 - avoid NPE when DefaultRowHeight or DefaultColumnWidth records are missing
Yegor Kozlov [Fri, 15 Jul 2011 09:18:09 +0000 (09:18 +0000)]
Bug 51504 - avoid NPE when DefaultRowHeight or DefaultColumnWidth records are missing

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147049 13f79535-47bb-0310-9956-ffa450edef68

13 years agocompactify HTML
Sergey Vladimirov [Fri, 15 Jul 2011 08:11:43 +0000 (08:11 +0000)]
compactify HTML

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147007 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix styles output;
Sergey Vladimirov [Wed, 13 Jul 2011 17:10:13 +0000 (17:10 +0000)]
fix styles output;
add columns and rows headers (optional, on by default);
output sheet headers as h2, not as h1;
output columns widths.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1146142 13f79535-47bb-0310-9956-ffa450edef68

13 years agoFix bug #51502 - Correct the Subtotal function javadoc entry
Nick Burch [Tue, 12 Jul 2011 21:58:29 +0000 (21:58 +0000)]
Fix bug #51502 - Correct the Subtotal function javadoc entry

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1145790 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix NPE
Sergey Vladimirov [Tue, 12 Jul 2011 15:19:17 +0000 (15:19 +0000)]
fix NPE

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1145630 13f79535-47bb-0310-9956-ffa450edef68