Searched refs:rCurrProp (Results 1 – 4 of 4) sorted by relevance
207 const beans::Property& rCurrProp = pProps[ n ]; in queryProperty() local208 if ( rCurrProp.Name == rName ) in queryProperty()210 rProp = rCurrProp; in queryProperty()
463 const Property& rCurrProp = pProps[ n ]; in queryProperty() local464 if ( rCurrProp.Name == rName ) in queryProperty()466 rProp = rCurrProp; in queryProperty()
838 const beans::Property & rCurrProp = aAllProps[ m ]; in transferProperties() local843 if ( rCurrProp.Name.compareToAscii( "Title" ) == 0 ) in transferProperties()852 else if ( rCurrProp.Name.compareToAscii( "TargetURL" ) == 0 ) in transferProperties()878 rCurrValue.Name = rCurrProp.Name; in transferProperties()879 rCurrValue.Handle = rCurrProp.Handle; in transferProperties()
631 const ::com::sun::star::beans::Property& rCurrProp = pProps[n]; in getPropertyValues() local633 rCurrValue.Name = rCurrProp.Name; in getPropertyValues()634 rCurrValue.Handle = rCurrProp.Handle; in getPropertyValues()635 rCurrValue.Value = getPropertyValue( rCurrProp.Name ); in getPropertyValues()
Completed in 118 milliseconds