Searched refs:GetWrong (Results 1 – 12 of 12) sorted by relevance
/trunk/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 902 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 D | ndtxt.cxx | 436 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 D | fntcache.cxx | 861 !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 D | txtfrm.cxx | 862 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 D | frmpaint.cxx | 689 aInf.SetWrongList( ( (SwTxtNode*)GetTxtNode() )->GetWrong() ); in Paint()
|
/trunk/main/sw/inc/ |
H A D | ndtxt.hxx | 210 SwWrongList* GetWrong(); 211 const SwWrongList* GetWrong() const;
|
/trunk/main/sw/source/core/doc/ |
H A D | doc.cxx | 2005 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 D | textmarkuphelper.cxx | 55 pTextMarkupList = rTxtNode.GetWrong(); in getTextMarkupList()
|
H A D | accpara.cxx | 1022 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 D | drawfont.hxx | 212 const SwWrongList* GetWrong() const in GetWrong() function in SwDrawTextInfo
|
/trunk/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 1017 0 != (pWrong = pNode->GetWrong()) && in GetCorrection() 1961 pWrong = pNode->GetWrong(); in IgnoreGrammarErrorAt()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unotextmarkup.cxx | 142 pWList = mpTxtNode->GetWrong(); in commitStringMarkup()
|
Completed in 124 milliseconds