Tag: cws_src680_qiq User: fs Date: 2006/06/27 05:03:27 Modified: dba/dbaccess/source/core/inc/table.hxx
Log: RESYNC: (1.25-1.26); FILE MERGED File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: table.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/table.hxx?r1=1.25.124.1&r2=1.25.124.2 Delta lines: +11 -4 -------------------- --- table.hxx 16 Jun 2006 11:47:40 -0000 1.25.124.1 +++ table.hxx 27 Jun 2006 12:03:24 -0000 1.25.124.2 @@ -85,6 +85,9 @@ #ifndef _COMPHELPER_UNO3_HXX_ #include <comphelper/uno3.hxx> #endif +#ifndef COMPHELPER_IDPROPERTYARRAYUSAGEHELPER_HXX +#include <comphelper/IdPropArrayHelper.hxx> +#endif namespace dbaccess { @@ -97,7 +100,6 @@ class OContainerMediator; typedef ::comphelper::OIdPropertyArrayUsageHelper< ODBTable > ODBTable_PROP; typedef ::connectivity::OTableHelper OTable_Base; - typedef ::connectivity::sdbcx::OTableDescriptor_BASE OTable_Linux; class ODBTable :public ODataSettings_Base ,public ODBTable_PROP @@ -121,6 +123,7 @@ virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createColumnDescriptor(); virtual void columnAppended( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxSourceDescriptor ); virtual void columnDropped(const ::rtl::OUString& _sName); + virtual void columnCloned(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _xClone); /** creates the column collection for the table @param _rNames @@ -194,6 +197,10 @@ virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException); virtual void refreshColumns(); + + private: + using OTable_Base::createArrayHelper; + using OTable_Base::getFastPropertyValue; }; } #endif // _DBA_CORE_TABLE_HXX_ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
