Lines Matching refs:OColumnWrapper

351 DBG_NAME(OColumnWrapper);
353 OColumnWrapper::OColumnWrapper( const Reference< XPropertySet > & rCol, const bool _bNameIsReadOnly… in OColumnWrapper() function in OColumnWrapper
358 DBG_CTOR(OColumnWrapper,NULL); in OColumnWrapper()
374 OColumnWrapper::~OColumnWrapper() in ~OColumnWrapper()
376 DBG_DTOR(OColumnWrapper,NULL); in ~OColumnWrapper()
380 ::rtl::OUString OColumnWrapper::impl_getPropertyNameFromHandle( const sal_Int32 _nHandle ) const in impl_getPropertyNameFromHandle()
384 …const_cast< OColumnWrapper* >( this )->getInfoHelper().fillPropertyMembersByHandle( &sPropName, &n… in impl_getPropertyNameFromHandle()
390 void OColumnWrapper::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
406 sal_Bool OColumnWrapper::convertFastPropertyValue( Any & rConvertedValue, Any & rOldValue, sal_Int3… in convertFastPropertyValue()
427 void OColumnWrapper::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) throw… in setFastPropertyValue_NoBroadcast()
440 sal_Int64 SAL_CALL OColumnWrapper::getSomething( const Sequence< sal_Int8 >& aIdentifier ) throw(Ru… in getSomething()
453 :OColumnWrapper( _rCol, !_bIsDescriptor ) in OTableColumnDescriptorWrapper()
565 OColumnWrapper::getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
589 …bModified = OColumnWrapper::convertFastPropertyValue( rConvertedValue, rOldValue, nHandle, rValue … in convertFastPropertyValue()
607 OColumnWrapper::setFastPropertyValue_NoBroadcast( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()