Home
last modified time | relevance | path

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

/aoo42x/main/ucbhelper/source/provider/
H A Dcontentinfo.cxx207 const beans::Property& rCurrProp = pProps[ n ]; in queryProperty() local
208 if ( rCurrProp.Name == rName ) in queryProperty()
210 rProp = rCurrProp; in queryProperty()
/aoo42x/main/ucb/source/core/
H A Ducbprops.cxx463 const Property& rCurrProp = pProps[ n ]; in queryProperty() local
464 if ( rCurrProp.Name == rName ) in queryProperty()
466 rProp = rCurrProp; in queryProperty()
H A Ducbcmds.cxx838 const beans::Property & rCurrProp = aAllProps[ m ]; in transferProperties() local
843 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()
/aoo42x/main/sfx2/source/doc/
H A Dobjuno.cxx631 const ::com::sun::star::beans::Property& rCurrProp = pProps[n]; in getPropertyValues() local
633 rCurrValue.Name = rCurrProp.Name; in getPropertyValues()
634 rCurrValue.Handle = rCurrProp.Handle; in getPropertyValues()
635 rCurrValue.Value = getPropertyValue( rCurrProp.Name ); in getPropertyValues()

Completed in 29 milliseconds