summaryrefslogtreecommitdiffstats
path: root/include/editeng
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2018-10-09 17:17:29 +0200
committerEike Rathke <erack@redhat.com>2018-10-09 18:37:27 +0200
commit1b8886ad7744fc48e09bb7379d8ad8e75bb3084d (patch)
tree622184a8c2f797afbab8368cc3eb7e2ff76214e2 /include/editeng
parentBin some no longer needed dbgutil code (diff)
downloadcore-1b8886ad7744fc48e09bb7379d8ad8e75bb3084d.tar.gz
core-1b8886ad7744fc48e09bb7379d8ad8e75bb3084d.zip
Resolves: tdf#66545 display URL fields non-shaded in Calc
This disables shading of URL and email address fields when displaying cell content and still preserves shading in the Input Line and when editing cell content to indicate that it is actually a field content value. Change-Id: I8737045168646b6cd446bd357713ec9ac4631b31 Reviewed-on: https://gerrit.libreoffice.org/61594 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/editstat.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/editeng/editstat.hxx b/include/editeng/editstat.hxx
index a88b00d15c7b..4781e906558f 100644
--- a/include/editeng/editstat.hxx
+++ b/include/editeng/editstat.hxx
@@ -42,7 +42,9 @@ enum class EEControlBits
ALLOWBIGOBJS = 0x00000800, // Portion info in text object
ONLINESPELLING = 0x00001000, // During the edit Spelling
STRETCHING = 0x00002000, // Stretch mode
- MARKFIELDS = 0x00004000, // Mark Fields with color
+ MARKNONURLFIELDS = 0x00004000, // Mark fields other than URL with color
+ MARKURLFIELDS = 0x00008000, // Mark URL fields with color
+ MARKFIELDS = (MARKNONURLFIELDS | MARKURLFIELDS),
RESTOREFONT = 0x00010000, // Restore Font in OutDev
RTFSTYLESHEETS = 0x00020000, // Use Stylesheets when imported
AUTOCORRECT = 0x00080000, // AutoCorrect