LibreOffice Module svl (master) 1
|
#include <svl/svldllapi.h>
#include <com/sun/star/uno/Sequence.hxx>
#include <tools/urlobj.hxx>
#include <o3tl/enumarray.hxx>
#include <mutex>
#include <string_view>
#include <vector>
Go to the source code of this file.
Classes | |
class | svt::LockFileCommon |
This is a general implementation that is used in document lock file implementation and in sharing control file implementation. More... | |
Namespaces | |
namespace | svt |
Typedefs | |
typedef o3tl::enumarray< LockFileComponent, OUString > | LockFileEntry |
Enumerations | |
enum class | LockFileComponent { OOOUSERNAME , SYSUSERNAME , LOCALHOST , EDITTIME , USERURL , LAST =USERURL } |
typedef o3tl::enumarray<LockFileComponent,OUString> LockFileEntry |
Definition at line 39 of file lockfilecommon.hxx.
|
strong |
Enumerator | |
---|---|
OOOUSERNAME | |
SYSUSERNAME | |
LOCALHOST | |
EDITTIME | |
USERURL | |
LAST |
Definition at line 34 of file lockfilecommon.hxx.