LibreOffice Module svl (master) 1
Classes | Namespaces | Typedefs | Enumerations
lockfilecommon.hxx File Reference
#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>
Include dependency graph for lockfilecommon.hxx:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ LockFileEntry

Definition at line 39 of file lockfilecommon.hxx.

Enumeration Type Documentation

◆ LockFileComponent

enum class LockFileComponent
strong
Enumerator
OOOUSERNAME 
SYSUSERNAME 
LOCALHOST 
EDITTIME 
USERURL 
LAST 

Definition at line 34 of file lockfilecommon.hxx.