summaryrefslogtreecommitdiffstats
path: root/sc/inc/attarray.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/attarray.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/attarray.hxx')
-rw-r--r--sc/inc/attarray.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx
index 2d52279d13c7..5b9494d9a9eb 100644
--- a/sc/inc/attarray.hxx
+++ b/sc/inc/attarray.hxx
@@ -154,6 +154,7 @@ public:
bool Search( SCROW nRow, SCSIZE& nIndex ) const;
bool HasAttrib( SCROW nRow1, SCROW nRow2, sal_uInt16 nMask ) const;
+ bool IsMerged( SCROW nRow ) const;
bool ExtendMerge( SCCOL nThisCol, SCROW nStartRow, SCROW nEndRow,
SCCOL& rPaintCol, SCROW& rPaintRow,
bool bRefresh );