poi/src/java/org/apache/poi/hssf/usermodel
2014-07-24 21:25:45 +00:00
..
DummyGraphics2d.java Fix Sonar issues about finalize() usage 2014-03-08 08:41:25 +00:00
DVConstraint.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
EscherGraphics2d.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
EscherGraphics.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
FontDetails.java FindBugs fix 2014-02-16 16:30:24 +00:00
HeaderFooter.java Apply patch+test from bug #48325 - If a HSSF header or footer lacks left/right/centre information, assume it is a centre one 2010-09-21 11:33:21 +00:00
HSSFAnchor.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFAutoFilter.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFBorderFormatting.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFCell.java HSSFCell should follow XSSF, and allow setting a null-style to return to the default style, fixes bug #56572 2014-05-29 11:39:50 +00:00
HSSFCellStyle.java Fix for 56563 - Multithreading bug when reading 2 similar files 2014-05-26 20:03:08 +00:00
HSSFChildAnchor.java FindBugs fix 2014-02-09 21:19:20 +00:00
HSSFClientAnchor.java FindBugs fix 2014-02-09 21:19:20 +00:00
HSSFCombobox.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFComment.java Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but we still don't know where it belongs) 2014-04-24 15:42:53 +00:00
HSSFConditionalFormatting.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFConditionalFormattingRule.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFCreationHelper.java Reverted initial application of patches 47848(r815935) and 47849(r815942). Some details need clarification. 2009-09-16 23:20:51 +00:00
HSSFDataFormat.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFDataFormatter.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFDataValidation.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFDataValidationHelper.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFDateUtil.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFErrorConstants.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFEvaluationCell.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFEvaluationSheet.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFEvaluationWorkbook.java Rename some of the internal HSSF sheet lookup methods which deal with external sheet indicies, to make it clear when they return the first sheet name/index, and add support for getting the last one too (will be the same as the first if not a range) 2014-07-24 21:25:45 +00:00
HSSFFont.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFFontFormatting.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFFooter.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFFormulaEvaluator.java Generalise the CollaboratingWorkbooksEnvironment setup, so that XSSF can use it too 2014-07-21 12:23:54 +00:00
HSSFHeader.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFHyperlink.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFName.java Rename some of the internal HSSF sheet lookup methods which deal with external sheet indicies, to make it clear when they return the first sheet name/index, and add support for getting the last one too (will be the same as the first if not a range) 2014-07-24 21:25:45 +00:00
HSSFObjectData.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFOptimiser.java Correct HSSFOptimiser logic for the case where the to-keep style wasn't previously in use. Fixes #54443 2014-07-24 16:25:58 +00:00
HSSFPalette.java Remove Eclipse warnings, remove duplicate test, rename tests to also run tests in base class 2013-09-09 09:41:31 +00:00
HSSFPatriarch.java javadoc house-keeping 2013-12-25 22:18:53 +00:00
HSSFPatternFormatting.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFPicture.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFPictureData.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFPolygon.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFPrintSetup.java Add a HSSF print paper size constant for "printer default" for bug #56509 2014-05-15 10:15:04 +00:00
HSSFRichTextString.java FindBugs fix 2014-02-09 21:19:20 +00:00
HSSFRow.java FindBugs fix 2014-02-09 21:19:20 +00:00
HSSFShape.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFShapeContainer.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFShapeFactory.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFShapeGroup.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFShapeTypes.java added javadoc and code refactoring 2012-08-08 19:41:14 +00:00
HSSFSheet.java Update the formula evaluator to support XSSF style external named ranges too 2014-07-20 17:51:51 +00:00
HSSFSheetConditionalFormatting.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFSimpleShape.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFTextbox.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFWorkbook.java Rename some of the internal HSSF sheet lookup methods which deal with external sheet indicies, to make it clear when they return the first sheet name/index, and add support for getting the last one too (will be the same as the first if not a range) 2014-07-24 21:25:45 +00:00
package.html removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
StaticFontMetrics.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00