#include <svx/dialmgr.hxx>
#include <svx/strings.hrc>
#include <bitmaps.hlst>
#include <docrecovery.hxx>
#include <comphelper/propertyvalue.hxx>
#include <comphelper/sequenceashashmap.hxx>
#include <comphelper/string.hxx>
#include <o3tl/safeint.hxx>
#include <svtools/imagemgr.hxx>
#include <sfx2/filedlghelper.hxx>
#include <tools/urlobj.hxx>
#include <utility>
#include <vcl/weld.hxx>
#include <vcl/svapp.hxx>
#include <com/sun/star/util/URL.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
#include <com/sun/star/frame/theAutoRecovery.hpp>
#include <com/sun/star/ui/dialogs/XFolderPicker2.hpp>
#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp>
#include <com/sun/star/util/URLTransformer.hpp>
#include <osl/file.hxx>
#include <unotools/pathoptions.hxx>
Go to the source code of this file.
|
| svx::DocRecovery::IMPL_LINK_NOARG (SaveDialog, OKButtonHdl, weld::Button &, void) |
|
static short | svx::DocRecovery::impl_askUserForWizardCancel (weld::Widget *pParent, TranslateId pRes) |
|
| svx::DocRecovery::IMPL_LINK_NOARG (RecoveryDialog, NextButtonHdl, weld::Button &, void) |
|
| svx::DocRecovery::IMPL_LINK_NOARG (RecoveryDialog, CancelButtonHdl, weld::Button &, void) |
|
| svx::DocRecovery::IMPL_LINK_NOARG (RecoveryDialog, ToggleRowHdl, const weld::TreeView::iter_col &, void) |
|
| svx::DocRecovery::IMPL_LINK_NOARG (BrokenRecoveryDialog, OkButtonHdl, weld::Button &, void) |
|
| svx::DocRecovery::IMPL_LINK_NOARG (BrokenRecoveryDialog, CancelButtonHdl, weld::Button &, void) |
|
| svx::DocRecovery::IMPL_LINK_NOARG (BrokenRecoveryDialog, SaveButtonHdl, weld::Button &, void) |
|
◆ COLUMN_DISPLAYNAME
#define COLUMN_DISPLAYNAME 0 |
◆ COLUMN_STANDARDIMAGE
#define COLUMN_STANDARDIMAGE -1 |
◆ COLUMN_STATUSIMAGE
#define COLUMN_STATUSIMAGE 1 |
◆ COLUMN_STATUSTEXT
#define COLUMN_STATUSTEXT 2 |