summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/datasourcehandling.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/abpilot/datasourcehandling.hxx')
-rw-r--r--extensions/source/abpilot/datasourcehandling.hxx38
1 files changed, 19 insertions, 19 deletions
diff --git a/extensions/source/abpilot/datasourcehandling.hxx b/extensions/source/abpilot/datasourcehandling.hxx
index bffcb62cdf97..cce6253bb9bf 100644
--- a/extensions/source/abpilot/datasourcehandling.hxx
+++ b/extensions/source/abpilot/datasourcehandling.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -59,7 +59,7 @@ namespace abp
class ODataSourceContext
{
private:
- ODataSourceContextImpl* m_pImpl;
+ ODataSourceContextImpl* m_pImpl;
public:
ODataSourceContext(
@@ -67,7 +67,7 @@ namespace abp
);
/// retrieves the names of all data sources
- void getDataSourceNames( StringBag& _rNames ) const SAL_THROW (( ));
+ void getDataSourceNames( StringBag& _rNames ) const SAL_THROW (( ));
/// disambiguates the given name by appending auccessive numbers
::rtl::OUString& disambiguate(::rtl::OUString& _rDataSourceName);
@@ -94,16 +94,16 @@ namespace abp
ODataSource createNewMacab( const ::rtl::OUString& _rName ) SAL_THROW (( ));
/// creates a new LDAP data source
- ODataSource createNewLDAP( const ::rtl::OUString& _rName ) SAL_THROW (( ));
+ ODataSource createNewLDAP( const ::rtl::OUString& _rName ) SAL_THROW (( ));
/// creates a new Outlook data source
- ODataSource createNewOutlook( const ::rtl::OUString& _rName ) SAL_THROW (( ));
+ ODataSource createNewOutlook( const ::rtl::OUString& _rName ) SAL_THROW (( ));
/// creates a new Outlook express data source
- ODataSource createNewOE( const ::rtl::OUString& _rName ) SAL_THROW (( ));
+ ODataSource createNewOE( const ::rtl::OUString& _rName ) SAL_THROW (( ));
/// creates a new dBase data source
- ODataSource createNewDBase( const ::rtl::OUString& _rName ) SAL_THROW (( ));
+ ODataSource createNewDBase( const ::rtl::OUString& _rName ) SAL_THROW (( ));
};
//=====================================================================
@@ -120,7 +120,7 @@ namespace abp
class ODataSource
{
private:
- ODataSourceImpl* m_pImpl;
+ ODataSourceImpl* m_pImpl;
public:
// ----------------------------------------------------------------
@@ -142,11 +142,11 @@ namespace abp
// ----------------------------------------------------------------
/// checks whether or not the object represents a valid data source
- sal_Bool isValid() const SAL_THROW (( ));
+ sal_Bool isValid() const SAL_THROW (( ));
// ----------------------------------------------------------------
/// removes the data source represented by the object from the data source context
- void remove() SAL_THROW (( ));
+ void remove() SAL_THROW (( ));
// TODO: put this into the context class
/// returns the name of the data source
@@ -154,7 +154,7 @@ namespace abp
getName() const SAL_THROW (( ));
/// renames the data source
- sal_Bool rename( const ::rtl::OUString& _rName ) SAL_THROW (( ));
+ sal_Bool rename( const ::rtl::OUString& _rName ) SAL_THROW (( ));
// TODO: put this into the context class
// ----------------------------------------------------------------
@@ -166,25 +166,25 @@ namespace abp
at all.
@see isConnected
*/
- sal_Bool connect( Window* _pMessageParent ) SAL_THROW (( ));
+ sal_Bool connect( Window* _pMessageParent ) SAL_THROW (( ));
/// returns <TRUE/> if the object has a valid connection, obtained from it's data source
- sal_Bool isConnected( ) const SAL_THROW (( ));
+ sal_Bool isConnected( ) const SAL_THROW (( ));
/// disconnects from the data source (i.e. disposes the UNO connection hold internally)
- void disconnect( ) SAL_THROW (( ));
+ void disconnect( ) SAL_THROW (( ));
/// stores the database file
- void store() SAL_THROW (( ));
+ void store() SAL_THROW (( ));
/// register the data source under the given name in the configuration
- void registerDataSource( const ::rtl::OUString& _sRegisteredDataSourceName ) SAL_THROW (( ));
+ void registerDataSource( const ::rtl::OUString& _sRegisteredDataSourceName ) SAL_THROW (( ));
// ----------------------------------------------------------------
/** retrieves the tables names from the connection
<p>to be called when <method>isConnection</method> returns <TRUE/> only</p>
*/
- const StringBag& getTableNames() const SAL_THROW (( ));
+ const StringBag& getTableNames() const SAL_THROW (( ));
/** determines whether a given table exists
*/
@@ -198,7 +198,7 @@ namespace abp
/** set a new data source.
<p>Available to selected clients only</p>
*/
- void setDataSource(
+ void setDataSource(
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxDS
,const ::rtl::OUString& _sName
,PackageAccessControl
@@ -209,7 +209,7 @@ namespace abp
};
//.........................................................................
-} // namespace abp
+} // namespace abp
//.........................................................................
#endif // EXTENSIONS_ABP_DATASOURCEHANDLING_HXX