summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/hdrcont.hxx
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej.hunt@collabora.com>2014-06-25 22:37:54 +0100
committerAndrzej Hunt <andrzej.hunt@collabora.com>2014-07-01 09:20:07 +0200
commit2c994d56492dd7b4cb342cbd3c8f7131f4b0b112 (patch)
treeacade33e8019ac68652fd3727776f884c4394919 /sc/source/ui/inc/hdrcont.hxx
parent35e84f3c02311023fcc775661d41e4d6725a0f5f (diff)
An early attempt at getting the column/rowbars cooperating with the tiled rendering-induced scaling/sizing changes. Change-Id: I15c2bc7210f26cededd63bc89dbd782e6e4c03b8
Diffstat (limited to 'sc/source/ui/inc/hdrcont.hxx')
-rw-r--r--sc/source/ui/inc/hdrcont.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/source/ui/inc/hdrcont.hxx b/sc/source/ui/inc/hdrcont.hxx
index 745367e57136..3a8a46fc199b 100644
--- a/sc/source/ui/inc/hdrcont.hxx
+++ b/sc/source/ui/inc/hdrcont.hxx
@@ -23,6 +23,7 @@
#include <vcl/window.hxx>
#include <vcl/seleng.hxx>
#include "address.hxx"
+#include "fillinfo.hxx"
#define HDR_SIZE_OPTIMUM 0xFFFF
@@ -79,7 +80,8 @@ protected:
virtual void RequestHelp( const HelpEvent& rHEvt ) SAL_OVERRIDE;
// new methods
-
+ ScTableInfo mTabInfo;
+ void UpdateTabInfo( SCCOL nX1, SCCOL nX2, SCCOL nY1, SCCOL nY2 );
virtual SCCOLROW GetPos() const = 0; // current position (Scrolling)
virtual sal_uInt16 GetEntrySize( SCCOLROW nEntryNo ) const = 0; // width / height (Pixel)
virtual OUString GetEntryText( SCCOLROW nEntryNo ) const = 0;