LibreOffice Module unotools (master) 1
Classes | Namespaces | Enumerations
useroptions.hxx File Reference
#include <unotools/unotoolsdllapi.h>
#include <rtl/ustring.hxx>
#include <unotools/options.hxx>
#include <memory>
Include dependency graph for useroptions.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SvtUserOptions
 

Namespaces

namespace  osl
 

Enumerations

enum class  UserOptToken {
  City = 0 ,
  Company = 1 ,
  Country = 2 ,
  Email = 3 ,
  Fax = 4 ,
  FirstName = 5 ,
  LastName = 6 ,
  Position = 7 ,
  State = 8 ,
  Street = 9 ,
  TelephoneHome = 10 ,
  TelephoneWork = 11 ,
  Title = 12 ,
  ID = 13 ,
  Zip = 14 ,
  FathersName = 15 ,
  Apartment = 16 ,
  SigningKey = 17 ,
  EncryptionKey = 18 ,
  EncryptToSelf = 19 ,
  LAST = EncryptToSelf
}
 

Enumeration Type Documentation

◆ UserOptToken

enum class UserOptToken
strong
Enumerator
City 
Company 
Country 
Email 
Fax 
FirstName 
LastName 
Position 
State 
Street 
TelephoneHome 
TelephoneWork 
Title 
ID 
Zip 
FathersName 
Apartment 
SigningKey 
EncryptionKey 
EncryptToSelf 
LAST 

Definition at line 30 of file useroptions.hxx.