Searched refs:aSortList (Results 1 – 3 of 3) sorted by relevance
113 for( sal_uInt16 i=0; i < aSortList.Count(); i++) in UndoImpl()116 *aSortList[i]->SORT_TXT_TBL.TBL.pSource ); in UndoImpl()118 *aSortList[i]->SORT_TXT_TBL.TBL.pTarget ); in UndoImpl()144 SwUndoSortList aIdxList( (sal_uInt8)aSortList.Count() ); in UndoImpl()147 for( i = 0; i < aSortList.Count(); ++i) in UndoImpl()148 for( sal_uInt16 ii=0; ii < aSortList.Count(); ++ii ) in UndoImpl()149 if( aSortList[ii]->SORT_TXT_TBL.TXT.nSource == nSttNode + i ) in UndoImpl()152 aSortList[ii]->SORT_TXT_TBL.TXT.nTarget ); in UndoImpl()157 for(i=0; i < aSortList.Count(); ++i) in UndoImpl()190 for(sal_uInt16 i=0; i < aSortList.Count(); ++i) in RedoImpl()[all …]
604 SwSortElements aSortList; in SortTbl() local613 aSortList.Insert(pEle); in SortTbl()618 for(i=0; i < aSortList.Count(); ++i) in SortTbl()620 SwSortBoxElement* pBox = (SwSortBoxElement*)aSortList[i]; in SortTbl()638 aSortList.DeleteAndDestroy( 0, aSortList.Count() ); in SortTbl()
71 SwSortList aSortList; member in SwUndoSort