|
LibreOffice Module svx (master) 1
|
#include <svx/signaturelinehelper.hxx>#include <com/sun/star/drawing/XShape.hpp>#include <com/sun/star/graphic/GraphicProvider.hpp>#include <com/sun/star/security/DocumentDigitalSignatures.hpp>#include <comphelper/processfactory.hxx>#include <comphelper/propertyvalue.hxx>#include <comphelper/sequenceashashmap.hxx>#include <comphelper/storagehelper.hxx>#include <comphelper/xmlsechelper.hxx>#include <config_folders.h>#include <rtl/bootstrap.hxx>#include <sal/log.hxx>#include <sfx2/docfile.hxx>#include <sfx2/docfilt.hxx>#include <sfx2/objsh.hxx>#include <svx/dialmgr.hxx>#include <svx/strings.hrc>#include <svx/svdmark.hxx>#include <svx/svdview.hxx>#include <tools/stream.hxx>#include <unotools/localedatawrapper.hxx>#include <unotools/streamwrap.hxx>#include <unotools/syslocale.hxx>#include <vcl/weld.hxx>Go to the source code of this file.
Namespaces | |
| 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... | |