LibreOffice Module svx (master)
1
|
#include <docrecovery.hxx>
Public Member Functions | |
TURLInfo () | |
Public Attributes | |
sal_Int32 | ID |
unique ID, which is specified by the underlying autorecovery core! More... | |
OUString | OrgURL |
the full qualified document URL More... | |
OUString | TempURL |
the full qualified URL of the temp. file (if it's exists) More... | |
OUString | FactoryURL |
a may be existing factory URL (e.g. for untitled documents) More... | |
OUString | TemplateURL |
may be the document base on a template file !? More... | |
OUString | DisplayName |
the pure file name, without path, disc etcpp. More... | |
OUString | Module |
the application module, where this document was loaded More... | |
EDocStates | DocState |
state info as e.g. VALID, CORRUPTED, NON EXISTING ... More... | |
ERecoveryState | RecoveryState |
ui representation for DocState! More... | |
OUString | StandardImageId |
standard icon More... | |
Definition at line 108 of file docrecovery.hxx.
|
inline |
Definition at line 144 of file docrecovery.hxx.
References Unknown.
OUString svx::DocRecovery::TURLInfo::DisplayName |
the pure file name, without path, disc etcpp.
Definition at line 128 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryDialog::RecoveryDialog(), and svx::DocRecovery::RecoveryCore::statusChanged().
EDocStates svx::DocRecovery::TURLInfo::DocState |
state info as e.g. VALID, CORRUPTED, NON EXISTING ...
Definition at line 134 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::statusChanged().
OUString svx::DocRecovery::TURLInfo::FactoryURL |
a may be existing factory URL (e.g. for untitled documents)
Definition at line 122 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::statusChanged().
sal_Int32 svx::DocRecovery::TURLInfo::ID |
unique ID, which is specified by the underlying autorecovery core!
Definition at line 113 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::statusChanged(), and svx::DocRecovery::RecoveryDialog::stepNext().
OUString svx::DocRecovery::TURLInfo::Module |
the application module, where this document was loaded
Definition at line 131 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::statusChanged().
OUString svx::DocRecovery::TURLInfo::OrgURL |
the full qualified document URL
Definition at line 116 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::statusChanged().
ERecoveryState svx::DocRecovery::TURLInfo::RecoveryState |
ui representation for DocState!
Definition at line 137 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryDialog::impl_getStatusImage(), svx::DocRecovery::RecoveryDialog::impl_getStatusString(), svx::DocRecovery::RecoveryCore::isBrokenTempEntry(), and svx::DocRecovery::RecoveryCore::statusChanged().
OUString svx::DocRecovery::TURLInfo::StandardImageId |
standard icon
Definition at line 140 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryDialog::RecoveryDialog(), and svx::DocRecovery::RecoveryCore::statusChanged().
OUString svx::DocRecovery::TURLInfo::TemplateURL |
may be the document base on a template file !?
Definition at line 125 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::statusChanged().
OUString svx::DocRecovery::TURLInfo::TempURL |
the full qualified URL of the temp. file (if it's exists)
Definition at line 119 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::isBrokenTempEntry(), and svx::DocRecovery::RecoveryCore::statusChanged().