Home
last modified time | relevance | path

Searched refs:GetWrong (Results 1 – 12 of 12) sorted by relevance

/aoo4110/main/sw/source/core/txtnode/
H A Dtxtedt.cxx896 if ( ( IsWrongDirty() || GetWrong() ) && m_Text.Len() ) in Spell()
1187 if( pNode->GetWrong() ) in _AutoSpell()
1189 nBegin = pNode->GetWrong()->GetBeginInv(); in _AutoSpell()
1192 nEnd = pNode->GetWrong()->GetEndInv(); in _AutoSpell()
1217 if( nInsertPos < pNode->GetWrong()->Count() && in _AutoSpell()
1218 nBegin == pNode->GetWrong()->Pos( nInsertPos ) + in _AutoSpell()
1262 if( !pNode->GetWrong() ) in _AutoSpell()
1297 if( pNode->GetWrong() ) in _AutoSpell()
1300 pNode->GetWrong()->Fresh( nChgStart, nChgEnd, in _AutoSpell()
2132 SwWrongList* SwTxtNode::GetWrong() in GetWrong() function in SwTxtNode
[all …]
H A Dndtxt.cxx431 if( GetWrong() ) in SplitCntntNode()
433 pNode->SetWrong( GetWrong()->SplitList( nSplitPos ) ); in SplitCntntNode()
537 SwWrongList *pList = GetWrong(); in SplitCntntNode()
658 SwWrongList *pList = GetWrong(); in JoinNext()
661 pList->JoinList( pTxtNode->GetWrong(), nOldLen ); in JoinNext()
667 pList = pTxtNode->GetWrong(); in JoinNext()
750 SwWrongList *pList = pTxtNode->GetWrong(); in JoinPrev()
753 pList->JoinList( GetWrong(), Len() ); in JoinPrev()
760 pList = GetWrong(); in JoinPrev()
H A Dfntcache.cxx861 !rInf.GetWrong() && in DrawText()
1816 if (rInf.GetWrong() || rInf.GetGrammarCheck() || rInf.GetSmartTags()) in DrawText()
1829 …lcl_DrawLineForWrongListData( aForbidden, rInf, rInf.GetWrong(), aCalcLinePosData, pPrtFont->GetSi… in DrawText()
/aoo4110/main/sw/source/core/text/
H A Dtxtfrm.cxx862 if( pTxtNode->GetWrong() ) in lcl_SetWrong()
863 pTxtNode->GetWrong()->Move( nPos, nCnt ); in lcl_SetWrong()
874 if( pTxtNode->GetWrong() ) in lcl_SetWrong()
875 pTxtNode->GetWrong()->Invalidate( nPos, nLen ); in lcl_SetWrong()
881 if ( !pTxtNode->GetWrong() && !pTxtNode->IsWrongDirty() ) in lcl_SetWrong()
884 pTxtNode->GetWrong()->SetInvalid( nPos, nPos + (sal_uInt16)( nCnt > 0 ? nCnt : 1 ) ); in lcl_SetWrong()
H A Dfrmpaint.cxx689 aInf.SetWrongList( ( (SwTxtNode*)GetTxtNode() )->GetWrong() ); in Paint()
/aoo4110/main/sw/inc/
H A Dndtxt.hxx206 SwWrongList* GetWrong();
207 const SwWrongList* GetWrong() const;
/aoo4110/main/sw/source/core/doc/
H A Ddoc.cxx2023 if( pTxtNode->GetWrong() && in lcl_SpellAndGrammarAgain()
2024 pTxtNode->GetWrong()->InvalidateWrong() ) in lcl_SpellAndGrammarAgain()
2033 if( pTxtNode->GetWrong() ) in lcl_SpellAndGrammarAgain()
2034 pTxtNode->GetWrong()->SetInvalid( 0, STRING_LEN ); in lcl_SpellAndGrammarAgain()
/aoo4110/main/sw/source/core/access/
H A Dtextmarkuphelper.cxx55 pTextMarkupList = rTxtNode.GetWrong(); in getTextMarkupList()
H A Daccpara.cxx1022 const SwWrongList* pWrongList = pTxtNode->GetWrong(); in GetTextBoundary()
2539 const SwWrongList* pWrongList = pTxtNode->GetWrong(); in _correctValues()
2560 const SwWrongList* pWrongList = pTxtNode->GetWrong(); in _correctValues()
/aoo4110/main/sw/source/core/inc/
H A Ddrawfont.hxx212 const SwWrongList* GetWrong() const in GetWrong() function in SwDrawTextInfo
/aoo4110/main/sw/source/core/edit/
H A Dedlingu.cxx1017 0 != (pWrong = pNode->GetWrong()) && in GetCorrection()
1961 pWrong = pNode->GetWrong(); in IgnoreGrammarErrorAt()
/aoo4110/main/sw/source/core/unocore/
H A Dunotextmarkup.cxx142 pWList = mpTxtNode->GetWrong(); in commitStringMarkup()

Completed in 150 milliseconds