Searched refs:GetWrongList (Results 1 – 10 of 10) sorted by relevance
| /AOO41X/main/editeng/source/editeng/ |
| H A D | editobj.cxx | 198 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 D | impedit2.cxx | 2349 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 D | impedit4.cxx | 1148 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 D | editobj2.hxx | 175 WrongList* GetWrongList() const { return pWrongs; } in GetWrongList() function in ContentInfo
|
| H A D | impedit.cxx | 1123 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 D | editview.cxx | 1274 aPaM.GetNode()->GetWrongList()->GetInvalidStart() = 0; in ExecuteSpellPopup() 1275 aPaM.GetNode()->GetWrongList()->GetInvalidEnd() = aPaM.GetNode()->Len(); in ExecuteSpellPopup()
|
| H A D | editeng.cxx | 1806 … ( bSpellingChanged || ( nWord & EE_CNTRL_ONLINESPELLING ) ) ? pNode->GetWrongList()->HasWrongs() … in SetControlWord() 2382 if ( pNode->GetWrongList() && pNode->GetWrongList()->Count() ) in HasOnlineSpellErrors()
|
| H A D | editdoc.hxx | 274 WrongList* GetWrongList() { return pWrongList; } in GetWrongList() function in ContentNode
|
| H A D | impedit5.cxx | 631 pNode->GetWrongList()->MarkInvalid( nStartPos, nEndPos ); in SetAttribs()
|
| H A D | impedit3.cxx | 3247 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()
|