Home
last modified time | relevance | path

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

/trunk/main/ucbhelper/inc/ucbhelper/
H A Dpropertyvalueset.hxx234 void appendShort( const ::rtl::OUString& rPropName, sal_Int16 nValue );
235 void appendShort( const sal_Char* pAsciiPropName, sal_Int16 nValue ) in appendShort() function in ucbhelper::PropertyValueSet
237 appendShort( ::rtl::OUString::createFromAscii( pAsciiPropName ), nValue ); in appendShort()
239 void appendShort( const ::com::sun::star::beans::Property& rProp, sal_Int16 nValue ) in appendShort() function in ucbhelper::PropertyValueSet
241 appendShort( rProp.Name, nValue ); in appendShort()
/trunk/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx703 void PropertyValueSet::appendShort( const ::rtl::OUString& rPropName, in appendShort() function in ucbhelper::PropertyValueSet

Completed in 32 milliseconds