Home
last modified time | relevance | path

Searched refs:appendBytes (Results 1 – 2 of 2) sorted by relevance

/trunk/main/ucbhelper/inc/ucbhelper/
H A Dpropertyvalueset.hxx242 …void appendBytes( const ::rtl::OUString& rPropName, const ::com::sun::star::uno::Sequence< sal_Int…
243 …void appendBytes( const sal_Char* pAsciiPropName, const ::com::sun::star::uno::Sequence< sal_Int8 … in appendBytes() function in ucbhelper::PropertyValueSet
245 appendBytes( ::rtl::OUString::createFromAscii( pAsciiPropName ), rValue ); in appendBytes()
247 …void appendBytes( const ::com::sun::star::beans::Property& rProp, const ::com::sun::star::uno::Seq… in appendBytes() function in ucbhelper::PropertyValueSet
249 appendBytes( rProp.Name, rValue ); in appendBytes()
/trunk/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx717 void PropertyValueSet::appendBytes( const ::rtl::OUString& rPropName, in appendBytes() function in ucbhelper::PropertyValueSet