Lines Matching refs:_rPropertyName
241 …CellBindingPropertyHandler::getPropertyValue( const ::rtl::OUString& _rPropertyName ) throw (Unkno… in getPropertyValue() argument
244 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue()
287 …CellBindingPropertyHandler::setPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _r… in setPropertyValue() argument
290 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue()
297 Any aOldValue = getPropertyValue( _rPropertyName ); in setPropertyValue()
346 Any aNewValue( getPropertyValue( _rPropertyName ) ); in setPropertyValue()
347 firePropertyChange( _rPropertyName, nPropId, aOldValue, aNewValue ); in setPropertyValue()
359 …ndingPropertyHandler::convertToPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _r… in convertToPropertyValue() argument
368 PropertyId nPropId( m_pInfoService->getPropertyId( _rPropertyName ) ); in convertToPropertyValue()
407 … SAL_CALL CellBindingPropertyHandler::convertToControlValue( const ::rtl::OUString& _rPropertyName, in convertToControlValue() argument
417 PropertyId nPropId( m_pInfoService->getPropertyId( _rPropertyName ) ); in convertToControlValue()