diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-07-19 22:32:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-18 14:26:15 +0100 |
commit | 74970948bbd410278964bd02cb5741c6c87eb30d (patch) | |
tree | 3c21d5f09c33847f9b2ab438bba11a4ab60b0e0d /offapi/com/sun | |
parent | 23dadfa9d3770c346d49b9d0941766abf3d96e67 (diff) |
Resolves: #i120300# Add new property "ShowContentTips"...
in com.sun.star.text.ViewSettings
(cherry picked from commit 8c5cd0cbad918949f898d7fccb4f1a00a8a9f5f5)
Conflicts:
offapi/com/sun/star/text/ViewSettings.idl
officecfg/registry/schema/org/openoffice/Office/Writer.xcs
sfx2/source/appl/newhelp.cxx
sw/source/ui/docvw/edtwin2.cxx
sw/source/ui/uno/unomod.cxx
Change-Id: Ia03bea5c7a81efbf1f3f40e8299168887140fe40
Diffstat (limited to 'offapi/com/sun')
-rw-r--r-- | offapi/com/sun/star/text/ViewSettings.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/ViewSettings.idl b/offapi/com/sun/star/text/ViewSettings.idl index 5fcb7907d041..702f73ecbeb2 100644 --- a/offapi/com/sun/star/text/ViewSettings.idl +++ b/offapi/com/sun/star/text/ViewSettings.idl @@ -247,6 +247,13 @@ published service ViewSettings @since OOo 3.1 */ [optional, property] long VerticalRulerMetric; + //------------------------------------------------------------------------- + /** If this property is <TRUE/>, tips for document content are shown, + typically in a help balloon when the mouse is over the content. + + @since LibreOffice 4.1 + */ + [optional, property] boolean ShowContentTips; }; |