User: vg      
Date: 05/03/10 08:37:06

Modified:
 /dba/dbaccess/source/core/inc/
  sdbcoretools.hxx

Log:
 INTEGRATION: CWS dba24 (1.3.80); FILE MERGED
 2005/02/10 16:56:33 fs 1.3.80.1: #i15113# +getDataSourceSetting

File Changes:

Directory: /dba/dbaccess/source/core/inc/
=========================================

File [changed]: sdbcoretools.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/sdbcoretools.hxx?r1=1.4&r2=1.5
Delta lines:  +21 -0
--------------------
--- sdbcoretools.hxx    17 Feb 2005 11:04:35 -0000      1.4
+++ sdbcoretools.hxx    10 Mar 2005 16:37:03 -0000      1.5
@@ -81,6 +81,27 @@
     ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >
         getDataSource( const ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface >& _rxDependentObject );
 
+       // 
-----------------------------------------------------------------------------
+    /** retrieves a particular indirect data source setting
+
+        @param _rxDataSource
+            a data source component
+        @param _pAsciiSettingsName
+            the ASCII name of the setting to obtain
+        @param _rSettingsValue
+            the value of the setting, upon successfull return
+
+        @return
+            <FALSE/> if the setting is not present in the <member 
scope="com::sun::star::sdb">DataSource::Info</member>
+            member of the data source
+            <TRUE/> otherwise
+    */
+    bool    getDataSourceSetting( 
+        const ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface >& _rxDataSource,
+        const sal_Char* _pAsciiSettingsName,
+        ::com::sun::star::uno::Any& /* [out] */ _rSettingsValue
+    );
+
 //.........................................................................
 }      // namespace dbaccess
 //.........................................................................




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to