Home
last modified time | relevance | path

Searched refs:nDescriptorIndex (Results 1 – 1 of 1) sorted by path

/trunk/main/sd/source/ui/slidesorter/model/
H A DSlideSorterModel.cxx733 for (sal_Int32 nDescriptorIndex=0,nCount=maPageDescriptors.size(); in UpdateIndices() local
734 nDescriptorIndex<nCount; in UpdateIndices()
735 ++nDescriptorIndex) in UpdateIndices()
737 SharedPageDescriptor& rpDescriptor (maPageDescriptors[nDescriptorIndex]); in UpdateIndices()
740 if (nDescriptorIndex < nFirstIndex) in UpdateIndices()
742 if (rpDescriptor->GetPageIndex()!=nDescriptorIndex) in UpdateIndices()
744 OSL_ASSERT(rpDescriptor->GetPageIndex()==nDescriptorIndex); in UpdateIndices()
749 rpDescriptor->SetPageIndex(nDescriptorIndex); in UpdateIndices()

Completed in 6 milliseconds