Lines Matching refs:rPropValue
244 const Any& rPropValue );
247 Any& rPropValue );
994 const Any& rPropValue ) in setProperty() argument
1001 Any aPropValue( rPropValue ); in setProperty()
1012 xProperties->addProperty( rPropName, PropertyAttribute::MAYBEVOID, rPropValue ); in setProperty()
1025 if ( rPropValue >>= aValue ) in setProperty()
1033 if ( rPropValue >>= aValues ) in setProperty()
1062 Any& rPropValue ) in getProperty() argument
1079 rPropValue = rContent.getPropertyValue( rPropName ); in getProperty()
1086 if ( rPropValue >>= aValue ) in getProperty()
1089 rPropValue = makeAny( aValue ); in getProperty()
1094 if ( rPropValue >>= aValues ) in getProperty()
1100 rPropValue = makeAny( aValues ); in getProperty()