Home
last modified time | relevance | path

Searched refs:pTreeList (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowListBox.cxx120 SvTreeList* pTreeList = GetModel(); in GetEntryFromText() local
121 SvLBoxEntry* pEntry = (SvLBoxEntry*)pTreeList->First(); in GetEntryFromText()
141 pEntry = (SvLBoxEntry*)pTreeList->Next( pEntry ); in GetEntryFromText()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx796 void selectShape( SvTreeListBox* pTreeList, Reference< XShape > xShape ) in selectShape() argument
798 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()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx2207 SvTreeList* pTreeList = aTreeLB.GetModel(); in ResizeTreeLB() local
2208 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 53 milliseconds