INTEGRATION: CWS scriptingf6 (1.6.2); FILE MERGED
2004/10/11 10:07:48 toconnor 1.6.2.2: RESYNC: (1.6-1.7); FILE MERGED 2004/08/03 14:45:00 dfoster 1.6.2.1: #i32502#
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: basprov.hxx,v $
|
* $RCSfile: basprov.hxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.7 $
|
* $Revision: 1.8 $
|
||||||
*
|
*
|
||||||
* last change: $Author: obo $ $Date: 2004-08-12 13:17:59 $
|
* last change: $Author: rt $ $Date: 2004-10-22 14:02:46 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
@@ -74,11 +74,11 @@
|
|||||||
#ifndef _COM_SUN_STAR_SCRIPT_XLIBRARYCONTAINER_HPP_
|
#ifndef _COM_SUN_STAR_SCRIPT_XLIBRARYCONTAINER_HPP_
|
||||||
#include <com/sun/star/script/XLibraryContainer.hpp>
|
#include <com/sun/star/script/XLibraryContainer.hpp>
|
||||||
#endif
|
#endif
|
||||||
#ifndef _DRAFTS_COM_SUN_STAR_SCRIPT_BROWSE_XBROWSENODE_HPP_
|
#ifndef _COM_SUN_STAR_SCRIPT_BROWSE_XBROWSENODE_HPP_
|
||||||
#include <drafts/com/sun/star/script/browse/XBrowseNode.hpp>
|
#include <com/sun/star/script/browse/XBrowseNode.hpp>
|
||||||
#endif
|
#endif
|
||||||
#ifndef _DRAFTS_COM_SUN_STAR_SCRIPT_PROVIDER_XSCRIPTPROVIDER_HPP_
|
#ifndef _COM_SUN_STAR_SCRIPT_PROVIDER_XSCRIPTPROVIDER_HPP_
|
||||||
#include <drafts/com/sun/star/script/provider/XScriptProvider.hpp>
|
#include <com/sun/star/script/provider/XScriptProvider.hpp>
|
||||||
#endif
|
#endif
|
||||||
#ifndef _COM_SUN_STAR_UNO_XCOMPONENTCONTEXT_HPP_
|
#ifndef _COM_SUN_STAR_UNO_XCOMPONENTCONTEXT_HPP_
|
||||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||||
@@ -103,8 +103,8 @@ namespace basprov
|
|||||||
typedef ::cppu::WeakImplHelper4<
|
typedef ::cppu::WeakImplHelper4<
|
||||||
::com::sun::star::lang::XServiceInfo,
|
::com::sun::star::lang::XServiceInfo,
|
||||||
::com::sun::star::lang::XInitialization,
|
::com::sun::star::lang::XInitialization,
|
||||||
::drafts::com::sun::star::script::provider::XScriptProvider,
|
::com::sun::star::script::provider::XScriptProvider,
|
||||||
::drafts::com::sun::star::script::browse::XBrowseNode > BasicProviderImpl_BASE;
|
::com::sun::star::script::browse::XBrowseNode > BasicProviderImpl_BASE;
|
||||||
|
|
||||||
|
|
||||||
class BasicProviderImpl : public BasicProviderImpl_BASE
|
class BasicProviderImpl : public BasicProviderImpl_BASE
|
||||||
@@ -142,14 +142,14 @@ namespace basprov
|
|||||||
throw (::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException);
|
throw (::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException);
|
||||||
|
|
||||||
// XScriptProvider
|
// XScriptProvider
|
||||||
virtual ::com::sun::star::uno::Reference < ::drafts::com::sun::star::script::provider::XScript > SAL_CALL getScript(
|
virtual ::com::sun::star::uno::Reference < ::com::sun::star::script::provider::XScript > SAL_CALL getScript(
|
||||||
const ::rtl::OUString& scriptURI )
|
const ::rtl::OUString& scriptURI )
|
||||||
throw ( ::drafts::com::sun::star::script::provider::ScriptFrameworkErrorException, ::com::sun::star::uno::RuntimeException);
|
throw ( ::com::sun::star::script::provider::ScriptFrameworkErrorException, ::com::sun::star::uno::RuntimeException);
|
||||||
|
|
||||||
// XBrowseNode
|
// XBrowseNode
|
||||||
virtual ::rtl::OUString SAL_CALL getName( )
|
virtual ::rtl::OUString SAL_CALL getName( )
|
||||||
throw (::com::sun::star::uno::RuntimeException);
|
throw (::com::sun::star::uno::RuntimeException);
|
||||||
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::drafts::com::sun::star::script::browse::XBrowseNode > > SAL_CALL getChildNodes( )
|
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::script::browse::XBrowseNode > > SAL_CALL getChildNodes( )
|
||||||
throw (::com::sun::star::uno::RuntimeException);
|
throw (::com::sun::star::uno::RuntimeException);
|
||||||
virtual sal_Bool SAL_CALL hasChildNodes( )
|
virtual sal_Bool SAL_CALL hasChildNodes( )
|
||||||
throw (::com::sun::star::uno::RuntimeException);
|
throw (::com::sun::star::uno::RuntimeException);
|
||||||
|
Reference in New Issue
Block a user