Searched refs:pOldGrammarCheckList (Results 1 – 2 of 2) sorted by relevance
1763 pOldGrammarCheckList( 0 ), in SwTxtSlot()1804 pOldGrammarCheckList = static_cast<SwTxtPaintInfo*>(pInf)->GetGrammarCheckList(); in SwTxtSlot()1805 if ( pOldGrammarCheckList ) in SwTxtSlot()1807 const sal_uInt16 nPos = pOldGrammarCheckList->GetWrongPos(nIdx); in SwTxtSlot()1808 const xub_StrLen nListPos = pOldGrammarCheckList->Pos(nPos); in SwTxtSlot()1810 … ((SwTxtPaintInfo*)pInf)->SetGrammarCheckList( pOldGrammarCheckList->SubList( nPos ) ); in SwTxtSlot()1811 … else if( !pTempList && nPos < pOldGrammarCheckList->Count() && nListPos < nIdx && aTxt.Len() ) in SwTxtSlot()1840 if ( pOldGrammarCheckList ) in ~SwTxtSlot()1841 ((SwTxtPaintInfo*)pInf)->SetGrammarCheckList( pOldGrammarCheckList ); in ~SwTxtSlot()
759 const SwWrongList* pOldGrammarCheckList; member in SwTxtSlot
Completed in 37 milliseconds