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()
1452OSL_PRECOND( m_sValuePropertyName.getLength(), "OBoundControlModel::suspendValueListening: don't h… in suspendValueListening()
1453OSL_PRECOND( m_pAggPropMultiplexer, "OBoundControlModel::suspendValueListening: I *am* not listeni… in suspendValueListening()
1462OSL_PRECOND( m_sValuePropertyName.getLength(), "OBoundControlModel::resumeValueListening: don't ha… in resumeValueListening()
1463OSL_PRECOND( m_pAggPropMultiplexer, "OBoundControlModel::resumeValueListening: I *am* not listenin… in resumeValueListening()
1464OSL_PRECOND( !m_pAggPropMultiplexer || m_pAggPropMultiplexer->locked(), "OBoundControlModel::resum… in resumeValueListening()
1572OSL_PRECOND( m_pAggPropMultiplexer, "OBoundControlModel::startAggregatePropertyListening: no multi… in startAggregatePropertyListening()
1584OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::doFormListening: external value bind… in doFormListening()
2050OSL_PRECOND( m_bCommitable, "OBoundControlModel::commit: invalid call (I'm not commitable !) " ); in commit()
2115OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::connectToField: invalid call (have a… in connectToField()
2200OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::approveDbColumnType: invalid call (h… in approveDbColumnType()
2230OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::impl_connectDatabaseColumn_noNotify:… in impl_connectDatabaseColumn_noNotify()
2264OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::impl_disconnectDatabaseColumn_noNoti… in impl_disconnectDatabaseColumn_noNotify()
2290OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::loaded: we should never reach this w… in loaded()
2301OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::unloaded: we should never reach this… in unloaded()
2307OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::reloading: we should never reach thi… in reloading()
2321OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::unloading: we should never reach thi… in unloading()
2337OSL_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()
2435OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::onConnectedDbColumn: how this? There… in onConnectedDbColumn()
2441OSL_PRECOND( !hasExternalValueBinding(), "OBoundControlModel::onDisconnectedDbColumn: how this? Th… in onDisconnectedDbColumn()
2629OSL_PRECOND( _rxBinding.is(), "OBoundControlModel::connectExternalValueBinding: invalid binding in… in connectExternalValueBinding()
2630OSL_PRECOND( !hasExternalValueBinding( ), "OBoundControlModel::connectExternalValueBinding: precon… in connectExternalValueBinding()
2741OSL_PRECOND( m_bSupportsExternalBinding, "OBoundControlModel::setValueBinding: How did you reach t… in setValueBinding()
2772OSL_PRECOND( m_bSupportsExternalBinding, "OBoundControlModel::getValueBinding: How did you reach t… in getValueBinding()
2784OSL_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()
2908OSL_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()
2939OSL_PRECOND( _rxValidator.is(), "OBoundControlModel::connectValidator: invalid validator instance!… in connectValidator()
2940OSL_PRECOND( !hasValidator( ), "OBoundControlModel::connectValidator: precond not met (have a vali… in connectValidator()
2962OSL_PRECOND( hasValidator( ), "OBoundControlModel::connectValidator: precond not met (don't have a… in disconnectValidator()
2985OSL_PRECOND( m_bSupportsValidation, "OBoundControlModel::setValidator: How did you reach this meth… in setValidator()
3012OSL_PRECOND( m_bSupportsValidation, "OBoundControlModel::getValidator: How did you reach this meth… in getValidator()
3023OSL_PRECOND( m_bSupportsValidation, "OBoundControlModel::validityConstraintChanged: How did you re… in validityConstraintChanged()