Lines Matching refs:_nHandle
160 void OScrollBarModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue()
162 switch ( _nHandle ) in getFastPropertyValue()
169 OBoundControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
174 …void OScrollBarModel::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rValue ) t… in setFastPropertyValue_NoBroadcast() argument
176 switch ( _nHandle ) in setFastPropertyValue_NoBroadcast()
184 OBoundControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
190 Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue ) in convertFastPropertyValue() argument
194 switch ( _nHandle ) in convertFastPropertyValue()
201 … = OBoundControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
208 Any OScrollBarModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle()
212 switch ( _nHandle ) in getPropertyDefaultByHandle()
219 aReturn = OBoundControlModel::getPropertyDefaultByHandle( _nHandle ); in getPropertyDefaultByHandle()