Lines Matching refs:aStream

1598 	SvFileStream aStream( String::CreateFromAscii(pLogName), (bFirstOpen  in Flush()  local
1602 if( !aStream.GetError() ) in Flush()
1605 aStream << "\nLinguistik-Statistik\n"; in Flush()
1606 aStream << endl << ++nFlushCnt << ". Messung\n"; in Flush()
1607 aStream << "Rechtschreibung\n"; in Flush()
1608 aStream << "gepruefte Worte: \t" << nWords << endl; in Flush()
1609 aStream << "als fehlerhaft erkannt:\t" << nWrong << endl; in Flush()
1610 aStream << "Alternativvorschlaege:\t" << nAlter << endl; in Flush()
1612 aStream << "Durchschnitt:\t\t" << nAlter*1.0 / nWrong << endl; in Flush()
1613 aStream << "Dauer (msec):\t\t" << nSpellTime << endl; in Flush()
1614 aStream << "\nThesaurus\n"; in Flush()
1615 aStream << "Synonyme gesamt:\t" << nSynonym << endl; in Flush()
1617 aStream << "Synonym-Durchschnitt:\t" << in Flush()
1619 aStream << "ohne Synonyme:\t\t" << nNoSynonym << endl; in Flush()
1620 aStream << "Bedeutungen gesamt:\t" << nSynonym << endl; in Flush()
1621 aStream << "keine Bedeutungen:\t"<< nNoSynonym << endl; in Flush()
1622 aStream << "Dauer (msec):\t\t" << nTheTime << endl; in Flush()
1623 aStream << "\nHyphenator\n"; in Flush()
1624 aStream << "Trennstellen gesamt:\t" << nHyphens << endl; in Flush()
1626 aStream << "Hyphen-Durchschnitt:\t" << in Flush()
1628 aStream << "keine Trennstellen:\t" << nNoHyph << endl; in Flush()
1629 aStream << "Trennung verweigert:\t" << nHyphErr << endl; in Flush()
1630 aStream << "Dauer (msec):\t\t" << nHyphTime << endl; in Flush()
1631 aStream << "---------------------------------------------\n"; in Flush()