LibreOffice Module sfx2 (master) 1
|
#include <DocumentSigner.hxx>
Public Member Functions | |
DocumentSigner (OUString aUrl) | |
bool | signDocument (css::uno::Reference< css::security::XCertificate > const &rxCertificate) |
Private Attributes | |
OUString | m_aUrl |
Definition at line 30 of file DocumentSigner.hxx.
|
inline |
Definition at line 36 of file DocumentSigner.hxx.
bool sfx2::DocumentSigner::signDocument | ( | css::uno::Reference< css::security::XCertificate > const & | rxCertificate | ) |
Definition at line 30 of file DocumentSigner.cxx.
References utl::UcbStreamHelper::CreateStream(), comphelper::OStorageHelper::GetODFVersionFromStorage(), comphelper::getProcessComponentContext(), comphelper::OStorageHelper::GetStorageOfFormatFromStream(), m_aUrl, xStream, and ZIP_STORAGE_FORMAT_STRING.
|
private |
Definition at line 33 of file DocumentSigner.hxx.
Referenced by signDocument().