Kaydet (Commit) 482c521f authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS mingwport03 (1.10.168); FILE MERGED

2006/10/25 12:11:37 vg 1.10.168.2: #i53572# MinGW port
2006/09/07 10:22:10 vg 1.10.168.1: #i53572# MinGW port
üst c6859ed5
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: ATable.hxx,v $ * $RCSfile: ATable.hxx,v $
* *
* $Revision: 1.10 $ * $Revision: 1.11 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 06:54:00 $ * last change: $Author: vg $ $Date: 2007-03-26 14:01:39 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -51,6 +51,7 @@ namespace connectivity ...@@ -51,6 +51,7 @@ namespace connectivity
namespace ado namespace ado
{ {
typedef connectivity::sdbcx::OTable OTable_TYPEDEF; typedef connectivity::sdbcx::OTable OTable_TYPEDEF;
typedef connectivity::sdbcx::OTableDescriptor_BASE OTableDescriptor_BASE_TYPEDEF;
class OAdoTable : public OTable_TYPEDEF class OAdoTable : public OTable_TYPEDEF
{ {
...@@ -74,7 +75,7 @@ namespace connectivity ...@@ -74,7 +75,7 @@ namespace connectivity
OAdoTable(sdbcx::OCollection* _pTables,sal_Bool _bCase,OCatalog* _pCatalog); OAdoTable(sdbcx::OCollection* _pTables,sal_Bool _bCase,OCatalog* _pCatalog);
::rtl::OUString SAL_CALL getName() { return m_Name; } virtual ::rtl::OUString SAL_CALL getName() throw(::com::sun::star::uno::RuntimeException);
::rtl::OUString getSchema() const { return m_SchemaName; } ::rtl::OUString getSchema() const { return m_SchemaName; }
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData> getMetaData() const; virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData> getMetaData() const;
// com::sun::star::lang::XUnoTunnel // com::sun::star::lang::XUnoTunnel
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: Aolewrap.hxx,v $ * $RCSfile: Aolewrap.hxx,v $
* *
* $Revision: 1.10 $ * $Revision: 1.11 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 06:55:54 $ * last change: $Author: vg $ $Date: 2007-03-26 14:02:26 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -157,6 +157,7 @@ namespace connectivity ...@@ -157,6 +157,7 @@ namespace connectivity
template<class Ts, class T, class WrapT> class WpOLECollection : public WpOLEBase<Ts> template<class Ts, class T, class WrapT> class WpOLECollection : public WpOLEBase<Ts>
{ {
public: public:
using WpOLEBase<Ts>::pInterface;
// Konstruktoren, operator= // Konstruktoren, operator=
// diese rufen nur die Oberklasse // diese rufen nur die Oberklasse
WpOLECollection(Ts* pInt=NULL):WpOLEBase<Ts>(pInt){} WpOLECollection(Ts* pInt=NULL):WpOLEBase<Ts>(pInt){}
...@@ -211,7 +212,7 @@ namespace connectivity ...@@ -211,7 +212,7 @@ namespace connectivity
} }
inline void fillElementNames(TStringVector& _rVector) inline void fillElementNames(TStringVector& _rVector)
{ {
if(IsValid()) if(WpOLEBase<Ts>::IsValid())
{ {
Refresh(); Refresh();
sal_Int32 nCount = GetItemCount(); sal_Int32 nCount = GetItemCount();
...@@ -233,6 +234,7 @@ namespace connectivity ...@@ -233,6 +234,7 @@ namespace connectivity
public: public:
// Konstruktoren, operator= // Konstruktoren, operator=
// diese rufen nur die Oberklasse // diese rufen nur die Oberklasse
using WpOLEBase<Ts>::pInterface;
WpOLEAppendCollection(Ts* pInt=NULL):WpOLECollection<Ts,T,WrapT>(pInt){} WpOLEAppendCollection(Ts* pInt=NULL):WpOLECollection<Ts,T,WrapT>(pInt){}
WpOLEAppendCollection(const WpOLEAppendCollection& rhs){ operator=(rhs); } WpOLEAppendCollection(const WpOLEAppendCollection& rhs){ operator=(rhs); }
inline WpOLEAppendCollection& operator=(const WpOLEAppendCollection& rhs) inline WpOLEAppendCollection& operator=(const WpOLEAppendCollection& rhs)
......
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