Lines Matching refs:_nHandle

366 …  void SAL_CALL ONavigationBarModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const  in getFastPropertyValue()
368 if ( isRegisteredProperty( _nHandle ) ) in getFastPropertyValue()
370 OPropertyContainerHelper::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
372 else if ( isFontRelatedProperty( _nHandle ) ) in getFastPropertyValue()
374 FontControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
378 OControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
384 sal_Int32 _nHandle, const Any& _rValue ) throw( IllegalArgumentException ) in convertFastPropertyValue() argument
388 if ( isRegisteredProperty( _nHandle ) ) in convertFastPropertyValue()
390 …opertyContainerHelper::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
392 else if ( isFontRelatedProperty( _nHandle ) ) in convertFastPropertyValue()
394 …ed = FontControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
398 …bModified = OControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rVal… in convertFastPropertyValue()
405 …void SAL_CALL ONavigationBarModel::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any… in setFastPropertyValue_NoBroadcast() argument
407 if ( isRegisteredProperty( _nHandle ) ) in setFastPropertyValue_NoBroadcast()
409 OPropertyContainerHelper::setFastPropertyValue( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
411 else if ( isFontRelatedProperty( _nHandle ) ) in setFastPropertyValue_NoBroadcast()
415 FontControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
417 if ( isFontAggregateProperty( _nHandle ) ) in setFastPropertyValue_NoBroadcast()
422 OControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
427 Any ONavigationBarModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle()
431 switch ( _nHandle ) in getPropertyDefaultByHandle()
473 if ( isFontRelatedProperty( _nHandle ) ) in getPropertyDefaultByHandle()
474 aDefault = FontControlModel::getPropertyDefaultByHandle( _nHandle ); in getPropertyDefaultByHandle()
476 aDefault = OControlModel::getPropertyDefaultByHandle( _nHandle ); in getPropertyDefaultByHandle()