Searched refs:nDescriptorIndex (Results 1 – 1 of 1) sorted by relevance
733 for (sal_Int32 nDescriptorIndex=0,nCount=maPageDescriptors.size(); in UpdateIndices() local734 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 9 milliseconds