You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yegor Kozlov 3ee045c2a2 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 14 years ago
..
atp Bugzilla 47721 - Added implementation for INDIRECT() 15 years ago
eval removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 14 years ago
function encapsulated hasUnlimitedVarags() logic into FunctionMetadata 15 years ago
functions removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 14 years ago
AbstractFunctionPtg.java Converted Ptgs to use LittleEndianOutput 15 years ago
AddPtg.java Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy 16 years ago
Area2DPtgBase.java Changed CRLF to LF in .java base src files. Minor reformatting fixes. 15 years ago
Area3DPtg.java Bug 46951 - fixed formula parser to better handle range operators and whole row/column refs. 15 years ago
AreaErrPtg.java Further conversion of Ptg classes to use LittleEndian input/output interfaces 15 years ago
AreaI.java Changed HSSFEvaluationWorkbook to avoid re-parsing cell formulas during execution. (working towards fix for bug 45865) 15 years ago
AreaNPtg.java Further conversion of Ptg classes to use LittleEndian input/output interfaces 15 years ago
AreaPtg.java Changed cell and area ref Ptgs to allow creation using CellReference and AreaReference 15 years ago
AreaPtgBase.java Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulas 15 years ago
ArrayPtg.java Fixed unused imports compiler warnings (and some others) 15 years ago
AttrPtg.java Modified formula parser to encode SUM taking a single argument as tAttrSum (from comment 7 of bugzilla 46643) 15 years ago
BoolPtg.java Further conversion of Ptg classes to use LittleEndian input/output interfaces 15 years ago
ConcatPtg.java Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy 16 years ago
ControlPtg.java Fix for 45060 (and 45041) - Improved token class transformation during formula parsing 16 years ago
DeletedArea3DPtg.java Further conversion of Ptg classes to use LittleEndian input/output interfaces 15 years ago
DeletedRef3DPtg.java Further conversion of Ptg classes to use LittleEndian input/output interfaces 15 years ago
DividePtg.java Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy 16 years ago
EqualPtg.java Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy 16 years ago
ErrPtg.java Further conversion of Ptg classes to use LittleEndian input/output interfaces 15 years ago
ExpPtg.java Further conversion of Ptg classes to use LittleEndian input/output interfaces 15 years ago
ExternSheetNameResolver.java Bug 45865 - modified Formula Parser/Evaluator to handle cross-worksheet formulas 15 years ago
FormulaShifter.java Fix for bug 45780 - update area refs during HSSFSheet.shiftRows() 15 years ago
FuncPtg.java Further conversion of Ptg classes to use LittleEndian input/output interfaces 15 years ago
FuncVarPtg.java Further conversion of Ptg classes to use LittleEndian input/output interfaces 15 years ago
GreaterEqualPtg.java Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy 16 years ago
GreaterThanPtg.java Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy 16 years ago
IntPtg.java Further conversion of Ptg classes to use LittleEndian input/output interfaces 15 years ago
IntersectionPtg.java Converted Ptgs to use LittleEndianOutput 15 years ago
LessEqualPtg.java Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy 16 years ago
LessThanPtg.java Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy 16 years ago
MemAreaPtg.java Bug 46951 - fixed formula parser to better handle range operators and whole row/column refs. 15 years ago
MemErrPtg.java Further conversion of Ptg classes to use LittleEndian input/output interfaces 15 years ago
MemFuncPtg.java Added toString methods to help debugging 15 years ago
MissingArgPtg.java Converted Ptgs to use LittleEndianOutput 15 years ago
MultiplyPtg.java Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy 16 years ago
NamePtg.java Further conversion of Ptg classes to use LittleEndian input/output interfaces 15 years ago
NameXPtg.java Further conversion of Ptg classes to use LittleEndian input/output interfaces 15 years ago
NotEqualPtg.java Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy 16 years ago
NumberPtg.java Fix for bug 46156 - improved POI's number rendering to more closely match Excel's 15 years ago
OperandPtg.java Partitioning common formula logic. Introduced FormulaRenderingWorkbook interface to make merge with ooxml branch easier 15 years ago
OperationPtg.java Simplifying ValueEval hierarchy, added comments to Function and OperationEval. 15 years ago
ParenthesisPtg.java Converted Ptgs to use LittleEndianOutput 15 years ago
PercentPtg.java Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy 16 years ago
PowerPtg.java Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy 16 years ago
Ptg.java Bugzilla 46973 - fixed defined names to behave better when refersToFormula is unset 15 years ago
RangePtg.java Converted Ptgs to use LittleEndianOutput 15 years ago
Ref2DPtgBase.java Changed cell and area ref Ptgs to allow creation using CellReference and AreaReference 15 years ago
Ref3DPtg.java Changed cell and area ref Ptgs to allow creation using CellReference and AreaReference 15 years ago
RefErrorPtg.java Further conversion of Ptg classes to use LittleEndian input/output interfaces 15 years ago
RefNPtg.java Further conversion of Ptg classes to use LittleEndian input/output interfaces 15 years ago
RefPtg.java Changed CRLF to LF in .java base src files. Minor reformatting fixes. 15 years ago
RefPtgBase.java Fixed unused imports compiler warnings (and some others) 15 years ago
ScalarConstantPtg.java Changed CRLF to LF in .java base src files. Minor reformatting fixes. 15 years ago
SheetNameFormatter.java Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulas 15 years ago
StringPtg.java Removed String methods from LittleEndianInput 15 years ago
SubtractPtg.java Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy 16 years ago
TblPtg.java Further conversion of Ptg classes to use LittleEndian input/output interfaces 15 years ago
UnaryMinusPtg.java Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy 16 years ago
UnaryPlusPtg.java Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy 16 years ago
UnionPtg.java Converted Ptgs to use LittleEndianOutput 15 years ago
UnknownPtg.java Converted Ptgs to use LittleEndianOutput 15 years ago
ValueOperatorPtg.java Converted Ptgs to use LittleEndianOutput 15 years ago
package.html replace Jakarta POI --> Apache POI in package.html files 17 years ago