Home
last modified time | relevance | path

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

/trunk/main/ucbhelper/inc/ucbhelper/
H A Dpropertyvalueset.hxx215 void appendBoolean( const sal_Char* pAsciiPropName, sal_Bool bValue ) in appendBoolean() argument
225 void appendByte( const sal_Char* pAsciiPropName, sal_Int8 nValue ) in appendByte() argument
227 appendByte( ::rtl::OUString::createFromAscii( pAsciiPropName ), nValue ); in appendByte()
235 void appendShort( const sal_Char* pAsciiPropName, sal_Int16 nValue ) in appendShort() argument
245 void appendInt( const sal_Char* pAsciiPropName, sal_Int32 nValue ) in appendInt() argument
247 appendInt( ::rtl::OUString::createFromAscii( pAsciiPropName ), nValue ); in appendInt()
255 void appendLong( const sal_Char* pAsciiPropName, sal_Int64 nValue ) in appendLong() argument
265 void appendFloat( const sal_Char* pAsciiPropName, float nValue ) in appendFloat() argument
275 void appendDouble( const sal_Char* pAsciiPropName, double nValue ) in appendDouble() argument
395 void appendVoid( const sal_Char* pAsciiPropName) in appendVoid() argument
[all …]

Completed in 12 milliseconds