summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* bug #41071 is fixed in trunk. Added a unit test and resolved.Yegor Kozlov2008-04-164-0/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648589 13f79535-47bb-0310-9956-ffa450edef68
* Conditional Formatting (30311) - API improvements, added ↵Josh Micich2008-04-1512-258/+422
| | | | | | HSSFSheetConditionalFormatting git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648334 13f79535-47bb-0310-9956-ffa450edef68
* Nice and small change here... Update the formula parser code to use ↵Nick Burch2008-04-1575-227/+254
| | | | | | usermodel.HSSFWorkbook instead of model.Workbook. This should keep things a bit cleaner, and make it much easier for the formula code to work with XSSF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648303 13f79535-47bb-0310-9956-ffa450edef68
* Improved factoring of ppt objects. For ppt tabels Slide.getShapes() returns ↵Yegor Kozlov2008-04-153-15/+107
| | | | | | the Table object (was ShapeGroup) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648276 13f79535-47bb-0310-9956-ffa450edef68
* TextSpecInfoAtom is present in PPT 2003+. When the text is changed we must ↵Yegor Kozlov2008-04-152-1/+86
| | | | | | update this record, otherwise the ppt becomes corrupted git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648274 13f79535-47bb-0310-9956-ffa450edef68
* start improving handling of resources in HSLF. PPFont object represents a ↵Yegor Kozlov2008-04-156-13/+464
| | | | | | font in a presenatation. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648203 13f79535-47bb-0310-9956-ffa450edef68
* TextShape is a common superclass of all shapes that can hold text. The ↵Yegor Kozlov2008-04-1516-470/+797
| | | | | | subclasses are TextBox and AutoShape. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648156 13f79535-47bb-0310-9956-ffa450edef68
* make sure all hslf classes use POI loggersYegor Kozlov2008-04-1422-70/+90
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647824 13f79535-47bb-0310-9956-ffa450edef68
* Switch to using our own logger, rather than the commons oneNick Burch2008-04-143-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647738 13f79535-47bb-0310-9956-ffa450edef68
* misc usermodel improvements. Also added the source code for the ↵Yegor Kozlov2008-04-1410-138/+716
| | | | | | ApacheconEU08 FFT presentation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647713 13f79535-47bb-0310-9956-ffa450edef68
* use commons logging throughout the codeYegor Kozlov2008-04-1410-46/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647712 13f79535-47bb-0310-9956-ffa450edef68
* Add information of EventBasedExcelExtractor to the documentationNick Burch2008-04-131-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647577 13f79535-47bb-0310-9956-ffa450edef68
* Finish off eventusermodel based Excel Extractor, and update the xls to csv ↵Nick Burch2008-04-133-14/+48
| | | | | | converter (moved to correct place) based on discoveries for the text extractor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647576 13f79535-47bb-0310-9956-ffa450edef68
* Start on a eventusermodel based excel text extractorNick Burch2008-04-132-0/+306
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647574 13f79535-47bb-0310-9956-ffa450edef68
* Various new bits of documentation on embeded files and text extractionNick Burch2008-04-134-0/+203
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647567 13f79535-47bb-0310-9956-ffa450edef68
* fixed typo and formatting in class javadocJosh Micich2008-04-112-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647278 13f79535-47bb-0310-9956-ffa450edef68
* Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, ↵Nick Burch2008-04-1110-29/+333
| | | | | | and allow reading embeded documents git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647186 13f79535-47bb-0310-9956-ffa450edef68
* Update the sample embeded documents to be from know sources, so we can test ↵Nick Burch2008-04-1110-0/+0
| | | | | | better git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647152 13f79535-47bb-0310-9956-ffa450edef68
* Improve how POIFS works with directory entries, and update HWPFDocument to ↵Nick Burch2008-04-1010-23/+99
| | | | | | support reading an embeded word document git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@646870 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for getting and changing chart titles and series titlesNick Burch2008-04-107-27/+245
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@646854 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla 44792 - fixed encode/decode problems in ExternalNameRecord and ↵Josh Micich2008-04-109-31/+334
| | | | | | CRNRecord. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@646666 13f79535-47bb-0310-9956-ffa450edef68
* Implement a proxy HSSFListener which tracks the format records, and lets you ↵Nick Burch2008-04-093-30/+197
| | | | | | lookup the format string for a given cell. Convert the xls to csv example to use it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@646405 13f79535-47bb-0310-9956-ffa450edef68
* Provide a common ole2 implementation of POITextExtractor, which gives access ↵Nick Burch2008-04-095-8/+61
| | | | | | to the document metadata git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@646312 13f79535-47bb-0310-9956-ffa450edef68
* some more tweaks for bug 30311. Set some (unused) bits in FontFormatting to ↵Josh Micich2008-04-093-559/+503
| | | | | | match Excel. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@646194 13f79535-47bb-0310-9956-ffa450edef68
* fix bug #44770: RuntimeException: Couldn't instantiate the class for type ↵Yegor Kozlov2008-04-084-4/+28
| | | | | | with id 1036 on class class org.apache.poi.hslf.record.PPDrawing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@645952 13f79535-47bb-0310-9956-ffa450edef68
* misc usermodel improvements in HSLFYegor Kozlov2008-04-076-279/+1803
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@645567 13f79535-47bb-0310-9956-ffa450edef68
* empty.ppt with the master styles compatible with PPT 2003Yegor Kozlov2008-04-071-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@645566 13f79535-47bb-0310-9956-ffa450edef68
* Fix 43670, 44501 - Fix how HDGF deals with trailing data in the list of ↵Nick Burch2008-04-0711-26/+236
| | | | | | chunk headers git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@645560 13f79535-47bb-0310-9956-ffa450edef68
* 30311 - More work on Conditional Formatting - patch from DmitriyJosh Micich2008-04-0710-280/+327
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@645352 13f79535-47bb-0310-9956-ffa450edef68
* refactored all hssf junits to get test sample data in the in one placeJosh Micich2008-04-0749-4218/+3156
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@645348 13f79535-47bb-0310-9956-ffa450edef68
* Follow up fix after r644473 (bug 44739) TestHSSFConditionalFormatting had a ↵Josh Micich2008-04-033-6/+7
| | | | | | bug and wasn't yet included in the test suite hierarchy git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@644509 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 44739 - Conditional formatting (regions with max row/col index)Josh Micich2008-04-037-115/+186
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@644473 13f79535-47bb-0310-9956-ffa450edef68
* Make a bit of a start on being able to edit chart titles, based on the email ↵Nick Burch2008-04-034-0/+139
| | | | | | to user@poi from Russ on the 2nd of April. Not quite there though git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@644343 13f79535-47bb-0310-9956-ffa450edef68
* Fixed inconsistency between HSSFSHeet.getColumnWidth and ↵Yegor Kozlov2008-04-023-6/+68
| | | | | | HSSFSheet.getDefaultColumnWidth: getColumnWidth should always return width measured in 1/256th units. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643834 13f79535-47bb-0310-9956-ffa450edef68
* added set accessor to indentation levelYegor Kozlov2008-04-021-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643831 13f79535-47bb-0310-9956-ffa450edef68
* Restored an entry that had been deleted by chance.Rainer Klute2008-04-021-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643672 13f79535-47bb-0310-9956-ffa450edef68
* 44694 - HPSF: Support for property sets without sectionsRainer Klute2008-04-025-4/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643670 13f79535-47bb-0310-9956-ffa450edef68
* fix for bug 44710 - Incorrect skip() of second formula in DATAVALIDATION recordJosh Micich2008-04-011-15/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643654 13f79535-47bb-0310-9956-ffa450edef68
* Bug #44733 - DPRODUCT function should be index 189, not 191Josh Micich2008-04-015-16/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643625 13f79535-47bb-0310-9956-ffa450edef68
* Implement Sheet.removeShape(Shape shape) in HSLFYegor Kozlov2008-03-315-0/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642946 13f79535-47bb-0310-9956-ffa450edef68
* changes/status for #44675, #44695, #44691Josh Micich2008-03-3123-226/+235
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642904 13f79535-47bb-0310-9956-ffa450edef68
* silenced noisy testsJosh Micich2008-03-313-31/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642891 13f79535-47bb-0310-9956-ffa450edef68
* removed incorrect test case methodsJosh Micich2008-03-311-114/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642880 13f79535-47bb-0310-9956-ffa450edef68
* More work on Conditional Formatting (bug 30311) junit and fixes from ↵Josh Micich2008-03-3117-1635/+1965
| | | | | | Dmitriy. Some other clean-up. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642878 13f79535-47bb-0310-9956-ffa450edef68
* Update Formula test spreadsheet for count, and also do a copy as an ooxml ↵Nick Burch2008-03-302-0/+0
| | | | | | .xlsx file git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642738 13f79535-47bb-0310-9956-ffa450edef68
* Count implementation from ooxml branchNick Burch2008-03-301-2/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642737 13f79535-47bb-0310-9956-ffa450edef68
* Documentation updateNick Burch2008-03-291-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642575 13f79535-47bb-0310-9956-ffa450edef68
* Move the FormulaEvaluator code out of scratchpadNick Burch2008-03-29376-5/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642574 13f79535-47bb-0310-9956-ffa450edef68
* Merge several bug tests into one fileNick Burch2008-03-294-245/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642571 13f79535-47bb-0310-9956-ffa450edef68
* Update docs now that missing record aware eventusermodel has movedNick Burch2008-03-291-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642567 13f79535-47bb-0310-9956-ffa450edef68