summaryrefslogtreecommitdiff
path: root/sc/inc/markdata.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-02-04 22:14:00 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-02-05 00:29:24 -0500
commitb55bd1f51c54f560da3956d54e4dd30ad1422252 (patch)
tree9c8276c9f39e7aeb2bcba14f6be8b3f69ffd72d3 /sc/inc/markdata.hxx
parentfc16069d1a8db45b7ecaa01c3ee1af0e904062c2 (diff)
Implement GetMarkedColSpans() counterpart.
Change-Id: Ia2f4828a91ad3c89f7867e0f2e0248f885d3fff7
Diffstat (limited to 'sc/inc/markdata.hxx')
-rw-r--r--sc/inc/markdata.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/markdata.hxx b/sc/inc/markdata.hxx
index 0a5b19fc9bde..4002e1f89ad0 100644
--- a/sc/inc/markdata.hxx
+++ b/sc/inc/markdata.hxx
@@ -111,6 +111,7 @@ public:
SCCOLROW GetMarkRowRanges( SCCOLROW* pRanges );
std::vector<sc::ColRowSpan> GetMarkedRowSpans( SCTAB nTab ) const;
+ std::vector<sc::ColRowSpan> GetMarkedColSpans( SCTAB nTab ) const;
bool IsColumnMarked( SCCOL nCol ) const;
bool IsRowMarked( SCROW nRow ) const;