Home
last modified time | relevance | path

Searched refs:rCurrProp (Results 1 – 4 of 4) sorted by relevance

/trunk/main/ucbhelper/source/provider/
H A Dcontentinfo.cxx204 const beans::Property& rCurrProp = pProps[ n ]; in queryProperty() local
205 if ( rCurrProp.Name == rName ) in queryProperty()
207 rProp = rCurrProp; in queryProperty()
/trunk/main/ucb/source/core/
H A Ducbprops.cxx460 const Property& rCurrProp = pProps[ n ]; in queryProperty() local
461 if ( rCurrProp.Name == rName ) in queryProperty()
463 rProp = rCurrProp; in queryProperty()
H A Ducbcmds.cxx819 const beans::Property & rCurrProp = aAllProps[ m ]; in transferProperties() local
824 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()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx611 const ::com::sun::star::beans::Property& rCurrProp = pProps[n]; in getPropertyValues() local
613 rCurrValue.Name = rCurrProp.Name; in getPropertyValues()
614 rCurrValue.Handle = rCurrProp.Handle; in getPropertyValues()
615 rCurrValue.Value = getPropertyValue( rCurrProp.Name ); in getPropertyValues()