summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/QueryDesignView.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-05-02 11:44:27 +0000
committerOcke Janssen <oj@openoffice.org>2001-05-02 11:44:27 +0000
commit681ee16efa8f4cdf630906db3de7bc07412bd1ad (patch)
tree9bc82918ddf261bb1008b81d702a4f96191b3dca /dbaccess/source/ui/inc/QueryDesignView.hxx
parentf00e9eed2d3c23cb8188de1866a000e1099d05e5 (diff)
#86516# remember child focus
Diffstat (limited to 'dbaccess/source/ui/inc/QueryDesignView.hxx')
-rw-r--r--dbaccess/source/ui/inc/QueryDesignView.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/QueryDesignView.hxx b/dbaccess/source/ui/inc/QueryDesignView.hxx
index 40d767ef6979..d0738a8e0449 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: oj $ $Date: 2001-04-18 13:19:01 $
+ * last change: $Author: oj $ $Date: 2001-05-02 12:44:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,12 +101,20 @@ namespace dbaui
{
friend class OQueryViewSwitch;
+ enum ChildFocusState
+ {
+ SELECTION,
+ TABLEVIEW,
+ NONE
+ };
+
Splitter m_aSplitter;
::com::sun::star::lang::Locale m_aLocale;
::rtl::OUString m_sDecimalSep;
OSelectionBrowseBox* m_pSelectionBox; // presents the lower window
+ ChildFocusState m_eChildFocus;
::rtl::OUString QuoteField( const ::rtl::OUString& rValue, sal_Int32 aType );
void InitFromParseNode();