13#include <com/sun/star/beans/XPropertySet.hpp>
14#include <com/sun/star/graphic/XGraphic.hpp>
15#include <com/sun/star/security/XCertificate.hpp>
16#include <com/sun/star/uno/Reference.hxx>
45 virtual void Apply()
override;
DECL_LINK(clearImage, weld::Button &, void)
css::uno::Reference< css::beans::XPropertySet > m_xShapeProperties
std::unique_ptr< weld::Button > m_xBtnSign
DECL_LINK(entryChanged, weld::Entry &, void)
css::uno::Reference< css::graphic::XGraphic > getSignedGraphic(bool bValid)
SignSignatureLineDialog(weld::Widget *pParent, css::uno::Reference< css::frame::XModel > xModel)
OUString m_aSuggestedSignerName
std::unique_ptr< weld::Button > m_xBtnChooseCertificate
OUString m_aSuggestedSignerTitle
OUString m_sOriginalImageBtnLabel
DECL_LINK(loadImage, weld::Button &, void)
std::unique_ptr< weld::Button > m_xBtnClearImage
virtual void Apply() override
DECL_LINK(chooseCertificate, weld::Button &, void)
std::unique_ptr< weld::Label > m_xLabelAddComment
OUString m_aSignatureLineId
std::unique_ptr< weld::Entry > m_xEditName
std::unique_ptr< weld::Label > m_xLabelHint
css::uno::Reference< css::graphic::XGraphic > m_xSignatureImage
css::uno::Reference< css::security::XCertificate > m_xSelectedCertifate
std::unique_ptr< weld::Label > m_xLabelHintText
std::unique_ptr< weld::TextView > m_xEditComment
std::unique_ptr< weld::Button > m_xBtnLoadImage
Reference< XModel > xModel