|
LibreOffice Module svx (master) 1
|
Classes | |
| class | BrokenRecoveryDialog |
| class | IRecoveryUpdateListener |
| class | PluginProgress |
| class | RecoveryCore |
| class | RecoveryDialog |
| class | SaveDialog |
| class | SaveProgressDialog |
| struct | TURLInfo |
Typedefs | |
| typedef ::std::vector< TURLInfo > | TURLList |
Enumerations | |
| enum | ERecoveryState { E_SUCCESSFULLY_RECOVERED , E_ORIGINAL_DOCUMENT_RECOVERED , E_RECOVERY_FAILED , E_RECOVERY_IS_IN_PROGRESS , E_NOT_RECOVERED_YET , E_WILL_BE_DISCARDED } |
Functions | |
| IMPL_LINK_NOARG (SaveDialog, OKButtonHdl, weld::Button &, void) | |
| static short | impl_askUserForWizardCancel (weld::Widget *pParent, TranslateId pRes) |
| IMPL_LINK_NOARG (RecoveryDialog, NextButtonHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (RecoveryDialog, CancelButtonHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (RecoveryDialog, ToggleRowHdl, const weld::TreeView::iter_col &, void) | |
| IMPL_LINK_NOARG (BrokenRecoveryDialog, OkButtonHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (BrokenRecoveryDialog, CancelButtonHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (BrokenRecoveryDialog, SaveButtonHdl, weld::Button &, void) | |
| typedef ::std::vector< TURLInfo > svx::DocRecovery::TURLList |
Definition at line 157 of file docrecovery.hxx.
| Enumerator | |
|---|---|
| E_SUCCESSFULLY_RECOVERED | |
| E_ORIGINAL_DOCUMENT_RECOVERED | |
| E_RECOVERY_FAILED | |
| E_RECOVERY_IS_IN_PROGRESS | |
| E_NOT_RECOVERED_YET | |
| E_WILL_BE_DISCARDED | |
Definition at line 98 of file docrecovery.hxx.
|
static |
Definition at line 664 of file docrecovery.cxx.
References Application::CreateMessageDialog(), DLG_RET_CANCEL, DLG_RET_OK, RET_YES, and SvxResId().
Referenced by IMPL_LINK_NOARG().
| svx::DocRecovery::IMPL_LINK_NOARG | ( | BrokenRecoveryDialog | , |
| CancelButtonHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 1190 of file docrecovery.cxx.
References m_xDialog, and RET_CANCEL.
| svx::DocRecovery::IMPL_LINK_NOARG | ( | BrokenRecoveryDialog | , |
| OkButtonHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 1178 of file docrecovery.cxx.
References DLG_RET_OK, m_xDialog, and comphelper::string::strip().
| svx::DocRecovery::IMPL_LINK_NOARG | ( | BrokenRecoveryDialog | , |
| SaveButtonHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 1195 of file docrecovery.cxx.
| svx::DocRecovery::IMPL_LINK_NOARG | ( | RecoveryDialog | , |
| CancelButtonHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 964 of file docrecovery.cxx.
References DLG_RET_CANCEL, svx::DocRecovery::RecoveryDialog::E_RECOVERY_CANCELED, svx::DocRecovery::RecoveryDialog::E_RECOVERY_CORE_DONE, svx::DocRecovery::RecoveryDialog::E_RECOVERY_HANDLED, svx::DocRecovery::RecoveryDialog::E_RECOVERY_PREPARED, impl_askUserForWizardCancel(), m_xDialog, and RET_CANCEL.
| svx::DocRecovery::IMPL_LINK_NOARG | ( | RecoveryDialog | , |
| NextButtonHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 944 of file docrecovery.cxx.
References DLG_RET_OK, svx::DocRecovery::RecoveryDialog::E_RECOVERY_CORE_DONE, svx::DocRecovery::RecoveryDialog::E_RECOVERY_DONE, svx::DocRecovery::RecoveryDialog::E_RECOVERY_HANDLED, svx::DocRecovery::RecoveryDialog::E_RECOVERY_IN_PROGRESS, svx::DocRecovery::RecoveryDialog::E_RECOVERY_PREPARED, and m_xDialog.
| svx::DocRecovery::IMPL_LINK_NOARG | ( | RecoveryDialog | , |
| ToggleRowHdl | , | ||
| const weld::TreeView::iter_col & | , | ||
| void | |||
| ) |
Definition at line 987 of file docrecovery.cxx.
References aIndex, TRISTATE_FALSE, and TRISTATE_TRUE.
| svx::DocRecovery::IMPL_LINK_NOARG | ( | SaveDialog | , |
| OKButtonHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 602 of file docrecovery.cxx.
References DLG_RET_OK, DLG_RET_OK_AUTOLUNCH, and m_xDialog.