Lines Matching refs:rName
1394 void OPropertyBrowserController::Commit( const ::rtl::OUString& rName, const Any& _rValue ) in Commit() argument
1401 if ( rName.equals( PROPERTY_IMAGE_URL ) ) in Commit()
1410 m_sCommittingProperty = rName; in Commit()
1412 bool bIsActuatingProperty = impl_isActuatingProperty_nothrow( rName ); in Commit()
1416 aOldValue = impl_getPropertyValue_throw( rName ); in Commit()
1419 PropertyHandlerRef handler = impl_getHandlerForProperty_throw( rName ); in Commit()
1424 handler->setPropertyValue( rName, _rValue ); in Commit()
1428 Any aNormalizedValue = handler->getPropertyValue( rName ); in Commit()
1432 impl_broadcastPropertyChange_nothrow( rName, aNormalizedValue, aOldValue, false ); in Commit()
1435 getPropertyBox().SetPropertyValue( rName, aNormalizedValue, false ); in Commit()
1440 PropertyHandlerRef handler = impl_getHandlerForProperty_throw( rName ); in Commit()
1441 Any aNormalizedValue = handler->getPropertyValue( rName ); in Commit()
1442 getPropertyBox().SetPropertyValue( rName, aNormalizedValue, false ); in Commit()