Lines Matching refs:pProgress
1282 pTask->pProgress->SetNextOperation(Bstr(tr("Reading")).raw(), 1);
1297 i_waitForAsyncProgress(pTask->pProgress, progressInt); /* Any errors will be thrown */
1477 ImportStack stack(pTask->locInfo, m->pReader->m_mapDisks, pTask->pProgress);
1617 ImportStack stack(pTask->locInfo, m->pReader->m_mapDisks, pTask->pProgress);
1897 if (!pTask->pProgress.isNull())
1898 pTask->pProgress->SetNextOperation(BstrFmt(tr("Downloading file '%s'"), pszFilename).raw(), s.second);
1929 if (!pTask->pProgress.isNull())
1930 pTask->pProgress->SetNextOperation(BstrFmt(tr("Downloading file '%s'"), pszFilename).raw(), 1);
1958 pTask->pProgress->SetNextOperation(BstrFmt(tr("Importing appliance")).raw(), m->ulWeightForXmlOperation);
1972 i_waitForAsyncProgress(pTask->pProgress, progressInt); /* Any errors will be thrown */
2322 * This advances stack.pProgress by one operation with the disk's weight.
2339 ComObjPtr<Progress> pProgress;
2340 pProgress.createObject();
2341 HRESULT rc = pProgress->init(mVirtualBox,
2554 stack.pProgress->SetNextOperation(BstrFmt(tr("Importing virtual disk image '%s'"),
2582 ComPtr<IProgress>(pProgress).asOutParam());
2587 stack.pProgress->SetNextOperation(BstrFmt(tr("Creating disk image '%s'"),
2611 pProgress);
2618 stack.pProgress->SetNextOperation(BstrFmt(tr("Importing virtual disk image '%s'"),
2625 ComPtr<IProgress> pp(pProgress);
2626 i_waitForAsyncProgress(stack.pProgress, pp);