Home
last modified time | relevance | path

Searched refs:aSortList (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/undo/
H A Dunsort.cxx113 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()
147 for( i = 0; i < aSortList.Count(); ++i) in UndoImpl()
152 aSortList[ii]->SORT_TXT_TBL.TXT.nTarget ); in UndoImpl()
157 for(i=0; i < aSortList.Count(); ++i) in UndoImpl()
226 for( i = 0; i < aSortList.Count(); ++i) in RedoImpl()
229 aSortList[i]->SORT_TXT_TBL.TXT.nSource); in RedoImpl()
233 for(i=0; i < aSortList.Count(); ++i) in RedoImpl()
267 aSortList.C40_INSERT( SwSortUndoElement, pEle, aSortList.Count() ); in Insert()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocsort.cxx604 SwSortElements aSortList; in SortTbl() local
613 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()
/trunk/main/sw/source/core/inc/
H A DUndoSort.hxx71 SwSortList aSortList; member in SwUndoSort

Completed in 26 milliseconds