Searched refs:pTempList (Results 1 – 2 of 2) sorted by relevance
1776 pTempList( 0 ) in SwTxtSlot()1807 … else if( !pTempList && nPos < pOldSmartTagList->Count() && nListPos < nIdx && aTxt.Len() ) in SwTxtSlot()1809 pTempList = new SwWrongList( WRONGLIST_SMARTTAG ); in SwTxtSlot()1810 pTempList->Insert( rtl::OUString(), 0, 0, aTxt.Len(), 0 ); in SwTxtSlot()1811 ((SwTxtPaintInfo*)pInf)->SetSmartTags( pTempList ); in SwTxtSlot()1823 … else if( !pTempList && nPos < pOldGrammarCheckList->Count() && nListPos < nIdx && aTxt.Len() ) in SwTxtSlot()1825 pTempList = new SwWrongList( WRONGLIST_GRAMMAR ); in SwTxtSlot()1826 pTempList->Insert( rtl::OUString(), 0, 0, aTxt.Len(), 0 ); in SwTxtSlot()1827 ((SwTxtPaintInfo*)pInf)->SetGrammarCheckList( pTempList ); in SwTxtSlot()1854 delete pTempList; in ~SwTxtSlot()
760 SwWrongList* pTempList; member in SwTxtSlot
Completed in 31 milliseconds