summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentMarkAccess.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-03-02 19:14:52 +0100
committerIvo Hinkelmann <ihi@openoffice.org>2010-03-02 19:14:52 +0100
commit32a8f422d323a754cf2e8b80f859cc154384e4d9 (patch)
tree24bd9feb252f29a0c21ff84e27337dfef0cd8168 /sw/inc/IDocumentMarkAccess.hxx
parent7e12418df527339d4a78416596ea12ed3cd6133a (diff)
parent24cb175c2b698e9a72257a436e5b71de74d977f2 (diff)
CWS-TOOLING: integrate CWS cbosdo02
Diffstat (limited to 'sw/inc/IDocumentMarkAccess.hxx')
-rw-r--r--sw/inc/IDocumentMarkAccess.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/inc/IDocumentMarkAccess.hxx b/sw/inc/IDocumentMarkAccess.hxx
index 00a8ec6b825c..55fc0901a7e0 100644
--- a/sw/inc/IDocumentMarkAccess.hxx
+++ b/sw/inc/IDocumentMarkAccess.hxx
@@ -83,6 +83,13 @@ class IDocumentMarkAccess
const ::rtl::OUString& rProposedName,
MarkType eMark) =0;
+ virtual sw::mark::IFieldmark* makeFieldBookmark( const SwPaM& rPaM,
+ const rtl::OUString& rName,
+ const rtl::OUString& rType) = 0;
+ virtual sw::mark::IFieldmark* makeNoTextFieldBookmark( const SwPaM& rPaM,
+ const rtl::OUString& rName,
+ const rtl::OUString& rType) = 0;
+
/** Returns a mark in the document for a paragraph.
If there is none, a mark will be created.