Lines Matching refs:aPropertyName

403     virtual void setPropertyValue(const UString& aPropertyName, const UsrAny& aValue) 
413 virtual void addPropertyChangeListener( const UString& aPropertyName,
418 virtual void removePropertyChangeListener( const UString& aPropertyName,
453 void MyPersistObject::setPropertyValue(const UString& aPropertyName, const UsrAny& aValue) in setPropertyValue() argument
460 if( L"long" == aPropertyName ) { in setPropertyValue()
463 else if ( L"float" == aPropertyName ) { in setPropertyValue()
466 else if( L"double" == aPropertyName ) { in setPropertyValue()
469 else if( L"bool" == aPropertyName ) { in setPropertyValue()
472 else if( L"byte" == aPropertyName ) { in setPropertyValue()
475 else if( L"char" == aPropertyName ) { in setPropertyValue()
478 else if( L"string" == aPropertyName ) { in setPropertyValue()
481 else if( L"object" == aPropertyName ) { in setPropertyValue()
499 UsrAny MyPersistObject::getPropertyValue(const UString& aPropertyName) const in getPropertyValue()
505 if( L"long" == aPropertyName ) { in getPropertyValue()
508 else if ( L"float" == aPropertyName ) { in getPropertyValue()
511 else if( L"double" == aPropertyName ) { in getPropertyValue()
514 else if( L"bool" == aPropertyName ) { in getPropertyValue()
517 else if( L"byte" == aPropertyName ) { in getPropertyValue()
520 else if( L"char" == aPropertyName ) { in getPropertyValue()
523 else if( L"string" == aPropertyName ) { in getPropertyValue()
526 else if( L"object" == aPropertyName ) { in getPropertyValue()
533 void MyPersistObject::addPropertyChangeListener( const UString& aPropertyName, in addPropertyChangeListener() argument
542 void MyPersistObject::removePropertyChangeListener( const UString& aPropertyName, in removePropertyChangeListener() argument