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... | |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | 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 Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 455 of file docrecovery.hxx.
svx::DocRecovery::BrokenRecoveryDialog::BrokenRecoveryDialog | ( | weld::Window * | pParent, |
RecoveryCore * | pCore, | ||
bool | bBeforeRecovery | ||
) |
TODO.
Definition at line 1109 of file docrecovery.cxx.
References INetURLObject::GetMainURL(), SvtPathOptions::GetWorkPath(), impl_refresh(), LINK, m_sSavePath, m_xCancelBtn, m_xOkBtn, m_xSaveDirBtn, m_xSaveDirED, and INetURLObject::NONE.
|
overridevirtual |
Definition at line 1135 of file docrecovery.cxx.
|
private |
TODO.
|
private |
TODO.
|
private |
TODO.
const OUString & svx::DocRecovery::BrokenRecoveryDialog::getSaveDirURL | ( | ) | const |
TODO.
Definition at line 1173 of file docrecovery.cxx.
References m_sSavePath.
Referenced by svx::DocRecovery::RecoveryDialog::execute().
|
private |
TODO.
Definition at line 1200 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 1139 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 |
TODO.
Definition at line 1168 of file docrecovery.cxx.
References m_bExecutionNeeded.
Referenced by svx::DocRecovery::RecoveryDialog::execute().
|
private |
Definition at line 461 of file docrecovery.hxx.
Referenced by impl_refresh().
|
private |
Definition at line 462 of file docrecovery.hxx.
Referenced by impl_refresh(), and isExecutionNeeded().
|
private |
Definition at line 460 of file docrecovery.hxx.
Referenced by impl_askForSavePath(), and impl_refresh().
|
private |
Definition at line 459 of file docrecovery.hxx.
Referenced by BrokenRecoveryDialog(), getSaveDirURL(), impl_askForSavePath(), and impl_refresh().
|
private |
Definition at line 468 of file docrecovery.hxx.
Referenced by BrokenRecoveryDialog().
|
private |
Definition at line 464 of file docrecovery.hxx.
Referenced by impl_refresh().
|
private |
Definition at line 467 of file docrecovery.hxx.
Referenced by BrokenRecoveryDialog(), and impl_refresh().
|
private |
Definition at line 466 of file docrecovery.hxx.
Referenced by BrokenRecoveryDialog().
|
private |
Definition at line 465 of file docrecovery.hxx.
Referenced by BrokenRecoveryDialog(), and impl_askForSavePath().