Tag: cws_src680_dba30 User: fs Date: 05/10/13 07:53:43 Modified: /dba/dbaccess/source/core/dataaccess/ documentdefinition.hxx
Log: RESYNC: (1.13-1.14); FILE MERGED 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.12.4.2&r2=1.12.4.3 Delta lines: +12 -0 -------------------- --- documentdefinition.hxx 30 Sep 2005 06:17:35 -0000 1.12.4.2 +++ documentdefinition.hxx 13 Oct 2005 14:53:40 -0000 1.12.4.3 @@ -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]
