Lines Matching refs:pSrtLst
48 pSrtLst = new _SetGetExpFlds(); in SwInputFieldList()
85 pSrtLst->Insert( pNew ); in SwInputFieldList()
95 delete pSrtLst; in ~SwInputFieldList()
104 return pSrtLst->Count(); in Count()
110 const SwTxtFld* pTxtFld = (*pSrtLst)[ nId ]->GetTxtFld(); in GetField()
137 (*pSrtLst)[ nId ]->GetPosOfContent( *pSh->GetCrsr()->GetPoint() ); in GotoFieldPos()
179 pSrtLst->Insert( pNew ); in BuildSortLst()
190 return pSrtLst->Count(); in BuildSortLst()
205 _SetGetExpFld* pFld = (*pSrtLst)[i]; in RemoveUnselectedFlds()
213 pNewLst->Insert( (*pSrtLst)[i] ); in RemoveUnselectedFlds()
214 pSrtLst->Remove(i, 1); in RemoveUnselectedFlds()
222 delete pSrtLst; in RemoveUnselectedFlds()
223 pSrtLst = pNewLst; in RemoveUnselectedFlds()