Lines Matching refs:m_nValuePropertyAggregateHandle
1264 ,m_nValuePropertyAggregateHandle( -1 ) in OBoundControlModel()
1299 ,m_nValuePropertyAggregateHandle( _pOriginal->m_nValuePropertyAggregateHandle ) in OBoundControlModel()
1328 m_nValuePropertyAggregateHandle = _pOriginal->m_nValuePropertyAggregateHandle; in OBoundControlModel()
1419 OSL_PRECOND( !m_sValuePropertyName.getLength() && -1 == m_nValuePropertyAggregateHandle, in initOwnValueProperty()
1428 OSL_PRECOND( !m_sValuePropertyName.getLength() && -1 == m_nValuePropertyAggregateHandle, in initValueProperty()
1434 m_nValuePropertyAggregateHandle = getOriginalHandle( _nValuePropertyExternalHandle ); in initValueProperty()
1435 …OSL_ENSURE( m_nValuePropertyAggregateHandle != -1, "OBoundControlModel::initValueProperty: unable … in initValueProperty()
1437 if ( m_nValuePropertyAggregateHandle != -1 ) in initValueProperty()
2357 OSL_PRECOND( m_sValuePropertyName.getLength() || ( m_nValuePropertyAggregateHandle != -1 ), in doSetControlValue()
2367 if ( ( m_nValuePropertyAggregateHandle != -1 ) && m_xAggregateFastSet.is() ) in doSetControlValue()
2369 m_xAggregateFastSet->setFastPropertyValue( m_nValuePropertyAggregateHandle, _rValue ); in doSetControlValue()
2919 OSL_PRECOND( m_sValuePropertyName.getLength() || ( m_nValuePropertyAggregateHandle != -1 ), in getControlValue()
2924 if ( ( m_nValuePropertyAggregateHandle != -1 ) && m_xAggregateFastSet.is() ) in getControlValue()
2926 … aControlValue = m_xAggregateFastSet->getFastPropertyValue( m_nValuePropertyAggregateHandle ); in getControlValue()