aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/eventusermodel/TestEventWorkbookBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* Rename some of the internal HSSF sheet lookup methods which deal with externa...Nick Burch2014-07-241-3/+3
* Fix inconsistent indentsNick Burch2014-07-191-122/+122
* The Event User Model fake-workbook for formula evaluations needs to know abou...Nick Burch2014-07-191-2/+5
* Remove Eclipse warnings, remove duplicate test, rename tests to also run test...Dominik Stadler2013-09-091-4/+5
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-241-2/+2
* Renamed model.Workbook to InternalWorkbook to alleviate name clash.Josh Micich2009-12-221-28/+28
* Partitioning common formula logic. Introduced FormulaParsingWorkbook and Eva...Josh Micich2008-09-191-5/+5
* Partitioning common formula logic. Introduced FormulaRenderingWorkbook inter...Josh Micich2008-09-181-1/+3
* Fix for bug 45978 - removed eager initialisation of SheetReferencesJosh Micich2008-09-141-8/+5
* Changed FormulaRecord.getParsedExpression to return Ptg arrayJosh Micich2008-08-291-19/+24
* Minor junit fix after r674953 (bug 45354). Hooked up loose tests in suite.Josh Micich2008-07-091-2/+2
* Finish the EventWorkbookBuilder, now does sheet references in formulas properlyNick Burch2008-06-281-7/+27
* Make a start on being able to process formulas in the eventusermodel codeNick Burch2008-06-241-0/+140