Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/undo/
H A Dunsort.cxx144 SwUndoSortList aIdxList( (sal_uInt8)aSortList.Count() ); in UndoImpl() local
153 aIdxList.C40_INSERT(SwNodeIndex, pIdx, i ); in UndoImpl()
160 SwNodeRange aRg( *aIdxList[i], 0, *aIdxList[i], 1 ); in UndoImpl()
165 aIdxList.DeleteAndDestroy(0, aIdxList.Count()); in UndoImpl()
223 SwUndoSortList aIdxList( (sal_uInt8)aSortList.Count() ); in RedoImpl() local
230 aIdxList.C40_INSERT( SwNodeIndex, pIdx, i ); in RedoImpl()
236 SwNodeRange aRg( *aIdxList[i], 0, *aIdxList[i], 1 ); in RedoImpl()
241 aIdxList.DeleteAndDestroy(0, aIdxList.Count()); in RedoImpl()
/trunk/main/sc/source/ui/app/
H A Dscmod.cxx778 sal_uInt16 aIdxList[LRU_MAX]; in InsertEntryToLRUList() local
787 aIdxList[n ] = pLRUListIds[n]; // hinter Treffer kopieren in InsertEntryToLRUList()
789 aIdxList[n+1] = pLRUListIds[n]; // vor Treffer verschieben in InsertEntryToLRUList()
794 aIdxList[0] = nFIndex; // Current on Top in InsertEntryToLRUList()
797 aNewOpts.SetLRUFuncList(aIdxList, n); in InsertEntryToLRUList()

Completed in 21 milliseconds