Searched refs:pOldSmartTagList (Results 1 – 2 of 2) sorted by relevance
1774 pOldSmartTagList( 0 ), in SwTxtSlot()1800 pOldSmartTagList = static_cast<SwTxtPaintInfo*>(pInf)->GetSmartTags(); in SwTxtSlot()1801 if ( pOldSmartTagList ) in SwTxtSlot()1803 const sal_uInt16 nPos = pOldSmartTagList->GetWrongPos(nIdx); in SwTxtSlot()1804 const xub_StrLen nListPos = pOldSmartTagList->Pos(nPos); in SwTxtSlot()1806 ((SwTxtPaintInfo*)pInf)->SetSmartTags( pOldSmartTagList->SubList( nPos ) ); in SwTxtSlot()1807 … else if( !pTempList && nPos < pOldSmartTagList->Count() && nListPos < nIdx && aTxt.Len() ) in SwTxtSlot()1850 if ( pOldSmartTagList ) in ~SwTxtSlot()1851 ((SwTxtPaintInfo*)pInf)->SetSmartTags( pOldSmartTagList ); in ~SwTxtSlot()
758 const SwWrongList* pOldSmartTagList; member in SwTxtSlot
Completed in 98 milliseconds