poi/src/java/org/apache/poi/ss/usermodel
Javen O'Neal e2615ce68e bug 59212: Do not check for overlapping regions when adding merged regions to a sheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736155 13f79535-47bb-0310-9956-ffa450edef68
2016-03-22 09:02:08 +00:00
..
charts Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a Typo 2014-11-04 22:11:07 +00:00
AutoFilter.java Remove svn:executable property from a series of files that didn't need it set 2010-08-09 13:12:52 +00:00
BorderFormatting.java Sonar fixes - add cloneable interface to classes with clone() 2015-09-28 23:16:58 +00:00
BorderStyle.java Bugzilla 53699 - Patch to correct BorderStyle enum positions 2012-08-12 09:59:54 +00:00
BuiltinFormats.java java docs 2015-12-28 12:11:13 +00:00
Cell.java fix javadocs 2016-01-02 06:23:05 +00:00
CellCopyPolicy.java bug 58348: use copy constructor design pattern rather than cloneable pattern for CellCopyPolicy 2015-11-24 08:52:45 +00:00
CellRange.java Fix inconsistent whitespace/indents 2014-12-25 09:13:40 +00:00
CellStyle.java bug 58043: provide some compatibility between HSSF and XSSF in regards to values for CellStyle.setRotation(). Also adjust JavaDoc to mention the remaining things to note 2016-01-03 13:28:17 +00:00
CellValue.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:04:56 +00:00
Chart.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
ClientAnchor.java bug 58636: make ClientAnchor enum constructor private, make byId Internal 2015-11-29 02:18:45 +00:00
Color.java Solution for bug #48779 - Allow you to get straight from a CellStyle to a Color, irrespective of if the Color is indexed or inline-defined 2010-05-26 17:46:46 +00:00
ColorScaleFormatting.java #58130 Interface defintions for two more CF types 2015-07-18 04:51:51 +00:00
Comment.java Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from github 2014-11-04 23:55:23 +00:00
ComparisonOperator.java Provide a Conditional Formatting type class, and deprecate the byte-based types, to better work with the wider range 2015-07-13 19:47:21 +00:00
ConditionType.java Enable CF2007 test for XLSX too 2015-07-13 19:56:09 +00:00
ConditionalFormatting.java Javadoc and comment updates for CFs 2015-07-12 17:06:45 +00:00
ConditionalFormattingRule.java #58130 CF DataBar support 2015-07-20 03:52:50 +00:00
ConditionalFormattingThreshold.java #58130 Improve enum lookup by name, and work around a docs ordering bug 2015-07-18 04:52:45 +00:00
CreationHelper.java #58130 CF DataBar example and tests 2015-07-20 04:43:36 +00:00
DataBarFormatting.java #58130 Interface defintions for two more CF types 2015-07-18 04:51:51 +00:00
DataConsolidateFunction.java Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support for creating Pivot tables 2014-07-30 15:27:09 +00:00
DataFormat.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 2009-04-08 17:51:33 +00:00
DataFormatter.java Regression in version 3.14-beta1: three or four-part formats with locale id cause exceptions when formatting instead of falling back to other formatting 2016-01-13 19:46:17 +00:00
DataValidation.java support for data validation for OOXML, see Bugzilla 49244 2010-05-16 15:49:21 +00:00
DataValidationConstraint.java support for data validation for OOXML, see Bugzilla 49244 2010-05-16 15:49:21 +00:00
DataValidationHelper.java support for data validation for OOXML, see Bugzilla 49244 2010-05-16 15:49:21 +00:00
DateUtil.java Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 2015-09-07 20:19:50 +00:00
Drawing.java Bugzilla 51196: Initial support for Spreadsheet Chart API 2011-05-20 08:22:53 +00:00
ErrorConstants.java Reduce duplication between FormulaError and ErrorConstants 2015-02-08 15:17:20 +00:00
ExcelGeneralNumberFormat.java fix forbidden apis issues 2015-12-13 09:51:22 +00:00
ExcelStyleDateFormatter.java add hashCode for corresponding equals function 2015-12-04 11:59:26 +00:00
ExtendedColor.java Fix some Forbidden APIs errors 2015-09-01 18:56:44 +00:00
FillPatternType.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
Font.java #58220 - Improve the javadocs for XSSFFont and Font getFontHeight methods 2015-08-12 14:14:12 +00:00
FontCharset.java Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontChartset 2011-03-04 14:01:14 +00:00
FontFamily.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
FontFormatting.java Fix inconsistent whitespace/formatting 2015-07-14 18:14:50 +00:00
FontScheme.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
FontUnderline.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
Footer.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
FormulaError.java Finish converting ErrorEval to only use the FormulaError constants, and then finish unit test for 57535 2015-02-08 15:37:14 +00:00
FormulaEvaluator.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
FractionFormat.java - removed deprecated and confusing methods in XSSFColor 2015-10-12 20:43:42 +00:00
Header.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
HeaderFooter.java javadocs cleanup 2008-11-07 16:57:23 +00:00
HorizontalAlignment.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
Hyperlink.java bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink class 2015-11-02 12:57:57 +00:00
IconMultiStateFormatting.java #58130 Improve enum lookup by name, and work around a docs ordering bug 2015-07-18 04:52:45 +00:00
IgnoredErrorType.java Add details of the ignored errors where the HSSF spec provides a good description, and a bit more refactoring. #56892 2016-02-15 14:58:16 +00:00
IndexedColors.java support for conditional formatting in XSSF including docs and examples 2011-07-29 04:47:25 +00:00
Name.java Improvements to patch 47809 (support for UDFs) 2009-09-17 00:00:57 +00:00
PageOrder.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
PaperSize.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
PatternFormatting.java Provide format-agnostic conditional formatting patter colour getters and setters 2015-07-14 18:32:35 +00:00
Picture.java Picture method to resize with different scales in width and height 2014-11-12 00:19:00 +00:00
PictureData.java Picture method to resize with different scales in width and height 2014-11-12 00:19:00 +00:00
PrintCellComments.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
PrintOrientation.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
PrintSetup.java Add a HSSF print paper size constant for "printer default" for bug #56509 2014-05-15 10:15:04 +00:00
RichTextString.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 2009-04-08 17:51:33 +00:00
Row.java whitespace 2015-11-30 04:36:17 +00:00
ShapeTypes.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
Sheet.java bug 59212: Do not check for overlapping regions when adding merged regions to a sheet 2016-03-22 09:02:08 +00:00
SheetConditionalFormatting.java #58130 Begin CF DataBar support 2015-07-20 03:21:57 +00:00
Textbox.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 2009-04-08 17:51:33 +00:00
VerticalAlignment.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
Workbook.java Bug 56930: Add Workbook.getNames() to allow to query for names that appear multiple times 2016-03-13 21:30:38 +00:00