User: hr Date: 2007-09-26 14:46:41+0000 Modified: dba/dbaccess/source/ui/app/AppController.hxx
Log: INTEGRATION: CWS dba24a (1.19.16); FILE MERGED 2007/08/03 06:14:16 oj 1.19.16.1: #i69740# implement the selection interface 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&r2=1.20 Delta lines: +8 -0 ------------------- --- AppController.hxx 2007-07-06 07:58:06+0000 1.19 +++ AppController.hxx 2007-09-26 14:46:38+0000 1.20 @@ -443,6 +443,10 @@ Defines the mode of opening. @see OLinkedDocumentsAccess::EOpenMode */ void doAction(sal_uInt16 _nId ,OLinkedDocumentsAccess::EOpenMode _eOpenMode); + + /** select the give entry + */ + void selectEntry(const ElementType _eType,const ::rtl::OUString& _sName); protected: // ---------------------------------------------------------------- // initalizing members @@ -508,6 +512,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]
