Lines Matching refs:_inout_rBuffer
323 void lcl_indent( ::rtl::OUStringBuffer& _inout_rBuffer, sal_Int32 _nLevel ) in lcl_indent() argument
326 _inout_rBuffer.appendAscii( " " ); in lcl_indent()
330 void implAppendExceptionMsg( ::rtl::OUStringBuffer& _inout_rBuffer, const Exception& _e, const ::rt… in implAppendExceptionMsg() argument
332 _inout_rBuffer.appendAscii( "\n" ); in implAppendExceptionMsg()
333 lcl_indent( _inout_rBuffer, _nLevel ); in implAppendExceptionMsg()
334 _inout_rBuffer.appendAscii( "Type: " ); in implAppendExceptionMsg()
337 _inout_rBuffer.appendAscii( "Unknown" ); in implAppendExceptionMsg()
339 _inout_rBuffer.append( _rExceptionType ); in implAppendExceptionMsg()
341 _inout_rBuffer.appendAscii( "\n" ); in implAppendExceptionMsg()
342 lcl_indent( _inout_rBuffer, _nLevel ); in implAppendExceptionMsg()
343 _inout_rBuffer.appendAscii( "Message: " ); in implAppendExceptionMsg()
344 _inout_rBuffer.append( _e.Message ); in implAppendExceptionMsg()