Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/text/
H A Dinftxt.cxx1775 pOldGrammarCheckList( 0 ), in SwTxtSlot()
1816 pOldGrammarCheckList = static_cast<SwTxtPaintInfo*>(pInf)->GetGrammarCheckList(); in SwTxtSlot()
1817 if ( pOldGrammarCheckList ) in SwTxtSlot()
1819 const sal_uInt16 nPos = pOldGrammarCheckList->GetWrongPos(nIdx); in SwTxtSlot()
1820 const xub_StrLen nListPos = pOldGrammarCheckList->Pos(nPos); in SwTxtSlot()
1822 … ((SwTxtPaintInfo*)pInf)->SetGrammarCheckList( pOldGrammarCheckList->SubList( nPos ) ); in SwTxtSlot()
1823 … else if( !pTempList && nPos < pOldGrammarCheckList->Count() && nListPos < nIdx && aTxt.Len() ) in SwTxtSlot()
1852 if ( pOldGrammarCheckList ) in ~SwTxtSlot()
1853 ((SwTxtPaintInfo*)pInf)->SetGrammarCheckList( pOldGrammarCheckList ); in ~SwTxtSlot()
H A Dinftxt.hxx759 const SwWrongList* pOldGrammarCheckList; member in SwTxtSlot

Completed in 32 milliseconds