poi/src/java/org/apache/poi/hssf/usermodel
Nick Burch 58889f782a Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,639233-639241,639243-639253,639255-639486,639488-639601,639603-639835,639837-639917,639919-640056,640058-640710,640712-641156,641158-641184,641186-641795,641797-641798,641800-641933,641935-641963,641965-641966,641968-641995,641997-642230,642232-642562,642564-642565,642568-642570,642572-642573,642576-642736,642739-642877,642879,642881-642890,642892-642903,642905-642945,642947-643624,643626-643653,643655-643669,643671,643673-643830,643832-643833,643835-644342,644344-644472,644474-644508,644510-645347,645349-645351,645353-645559,645561-645565,645568-645951,645953-646193,646195-646311,646313-646404,646406-646665,646667-647199 via svnmerge from
https://svn.apache.org:443/repos/asf/poi/trunk

........
  r646854 | nick | 2008-04-10 16:54:02 +0100 (Thu, 10 Apr 2008) | 1 line
  
  Initial support for getting and changing chart titles and series titles
........
  r646870 | nick | 2008-04-10 17:59:10 +0100 (Thu, 10 Apr 2008) | 1 line
  
  Improve how POIFS works with directory entries, and update HWPFDocument to support reading an embeded word document
........
  r647152 | nick | 2008-04-11 14:04:11 +0100 (Fri, 11 Apr 2008) | 1 line
  
  Update the sample embeded documents to be from know sources, so we can test better
........
  r647186 | nick | 2008-04-11 15:43:05 +0100 (Fri, 11 Apr 2008) | 1 line
  
  Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and allow reading embeded documents
........


