poi/src/java/org/apache/poi/hssf/usermodel
Andreas Beeker 680683cf77 merge down trunk
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hssf_cryptoapi@1755463 13f79535-47bb-0310-9956-ffa450edef68
2016-08-08 01:14:36 +00:00
..
helpers bug 59731: start migrating methods relating to row-shifting in HSSFSheet to HSSFRowShifter; consolidate with XSSFRowShifter into RowShifter 2016-06-20 04:16:32 +00:00
DVConstraint.java Sonar fixes 2016-06-24 22:04:12 +00:00
DummyGraphics2d.java FindBugs MALICIOUS_CODE, finalize method should have protected access 2015-11-24 01:20:45 +00:00
EscherGraphics.java add @NotImplemented annotation to methods that are not implemented 2016-04-10 21:28:41 +00:00
EscherGraphics2d.java Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ... 2015-02-09 22:33:24 +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 bug 59264: use BorderStyle for changing Cell border line style 2016-04-05 20:28:46 +00:00
HSSFCell.java bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage 2016-07-17 09:32:29 +00:00
HSSFCellStyle.java bug 59837: replace CellStyle.ALIGN_ and CellStyle.VERTICAL_ constants with HorizontalAlignment and VerticalAlignment enums 2016-07-10 08:29:02 +00:00
HSSFChildAnchor.java FindBugs fix 2014-02-09 21:19:20 +00:00
HSSFClientAnchor.java bug 58636: upgrade anchor types from int to AnchorType enum 2015-11-25 07:16:43 +00:00
HSSFColorScaleFormatting.java #58130 HSSF CF Color Scale color support 2015-07-20 00:47:27 +00:00
HSSFCombobox.java bug 58636: upgrade anchor types from int to AnchorType enum 2015-11-25 07:16:43 +00:00
HSSFComment.java bug 59279: add Comment.equals and hashCode methods 2016-06-17 08:56:10 +00:00
HSSFConditionalFormatting.java #59170 - Remove deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.Region 2016-03-12 00:17:16 +00:00
HSSFConditionalFormattingRule.java bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSF 2016-06-18 01:06:53 +00:00
HSSFConditionalFormattingThreshold.java Update objects / method signatures for the new CF Thresholds, to better match what the other CF bits expose where 2015-07-16 21:23:54 +00:00
HSSFCreationHelper.java bug 59873: replace Hyperlink.LINK_* int constants with HyperlinkType enum 2016-07-17 09:20:21 +00:00
HSSFDataBarFormatting.java #58130 CF DataBar support 2015-07-20 03:52:50 +00:00
HSSFDataFormat.java Fix some Forbidden APIs errors 2015-09-01 18:56:44 +00:00
HSSFDataFormatter.java forbidden apis fixes - a few DateFormat clean ups ... 2015-09-09 00:41:03 +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 findbugs URF_UNREAD_FIELD: note that unread fields were commented out in r1748084 due to a Findbugs warnings (so the disabled code is less likely to be deleted in the future 2016-06-13 07:02:33 +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
HSSFEvaluationCell.java +svn:eol-style=native 2016-07-05 23:26:32 +00:00
HSSFEvaluationSheet.java add @Internal annotations to implementations of Internal EvaluationWorkbook and EvaluationSheet interfaces; added @since annotations to clearAllCachedResultValues added in r1751836. 2016-07-07 23:20:34 +00:00
HSSFEvaluationWorkbook.java add @Internal annotations to implementations of Internal EvaluationWorkbook and EvaluationSheet interfaces; added @since annotations to clearAllCachedResultValues added in r1751836. 2016-07-07 23:20:34 +00:00
HSSFExtendedColor.java Fixed a problem with save-and-load of conditional formattings (CFHeader12 wasn't added to conditional formattings, rgb value wasn't saved in extended color) 2015-10-05 00:26:19 +00:00
HSSFFont.java bug 55385: deprecate Font.getBoldweight and Font.setBoldweight 2016-06-16 06:51:53 +00:00
HSSFFontFormatting.java Cleaner code for checking and casting the Color objects 2015-07-14 19:29:18 +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 merge down trunk 2016-08-08 01:14:36 +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 bug 59873: javadoc fix 2016-07-17 09:48:36 +00:00
HSSFIconMultiStateFormatting.java #58130 HSSF CF Color Scale color support 2015-07-20 00:47:27 +00:00
HSSFName.java bug 59773: move loop invariants outside of loop or change for loops to for-each loops 2016-07-02 18:28:43 +00:00
HSSFObjectData.java #58597: Remove setAccessible (more coming soon) 2015-11-11 07:41:54 +00:00
HSSFOptimiser.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 2016-07-04 11:54:20 +00:00
HSSFPalette.java Fix some Forbidden APIs errors 2015-09-01 18:49:50 +00:00
HSSFPatriarch.java fix several findbugs SF_SWITCH_NO_DEFAULT warnings 2016-04-12 12:03:24 +00:00
HSSFPatternFormatting.java Cleaner code for checking and casting the Color objects 2015-07-14 19:29:18 +00:00
HSSFPicture.java Regression analysis: the additional testing of cloning sheets showed a 2016-02-13 21:29:46 +00:00
HSSFPictureData.java Picture method to resize with different scales in width and height 2014-11-12 00:19:00 +00:00
HSSFPolygon.java #58597: Remove setAccessible (more coming soon) 2015-11-11 07:41:54 +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 Fix two Eclipse warnings 2014-12-22 14:56:47 +00:00
HSSFRow.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 2016-07-04 11:54:20 +00:00
HSSFShape.java #59170 - Remove deprecated classes (POI 3.15) - o.a.p.hssf.model.*Shape classes removed 2016-07-03 21:54:17 +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 fix several findbugs SF_SWITCH_NO_DEFAULT warnings 2016-04-12 12:03:24 +00:00
HSSFShapeGroup.java fix several findbugs SF_SWITCH_NO_DEFAULT warnings 2016-04-12 12:03:24 +00:00
HSSFShapeTypes.java added javadoc and code refactoring 2012-08-08 19:41:14 +00:00
HSSFSheet.java bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress) 2016-07-17 05:47:03 +00:00
HSSFSheetConditionalFormatting.java #59170 - Remove deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.Region 2016-03-12 00:17:16 +00:00
HSSFSimpleShape.java #58597: Remove setAccessible (more coming soon) 2015-11-11 07:41:54 +00:00
HSSFTextbox.java findbugs URF_UNREAD_FIELD: note that unread fields were commented out in r1748084 due to a Findbugs warnings (so the disabled code is less likely to be deleted in the future 2016-06-13 07:02:33 +00:00
HSSFWorkbook.java merge down trunk 2016-08-08 01:14:36 +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 - removed deprecated and confusing methods in XSSFColor 2015-10-12 20:43:42 +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