summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/gridwin.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-08-29 16:11:56 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-08-29 16:14:57 -0400
commit8acb68bae5319836a8c0c9fa6ddfc907b0dd6c48 (patch)
treebd8e54722de84aa24c9c80d3f734ce12d2128d05 /sc/source/ui/inc/gridwin.hxx
parent391a57ef65687f2e373bac8d410e551aafa780ec (diff)
Check whether or not a visible range has changed.
Change-Id: I83581c8964ff43af1b1c42df82236274db446953
Diffstat (limited to 'sc/source/ui/inc/gridwin.hxx')
-rw-r--r--sc/source/ui/inc/gridwin.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx
index f32ea5e0141f..1befc351361c 100644
--- a/sc/source/ui/inc/gridwin.hxx
+++ b/sc/source/ui/inc/gridwin.hxx
@@ -119,6 +119,7 @@ private:
VisibleRange();
bool isInside(SCCOL nCol, SCROW nRow) const;
+ bool set(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
};
VisibleRange maVisibleRange;
@@ -374,7 +375,7 @@ public:
void CheckNeedsRepaint();
void UpdateDPFromFieldPopupMenu();
- void UpdateVisibleRange();
+ bool UpdateVisibleRange();
void SetInRefMode( bool bRefMode );