summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/status.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-01-18 15:54:29 +0100
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-01-18 15:54:29 +0100
commit4debc1f9a1306f3c644fc047e1de8456939d6cc5 (patch)
tree75c1ef7bc9a47cc994fab15d3659932ab83c470d /vcl/inc/vcl/status.hxx
parentb333a8e8f186d884d24d1955a7fd6c8a493d3c86 (diff)
vcl109: #i108321# change status bar to optionally use separators instead of item boxes
Diffstat (limited to 'vcl/inc/vcl/status.hxx')
-rw-r--r--vcl/inc/vcl/status.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/vcl/status.hxx b/vcl/inc/vcl/status.hxx
index e5ff3c5ee2da..52aef7c82890 100644
--- a/vcl/inc/vcl/status.hxx
+++ b/vcl/inc/vcl/status.hxx
@@ -119,6 +119,7 @@ private:
USHORT nOldPerc, USHORT nNewPerc );
SAL_DLLPRIVATE void ImplCalcProgressRect();
SAL_DLLPRIVATE Rectangle ImplGetItemRectPos( USHORT nPos ) const;
+ SAL_DLLPRIVATE USHORT ImplGetFirstVisiblePos() const;
SAL_DLLPRIVATE void ImplCalcBorder();
public: