summaryrefslogtreecommitdiff
path: root/sw/inc/unocrsrhelper.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-03-09 13:27:19 +0100
committerMichael Stahl <mst@openoffice.org>2010-03-09 13:27:19 +0100
commitaf4aaa4a63e8f88c8813e9ded9ff2d642e55ea08 (patch)
treef85a22e3bd19036153a4533035dc756fbb2781dc /sw/inc/unocrsrhelper.hxx
parent472bb4e289943b9c83b52a82a99fcbe52c8a6963 (diff)
odfmetadata4: #i109601#: add parent link to SwXMeta:
SwTxtNode::GetTxtAttrAt: add another mode for getting parent of a meta. SwXMeta: implement interface css::container::XChild. SwXMeta::getText(): return this (for consistency with other XTexts). TextPortionEnumerationTest: add test for XChild and NestedTextContent.
Diffstat (limited to 'sw/inc/unocrsrhelper.hxx')
-rw-r--r--sw/inc/unocrsrhelper.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/unocrsrhelper.hxx b/sw/inc/unocrsrhelper.hxx
index ae3b278c77b9..7ca06ee09391 100644
--- a/sw/inc/unocrsrhelper.hxx
+++ b/sw/inc/unocrsrhelper.hxx
@@ -88,7 +88,8 @@ namespace SwUnoCursorHelper
};
::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent >
- GetNestedTextContent(SwTxtNode & rTextNode, xub_StrLen const nIndex);
+ GetNestedTextContent(SwTxtNode & rTextNode, xub_StrLen const nIndex,
+ bool const bParent);
sal_Bool getCrsrPropertyValue(const SfxItemPropertySimpleEntry& rEntry
, SwPaM& rPam