Tag: cws_src680_oj14
User: oj      
Date: 2007-06-04 17:33:52+0000
Log:
 merge conflict resolved

File Changes:

Directory: /dba/dbaccess/inc/
=============================

File [changed]: genericcontroller.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/inc/genericcontroller.hxx?r1=1.1.2.10&r2=1.1.2.11
Delta lines:  +9 -36
--------------------
--- genericcontroller.hxx       2007-06-04 17:30:31+0000        1.1.2.10
+++ genericcontroller.hxx       2007-06-04 17:33:48+0000        1.1.2.11
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: genericcontroller.hxx,v $
  *
- *  $Revision: 1.1.2.10 $
+ *  $Revision: 1.1.2.11 $
  *
- *  last change: $Author: oj $ $Date: 2007/06/04 17:30:31 $
+ *  last change: $Author: oj $ $Date: 2007/06/04 17:33:48 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -69,12 +69,6 @@
 #ifndef _COM_SUN_STAR_VIEW_XSELECTIONSUPPLIER_HPP_
 #include <com/sun/star/view/XSelectionSupplier.hpp>
 #endif
-#ifndef _COM_SUN_STAR_VIEW_XSELECTIONSUPPLIER_HPP_
-#include <com/sun/star/view/XSelectionSupplier.hpp>
-#endif
-#ifndef _COM_SUN_STAR_VIEW_XSELECTIONSUPPLIER_HPP_
-#include <com/sun/star/view/XSelectionSupplier.hpp>
-#endif
 #ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
 #include <com/sun/star/lang/XServiceInfo.hpp>
 #endif
@@ -136,11 +130,9 @@
                                                                                
                ,       ::com::sun::star::frame::XDispatchProviderInterceptor
                                                                                
                ,       ::com::sun::star::util::XModifyListener
                                                                                
                ,       ::com::sun::star::frame::XFrameActionListener
-                                                ,      
::com::sun::star::view::XSelectionSupplier
                                                                                
                ,       ::com::sun::star::lang::XInitialization
                                                                                
                ,       ::com::sun::star::lang::XServiceInfo
                                                                                
                ,       ::com::sun::star::frame::XDispatchInformationProvider
-                                                ,      
::com::sun::star::view::XSelectionSupplier
                                                                                
                >       OGenericUnoController_COMPBASE;
 
        typedef ::cppu::ImplHelper1     <       
::com::sun::star::frame::XController
@@ -278,24 +270,20 @@
                        DispatchTarget() { }
                        DispatchTarget(const ::com::sun::star::util::URL& rURL, 
const ::com::sun::star::uno::Reference< 
::com::sun::star::frame::XStatusListener >  xRef) : aURL(rURL), xListener(xRef) 
{ }
                };
+        ::cppu::OInterfaceContainerHelper                                      
                                                                        
+                                m_aSelectionListeners;
 
                DECLARE_STL_MAP( sal_uInt16, FeatureState, ::std::less< 
sal_uInt16 >, StateCache );
                DECLARE_STL_VECTOR( DispatchTarget, Dispatch);
 
-        ::cppu::OInterfaceContainerHelper                                      
                                                                        
-                                m_aSelectionListeners;
                FeaturePairDeque m_aFeaturesToInvalidate;
 
                ::osl::Mutex                    m_aAsyncLoadSafety;             
// for multi-thread access to our members
                ::osl::Mutex                    m_aFeatureMutex;                
// locked when features are append to or remove from deque
-        ::cppu::OInterfaceContainerHelper                                      
                                                                        
-                                m_aSelectionListeners;
                StateCache                              m_aStateCache;          
        // save the current status of feature state
                Dispatch                                m_arrStatusListener;    
// all our listeners where we dispatch status changes
                OAsyncronousLink                m_aAsyncInvalidateAll;
                OAsyncronousLink                m_aAsyncCloseTask;              
// called when a task shoud be closed
-        ::cppu::OInterfaceContainerHelper                                      
                                                                        
-                                m_aSelectionListeners;
 
                ::com::sun::star::uno::Reference< 
::com::sun::star::util::XURLTransformer >             m_xUrlTransformer;        
      // needed sometimes
                ::com::sun::star::uno::Reference< 
::com::sun::star::lang::XMultiServiceFactory >        m_xServiceFactory;
@@ -523,42 +511,27 @@
                virtual ::com::sun::star::uno::Sequence< 
::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >  > 
SAL_CALL queryDispatches(const ::com::sun::star::uno::Sequence< 
::com::sun::star::frame::DispatchDescriptor >& aDescripts) throw( 
::com::sun::star::uno::RuntimeException );
 
                // ::com::sun::star::lang::XComponent
