From eb0fc030cb027426e0d329ed5da6a98df9bb9e9e Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 10 Dec 2004 16:02:40 +0000 Subject: INTEGRATION: CWS tbe14 (1.13.134); FILE MERGED 2004/11/17 14:03:52 tbe 1.13.134.1: #i31563# scroll area too small --- basctl/source/inc/dlged.hxx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'basctl/source') diff --git a/basctl/source/inc/dlged.hxx b/basctl/source/inc/dlged.hxx index 9bc66165187c..d2470c50e4af 100644 --- a/basctl/source/inc/dlged.hxx +++ b/basctl/source/inc/dlged.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dlged.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: vg $ $Date: 2004-01-06 17:14:57 $ + * last change: $Author: rt $ $Date: 2004-12-10 17:02:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,6 +89,10 @@ #endif +#define DLGED_PAGE_WIDTH_MIN 1280 +#define DLGED_PAGE_HEIGHT_MIN 1024 + + //============================================================================ // DlgEdHint //============================================================================ @@ -182,6 +186,7 @@ public: DlgEdForm* GetDlgEdForm() const { return pDlgEdForm; } void SetScrollBars( ScrollBar* pHScroll, ScrollBar* pVScroll ); + void InitScrollBars(); ScrollBar* GetHScroll() const { return pHScroll; } ScrollBar* GetVScroll() const { return pVScroll; } void DoScroll( ScrollBar* pActScroll ); @@ -232,6 +237,8 @@ public: void UpdatePropertyBrowserDelayed(); void PrintData( Printer*, const String& rTitle ); // not working yet + + bool AdjustPageSize(); }; #endif //_BASCTL_DLGED_HXX -- cgit v1.2.3