Lines Matching refs:val
64 void const * val, typelib_TypeDescriptionReference * typeRef, in appendValue() argument
71 OSL_ASSERT( val != 0 ); in appendValue()
87 *static_cast< void * const * >(val) ), 16 ); in appendValue()
89 *static_cast< uno::XInterface * const * >(val), in appendValue()
115 buf, val, reinterpret_cast< in appendValue()
139 val ) + memberOffsets[ nPos ], in appendValue()
172 *static_cast< uno_Sequence * const * >(val); in appendValue()
201 uno_Any const * pAny = static_cast< uno_Any const * >(val); in appendValue()
208 typelib_TypeDescriptionReference * const * >(val) in appendValue()
214 static_cast< rtl_uString * const * >(val) ); in appendValue()
244 if (pValues[ nPos ] == *static_cast< int const * >(val)) in appendValue()
263 if (*static_cast< sal_Bool const * >(val) != sal_False) in appendValue()
270 sal_Unicode c = *static_cast< sal_Unicode const * >(val); in appendValue()
281 buf.append( *static_cast< float const * >(val) ); in appendValue()
284 buf.append( *static_cast< double const * >(val) ); in appendValue()
288 *static_cast< sal_Int8 const * >(val) ) ); in appendValue()
292 *static_cast< sal_Int16 const * >(val) ) ); in appendValue()
296 *static_cast< sal_uInt16 const * >(val) ) ); in appendValue()
299 buf.append( *static_cast< sal_Int32 const * >(val) ); in appendValue()
303 *static_cast< sal_uInt32 const * >(val) ) ); in appendValue()
307 buf.append( *static_cast< sal_Int64 const * >(val) ); in appendValue()