Lines Matching refs:pChild
325 SvLBoxEntry* pChild; in ShowColumns() local
326 while ((pChild = FirstChild(pEntry)) != 0L) in ShowColumns()
327 GetModel()->Remove(pChild); in ShowColumns()
525 SvLBoxEntry* pChild; in Select() local
535 while ((pChild = GetEntry(pParent, nChild++)) != NULL) in Select()
537 if (rTableName == GetEntryText(pChild)) in Select()
539 pParent = pChild; in Select()
548 while ((pChild = GetEntry(pParent, nChild++)) != NULL) in Select()
549 if (rColumnName == GetEntryText(pChild)) in Select()
552 if (!pChild) in Select()
553 pChild = pParent; in Select()
555 MakeVisible(pChild); in Select()
556 SvTreeListBox::Select(pChild); in Select()