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.hxx192 void appendShort( const ::rtl::OUString& rPropName, sal_Int16 nValue );
193 void appendShort( const sal_Char* pAsciiPropName, sal_Int16 nValue ) in appendShort() function in ucbhelper::PropertyValueSet
195 appendShort( ::rtl::OUString::createFromAscii( pAsciiPropName ), nValue ); in appendShort()
197 void appendShort( const ::com::sun::star::beans::Property& rProp, sal_Int16 nValue ) in appendShort() function in ucbhelper::PropertyValueSet
199 appendShort( rProp.Name, nValue ); in appendShort()
/trunk/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx682 void PropertyValueSet::appendShort( const ::rtl::OUString& rPropName, in appendShort() function in ucbhelper::PropertyValueSet