Lines Matching refs:pBrokenRecoveryDialog
1202 …BrokenRecoveryDialog* pBrokenRecoveryDialog = new BrokenRecoveryDialog(this, m_pCore, !m_bWasRecov… in execute() local
1203 …String sSaveDir = pBrokenRecoveryDialog->getSaveDirURL(); // get the d… in execute()
1204 if (pBrokenRecoveryDialog->isExecutionNeeded()) in execute()
1206 nRet = pBrokenRecoveryDialog->Execute(); in execute()
1207 sSaveDir = pBrokenRecoveryDialog->getSaveDirURL(); in execute()
1209 delete pBrokenRecoveryDialog; in execute()
1271 …BrokenRecoveryDialog* pBrokenRecoveryDialog = new BrokenRecoveryDialog(this, m_pCore, !m_bWasRecov… in execute() local
1272 …String sSaveDir = pBrokenRecoveryDialog->getSaveDirURL(); // get the d… in execute()
1276 if (pBrokenRecoveryDialog->isExecutionNeeded()) in execute()
1278 nRet = pBrokenRecoveryDialog->Execute(); in execute()
1279 sSaveDir = pBrokenRecoveryDialog->getSaveDirURL(); in execute()
1281 delete pBrokenRecoveryDialog; in execute()