INTEGRATION: CWS tbe14 (1.13.134); FILE MERGED
2004/11/17 14:03:52 tbe 1.13.134.1: #i31563# scroll area too small
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: dlged.hxx,v $
|
* $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
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
@@ -89,6 +89,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#define DLGED_PAGE_WIDTH_MIN 1280
|
||||||
|
#define DLGED_PAGE_HEIGHT_MIN 1024
|
||||||
|
|
||||||
|
|
||||||
//============================================================================
|
//============================================================================
|
||||||
// DlgEdHint
|
// DlgEdHint
|
||||||
//============================================================================
|
//============================================================================
|
||||||
@@ -182,6 +186,7 @@ public:
|
|||||||
DlgEdForm* GetDlgEdForm() const { return pDlgEdForm; }
|
DlgEdForm* GetDlgEdForm() const { return pDlgEdForm; }
|
||||||
|
|
||||||
void SetScrollBars( ScrollBar* pHScroll, ScrollBar* pVScroll );
|
void SetScrollBars( ScrollBar* pHScroll, ScrollBar* pVScroll );
|
||||||
|
void InitScrollBars();
|
||||||
ScrollBar* GetHScroll() const { return pHScroll; }
|
ScrollBar* GetHScroll() const { return pHScroll; }
|
||||||
ScrollBar* GetVScroll() const { return pVScroll; }
|
ScrollBar* GetVScroll() const { return pVScroll; }
|
||||||
void DoScroll( ScrollBar* pActScroll );
|
void DoScroll( ScrollBar* pActScroll );
|
||||||
@@ -232,6 +237,8 @@ public:
|
|||||||
void UpdatePropertyBrowserDelayed();
|
void UpdatePropertyBrowserDelayed();
|
||||||
|
|
||||||
void PrintData( Printer*, const String& rTitle ); // not working yet
|
void PrintData( Printer*, const String& rTitle ); // not working yet
|
||||||
|
|
||||||
|
bool AdjustPageSize();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif //_BASCTL_DLGED_HXX
|
#endif //_BASCTL_DLGED_HXX
|
||||||
|
Reference in New Issue
Block a user