Lines Matching refs:pUserLists
101 pUserLists ( NULL ), in ScTpUserLists()
119 delete pUserLists; in ~ScTpUserLists()
199 if ( !pUserLists ) in Reset()
200 pUserLists = new ScUserList( *pCoreList ); in Reset()
202 *pUserLists = *pCoreList; in Reset()
210 else if ( !pUserLists ) in Reset()
211 pUserLists = new ScUserList; in Reset()
254 if ( (pUserLists == NULL) && (pCoreList == NULL) ) in FillItemSet()
258 else if ( pUserLists != NULL ) in FillItemSet()
261 bDataModified = (*pUserLists != *pCoreList); in FillItemSet()
270 if ( pUserLists ) in FillItemSet()
271 aULItem.SetUserList( *pUserLists ); in FillItemSet()
295 if ( !pUserLists ) return 0; in UpdateUserListBox()
299 sal_uInt16 nCount = pUserLists->GetCount(); in UpdateUserListBox()
306 aEntry = (*pUserLists)[i]->GetString(); in UpdateUserListBox()
319 if ( !pUserLists ) return; in UpdateEntries()
323 if ( nList < pUserLists->GetCount() ) in UpdateEntries()
325 ScUserListData* pList = (*pUserLists)[nList]; in UpdateEntries()
411 if ( !pUserLists ) in AddNewList()
412 pUserLists = new ScUserList; in AddNewList()
416 if ( !pUserLists->Insert( new ScUserListData( theEntriesStr ) ) ) in AddNewList()
526 if ( !pUserLists ) return; in ModifyList()
534 (*pUserLists)[nSelList]->SetString( theEntriesStr ); in ModifyList()
541 if ( pUserLists ) pUserLists->AtFree( nList ); in RemoveList()