Searched refs:appendLong (Results 1 – 7 of 7) sorted by relevance
/trunk/main/ucbhelper/inc/ucbhelper/ |
H A D | propertyvalueset.hxx | 254 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()
|
/trunk/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetI.cxx | 87 xRow->appendLong(seqProp[i], in ResultSetI()
|
H A D | ftpcontent.cxx | 870 xRow->appendLong(seqProp[i], in getPropertyValues()
|
/trunk/main/ucbhelper/source/provider/ |
H A D | propertyvalueset.cxx | 717 void PropertyValueSet::appendLong( const ::rtl::OUString& rPropName, in appendLong() function in ucbhelper::PropertyValueSet
|
/trunk/main/ucb/source/ucp/package/ |
H A D | pkgcontent.cxx | 914 xRow->appendLong( rProp, rData.nSize ); in getPropertyValues() 1033 xRow->appendLong( in getPropertyValues()
|
/trunk/main/ucb/source/ucp/gio/ |
H A D | gio_content.cxx | 462 xRow->appendLong( rProp, ( g_file_info_get_size( pInfo ) )); in getPropertyValuesFromGFileInfo()
|
/trunk/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.cxx | 649 xRow->appendLong( rProp, m_info.size ); in getPropertyValues()
|
Completed in 54 milliseconds