LibreOffice Module svx (master) 1
|
#include <sal/config.h>
#include <string_view>
#include <rtl/ustring.hxx>
#include <svx/svxdllapi.h>
#include <com/sun/star/graphic/XGraphic.hpp>
#include <com/sun/star/security/XCertificate.hpp>
Go to the source code of this file.
Namespaces | |
namespace | weld |
namespace | svx |
namespace | svx::SignatureLineHelper |
Functions | |
OUString | svx::SignatureLineHelper::getSignatureImage (const OUString &rType=OUString()) |
Returns an SVG template. More... | |
uno::Reference< security::XCertificate > | svx::SignatureLineHelper::getSignatureCertificate (SfxObjectShell *pShell, weld::Window *pParent) |
Choose a signature for signature line purposes. More... | |
OUString | svx::SignatureLineHelper::getSignerName (const css::uno::Reference< css::security::XCertificate > &xCertificate) |
Get a signer name out of a certificate. More... | |
OUString | svx::SignatureLineHelper::getLocalizedDate () |
Gets a localized date string. More... | |
uno::Reference< graphic::XGraphic > | svx::SignatureLineHelper::importSVG (std::u16string_view rSVG) |
Interprets rSVG as a graphic and gives back the resulting UNO wrapper. More... | |
void | svx::SignatureLineHelper::setShapeCertificate (const SdrView *pView, const css::uno::Reference< css::security::XCertificate > &xCertificate) |
Sets xCertificate as the signing certificate of the selected shape on pView. More... | |