Lines Matching refs:_rPropertyName
219 ( Reference< XPropertySet > _xComponent, const ::rtl::OUString& _rPropertyName, in lcl_getStringResourceResolverForProperty()
225 lcl_isLanguageDependentProperty( _rPropertyName ) ) in lcl_getStringResourceResolverForProperty()
250 …omponentPropertyHandler::impl_getPropertyValue_throw( const ::rtl::OUString& _rPropertyName ) const in impl_getPropertyValue_throw()
252 const PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in impl_getPropertyValue_throw()
254 Any aPropertyValue( m_xComponent->getPropertyValue( _rPropertyName ) ); in impl_getPropertyValue_throw()
257 = lcl_getStringResourceResolverForProperty( m_xComponent, _rPropertyName, aPropertyValue ); in impl_getPropertyValue_throw()
311 …rmComponentPropertyHandler::getPropertyValue( const ::rtl::OUString& _rPropertyName ) throw (Unkno… in getPropertyValue() argument
313 if( _rPropertyName == PROPERTY_ROWSET ) in getPropertyValue()
314 return ::comphelper::OPropertyContainer::getPropertyValue( _rPropertyName ); in getPropertyValue()
317 return impl_getPropertyValue_throw( _rPropertyName ); in getPropertyValue()
321 …rmComponentPropertyHandler::setPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _r… in setPropertyValue() argument
323 if( _rPropertyName == PROPERTY_ROWSET ) in setPropertyValue()
325 ::comphelper::OPropertyContainer::setPropertyValue( _rPropertyName, _rValue ); in setPropertyValue()
330 …PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); // check if property is known by… in setPropertyValue()
338 m_xComponent->setPropertyValue( _rPropertyName, uno::makeAny( sObjectID ) ); in setPropertyValue()
355 = lcl_getStringResourceResolverForProperty( m_xComponent, _rPropertyName, _rValue ); in setPropertyValue()
362 Any aPropertyValue( m_xComponent->getPropertyValue( _rPropertyName ) ); in setPropertyValue()
398 aIdStrBase += _rPropertyName; in setPropertyValue()
493 m_xComponent->setPropertyValue( _rPropertyName, aValue ); in setPropertyValue()
498 …onentPropertyHandler::convertToPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _r… in convertToPropertyValue() argument
501 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in convertToPropertyValue()
515 … if ( m_aPropertiesWithDefListEntry.find( _rPropertyName ) != m_aPropertiesWithDefListEntry.end() ) in convertToPropertyValue()
604 …tyValue = FormComponentPropertyHandler_Base::convertToPropertyValue( _rPropertyName, _rControlValu… in convertToPropertyValue()
625 …tyValue = FormComponentPropertyHandler_Base::convertToPropertyValue( _rPropertyName, _rControlValu… in convertToPropertyValue()
634 …ponentPropertyHandler::convertToControlValue( const ::rtl::OUString& _rPropertyName, const Any& _r… in convertToControlValue() argument
637 sal_Int32 nPropId = m_pInfoService->getPropertyId( _rPropertyName ); in convertToControlValue()
647 … if ( m_aPropertiesWithDefListEntry.find( _rPropertyName ) != m_aPropertiesWithDefListEntry.end() ) in convertToControlValue()
756 …rolValue = FormComponentPropertyHandler_Base::convertToControlValue( _rPropertyName, makeAny( nNor… in convertToControlValue()
806 …rolValue = FormComponentPropertyHandler_Base::convertToControlValue( _rPropertyName, _rPropertyVal… in convertToControlValue()
815 …rmComponentPropertyHandler::getPropertyState( const ::rtl::OUString& _rPropertyName ) throw (Unkno… in getPropertyState() argument
819 return m_xPropertyState->getPropertyState( _rPropertyName ); in getPropertyState()
970 …SAL_CALL FormComponentPropertyHandler::describePropertyLine( const ::rtl::OUString& _rPropertyName, in describePropertyLine() argument
978 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine()
1411 m_aPropertiesWithDefListEntry.insert( _rPropertyName ); in describePropertyLine()
1426 …pertyHandler::onInteractivePropertySelection( const ::rtl::OUString& _rPropertyName, sal_Bool /*_b… in onInteractivePropertySelection() argument
1432 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in onInteractivePropertySelection()
1439 if ( impl_dialogListSelection_nothrow( _rPropertyName, aGuard ) ) in onInteractivePropertySelection()