LibreOffice Module comphelper (master) 1
Classes | Namespaces | Enumerations
docpasswordhelper.hxx File Reference
#include <comphelper/comphelperdllapi.h>
#include <string_view>
#include <vector>
#include <comphelper/docpasswordrequest.hxx>
#include <comphelper/hash.hxx>
Include dependency graph for docpasswordhelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  comphelper::IDocPasswordVerifier
 Base class for a password verifier used by the DocPasswordHelper class below. More...
 
class  comphelper::DocPasswordHelper
 Helper that asks for a document password and checks its validity. More...
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::task
 
namespace  com::sun::star::beans
 
namespace  comphelper
 

Enumerations

enum class  comphelper::DocPasswordVerifierResult {
  comphelper::OK ,
  comphelper::WrongPassword ,
  comphelper::Abort
}