Searched refs:appendTimestamp (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/ucbhelper/inc/ucbhelper/ |
H A D | propertyvalueset.hxx | 314 …void appendTimestamp( const ::rtl::OUString& rPropName, const ::com::sun::star::util::DateTime& rV… 315 …void appendTimestamp( const sal_Char* pAsciiPropName, const ::com::sun::star::util::DateTime& rVal… in appendTimestamp() function in ucbhelper::PropertyValueSet 317 appendTimestamp( ::rtl::OUString::createFromAscii( pAsciiPropName ), rValue ); in appendTimestamp() 319 …void appendTimestamp( const ::com::sun::star::beans::Property& rProp, const ::com::sun::star::util… in appendTimestamp() function in ucbhelper::PropertyValueSet 321 appendTimestamp( rProp.Name, rValue ); in appendTimestamp()
|
/aoo4110/main/ucb/source/ucp/odma/ |
H A D | odma_content.cxx | 680 xRow->appendTimestamp( rProp, rData->m_aDateCreated ); in getPropertyValues() 685 xRow->appendTimestamp( rProp, rData->m_aDateModified ); in getPropertyValues() 778 xRow->appendTimestamp( in getPropertyValues() 785 xRow->appendTimestamp( in getPropertyValues()
|
/aoo4110/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetI.cxx | 90 xRow->appendTimestamp(seqProp[i], in ResultSetI()
|
H A D | ftpcontent.cxx | 873 xRow->appendTimestamp(seqProp[i], in getPropertyValues()
|
/aoo4110/main/ucb/source/ucp/gio/ |
H A D | gio_content.cxx | 448 …xRow->appendTimestamp( rProp, getDateFromUnix(g_file_info_get_attribute_uint64(pInfo, G_FILE_ATTRI… in getPropertyValuesFromGFileInfo() 455 …xRow->appendTimestamp( rProp, getDateFromUnix(g_file_info_get_attribute_uint64(pInfo, G_FILE_ATTRI… in getPropertyValuesFromGFileInfo()
|
/aoo4110/main/ucbhelper/source/provider/ |
H A D | propertyvalueset.cxx | 759 void PropertyValueSet::appendTimestamp( const ::rtl::OUString& rPropName, in appendTimestamp() function in ucbhelper::PropertyValueSet
|
/aoo4110/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.cxx | 664 xRow->appendTimestamp( rProp, getDateFromUnix( m_info.ctime ) ); in getPropertyValues() 671 xRow->appendTimestamp( rProp, getDateFromUnix( m_info.mtime ) ); in getPropertyValues()
|
Completed in 273 milliseconds