Searched refs:GetWrong (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 896 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 D | ndtxt.cxx | 431 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 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()
|
/aoo41x/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()
|
/aoo41x/main/sw/inc/ |
H A D | ndtxt.hxx | 206 SwWrongList* GetWrong(); 207 const SwWrongList* GetWrong() const;
|
/aoo41x/main/sw/source/core/doc/ |
H A D | doc.cxx | 2023 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()
|
/aoo41x/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() 2539 const SwWrongList* pWrongList = pTxtNode->GetWrong(); in _correctValues() 2560 const SwWrongList* pWrongList = pTxtNode->GetWrong(); in _correctValues()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | drawfont.hxx | 212 const SwWrongList* GetWrong() const in GetWrong() function in SwDrawTextInfo
|
/aoo41x/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 1017 0 != (pWrong = pNode->GetWrong()) && in GetCorrection() 1961 pWrong = pNode->GetWrong(); in IgnoreGrammarErrorAt()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unotextmarkup.cxx | 142 pWList = mpTxtNode->GetWrong(); in commitStringMarkup()
|
Completed in 128 milliseconds