summaryrefslogtreecommitdiffstats
path: root/sc/inc/cellvalue.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-01-24 11:38:47 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-01-24 21:27:10 -0500
commit80ea2822c368e6655d216c32904268fc335ef6a4 (patch)
tree34576d69618b93399fe40395d3005dd3735bc855 /sc/inc/cellvalue.hxx
parentUse this scope tool instead. (diff)
downloadcore-80ea2822c368e6655d216c32904268fc335ef6a4.tar.gz
core-80ea2822c368e6655d216c32904268fc335ef6a4.zip
Optimize copy-n-pasting of single cell replicated over a range.
This is a very common operation. Let's speed it up a bit. TODO : Handle cell comments. Change-Id: I5442bf19008475a9427b889c1eb641cacd8ff161
Diffstat (limited to 'sc/inc/cellvalue.hxx')
-rw-r--r--sc/inc/cellvalue.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/cellvalue.hxx b/sc/inc/cellvalue.hxx
index c2606b511e72..94af1469e570 100644
--- a/sc/inc/cellvalue.hxx
+++ b/sc/inc/cellvalue.hxx
@@ -50,6 +50,7 @@ struct SC_DLLPUBLIC ScCellValue
void clear();
+ void set( const ScRefCellValue& rCell );
void set( double fValue );
void set( const svl::SharedString& rStr );
void set( const EditTextObject& rEditText );