summaryrefslogtreecommitdiff
path: root/basctl/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-12-10 16:02:40 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-12-10 16:02:40 +0000
commiteb0fc030cb027426e0d329ed5da6a98df9bb9e9e (patch)
treedf292d5b93797eb91fa52ca2433ffd93b668e532 /basctl/source
parent4f621d3f7fb870e14bf30b242e5704d142140ff3 (diff)
INTEGRATION: CWS tbe14 (1.13.134); FILE MERGED
2004/11/17 14:03:52 tbe 1.13.134.1: #i31563# scroll area too small
Diffstat (limited to 'basctl/source')
-rw-r--r--basctl/source/inc/dlged.hxx11
1 files changed, 9 insertions, 2 deletions
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