Home | History | Annotate | Download | only in pdfwindow

Lines Matching defs:nIndex

491 	FX_INT32 nIndex = index + 1;

493 if (nIndex > 0 && nIndex < m_aChildren.GetSize())
494 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nIndex))
505 FX_INT32 nIndex = this->GetItemIndex((CPWL_NoteItem*)pNoteItem);
507 if (nIndex > 0)
516 for (FX_INT32 i=nIndex,sz=m_aChildren.GetSize(); i<sz; i++)
555 FX_INT32 nIndex = this->GetItemIndex(pWnd);
556 if (nIndex < 0) nIndex = 0;
559 this->ResetContent(nIndex);
562 for (FX_INT32 i=nIndex+1, sz=m_aChildren.GetSize(); i<sz; i++)