Searched refs:m_nValuePropertyAggregateHandle (Results 1 – 2 of 2) sorted by relevance
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()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()2919 OSL_PRECOND( m_sValuePropertyName.getLength() || ( m_nValuePropertyAggregateHandle != -1 ), in getControlValue()[all …]
645 sal_Int32 m_nValuePropertyAggregateHandle; member in frm::OBoundControlModel701 …nt32 getValuePropertyAggHandle( ) const { return m_nValuePropertyAggregateHandle; } in getValuePropertyAggHandle()
Completed in 51 milliseconds