Lines Matching refs:OBoundControlModel

123             ,m_rModel( dynamic_cast< OBoundControlModel& >( _rLock.getModel() ) )  in FieldChangeNotifier()
137 OBoundControlModel& m_rModel;
1235 Any SAL_CALL OBoundControlModel::queryAggregation( const Type& _rType ) throw (RuntimeException) in queryAggregation()
1256 OBoundControlModel::OBoundControlModel( in OBoundControlModel() function in frm::OBoundControlModel
1293 OBoundControlModel::OBoundControlModel( in OBoundControlModel() function in frm::OBoundControlModel
1294 const OBoundControlModel* _pOriginal, const Reference< XMultiServiceFactory>& _rxFactory ) in OBoundControlModel()
1343 OBoundControlModel::~OBoundControlModel() in ~OBoundControlModel()
1365 void OBoundControlModel::clonedFrom( const OControlModel* _pOriginal ) in clonedFrom()
1367 … const OBoundControlModel* pBoundOriginal = static_cast< const OBoundControlModel* >( _pOriginal ); in clonedFrom()
1384 void OBoundControlModel::implInitAggMultiplexer( ) in implInitAggMultiplexer()
1398 void OBoundControlModel::implInitValuePropertyListening( ) const in implInitValuePropertyListening()
1417 void OBoundControlModel::initOwnValueProperty( const ::rtl::OUString& i_rValuePropertyName ) in initOwnValueProperty()
1426 void OBoundControlModel::initValueProperty( const ::rtl::OUString& _rValuePropertyName, sal_Int32 _… in initValueProperty()
1450 void OBoundControlModel::suspendValueListening( ) in suspendValueListening()
1460 void OBoundControlModel::resumeValueListening( ) in resumeValueListening()
1471 Sequence< Type > OBoundControlModel::_getTypes() in _getTypes()
1492 void OBoundControlModel::disposing() in disposing()
1531 void OBoundControlModel::onValuePropertyChange( ControlModelLock& i_rControLock ) in onValuePropertyChange()
1554 void OBoundControlModel::_propertyChanged( const PropertyChangeEvent& _rEvt ) throw ( RuntimeExcept… in _propertyChanged()
1570 void OBoundControlModel::startAggregatePropertyListening( const ::rtl::OUString& _rPropertyName ) in startAggregatePropertyListening()
1582 void OBoundControlModel::doFormListening( const bool _bStart ) in doFormListening()
1608 void SAL_CALL OBoundControlModel::setParent(const Reference<XInterface>& _rxParent) throw(com::sun:… in setParent()
1643 void SAL_CALL OBoundControlModel::disposing(const com::sun::star::lang::EventObject& _rEvent) throw… in disposing()
1674 StringSequence SAL_CALL OBoundControlModel::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
1683 Sequence< ::rtl::OUString > SAL_CALL OBoundControlModel::getSupportedServiceNames_Static() throw( R… in getSupportedServiceNames_Static()
1696 void SAL_CALL OBoundControlModel::write( const Reference<stario::XObjectOutputStream>& _rxOutStream… in write()
1719 void OBoundControlModel::defaultCommonProperties() in defaultCommonProperties()
1728 void OBoundControlModel::readCommonProperties(const Reference<stario::XObjectInputStream>& _rxInStr… in readCommonProperties()
1756 void OBoundControlModel::writeCommonProperties(const Reference<stario::XObjectOutputStream>& _rxOut… in writeCommonProperties()
1786 void SAL_CALL OBoundControlModel::read( const Reference< stario::XObjectInputStream >& _rxInStream … in read()
1796 void OBoundControlModel::getFastPropertyValue(Any& rValue, sal_Int32 nHandle) const in getFastPropertyValue()
1824 sal_Bool OBoundControlModel::convertFastPropertyValue( in convertFastPropertyValue()
1864 Any OBoundControlModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle()
1885 void OBoundControlModel::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) t… in setFastPropertyValue_NoBroadcast()
1965 void SAL_CALL OBoundControlModel::propertyChange( const PropertyChangeEvent& evt ) throw(RuntimeExc… in propertyChange()
2008 void SAL_CALL OBoundControlModel::onRowSetChanged( const EventObject& /*i_Event*/ ) throw (RuntimeE… in onRowSetChanged()
2034 void SAL_CALL OBoundControlModel::addUpdateListener(const Reference<XUpdateListener>& _rxListener) … in addUpdateListener()
2040 void SAL_CALL OBoundControlModel::removeUpdateListener(const Reference< XUpdateListener>& _rxListen… in removeUpdateListener()
2046 sal_Bool SAL_CALL OBoundControlModel::commit() throw(RuntimeException) in commit()
2104 void OBoundControlModel::resetField() in resetField()
2113 sal_Bool OBoundControlModel::connectToField(const Reference<XRowSet>& rForm) in connectToField()
2183 void OBoundControlModel::initFromField( const Reference< XRowSet >& _rxRowSet ) in initFromField()
2198 sal_Bool OBoundControlModel::approveDbColumnType(sal_Int32 _nColumnType) in approveDbColumnType()
2214 void OBoundControlModel::impl_determineAmbientForm_nothrow() in impl_determineAmbientForm_nothrow()
2216 Reference< XInterface > xParent( const_cast< OBoundControlModel* >( this )->getParent() ); in impl_determineAmbientForm_nothrow()
2228 void OBoundControlModel::impl_connectDatabaseColumn_noNotify( bool _bFromReload ) in impl_connectDatabaseColumn_noNotify()
2262 void OBoundControlModel::impl_disconnectDatabaseColumn_noNotify() in impl_disconnectDatabaseColumn_noNotify()
2282 void SAL_CALL OBoundControlModel::loaded( const EventObject& _rEvent ) throw(RuntimeException) in loaded()
2299 void SAL_CALL OBoundControlModel::unloaded( const com::sun::star::lang::EventObject& /*aEvent*/ ) t… in unloaded()
2305 void SAL_CALL OBoundControlModel::reloading( const com::sun::star::lang::EventObject& /*aEvent*/ ) … in reloading()
2316 void SAL_CALL OBoundControlModel::unloading(const com::sun::star::lang::EventObject& /*aEvent*/) th… in unloading()
2329 void SAL_CALL OBoundControlModel::reloaded( const EventObject& _rEvent ) throw(RuntimeException) in reloaded()
2345 void OBoundControlModel::setControlValue( const Any& _rValue, ValueChangeInstigator _eInstigator ) in setControlValue()
2353 void OBoundControlModel::doSetControlValue( const Any& _rValue ) in doSetControlValue()
2383 void OBoundControlModel::onConnectedValidator( ) in onConnectedValidator()
2404 void OBoundControlModel::onDisconnectedValidator( ) in onDisconnectedValidator()
2422 void OBoundControlModel::onConnectedExternalValue( ) in onConnectedExternalValue()
2428 void OBoundControlModel::onDisconnectedExternalValue( ) in onDisconnectedExternalValue()
2433 void OBoundControlModel::onConnectedDbColumn( const Reference< XInterface >& /*_rxForm*/ ) in onConnectedDbColumn()
2439 void OBoundControlModel::onDisconnectedDbColumn() in onDisconnectedDbColumn()
2446 Any OBoundControlModel::getDefaultForReset() const in getDefaultForReset()
2452 void OBoundControlModel::resetNoBroadcast() in resetNoBroadcast()
2458 void OBoundControlModel::addResetListener(const Reference<XResetListener>& l) throw (RuntimeExcepti… in addResetListener()
2464 void OBoundControlModel::removeResetListener(const Reference<XResetListener>& l) throw (RuntimeExce… in removeResetListener()
2470 void OBoundControlModel::reset() throw (RuntimeException) in reset()
2593 void OBoundControlModel::impl_setField_noNotify( const Reference< XPropertySet>& _rxField ) in impl_setField_noNotify()
2600 sal_Bool OBoundControlModel::impl_approveValueBinding_nolock( const Reference< XValueBinding >& _rx… in impl_approveValueBinding_nolock()
2626 void OBoundControlModel::connectExternalValueBinding( in connectExternalValueBinding()
2698 void OBoundControlModel::disconnectExternalValueBinding( ) in disconnectExternalValueBinding()
2739 void SAL_CALL OBoundControlModel::setValueBinding( const Reference< XValueBinding >& _rxBinding ) t… in setValueBinding()
2769 Reference< XValueBinding > SAL_CALL OBoundControlModel::getValueBinding( ) throw (RuntimeException) in getValueBinding()
2780 void SAL_CALL OBoundControlModel::modified( const EventObject& _rEvent ) throw ( RuntimeException ) in modified()
2792 void OBoundControlModel::transferDbValueToControl( ) in transferDbValueToControl()
2805 void OBoundControlModel::transferExternalValueToControl( ControlModelLock& _rInstanceLock ) in transferExternalValueToControl()
2828 void OBoundControlModel::transferControlValueToExternal( ControlModelLock& _rInstanceLock ) in transferControlValueToExternal()
2856 Sequence< Type > OBoundControlModel::getSupportedBindingTypes() in getSupportedBindingTypes()
2862 void OBoundControlModel::calculateExternalValueType() in calculateExternalValueType()
2883 Any OBoundControlModel::translateExternalValueToControlValue( const Any& _rExternalValue ) const in translateExternalValueToControlValue()
2900 Any OBoundControlModel::translateControlValueToExternalValue( ) const in translateControlValueToExternalValue()
2906 Any OBoundControlModel::translateControlValueToValidatableValue( ) const in translateControlValueToValidatableValue()
2915 Any OBoundControlModel::getControlValue( ) const in getControlValue()
2937 void OBoundControlModel::connectValidator( const Reference< XValidator >& _rxValidator ) in connectValidator()
2960 void OBoundControlModel::disconnectValidator( ) in disconnectValidator()
2982 void SAL_CALL OBoundControlModel::setValidator( const Reference< XValidator >& _rxValidator ) throw… in setValidator()
3009 Reference< XValidator > SAL_CALL OBoundControlModel::getValidator( ) throw (RuntimeException) in getValidator()
3020 void SAL_CALL OBoundControlModel::validityConstraintChanged( const EventObject& /*Source*/ ) throw … in validityConstraintChanged()
3031 sal_Bool SAL_CALL OBoundControlModel::isValid( ) throw (RuntimeException) in isValid()
3037 ::com::sun::star::uno::Any OBoundControlModel::getCurrentFormComponentValue() const in getCurrentFormComponentValue()
3045 Any SAL_CALL OBoundControlModel::getCurrentValue( ) throw (RuntimeException) in getCurrentValue()
3052 void SAL_CALL OBoundControlModel::addFormComponentValidityListener( const Reference< validation::XF… in addFormComponentValidityListener()
3059 void SAL_CALL OBoundControlModel::removeFormComponentValidityListener( const Reference< validation:… in removeFormComponentValidityListener()
3066 void OBoundControlModel::recheckValidity( bool _bForceNotification ) in recheckValidity()
3090 void OBoundControlModel::describeFixedProperties( Sequence< Property >& _rProps ) const in describeFixedProperties()