Lines Matching refs:rpURLList

1430 void lcl_saveLastURLs(SvStringsDtor*&                                    rpURLList ,  in lcl_saveLastURLs()  argument
1434 sal_uInt16 c = rpURLList->Count(); in lcl_saveLastURLs()
1437 lLastURLs.push_back(*(rpURLList->GetObject(i))); in lcl_saveLastURLs()
1442 SvStringsDtor*& rpURLList, in implGetAndCacheFiles() argument
1445 rpURLList = NULL; in implGetAndCacheFiles()
1459 rpURLList = new SvStringsDtor; in implGetAndCacheFiles()
1465 rpURLList->Insert( pURL, rpURLList->Count() ); in implGetAndCacheFiles()
1477 rpURLList = new SvStringsDtor; in implGetAndCacheFiles()
1479 rpURLList->Insert( pURL, 0 ); in implGetAndCacheFiles()
1484 rpURLList = new SvStringsDtor; in implGetAndCacheFiles()
1497 rpURLList->Insert( pURL, rpURLList->Count() ); in implGetAndCacheFiles()
1502 lcl_saveLastURLs(rpURLList, mlLastURLs); in implGetAndCacheFiles()
1506 ErrCode FileDialogHelper_Impl::execute( SvStringsDtor*& rpURLList, in execute() argument
1553 rpURLList = NULL; in execute()
1623 implGetAndCacheFiles( mxFileDlg, rpURLList, pCurrentFilter ); in execute()
1624 if ( rpURLList == NULL || rpURLList->GetObject(0) == NULL ) in execute()
1648 …( eType, ::com::sun::star::task::PasswordRequestMode_PASSWORD_CREATE, *(rpURLList->GetObject(0)), … in execute()
2534 ErrCode FileDialogHelper::Execute( SvStringsDtor*& rpURLList, in Execute() argument
2540 return mpImp->execute( rpURLList, rpSet, rFilter ); in Execute()
2872 SvStringsDtor *& rpURLList, in FileOpenDialog_Impl() argument
2887 nRet = aDialog.Execute( rpURLList, rpSet, rFilter, aPath ); in FileOpenDialog_Impl()