LibreOffice Module svx (master) 1
Namespaces | Macros | Functions
docrecovery.cxx File Reference
#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>
Include dependency graph for docrecovery.cxx:

Go to the source code of this file.

Namespaces

namespace  svx
 
namespace  svx::DocRecovery
 

Macros

#define COLUMN_STANDARDIMAGE   -1
 
#define COLUMN_DISPLAYNAME   0
 
#define COLUMN_STATUSIMAGE   1
 
#define COLUMN_STATUSTEXT   2
 

Functions

 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)
 

Macro Definition Documentation

◆ COLUMN_DISPLAYNAME

#define COLUMN_DISPLAYNAME   0

Definition at line 51 of file docrecovery.cxx.

◆ COLUMN_STANDARDIMAGE

#define COLUMN_STANDARDIMAGE   -1

Definition at line 50 of file docrecovery.cxx.

◆ COLUMN_STATUSIMAGE

#define COLUMN_STATUSIMAGE   1

Definition at line 52 of file docrecovery.cxx.

◆ COLUMN_STATUSTEXT

#define COLUMN_STATUSTEXT   2

Definition at line 53 of file docrecovery.cxx.