Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/text/
H A Dinftxt.cxx1762 pOldSmartTagList( 0 ), in SwTxtSlot()
1788 pOldSmartTagList = static_cast<SwTxtPaintInfo*>(pInf)->GetSmartTags(); in SwTxtSlot()
1789 if ( pOldSmartTagList ) in SwTxtSlot()
1791 const sal_uInt16 nPos = pOldSmartTagList->GetWrongPos(nIdx); in SwTxtSlot()
1792 const xub_StrLen nListPos = pOldSmartTagList->Pos(nPos); in SwTxtSlot()
1794 ((SwTxtPaintInfo*)pInf)->SetSmartTags( pOldSmartTagList->SubList( nPos ) ); in SwTxtSlot()
1795 … else if( !pTempList && nPos < pOldSmartTagList->Count() && nListPos < nIdx && aTxt.Len() ) in SwTxtSlot()
1838 if ( pOldSmartTagList ) in ~SwTxtSlot()
1839 ((SwTxtPaintInfo*)pInf)->SetSmartTags( pOldSmartTagList ); in ~SwTxtSlot()
H A Dinftxt.hxx758 const SwWrongList* pOldSmartTagList; member in SwTxtSlot

Completed in 50 milliseconds