summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/tablespage.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-04-29 07:27:33 +0000
committerOcke Janssen <oj@openoffice.org>2002-04-29 07:27:33 +0000
commita81742d7baed9c8662eaa86e5a11aa004d34147d (patch)
tree97bd3b152dc578f309e47a75ddc216bad5fe71c8 /dbaccess/source/ui/dlg/tablespage.hxx
parenta837b77192245525e1e6c7bdd68e170244034223 (diff)
#98772# impl toolbox hi contrast
Diffstat (limited to 'dbaccess/source/ui/dlg/tablespage.hxx')
-rw-r--r--dbaccess/source/ui/dlg/tablespage.hxx26
1 files changed, 24 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/tablespage.hxx b/dbaccess/source/ui/dlg/tablespage.hxx
index e45bce864687..d693076703df 100644
--- a/dbaccess/source/ui/dlg/tablespage.hxx
+++ b/dbaccess/source/ui/dlg/tablespage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tablespage.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: fs $ $Date: 2001-08-28 08:21:15 $
+ * last change: $Author: oj $ $Date: 2002-04-29 08:27:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,6 +80,9 @@
#ifndef _COMPHELPER_STLTYPES_HXX_
#include <comphelper/stl_types.hxx>
#endif
+#ifndef DBAUI_TOOLBOXHELPER_HXX
+#include "ToolBoxHelper.hxx"
+#endif
//.........................................................................
namespace dbaui
@@ -93,6 +96,7 @@ namespace dbaui
class OTableSubscriptionPage
:public OGenericAdministrationPage
,public OContainerListener
+ ,public OToolBoxHelper
{
friend class ODbAdminDialog;
@@ -140,6 +144,21 @@ namespace dbaui
virtual void fillViewSettings(OPageSettings* _pSettings);
virtual void restoreViewSettings(const OPageSettings* _pSettings);
+ virtual void StateChanged( StateChangedType nStateChange );
+ virtual void DataChanged( const DataChangedEvent& rDCEvt );
+
+ /** will be called whenthe id of the image list is needed.
+ @param _eBitmapSet
+ <svtools/imgdef.hxx>
+ @param _bHiContast
+ <TRUE/> when in high contrast mode.
+ */
+ virtual sal_Int16 getImageListId(sal_Int16 _eBitmapSet,sal_Bool _bHiContast) const;
+
+ /** will be called when the controls need to be resized.
+ */
+ virtual void resizeControls(const Size& _rDiff);
+
protected:
void SetAdminDialog(ODbAdminDialog* _pDialog) { m_pAdminDialog = _pDialog; }
@@ -237,6 +256,9 @@ namespace dbaui
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.5 2001/08/28 08:21:15 fs
+ * #91573# enable the items (drop/add/edit) only if the connection is capable
+ *
* Revision 1.4 2001/08/15 08:49:57 fs
* #89822# doToolboxAction -> onToolBoxAction (now virtual in the base class)
*