Searched refs:pTempList (Results 1 – 2 of 2) sorted by relevance
1764 pTempList( 0 ) in SwTxtSlot()1795 … else if( !pTempList && nPos < pOldSmartTagList->Count() && nListPos < nIdx && aTxt.Len() ) in SwTxtSlot()1797 pTempList = new SwWrongList( WRONGLIST_SMARTTAG ); in SwTxtSlot()1798 pTempList->Insert( rtl::OUString(), 0, 0, aTxt.Len(), 0 ); in SwTxtSlot()1799 ((SwTxtPaintInfo*)pInf)->SetSmartTags( pTempList ); in SwTxtSlot()1811 … else if( !pTempList && nPos < pOldGrammarCheckList->Count() && nListPos < nIdx && aTxt.Len() ) in SwTxtSlot()1813 pTempList = new SwWrongList( WRONGLIST_GRAMMAR ); in SwTxtSlot()1814 pTempList->Insert( rtl::OUString(), 0, 0, aTxt.Len(), 0 ); in SwTxtSlot()1815 ((SwTxtPaintInfo*)pInf)->SetGrammarCheckList( pTempList ); in SwTxtSlot()1842 delete pTempList; in ~SwTxtSlot()
760 SwWrongList* pTempList; member in SwTxtSlot
Completed in 27 milliseconds