Kaydet (Commit) 62b7d8a8 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS evoab (1.1.30.1.10); FILE MERGED

2003/04/04 16:15:00 fs 1.1.30.1.10.1: #108648# (checkin on behalf of bjia@openoffice.org): added support for evolution address book
üst 0120ff31
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: addresssettings.hxx,v $ * $RCSfile: addresssettings.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: hr $ $Date: 2003-03-25 16:00:45 $ * last change: $Author: vg $ $Date: 2003-06-02 08:03:38 $
* *
* 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
...@@ -80,6 +80,7 @@ namespace abp ...@@ -80,6 +80,7 @@ namespace abp
enum AddressSourceType enum AddressSourceType
{ {
AST_MORK, AST_MORK,
AST_EVOLUTION,
AST_LDAP, AST_LDAP,
AST_OUTLOOK, AST_OUTLOOK,
AST_OE, AST_OE,
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: datasourcehandling.cxx,v $ * $RCSfile: datasourcehandling.cxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: hr $ $Date: 2003-03-25 16:00:47 $ * last change: $Author: vg $ $Date: 2003-06-02 08:03:53 $
* *
* 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
...@@ -291,6 +291,12 @@ namespace abp ...@@ -291,6 +291,12 @@ namespace abp
return lcl_implCreateAndSetURL( m_pImpl->xORB, _rName, "sdbc:address:mozilla" ); return lcl_implCreateAndSetURL( m_pImpl->xORB, _rName, "sdbc:address:mozilla" );
} }
//---------------------------------------------------------------------
ODataSource ODataSourceContext::createNewEvolution( const ::rtl::OUString& _rName) SAL_THROW (( ))
{
return lcl_implCreateAndSetURL( m_pImpl->xORB, _rName, "sdbc:address:evolution" );
}
//--------------------------------------------------------------------- //---------------------------------------------------------------------
ODataSource ODataSourceContext::createNewOutlook( const ::rtl::OUString& _rName) SAL_THROW (( )) ODataSource ODataSourceContext::createNewOutlook( const ::rtl::OUString& _rName) SAL_THROW (( ))
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment