Tag: cws_src680_qiq
User: fs      
Date: 06/05/12 04:09:57

Modified:
 /dba/dbaccess/source/ui/inc/
  RelationController.hxx, querycontroller.hxx

Log:
 #i51143# +allowViews/+allowQueries

File Changes:

Directory: /dba/dbaccess/source/ui/inc/
=======================================

File [changed]: RelationController.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/RelationController.hxx?r1=1.15&r2=1.15.124.1
Delta lines:  +7 -3
-------------------
--- RelationController.hxx      8 Sep 2005 15:32:40 -0000       1.15
+++ RelationController.hxx      12 May 2006 11:09:54 -0000      1.15.124.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: RelationController.hxx,v $
  *
- *  $Revision: 1.15 $
+ *  $Revision: 1.15.124.1 $
  *
- *  last change: $Author: rt $ $Date: 2005/09/08 15:32:40 $
+ *  last change: $Author: fs $ $Date: 2006/05/12 11:09:54 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -86,6 +86,10 @@
                static ::com::sun::star::uno::Sequence< ::rtl::OUString > 
getSupportedServiceNames_Static(void) throw( 
::com::sun::star::uno::RuntimeException );
                static ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface >
                                SAL_CALL Create(const 
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory 
>&);
+
+        // OJoinController overridables
+        virtual bool allowViews() const;
+        virtual bool allowQueries() const;
 
        protected:
                virtual OTableWindowData* createTableWindowData();

File [changed]: querycontroller.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/querycontroller.hxx?r1=1.32&r2=1.32.124.1
Delta lines:  +7 -3
-------------------
--- querycontroller.hxx 8 Sep 2005 16:00:38 -0000       1.32
+++ querycontroller.hxx 12 May 2006 11:09:55 -0000      1.32.124.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: querycontroller.hxx,v $
  *
- *  $Revision: 1.32 $
+ *  $Revision: 1.32.124.1 $
  *
- *  last change: $Author: rt $ $Date: 2005/09/08 16:00:38 $
+ *  last change: $Author: fs $ $Date: 2006/05/12 11:09:55 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -212,6 +212,10 @@
 
         /// sets m_sStatement, and notifies our respective property change 
listeners
         void    setStatement_fireEvent( const ::rtl::OUString& _rNewStatement, 
bool _bFireStatementChange = true );
+
+        // OJoinController overridables
+        virtual bool allowViews() const;
+        virtual bool allowQueries() const;
 
     private:
         DECL_LINK( OnExecuteAddTable, void* );




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to