Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:nStart

58 void CPWL_ListCtrl::ResetContent(FX_INT32 nStart)

60 if (nStart < 0)
61 nStart = 0;
62 if (nStart >= 0 && nStart < m_aChildren.GetSize())
63 ResetAll(TRUE, nStart);
94 void CPWL_ListCtrl::ResetAll(FX_BOOL bMove, FX_INT32 nStart)
102 if (nStart-1 >= 0 && nStart-1 < m_aChildren.GetSize())
103 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nStart-1))
106 for (FX_INT32 i=nStart,sz=m_aChildren.GetSize(); i<sz; i++)