User: hr Date: 05/09/23 05:06:42 Modified: /dba/dbaccess/source/core/dataaccess/ documentdefinition.hxx
Log: INTEGRATION: CWS dba201b (1.12.36); FILE MERGED 2005/09/21 07:03:21 oj 1.12.36.3: RESYNC: (1.12-1.13); FILE MERGED 2005/07/11 13:37:01 fs 1.12.36.2: merging CWS dba201 into CWS dba201b 2005/06/09 08:55:15 fs 1.12.36.1: #i49370# do a prepareClose/suspend when a close-command is intercepted File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: documentdefinition.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documentdefinition.hxx?r1=1.13&r2=1.14 Delta lines: +12 -0 -------------------- --- documentdefinition.hxx 8 Sep 2005 13:30:24 -0000 1.13 +++ documentdefinition.hxx 23 Sep 2005 12:06:40 -0000 1.14 @@ -102,6 +102,7 @@ OInterceptor* m_pInterceptor; sal_Bool m_bForm; // <TRUE/> if it is a form sal_Bool m_bOpenInDesign; + sal_Bool m_bInExecute; OEmbeddedClientHelper* m_pClientHelper; private: @@ -185,6 +186,17 @@ void closeObject(); sal_Bool isModified(); void fillReportData(sal_Bool _bFill = sal_True); + + /** prepares closing the document component + + The method suspends the controller associated with the document, and saves the document + if necessary. + + @return + <TRUE/> if and only if the document component can be closed + */ + bool prepareClose(); + protected: // OPropertyArrayUsageHelper virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
