Lines Matching refs:aFileList
321 rtl::OUStringBuffer aFileList( 256 );
331 if( aFileList.getLength() > 0 )
332 aFileList.append( sal_Unicode( APPEVENT_PARAM_DELIMITER ) );
333 aFileList.append( aFile );
337 if( aFileList.getLength() )
343 … APPEVENT_OPEN_STRING, aFileList.makeStringAndClear() );
363 rtl::OUStringBuffer aFileList( 256 );
370 if( aFileList.getLength() > 0 )
371 aFileList.append( sal_Unicode( APPEVENT_PARAM_DELIMITER ) );
372 aFileList.append( GetOUString( pFile ) );
375 … APPEVENT_PRINT_STRING, aFileList.makeStringAndClear() );