Lines Matching refs:_rPropertyName

408 …Any SAL_CALL GenericPropertyHandler::getPropertyValue( const ::rtl::OUString& _rPropertyName ) thr…  in getPropertyValue()  argument
414 return m_xComponent->getPropertyValue( _rPropertyName ); in getPropertyValue()
418 …void SAL_CALL GenericPropertyHandler::setPropertyValue( const ::rtl::OUString& _rPropertyName, con… in setPropertyValue() argument
424 m_xComponent->setPropertyValue( _rPropertyName, _rValue ); in setPropertyValue()
437 …nericPropertyHandler::convertToPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _r… in convertToPropertyValue() argument
442 PropertyMap::const_iterator pos = m_aProperties.find( _rPropertyName ); in convertToPropertyValue()
464 …enericPropertyHandler::convertToControlValue( const ::rtl::OUString& _rPropertyName, const Any& _r… in convertToControlValue() argument
469 PropertyMap::const_iterator pos = m_aProperties.find( _rPropertyName ); in convertToControlValue()
488 …ALL GenericPropertyHandler::getPropertyState( const ::rtl::OUString& _rPropertyName ) throw (Unkno… in getPropertyState() argument
493 eState = m_xPropertyState->getPropertyState( _rPropertyName ); in getPropertyState()
634 …iptor SAL_CALL GenericPropertyHandler::describePropertyLine( const ::rtl::OUString& _rPropertyName, in describePropertyLine() argument
644 PropertyMap::const_iterator pos = m_aProperties.find( _rPropertyName ); in describePropertyLine()
649 aDescriptor.DisplayName = _rPropertyName; in describePropertyLine()
661 …bool bIsURLProperty = ( _rPropertyName.getLength() >= 3 ) && _rPropertyName.matchAsciiL( "URL", 3,… in describePropertyLine()