Home
last modified time | relevance | path

Searched refs:seqPropVal (Results 1 – 2 of 2) sorted by relevance

/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontent.cxx874 const Sequence<PropertyValue>& seqPropVal) in setPropertyValues() argument
876 Sequence<Any> ret(seqPropVal.getLength()); in setPropertyValues()
881 if(seqPropVal[i].Name.equalsAscii("Title")) { in setPropertyValues()
883 if(!(seqPropVal[i].Value >>= Title)) { in setPropertyValues()
920 if(props[j].Name == seqPropVal[i].Name) { in setPropertyValues()
H A Dftpcontent.hxx159 ::com::sun::star::beans::PropertyValue>& seqPropVal);