Lines Matching refs:sortedList
630 $sortedList = $sortedListObj->sortedList;
632 foreach($sortedList as $ptr) {
1115 * @param array $sortedList the sorted list
1119 function filter($filters,$sortedList) { argument
1161 $recordObj = $this->recordObjs[$sortedList[$recCounter]];
1845 * @param array $sortedList the sorted list of record IDs
1850 function list_all($tab, $list,$sortedList='',$sortedColumnId=0) { argument
1924 $recPointer= $sortedList[$recCounter];
2158 var $sortedList = array(); variable in SortedArray
2177 $this->sortedList[$counter] = $testObj->id;
2379 $sortedList = array();
2416 $sortedList = $sortedListObj->sortedList;
2422 $sortedList[$counter] = $counter;
2434 $list=$tab->filter($filters,$sortedList);
2435 $display->list_all($tab, $list, $sortedList, $sortedColumnId);