summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 08:37:26 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 08:37:26 +0000
commit8268e06b7b54aed4741dcc116869bc78e3f14cf4 (patch)
treeb53d1399451b056a945e89e485f4ed85c7e875e5
parent83307b6d01b38de9c7f54aadc21445015cdf57b6 (diff)
INTEGRATION: CWS dba23a (1.14.122); FILE MERGED
2007/03/22 10:45:19 fs 1.14.122.1: #i74800# +m_bIsSearchable
-rw-r--r--connectivity/inc/connectivity/PColumn.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/inc/connectivity/PColumn.hxx b/connectivity/inc/connectivity/PColumn.hxx
index 632b1aa60c4a..15198ed8a980 100644
--- a/connectivity/inc/connectivity/PColumn.hxx
+++ b/connectivity/inc/connectivity/PColumn.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: PColumn.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 14:15:02 $
+ * last change: $Author: kz $ $Date: 2007-05-10 09:37:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -74,6 +74,8 @@ namespace connectivity
sal_Bool m_bFunction;
sal_Bool m_bDbasePrecisionChanged;
sal_Bool m_bAggregateFunction;
+ sal_Bool m_bIsSearchable;
+
protected:
virtual ::cppu::IPropertyArrayHelper* createArrayHelper() const;
virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper();
@@ -98,6 +100,7 @@ namespace connectivity
void setTableName(const ::rtl::OUString& _rName) { m_aTableName = _rName; }
void setFunction(sal_Bool _bFunction) { m_bFunction = _bFunction; }
void setAggregateFunction(sal_Bool _bFunction) { m_bAggregateFunction = _bFunction; }
+ void setIsSearchable( sal_Bool _bIsSearchable ) { m_bIsSearchable = _bIsSearchable; }
void setDbasePrecisionChanged(sal_Bool _bDbasePrecisionChanged) { m_bDbasePrecisionChanged = _bDbasePrecisionChanged; }
::rtl::OUString getRealName() const { return m_aRealName; }