Searched refs:pListEntry (Results 1 – 4 of 4) sorted by relevance
60 void* pListEntry = aEntryList.First(); in ScSelEntryDlg() local61 while ( pListEntry ) in ScSelEntryDlg()63 aLb.InsertEntry( *((String*)pListEntry ) ); in ScSelEntryDlg()64 pListEntry = aEntryList.Next(); in ScSelEntryDlg()
446 SvLBoxEntry* pListEntry = pEntry; in SaveExpandedTreeItemState() local447 while (pListEntry) in SaveExpandedTreeItemState()449 if (pListEntry->HasChilds()) in SaveExpandedTreeItemState()451 if (IsExpanded(pListEntry)) in SaveExpandedTreeItemState()452 vectTreeItem.push_back(GetEntryText(pListEntry)); in SaveExpandedTreeItemState()453 SvLBoxEntry* pChildEntry = FirstChild(pListEntry); in SaveExpandedTreeItemState()456 pListEntry = NextSibling(pListEntry); in SaveExpandedTreeItemState()
349 SvLBoxEntry* pListEntry = in lcl_insertExceptionEntry() local351 pListEntry->SetUserData( reinterpret_cast< void* >( _nElementPos ) ); in lcl_insertExceptionEntry()
4027 void SvxIconChoiceCtrl_Impl::SetEntryListPos( SvxIconChoiceCtrlEntry* pListEntry, sal_uLong nNewPos… in SetEntryListPos() argument4029 sal_uLong nCurPos = GetEntryListPos( pListEntry ); in SetEntryListPos()4033 aEntries.List::Insert( (void*)pListEntry, nNewPos ); in SetEntryListPos()
Completed in 52 milliseconds