Home
last modified time | relevance | path

Searched refs:nWords (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dacmplwrd.cxx257 SwAutoCompleteWord::SwAutoCompleteWord( sal_uInt16 nWords, sal_uInt16 nMWrdLen ) in SwAutoCompleteWord() argument
260 nMaxCount( nWords ), in SwAutoCompleteWord()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1582 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()
/trunk/main/sw/source/core/inc/
H A Dtxtfrm.hxx747 long nWords; // gepruefte Worte member in SwLinguStatistik
768 { nWords = nWrong = nAlter = nSynonym = nNoSynonym = in SwLinguStatistik()
/trunk/main/editeng/source/editeng/
H A Deditview.cxx1125 sal_uInt16 nWords = (sal_uInt16) aAlt.getLength(); in ExecuteSpellPopup() local
1126 if ( nWords ) in ExecuteSpellPopup()
1128 for ( sal_uInt16 nW = 0; nW < nWords; nW++ ) in ExecuteSpellPopup()
1134 aPopupMenu.InsertSeparator( nWords ); in ExecuteSpellPopup()
/trunk/main/sw/inc/
H A Dacmplwrd.hxx47 SwAutoCompleteWord( sal_uInt16 nWords = 500, sal_uInt16 nMWrdLen = 10 );

Completed in 60 milliseconds