LibreOffice Module svx (master) 1
|
#include <docrecovery.hxx>
Public Member Functions | |
SaveDialog (weld::Window *pParent, RecoveryCore *pCore) | |
create all child controls of this dialog. More... | |
virtual | ~SaveDialog () override |
DECL_LINK (OKButtonHdl, weld::Button &, void) | |
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 Attributes | |
RecoveryCore * | m_pCore |
std::unique_ptr< weld::TreeView > | m_xFileListLB |
std::unique_ptr< weld::Button > | m_xOkBtn |
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 317 of file docrecovery.hxx.
svx::DocRecovery::SaveDialog::SaveDialog | ( | weld::Window * | pParent, |
RecoveryCore * | pCore | ||
) |
create all child controls of this dialog.
@descr The dialog isn't shown nor it starts any action by itself!
pParent | can point to a parent window. If it's set to 0, the defmodal-dialog-parent is used automatically. |
pCore | provides access to the recovery core service and the current list of open documents, which should be shown inside this dialog. |
Definition at line 573 of file docrecovery.cxx.
References svx::DocRecovery::RecoveryCore::doEmergencySavePrepare(), svx::DocRecovery::RecoveryCore::getURLListAccess(), LINK, m_pCore, m_xFileListLB, and m_xOkBtn.
|
overridevirtual |
Definition at line 598 of file docrecovery.cxx.
svx::DocRecovery::SaveDialog::DECL_LINK | ( | OKButtonHdl | , |
weld::Button & | , | ||
void | |||
) |
|
private |
Definition at line 321 of file docrecovery.hxx.
Referenced by SaveDialog().
|
private |
Definition at line 322 of file docrecovery.hxx.
Referenced by SaveDialog().
|
private |
Definition at line 323 of file docrecovery.hxx.
Referenced by SaveDialog().