Lines Matching refs:pArg
138 void traceValue(typelib_TypeDescriptionReference* _pTypeRef,void* pArg) in traceValue() argument
144 …:OString sValue( ::rtl::OUStringToOString(*static_cast< ::rtl::OUString*>(pArg),osl_getThreadTextE… in traceValue()
149 rtl_logfile_trace( "%d", *static_cast<sal_Bool*>(pArg)); in traceValue()
152 rtl_logfile_trace( "%d", *static_cast<sal_Int8*>(pArg)); in traceValue()
155 rtl_logfile_trace( "%c", *static_cast<sal_Char*>(pArg)); in traceValue()
159 rtl_logfile_trace( "%d", *static_cast<sal_Int16*>(pArg)); in traceValue()
164 rtl_logfile_trace( "%d", *static_cast<sal_Int32*>(pArg)); in traceValue()
168 rtl_logfile_trace( "%d", *static_cast<sal_Int64*>(pArg)); in traceValue()
171 rtl_logfile_trace( "%f", *static_cast<float*>(pArg)); in traceValue()
174 rtl_logfile_trace( "%f", *static_cast<double*>(pArg)); in traceValue()
178 …tl::OString sValue( ::rtl::OUStringToOString(((com::sun::star::uno::Type*)pArg)->getTypeName(),osl… in traceValue()
183 if ( static_cast<uno_Any*>(pArg)->pData ) in traceValue()
184 … traceValue(static_cast<uno_Any*>(pArg)->pType,static_cast<uno_Any*>(pArg)->pData); in traceValue()
194 rtl_logfile_trace( "%s 0x%p", sValue.getStr(),pArg); in traceValue()
201 rtl_logfile_trace( "0x%p", pArg); in traceValue()