Searched refs:pTreeList (Results 1 – 3 of 3) sorted by relevance
120 SvTreeList* pTreeList = GetModel(); in GetEntryFromText() local121 SvLBoxEntry* pEntry = (SvLBoxEntry*)pTreeList->First(); in GetEntryFromText()141 pEntry = (SvLBoxEntry*)pTreeList->Next( pEntry ); in GetEntryFromText()
796 void selectShape( SvTreeListBox* pTreeList, Reference< XShape > xShape ) in selectShape() argument798 CustomAnimationListEntry* pEntry = static_cast< CustomAnimationListEntry* >(pTreeList->First()); in selectShape()805 pTreeList->Select( pEntry ); in selectShape()808 pEntry = static_cast< CustomAnimationListEntry* >(pTreeList->Next( pEntry )); in selectShape()
2207 SvTreeList* pTreeList = aTreeLB.GetModel(); in ResizeTreeLB() local2208 DBG_ASSERT( pTreeList, "-OfaTreeOptionsDialog::ResizeTreeLB(): no model, no cookies!" ); in ResizeTreeLB()2210 SvListEntry* pEntry = pTreeList->First(); in ResizeTreeLB()2219 pEntry = pTreeList->Next( pEntry, &nDepth ); in ResizeTreeLB()
Completed in 27 milliseconds