Searched refs:rCurrProp (Results 1 – 4 of 4) sorted by relevance
204 const beans::Property& rCurrProp = pProps[ n ]; in queryProperty() local205 if ( rCurrProp.Name == rName ) in queryProperty()207 rProp = rCurrProp; in queryProperty()
460 const Property& rCurrProp = pProps[ n ]; in queryProperty() local461 if ( rCurrProp.Name == rName ) in queryProperty()463 rProp = rCurrProp; in queryProperty()
819 const beans::Property & rCurrProp = aAllProps[ m ]; in transferProperties() local824 if ( rCurrProp.Name.compareToAscii( "Title" ) == 0 ) in transferProperties()833 else if ( rCurrProp.Name.compareToAscii( "TargetURL" ) == 0 ) in transferProperties()859 rCurrValue.Name = rCurrProp.Name; in transferProperties()860 rCurrValue.Handle = rCurrProp.Handle; in transferProperties()
611 const ::com::sun::star::beans::Property& rCurrProp = pProps[n]; in getPropertyValues() local613 rCurrValue.Name = rCurrProp.Name; in getPropertyValues()614 rCurrValue.Handle = rCurrProp.Handle; in getPropertyValues()615 rCurrValue.Value = getPropertyValue( rCurrProp.Name ); in getPropertyValues()