summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2001-08-02 12:34:32 +0000
committerAndreas Schlüns <as@openoffice.org>2001-08-02 12:34:32 +0000
commit92acdb92a421866f7c71b290c683cdea7b079f94 (patch)
tree9f36e32ee6a77ce4bece3ae1521effa222dc7917 /framework/inc
parentaf993ceb4ef12779c1599ad6d1b958aaf1d08a35 (diff)
#89214#, #88164# support for slot dispatches on desktop
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/dispatch/dispatchprovider.hxx15
-rw-r--r--framework/inc/services.h6
2 files changed, 13 insertions, 8 deletions
diff --git a/framework/inc/dispatch/dispatchprovider.hxx b/framework/inc/dispatch/dispatchprovider.hxx
index 41300bdb4c59..9b22e5dbd26d 100644
--- a/framework/inc/dispatch/dispatchprovider.hxx
+++ b/framework/inc/dispatch/dispatchprovider.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dispatchprovider.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: sb $ $Date: 2001-07-31 10:06:19 $
+ * last change: $Author: as $ $Date: 2001-08-02 13:32:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -152,7 +152,7 @@ enum EDispatchHelper
E_CREATEDISPATCHER ,
E_BLANKDISPATCHER ,
E_SELFDISPATCHER ,
- E_PLUGINDISPATCHER,
+ E_PLUGINDISPATCHER ,
E_SYNCDISPATCHER
};
@@ -218,9 +218,12 @@ class DispatchProvider : // interfaces
// private methods
//-------------------------------------------------------------------------------------------------------------
private:
- css::uno::Reference< css::frame::XDispatchProvider > implts_getOrCreateAppDispatchProvider( );
- css::uno::Reference< css::frame::XDispatch > implts_getOrCreateDispatchHelper ( EDispatchHelper eHelper ,
+ css::uno::Reference< css::frame::XDispatch > implts_searchProtocolHandler ( const css::util::URL& aURL ,
+ const TargetInfo& aInfo );
+ css::uno::Reference< css::frame::XDispatchProvider > implts_getOrCreateAppDispatchProvider( );
+ css::uno::Reference< css::frame::XDispatch > implts_getOrCreateDispatchHelper ( EDispatchHelper eHelper ,
const css::uno::Any& aParameters = css::uno::Any() );
+ sal_Bool implts_isLoadableContent ( const css::util::URL& aURL );
//-------------------------------------------------------------------------------------------------------------
// debug methods
@@ -251,7 +254,7 @@ class DispatchProvider : // interfaces
css::uno::Reference< css::frame::XDispatch > m_xBlankDispatcher ;
css::uno::Reference< css::frame::XDispatch > m_xSelfDispatcher ;
css::uno::Reference< css::frame::XDispatch > m_xPlugInDispatcher ;
- css::uno::Reference< css::frame::XDispatch > m_xSyncDispatcher;
+ css::uno::Reference< css::frame::XDispatch > m_xSyncDispatcher ;
}; // class DispatchProvider
diff --git a/framework/inc/services.h b/framework/inc/services.h
index 9fcbacd750aa..a416526dbcdf 100644
--- a/framework/inc/services.h
+++ b/framework/inc/services.h
@@ -2,9 +2,9 @@
*
* $RCSfile: services.h,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: as $ $Date: 2001-08-01 11:13:56 $
+ * last change: $Author: as $ $Date: 2001-08-02 13:31:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -105,6 +105,8 @@ namespace framework{
#define SERVICENAME_SOUNDHANDLER DECLARE_ASCII("com.sun.star.comp.framework.SoundHandler" )
#define SERVICENAME_CONTENTHANDLERFACTORY DECLARE_ASCII("com.sun.star.document.ContentHandlerFactory" )
#define SERVICENAME_APPDISPATCHPROVIDER DECLARE_ASCII("com.sun.star.comp.sfx2.AppDispatchProvider" )
+#define SERVICENAME_UCBCONTENTBROKER DECLARE_ASCII("com.sun.star.ucb.UniversalContentBroker" )
+#define SERVICENAME_SYNCDISPATCHER DECLARE_ASCII("com.sun.star.syncaccess.ui.Dispatch" )
//_________________________________________________________________________________________________________________
// used implementationnames by framework