From 7a278602ebe40b78f7a441a43aa138c0fc768aed Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 16 Nov 2004 15:13:48 +0000 Subject: [PATCH] INTEGRATION: CWS impress15 (1.2.102); FILE MERGED 2004/10/20 16:25:49 af 1.2.102.1: #i35898# Added comment for GetHeight(). --- sd/source/ui/inc/ViewTabBar.hxx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/sd/source/ui/inc/ViewTabBar.hxx b/sd/source/ui/inc/ViewTabBar.hxx index 509f8edc66a5..4794ac7fd4f4 100644 --- a/sd/source/ui/inc/ViewTabBar.hxx +++ b/sd/source/ui/inc/ViewTabBar.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ViewTabBar.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-07-13 14:05:18 $ + * last change: $Author: obo $ $Date: 2004-11-16 16:13:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,6 +78,15 @@ public: ViewTabBar (ViewShellBase& rViewShellBase, ::Window* pParent); virtual ~ViewTabBar (void); + /** The returned value is the calculated as the difference between the + total height of the control and the heigh of its first tab page. + This can be considered a hack. + This procedure works only when the control is visible. Calling this + method when the control is not visible results in returning a + default value. + To be on the safe side wait for this control to become visible and + the call this method again. + */ int GetHeight (void); protected: