Tag: cws_src680_odbmacros2 User: fs Date: 2007-12-18 21:21:26+0000 Modified: dba/dbaccess/source/ui/inc/unodatbr.hxx
Log: #i49133# implement XScriptInvocationContext File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: unodatbr.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/unodatbr.hxx?r1=1.69&r2=1.69.82.1 Delta lines: +13 -6 -------------------- --- unodatbr.hxx 2007-07-24 12:09:55+0000 1.69 +++ unodatbr.hxx 2007-12-18 21:21:23+0000 1.69.82.1 @@ -4,9 +4,9 @@ * * $RCSfile: unodatbr.hxx,v $ * - * $Revision: 1.69 $ + * $Revision: 1.69.82.1 $ * - * last change: $Author: rt $ $Date: 2007/07/24 12:09:55 $ + * last change: $Author: fs $ $Date: 2007/12/18 21:21:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -63,8 +63,11 @@ #ifndef _COM_SUN_STAR_AWT_XWINDOW_HPP_ #include <com/sun/star/awt/XWindow.hpp> #endif -#ifndef _CPPUHELPER_IMPLBASE2_HXX_ -#include <cppuhelper/implbase2.hxx> +#ifndef _COM_SUN_STAR_DOCUMENT_XSCRIPTINVOCATIONCONTEXT_HPP_ +#include <com/sun/star/document/XScriptInvocationcontext.hpp> +#endif +#ifndef _CPPUHELPER_IMPLBASE3_HXX_ +#include <cppuhelper/implbase3.hxx> #endif #ifndef _DBACCESS_UI_CALLBACKS_HXX_ #include "callbacks.hxx" @@ -108,8 +111,9 @@ class ImageProvider; // ===================================================================== - typedef ::cppu::ImplHelper2 < ::com::sun::star::frame::XStatusListener + typedef ::cppu::ImplHelper3 < ::com::sun::star::frame::XStatusListener , ::com::sun::star::view::XSelectionSupplier + , ::com::sun::star::document::XScriptInvocationContext > SbaTableQueryBrowser_Base; class SbaTableQueryBrowser :public SbaXDataBrowserController @@ -239,6 +243,9 @@ //IController virtual void notifyHiContrastChanged(); + // XScriptInvocationContext + virtual ::com::sun::star::uno::Reference< ::com::sun::star::document::XEmbeddedScripts > SAL_CALL getScriptContainer() throw (::com::sun::star::uno::RuntimeException); + protected: // SbaXDataBrowserController overridables virtual sal_Bool InitializeForm(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet > & xForm); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
