Lines Matching refs:ORowSetDataColumn
62 DBG_NAME(ORowSetDataColumn) in DBG_NAME() argument
64 ORowSetDataColumn::ORowSetDataColumn( const Reference < XResultSetMetaData >& _xMetaData, in DBG_NAME()
77 DBG_CTOR(ORowSetDataColumn,NULL); in DBG_NAME()
82 ORowSetDataColumn::~ORowSetDataColumn() in ~ORowSetDataColumn()
84 DBG_DTOR(ORowSetDataColumn,NULL); in ~ORowSetDataColumn()
89 ::cppu::IPropertyArrayHelper* ORowSetDataColumn::createArrayHelper( ) const in createArrayHelper()
127 ::cppu::IPropertyArrayHelper& ORowSetDataColumn::getInfoHelper() in getInfoHelper()
129 …return *static_cast< ::comphelper::OPropertyArrayUsageHelper< ORowSetDataColumn >* >(this)->getArr… in getInfoHelper()
132 void SAL_CALL ORowSetDataColumn::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
154 void SAL_CALL ORowSetDataColumn::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rVal… in setFastPropertyValue_NoBroadcast()
174 sal_Bool SAL_CALL ORowSetDataColumn::convertFastPropertyValue( Any & rConvertedValue, in convertFastPropertyValue()
204 Sequence< sal_Int8 > ORowSetDataColumn::getImplementationId() throw (RuntimeException) in getImplementationId()
219 void ORowSetDataColumn::fireValueChange(const ORowSetValue& _rOldValue) in fireValueChange()