LibreOffice Module svx (master) 1
|
#include <vcl/weld.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <com/sun/star/frame/XStatusListener.hpp>
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
Go to the source code of this file.
Namespaces | |
namespace | o3tl |
namespace | svx |
namespace | svx::DocRecovery |
Macros | |
#define | RECOVERY_CMDPART_PROTOCOL "vnd.sun.star.autorecovery:" |
#define | RECOVERY_CMDPART_DO_EMERGENCY_SAVE "/doEmergencySave" |
#define | RECOVERY_CMDPART_DO_RECOVERY "/doAutoRecovery" |
#define | RECOVERY_CMDPART_DO_BRINGTOFRONT "/doBringToFront" |
#define | RECOVERY_OPERATIONSTATE_START "start" |
#define | RECOVERY_OPERATIONSTATE_STOP "stop" |
#define | RECOVERY_OPERATIONSTATE_UPDATE "update" |
#define | DLG_RET_UNKNOWN -1 |
#define | DLG_RET_OK RET_OK |
#define | DLG_RET_CANCEL RET_CANCEL |
#define | DLG_RET_OK_AUTOLUNCH 101 |
Typedefs | |
typedef ::std::vector< TURLInfo > | svx::DocRecovery::TURLList |
Enumerations | |
enum class | EDocStates { Unknown = 0x000 , TryLoadBackup = 0x010 , TryLoadOriginal = 0x020 , Damaged = 0x040 , Incomplete = 0x080 , Succeeded = 0x200 } |
enum | svx::DocRecovery::ERecoveryState { svx::DocRecovery::E_SUCCESSFULLY_RECOVERED , svx::DocRecovery::E_ORIGINAL_DOCUMENT_RECOVERED , svx::DocRecovery::E_RECOVERY_FAILED , svx::DocRecovery::E_RECOVERY_IS_IN_PROGRESS , svx::DocRecovery::E_NOT_RECOVERED_YET , svx::DocRecovery::E_WILL_BE_DISCARDED } |
Variables | |
constexpr OUStringLiteral | RECOVERY_CMD_DO_PREPARE_EMERGENCY_SAVE = u"vnd.sun.star.autorecovery:/doPrepareEmergencySave" |
constexpr OUStringLiteral | RECOVERY_CMD_DO_EMERGENCY_SAVE = u"vnd.sun.star.autorecovery:/doEmergencySave" |
constexpr OUStringLiteral | RECOVERY_CMD_DO_RECOVERY = u"vnd.sun.star.autorecovery:/doAutoRecovery" |
constexpr OUStringLiteral | RECOVERY_CMD_DO_ENTRY_BACKUP = u"vnd.sun.star.autorecovery:/doEntryBackup" |
constexpr OUStringLiteral | RECOVERY_CMD_DO_ENTRY_CLEANUP = u"vnd.sun.star.autorecovery:/doEntryCleanUp" |
constexpr OUStringLiteral | PROP_STATUSINDICATOR = u"StatusIndicator" |
constexpr OUStringLiteral | PROP_DISPATCHASYNCHRON = u"DispatchAsynchron" |
constexpr OUStringLiteral | PROP_SAVEPATH = u"SavePath" |
constexpr OUStringLiteral | PROP_ENTRYID = u"EntryID" |
constexpr OUStringLiteral | STATEPROP_ID = u"ID" |
constexpr OUStringLiteral | STATEPROP_STATE = u"DocumentState" |
constexpr OUStringLiteral | STATEPROP_ORGURL = u"OriginalURL" |
constexpr OUStringLiteral | STATEPROP_TEMPURL = u"TempURL" |
constexpr OUStringLiteral | STATEPROP_FACTORYURL = u"FactoryURL" |
constexpr OUStringLiteral | STATEPROP_TEMPLATEURL = u"TemplateURL" |
constexpr OUStringLiteral | STATEPROP_TITLE = u"Title" |
constexpr OUStringLiteral | STATEPROP_MODULE = u"Module" |
#define DLG_RET_CANCEL RET_CANCEL |
Definition at line 66 of file docrecovery.hxx.
#define DLG_RET_OK RET_OK |
Definition at line 65 of file docrecovery.hxx.
#define DLG_RET_OK_AUTOLUNCH 101 |
Definition at line 67 of file docrecovery.hxx.
#define DLG_RET_UNKNOWN -1 |
Definition at line 64 of file docrecovery.hxx.
#define RECOVERY_CMDPART_DO_BRINGTOFRONT "/doBringToFront" |
Definition at line 38 of file docrecovery.hxx.
#define RECOVERY_CMDPART_DO_EMERGENCY_SAVE "/doEmergencySave" |
Definition at line 36 of file docrecovery.hxx.
#define RECOVERY_CMDPART_DO_RECOVERY "/doAutoRecovery" |
Definition at line 37 of file docrecovery.hxx.
#define RECOVERY_CMDPART_PROTOCOL "vnd.sun.star.autorecovery:" |
Definition at line 34 of file docrecovery.hxx.
#define RECOVERY_OPERATIONSTATE_START "start" |
Definition at line 60 of file docrecovery.hxx.
#define RECOVERY_OPERATIONSTATE_STOP "stop" |
Definition at line 61 of file docrecovery.hxx.
#define RECOVERY_OPERATIONSTATE_UPDATE "update" |
Definition at line 62 of file docrecovery.hxx.
|
strong |
Definition at line 70 of file docrecovery.hxx.
|
inlineconstexpr |
Definition at line 47 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::doEmergencySave(), svx::DocRecovery::RecoveryCore::doEmergencySavePrepare(), svx::DocRecovery::RecoveryCore::doRecovery(), svx::DocRecovery::RecoveryCore::forgetAllRecoveryEntries(), svx::DocRecovery::RecoveryCore::forgetAllRecoveryEntriesMarkedForDiscard(), svx::DocRecovery::RecoveryCore::forgetBrokenRecoveryEntries(), svx::DocRecovery::RecoveryCore::forgetBrokenTempEntries(), svx::DocRecovery::RecoveryCore::saveAllTempEntries(), and svx::DocRecovery::RecoveryCore::saveBrokenTempEntries().
|
inlineconstexpr |
Definition at line 49 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::forgetAllRecoveryEntries(), svx::DocRecovery::RecoveryCore::forgetAllRecoveryEntriesMarkedForDiscard(), svx::DocRecovery::RecoveryCore::forgetBrokenRecoveryEntries(), svx::DocRecovery::RecoveryCore::forgetBrokenTempEntries(), svx::DocRecovery::RecoveryCore::saveAllTempEntries(), and svx::DocRecovery::RecoveryCore::saveBrokenTempEntries().
|
inlineconstexpr |
Definition at line 48 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::saveAllTempEntries(), and svx::DocRecovery::RecoveryCore::saveBrokenTempEntries().
|
inlineconstexpr |
Definition at line 46 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::doEmergencySave(), and svx::DocRecovery::RecoveryCore::doRecovery().
|
inlineconstexpr |
Definition at line 41 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::doEmergencySave(), svx::DocRecovery::RecoveryCore::impl_startListening(), and svx::DocRecovery::RecoveryCore::impl_stopListening().
|
inlineconstexpr |
Definition at line 43 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::saveAllTempEntries(), and svx::DocRecovery::RecoveryCore::saveBrokenTempEntries().
|
inlineconstexpr |
Definition at line 44 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::forgetAllRecoveryEntries(), svx::DocRecovery::RecoveryCore::forgetAllRecoveryEntriesMarkedForDiscard(), svx::DocRecovery::RecoveryCore::forgetBrokenRecoveryEntries(), and svx::DocRecovery::RecoveryCore::forgetBrokenTempEntries().
|
inlineconstexpr |
Definition at line 40 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::doEmergencySavePrepare().
|
inlineconstexpr |
Definition at line 42 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::doRecovery(), svx::DocRecovery::RecoveryCore::impl_startListening(), and svx::DocRecovery::RecoveryCore::impl_stopListening().
|
inlineconstexpr |
Definition at line 55 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::statusChanged().
|
inlineconstexpr |
Definition at line 51 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::statusChanged().
|
inlineconstexpr |
Definition at line 58 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::statusChanged().
|
inlineconstexpr |
Definition at line 53 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::statusChanged().
|
inlineconstexpr |
Definition at line 52 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::statusChanged().
|
inlineconstexpr |
Definition at line 56 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::statusChanged().
|
inlineconstexpr |
Definition at line 54 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::statusChanged().
|
inlineconstexpr |
Definition at line 57 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::statusChanged().