Lines Matching refs:nHandle

324 void TitleWrapper::getFastCharacterPropertyValue( sal_Int32 nHandle, Any& rValue )  in getFastCharacterPropertyValue()  argument
326 OSL_ASSERT( FAST_PROPERTY_ID_START_CHAR_PROP <= nHandle && in getFastCharacterPropertyValue()
327 nHandle < CharacterProperties::FAST_PROPERTY_ID_END_CHAR_PROP ); in getFastCharacterPropertyValue()
333 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in getFastCharacterPropertyValue()
340 rValue = xFastProp->getFastPropertyValue( nHandle ); in getFastCharacterPropertyValue()
347 sal_Int32 nHandle, const Any& rValue ) throw (uno::Exception) in setFastCharacterPropertyValue() argument
349 OSL_ASSERT( FAST_PROPERTY_ID_START_CHAR_PROP <= nHandle && in setFastCharacterPropertyValue()
350 nHandle < CharacterProperties::FAST_PROPERTY_ID_END_CHAR_PROP ); in setFastCharacterPropertyValue()
356 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in setFastCharacterPropertyValue()
366 xFastPropertySet->setFastPropertyValue( nHandle, rValue ); in setFastCharacterPropertyValue()
377 sal_Int32 nHandle = getInfoHelper().getHandleByName( rPropertyName ); in setPropertyValue() local
378 if( CharacterProperties::IsCharacterPropertyHandle( nHandle ) ) in setPropertyValue()
380 setFastCharacterPropertyValue( nHandle, rValue ); in setPropertyValue()
390 sal_Int32 nHandle = getInfoHelper().getHandleByName( rPropertyName ); in getPropertyValue() local
391 if( CharacterProperties::IsCharacterPropertyHandle( nHandle ) ) in getPropertyValue()
392 getFastCharacterPropertyValue( nHandle, aRet ); in getPropertyValue()
403 sal_Int32 nHandle = getInfoHelper().getHandleByName( rPropertyName ); in getPropertyState() local
404 if( CharacterProperties::IsCharacterPropertyHandle( nHandle ) ) in getPropertyState()
424 sal_Int32 nHandle = getInfoHelper().getHandleByName( rPropertyName ); in setPropertyToDefault() local
425 if( CharacterProperties::IsCharacterPropertyHandle( nHandle ) ) in setPropertyToDefault()
428 setFastCharacterPropertyValue( nHandle, aDefault ); in setPropertyToDefault()
438 sal_Int32 nHandle = getInfoHelper().getHandleByName( rPropertyName ); in getPropertyDefault() local
439 if( CharacterProperties::IsCharacterPropertyHandle( nHandle ) ) in getPropertyDefault()
460 sal_Int32 nHandle = getInfoHelper().getHandleByName( rPropertyName ); in addPropertyChangeListener() local
461 if( CharacterProperties::IsCharacterPropertyHandle( nHandle ) ) in addPropertyChangeListener()
473 sal_Int32 nHandle = getInfoHelper().getHandleByName( rPropertyName ); in removePropertyChangeListener() local
474 if( CharacterProperties::IsCharacterPropertyHandle( nHandle ) ) in removePropertyChangeListener()