|
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... | |
| bool | ShouldDiscard |
| user choice to discard More... | |
Definition at line 109 of file docrecovery.hxx.
|
inline |
Definition at line 148 of file docrecovery.hxx.
References Unknown.
| OUString svx::DocRecovery::TURLInfo::DisplayName |
the pure file name, without path, disc etcpp.
Definition at line 129 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 135 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 123 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 114 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 132 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::statusChanged().
| OUString svx::DocRecovery::TURLInfo::OrgURL |
the full qualified document URL
Definition at line 117 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::statusChanged().
| ERecoveryState svx::DocRecovery::TURLInfo::RecoveryState |
ui representation for DocState!
Definition at line 138 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryDialog::impl_getStatusImage(), svx::DocRecovery::RecoveryDialog::impl_getStatusString(), svx::DocRecovery::RecoveryDialog::impl_updateItemDescription(), svx::DocRecovery::RecoveryCore::isBrokenTempEntry(), and svx::DocRecovery::RecoveryCore::statusChanged().
| bool svx::DocRecovery::TURLInfo::ShouldDiscard |
user choice to discard
Definition at line 144 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryDialog::impl_updateItemDescription().
| OUString svx::DocRecovery::TURLInfo::StandardImageId |
standard icon
Definition at line 141 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 126 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 120 of file docrecovery.hxx.
Referenced by svx::DocRecovery::RecoveryCore::isBrokenTempEntry(), and svx::DocRecovery::RecoveryCore::statusChanged().