Lines Matching refs:OSL_PRECOND
1419 OSL_PRECOND( !m_sValuePropertyName.getLength() && -1 == m_nValuePropertyAggregateHandle, in initOwnValueProperty()
1428 OSL_PRECOND( !m_sValuePropertyName.getLength() && -1 == m_nValuePropertyAggregateHandle, in initValueProperty()
1452 …OSL_PRECOND( m_sValuePropertyName.getLength(), "OBoundControlModel::suspendValueListening: don't h… in suspendValueListening()
1453 …OSL_PRECOND( m_pAggPropMultiplexer, "OBoundControlModel::suspendValueListening: I *am* not listeni… in suspendValueListening()
1462 …OSL_PRECOND( m_sValuePropertyName.getLength(), "OBoundControlModel::resumeValueListening: don't ha… in resumeValueListening()
1463 …OSL_PRECOND( m_pAggPropMultiplexer, "OBoundControlModel::resumeValueListening: I *am* not listenin… in resumeValueListening()
1464 …OSL_PRECOND( !m_pAggPropMultiplexer || m_pAggPropMultiplexer->locked(), "OBoundControlModel::resum… in resumeValueListening()
1572 …OSL_PRECOND( m_pAggPropMultiplexer, "OBoundControlModel::startAggregatePropertyListening: no multi… in startAggregatePropertyListening()
1584 …OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::doFormListening: external value bind… in doFormListening()
2050 … OSL_PRECOND( m_bCommitable, "OBoundControlModel::commit: invalid call (I'm not commitable !) " ); in commit()
2115 …OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::connectToField: invalid call (have a… in connectToField()
2200 …OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::approveDbColumnType: invalid call (h… in approveDbColumnType()
2230 …OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::impl_connectDatabaseColumn_noNotify:… in impl_connectDatabaseColumn_noNotify()
2264 …OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::impl_disconnectDatabaseColumn_noNoti… in impl_disconnectDatabaseColumn_noNotify()
2290 …OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::loaded: we should never reach this w… in loaded()
2301 …OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::unloaded: we should never reach this… in unloaded()
2307 …OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::reloading: we should never reach thi… in reloading()
2321 …OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::unloading: we should never reach thi… in unloading()
2337 …OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::reloaded: we should never reach this… in reloaded()
2355 OSL_PRECOND( m_xAggregateFastSet.is() && m_xAggregateSet.is(), in doSetControlValue()
2357 OSL_PRECOND( m_sValuePropertyName.getLength() || ( m_nValuePropertyAggregateHandle != -1 ), in doSetControlValue()
2435 …OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::onConnectedDbColumn: how this? There… in onConnectedDbColumn()
2441 …OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::onDisconnectedDbColumn: how this? Th… in onDisconnectedDbColumn()
2629 …OSL_PRECOND( _rxBinding.is(), "OBoundControlModel::connectExternalValueBinding: invalid binding in… in connectExternalValueBinding()
2630 …OSL_PRECOND( !hasExternalValueBinding( ), "OBoundControlModel::connectExternalValueBinding: precon… in connectExternalValueBinding()
2741 …OSL_PRECOND( m_bSupportsExternalBinding, "OBoundControlModel::setValueBinding: How did you reach t… in setValueBinding()
2772 …OSL_PRECOND( m_bSupportsExternalBinding, "OBoundControlModel::getValueBinding: How did you reach t… in getValueBinding()
2784 …OSL_PRECOND( hasExternalValueBinding(), "OBoundControlModel::modified: Where did this come from?" … in modified()
2830 OSL_PRECOND( m_bSupportsExternalBinding && hasExternalValueBinding(), in transferControlValueToExternal()
2885 OSL_PRECOND( m_bSupportsExternalBinding && hasExternalValueBinding(), in translateExternalValueToControlValue()
2908 …OSL_PRECOND( m_xValidator.is(), "OBoundControlModel::translateControlValueToValidatableValue: no v… in translateControlValueToValidatableValue()
2917 OSL_PRECOND( m_xAggregateFastSet.is() && m_xAggregateSet.is(), in getControlValue()
2919 OSL_PRECOND( m_sValuePropertyName.getLength() || ( m_nValuePropertyAggregateHandle != -1 ), in getControlValue()
2939 …OSL_PRECOND( _rxValidator.is(), "OBoundControlModel::connectValidator: invalid validator instance!… in connectValidator()
2940 …OSL_PRECOND( !hasValidator( ), "OBoundControlModel::connectValidator: precond not met (have a vali… in connectValidator()
2962 …OSL_PRECOND( hasValidator( ), "OBoundControlModel::connectValidator: precond not met (don't have a… in disconnectValidator()
2985 …OSL_PRECOND( m_bSupportsValidation, "OBoundControlModel::setValidator: How did you reach this meth… in setValidator()
3012 …OSL_PRECOND( m_bSupportsValidation, "OBoundControlModel::getValidator: How did you reach this meth… in getValidator()
3023 …OSL_PRECOND( m_bSupportsValidation, "OBoundControlModel::validityConstraintChanged: How did you re… in validityConstraintChanged()