Searched refs:_rBuffer (Results 1 – 4 of 4) sorted by relevance
398 _rBuffer.appendAscii( "=== " ); in lcl_describeErrors()399 _rBuffer.append ( String( MacroMigrationResId( _nHeadingResId ) ) ); in lcl_describeErrors()400 _rBuffer.appendAscii( " ===\n" ); in lcl_describeErrors()409 _rBuffer.append( sal_Unicode( '-' ) ); in lcl_describeErrors()410 _rBuffer.append( sal_Unicode( ' ' ) ); in lcl_describeErrors()411 lcl_appendErrorDescription( _rBuffer, *error ); in lcl_describeErrors()412 _rBuffer.append( sal_Unicode( '\n' ) ); in lcl_describeErrors()417 _rBuffer.append( sException ); in lcl_describeErrors()418 _rBuffer.append( ::comphelper::anyToString( error->aCaughtException ) ); in lcl_describeErrors()419 _rBuffer.append( sal_Unicode( '\n' ) ); in lcl_describeErrors()[all …]
248 …void lcl_appendInt32ToBuffer( const sal_Int32 _nValue, ::rtl::OUStringBuffer& _rBuffer, sal_Int16 … in lcl_appendInt32ToBuffer() argument251 _rBuffer.append( (sal_Unicode)'0' ); in lcl_appendInt32ToBuffer()253 _rBuffer.append( (sal_Unicode)'0' ); in lcl_appendInt32ToBuffer()255 _rBuffer.append( (sal_Unicode)'0' ); in lcl_appendInt32ToBuffer()256 _rBuffer.append( _nValue ); in lcl_appendInt32ToBuffer()
215 AccessibleEventBuffer & _rBuffer ) in BufferAccessibleEvent() argument237 _rBuffer.addEvent( aEvent, aListeners ); in BufferAccessibleEvent()
243 AccessibleEventBuffer & _rBuffer
Completed in 51 milliseconds