Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx902 if ( ( IsWrongDirty() || GetWrong() ) && m_Text.Len() ) in Spell()
1193 if( pNode->GetWrong() ) in _AutoSpell()
1195 nBegin = pNode->GetWrong()->GetBeginInv(); in _AutoSpell()
1198 nEnd = pNode->GetWrong()->GetEndInv(); in _AutoSpell()
1223 if( nInsertPos < pNode->GetWrong()->Count() && in _AutoSpell()
1224 nBegin == pNode->GetWrong()->Pos( nInsertPos ) + in _AutoSpell()
1268 if( !pNode->GetWrong() ) in _AutoSpell()
1303 if( pNode->GetWrong() ) in _AutoSpell()
1306 pNode->GetWrong()->Fresh( nChgStart, nChgEnd, in _AutoSpell()
2138 SwWrongList* SwTxtNode::GetWrong() in GetWrong() function in SwTxtNode
[all …]
H A Dndtxt.cxx436 if( GetWrong() ) in SplitCntntNode()
438 pNode->SetWrong( GetWrong()->SplitList( nSplitPos ) ); in SplitCntntNode()
542 SwWrongList *pList = GetWrong(); in SplitCntntNode()
663 SwWrongList *pList = GetWrong(); in JoinNext()
666 pList->JoinList( pTxtNode->GetWrong(), nOldLen ); in JoinNext()
672 pList = pTxtNode->GetWrong(); in JoinNext()
755 SwWrongList *pList = pTxtNode->GetWrong(); in JoinPrev()
758 pList->JoinList( GetWrong(), Len() ); in JoinPrev()
765 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()
/trunk/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()
/trunk/main/sw/inc/
H A Dndtxt.hxx210 SwWrongList* GetWrong();
211 const SwWrongList* GetWrong() const;
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx2005 if( pTxtNode->GetWrong() && in lcl_SpellAndGrammarAgain()
2006 pTxtNode->GetWrong()->InvalidateWrong() ) in lcl_SpellAndGrammarAgain()
2015 if( pTxtNode->GetWrong() ) in lcl_SpellAndGrammarAgain()
2016 pTxtNode->GetWrong()->SetInvalid( 0, STRING_LEN ); in lcl_SpellAndGrammarAgain()
/trunk/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()
2543 const SwWrongList* pWrongList = pTxtNode->GetWrong(); in _correctValues()
2564 const SwWrongList* pWrongList = pTxtNode->GetWrong(); in _correctValues()
/trunk/main/sw/source/core/inc/
H A Ddrawfont.hxx212 const SwWrongList* GetWrong() const in GetWrong() function in SwDrawTextInfo
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1017 0 != (pWrong = pNode->GetWrong()) && in GetCorrection()
1961 pWrong = pNode->GetWrong(); in IgnoreGrammarErrorAt()
/trunk/main/sw/source/core/unocore/
H A Dunotextmarkup.cxx142 pWList = mpTxtNode->GetWrong(); in commitStringMarkup()

Completed in 142 milliseconds