Home
last modified time | relevance | path

Searched refs:appendLong (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/ucbhelper/inc/ucbhelper/
H A Dpropertyvalueset.hxx254 void appendLong( const ::rtl::OUString& rPropName, sal_Int64 nValue );
255 void appendLong( const sal_Char* pAsciiPropName, sal_Int64 nValue ) in appendLong() function in ucbhelper::PropertyValueSet
257 appendLong( ::rtl::OUString::createFromAscii( pAsciiPropName ), nValue ); in appendLong()
259 void appendLong( const ::com::sun::star::beans::Property& rProp, sal_Int64 nValue ) in appendLong() function in ucbhelper::PropertyValueSet
261 appendLong( rProp.Name, nValue ); in appendLong()
/aoo41x/main/ucb/source/ucp/ftp/
H A DftpresultsetI.cxx87 xRow->appendLong(seqProp[i], in ResultSetI()
H A Dftpcontent.cxx870 xRow->appendLong(seqProp[i], in getPropertyValues()
/aoo41x/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx717 void PropertyValueSet::appendLong( const ::rtl::OUString& rPropName, in appendLong() function in ucbhelper::PropertyValueSet
/aoo41x/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx914 xRow->appendLong( rProp, rData.nSize ); in getPropertyValues()
1033 xRow->appendLong( in getPropertyValues()
/aoo41x/main/ucb/source/ucp/gio/
H A Dgio_content.cxx462 xRow->appendLong( rProp, ( g_file_info_get_size( pInfo ) )); in getPropertyValuesFromGFileInfo()
/aoo41x/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx651 xRow->appendLong( rProp, m_info.size ); in getPropertyValues()

Completed in 234 milliseconds