Lines Matching refs:BrokenRecoveryDialog
1202 …BrokenRecoveryDialog* pBrokenRecoveryDialog = new BrokenRecoveryDialog(this, m_pCore, !m_bWasRecov… in execute()
1271 …BrokenRecoveryDialog* pBrokenRecoveryDialog = new BrokenRecoveryDialog(this, m_pCore, !m_bWasRecov… in execute()
1466 BrokenRecoveryDialog::BrokenRecoveryDialog(Window* pParent , in BrokenRecoveryDialog() function in svx::DocRecovery::BrokenRecoveryDialog
1485 m_aSaveDirBtn.SetClickHdl( LINK( this, BrokenRecoveryDialog, SaveButtonHdl ) ); in BrokenRecoveryDialog()
1486 m_aOkBtn.SetClickHdl( LINK( this, BrokenRecoveryDialog, OkButtonHdl ) ); in BrokenRecoveryDialog()
1487 m_aCancelBtn.SetClickHdl( LINK( this, BrokenRecoveryDialog, CancelButtonHdl ) ); in BrokenRecoveryDialog()
1499 BrokenRecoveryDialog::~BrokenRecoveryDialog() in ~BrokenRecoveryDialog()
1504 void BrokenRecoveryDialog::impl_refresh() in impl_refresh()
1540 sal_Bool BrokenRecoveryDialog::isExecutionNeeded() in isExecutionNeeded()
1546 ::rtl::OUString BrokenRecoveryDialog::getSaveDirURL() in getSaveDirURL()
1552 IMPL_LINK( BrokenRecoveryDialog, OkButtonHdl, void*, EMPTYARG ) in IMPL_LINK() argument
1566 IMPL_LINK( BrokenRecoveryDialog, CancelButtonHdl, void*, EMPTYARG ) in IMPL_LINK() argument
1573 IMPL_LINK( BrokenRecoveryDialog, SaveButtonHdl, void*, EMPTYARG ) in IMPL_LINK() argument
1580 void BrokenRecoveryDialog::impl_askForSavePath() in impl_askForSavePath()