diff options
author | Jim Raykowski <raykowj@gmail.com> | 2023-12-28 15:13:52 -0900 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2024-01-28 21:46:57 +0100 |
commit | 95d1e7f0873a2bbb9ab4b0aa171fec29d36c3f55 (patch) | |
tree | dfb659866e46a62e3a43f526511ab210d6733660 /sw/inc/bitmaps.hlst | |
parent | 8dc4a2e40b1afe26b6ae4649628eb8aa064e8823 (diff) |
tdf#36310 Insert cross reference from Navigator by DnD
This enhancement provides the ability to insert cross-references by
drag and drop from the Navigator. It replaces the 'drag mode' way of
inserting a hyperlink, section link, and section copy with a popup
menu on drop that shows insert-as kinds available for the dragged
content type.
There is an oddity with X11 that on drop the mouse pointer does not
change from a drag pointer to a menu item select pointer for
approximately 5 seconds and during that time the popup menu items
can't be selected.
Change-Id: Id72cbdbd81106fc0e70784fcba7f1dd3a43ad81e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161575
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sw/inc/bitmaps.hlst')
-rw-r--r-- | sw/inc/bitmaps.hlst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/bitmaps.hlst b/sw/inc/bitmaps.hlst index b1f30b0932f1..80ab4eb3b17a 100644 --- a/sw/inc/bitmaps.hlst +++ b/sw/inc/bitmaps.hlst @@ -97,8 +97,6 @@ inline constexpr OUString RID_BMP_NAVI_TEXTFIELD = u"sw/res/nc20005.png"_ustr; inline constexpr OUString RID_BMP_NAVI_FOOTNOTE = u"sw/res/nc20012.png"_ustr; inline constexpr OUString RID_BMP_NAVI_ENDNOTE = u"sw/res/nc20013.png"_ustr; inline constexpr OUString RID_BMP_DROP_REGION = u"sw/res/sc20235.png"_ustr; -inline constexpr OUString RID_BMP_DROP_LINK = u"sw/res/sc20238.png"_ustr; -inline constexpr OUString RID_BMP_DROP_COPY = u"sw/res/sc20239.png"_ustr; inline constexpr OUString RID_BMP_WRAP_RIGHT = u"sw/res/wr03.png"_ustr; inline constexpr OUString RID_BMP_WRAP_CONTOUR_RIGHT = u"sw/res/wr09.png"_ustr; |