Home
last modified time | relevance | path

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

/trunk/main/ucbhelper/inc/ucbhelper/
H A Dpropertyvalueset.hxx252 void appendDate( const ::rtl::OUString& rPropName, const ::com::sun::star::util::Date& rValue );
253 void appendDate( const sal_Char* pAsciiPropName, const ::com::sun::star::util::Date& rValue ) in appendDate() function in ucbhelper::PropertyValueSet
255 appendDate( ::rtl::OUString::createFromAscii( pAsciiPropName ), rValue ); in appendDate()
257 …void appendDate( const ::com::sun::star::beans::Property& rProp, const ::com::sun::star::util::Dat… in appendDate() function in ucbhelper::PropertyValueSet
259 appendDate( rProp.Name, rValue ); in appendDate()
/trunk/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx724 void PropertyValueSet::appendDate( const ::rtl::OUString& rPropName, in appendDate() function in ucbhelper::PropertyValueSet