Lines Matching refs:OTimeModel

94 	return *(new OTimeModel(_rxFactory));  in OTimeModel_CreateInstance()
99 StringSequence SAL_CALL OTimeModel::getSupportedServiceNames() throw() in getSupportedServiceNames()
122 Sequence<Type> OTimeModel::_getTypes() in _getTypes()
128 DBG_NAME( OTimeModel ) in DBG_NAME() argument
130 OTimeModel::OTimeModel(const Reference<XMultiServiceFactory>& _rxFactory) in DBG_NAME()
135 DBG_CTOR( OTimeModel, NULL ); in DBG_NAME()
144 OTimeModel::OTimeModel( const OTimeModel* _pOriginal, const Reference<XMultiServiceFactory>& _rxFac… in OTimeModel() function in frm::OTimeModel
148 DBG_CTOR( OTimeModel, NULL ); in OTimeModel()
154 OTimeModel::~OTimeModel( ) in ~OTimeModel()
157 DBG_DTOR( OTimeModel, NULL ); in ~OTimeModel()
162 IMPLEMENT_DEFAULT_CLONING( OTimeModel ) in IMPLEMENT_DEFAULT_CLONING() argument
165 ::rtl::OUString SAL_CALL OTimeModel::getServiceName() throw ( ::com::sun::star::uno::RuntimeExcepti… in IMPLEMENT_DEFAULT_CLONING()
172 void OTimeModel::describeFixedProperties( Sequence< Property >& _rProps ) const in describeFixedProperties()
183 void SAL_CALL OTimeModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue()
200 sal_Bool SAL_CALL OTimeModel::convertFastPropertyValue(Any& _rConvertedValue, Any& _rOldValue, in convertFastPropertyValue()
210 void SAL_CALL OTimeModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) … in setFastPropertyValue_NoBroadcast()
220 void OTimeModel::onConnectedDbColumn( const Reference< XInterface >& _rxForm ) in onConnectedDbColumn()
240 sal_Bool OTimeModel::commitControlValueToDbColumn( bool /*_bPostReset*/ ) in commitControlValueToDbColumn()
282 void OTimeModel::impl_translateControlValueToUNOTime( Any& _rUNOValue ) const in impl_translateControlValueToUNOTime()
298 Any OTimeModel::translateControlValueToExternalValue( ) const in translateControlValueToExternalValue()
306 Any OTimeModel::translateExternalValueToControlValue( const Any& _rExternalValue ) const in translateExternalValueToControlValue()
319 Any OTimeModel::translateControlValueToValidatableValue( ) const in translateControlValueToValidatableValue()
327 Any OTimeModel::translateDbColumnToControlValue() in translateDbColumnToControlValue()
340 Any OTimeModel::getDefaultForReset() const in getDefaultForReset()
346 void OTimeModel::resetNoBroadcast() in resetNoBroadcast()
353 Sequence< Type > OTimeModel::getSupportedBindingTypes() in getSupportedBindingTypes()