Home
last modified time | relevance | path

Searched refs:HasWrong (Results 1 – 4 of 4) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dedtspell.hxx117 sal_Bool HasWrong( sal_uInt16 nStart, sal_uInt16 nEnd ) const;
H A Dedtspell.cxx383 sal_Bool WrongList::HasWrong( sal_uInt16 nStart, sal_uInt16 nEnd ) const in HasWrong() function in WrongList
H A Dimpedit.cxx1126 …bIsWrong = rPaM.GetNode()->GetWrongList()->HasWrong( aSel.Min().GetIndex(), aSel.Max().GetIndex() … in IsWrongSpelledWord()
H A Dimpedit4.cxx2429 if ( !pWrongList->HasWrong( nWStart, nXEnd ) ) in DoOnlineSpelling()