Searched refs:aSortedList (Results 1 – 2 of 2) sorted by relevance
513 aSortedList.Remove(0, aSortedList.Count()); in Sort_Impl()520 for (k=0; k<aSortedList.Count(); k++) in Sort_Impl()522 if (ChildAlignValue((*pChilds)[aSortedList[k]]->eAlign) > in Sort_Impl()525 aSortedList.Insert (i,k); in Sort_Impl()875 for ( sal_uInt16 n=0; n<aSortedList.Count(); ++n ) in Arrange_Impl()877 SfxChild_Impl* pCli = (*pChilds)[aSortedList[n]]; in Arrange_Impl()1972 for ( n=0; n<aSortedList.Count(); ++n ) in ConfigChild_Impl()1974 pChild = (*pChilds)[aSortedList[n]]; in ConfigChild_Impl()1980 if ( n < aSortedList.Count() ) in ConfigChild_Impl()1982 nPos = aSortedList[n]; in ConfigChild_Impl()[all …]
244 SvUShorts aSortedList; member in SfxWorkWindow