LibreOffice Module svx (master)
1
|
#include <docrecovery.hxx>
Public Member Functions | |
BrokenRecoveryDialog (weld::Window *pParent, RecoveryCore *pCore, bool bBeforeRecovery) | |
TODO. More... | |
virtual | ~BrokenRecoveryDialog () override |
bool | isExecutionNeeded () const |
TODO. More... | |
const OUString & | getSaveDirURL () const |
TODO. More... | |
![]() | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
![]() | |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OString &rHelpId) |
OString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Member Functions | |
void | impl_refresh () |
TODO. More... | |
DECL_LINK (SaveButtonHdl, weld::Button &, void) | |
TODO. More... | |
DECL_LINK (OkButtonHdl, weld::Button &, void) | |
TODO. More... | |
DECL_LINK (CancelButtonHdl, weld::Button &, void) | |
TODO. More... | |
void | impl_askForSavePath () |
TODO. More... | |
Private Attributes | |
OUString | m_sSavePath |
RecoveryCore * | m_pCore |
bool const | m_bBeforeRecovery |
bool | m_bExecutionNeeded |
std::unique_ptr< weld::TreeView > | m_xFileListLB |
std::unique_ptr< weld::Entry > | m_xSaveDirED |
std::unique_ptr< weld::Button > | m_xSaveDirBtn |
std::unique_ptr< weld::Button > | m_xOkBtn |
std::unique_ptr< weld::Button > | m_xCancelBtn |
Additional Inherited Members | |
![]() | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
![]() | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 445 of file docrecovery.hxx.
svx::DocRecovery::BrokenRecoveryDialog::BrokenRecoveryDialog | ( | weld::Window * | pParent, |
RecoveryCore * | pCore, | ||
bool | bBeforeRecovery | ||
) |
TODO.
Definition at line 994 of file docrecovery.cxx.
References false, INetURLObject::GetMainURL(), SvtPathOptions::GetWorkPath(), impl_refresh(), LINK, m_sSavePath, m_xCancelBtn, m_xOkBtn, m_xSaveDirBtn, m_xSaveDirED, and INetURLObject::NONE.
|
overridevirtual |
Definition at line 1020 of file docrecovery.cxx.
|
private |
TODO.
|
private |
TODO.
|
private |
TODO.
const OUString & svx::DocRecovery::BrokenRecoveryDialog::getSaveDirURL | ( | ) | const |
TODO.
Definition at line 1058 of file docrecovery.cxx.
References m_sSavePath.
Referenced by svx::DocRecovery::RecoveryDialog::execute().
|
private |
TODO.
Definition at line 1085 of file docrecovery.cxx.
References aURL, sfx2::createFolderPicker(), svx::DocRecovery::RecoveryCore::getComponentContext(), m_pCore, m_sSavePath, weld::GenericDialogController::m_xDialog, m_xSaveDirED, and INetURLObject::NONE.
|
private |
TODO.
Definition at line 1024 of file docrecovery.cxx.
References svx::DocRecovery::RecoveryCore::getURLListAccess(), svx::DocRecovery::RecoveryCore::isBrokenTempEntry(), m_bBeforeRecovery, m_bExecutionNeeded, m_pCore, m_sSavePath, m_xFileListLB, m_xOkBtn, and weld::toId().
Referenced by BrokenRecoveryDialog().
bool svx::DocRecovery::BrokenRecoveryDialog::isExecutionNeeded | ( | ) | const |
|
private |
Definition at line 451 of file docrecovery.hxx.
Referenced by impl_refresh().
|
private |
Definition at line 452 of file docrecovery.hxx.
Referenced by impl_refresh(), and isExecutionNeeded().
|
private |
Definition at line 450 of file docrecovery.hxx.
Referenced by impl_askForSavePath(), and impl_refresh().
|
private |
Definition at line 449 of file docrecovery.hxx.
Referenced by BrokenRecoveryDialog(), getSaveDirURL(), impl_askForSavePath(), and impl_refresh().
|
private |
Definition at line 458 of file docrecovery.hxx.
Referenced by BrokenRecoveryDialog().
|
private |
Definition at line 454 of file docrecovery.hxx.
Referenced by impl_refresh().
|
private |
Definition at line 457 of file docrecovery.hxx.
Referenced by BrokenRecoveryDialog(), and impl_refresh().
|
private |
Definition at line 456 of file docrecovery.hxx.
Referenced by BrokenRecoveryDialog().
|
private |
Definition at line 455 of file docrecovery.hxx.
Referenced by BrokenRecoveryDialog(), and impl_askForSavePath().