summaryrefslogtreecommitdiff
path: root/ucb/source/core
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2001-04-05 08:52:01 +0000
committerKai Sommerfeld <kso@openoffice.org>2001-04-05 08:52:01 +0000
commit57058b4d00e293186b5af9aa43634c0f83be68dd (patch)
treed8d646fca6a172e41c1da317e8d1431dec13221c /ucb/source/core
parentb3e0d1c74f8c4d2a271ad597344624f657d533e0 (diff)
#85714# - Prefixed all component implementation names with "com.sun.star.comp"
(UDK naming recommandation - required for automatic testing).
Diffstat (limited to 'ucb/source/core')
-rw-r--r--ucb/source/core/provprox.cxx16
-rw-r--r--ucb/source/core/ucb.cxx10
-rw-r--r--ucb/source/core/ucb.xml8
-rw-r--r--ucb/source/core/ucbprops.cxx9
-rw-r--r--ucb/source/core/ucbserv.cxx32
-rw-r--r--ucb/source/core/ucbstore.cxx18
6 files changed, 63 insertions, 30 deletions
diff --git a/ucb/source/core/provprox.cxx b/ucb/source/core/provprox.cxx
index c5cc3c0612d7..6ccbe00dd473 100644
--- a/ucb/source/core/provprox.cxx
+++ b/ucb/source/core/provprox.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: provprox.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: kso $ $Date: 2000-10-16 14:52:48 $
+ * last change: $Author: kso $ $Date: 2001-04-05 09:49:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,9 +121,9 @@ XTYPEPROVIDER_IMPL_3( UcbContentProviderProxyFactory,
XSERVICEINFO_IMPL_1( UcbContentProviderProxyFactory,
OUString::createFromAscii(
- "UcbContentProviderProxyFactory" ),
+ "com.sun.star.comp.ucb.UcbContentProviderProxyFactory" ),
OUString::createFromAscii(
- PROVIDER_FACTORY_SERVICE_NAME ) );
+ PROVIDER_FACTORY_SERVICE_NAME ) );
//=========================================================================
//
@@ -229,10 +229,10 @@ XTYPEPROVIDER_IMPL_5( UcbContentProviderProxy,
//=========================================================================
XSERVICEINFO_NOFACTORY_IMPL_1( UcbContentProviderProxy,
- OUString::createFromAscii(
- "UcbContentProviderProxy" ),
- OUString::createFromAscii(
- PROVIDER_PROXY_SERVICE_NAME ) );
+ OUString::createFromAscii(
+ "com.sun.star.comp.ucb.UcbContentProviderProxy" ),
+ OUString::createFromAscii(
+ PROVIDER_PROXY_SERVICE_NAME ) );
//=========================================================================
//
diff --git a/ucb/source/core/ucb.cxx b/ucb/source/core/ucb.cxx
index bb0d7301aa83..99bdd6d4316d 100644
--- a/ucb/source/core/ucb.cxx
+++ b/ucb/source/core/ucb.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ucb.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kso $ $Date: 2001-02-02 08:21:39 $
+ * last change: $Author: kso $ $Date: 2001-04-05 09:49:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -216,8 +216,10 @@ void SAL_CALL UniversalContentBroker::removeEventListener(
//=========================================================================
XSERVICEINFO_IMPL_1( UniversalContentBroker,
- OUString::createFromAscii( "UniversalContentBroker" ),
- OUString::createFromAscii( UCB_SERVICE_NAME ) );
+ OUString::createFromAscii(
+ "com.sun.star.comp.ucb.UniversalContentBroker" ),
+ OUString::createFromAscii(
+ UCB_SERVICE_NAME ) );
//=========================================================================
//
diff --git a/ucb/source/core/ucb.xml b/ucb/source/core/ucb.xml
index 31a4349770d6..47ed60b5eec9 100644
--- a/ucb/source/core/ucb.xml
+++ b/ucb/source/core/ucb.xml
@@ -11,7 +11,7 @@
Kai Sommerfeld
</author>
<name>
- UniversalContentBroker
+ com.sun.star.comp.ucb.UniversalContentBroker
</name>
<description>
This component provides access to a set of Contents via Content Providers.
@@ -36,7 +36,7 @@
Kai Sommerfeld
</author>
<name>
- UcbStore
+ com.sun.star.comp.ucb.UcbStore
</name>
<description>
This component is a factory for components managing persistent data.
@@ -67,7 +67,7 @@
Kai Sommerfeld
</author>
<name>
- UcbPropertiesManager
+ com.sun.star.comp.ucb.UcbPropertiesManager
</name>
<description>
This component provides access to the meta data of the properties
@@ -89,7 +89,7 @@
Kai Sommerfeld
</author>
<name>
- UcbContentProviderProxyFactory
+ com.sun.star.comp.ucb.UcbContentProviderProxyFactory
</name>
<description>
This component is a factory for proxy objects for Content Providers.
diff --git a/ucb/source/core/ucbprops.cxx b/ucb/source/core/ucbprops.cxx
index 6e3da90a9ff9..465caa7afbc6 100644
--- a/ucb/source/core/ucbprops.cxx
+++ b/ucb/source/core/ucbprops.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ucbprops.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: kso $ $Date: 2000-10-16 14:52:48 $
+ * last change: $Author: kso $ $Date: 2001-04-05 09:49:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -420,9 +420,10 @@ XTYPEPROVIDER_IMPL_3( UcbPropertiesManager,
//=========================================================================
XSERVICEINFO_IMPL_1( UcbPropertiesManager,
- OUString::createFromAscii( "UcbPropertiesManager" ),
OUString::createFromAscii(
- PROPERTIES_MANAGER_SERVICE_NAME ) );
+ "com.sun.star.comp.ucb.UcbPropertiesManager" ),
+ OUString::createFromAscii(
+ PROPERTIES_MANAGER_SERVICE_NAME ) );
//=========================================================================
//
diff --git a/ucb/source/core/ucbserv.cxx b/ucb/source/core/ucbserv.cxx
index 10eab23d835a..0d6acf56b2f9 100644
--- a/ucb/source/core/ucbserv.cxx
+++ b/ucb/source/core/ucbserv.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ucbserv.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: sb $ $Date: 2001-02-06 11:07:19 $
+ * last change: $Author: kso $ $Date: 2001-04-05 09:49:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -204,6 +204,11 @@ extern "C" void * SAL_CALL component_getFactory(
{
xFactory = UniversalContentBroker::createServiceFactory( xSMgr );
}
+ else if ( rtl_str_compare( pImplName, "UniversalContentBroker" ) == 0 )
+ {
+ // Backward compatibility... :-/
+ xFactory = UniversalContentBroker::createServiceFactory( xSMgr );
+ }
//////////////////////////////////////////////////////////////////////
// UCB Store.
@@ -214,6 +219,11 @@ extern "C" void * SAL_CALL component_getFactory(
{
xFactory = UcbStore::createServiceFactory( xSMgr );
}
+ else if ( rtl_str_compare( pImplName, "UcbStore" ) == 0 )
+ {
+ // Backward compatibility... :-/
+ xFactory = UcbStore::createServiceFactory( xSMgr );
+ }
//////////////////////////////////////////////////////////////////////
// UCB PropertiesManager.
@@ -224,6 +234,11 @@ extern "C" void * SAL_CALL component_getFactory(
{
xFactory = UcbPropertiesManager::createServiceFactory( xSMgr );
}
+ else if ( rtl_str_compare( pImplName, "UcbPropertiesManager" ) == 0 )
+ {
+ // Backward compatibility... :-/
+ xFactory = UcbPropertiesManager::createServiceFactory( xSMgr );
+ }
//////////////////////////////////////////////////////////////////////
// UCP Proxy Factory.
@@ -235,6 +250,13 @@ extern "C" void * SAL_CALL component_getFactory(
xFactory
= UcbContentProviderProxyFactory::createServiceFactory( xSMgr );
}
+ else if ( rtl_str_compare( pImplName, "UcbContentProviderProxyFactory" )
+ == 0 )
+ {
+ // Backward compatibility... :-/
+ xFactory
+ = UcbContentProviderProxyFactory::createServiceFactory( xSMgr );
+ }
//////////////////////////////////////////////////////////////////////
// Remote Content Broker.
@@ -246,6 +268,12 @@ extern "C" void * SAL_CALL component_getFactory(
{
xFactory = RemoteContentBroker::createServiceFactory( xSMgr );
}
+ else if ( rtl_str_compare( pImplName, "ucb_core::RemoteContentBroker" )
+ == 0 )
+ {
+ // Backward compatibility... :-/
+ xFactory = RemoteContentBroker::createServiceFactory( xSMgr );
+ }
//////////////////////////////////////////////////////////////////////
diff --git a/ucb/source/core/ucbstore.cxx b/ucb/source/core/ucbstore.cxx
index 646ce4fb3e05..f8d33c208496 100644
--- a/ucb/source/core/ucbstore.cxx
+++ b/ucb/source/core/ucbstore.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ucbstore.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kso $ $Date: 2001-03-21 09:04:18 $
+ * last change: $Author: kso $ $Date: 2001-04-05 09:49:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -254,8 +254,10 @@ XTYPEPROVIDER_IMPL_4( UcbStore,
//=========================================================================
XSERVICEINFO_IMPL_1( UcbStore,
- OUString::createFromAscii( "UcbStore" ),
- OUString::createFromAscii( STORE_SERVICE_NAME ) );
+ OUString::createFromAscii(
+ "com.sun.star.comp.ucb.UcbStore" ),
+ OUString::createFromAscii(
+ STORE_SERVICE_NAME ) );
//=========================================================================
//
@@ -414,9 +416,9 @@ XTYPEPROVIDER_IMPL_4( PropertySetRegistry,
XSERVICEINFO_NOFACTORY_IMPL_1( PropertySetRegistry,
OUString::createFromAscii(
- "PropertySetRegistry" ),
+ "com.sun.star.comp.ucb.PropertySetRegistry" ),
OUString::createFromAscii(
- PROPSET_REG_SERVICE_NAME ) );
+ PROPSET_REG_SERVICE_NAME ) );
//=========================================================================
//
@@ -1578,9 +1580,9 @@ XTYPEPROVIDER_IMPL_8( PersistentPropertySet,
XSERVICEINFO_NOFACTORY_IMPL_1( PersistentPropertySet,
OUString::createFromAscii(
- "PersistentPropertySet" ),
+ "com.sun.star.comp.ucb.PersistentPropertySet" ),
OUString::createFromAscii(
- PERS_PROPSET_SERVICE_NAME ) );
+ PERS_PROPSET_SERVICE_NAME ) );
//=========================================================================
//