summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/QueryDesignView.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-04-18 12:20:48 +0000
committerOcke Janssen <oj@openoffice.org>2001-04-18 12:20:48 +0000
commit9ce82b1d8ec23058541f04de55c893abe084429e (patch)
tree38b0ea931bf6defa737f586fc2004042ab0e19d1 /dbaccess/source/ui/inc/QueryDesignView.hxx
parentdefd0d0deb4a3a0c7a3b7ad68d69ee6af4a3204c (diff)
#83861# enable copy/paste/cut
Diffstat (limited to 'dbaccess/source/ui/inc/QueryDesignView.hxx')
-rw-r--r--dbaccess/source/ui/inc/QueryDesignView.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/QueryDesignView.hxx b/dbaccess/source/ui/inc/QueryDesignView.hxx
index 8ffad776f0b9..40d767ef6979 100644
--- a/dbaccess/source/ui/inc/QueryDesignView.hxx
+++ b/dbaccess/source/ui/inc/QueryDesignView.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: QueryDesignView.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2001-02-28 10:10:01 $
+ * last change: $Author: oj $ $Date: 2001-04-18 13:19:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,7 +106,7 @@ namespace dbaui
::com::sun::star::lang::Locale m_aLocale;
::rtl::OUString m_sDecimalSep;
- OSelectionBrowseBox* m_pSelectionBox; // presents the lower window
+ OSelectionBrowseBox* m_pSelectionBox; // presents the lower window
::rtl::OUString QuoteField( const ::rtl::OUString& rValue, sal_Int32 aType );
void InitFromParseNode();
@@ -168,6 +168,8 @@ namespace dbaui
virtual ~OQueryDesignView();
virtual sal_Bool isCutAllowed();
+ virtual sal_Bool isPasteAllowed();
+ virtual sal_Bool isCopyAllowed();
virtual void copy();
virtual void cut();
virtual void paste();
@@ -206,6 +208,8 @@ namespace dbaui
void zoomTableView(const Fraction& _rFraction);
void SaveUIConfig();
+ void stopTimer();
+ void startTimer();
protected:
// return the Rectangle where I can paint myself
virtual void resizeControl(Rectangle& rRect);