poi/src/java/org/apache/poi/hssf/usermodel
Dominik Stadler 5ce961a826 Bug 55195: use interface instead of implementation for
NumericValueEval and others.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1513247 13f79535-47bb-0310-9956-ffa450edef68
2013-08-12 20:27:08 +00:00
..
DVConstraint.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:46:02 +00:00
DummyGraphics2d.java more cleanup of deprecation warnings generated by javac 2010-05-30 06:57:23 +00:00
EscherGraphics.java checked all examples, added several features 2012-07-11 12:08:38 +00:00
EscherGraphics2d.java code cleanup as suggested in Bugzilla 50446 2010-12-10 15:43:59 +00:00
FontDetails.java code cleanup as suggested in Bugzilla 50446 2010-12-10 15:43:59 +00:00
HSSFAnchor.java added javadoc and few other improvements 2012-08-06 21:06:12 +00:00
HSSFAutoFilter.java Remove svn:executable property from a series of files that didn't need it set 2010-08-09 13:12:52 +00:00
HSSFBorderFormatting.java support for conditional formatting in XSSF including docs and examples 2011-07-29 04:47:25 +00:00
HSSFCell.java clear unused import warnings 2012-11-12 09:54:37 +00:00
HSSFCellStyle.java fixed setting named styles to HSSFCells. see Bugzilla 50912 2011-03-11 17:33:36 +00:00
HSSFChildAnchor.java added javadoc and few other improvements 2012-08-06 21:06:12 +00:00
HSSFClientAnchor.java fixed javadoc warnings 2012-11-16 12:00:02 +00:00
HSSFCombobox.java fixed javadoc warnings 2012-11-16 12:00:02 +00:00
HSSFComment.java set isHidden flag 'true' for invisible comment and 'false' for visible comments 2013-02-02 23:10:34 +00:00
HSSFConditionalFormatting.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
HSSFConditionalFormattingRule.java support for conditional formatting in XSSF including docs and examples 2011-07-29 04:47:25 +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 optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
HSSFDataFormatter.java Add patch from Jukka from bug #48617 + test - Optionally allow the overriding of the Locale used by DataFormatter to control how the default number and date formats should look 2010-01-26 16:21:17 +00:00
HSSFDataValidation.java support for data validation for OOXML, see Bugzilla 49244 2010-05-16 15:49:21 +00:00
HSSFDataValidationHelper.java Add in missing license headers to a few files 2010-05-24 14:00:48 +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 668156-671000 via svnmerge from 2008-07-06 12:11:37 +00:00
HSSFEvaluationCell.java bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 2012-02-06 07:37:11 +00:00
HSSFEvaluationSheet.java Merged revisions 703063 via svnmerge from 2008-10-09 07:20:46 +00:00
HSSFEvaluationWorkbook.java Bug 52628 - Replace System.err info messages with a POILogger 2012-11-16 12:21:49 +00:00
HSSFFont.java Add a method to HSSFFont to get the color, similar to the XSSF one 2011-09-29 19:40:47 +00:00
HSSFFontFormatting.java support for conditional formatting in XSSF including docs and examples 2011-07-29 04:47:25 +00:00
HSSFFooter.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 2009-06-04 03:38:52 +00:00
HSSFFormulaEvaluator.java Bug 55195: use interface instead of implementation for 2013-08-12 20:27:08 +00:00
HSSFHeader.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 2009-06-04 03:38:52 +00:00
HSSFHyperlink.java Bugzilla 54070: Patch for typos in comments, javadoc and documentation 2012-11-01 15:26:27 +00:00
HSSFName.java Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepeatingColumns 2012-08-04 08:51:49 +00:00
HSSFObjectData.java added features: 2012-07-28 10:21:40 +00:00
HSSFOptimiser.java Bugzilla 53763: avoid style mess when using HSSFOptimiser 2012-10-12 12:55:45 +00:00
HSSFPalette.java Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious wrapping of byte colours in HSSFPalette.findSimilarColor 2009-11-25 11:45:37 +00:00
HSSFPatriarch.java fixed bug 53028, added check before serialization if any cell contains 2 or more comments 2012-08-14 18:22:31 +00:00
HSSFPatternFormatting.java support for conditional formatting in XSSF including docs and examples 2011-07-29 04:47:25 +00:00
HSSFPicture.java Bug 52628 - Replace System.err info messages with a POILogger 2012-11-16 12:21:49 +00:00
HSSFPictureData.java Bugzilla 53446 - Fixed some problems extracting PNGs 2012-08-04 05:30:19 +00:00
HSSFPolygon.java Bug 52628 - Replace System.err info messages with a POILogger 2012-11-16 12:21:49 +00:00
HSSFPrintSetup.java HSSF* classes implement same interfaces as XSSF* classes. 2008-01-24 10:10:55 +00:00
HSSFRichTextString.java records.UnicodeString isn't actually a Record, just a common part that exists in many other records. As such, move it to records.common, which is where all the other record components live 2010-01-18 12:18:00 +00:00
HSSFRow.java Bugzilla 55036 - Dec2HEx formula support 2013-06-02 15:13:47 +00:00
HSSFShape.java clear unused import warnings 2012-11-12 09:54:37 +00:00
HSSFShapeContainer.java added javadoc and few other improvements 2012-08-06 21:06:12 +00:00
HSSFShapeFactory.java added javadoc and few other improvements 2012-08-06 21:06:12 +00:00
HSSFShapeGroup.java added javadoc and code refactoring 2012-08-08 19:41:14 +00:00
HSSFShapeTypes.java added javadoc and code refactoring 2012-08-08 19:41:14 +00:00
HSSFSheet.java Ensure the interface and implementation javadocs share the same warnings, and paragraph-ise to look nicer 2013-07-15 21:45:21 +00:00
HSSFSheetConditionalFormatting.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
HSSFSimpleShape.java fixed bug 46250 2012-09-09 13:21:38 +00:00
HSSFTextbox.java clear unused import warnings 2012-11-12 09:54:37 +00:00
HSSFWorkbook.java Fix from Florian Hopf from bug #54564 - Fix error message text 2013-06-25 15:19:56 +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 Fixed compiler warnings - unnecessary else 2009-08-18 16:50:24 +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