Lines Matching refs:pUserLists
102 pUserLists ( NULL ), in ScTpUserLists()
120 delete pUserLists; in ~ScTpUserLists()
200 if ( !pUserLists ) in Reset()
201 pUserLists = new ScUserList( *pCoreList ); in Reset()
203 *pUserLists = *pCoreList; in Reset()
211 else if ( !pUserLists ) in Reset()
212 pUserLists = new ScUserList; in Reset()
255 if ( (pUserLists == NULL) && (pCoreList == NULL) ) in FillItemSet()
259 else if ( pUserLists != NULL ) in FillItemSet()
262 bDataModified = (*pUserLists != *pCoreList); in FillItemSet()
271 if ( pUserLists ) in FillItemSet()
272 aULItem.SetUserList( *pUserLists ); in FillItemSet()
296 if ( !pUserLists ) return 0; in UpdateUserListBox()
300 sal_uInt16 nCount = pUserLists->GetCount(); in UpdateUserListBox()
307 aEntry = (*pUserLists)[i]->GetString(); in UpdateUserListBox()
320 if ( !pUserLists ) return; in UpdateEntries()
324 if ( nList < pUserLists->GetCount() ) in UpdateEntries()
326 ScUserListData* pList = (*pUserLists)[nList]; in UpdateEntries()
412 if ( !pUserLists ) in AddNewList()
413 pUserLists = new ScUserList; in AddNewList()
417 if ( !pUserLists->Insert( new ScUserListData( theEntriesStr ) ) ) in AddNewList()
527 if ( !pUserLists ) return; in ModifyList()
535 (*pUserLists)[nSelList]->SetString( theEntriesStr ); in ModifyList()
542 if ( pUserLists ) pUserLists->AtFree( nList ); in RemoveList()