poi/src/testcases/org/apache/poi/hssf/usermodel
Evgeniy Berlog 426ef18c61 implemented cloning of shapes
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1363479 13f79535-47bb-0310-9956-ffa450edef68
2012-07-19 19:02:43 +00:00
..
AllUserModelTests.java Added loose tests to junit hierarchy 2010-05-24 23:26:57 +00:00
FormulaExtractor.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:47:37 +00:00
HSSFEvaluationTestHelper.java Merged revisions 703063 via svnmerge from 2008-10-09 07:20:46 +00:00
HSSFTestHelper.java implemented cloning of shapes 2012-07-19 19:02:43 +00:00
RecordInspector.java Fix for bug 46213 - FormulaRecordAggregate should gracefully ignore extra StringRecords 2008-11-15 17:25:32 +00:00
SanityChecker.java Renamed model.Sheet to InternalSheet to alleviate name clash. 2009-12-22 01:08:33 +00:00
StreamUtility.java Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 2009-10-08 22:29:41 +00:00
TestBug42464.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:47:37 +00:00
TestBugs.java Bugzilla 49529 - avoid exception when cloning sheets with no drawing records and initialized drawing patriarch 2012-03-29 10:35:41 +00:00
TestCellStyle.java fixed setting named styles to HSSFCells. see Bugzilla 50912 2011-03-11 17:33:36 +00:00
TestCloneSheet.java implemented cloning of shapes 2012-07-19 19:02:43 +00:00
TestComment.java implemented cloning of shapes 2012-07-19 19:02:43 +00:00
TestDataValidation.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
TestEmbeddedObjects.java moved HSSFObjectData into drawing layer 2012-07-13 15:45:01 +00:00
TestEscherGraphics.java support for retrieving pictures from HSSF workbooks, see bugzilla 50022 2010-10-04 13:34:17 +00:00
TestEscherGraphics2d.java Removed System.out.println and compiler warnings from test code 2009-01-21 02:16:01 +00:00
TestExternalReferenceChange.java added ASF licence header 2012-02-13 11:11:37 +00:00
TestFontDetails.java Fixed compiler warnings - unnecessary throws declaration 2009-08-18 19:49:28 +00:00
TestFormulaEvaluatorBugs.java Fix bug #48528 - support negative arguments to the DATE() function 2012-04-28 17:29:06 +00:00
TestFormulaEvaluatorDocs.java Merged revisions 693591,693639,693658,693939,693941,693947,693990,694050,694065,694153,694534,694615,694619-694620,694631,694643,694877,694881 via svnmerge from 2008-09-13 13:48:27 +00:00
TestFormulas.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:47:37 +00:00
TestHSSFCell.java Tolerate Double.NaN when reading .xls files, see Bugzilla 49761 2010-11-09 15:02:31 +00:00
TestHSSFClientAnchor.java Fixed compiler warnings - unnecessary throws declaration 2009-08-18 19:49:28 +00:00
TestHSSFComment.java implemented creating comments in existing files, bugfixes 2012-06-28 10:56:55 +00:00
TestHSSFConditionalFormatting.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
TestHSSFDataFormat.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
TestHSSFDataFormatter.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
TestHSSFDateUtil.java Fix bug #53092 - allow specifying of a TimeZone to DateUtil.getJavaDate(), for when it is known that a file comes from a different (known) timezone to the current machine 2012-04-27 15:49:49 +00:00
TestHSSFExternalFunctions.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
TestHSSFFont.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 2009-12-26 02:17:34 +00:00
TestHSSFFormulaEvaluator.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 11:41:38 +00:00
TestHSSFHeaderFooter.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 2009-06-04 03:38:52 +00:00
TestHSSFHyperlink.java Initialise the link type of HSSFHyperLink, so that getType() on it works 2010-01-05 14:08:51 +00:00
TestHSSFName.java Fix bug #50718 - More helpful error message when you try to create a CellReference with #REF! 2011-03-04 16:17:21 +00:00
TestHSSFOptimiser.java Fixed unused imports compiler warnings (and some others) 2009-08-18 02:41:45 +00:00
TestHSSFPalette.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
TestHSSFPatriarch.java Fix bug #44916 - Allow access to the HSSFPatriarch from HSSFSheet once created 2010-05-27 16:27:09 +00:00
TestHSSFPicture.java checked all examples, added several features 2012-07-11 12:08:38 +00:00
TestHSSFPictureData.java avoid nulls in HSSFWorkbook.getAllPictures when EscherBlipRecord is not found 2010-10-20 16:38:06 +00:00
TestHSSFRichTextString.java Fixed compiler warnings - unnecessary throws declaration 2009-08-18 19:49:28 +00:00
TestHSSFRow.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 2009-12-26 02:17:34 +00:00
TestHSSFSheet.java implemented cloning of shapes 2012-07-19 19:02:43 +00:00
TestHSSFSheetAutosizeColumn.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:47:37 +00:00
TestHSSFSheetShiftRows.java Clean-up in BaseTestSheetShiftRows and subclasses. 2009-12-26 00:25:59 +00:00
TestHSSFSheetUpdateArrayFormulas.java improved usermodel to prevent data corruption when setting array formulas, mimic Excel behaviour and block changing cells included in multi-cell arrays 2009-12-29 19:47:38 +00:00
TestHSSFTextbox.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
TestHSSFWorkbook.java Allow the passing of a File object to WorkbookFactory.create, which permits lower memory processing than the InputStream version 2011-09-29 19:39:51 +00:00
TestOLE2Embeding.java Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,639233-639241,639243-639253,639255-639486,639488-639601,639603-639835,639837-639917,639919-640056,640058-640710,640712-641156,641158-641184,641186-641795,641797-641798,641800-641933,641935-641963,641965-641966,641968-641995,641997-642230,642232-642562,642564-642565,642568-642570,642572-642573,642576-642736,642739-642877,642879,642881-642890,642892-642903,642905-642945,642947-643624,643626-643653,643655-643669,643671,643673-643830,643832-643833,643835-644342,644344-644472,644474-644508,644510-645478 via svnmerge from 2008-04-07 12:51:50 +00:00
TestPOIFSProperties.java Fixed unused imports compiler warnings (and some others) 2009-08-18 02:41:45 +00:00
TestPolygon.java checked all examples, added several features 2012-07-11 12:08:38 +00:00
TestReadWriteChart.java Renamed model.Sheet to InternalSheet to alleviate name clash. 2009-12-22 01:08:33 +00:00
TestRowStyle.java fixed non-standard ASF license headers 2009-02-24 11:30:08 +00:00
TestSanityChecker.java Simplified InterfaceHdrRecord and InterfaceEndRecord (some rework after bug 47251 / r892862). 2009-12-23 04:35:37 +00:00
TestShapeGroup.java implemented cloning of shapes 2012-07-19 19:02:43 +00:00
TestSheetHiding.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
TestText.java implemented creating shapes in new file using new model 2012-07-06 17:00:20 +00:00
TestUnfixedBugs.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
TestUnicodeWorkbook.java Fixed compiler warnings - unnecessary throws declaration 2009-08-18 19:49:28 +00:00
TestUppercaseWorkbook.java Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,639233-639241,639243-639253,639255-639486,639488-639601,639603-639835,639837-639917,639919-640056,640058-640710,640712-641156,641158-641184,641186-641795,641797-641798,641800-641933,641935-641963,641965-641966,641968-641995,641997-642230,642232-642562,642564-642565,642568-642570,642572-642573,642576-642736,642739-642877,642879,642881-642890,642892-642903,642905-642945,642947-643624,643626-643653,643655-643669,643671,643673-643830,643832-643833,643835-644342,644344-644472,644474-644508,644510-645478 via svnmerge from 2008-04-07 12:51:50 +00:00
TestWorkbook.java Renamed model.Workbook to InternalWorkbook to alleviate name clash. 2009-12-22 00:51:29 +00:00