Lines Matching refs:pAutoCmpltList
2426 pAutoCmpltList( 0 ), in OfaAutoCompleteTabPage()
2505 if( pAutoCmpltList && nAutoCmpltListCnt != aLBEntries.GetEntryCount() ) in FillItemSet()
2508 pOpt->pAutoCmpltList = pAutoCmpltList; in FillItemSet()
2544 if( pOpt->pAutoCmpltList && pOpt->pAutoCmpltList->Count() ) in Reset()
2546 pAutoCmpltList = (SvStringsISortDtor*)pOpt->pAutoCmpltList; in Reset()
2547 pOpt->pAutoCmpltList = 0; in Reset()
2548 nAutoCmpltListCnt = pAutoCmpltList->Count(); in Reset()
2551 const StringPtr pStr = pAutoCmpltList->GetObject( n ); in Reset()
2573 sal_uInt16 nSelCnt = pAutoCmpltList ? aLBEntries.GetSelectEntryCount() : 0; in IMPL_LINK()
2579 nPos = pAutoCmpltList->GetPos( pStr ); in IMPL_LINK()
2581 pAutoCmpltList->Remove( nPos ); in IMPL_LINK()
2604 if( pAutoCmpltList && nSelCnt ) in CopyToClipboard()