2008-09-06 |
Josh Micich | Minor fixes to YEARFRAC(). Added ISEVEN() and ISODD... |
commit | commitdiff | tree | snapshot |
2008-09-06 |
Josh Micich | Fixes for special cases of lookup functions (test cases... |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Josh Micich | reverted changes accidentally submitted with r692538 |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Josh Micich | Modified formula evaluator to handle whole column refs |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Josh Micich | Minor fixes for numeric operators - junit added. Some... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Josh Micich | Fix for bug 45376 - added caching to HSSFFormulaEvaluator |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Josh Micich | Made HSSFFormulaEvaluator capable of handling simple... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Josh Micich | Fixed compiler warnings, linked junit test to suite |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Josh Micich | Fix unused import (correction to r692239) |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Josh Micich | Fixed 2 small bugs in RelationalOperationEval (added... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Josh Micich | Initial work on bug 45720 - copy 'FilterDatabase' named... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Josh Micich | Fixed ArrayPtg.toString to not crash when partially... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Yegor Kozlov | fixed bug #45728: SlideShow.reorderSlide didn't work... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Yegor Kozlov | continue making progress with hslf hyperlinks |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Yegor Kozlov | improved handling of StyleTextPropAtom bit masks, added... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Nick Burch | DV related fixes from Pierre Lavignotte |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Josh Micich | Update status for bug 45358 (fixed with r690772, r69083... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Josh Micich | Fixed IF() to handle different types for the first arg |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Josh Micich | Converted AreEval and RefEval to be lazy (part of fix... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Josh Micich | Improving AreaI interface and AreaPtg hierarchy |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Josh Micich | Partial fix for bug 45358 - parsing area refs with... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Josh Micich | removed AreaEval.getValues (initial work for bug 45358) |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Nick Burch | HPBF docs update |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Nick Burch | Add HPBF hyperlinks support to the extractor |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Nick Burch | Start to support HPBF hyperlinks |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Josh Micich | Added junit to show bug 45717 is fixed. (Previously... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Josh Micich | Fix for bugs 26321 and 44958 - preserve position of... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Josh Micich | changed serialize method on Sheet to visitContainedReco... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Nick Burch | Further HPBF plc tests |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Nick Burch | Start to support HPBF PLC parts |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Nick Burch | Various bug fixes, and hpbf updates |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Josh Micich | Fixed decoding of operand class for ArrayPtg |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Josh Micich | Added ArrayRecord and CellRangeAddress8Bit |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Josh Micich | Clean-up toString() and inner class |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Yegor Kozlov | initial support for embedded movies and controls. |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Yegor Kozlov | utility to dump POIFS into filesystem |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Josh Micich | Removing calls to AreaEval.getValues() from count and... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Josh Micich | Removing calls to AreaEval.getValues() |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Josh Micich | Changed FormulaRecord.getParsedExpression to return... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Josh Micich | Consolidated TableRecord inside FormulaRecordAggregate... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Josh Micich | Removed unused methods from CellValueRecordInterface... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Josh Micich | Should have been submitted with c689716 (bug 45699) |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Josh Micich | Fix for bug 45699 - RowRecordsAggregate needs to tolera... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Josh Micich | Fix for bug 45698 - allow LinkTable to read EXTERNSHEET... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Josh Micich | should have been submitted with c689559 |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Josh Micich | Added names of known but uninterpreted BIFF records |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Josh Micich | Fixed size of TblPtg |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Josh Micich | Replaced calls to deprecated versions of createCell... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Josh Micich | Fix for small bug introduced in c688655 - keep header... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Josh Micich | Fix for bug 45682 - allow cloning of sheets with condit... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Josh Micich | Initial support for evaluating external add-in function... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Josh Micich | JDK 1.4 fixes for new hpbf stuff. Some clean-up |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Josh Micich | Fix for bug 45672 - prevent MissingRecordAwareHSSFListe... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Nick Burch | HPBF text extractor and unit tests |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Nick Burch | Quill CONTENTS bits, and tests |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Nick Burch | More HPBF stuff, and some tests |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Nick Burch | Make an initial start on hpbf code |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Josh Micich | Fix for bug 45640 - avoid creating multiple GUTS records |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Yegor Kozlov | fixed bug #45645: Fix for HSSFSheet.autoSizeColumn... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Nick Burch | Further HPBF documentation, and some more sample files... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Nick Burch | More work understanding hpbf |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Nick Burch | More work understanding hpbf |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Nick Burch | More work understanding hpbf |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Nick Burch | Few little tweaks to dev helpers |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Nick Burch | Start on a HPBF dumper |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Nick Burch | More sample hpbf docs, with a description |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Nick Burch | Add a few more source package excludes |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Nick Burch | Add sample publisher files from bug #45602 to svn |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Nick Burch | More for bug #45623 - Support for additional HSSF heade... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Nick Burch | Fix bug #45623 - Support stripping HSSF header and... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Nick Burch | Refactor header/footer stuff to remove duplication |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Nick Burch | Update changelog |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Nick Burch | Add HWPF support for stripping out fields (eg macros... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Nick Burch | Fix a typo in the file name, and add a generic method... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Nick Burch | Few documentation updates for recent new code |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Nick Burch | New HPSF based TextExtractor for document metadata... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Yegor Kozlov | Properly update the array of Slide's text runs in HSLF... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Yegor Kozlov | Fix bug #45590: Header/footer extraction for .ppt... |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Nick Burch | Finally get all HWPF tests to pass again, by working... |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Josh Micich | initial work on supporting calls to add-in functions |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Nick Burch | Get insert based HWPF tests working fine, delete ones... |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Nick Burch | CHPXs and PAPXs are apparently cp based, but are really... |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Josh Micich | Refinements to fix for bug 45126. Excel does not produ... |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Josh Micich | deleted obsolete comment (should have been done in... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Nick Burch | Remove random un-used import that makes gump unhappy |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Nick Burch | Disable a few HWPF tests that aren't working while... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Nick Burch | Add header/footer support to HWPF WordExtractor |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Nick Burch | Tests to show that header stuff all works right |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Nick Burch | Start on headers/footers support |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Nick Burch | Improve FIB updating on range changes, and add passing... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Nick Burch | Get most of the hwpf tests passing again |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Josh Micich | added getRowIndex() to HSSFCell, deprecated HSSFFormula... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Nick Burch | Big big unicode rationalisation in text piece code |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Josh Micich | Converted rows map within HSSFSheet to use Integer... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Nick Burch | More range tests, which show that we do have a bug... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Nick Burch | More header and footer files, this time with unicode... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Nick Burch | More tests to show that the range based stuff is workin... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Nick Burch | Add lots more getters/setters for useful things to... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Nick Burch | Start to document the whole FIB stuff better |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Nick Burch | Prepare to change how we do ranges, to handle different... |
commit | commitdiff | tree | snapshot |
next |