User: ihi Date: 2007/04/16 09:24:49 Modified: dba/dbaccess/source/core/dataaccess/documentdefinition.hxx
Log: INTEGRATION: CWS fwkdbdesign01 (1.18.90); FILE MERGED 2007/03/13 14:43:27 fs 1.18.90.1: #i69735# impl_appendFrameToDocumentFrames_throw 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&r2=1.19 Delta lines: +4 -0 ------------------- --- documentdefinition.hxx 15 Aug 2006 10:45:56 -0000 1.18 +++ documentdefinition.hxx 16 Apr 2007 16:24:46 -0000 1.19 @@ -209,6 +209,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]
