Lines Matching refs:OEditModel
285 return *(new OEditModel(_rxFactory)); in OEditModel_CreateInstance()
289 Sequence<Type> OEditModel::_getTypes() in _getTypes()
295 DBG_NAME(OEditModel);
297 OEditModel::OEditModel(const Reference<XMultiServiceFactory>& _rxFactory) in OEditModel() function in frm::OEditModel
302 DBG_CTOR(OEditModel,NULL); in OEditModel()
309 OEditModel::OEditModel( const OEditModel* _pOriginal, const Reference<XMultiServiceFactory>& _rxFac… in OEditModel() function in frm::OEditModel
314 DBG_CTOR( OEditModel, NULL ); in OEditModel()
324 OEditModel::~OEditModel() in ~OEditModel()
332 DBG_DTOR(OEditModel,NULL); in ~OEditModel()
336 IMPLEMENT_DEFAULT_CLONING( OEditModel ) in IMPLEMENT_DEFAULT_CLONING() argument
339 void OEditModel::disposing() in IMPLEMENT_DEFAULT_CLONING()
347 ::rtl::OUString SAL_CALL OEditModel::getServiceName() throw ( ::com::sun::star::uno::RuntimeExcepti… in getServiceName()
354 StringSequence SAL_CALL OEditModel::getSupportedServiceNames() throw() in getSupportedServiceNames()
377 void SAL_CALL OEditModel::getFastPropertyValue(Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
393 void OEditModel::describeFixedProperties( Sequence< Property >& _rProps ) const in describeFixedProperties()
405 void OEditModel::describeAggregateProperties( Sequence< Property >& _rAggregateProps ) const in describeAggregateProperties()
420 bool OEditModel::implActsAsRichText( ) const in implActsAsRichText()
431 void SAL_CALL OEditModel::reset( ) throw(RuntimeException) in reset()
509 void OEditModel::writeAggregate( const Reference< XObjectOutputStream >& _rxOutStream ) const in writeAggregate()
531 void OEditModel::readAggregate( const Reference< XObjectInputStream >& _rxInStream ) in readAggregate()
550 void OEditModel::write(const Reference<XObjectOutputStream>& _rxOutStream) throw ( ::com::sun::star… in write()
581 void OEditModel::read(const Reference<XObjectInputStream>& _rxInStream) throw ( ::com::sun::star::i… in read()
603 sal_uInt16 OEditModel::getPersistenceFlags() const in getPersistenceFlags()
614 void OEditModel::onConnectedDbColumn( const Reference< XInterface >& _rxForm ) in onConnectedDbColumn()
645 void OEditModel::onDisconnectedDbColumn() in onDisconnectedDbColumn()
661 sal_Bool OEditModel::approveDbColumnType( sal_Int32 _nColumnType ) in approveDbColumnType()
671 void OEditModel::resetNoBroadcast() in resetNoBroadcast()
677 sal_Bool OEditModel::commitControlValueToDbColumn( bool /*_bPostReset*/ ) in commitControlValueToDbColumn()
715 Any OEditModel::translateDbColumnToControlValue() in translateDbColumnToControlValue()
746 Any OEditModel::getDefaultForReset() const in getDefaultForReset()