Searched refs:appendTime (Results 1 – 2 of 2) sorted by relevance
304 void appendTime( const ::rtl::OUString& rPropName, const ::com::sun::star::util::Time& rValue );305 void appendTime( const sal_Char* pAsciiPropName, const ::com::sun::star::util::Time& rValue ) in appendTime() function in ucbhelper::PropertyValueSet307 appendTime( ::rtl::OUString::createFromAscii( pAsciiPropName ), rValue ); in appendTime()309 …void appendTime( const ::com::sun::star::beans::Property& rProp, const ::com::sun::star::util::Tim… in appendTime() function in ucbhelper::PropertyValueSet311 appendTime( rProp.Name, rValue ); in appendTime()
752 void PropertyValueSet::appendTime( const ::rtl::OUString& rPropName, in appendTime() function in ucbhelper::PropertyValueSet
Completed in 19 milliseconds