Home
last modified time | relevance | path

Searched refs:GetWrongList (Results 1 – 10 of 10) sorted by relevance

/AOO41X/main/editeng/source/editeng/
H A Deditobj.cxx198 if ( rCopyFrom.GetWrongList() ) in ContentInfo()
199 pWrongs = rCopyFrom.GetWrongList()->Clone(); in ContentInfo()
221 if ( rCopyFrom.GetWrongList() ) in ContentInfo()
222 pWrongs = rCopyFrom.GetWrongList()->Clone(); in ContentInfo()
258 if(GetWrongList() == rCompare.GetWrongList()) in isWrongListEqual()
261 if(!GetWrongList() || !rCompare.GetWrongList()) in isWrongListEqual()
264 return (*GetWrongList() == *rCompare.GetWrongList()); in isWrongListEqual()
911 if ( p->GetWrongList() && p->GetWrongList()->Count() ) in HasOnlineSpellErrors()
H A Dimpedit2.cxx2349 pLeft->GetWrongList()->ClearWrongs( nInv, 0xFFFF, pLeft ); // Evtl. einen wegnehmen in ImpConnectParagraphs()
2350 pLeft->GetWrongList()->MarkInvalid( nInv, nEnd+1 ); in ImpConnectParagraphs()
2352 sal_uInt16 nRWrongs = pRight->GetWrongList()->Count(); in ImpConnectParagraphs()
2355 WrongRange aWrong = pRight->GetWrongList()->GetObject( nW ); in ImpConnectParagraphs()
2360 pLeft->GetWrongList()->InsertWrong( aWrong, pLeft->GetWrongList()->Count() ); in ImpConnectParagraphs()
2850 WrongList *pWrongs = aCurPaM.GetNode()->GetWrongList(); in ImpInsertText()
2952 WrongList* pLWrongs = rPaM.GetNode()->GetWrongList(); in ImpInsertParaBreak()
2953 WrongList* pRWrongs = aPaM.GetNode()->GetWrongList(); in ImpInsertParaBreak()
H A Dimpedit4.cxx1148 if ( bAllowBigObjects && bOnlyFullParagraphs && pNode->GetWrongList() ) in CreateBinTextObject()
1149 pC->SetWrongList( pNode->GetWrongList()->Clone() ); in CreateBinTextObject()
1408 if ( bNewContent && GetStatus().DoOnlineSpelling() && pC->GetWrongList() ) in InsertBinTextObject()
1411 aPaM.GetNode()->SetWrongList( pC->GetWrongList()->Clone() ); in InsertBinTextObject()
2374 if ( pNode->GetWrongList()->IsInvalid() ) in DoOnlineSpelling()
2376 WrongList* pWrongList = pNode->GetWrongList(); in DoOnlineSpelling()
H A Deditobj2.hxx175 WrongList* GetWrongList() const { return pWrongs; } in GetWrongList() function in ContentInfo
H A Dimpedit.cxx1123 if ( rPaM.GetNode()->GetWrongList() ) in IsWrongSpelledWord()
1126 …bIsWrong = rPaM.GetNode()->GetWrongList()->HasWrong( aSel.Min().GetIndex(), aSel.Max().GetIndex() … in IsWrongSpelledWord()
1176 pNode->GetWrongList()->MarkWrongsInvalid(); in SpellIgnoreOrAddWord()
H A Deditview.cxx1274 aPaM.GetNode()->GetWrongList()->GetInvalidStart() = 0; in ExecuteSpellPopup()
1275 aPaM.GetNode()->GetWrongList()->GetInvalidEnd() = aPaM.GetNode()->Len(); in ExecuteSpellPopup()
H A Dediteng.cxx1806 … ( bSpellingChanged || ( nWord & EE_CNTRL_ONLINESPELLING ) ) ? pNode->GetWrongList()->HasWrongs() … in SetControlWord()
2382 if ( pNode->GetWrongList() && pNode->GetWrongList()->Count() ) in HasOnlineSpellErrors()
H A Deditdoc.hxx274 WrongList* GetWrongList() { return pWrongList; } in GetWrongList() function in ContentNode
H A Dimpedit5.cxx631 pNode->GetWrongList()->MarkInvalid( nStartPos, nEndPos ); in SetAttribs()
H A Dimpedit3.cxx3247 WrongList* pWrongs = pPortion->GetNode()->GetWrongList(); in Paint()
3480 …if ( GetStatus().DoOnlineSpelling() && pPortion->GetNode()->GetWrongList()->HasWrongs() && pTextPo… in Paint()
3495 …ndex, nIndex + pTextPortion->GetLen(), pDXArray, pPortion->GetNode()->GetWrongList(), nOrientation… in Paint()