Searched refs:InWrongWord (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sw/source/core/inc/ |
H A D | wrong.hxx | 232 sal_Bool InWrongWord( xub_StrLen &rChk, xub_StrLen &rLn ) const;
|
/trunk/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 1022 if( pWrong->InWrongWord(nBegin,nLen) && !pNode->IsSymbol(nBegin) ) in GetCorrection() 1137 if (pWrong->InWrongWord(nBegin, nLen)) in GetGrammarCorrection()
|
/trunk/main/sw/source/core/text/ |
H A D | wrong.cxx | 126 sal_Bool SwWrongList::InWrongWord( xub_StrLen &rChk, xub_StrLen &rLn ) const in InWrongWord() function in SwWrongList
|
/trunk/main/sw/source/core/access/ |
H A D | accpara.cxx | 1049 sal_Bool bIn = pWrongList->InWrongWord(nBegin,nLen); // && !pTxtNode->IsSymbol(nBegin) ) in GetTextBoundary() 2548 if( pWrongList->InWrongWord(nBegin,nLen) && !pTxtNode->IsSymbol(nBegin) ) in _correctValues() 2569 if( pWrongList->InWrongWord(nBegin,nLen) && !pTxtNode->IsSymbol(nBegin) ) in _correctValues()
|
/trunk/main/sw/source/core/crsr/ |
H A D | crstrvl.cxx | 1210 … if ( pSmartTagList && pSmartTagList->InWrongWord( nCurrent, nLen ) && !pTxtNd->IsSymbol(nBegin) ) in GetContentAtPos() 1218 if ( pSubList->InWrongWord( nCurrent, nLen ) ) in GetContentAtPos()
|
H A D | crsrsh.cxx | 3458 if( pSmartTagList->InWrongWord( nBegin, nLen ) && !pNode->IsSymbol(nBegin) ) in GetSmartTagTerm() 3502 if( pSmartTagList->InWrongWord( nBegin, nLen ) && !pNode->IsSymbol(nBegin) ) in GetSmartTagTerm()
|
/trunk/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 1266 … if ( !pNode->GetSmartTags() || !pNode->GetSmartTags()->InWrongWord( nSmartTagStt, nDummy ) ) in _AutoSpell()
|
Completed in 127 milliseconds