Searched refs:aTreeLB (Results 1 – 2 of 2) sorted by relevance
559 aTreeLB ( this, CUI_RES( TLB_PAGES ) ),\594 aTreeLB.SetAccessibleName(GetDisplayText()); in OfaTreeOptionsDialog()621 SvLBoxEntry* pEntry = aTreeLB.First(); in ~OfaTreeOptionsDialog()626 if(aTreeLB.GetParent(pEntry)) in ~OfaTreeOptionsDialog()656 pEntry = aTreeLB.Next(pEntry); in ~OfaTreeOptionsDialog()660 pEntry = aTreeLB.First(); in ~OfaTreeOptionsDialog()663 if(!aTreeLB.GetParent(pEntry)) in ~OfaTreeOptionsDialog()670 pEntry = aTreeLB.Next(pEntry); in ~OfaTreeOptionsDialog()683 SvLBoxEntry* pParent = aTreeLB.GetEntry( 0, nGroup ); in AddTabPage()685 SvLBoxEntry* pEntry = aTreeLB.InsertEntry( rPageName, pParent ); in AddTabPage()[all …]
193 OfaOptionsTreeListBox aTreeLB; member in OfaTreeOptionsDialog