Tag: cws_src680_reportdesign01
User: oj      
Date: 2007-10-15 08:45:21+0000
Modified:
   dba/dbaccess/source/ui/app/AppController.hxx

Log:
 RESYNC: (1.19-1.20); FILE MERGED

File Changes:

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

File [changed]: AppController.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.hxx?r1=1.19.48.1&r2=1.19.48.2
Delta lines:  +11 -3
--------------------
--- AppController.hxx   2007-09-21 10:51:39+0000        1.19.48.1
+++ AppController.hxx   2007-10-15 08:45:19+0000        1.19.48.2
@@ -450,6 +450,10 @@
         */
         ::rtl::OUString getCurrentlySelectedName(sal_Int32& _rnCommandType) 
const;
 
+        /** select the give entry
+        */
+        void selectEntry(const ElementType _eType,const ::rtl::OUString& 
_sName);
+       protected:
                // 
----------------------------------------------------------------
                // initalizing members
                /** forces usage of a connection which we do not own
@@ -514,6 +518,10 @@
         virtual ::sal_Bool SAL_CALL isConnected(  ) throw 
(::com::sun::star::uno::RuntimeException);
         virtual ::sal_Bool SAL_CALL connect(  ) 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);
+
                /** retrieves the current connection, creates it if necessary
                */
                const SharedConnection& ensureConnection();




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

Reply via email to