poi/src/java/org/apache/poi/hssf/usermodel
Dominik Stadler 2d04f98cd1 Revert parts of an inadvertent previous checkin, keep build.xml and @Override changes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1629656 13f79535-47bb-0310-9956-ffa450edef68
2014-10-06 13:43:37 +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
DummyGraphics2d.java Revert parts of an inadvertent previous checkin, keep build.xml and @Override changes 2014-10-06 13:43:37 +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
EscherGraphics2d.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
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 Expose get/set reading order from the extended format record to the hssf cell style (XSSF does it differently, so not suitable for the interface) 2014-09-09 15:59:06 +00:00
HSSFChildAnchor.java FindBugs fix 2014-02-09 21:19:20 +00:00
HSSFClientAnchor.java Bug 45312: Add unit-test and javadoc, also convert file to proper line-ending and make poi.deserialize.escher=true behave for full reading of files outside of BiffViewer 2014-08-31 11:40:22 +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 Revert parts of an inadvertent previous checkin, keep build.xml and @Override changes 2014-10-06 13:39:35 +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 Update the XSSF getExternalSheet method signature, to start to prepare for sheet ranges 2014-07-25 14:23:21 +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 Print out current version of java before building to allow to see in build output if we use a supported Java VM version 2014-10-06 13:20:12 +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 Bug 45312: Add unit-test and javadoc, also convert file to proper line-ending and make poi.deserialize.escher=true behave for full reading of files outside of BiffViewer 2014-08-31 11:40:22 +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 Bug 45312: Add unit-test and javadoc, also convert file to proper line-ending and make poi.deserialize.escher=true behave for full reading of files outside of BiffViewer 2014-08-31 11:40:22 +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 Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather than before as is normal, and also handle things so that if an unsupported BofRecord is found for a sheet, warn and skip rather than breaking 2014-07-31 13:31:01 +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
StaticFontMetrics.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +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