From 03db771e92160e95b0af8710f88b0c43591e8f3e Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Mon, 4 Dec 2017 16:37:14 +0100 Subject: tdf#83877 Add dialog to generate signature line Change-Id: Iacc929edf1469c7e37707f8d9518cd07642bb9dd Reviewed-on: https://gerrit.libreoffice.org/45810 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- sw/inc/cmdid.h | 1 + sw/inc/swabstdlg.hxx | 1 + 2 files changed, 2 insertions(+) (limited to 'sw/inc') diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index 651c72082eff..c0ae37149ba0 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -209,6 +209,7 @@ #define FN_INSERT_IDX_ENTRY_DLG (FN_INSERT + 35) /* insert index entry */ #define FN_INSERT_FRAME_INTERACT_NOCOL (FN_INSERT + 36) /*insert interactive non column frame*/ +#define FN_INSERT_SIGNATURELINE (FN_INSERT + 37) /*insert signature line*/ #define FN_TOOL_ANCHOR (FN_INSERT + 49) /* Draw Anchor for object */ #define FN_TOOL_ANCHOR_PAGE (FN_INSERT + 50) /* anchor Draw object to page */ diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index f28a86a5fac5..61e64265dfe3 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -400,6 +400,7 @@ public: SwCharDlgMode nDialogMode, const OUString* pFormatStr = nullptr) = 0; virtual VclPtr CreateSwConvertTableDlg(SwView& rView, bool bToTable) = 0; virtual VclPtr CreateSwCaptionDialog ( vcl::Window *pParent, SwView &rV) = 0; + virtual VclPtr CreateSignatureLineDialog(vcl::Window* pParent, SwView& rView) = 0; virtual VclPtr CreateSwInsertDBColAutoPilot(SwView& rView, css::uno::Reference< css::sdbc::XDataSource> rxSource, -- cgit