-               virtual void SAL_CALL dispose() 
throw(::com::sun::star::uno::RuntimeException) 
{OGenericUnoController_COMPBASE::dispose(); }
-               virtual void SAL_CALL disposing();
-               virtual void SAL_CALL addEventListener(const 
::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > & 
aListener) throw(::com::sun::star::uno::RuntimeException);
-               virtual void SAL_CALL removeEventListener(const 
::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > & 
aListener) throw(::com::sun::star::uno::RuntimeException);
-
-               // ::com::sun::star::frame::XFrameActionListener
 
         // XSelectionSupplier
         virtual ::sal_Bool SAL_CALL select( const ::com::sun::star::uno::Any& 
xSelection ) throw (::com::sun::star::lang::IllegalArgumentException, 
::com::sun::star::uno::RuntimeException);
         virtual ::com::sun::star::uno::Any SAL_CALL getSelection(  ) throw 
(::com::sun::star::uno::RuntimeException);
         virtual void SAL_CALL addSelectionChangeListener( const 
::com::sun::star::uno::Reference< 
::com::sun::star::view::XSelectionChangeListener >& xListener ) throw 
(::com::sun::star::uno::RuntimeException);
         virtual void SAL_CALL removeSelectionChangeListener( const 
::com::sun::star::uno::Reference< 
::com::sun::star::view::XSelectionChangeListener >& xListener ) throw 
(::com::sun::star::uno::RuntimeException);
-               virtual void            SAL_CALL frameAction(const 
::com::sun::star::frame::FrameActionEvent& aEvent) throw( 
::com::sun::star::uno::RuntimeException );
+               virtual void SAL_CALL dispose() 
throw(::com::sun::star::uno::RuntimeException) 
{OGenericUnoController_COMPBASE::dispose(); }
+               virtual void SAL_CALL disposing();
+               virtual void SAL_CALL addEventListener(const 
::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > & 
aListener) throw(::com::sun::star::uno::RuntimeException);
+               virtual void SAL_CALL removeEventListener(const 
::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > & 
aListener) throw(::com::sun::star::uno::RuntimeException);
+
                // lang::XInitialization
                virtual void SAL_CALL initialize( const 
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments ) 
throw(::com::sun::star::uno::Exception, 
::com::sun::star::uno::RuntimeException);
 
         // XServiceInfo
                virtual ::rtl::OUString SAL_CALL getImplementationName() 
throw(::com::sun::star::uno::RuntimeException) = 0;
 
-        // XSelectionSupplier
-        virtual ::sal_Bool SAL_CALL select( const ::com::sun::star::uno::Any& 
xSelection ) throw (::com::sun::star::lang::IllegalArgumentException, 
::com::sun::star::uno::RuntimeException);
-        virtual ::com::sun::star::uno::Any SAL_CALL getSelection(  ) throw 
(::com::sun::star::uno::RuntimeException);
-        virtual void SAL_CALL addSelectionChangeListener( const 
::com::sun::star::uno::Reference< 
::com::sun::star::view::XSelectionChangeListener >& xListener ) throw 
(::com::sun::star::uno::RuntimeException);
-        virtual void SAL_CALL removeSelectionChangeListener( const 
::com::sun::star::uno::Reference< 
::com::sun::star::view::XSelectionChangeListener >& xListener ) throw 
(::com::sun::star::uno::RuntimeException);
-               virtual sal_Bool SAL_CALL supportsService(const 
::rtl::OUString& ServiceName) throw(::com::sun::star::uno::RuntimeException);
-               virtual ::com::sun::star::uno::Sequence< ::rtl::OUString> 
SAL_CALL getSupportedServiceNames() 
throw(::com::sun::star::uno::RuntimeException) = 0;
-
         // XDispatchInformationProvider
         virtual ::com::sun::star::uno::Sequence< ::sal_Int16 > SAL_CALL 
getSupportedCommandGroups() throw (::com::sun::star::uno::RuntimeException);
         virtual ::com::sun::star::uno::Sequence< 
::com::sun::star::frame::DispatchInformation > SAL_CALL 
getConfigurableDispatchInformation( ::sal_Int16 ) throw 
(::com::sun::star::uno::RuntimeException);
 
-        // XSelectionSupplier
-        virtual ::sal_Bool SAL_CALL select( const ::com::sun::star::uno::Any& 
xSelection ) throw (::com::sun::star::lang::IllegalArgumentException, 
::com::sun::star::uno::RuntimeException);
-        virtual ::com::sun::star::uno::Any SAL_CALL getSelection(  ) throw 
(::com::sun::star::uno::RuntimeException);
-        virtual void SAL_CALL addSelectionChangeListener( const 
::com::sun::star::uno::Reference< 
::com::sun::star::view::XSelectionChangeListener >& xListener ) throw 
(::com::sun::star::uno::RuntimeException);
-        virtual void SAL_CALL removeSelectionChangeListener( const 
::com::sun::star::uno::Reference< 
::com::sun::star::view::XSelectionChangeListener >& xListener ) throw 
(::com::sun::star::uno::RuntimeException);
        };
 }
 




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

Reply via email to