Lines Matching refs:_nHandle

327     void SAL_CALL ORichTextModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const  in getFastPropertyValue()
329 if ( isRegisteredProperty( _nHandle ) ) in getFastPropertyValue()
331 OPropertyContainerHelper::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
333 else if ( isFontRelatedProperty( _nHandle ) ) in getFastPropertyValue()
335 FontControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
339 OControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
344 …ertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rVal… in convertFastPropertyValue() argument
348 if ( isRegisteredProperty( _nHandle ) ) in convertFastPropertyValue()
350 …opertyContainerHelper::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
352 else if ( isFontRelatedProperty( _nHandle ) ) in convertFastPropertyValue()
354 …ed = FontControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
358 …bModified = OControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rVal… in convertFastPropertyValue()
365 …void SAL_CALL ORichTextModel::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rV… in setFastPropertyValue_NoBroadcast() argument
367 if ( isRegisteredProperty( _nHandle ) ) in setFastPropertyValue_NoBroadcast()
369 OPropertyContainerHelper::setFastPropertyValue( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
371 switch ( _nHandle ) in setFastPropertyValue_NoBroadcast()
402 else if ( isFontRelatedProperty( _nHandle ) ) in setFastPropertyValue_NoBroadcast()
406 FontControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
408 if ( isFontAggregateProperty( _nHandle ) ) in setFastPropertyValue_NoBroadcast()
413 switch ( _nHandle ) in setFastPropertyValue_NoBroadcast()
425 OControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
432 Any ORichTextModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle()
436 switch ( _nHandle ) in getPropertyDefaultByHandle()
491 if ( isFontRelatedProperty( _nHandle ) ) in getPropertyDefaultByHandle()
492 aDefault = FontControlModel::getPropertyDefaultByHandle( _nHandle ); in getPropertyDefaultByHandle()
494 aDefault = OControlModel::getPropertyDefaultByHandle( _nHandle ); in getPropertyDefaultByHandle()