Lines Matching refs:pCompletions
88 SvStringsDtor* pCompletions; member in SvtURLBox_Impl
96 ,pCompletions( NULL ) in SvtURLBox_Impl()
109 SvStringsDtor* pCompletions; member in SvtMatchContext_Impl
158 pCompletions = new SvStringsDtor; in SvtMatchContext_Impl()
172 delete pCompletions; in ~SvtMatchContext_Impl()
254 for( sal_uInt16 nPos = 0; nPos<pThis->pCompletions->Count(); nPos++ )
256 String sCompletion( *(*pThis->pCompletions)[nPos] );
294 if( !pThis->bNoSelection && pThis->pCompletions->Count() && !bValidCompletionsFiltered )
304 delete pBox->pImp->pCompletions;
306 pBox->pImp->pCompletions = pThis->pCompletions;
308 pThis->pCompletions = NULL;
329 for( sal_uInt16 nPos = pCompletions->Count(); nPos--; ) in Insert()
330 if( *(*pCompletions)[ nPos ] == rCompletion ) in Insert()
335 pCompletions->Insert( pCompletion, pCompletions->Count() ); in Insert()
600 pCompletions->Remove( 0, pCompletions->Count() ); in run()
866 delete pImp->pCompletions; in ~SvtURLBox()
1145 if ( pImp->pCompletions && pImp->pURLs ) in GetURL()
1147 for( sal_uInt16 nPos=0; nPos<pImp->pCompletions->Count(); nPos++ ) in GetURL()
1150 String aTmp( *(*pImp->pCompletions)[ nPos ] ); in GetURL()
1152 if( *(*pImp->pCompletions)[ nPos ] == aText ) in GetURL()
1238 if ( pImp->pCompletions ) in SetBaseURL()
1239 pImp->pCompletions->Remove( 0, pImp->pCompletions->Count() ); in SetBaseURL()