summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-10-18 11:16:09 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-10-18 11:16:09 +0000
commit70312f5e77527a424135a05df896fe66de1ed042 (patch)
treedad1a022b1c7664de5d7ae67ababfbf7e2d7cca9 /sc/inc/column.hxx
parent5ec39c10cb49e9da4c408741e066b16d3e8e6500 (diff)
INTEGRATION: CWS scr1c1 (1.16.276); FILE MERGED
2006/09/07 14:20:48 jodygoldberg 1.16.276.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.
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 8a2e65cc1077..08d1ab1dec63 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: column.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:27:42 $
+ * last change: $Author: ihi $ $Date: 2006-10-18 12:16:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -264,7 +264,8 @@ public:
BOOL HasEditCells(SCROW nStartRow, SCROW nEndRow, SCROW& rFirst) const;
// TRUE = Zahlformat gesetzt
- BOOL SetString( SCROW nRow, SCTAB nTab, const String& rString );
+ BOOL SetString( SCROW nRow, SCTAB nTab, const String& rString,
+ ScAddress::Convention conv = ScAddress::CONV_OOO );
void SetValue( SCROW nRow, const double& rVal);
void SetNote( SCROW nRow, const ScPostIt& rNote );
void SetError( SCROW nRow, const USHORT nError);