summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentMarkAccess.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-27 10:54:53 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-28 08:57:47 +0000
commitd0c545bede035f3a4757ac433d919f65d1d06cf0 (patch)
tree38ec9037b33471f2939459cecb4d6dc6dfa4f5c9 /sw/inc/IDocumentMarkAccess.hxx
parentc76b8783e2ada67449fd88390c30943ca7f5a55e (diff)
Related: fdo#73936 expand FormFieldDropDowns in ModelToViewHelper
when EXPANDFIELDS is set. i.e. for spell and grammar checking Change-Id: I8c524f0cd584c9d6043dece5c1b736afb254b7c0
Diffstat (limited to 'sw/inc/IDocumentMarkAccess.hxx')
-rw-r--r--sw/inc/IDocumentMarkAccess.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/IDocumentMarkAccess.hxx b/sw/inc/IDocumentMarkAccess.hxx
index 8d59cbf24b8b..3fd37b890129 100644
--- a/sw/inc/IDocumentMarkAccess.hxx
+++ b/sw/inc/IDocumentMarkAccess.hxx
@@ -249,6 +249,8 @@ class IDocumentMarkAccess
virtual ::sw::mark::IFieldmark* getFieldmarkBefore(const SwPosition& pos) const =0;
virtual ::sw::mark::IFieldmark* getFieldmarkAfter(const SwPosition& pos) const =0;
+ virtual std::vector< ::sw::mark::IFieldmark* > getDropDownsFor(const SwPaM &rPaM) const=0;
+
// Marks exclusive annotation marks
virtual const_iterator_t getCommonMarksBegin() const = 0;
virtual const_iterator_t getCommonMarksEnd() const = 0;