Lines Matching refs:pURLs
87 SvStringsDtor* pURLs; member in SvtURLBox_Impl
95 :pURLs( NULL ) in SvtURLBox_Impl()
110 SvStringsDtor* pURLs; member in SvtMatchContext_Impl
157 pURLs = new SvStringsDtor; in SvtMatchContext_Impl()
171 delete pURLs; in ~SvtMatchContext_Impl()
303 delete pBox->pImp->pURLs;
305 pBox->pImp->pURLs = pThis->pURLs;
307 pThis->pURLs = NULL;
337 pURLs->Insert( pURL, pURLs->Count() ); in Insert()
601 pURLs->Remove( 0, pURLs->Count() ); in run()
865 delete pImp->pURLs; in ~SvtURLBox()
1145 if ( pImp->pCompletions && pImp->pURLs ) in GetURL()
1153 return *(*pImp->pURLs)[nPos]; in GetURL()
1241 if ( pImp->pURLs ) in SetBaseURL()
1242 pImp->pURLs->Remove( 0, pImp->pURLs->Count() ); in SetBaseURL()