2007/06/04 18:33:34 er 1.29.54.3: RESYNC: (1.29-1.30); FILE MERGED
2007/05/08 21:16:01 jodygoldberg 1.29.54.2: Issue number: 32342
Submitted by: jodygoldberg
Reviewed by: er
- Inline boolean support in ScMatrix
- parsing for booleans in inline arrays
- update ScMatrix to string code to factor out AppendString and AppendDouble
2007/04/26 12:25:58 jodygoldberg 1.29.54.1: Issue number: 32342
Submitted by: jodygoldberg
Reviewed by: er,dr
Some small updates to the patch in issuezilla, resynced to m210.
It still needs the small re-factoring er suggested
re: ScCompiler::AppendString
2007/01/04 16:44:07 er 1.27.62.1: #i72189# performance: in non-ascii identifiers avoid temporary strings by calling the proper CharClass::isLetterNumeric() method from IsCharWordChar()/IsWordChar()
2006/09/26 15:49:25 er 1.26.26.2: #i69883# remove unneeded convention parameter from EnQuote/DeQuote
2006/09/07 14:20:48 jodygoldberg 1.26.26.1: Issue number: 20857
Submitted by: jodygoldberg
Implements the the core changes to support parsing and generating cell/range
references in different formats (XL R1C1/A1) along with some tools for using
the new types. This adds two new functions
XL_INDIRECT
XL_ADDRESS
but does _not_ connect them in the xls importer. Nor does the patch make any
UI changes. Those will need to be discussed. The OOo parser/generator should
not be impacted by the changes.
2004/06/09 10:54:07 dr 1.18.14.2: RESYNC: (1.18-1.19); FILE MERGED
2004/05/28 19:02:06 er 1.18.14.1: #i14569# UpdateNameReference: distinguish between defined name and shared formula if no sheet is specified
2004/03/15 17:40:20 er 1.16.72.5: RESYNC: (1.16-1.17); FILE MERGED
2004/03/05 12:16:01 er 1.16.72.4: #i1967# type correctness
2004/03/03 20:32:18 er 1.16.72.3: #i1967# type correctness
2004/01/16 17:39:43 er 1.16.72.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short
2004/01/12 17:14:53 er 1.16.72.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short
2003/10/29 17:28:23 er 1.15.72.5: #4070# get rid of ScInterpreter's maddening GetNewMat/ResetNewMat handling (TLOT); introduce refcounting for ScMatrix
2003/10/20 19:51:14 er 1.15.72.4: #i4070# ocExternal AddIn parameter classification
#i4485# ScRawToken bHasForceArray moved to union creating struct sbyte
2003/10/20 11:26:48 er 1.15.72.3: #i4070# SUNWS7 compiler needs a little help from friends
2003/10/17 20:04:43 er 1.15.72.2: #i4070# #i4485# parameter classification and ForceArray inheritance; nested array calculation for all parameter types
2003/07/01 15:48:55 er 1.15.72.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx
2003/07/10 06:37:39 dr 1.15.68.2: #i3653# new functions: ScTokenArray::(First|Next)NoSpaces
2003/07/04 11:04:08 dr 1.15.68.1: #i3653# move filter specific function to filter