git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@647203 13f79535-47bb-0310-9956-ffa450edef68
2008-04-11 15:52:17 +00:00
..
DummyGraphics2d.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
EscherGraphics.java Replace the single method JavaDoc copied from the JDK with our own documentation, which is possibly also easier to grok 2007-06-04 18:22:18 +00:00
EscherGraphics2d.java Replace the single method JavaDoc copied from the JDK with our own documentation, which is possibly also easier to grok 2007-06-04 18:22:18 +00:00
FontDetails.java Further enhancements to Font Metrics support, wrt fonts with bold/italic varients, such as dialog (plus tests) 2007-08-09 16:27:16 +00:00
HSSFAnchor.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
HSSFBorderFormatting.java Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,639233-639241,639243-639253,639255-639486,639488-639601,639603-639835,639837-639917,639919-640056,640058-640710,640712-641156,641158-641184,641186-641795,641797-641798,641800-641933,641935-641963,641965-641966,641968-641995,641997-642230,642232-642562,642564-642565,642568-642570,642572-642573,642576-642736,642739-642877,642879,642881-642890,642892-642903,642905-642945,642947-643624,643626-643653,643655-643669,643671,643673-643830,643832-643833,643835-644342,644344-644472,644474-644508,644510-645478 via svnmerge from 2008-04-07 12:51:50 +00:00
HSSFCell.java More work on XSSF Hyperlinks. Still not quite there, but mostly now. Just need to fix a openxml4j bug first though 2008-04-05 21:43:53 +00:00
HSSFCellStyle.java Merged revisions 638001-638784,638786-639486,639488-639601,639603-639836 via svnmerge from 2008-03-29 17:00:47 +00:00
HSSFChildAnchor.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
HSSFClientAnchor.java fix reopen of bug 42999: incorrect AnchorHeight calculations in HSSFClientAnchor.getAnchorHeightInPoints 2007-12-24 09:48:11 +00:00
HSSFComment.java Move CellReference from hssf.util into ss.util, but leave a class in the old package to proxy requests on. Also needed tweaks to several things that used it. Finally, add lots more tests, and fix the high column number num<->letter conversion 2008-04-05 17:42:10 +00:00
HSSFConditionalFormatting.java XSSFSheet addMergedRegion + Region class moved to org.apache.poi.ss.util.Region + Region.getRegionRef method + tests 2008-04-06 20:34:00 +00:00
HSSFConditionalFormattingRule.java Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,639233-639241,639243-639253,639255-639486,639488-639601,639603-639835,639837-639917,639919-640056,640058-640710,640712-641156,641158-641184,641186-641795,641797-641798,641800-641933,641935-641963,641965-641966,641968-641995,641997-642230,642232-642562,642564-642565,642568-642570,642572-642573,642576-642736,642739-642877,642879,642881-642890,642892-642903,642905-642945,642947-643624,643626-643653,643655-643669,643671,643673-643830,643832-643833,643835-644342,644344-644472,644474-644508,644510-645478 via svnmerge from 2008-04-07 12:51:50 +00:00
HSSFCreationHelper.java More work on XSSF Hyperlinks. Still not quite there, but mostly now. Just need to fix a openxml4j bug first though 2008-04-05 21:43:53 +00:00
HSSFDataFormat.java Merged revisions 615190-618235 via svnmerge from 2008-02-04 16:55:43 +00:00
HSSFDateUtil.java Copy HSSFDateUtils to ss.usermodel, and leave a proxy behind 2008-04-05 17:49:06 +00:00
HSSFErrorConstants.java Merged revisions 627779-634630 via svnmerge from 2008-03-08 11:49:00 +00:00
HSSFFont.java Merged revisions 618680-620582 via svnmerge from 2008-02-13 17:34:43 +00:00
HSSFFontFormatting.java Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,639233-639241,639243-639253,639255-639486,639488-639601,639603-639835,639837-639917,639919-640056,640058-640710,640712-641156,641158-641184,641186-641795,641797-641798,641800-641933,641935-641963,641965-641966,641968-641995,641997-642230,642232-642562,642564-642565,642568-642570,642572-642573,642576-642736,642739-642877,642879,642881-642890,642892-642903,642905-642945,642947-643624,643626-643653,643655-643669,643671,643673-643830,643832-643833,643835-644342,644344-644472,644474-644508,644510-645347,645349-645351,645353-645559,645561-645565,645568-646236 via svnmerge from 2008-04-09 09:17:58 +00:00
HSSFFooter.java HSSF* classes implement same interfaces as XSSF* classes. 2008-01-24 10:10:55 +00:00
HSSFFormulaEvaluator.java Shuffle the FormulaParser stuff about, and get it all working with the new interfaces, and not just with the hard coded HSSF classes 2008-03-29 22:03:18 +00:00
HSSFHeader.java HSSF* classes implement same interfaces as XSSF* classes. 2008-01-24 10:10:55 +00:00
HSSFHyperlink.java More work on XSSF Hyperlinks. Still not quite there, but mostly now. Just need to fix a openxml4j bug first though 2008-04-05 21:43:53 +00:00
HSSFName.java HSSF* classes implement same interfaces as XSSF* classes. 2008-01-24 10:10:55 +00:00
HSSFObjectData.java Support for getting OLE objects from HSSFWorkbook. See bug 43222 for details. 2007-09-08 16:34:10 +00:00
HSSFPalette.java Merged revisions 627779-634630 via svnmerge from 2008-03-08 11:49:00 +00:00
HSSFPatriarch.java Merged revisions 642878-642946 via svnmerge from 2008-04-05 13:07:22 +00:00
HSSFPatternFormatting.java Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,639233-639241,639243-639253,639255-639486,639488-639601,639603-639835,639837-639917,639919-640056,640058-640710,640712-641156,641158-641184,641186-641795,641797-641798,641800-641933,641935-641963,641965-641966,641968-641995,641997-642230,642232-642562,642564-642565,642568-642570,642572-642573,642576-642736,642739-642877,642879,642881-642890,642892-642903,642905-642945,642947-643624,643626-643653,643655-643669,643671,643673-643830,643832-643833,643835-644342,644344-644472,644474-644508,644510-645478 via svnmerge from 2008-04-07 12:51:50 +00:00
HSSFPicture.java fixed a silly typo in the method signature. It should be HFFSPicture.getPreferredSize(), not HFFSPicture.getPrefferedSize() 2007-11-03 19:50:40 +00:00
HSSFPictureData.java Return a list of all pictures for a workbook. This shows a discrepancy between the way pictures are stored in OLE2 files and the way they are stored in OOXML files. In the former case, pictures are associated with the workbook, in the latter they are referred to in "drawings" which are, in turn, referred to in sheets. 2008-02-19 17:34:39 +00:00
HSSFPolygon.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
HSSFPrintSetup.java HSSF* classes implement same interfaces as XSSF* classes. 2008-01-24 10:10:55 +00:00
HSSFRichTextString.java Make HSSF* classes compile with JDK 1.4 interfaces. 2008-01-24 10:53:39 +00:00
HSSFRow.java Few little short/int tweaks, and then tests to show that FormulaEvaluator plays nicely with xssf 2008-03-29 22:45:11 +00:00
HSSFShape.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
HSSFShapeContainer.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
HSSFShapeGroup.java Some more updates to the records->usermodel support for hssf shapes. Still not enough there to be useful to pretty much anyone, but at least there's now a framework in place that people can use if they want to support more, and some tests 2008-01-15 16:31:29 +00:00
HSSFSheet.java Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,639233-639241,639243-639253,639255-639486,639488-639601,639603-639835,639837-639917,639919-640056,640058-640710,640712-641156,641158-641184,641186-641795,641797-641798,641800-641933,641935-641963,641965-641966,641968-641995,641997-642230,642232-642562,642564-642565,642568-642570,642572-642573,642576-642736,642739-642877,642879,642881-642890,642892-642903,642905-642945,642947-643624,643626-643653,643655-643669,643671,643673-643830,643832-643833,643835-644342,644344-644472,644474-644508,644510-645347,645349-645351,645353-645559,645561-645565,645568-645951,645953-646193,646195-646311,646313-646404,646406-646665,646667-647199 via svnmerge from 2008-04-11 15:52:17 +00:00
HSSFSimpleShape.java Comment support from bug 41198, patch from Yegor 2007-01-01 21:02:22 +00:00
HSSFTextbox.java Merge changes from trunk to the ooxml branch - revisions 634630 to 2008-03-29 16:41:25 +00:00
HSSFWorkbook.java Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,639233-639241,639243-639253,639255-639486,639488-639601,639603-639835,639837-639917,639919-640056,640058-640710,640712-641156,641158-641184,641186-641795,641797-641798,641800-641933,641935-641963,641965-641966,641968-641995,641997-642230,642232-642562,642564-642565,642568-642570,642572-642573,642576-642736,642739-642877,642879,642881-642890,642892-642903,642905-642945,642947-643624,643626-643653,643655-643669,643671,643673-643830,643832-643833,643835-644342,644344-644472,644474-644508,644510-645347,645349-645351,645353-645559,645561-645565,645568-645951,645953-646193,646195-646311,646313-646404,646406-646665,646667-647199 via svnmerge from 2008-04-11 15:52:17 +00:00
StaticFontMetrics.java Patch from bug #43108 - when fetching system properties, use sensible defaults if we're not able to access them 2007-08-15 14:19:08 +00:00
package.html replace Jakarta POI --> Apache POI in package.html files 2007-06-06 06:42:17 +00:00