poi/src/ooxml/java/org/apache/poi/xssf/usermodel
Dominik Stadler c1d02cd0f5 Bug 54920: do not set column and row separatedely, but use a reference
for newComment(), keep previous method as deprecated. Adjust all places
where newComment() is used and add unit test covering the bug.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1495894 13f79535-47bb-0310-9956-ffa450edef68
2013-06-23 21:31:15 +00:00
..
charts optimized unused imports and removed deprecation warnings in poi-ooxml 2012-03-05 09:42:36 +00:00
extensions Fix bug #50846 - XSSFCellBorder needs a theme table too, but as it gets created early switch it to the same model as XSSFFont for getting it later 2011-03-18 15:18:45 +00:00
helpers Patch from Jan from bug #54282 - Improve the performance of ColumnHelper addCleanColIntoCols, speeds up some .xlsx file loading 2012-12-12 00:48:13 +00:00
XSSFAnchor.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
XSSFAutoFilter.java Remove svn:executable property from a series of files that didn't need it set 2010-08-09 13:12:52 +00:00
XSSFBorderFormatting.java optimized unused imports and removed deprecation warnings in poi-ooxml 2012-03-05 09:42:36 +00:00
XSSFCell.java Bugs 54228,53672 - Fixed XSSF to read cells with missing R attribute 2012-12-05 12:21:08 +00:00
XSSFCellStyle.java optimized unused imports and removed deprecation warnings in poi-ooxml 2012-03-05 09:42:36 +00:00
XSSFChart.java optimized unused imports and removed deprecation warnings in poi-ooxml 2012-03-05 09:42:36 +00:00
XSSFChartSheet.java Correct the fetching of Drawings from a XSSFChartSheet 2011-04-08 20:30:38 +00:00
XSSFChildAnchor.java added an annotation '@Internal' to mark program elements intended for POI internal use only, marked all public accessors to OOXML xmlbeans as @Internal 2009-12-03 16:50:34 +00:00
XSSFClientAnchor.java Bugzilla 53568 - Set shapes anchors in XSSF when reading from existing drawings 2012-10-04 11:23:32 +00:00
XSSFColor.java Hopefully fix bug #51236 - make the xssf colour black/white 3 rgb fix apply for set as well as get 2011-05-23 19:55:00 +00:00
XSSFComment.java Fix bug #50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one cell to another 2011-02-18 15:29:22 +00:00
XSSFConditionalFormatting.java support for conditional formatting in XSSF including docs and examples 2011-07-29 04:47:25 +00:00
XSSFConditionalFormattingRule.java optimized unused imports and removed deprecation warnings in poi-ooxml 2012-03-05 09:42:36 +00:00
XSSFConnector.java added an annotation '@Internal' to mark program elements intended for POI internal use only, marked all public accessors to OOXML xmlbeans as @Internal 2009-12-03 16:50:34 +00:00
XSSFCreationHelper.java Reverted initial application of patches 47848(r815935) and 47849(r815942). Some details need clarification. 2009-09-16 23:20:51 +00:00
XSSFDataFormat.java allow overridden built-in formats in XSSFCellStyle, see Bugzilla 49928 2010-10-08 08:26:57 +00:00
XSSFDataValidation.java Add in missing license headers to a few files 2010-05-24 14:00:48 +00:00
XSSFDataValidationConstraint.java Add in missing license headers to a few files 2010-05-24 14:00:48 +00:00
XSSFDataValidationHelper.java Bug 53965: Fixed XmlValueOutOfRangeExceptio calling getDataValidations for custom validations with XSSFSheet 2012-10-10 15:41:35 +00:00
XSSFDialogsheet.java Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent 2009-11-03 23:02:06 +00:00
XSSFDrawing.java Bug 54920: do not set column and row separatedely, but use a reference 2013-06-23 21:31:15 +00:00
XSSFEvaluationCell.java bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 2012-02-06 07:37:11 +00:00
XSSFEvaluationSheet.java Merged revisions 703063 via svnmerge from 2008-10-09 07:20:46 +00:00
XSSFEvaluationWorkbook.java Bugzilla 54625 - Register user-defined functions in instance scope instead of static 2013-03-03 16:16:12 +00:00
XSSFEvenFooter.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFEvenHeader.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFFactory.java Ensure that XWPFParagraph.getDocument() is not null 2010-10-28 13:02:43 +00:00
XSSFFirstFooter.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFFirstHeader.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFFont.java Fix bug #50784 - XSSFColors return by XSSFFont now have theme information applied to them, as XSSFFont is now ThemesTable aware 2011-03-04 15:05:18 +00:00
XSSFFontFormatting.java optimized unused imports and removed deprecation warnings in poi-ooxml 2012-03-05 09:42:36 +00:00
XSSFFormulaEvaluator.java bugzilla ticket 53642: added detailed logging for formula evaluation in both HSSF and XSSF modules 2012-09-05 17:03:55 +00:00
XSSFGraphicFrame.java optimized unused imports and removed deprecation warnings in poi-ooxml 2012-03-05 09:42:36 +00:00
XSSFHyperlink.java Bugzilla 54070: Patch for typos in comments, javadoc and documentation 2012-11-01 15:26:27 +00:00
XSSFMap.java Rename/Move xssf.model.Table to xssf.usermodel.XSSFTable as it now has usermodel-like features 2011-04-14 14:32:49 +00:00
XSSFName.java Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315 2010-12-02 15:23:35 +00:00
XSSFOddFooter.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFOddHeader.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFPatternFormatting.java support for conditional formatting in XSSF including docs and examples 2011-07-29 04:47:25 +00:00
XSSFPicture.java Bugzilla 53568: Fixed null returned by XSSFPicture.getPictureData() 2012-10-10 10:48:10 +00:00
XSSFPictureData.java Bugzilla 52255 - support adding TIFF,EPS and WPG pictures in OOXML documents 2012-02-26 06:22:09 +00:00
XSSFPrintSetup.java Tweak XSSFPrintSetup to make it a little clearer what happens, and add a round-trip unit test for it 2011-03-01 21:02:43 +00:00
XSSFRelation.java Bugzilla 52255 - support adding TIFF,EPS and WPG pictures in OOXML documents 2012-02-26 06:22:09 +00:00
XSSFRichTextString.java optimized unused imports and removed deprecation warnings in poi-ooxml 2012-03-05 09:42:36 +00:00
XSSFRow.java Fix bug #51469 - XSSF support for row styles, to match existing HSSF functionality 2011-07-08 14:58:08 +00:00
XSSFShape.java Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent 2009-11-03 23:02:06 +00:00
XSSFShapeGroup.java added an annotation '@Internal' to mark program elements intended for POI internal use only, marked all public accessors to OOXML xmlbeans as @Internal 2009-12-03 16:50:34 +00:00
XSSFSheet.java Bug 54607: Add unit test and fix NPE for getTopRow() and getLeftCol() 2013-06-17 09:06:39 +00:00
XSSFSheetConditionalFormatting.java optimized unused imports and removed deprecation warnings in poi-ooxml 2012-03-05 09:42:36 +00:00
XSSFSimpleShape.java optimized unused imports and removed deprecation warnings in poi-ooxml 2012-03-05 09:42:36 +00:00
XSSFTable.java sync table headers with worksheet on save 2012-12-02 12:28:32 +00:00
XSSFTextBox.java Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent 2009-11-03 23:02:06 +00:00
XSSFVMLDrawing.java Fix bug #49020 - Workaround Excel outputting invalid XML in button definitions by not closing BR tags 2010-05-05 17:49:59 +00:00
XSSFWorkbook.java Bugzilla 54625 - Register user-defined functions in instance scope instead of static 2013-03-03 16:16:12 +00:00