summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-26 12:00:43 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-26 15:35:04 -0400
commit0b0e7ca9b3bae3b3295da33e5980f3f4c6a5f532 (patch)
tree352d493e794127383ea9b75faf5a7249fbdf3a15 /sc/inc/table.hxx
parent0fb1409d9682f118d28f89e27bba7887882dad91 (diff)
Add ScRefCellValue, which is ScCellValue without copied value.
It directly points to the original cell value instance. Change-Id: I638ec8b931873d237871b6d8fa9f0e1277520d0f
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r--sc/inc/table.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 461da52241b2..0a12ead224d8 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -318,6 +318,7 @@ public:
void SetError( SCCOL nCol, SCROW nRow, sal_uInt16 nError);
void GetString( SCCOL nCol, SCROW nRow, rtl::OUString& rString ) const;
+ const OUString* GetStringCell( SCCOL nCol, SCROW nRow ) const;
void GetInputString( SCCOL nCol, SCROW nRow, rtl::OUString& rString ) const;
double GetValue( const ScAddress& rPos ) const
{