Home
last modified time | relevance | path

Searched refs:aTreeLB (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/cui/source/options/
H A Dtreeopt.cxx559 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 …]
/AOO41X/main/cui/source/inc/
H A Dtreeopt.hxx193 OfaOptionsTreeListBox aTreeLB; member in OfaTreeOptionsDialog