summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorAshod Nakashian <ashodnakashian@yahoo.com>2015-08-30 22:52:03 -0400
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-11-18 10:54:06 +0100
commitf3f095576cee05785cd0fa44c7b2dc9b753d0226 (patch)
tree3314400a29b8462f7afc45e94c0ba10408106793 /include/vcl
parent45b8db1b1e74b93864d712e1f8576142abdaf3e4 (diff)
tdf#39080 Interactive hide-whitespace mode
Support for enabling and disabling hide-whitespace by clicking between page frames. Disabled header and footer decorators when hide-whitepsace is enabled, and page size is trimmed to the contents of each page. Experimental/suggestive mouse pointers added but only tested on Windows. Change-Id: Ia2faeeda9e3e783ffaf5340aa69303a4218892a7 Reviewed-on: https://gerrit.libreoffice.org/18156 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 54a2c8c006e2f216e9d8c6b0ed625180c843c48b)
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/ptrstyle.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/vcl/ptrstyle.hxx b/include/vcl/ptrstyle.hxx
index d63d44b55a5a..996caf5f6078 100644
--- a/include/vcl/ptrstyle.hxx
+++ b/include/vcl/ptrstyle.hxx
@@ -116,7 +116,9 @@ enum class PointerStyle
TabSelectW = 91,
TabSelectSW = 92,
Paintbrush = 93,
- LAST = Paintbrush,
+ HideWhitespace = 94,
+ ShowWhitespace = 95,
+ LAST = ShowWhitespace,
};
#endif // INCLUDED_VCL_PTRSTYLE_HXX