Searched refs:SetWrong (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 438 pNode->SetWrong( GetWrong()->SplitList( nSplitPos ) ); in SplitCntntNode() 543 SetWrong( 0, false ); in SplitCntntNode() 580 pNode->SetWrong( pList->SplitList( nSplitPos ) ); in SplitCntntNode() 581 SetWrong( pList, false ); in SplitCntntNode() 668 SetWrong( 0, false ); in JoinNext() 677 pTxtNode->SetWrong( 0, false ); in JoinNext() 731 SetWrong( pList, false ); in JoinNext() 760 pTxtNode->SetWrong( 0, false ); in JoinPrev() 761 SetWrong( NULL ); in JoinPrev() 770 SetWrong( 0, false ); in JoinPrev() [all …]
|
H A D | txtedt.cxx | 1270 pNode->SetWrong( new SwWrongList( WRONGLIST_SPELL ) ); in _AutoSpell() 1320 pNode->SetWrong( NULL ); in _AutoSpell() 2126 void SwTxtNode::SetWrong( SwWrongList* pNew, bool bDelete ) in SetWrong() function in SwTxtNode
|
H A D | fntcap.cxx | 273 aInfo.SetWrong( NULL ); in GetCapitalBreak()
|
/trunk/main/sw/source/core/text/ |
H A D | frmpaint.cxx | 212 aDrawInf.SetWrong( NULL ); in PaintExtra() 573 aDrawInf.SetWrong( NULL ); in PaintEmpty()
|
H A D | inftxt.cxx | 752 aDrawInf.SetWrong( bTmpWrong ? pWrongList : NULL ); in _DrawText() 764 aDrawInf.SetWrong( bTmpWrong ? pWrongList : NULL ); in _DrawText()
|
H A D | txtfrm.cxx | 883 pTxtNode->SetWrong( new SwWrongList( WRONGLIST_SPELL ) ); in lcl_SetWrong()
|
/trunk/main/sw/source/core/inc/ |
H A D | drawfont.hxx | 397 void SetWrong( const SwWrongList* pNew ) in SetWrong() function in SwDrawTextInfo
|
/trunk/main/sw/inc/ |
H A D | ndtxt.hxx | 209 void SetWrong( SwWrongList* pNew, bool bDelete = true );
|
/trunk/main/sw/source/core/unocore/ |
H A D | unotextmarkup.cxx | 146 mpTxtNode->SetWrong( pWList ); in commitStringMarkup()
|
H A D | unoobj.cxx | 2719 txtNode->SetWrong(0, true); in invalidateMarkings()
|
/trunk/main/sw/source/core/docnode/ |
H A D | node.cxx | 1440 ((SwTxtNode*)this)->SetWrong( NULL ); in DelFrms()
|
Completed in 125 milliseconds