Home
last modified time | relevance | path

Searched refs:m_xParentText (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx458 uno::Reference< text::XText > const m_xParentText; member in SwXParagraphEnumeration::Impl
476 , m_xParentText( xParent ) in Impl()
712 text::XText *const pText = m_xParentText.get(); in NextElement_Impl()
758 uno::Reference<text::XText> m_xParentText; member in SwXTextRange::Impl
769 , m_xParentText(xParent) in Impl()
960 if (!m_pImpl->m_xParentText.is()) in getText()
970 m_pImpl->m_xParentText = in getText()
975 return m_pImpl->m_xParentText; in getText()
985 if (!m_pImpl->m_xParentText.is()) in getStart()
1013 if (!m_pImpl->m_xParentText.is()) in getEnd()
[all …]
H A Dunoobj.cxx781 const uno::Reference< text::XText > m_xParentText; member in SwXTextCursor::Impl
793 , m_xParentText(xParent) in Impl()
1158 bRet = lcl_ForceIntoMeta(rUnoCursor, m_pImpl->m_xParentText, in goLeft()
1179 bRet = lcl_ForceIntoMeta(rUnoCursor, m_pImpl->m_xParentText, in goRight()
1485 bRet = lcl_ForceIntoMeta(rUnoCursor, m_pImpl->m_xParentText, in gotoNextWord()
1528 bRet = lcl_ForceIntoMeta(rUnoCursor, m_pImpl->m_xParentText, in gotoPreviousWord()
1567 bRet = lcl_ForceIntoMeta(rUnoCursor, m_pImpl->m_xParentText, in gotoEndOfWord()
1605 bRet = lcl_ForceIntoMeta(rUnoCursor, m_pImpl->m_xParentText, in gotoStartOfWord()
1917 return m_pImpl->m_xParentText; in getText()
2003 : dynamic_cast<SwXMeta*>(m_pImpl->m_xParentText.get()) in setString()
[all …]
H A Dunoport.cxx87 , m_xParentText(rParent) in SwXTextPortion()
110 , m_xParentText(rParent) in SwXTextPortion()
134 , m_xParentText(xParent) in SwXTextPortion()
171 return m_xParentText; in getText()
924 aRet = new SwXTextRange(*pUnoCrsr, m_xParentText); in getAnchor()
H A Dunoparagraph.cxx134 uno::Reference<text::XText> m_xParentText; member in SwXParagraph::Impl
148 , m_xParentText(xParent) in Impl()
374 m_pImpl->m_xParentText = &rParent; in attachToText()
1382 new SwXTextRange(aCursor, m_pImpl->m_xParentText); in getAnchor()
1450 new SwXTextPortionEnumeration(aPam, m_pImpl->m_xParentText, in createEnumeration()
1479 return m_pImpl->m_xParentText; in getText()
H A Dunorefmk.cxx739 uno::Reference<text::XText> m_xParentText; member in SwXMeta::Impl
752 , m_xParentText(xParentText) in Impl()
788 return m_pImpl->m_xParentText; in GetParentText()
828 if (pXMeta->m_pImpl->m_xParentText.get() != i_xParent.get()) in CreateXMeta()
831 pXMeta->m_pImpl->m_xParentText.set(i_xParent); in CreateXMeta()
1136 m_pImpl->m_xParentText = ::sw::CreateParentXText(*pDoc, *aPam.GetPoint()); in AttachImpl()
/trunk/main/sw/inc/
H A Dunoport.hxx108 m_xParentText; member in SwXTextPortion

Completed in 114 milliseconds