Lines Matching refs:append

43     buf.append( rtl::OUString::unacquired( &typeRef->pTypeName ) );  in appendTypeError()
44 buf.append( static_cast< sal_Unicode >('>') ); in appendTypeError()
54 buf.append( static_cast< sal_Unicode >('0') ); in appendChar()
55 buf.append( s ); in appendChar()
58 buf.append( c ); in appendChar()
78 buf.append( static_cast< sal_Unicode >('(') ); in appendValue()
79 buf.append( rtl::OUString::unacquired( &typeRef->pTypeName ) ); in appendValue()
85 buf.append( static_cast<sal_Unicode>('@') ); in appendValue()
86 buf.append( reinterpret_cast< sal_Int64 >( in appendValue()
94 buf.append( xServiceInfo->getImplementationName() ); in appendValue()
129 buf.append( ppMemberNames[ nPos ] ); in appendValue()
207 buf.append( (*reinterpret_cast< in appendValue()
212 buf.append( static_cast< sal_Unicode >('\"') ); in appendValue()
226 buf.append( static_cast< sal_Unicode >('\"') ); in appendValue()
249 buf.append( reinterpret_cast< typelib_EnumTypeDescription * >( in appendValue()
269 buf.append( static_cast< sal_Unicode >('\'') ); in appendValue()
277 buf.append( static_cast< sal_Unicode >('\'') ); in appendValue()
281 buf.append( *static_cast< float const * >(val) ); in appendValue()
284 buf.append( *static_cast< double const * >(val) ); in appendValue()
287 buf.append( static_cast< sal_Int32 >( in appendValue()
291 buf.append( static_cast< sal_Int32 >( in appendValue()
295 buf.append( static_cast< sal_Int32 >( in appendValue()
299 buf.append( *static_cast< sal_Int32 const * >(val) ); in appendValue()
302 buf.append( static_cast< sal_Int64 >( in appendValue()
307 buf.append( *static_cast< sal_Int64 const * >(val) ); in appendValue()
315 buf.append( static_cast< sal_Unicode >('?') ); in appendValue()