Tag: cws_src680_oj14 User: oj Date: 2007-06-04 17:52:29+0000 Log: RESYNC: (1.18-1.20); 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.18.50.1&r2=1.18.50.2 Delta lines: +7 -4 ------------------- --- documentdefinition.hxx 2007-05-31 07:32:05+0000 1.18.50.1 +++ documentdefinition.hxx 2007-06-04 17:52:25+0000 1.18.50.2 @@ -134,7 +134,6 @@ @param _bReadOnly If <TRUE/> the document will be switched to readonly mode */ - void setModelReadOnly(sal_Bool _bReadOnly); void updateDocumentTitle(); protected: virtual ~ODocumentDefinition(); @@ -209,6 +208,10 @@ */ void impl_initObjectEditView( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController >& _rxController ); + /** appends the given frame to the frames collection of our database document's current controller + */ + void impl_appendFrameToDocumentFrames_throw( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame ); + /** removes the given frame from the desktop's frame collection @raises ::com::sun::star::uno::RuntimeException */ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
