User: vg Date: 05/03/10 08:43:35 Modified: /dba/dbaccess/source/ui/app/ AppController.hxx
Log: INTEGRATION: CWS dba24 (1.8.4); FILE MERGED 2005/03/08 10:16:33 oj 1.8.4.3: RESYNC: (1.8-1.9); FILE MERGED 2005/02/18 12:27:20 oj 1.8.4.2: #i42460# changes for the separation of datasource and database document(model) 2005/02/03 13:53:47 oj 1.8.4.1: #i41913# set suspended back to before if failed 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.9&r2=1.10 Delta lines: +8 -1 ------------------- --- AppController.hxx 1 Mar 2005 19:14:41 -0000 1.9 +++ AppController.hxx 10 Mar 2005 16:43:32 -0000 1.10 @@ -161,6 +161,7 @@ TDataSourceConnections m_aDataSourceConnections; TransferableDataHelper m_aSystemClipboard; // content of the clipboard ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xDataSource; + ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > m_xModel; TContainerVector m_aCurrentContainers; // the containers where we are listener on TDocuments m_aDocuments; ODsnTypeCollection m_aTypeCollection; @@ -388,6 +389,12 @@ The SolarMutex has to be locked before calling this. */ void askToReconnect(); + + /** suspend one document. + @return + <TRUE/> if the document could be suspended, otherwise <FALSE/>. + */ + sal_Bool suspendDocument(const TDocuments::key_type& _xComponent,sal_Bool _bSuspend); /** suspend all open documents. @return --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
