Commit Graph

32 Commits

Author SHA1 Message Date
Rüdiger Timm
ffe8c63f1d INTEGRATION: CWS celltrans01 (1.31.32); FILE MERGED
2007/07/17 15:52:29 kohei 1.31.32.1: committed the patch from i77996.
2007-07-24 08:22:32 +00:00
Oliver Bolte
e21529abb2 INTEGRATION: CWS jgarrays (1.29.54); FILE MERGED
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-06-13 08:04:48 +00:00
Rüdiger Timm
f2739a7e2c INTEGRATION: CWS npower6 (1.28.14); FILE MERGED
2007/02/07 21:29:10 npower 1.28.14.1: Issue number:  i74096
symbol visibility issues for needed for vba compatility api to link
2007-04-25 14:56:13 +00:00
Vladimir Glazounov
f33dffa461 INTEGRATION: CWS calcwarnings (1.27.46); FILE MERGED
2007/02/19 15:46:32 nn 1.27.46.3: RESYNC: (1.27-1.28); FILE MERGED
2006/12/06 13:34:12 nn 1.27.46.2: #i69284# warning-free: core, unxlngi6
2006/11/28 13:24:32 nn 1.27.46.1: #i69284# warning-free: core, wntmsci10
2007-02-27 10:53:56 +00:00
Oliver Bolte
ceaf57e0ad INTEGRATION: CWS dr52 (1.27.62); FILE MERGED
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()
2007-01-22 10:57:34 +00:00
Ivo Hinkelmann
29ebb46286 INTEGRATION: CWS scr1c1 (1.26.26); FILE MERGED
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.
2006-10-18 11:16:39 +00:00
Ivo Hinkelmann
abbec80ed9 INTEGRATION: CWS calc38 (1.25.194); FILE MERGED
2006/07/21 19:38:02 er 1.25.194.1: #i62754# UpdateReference: new listening and recalculation if a referenced range changes size
2006-08-04 10:33:00 +00:00
Rüdiger Timm
38e2132f2e INTEGRATION: CWS calc34 (1.24.56); FILE MERGED
2005/11/01 13:09:00 er 1.24.56.1: #i55769# en_US character classification for parseAnyToken during load
2005-11-07 13:40:47 +00:00
Rüdiger Timm
ce5afea289 INTEGRATION: CWS ooo19126 (1.23.256); FILE MERGED
2005/09/05 15:00:37 rt 1.23.256.1: #i54170# Change license header: remove SISSL
2005-09-08 16:28:16 +00:00
Rüdiger Timm
bc6c7fe2d5 INTEGRATION: CWS dr27 (1.22.6); FILE MERGED
2004/11/04 15:36:33 dr 1.22.6.1: #110618# #i3724# #i25653# new formula export, step 20: unsupported functions
2004-11-09 13:58:16 +00:00
Rüdiger Timm
77c3dbe51d INTEGRATION: CWS calc23 (1.21.36); FILE MERGED
2004/10/08 13:25:48 er 1.21.36.2: #i35184# del Conclusion(), add PostOpLine(), ren Unary() --> UnaryLine()
2004/10/08 11:50:19 er 1.21.36.1: #i35184# add Conclusion()
2004-10-22 06:56:48 +00:00
Rüdiger Timm
24c2067e70 INTEGRATION: CWS tune03 (1.20.10); FILE MERGED
2004/07/08 16:44:58 mhu 1.20.10.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
2004-08-23 08:23:12 +00:00
Hans-Joachim Lankenau
9775b8feab INTEGRATION: CWS dr18 (1.18.14); FILE MERGED
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-06-28 16:33:51 +00:00
Oliver Bolte
e13f3d0f41 INTEGRATION: CWS rowlimit (1.16.72); FILE MERGED
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
2004-06-04 12:21:35 +00:00
Jens-Heiner Rechtien
83a1e57613 INTEGRATION: CWS dialogdiet01 (1.17.40); FILE MERGED
2004/04/22 01:25:14 mwu 1.17.40.1: dialogdiet01_2004_04_22
2004-05-10 14:53:54 +00:00
Jens-Heiner Rechtien
20d75c6a74 INTEGRATION: CWS cac (1.15.72); FILE MERGED
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
2004-03-08 10:40:25 +00:00
Hans-Joachim Lankenau
452137cbd0 INTEGRATION: CWS dr6 (1.15.68); FILE MERGED
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
2003-08-19 10:32:54 +00:00
Jens-Heiner Rechtien
555d702903 MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-26 17:07:02 +00:00
Eike Rathke
4272a35a36 #i2800# #99677# performance: try to parse low ASCII identifiers before calling i18n 2002-11-21 15:11:24 +00:00
Eike Rathke
7c5090df65 #i2800# #99677# performance: use hash maps 2002-11-19 21:08:22 +00:00
Eike Rathke
59a7efc8ad #i5242# #103177# add ScTokenArray::bReplacedSharedFormula 2002-09-16 11:42:35 +00:00
Eike Rathke
84fa75275a #86145# when sorting, 3D references are not updated but kept to point to old position 2001-10-12 11:32:37 +00:00
Eike Rathke
647ea0d03b #i1519# add: ConcatLine, ampersand precedence below add and sub 2001-10-09 10:45:53 +00:00
Eike Rathke
a9769b8971 #i1715# add: HasNameOrColRowName 2001-10-08 17:34:18 +00:00
Sascha Ballach
72fb3c93bd #79771#; use rtl::OUStringBuffer instead of String to get a English Formula 2001-06-15 16:26:31 +00:00
Eike Rathke
914d8fec26 #77027# interpreter error #ADDIN? and #MACRO? instead of #NAME? 2001-05-29 17:41:05 +00:00
Eike Rathke
8e7297c0f3 add: errCellNoValue 2001-05-02 13:55:17 +00:00
Vladimir Glazounov
61a05c103b no type difference between product and non-pro 2001-02-22 13:28:49 +00:00
Eike Rathke
d521b08f67 header split and ScToken --> ScRawToken, ScDoubleToken --> ScDoubleRawToken 2001-02-21 17:23:49 +00:00
Daniel Rentz
8189d84f81 add: ScTokenArray::GetTableOpRefs() 2001-02-14 10:10:02 +00:00
gt
d041250c57 + ScTokenArray::AddColRowName() 2000-09-22 12:42:36 +00:00
Jens-Heiner Rechtien
9ae5a91f79 initial import 2000-09-18 16:07:07 +00:00