poi/src/java/org/apache/poi/hssf/usermodel
Yegor Kozlov af696ae5fd optimized unused imports and removed deprecation warnings in poi-main
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1296979 13f79535-47bb-0310-9956-ffa450edef68
2012-03-05 09:44:20 +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 more cleanup of deprecation warnings generated by javac 2010-05-30 06:57:23 +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 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
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 Bugzilla 51171: Improved performance of opening large .xls files 2011-05-15 18:40:13 +00:00
HSSFCellStyle.java fixed setting named styles to HSSFCells. see Bugzilla 50912 2011-03-11 17:33:36 +00:00
HSSFChildAnchor.java Fixed unused imports compiler warnings (and some others) 2009-08-18 02:41:45 +00:00
HSSFClientAnchor.java Fixed compiler warnings - unnecessary else 2009-08-18 16:50:24 +00:00
HSSFComment.java improved work with cell comments in XSSF, also added support for cell comments to SS interfaces 2009-11-27 17:39:17 +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 improved work with UDFs and Analysis Toolpack functions, ATP functions are enabled by default and user can create / evaluate them just like built-in functions, both HSSF andf XSSF are supported 2010-11-28 12:03:52 +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 added HSSFFormulaEvaluator.setIgnoreMissingWorkbooks, see Bugzilla 52575 2012-02-07 08:11:37 +00:00
HSSFHeader.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 2009-06-04 03:38:52 +00:00
HSSFHyperlink.java Initialise the link type of HSSFHyperLink, so that getType() on it works 2010-01-05 14:08:51 +00:00
HSSFName.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:46:02 +00:00
HSSFObjectData.java Fix bug #51514 - Allow HSSFObjectData to work with both POIFS and NPOIFS, and fix some generics warnings 2011-07-15 15:08:51 +00:00
HSSFOptimiser.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
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 Support for appending images to existing drawings in HSSF 2011-07-20 07:38:01 +00:00
HSSFPatternFormatting.java support for conditional formatting in XSSF including docs and examples 2011-07-29 04:47:25 +00:00
HSSFPicture.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
HSSFPictureData.java Tweak hssf and hwpf image mime types for wmf/emf to match those used by XSSF/XWPF 2010-09-10 19:15:16 +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 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 Fix bug #51469 - XSSF support for row styles, to match existing HSSF functionality 2011-07-08 14:58:08 +00:00
HSSFShape.java Support for appending images to existing drawings in HSSF 2011-07-20 07:38:01 +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 avoid exceptions when using POI in Tika, see BUgs 51771 and 51770 2011-09-12 10:19:50 +00:00
HSSFSheet.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
HSSFSheetConditionalFormatting.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
HSSFSimpleShape.java Support for appending images to existing drawings in HSSF 2011-07-20 07:38:01 +00:00
HSSFTextbox.java Fixed unused imports compiler warnings (and some others) 2009-08-18 02:41:45 +00:00
HSSFWorkbook.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +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