Searched refs:nWords (Results 1 – 5 of 5) sorted by relevance
257 SwAutoCompleteWord::SwAutoCompleteWord( sal_uInt16 nWords, sal_uInt16 nMWrdLen ) in SwAutoCompleteWord() argument260 nMaxCount( nWords ), in SwAutoCompleteWord()
1582 if ( !nWords ) in Flush()1614 aStream << "gepruefte Worte: \t" << nWords << endl; in Flush()1624 nSynonym*1.0 / ( nWords - nNoSynonym ) << endl; in Flush()1633 nHyphens*1.0 / ( nWords - nNoHyph - nHyphErr ) << endl; in Flush()1639 nWords = nWrong = nAlter = nSynonym = nNoSynonym = in Flush()
747 long nWords; // gepruefte Worte member in SwLinguStatistik768 { nWords = nWrong = nAlter = nSynonym = nNoSynonym = in SwLinguStatistik()
1125 sal_uInt16 nWords = (sal_uInt16) aAlt.getLength(); in ExecuteSpellPopup() local1126 if ( nWords ) in ExecuteSpellPopup()1128 for ( sal_uInt16 nW = 0; nW < nWords; nW++ ) in ExecuteSpellPopup()1134 aPopupMenu.InsertSeparator( nWords ); in ExecuteSpellPopup()
47 SwAutoCompleteWord( sal_uInt16 nWords = 500, sal_uInt16 nMWrdLen = 10 );
Completed in 43 milliseconds