Lines Matching refs:_nHandle
116 void OSpinButtonModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue()
118 switch ( _nHandle ) in getFastPropertyValue()
125 OBoundControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
130 …void OSpinButtonModel::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rValue ) … in setFastPropertyValue_NoBroadcast() argument
132 switch ( _nHandle ) in setFastPropertyValue_NoBroadcast()
140 OBoundControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
146 Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue ) in convertFastPropertyValue() argument
150 switch ( _nHandle ) in convertFastPropertyValue()
157 … = OBoundControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
164 Any OSpinButtonModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle()
168 switch ( _nHandle ) in getPropertyDefaultByHandle()
175 aReturn = OBoundControlModel::getPropertyDefaultByHandle( _nHandle ); in getPropertyDefaultByHandle()