User: rt Date: 05/10/24 01:29:16 Modified: /dba/dbaccess/source/core/dataaccess/ documentdefinition.hxx
Log: INTEGRATION: CWS dba201d (1.14.2); FILE MERGED 2005/10/06 14:07:18 fs 1.14.2.1: #i52649# +impl_onActivateEmbeddedObject/impl_initObjectEditView 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.14&r2=1.15 Delta lines: +19 -0 -------------------- --- documentdefinition.hxx 23 Sep 2005 12:06:40 -0000 1.14 +++ documentdefinition.hxx 24 Oct 2005 08:29:13 -0000 1.15 @@ -69,6 +69,9 @@ #ifndef _COM_SUN_STAR_FRAME_XCOMPONENTLOADER_HPP_ #include <com/sun/star/frame/XComponentLoader.hpp> #endif +#ifndef _COM_SUN_STAR_FRAME_XCONTROLLER_HPP_ +#include <com/sun/star/frame/XController.hpp> +#endif #ifndef _COM_SUN_STAR_EMBED_XSTATECHANGELISTENER_HPP_ #include <com/sun/star/embed/XStateChangeListener.hpp> #endif @@ -196,6 +199,22 @@ <TRUE/> if and only if the document component can be closed */ bool prepareClose(); + + /** does necessary initializations after our embedded object has been switched to ACTIVE + @param _bOpenedInDesignMode + determines whether the embedded object has been opened for designing it or for data display + */ + void impl_onActivateEmbeddedObject( bool _bOpenedInDesignMode ); + + /** initializes a newly created view/controller which is displaying our embedded object + + Has only to be called if the respective embedded object has been loaded for design (and + not for data entry) + + @param _rxController + the controller which belongs to the XModel of our (active) embedded object + */ + void impl_initObjectEditView( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController >& _rxController ); protected: // OPropertyArrayUsageHelper --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
