Tag: cws_src680_dba23a User: fs Date: 2007/03/22 03:45:22 Modified: dba/connectivity/inc/connectivity/PColumn.hxx
Log: #i74800# +m_bIsSearchable File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: PColumn.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/PColumn.hxx?r1=1.14&r2=1.14.122.1 Delta lines: +6 -3 ------------------- --- PColumn.hxx 10 Jul 2006 14:15:02 -0000 1.14 +++ PColumn.hxx 22 Mar 2007 10:45:19 -0000 1.14.122.1 @@ -4,9 +4,9 @@ * * $RCSfile: PColumn.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.14.122.1 $ * - * last change: $Author: obo $ $Date: 2006/07/10 14:15:02 $ + * last change: $Author: fs $ $Date: 2007/03/22 10:45:19 $ * * 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 @@ 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 @@ 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; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
