Home
last modified time | relevance | path

Searched refs:pOldGrammarCheckList (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sw/source/core/text/
H A Dinftxt.cxx1763 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()
H A Dinftxt.hxx759 const SwWrongList* pOldGrammarCheckList; member in SwTxtSlot

Completed in 24 milliseconds