diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-04-24 13:34:10 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-04-24 13:34:10 +0000 |
commit | 0849a2d21010072e992e4baea006b42d329f4243 (patch) | |
tree | 2046598d1025cc992570dc6a079d57f896b4d4cd /dbaccess/source/ui/inc/querycontroller.hxx | |
parent | a940d5306a8ead308eeb4a7452a27ed3a6af1cb6 (diff) |
impl views and a menu
Diffstat (limited to 'dbaccess/source/ui/inc/querycontroller.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/querycontroller.hxx | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/querycontroller.hxx b/dbaccess/source/ui/inc/querycontroller.hxx index 6cb98ab18fa4..ef628f55bea2 100644 --- a/dbaccess/source/ui/inc/querycontroller.hxx +++ b/dbaccess/source/ui/inc/querycontroller.hxx @@ -2,9 +2,9 @@ * * $RCSfile: querycontroller.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: fs $ $Date: 2001-04-23 09:30:05 $ + * last change: $Author: oj $ $Date: 2001-04-24 14:34:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -140,14 +140,19 @@ namespace dbaui sal_Bool m_bViewTable; // show the table row in the design view sal_Bool m_bViewFunction; // show the function row in the design view sal_Bool m_bEsacpeProcessing;// is true when we shouldn't parse the statement + sal_Bool m_bCreateView; // set to true when we should create a view otherwise we create a normal query - ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess> getQueries(); + ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess> getElements() const; + void askForNewName( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess>& _xElements, + sal_Bool _bSaveAs); // creates the querycomposer void setQueryComposer(); void deleteIterator(); void executeQuery(); + void doSaveAsDoc(sal_Bool _bSaveAs); protected: + virtual String getMenu() const; // all the features which should be handled by this class virtual void AddSupportedFeatures(); // state of a feature. 'feature' may be the handle of a ::com::sun::star::util::URL somebody requested a dispatch interface for OR a toolbar slot. |