diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-01-24 11:38:47 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-01-24 21:27:10 -0500 |
commit | 80ea2822c368e6655d216c32904268fc335ef6a4 (patch) | |
tree | 34576d69618b93399fe40395d3005dd3735bc855 /sc/inc/attarray.hxx | |
parent | f634bc18a0594cc103c1f8a3e0e34fb6024c666d (diff) |
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.hxx | 1 |
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 ); |