Home
last modified time | relevance | path

Searched refs:pCompletions (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svtools/source/control/
H A Dinettbc.cxx88 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;
[all …]