User: obo Date: 05/12/21 05:36:19 Modified: /dba/dbaccess/source/core/dataaccess/ documentdefinition.hxx
Log: INTEGRATION: CWS dba202a (1.14.24); FILE MERGED 2005/11/24 16:33:49 fs 1.14.24.2: RESYNC: (1.14-1.15); FILE MERGED 2005/11/01 09:03:17 fs 1.14.24.1: #i57097# +getDefaultDocumentTypeClassId 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.15&r2=1.16 Delta lines: +6 -13 -------------------- --- documentdefinition.hxx 24 Oct 2005 08:29:13 -0000 1.15 +++ documentdefinition.hxx 21 Dec 2005 13:36:17 -0000 1.16 @@ -60,9 +60,6 @@ #ifndef _COMPHELPER_UNO3_HXX_ #include <comphelper/uno3.hxx> #endif -#ifndef _COM_SUN_STAR_EMBED_XEMBEDDEDCLIENT_HPP_ -#include <com/sun/star/embed/XEmbeddedClient.hpp> -#endif #ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_ #include <com/sun/star/sdbc/XConnection.hpp> #endif @@ -81,9 +78,6 @@ { //........................................................................ - typedef ::cppu::ImplHelper1< ::com::sun::star::embed::XEmbeddedClient - > ODocumentDefinition_Base; - class OInterceptor; class OEmbeddedClientHelper; //========================================================================== @@ -91,6 +85,9 @@ //= document //========================================================================== + typedef ::cppu::ImplHelper1< ::com::sun::star::embed::XComponentSupplier + > ODocumentDefinition_Base; + class ODocumentDefinition :public OContentHelper ,public ::comphelper::OPropertyStateContainer @@ -168,18 +165,12 @@ // XComponentSupplier virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloseable > SAL_CALL getComponent( ) throw (::com::sun::star::uno::RuntimeException); - virtual void SAL_CALL visibilityChanged( ::sal_Bool bVisible ) throw (::com::sun::star::embed::WrongStateException, ::com::sun::star::uno::RuntimeException); - // OPropertySetHelper virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper(); // XCommandProcessor virtual ::com::sun::star::uno::Any SAL_CALL execute( const ::com::sun::star::ucb::Command& aCommand, sal_Int32 CommandId, const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XCommandEnvironment >& Environment ) throw (::com::sun::star::uno::Exception, ::com::sun::star::ucb::CommandAbortedException, ::com::sun::star::uno::RuntimeException) ; - // XEmbeddedClient - virtual void SAL_CALL saveObject( ) throw (::com::sun::star::embed::ObjectSaveVetoException, ::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException); - virtual void SAL_CALL onShowWindow( sal_Bool bVisible ) throw (::com::sun::star::uno::RuntimeException); - // XRename virtual void SAL_CALL rename( const ::rtl::OUString& newName ) throw (::com::sun::star::sdbc::SQLException, ::com::sun::star::container::ElementExistException, ::com::sun::star::uno::RuntimeException); @@ -199,6 +190,8 @@ <TRUE/> if and only if the document component can be closed */ bool prepareClose(); + + static ::com::sun::star::uno::Sequence< sal_Int8 > getDefaultDocumentTypeClassId(); /** does necessary initializations after our embedded object has been switched to ACTIVE @param _bOpenedInDesignMode --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
