Yegor Kozlov
|
2822f208fa
|
initial support for creating hyperlinks in HSLF, units test are still to do
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700493 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-30 15:11:26 +00:00 |
Yegor Kozlov
|
5f5df9d519
|
reverted the change made in r693085 , see bug #45859
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700479 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-30 14:32:37 +00:00 |
Josh Micich
|
15e0710fec
|
Refactored fillFields() method into constructor in Record class hierarchy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700356 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-30 06:18:44 +00:00 |
Josh Micich
|
3e3cbd997d
|
Removed validateSid method from Record classes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700327 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-30 02:30:53 +00:00 |
Josh Micich
|
ae3ce0ae5d
|
Updated formula evaluator documentation due to bugzilla 45768
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700304 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-29 23:12:53 +00:00 |
Josh Micich
|
d14991ed02
|
Fix for bug 45876 - allowed BoundSheetRecord to take sheet names longer than 31 chars
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700280 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-29 22:04:20 +00:00 |
Josh Micich
|
857ead338e
|
Should have been submitted with c700203 (Refactoring row-blocks record reading logic in Sheet)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700204 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-29 18:48:43 +00:00 |
Josh Micich
|
d374eb628d
|
Refactoring row-blocks record reading logic in Sheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700203 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-29 18:43:53 +00:00 |
Josh Micich
|
7f5b525a56
|
Fix for bug 45890 - made HSSFSheet.shiftRows also update conditional formats
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700005 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-29 07:27:14 +00:00 |
Josh Micich
|
c819babd6e
|
Bug 45865 - modified Formula Parser/Evaluator to handle cross-worksheet formulas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@699761 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-28 02:04:31 +00:00 |
Josh Micich
|
567de4d703
|
Code cleanup in junit
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@699489 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-26 20:32:06 +00:00 |
Josh Micich
|
b22f939c79
|
Fix formula parser to properly support the range operator. Small fixes to parsing of sheet names and full column references.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@699487 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-26 20:25:45 +00:00 |
Josh Micich
|
3e317e0747
|
Changed HSSFEvaluationWorkbook to avoid re-parsing cell formulas during execution. (working towards fix for bug 45865)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@699178 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-26 04:49:20 +00:00 |
Josh Micich
|
5ee76b8fb7
|
Optimised the FormulaEvaluator to take cell dependencies into account
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@698047 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-23 00:40:22 +00:00 |
Josh Micich
|
ce92f612e7
|
Some clean-up in BoundSheetRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@698039 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-22 23:43:50 +00:00 |
Nick Burch
|
e15e3fd227
|
Apply part of patch from bug #16936, with the rest made more HSSFCell like - Initial support for whole-row cell styling
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697599 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-21 19:50:21 +00:00 |
Nick Burch
|
32b14b30fa
|
Improved tests to show that bugs #45062 and #44292 are fixed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697595 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-21 19:31:34 +00:00 |
Nick Burch
|
defb284d5a
|
Update hssf.extractor.ExcelExtractor to optionally output blank cells too
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697589 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-21 19:17:41 +00:00 |
Nick Burch
|
47600ff855
|
Test to show that bug #45492 is invalid
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697584 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-21 18:56:32 +00:00 |
Nick Burch
|
c55c668573
|
Include the sheet name in the output of examples.XLS2CSVmra
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697580 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-21 18:43:49 +00:00 |
Nick Burch
|
d6250721e0
|
Fix bug #45784 - Support long chart titles in SeriesTextRecords
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697562 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-21 17:49:20 +00:00 |
Nick Burch
|
91ee384223
|
Fix bug #45777 - Throw an exception if HSSF Footer or Header is attemped to be set too long, rather than having it break during writing out
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697559 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-21 17:38:39 +00:00 |
Yegor Kozlov
|
d0821af510
|
patch from bug #45844: Addtional diagnostics for SlideShowRecordDumper
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697520 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-21 14:14:34 +00:00 |
Josh Micich
|
105aed722f
|
Some clean-up after r696898 (partitioning common formula logic). Fixed compiler error in example XLS2CSVmra
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697145 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-19 16:34:21 +00:00 |
Josh Micich
|
70e8568696
|
Partitioning common formula logic. Introduced FormulaParsingWorkbook and EvaluationWorkbook interfaces to make merge with ooxml branch easier
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696898 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-19 02:19:58 +00:00 |
Josh Micich
|
aa556876b9
|
code clean-up (removed compiler warnings/unused methods)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696860 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-19 00:02:21 +00:00 |
Josh Micich
|
1d568d4da3
|
Partitioning common formula logic. Introduced FormulaRenderingWorkbook interface to make merge with ooxml branch easier
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696813 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-18 21:22:23 +00:00 |
Yegor Kozlov
|
caf9c54e02
|
patch from bug #45814: Specify RecordType for slide show Handout
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696627 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-18 10:58:39 +00:00 |
Yegor Kozlov
|
99325ff527
|
fixed bug 45815: bit mask values inStyleTextPropAtom are not preserved across read-write
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696623 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-18 10:45:00 +00:00 |
Yegor Kozlov
|
cf2c1b3c7e
|
fixed bug #45829: HSSFPicture.getImageDimension() fails when DPI of image is zero
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696622 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-18 10:28:24 +00:00 |
Josh Micich
|
159d3c265e
|
Small tweak to NamePtg and Ref3DPtg
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696501 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-17 22:35:09 +00:00 |
Josh Micich
|
0bee424306
|
Swapped deprecated code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696111 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-17 00:03:07 +00:00 |
Josh Micich
|
4d7fb9d610
|
Added junit for bug 45732 (fix was earlier, probably in r694631)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696109 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-16 23:59:17 +00:00 |
Josh Micich
|
81c228d7f6
|
Reverting method name change. Taking a risk on breaking binary compatibility for method HSSFSheet. getDefaultColWidth() (follow-on from r696075 / bug 45805)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696084 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-16 21:56:36 +00:00 |
Josh Micich
|
2741d5a72f
|
Fix for bug 45805 - 16-bit signed/unsigned problems in HSSFSheet.getColWidth() etc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696075 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-16 21:38:47 +00:00 |
Josh Micich
|
02959a5b39
|
Fix for bug 45780 - update area refs during HSSFSheet.shiftRows()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696038 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-16 20:17:30 +00:00 |
Nick Burch
|
2ee2c75d25
|
Fix inspired by bug #45804 - Update HSMF to handle Outlook 3.0 msg files, which have a different string chunk type
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695649 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-15 21:51:14 +00:00 |
Nick Burch
|
45c9804d3a
|
Make MissingCellPolicy javadocs even more explicit about iterators, as people seem not to quite get it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695621 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-15 20:58:30 +00:00 |
Nick Burch
|
7bd89bc944
|
Finish exposing the name of Named Cell Styles via HSSFCellStyle (normally held on the parent style though)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695420 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-15 11:02:18 +00:00 |
Nick Burch
|
d514f9b689
|
Make a start on exposing the StyleRecord details into HSSFCellStyle, but not fully there yet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695303 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-14 22:19:06 +00:00 |
Josh Micich
|
866ae7562a
|
Fix for bug 45978 - removed eager initialisation of SheetReferences
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695264 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-14 18:55:28 +00:00 |
Nick Burch
|
a596cc0ecd
|
Replace some model.Sheet references with usermodel.HSSFSheet ones, to make more in keeping with xssf, and make merges easier
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694946 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-13 13:46:45 +00:00 |
Nick Burch
|
691a92311e
|
Slight tidy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694939 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-13 13:30:52 +00:00 |
Josh Micich
|
37c905d0d3
|
Added toString methods formatAsString to CellValue. Changed deprecation on CellValue.getRichTextStringValue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694881 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-13 05:43:41 +00:00 |
Josh Micich
|
af38292505
|
Refactored TextFunctions. Some minor fixes - test cases added.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694877 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-13 05:14:26 +00:00 |
Josh Micich
|
40ca65f97e
|
Made HSSFFormulaEvaluator no longer require initialisation with sheet or row.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694643 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-12 08:18:54 +00:00 |
Josh Micich
|
21fa41ec23
|
Extended support for cached results of formula cells
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694631 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-12 07:43:20 +00:00 |
Josh Micich
|
9b9d63275a
|
clarification of ArrayPtg size increment
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694620 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-12 07:03:00 +00:00 |
Josh Micich
|
658057a44a
|
Removed trailing comma from output of HexDump.toHex()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694619 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-12 06:58:52 +00:00 |
Josh Micich
|
430ba374db
|
small tweak to unit test which was silently creating UnknownPtgs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694615 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-12 06:14:07 +00:00 |
Josh Micich
|
f736644496
|
Fix for bug 45639 - cleaned up index logic inside ColumnInfoRecordsAggregate
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694534 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-11 23:18:50 +00:00 |
Josh Micich
|
0d06fa008e
|
Refactoring MultiOperandNumericFunction - removed Ref2DEval.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694153 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-11 07:16:20 +00:00 |
Josh Micich
|
9f121af2d0
|
fixed special cases of MODE function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694065 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-10 23:37:22 +00:00 |
Josh Micich
|
4135c76ee5
|
Refactored finance functions.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694050 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-10 22:43:30 +00:00 |
Josh Micich
|
562360b308
|
Refactored hierarchy of MultiOperandNumericFunction. Fixed error value handling. Enabled error value check in TestFormulasFromSpreadsheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693990 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-10 21:21:28 +00:00 |
Josh Micich
|
f7bfb10141
|
(Should have been submitted with 693939) Fixing error value handling for numeric functions. Refactored hierarchy.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693947 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-10 19:33:58 +00:00 |
Josh Micich
|
cd0a88ea0a
|
(Should have been submitted with 693939) Fixing error value handling for numeric functions. Refactored hierarchy.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693941 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-10 19:27:24 +00:00 |
Josh Micich
|
ea1c2e1863
|
Fixing error value handling for numeric functions. Refactored hierarchy.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693939 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-10 19:23:43 +00:00 |
Josh Micich
|
17357da8c9
|
Fixed special cases of INDEX function (single columns / single rows, and errors)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693658 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-09 23:46:46 +00:00 |
Josh Micich
|
17785ae568
|
removed debug code accidentally submitted with r693591
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693639 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-09 22:26:28 +00:00 |
Josh Micich
|
e1a5eae19e
|
Added support for parsing array constants in formulas. (Helping investigation for bug 45752)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693591 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-09 20:25:16 +00:00 |
Yegor Kozlov
|
cdba99c929
|
don't increment the number of shapes when cloning a sheet with drawings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693383 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-09 06:58:35 +00:00 |
Josh Micich
|
150d887cf0
|
Common refactoring for one arg numeric functions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693309 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-08 22:46:41 +00:00 |
Josh Micich
|
eae43fa85b
|
Refactored OperandResolver coerce functions to convert BlankEval to 0.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693289 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-08 21:34:45 +00:00 |
Josh Micich
|
49ddf85f9b
|
Fixes for DAY/MONTH/YEAR functions (junit cases added)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693250 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-08 20:28:05 +00:00 |
Josh Micich
|
72d018c392
|
Additional fix for 45720 - bug in HSSFWorkbook.findExistingBuiltinNameRecordIdx
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693221 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-08 19:49:03 +00:00 |
Josh Micich
|
bee807e5a9
|
cosmetic fix for Area3DPtg.toString()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693203 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-08 19:13:09 +00:00 |
Nick Burch
|
3a47b6e89c
|
Fix bug #45761 - Support for Very Hidden excel sheets in HSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693175 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-08 17:43:31 +00:00 |
Yegor Kozlov
|
86e9f8c8d7
|
always call Workbook.cloneDrawings when cloning sheets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693085 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-08 13:02:21 +00:00 |
Nick Burch
|
c2761bf452
|
Patch from bug #45738 - Initial HWPF support for Office Art Shapes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692918 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-07 18:32:51 +00:00 |
Yegor Kozlov
|
a0cef40211
|
fixed bug #45720: cloneSheet breaks autofilters.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692893 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-07 16:30:35 +00:00 |
Josh Micich
|
ba665e8b75
|
Minor fixes to YEARFRAC(). Added ISEVEN() and ISODD(). Added test cases.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692614 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-06 06:04:01 +00:00 |
Josh Micich
|
d1fa09977a
|
Fixes for special cases of lookup functions (test cases added)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692612 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-06 05:30:31 +00:00 |
Josh Micich
|
ff3dbad047
|
reverted changes accidentally submitted with r692538
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692541 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-05 20:43:37 +00:00 |
Josh Micich
|
a175eadfd2
|
Modified formula evaluator to handle whole column refs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692538 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-05 20:38:51 +00:00 |
Josh Micich
|
971a97d708
|
Minor fixes for numeric operators - junit added. Some refactoring.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692506 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-05 18:22:30 +00:00 |
Josh Micich
|
bae56b7be7
|
Fix for bug 45376 - added caching to HSSFFormulaEvaluator
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692300 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-04 23:16:15 +00:00 |
Josh Micich
|
62e6778ef0
|
Made HSSFFormulaEvaluator capable of handling simple named ranges
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692255 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-04 21:32:17 +00:00 |
Josh Micich
|
db7d4a4d55
|
Fixed compiler warnings, linked junit test to suite
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692243 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-04 21:05:50 +00:00 |
Josh Micich
|
e2138482c9
|
Fix unused import (correction to r692239)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692241 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-04 21:01:48 +00:00 |
Josh Micich
|
176250c649
|
Fixed 2 small bugs in RelationalOperationEval (added junits). Refactored hierarchy.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692239 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-04 20:58:37 +00:00 |
Josh Micich
|
df610f03ef
|
Initial work on bug 45720 - copy 'FilterDatabase' named record when cloning sheets. Some clean-up in NameRecord.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691740 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-03 19:22:53 +00:00 |
Josh Micich
|
a1a888f7f7
|
Fixed ArrayPtg.toString to not crash when partially initialised
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691687 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-03 17:03:02 +00:00 |
Yegor Kozlov
|
bdd3c6d413
|
fixed bug #45728: SlideShow.reorderSlide didn't work properly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691533 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-03 08:04:07 +00:00 |
Yegor Kozlov
|
ea9f17a105
|
continue making progress with hslf hyperlinks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691182 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-02 10:03:11 +00:00 |
Yegor Kozlov
|
6caa780df5
|
improved handling of StyleTextPropAtom bit masks, added more read-write roundtrip tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691180 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-02 09:59:53 +00:00 |
Nick Burch
|
dc0f66c44e
|
DV related fixes from Pierre Lavignotte
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691017 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-01 16:51:09 +00:00 |
Josh Micich
|
028dc760f7
|
Update status for bug 45358 (fixed with r690772, r690835 and r690836)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690837 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-01 02:34:05 +00:00 |
Josh Micich
|
d93c9c520d
|
Fixed IF() to handle different types for the first arg
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690836 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-01 02:26:33 +00:00 |
Josh Micich
|
30819e2f9b
|
Converted AreEval and RefEval to be lazy (part of fix for bug 45358)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690835 13f79535-47bb-0310-9956-ffa450edef68
|
2008-09-01 01:48:45 +00:00 |
Josh Micich
|
020bde0d66
|
Improving AreaI interface and AreaPtg hierarchy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690825 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-31 23:59:26 +00:00 |
Josh Micich
|
a78cd8eb0a
|
Partial fix for bug 45358 - parsing area refs with rows above 32767
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690772 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-31 19:44:11 +00:00 |
Josh Micich
|
908e676d57
|
removed AreaEval.getValues (initial work for bug 45358)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690761 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-31 19:08:36 +00:00 |
Nick Burch
|
b944df7e56
|
HPBF docs update
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690739 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-31 17:24:10 +00:00 |
Nick Burch
|
5fb6697aee
|
Add HPBF hyperlinks support to the extractor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690729 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-31 16:58:29 +00:00 |
Nick Burch
|
ea9ed46b9a
|
Start to support HPBF hyperlinks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690726 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-31 16:37:39 +00:00 |
Josh Micich
|
9ba2ab25be
|
Added junit to show bug 45717 is fixed. (Previously fixed by either of r683758, r683871)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690721 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-31 16:27:35 +00:00 |
Josh Micich
|
33f8013dd3
|
Fix for bugs 26321 and 44958 - preserve position of ArrayRecords and TableRecords among cell value records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690636 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-31 04:45:00 +00:00 |
Josh Micich
|
e4787b1a21
|
changed serialize method on Sheet to visitContainedRecords to simplify serialization logic and also allow test code to inspect generated sheet records more directly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690626 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-31 01:53:47 +00:00 |
Nick Burch
|
7039455b72
|
Further HPBF plc tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690536 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-30 17:12:42 +00:00 |