summaryrefslogtreecommitdiff
path: root/svx/sdi
diff options
context:
space:
mode:
authorrash419 <rashesh.padia@collabora.com>2022-09-15 18:02:06 +0530
committerSzymon Kłos <szymon.klos@collabora.com>2022-12-02 08:33:57 +0000
commitc88d891cead135731a18d025698c1213de98b573 (patch)
tree8564fc3e9d4ca1f048804ea2ee65e3e3a8001f33 /svx/sdi
parent4affd6a5472c71d9070402d3b84b9b3d2865f9a7 (diff)
svx: extended SvxHyperlinkItem to have a new property sReplacementText
this property is use to pass text that needs to be replaced when executing uno:SetHyperlink command in online for inserting the mention Signed-off-by: rash419 <rashesh.padia@collabora.com> Change-Id: I48fba347bda0652f7b657524f23c2dd837cd8186 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140015 Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143556 Tested-by: Jenkins
Diffstat (limited to 'svx/sdi')
-rw-r--r--svx/sdi/svxitems.sdi11
1 files changed, 6 insertions, 5 deletions
diff --git a/svx/sdi/svxitems.sdi b/svx/sdi/svxitems.sdi
index df389994a868..66eaf39b675b 100644
--- a/svx/sdi/svxitems.sdi
+++ b/svx/sdi/svxitems.sdi
@@ -345,11 +345,12 @@ item SvxLongULSpace SvxLongULSpaceItem;
struct SvxHyperlink
{
- String Text MID_HLINK_TEXT;
- String URL MID_HLINK_URL;
- String Target MID_HLINK_TARGET;
- String Name MID_HLINK_NAME;
- INT32 Type MID_HLINK_TYPE;
+ String Text MID_HLINK_TEXT;
+ String URL MID_HLINK_URL;
+ String Target MID_HLINK_TARGET;
+ String Name MID_HLINK_NAME;
+ INT32 Type MID_HLINK_TYPE;
+ String ReplacementText MID_HLINK_REPLACEMENTTEXT
};
item SvxHyperlink SvxHyperlinkItem;