LibreOffice Module sfx2 (master) 1
|
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <vcl/weld.hxx>
#include <o3tl/typed_flags_set.hxx>
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 } |
|
strong |
Enumerator | |
---|---|
NONE | |
USER | |
CONFIRM | |
PASSWORD2 | |
CONFIRM2 | |
ALL |
Definition at line 29 of file passwd.hxx.