Searched refs:appendDate (Results 1 – 2 of 2) sorted by relevance
294 void appendDate( const ::rtl::OUString& rPropName, const ::com::sun::star::util::Date& rValue );295 void appendDate( const sal_Char* pAsciiPropName, const ::com::sun::star::util::Date& rValue ) in appendDate() function in ucbhelper::PropertyValueSet297 appendDate( ::rtl::OUString::createFromAscii( pAsciiPropName ), rValue ); in appendDate()299 …void appendDate( const ::com::sun::star::beans::Property& rProp, const ::com::sun::star::util::Dat… in appendDate() function in ucbhelper::PropertyValueSet301 appendDate( rProp.Name, rValue ); in appendDate()
745 void PropertyValueSet::appendDate( const ::rtl::OUString& rPropName, in appendDate() function in ucbhelper::PropertyValueSet
Completed in 21 milliseconds