LibreOffice Module sfx2 (master) 1
Classes | Namespaces | Enumerations
passwd.hxx File Reference
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <vcl/weld.hxx>
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for passwd.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< SfxShowExtras >
 
class  SfxPasswordDialog
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  SfxShowExtras {
  NONE = 0x0000 ,
  USER = 0x0001 ,
  CONFIRM = 0x0002 ,
  PASSWORD2 = 0x0004 ,
  CONFIRM2 = 0x0008 ,
  ALL = USER | CONFIRM
}
 

Enumeration Type Documentation

◆ SfxShowExtras

enum class SfxShowExtras
strong
Enumerator
NONE 
USER 
CONFIRM 
PASSWORD2 
CONFIRM2 
ALL 

Definition at line 29 of file passwd.hxx.