Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dinftxt.cxx1776 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()
H A Dinftxt.hxx760 SwWrongList* pTempList; member in SwTxtSlot

Completed in 24 milliseconds